@charset "UTF-8";
/* CSS Document */

* {
	transition: 0.5s;
}

.logo {
	position: relative;
    top: -5px;
}

a:hover, a:hover img {opacity:0.6;}
a.btn:hover {opacity:1;}

:root {
	--dark: #2a3444;
	--orange: #f15e22;
	--white: #fff;
	--news-block: rgba(0, 0, 0, 0.08);
}
.help-block {color:red}
a {
	color:var(--orange);
}

.file-doc {
	border: 1px solid #e6e6e6;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.file-doc a {text-decoration:none; color:#000!important;}

.file-doc img {margin-bottom:10px;}
.file-doc p {margin-bottom:0px;}
.file-doc span {color:#9b9a9a;}

.mg-t {margin-top: 50px!important}
.mg-b {marging-bottom:50px;}

h2 {
font-weight: 700!important;
font-size: 2.88rem!important;
line-height: 119%!important;
letter-spacing: -0.02em!important;
text-transform: uppercase!important;
color: var(--dark);
	margin:50px 0!important;
}

h3 {
	font-weight: 700!important;
font-size: 2.25rem!important;
line-height: 119%!important;
letter-spacing: -0.02em!important;
text-transform: uppercase!important;
	margin: 2rem 0!important;
}

*{font-family: 'PF DinDisplay Pro';}

.btn {font-weight: 700!important;line-height: 100%;text-transform: uppercase;transition: 0.5s;}
.btn-w100 .btn {width: 100%;display: block;text-align: center;}

section#top {background:#2a3444;}
section#top *{color:#fff; font-weight: 300;}

header {height: 86px;}
.logo img {margin-right:20px;}
.logo span {display: inline-block; margin-left: 20px;}
.logo a::after {content:''; height: 34px; width: 1px; background: rgba(217, 217, 217, 0.24); display: inline-block;position: relative;top: 12px;}

.btn-white {border: 1px solid var(--orange);box-shadow: 0 3px 16px 0 rgba(255, 70, 0, 0.6);background: var(--white); color:#000!important; padding:18px 15px 15px; font-size: 14px; text-decoration: none;}
.btn-white:hover {background:var(--orange); color:var(--white)!important;}

hr {padding: 0!important;margin: 0!important;}

#top img.icon {margin-right: 10px}
.adress p {margin-bottom: 0!important}

#main-menu ul {padding:0 20px 0 0; marging:0!important; margin-bottom:0px!important}
#main-menu ul li {list-style:none; padding:30px 0;}
#main-menu ul li.active a {color:var(--orange);}
#main-menu ul li:hover a {opacity:0.8;}
#main-menu ul li a {font-weight: 500;font-size: 20px;line-height: 100%;color: var(--white); text-decoration:none;}

.social {text-align: right}
.social img {margin-left: 20px;}
.social a svg{display:inline-block}
.text-right {text-align:right; }


.offer {padding:38px 0;}
.offer h1 {font-weight: bold!important;
    font-style: normal;
font-size: 42px;
line-height: 119%;
letter-spacing: -0.02em;
text-transform: uppercase; margin-top: 34px;}
p.intro {max-width:400px; margin:30px 0 50px;font-weight: 400;
font-size: 20px;
line-height: 119%;
letter-spacing: -0.02em;}
.btn-orange {background: var(--orange);font-weight: 700;
font-size: 18px;
line-height: 119%;
letter-spacing: -0.02em;
text-transform: uppercase;
	text-decoration: none;
color: var(--white); padding:25px 17px 20px;border: none;}
.btn-orange:hover {background: var(--white); color:var(--dark)!important; outline:1px solid var(--dark);    }

#catalog {
	padding-bottom: 50px;
}

.catalog-item {
	text-align:center;
	border: 1px solid #d3d3d3;
	display: block;
	width: 100%;
	text-decoration: none;
	transform: 0.5s;
}

.catalog-item:hover {
	border:1px solid var(--orange);
}

.catalog-item img {
	width: 100%;
}

.catalog-item p {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 119%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--dark);
}

.catalog-item p span {
	font-size: 2.62rem;
	line-height: 119%;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	color: var(--orange);
}

.cat-row {
	margin-bottom: 50px!important;
}

#why {
	background: url("../images/why_bg.png");
	max-height: 346px;
	padding:50px 0;
}
#why * {
	color:var(--white);
}

#why .item-why {
	border: 1px solid var(--orange);
	text-align: center;
	width: 100%;
}

#why p.name {
	font-weight: 700;
	font-size: 1.25rem;
	line-height: 119%;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 50px;
}

.item-why img {
	margin: 50px 0;
}

#partners {
	padding-bottom: 50px;
}

#partners img {display:flex-inline}
#partners p {
	font-size: 1rem;
	line-height: 119%;
	max-width: 636px;
	margin-bottom: 50px;
}

section#about {
	background: url("../images/about-bg.png");
	padding-bottom: 50px
}
section#about * {
	color:#fff;
}

.item-preim {
	border: 1px solid var(--orange);
	height: 3.5rem;
	margin-bottom: 30px;
	font-size: 1rem;
	line-height: 119%;
	display: flex;
 	align-items: center;
	padding-right:20px;
}

.item-preim img {
	margin:0 20px;
}

#formblock {
	background: #EEEEEE;
	margin-top: 50px;
}

.news-item {
	box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.09);
	background: var(--white);
	border: 1px solid var(--news-block);
}

.big-news .news-text-block {
	padding:50px 45px;
}

.small-news {
	padding:36px 30px;
	margin-bottom: 20px;
}

.date-news {
	font-size: 1rem;
	line-height: 119%!important;
	letter-spacing: -0.02em;
	text-transform: uppercase!important;
	margin-bottom: 15px;
}

.name-news {
	font-weight: 700!important;
	font-size: 1.25rem!important;
	text-transform: uppercase!important;
	line-height: 119%!important;
	letter-spacing: -0.02em!important;
}

.desc-news p {
	font-weight: 400!important;
	font-size: 1rem!important;
	line-height: 100%!important;
	letter-spacing: -0.02em!important;
	margin-bottom: 0px!important;
}

.img-news {
	width: 100%;
}

#formblock {
	position: relative;
}

#formblock .container {
	z-index:2;
	position: relative;
}

.trinagle {
	position: absolute;
	left:0;
	top:-21px;
	background: url("../images/trinagle-orange.svg");
	width: 622px;
	height: 674px;
	z-index: 1;
}

#botform input, #botform textarea {
	width: 100%;
}

#botform textarea {
	height: 6.12rem;
	border:none;
	padding: 11px 5px 5px 10px;
}

#botform input {
	height: 3.12rem;
	margin-bottom: 20px;
	padding-left: 10px;
	border: 1px solid #e4e3e3;
}

input.checkbox, input.btn {
	width: auto!important;
	padding-left: 0!important;
	margin-bottom: 0px!important;
	height: auto!important;
	
}

input.btn, buttom.btn {
	outline: none;
	border:none;
	padding: 12px 25px!important;
	font-size: 1.12rem!important;
}

lable {
	font-weight: 700;
	font-size: 1rem;
	line-height: 112%;
	letter-spacing: -0.02em;
}

#formblock h2  {
	margin-bottom: 1rem!important;
}

#formblock p.time {
	font-size: 1.38rem;
line-height: 112%;
}

#formblock p strong {
	font-size: 1.25rem;
line-height: 112%;
}

.privacy {
	margin-bottom: 20px;
}

footer {
	background: var(--dark);
	padding: 50px 0;
}

footer * {
	color:var(--white);
}

footer a {
	color:var(--white)!important;
	text-decoration: none;
}

footer hr.foot {
	width: 4.38rem;
	height: 1px;
	opacity: 1;
	border:none!important;
	background: var(--orange);
	margin-bottom: 24px!important;
}

footer ul {
	padding:0!important;
	margin: 0!important;
}

footer ul li {
	list-style: none;
}

.f-name {
	font-weight: 500;
	font-size: 1.38rem;
	line-height: 100%;
	margin-bottom: 10px;
}

footer ul li a {
	font-weight: 300;
	font-size: 1rem;
	
}
footer ul li {
	line-height: 170%;
}

.foot-social img {
	margin-right: 20px;
}

section#text {
	padding:50px 0;
	min-height: 255px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::after {
  float: left;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  color: #6c757d;
  content:  var(--bs-breadcrumb-divider, "/") ;
}
.breadcrumb-item.active {
  color: #6c757d;
}

section#text h3 {
	    margin-top: 0!important;;
    margin-bottom: 0.5rem!important;;
    font-weight: 500!important;;
    line-height: 1.2!important;;
	font-size: 1.5rem!important;;
}

.link-black {
	color:black!important;
}

.nd {display:none;}

.table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
}
.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 14px;
	border-top: 1px solid #ddd;
}
.table tr th:first-child, .table tr td:first-child {
	border-left: 1px solid #ddd;
}
.table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}

.table tbody td:first-child,.table thead th:first-child {width: 10%;}
.table tbody td:last-child,.table thead th:first-child {width: 90%;}

.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.table tbody tr:nth-child(even) {
	background: #F8F8F8;
}
.table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


