/* import */
/* color */
/* mixin */
.br{
    border-radius: 4px;
}
.opacity-img{
    opacity: .8;
}
.link-hover{
    opacity: .8;
}
.box-hover{
    border-color: #fff;
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .2);
}
.btn-shadow{
    animation: shine 5s ease reverse infinite;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .8), rgba(255, 255, 255, 0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
    background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
    box-shadow: 0 9px 40px 0 rgba(50, 50, 50, .9);
}
.form-elements{
    border: 1px solid #ccc;
    outline: 0;
    background: #f9f9f9;
}
/* class */
.pr-0{
    padding-right: 0;
}
.pl-0{
    padding-left: 0;
}
.pr-5{
    padding-right: 5px;
}
.pl-5{
    padding-left: 5px;
}
.pr-10{
    padding-right: 10px;
}
.pl-10{
    padding-left: 10px;
}
.mr-5{
    margin-right: 5px;
}
.ml-5{
    margin-left: 5px;
}
.mr-10{
    margin-right: 10px;
}
.ml-10{
    margin-left: 10px;
}
.mb-0{
    margin-bottom: 0;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-70{
    margin-bottom: 70px;
}
.mb-80{
    margin-bottom: 80px;
}
.mb-90{
    margin-bottom: 90px;
}
.mb-100{
    margin-bottom: 100px;
}
.mt-0{
    margin-top: 0;
}
.mt-5{
    margin-top: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}
.mt-70{
    margin-top: 70px;
}
.mt-80{
    margin-top: 80px;
}
.mt-90{
    margin-top: 90px;
}
.mt-100{
    margin-top: 100px;
}
.row-0{
    margin: 0;
}
.row-5{
    margin: 0 -5px;
}
.row-10{
    margin: 0 -10px;
}
/* castom */
.bg-section{
    padding: 50px 0;
    background: #f9f9f9;
}
.section-slider .owl-nav{
    display: inline-block !important;
    margin-top: 30px;
}
.section-slider .owl-prev{
    margin-right: 7px !important;
}
.section-slider .owl-prev,
.section-slider .owl-next{
    font-size: 1.4em !important;
    width: 30px !important;
    height: 30px !important;
    color: #f7f7f7 !important;
    border-radius: 4px !important;
    outline: 0;
    background: #cd2122 !important;
}
.section-slider .owl-prev:hover,
.section-slider .owl-next:hover{
    opacity: .8;
}
/* ELEMENTS */
.btn-link{
    padding: 20px 30px;
    text-decoration: none;
    letter-spacing: 1px;
    color: #f7f7f7 !important;
    border-radius: 4px;
    background: #cd2122;
}
.btn-link_oval{
    border-radius: 30px;
}
.btn-link:hover{
    opacity: .8;
}
.btn-button{
    font-size: 1em;
    padding: 20px 30px;
    cursor: pointer;
    letter-spacing: 1px;
    color: #f7f7f7;
    border: none;
    border-radius: 4px;
    outline: 0;
    background: #cd2122;
}
.btn-button:hover{
    opacity: .8;
}
.link-dotted{
    text-decoration: none;
    border-bottom: 1px dotted;
}
.link-dotted:hover{
    border: none;
}
/* spec */
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #222;
}
a{
    text-decoration: none;
    color: #cd2122;
}
a:hover{
    text-decoration: none;
}
/* TEMPLATE */
/* header */
#header{
    position: relative;
    color: #f7f7f7;
    /* form */
    /* slider top */
}
#header .header-main-page{
    position: relative;
    width: 100%;
/*     height: 100vh; */
    height: 450px;
    background-color: #000;
}
#header .header-inner-main-page{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
}
#header .header-inner{
    background: #232c35;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
#header .header-top{
    margin-bottom: 20px;
    padding-top: 20px;
}
#header .header-logo img{
    width: 200px;
    height: auto;
}
#header .header-address{
    display: flex;
    color: #f7f7f7;
}
#header .header-address__icon{
    font-size: 2.1em;
    margin-right: 10px;
}
#header .header-address__icon:before{
    font-family: FontAwesome;
    font-size: 1em;
    content: '\f041';
}
#header .header-address__text{
    font-size: 1em;
    line-height: 1.3;
}
#header .header-address__text a{
    color: #fff;
}
#header .header-phone{
    position: relative;
    margin-bottom: 13px;
    text-align: right;
}
#header .header-phone__main-phone{
    font-size: 1.2em;
    display: inline-block;
    margin-bottom: 3px;
    transition: all 1s;
    text-align: right;
}
#header .header-phone__main-phone:after{
    font-family: FontAwesome;
    font-size: .7em;
    content: '\f0d7';
    vertical-align: middle;
    color: #ccc;
}
#header .header-phone__main-phone:before{
    font-family: FontAwesome;
    font-size: 1.3em;
    content: '\f095';
    position: relative;
    top: 2px;
}
#header .header-phone__main-phone:hover .header-phone__popup{
    display: block;
}
#header .header-phone__link{
    text-decoration: none;
    color: #f7f7f7;
}
#header .header-phone__main-phone small{
    display: block;
    font-size: 0.6em;
    margin-top: 5px;
}
#header .header-phone__popup{
    position: absolute;
    z-index: 3;
    top: -4px;
    right: 0;
    display: none;
    min-width: 220px;
    min-height: 50px;
    padding: 10px 20px 10px 20px;
    text-align: center;
    white-space: nowrap;
    color: #222;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: #fff;
}
#header .header-phone__popup-item{
    padding: 15px 0;
    border-bottom: 1px solid #dadada;
}
#header .header-phone__popup-item:last-child{
    border-bottom: none;
}
#header .header-phone__popup-link-phone{
    text-decoration: none;
    color: #222;
}
#header .header-phone__popup-link-email{
    font-size: .8em;
    color: #222;
}
#header .header-phone__popup-link-email:hover{
    text-decoration: none;
}
#header .header-btn-callback{
    text-align: right;
}
#header .header-btn-callback__link{
    font-size: .9em;
    margin-right: 11px;
    text-decoration: none;
    color: #f7f7f7;
    border-bottom: 1px dotted #f7f7f7;
}
#header .header-btn-callback__link:hover{
    border: none;
}
#header .header-btn-zayvka__link{
    padding: 10px 15px;
    float: right;
}
#header .menu-line-main-page{
    border-bottom: 1px solid #f7f7f7;
}
#header .menu-line{
    border-top: 1px solid #f7f7f7;
}
#header .header-form{
    position: relative;
    width: 100%;
}
#header .header-form__inner{
    position: absolute;
    right: 30px;
    margin-top: calc(50vh - 258px);
}
#header .header-slider{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
#header .header-slider__img{
    width: 100%;
/*     height: 100%; */
    height: 450px;
    background-position: center;
    background-size: cover;
}
#header .header-slider__shadow{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}
#header .header-slider__inner{
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 660px;
}
#header .header-slider__offer{
    position: absolute;
    z-index: 3;
    top: 33%;
    left: 0;
    width: 100%;
    max-width: 600px;
    height: auto;
    padding: 30px 30px 60px 30px;
    border-radius: 5px;
}
#header .header-slider__title{
    font-size: 2.8em;
    margin: 0 0 10px 0;
}
#header .header-slider__desc{
    font-size: 1.1em;
    line-height: 1.4;
    margin: 0 0 20px 0;
}
#header .header-slider__price{
    font-size: 2.2em;
    margin: 0 auto;
}
#header .header-slider__btn{
    display: flex;
    margin-top: 30px;
}
/* wrapper */
.wrapper{
    padding: 70px 0;
}
.wrapper-main-page{
    padding: 100px 0;
}
.wrapper-inner{
    display: flex;
}
/* SIDEBAR */
#sidebar{
    width: 270px;
    min-width: 270px;
    margin-right: 60px;
}
/* CONTENT */
.content-box{
    width: 100%;
    /* spec */
    /* breadcrumb */
}
.content-box p,
.content-box ul,
.content-box ol{
    color: #404040;
}
.content-box p{
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.content-box ul,
.content-box ol{
    margin: 10px 0 20px 5%;
}
.content-box ul{
    list-style: square;
}
.content-box ol{
    list-style: decimal;
}
.content-box ul li,
.content-box ol li{
    line-height: 1.5;
    margin-bottom: 10px;
}
.content-box img{
    max-width: 100%;
    height: auto;
}
.content-box b,
.content-box strong{
    font-weight: 600;
}
.content-box sup{
    position: relative;
    top: -.5em;
}
.content-box sub{
    position: relative;
    top: .5em;
}
.content-box h1{
    font-size: 2em;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
}
.content-box h2{
    font-size: 1.6em;
    margin: 27px 0 20px 0;
}
.content-box h3{
    font-size: 1.4em;
    margin: 27px 0 20px 0;
}
.content-box h4{
    font-size: 1.14em;
    margin: 27px 0 20px 0;
}
.content-box h5{
    font-size: 1em;
    font-weight: bold;
}
.content-box table{
    font-size: .9em;
    width: 100%;
    margin: 20px 0 30px 0;
    border: 1px solid #dedede;
}
.content-box td,
.content-box th{
    padding: 15px 5px;
    text-align: center;
    border: 0;
    border: 1px solid #dedede;
}
.content-box th{
    font-size: .9em;
    font-weight: 600;
    padding: 15px 5px;
    text-transform: uppercase;
    color: #fff;
    background: #cd2122;
}
.content-box tr{
    background: #fff;
}
.content-box table td:first-child{
    padding-left: 24px;
    text-align: left;
}
.content-box table tr:nth-child(odd){
    background: #fcfcfc;
}
.content-box .breadcrumb{
    font-family: 'Open Sans', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    overflow: hidden;
    margin: 0 0 10px 0;
    color: #777;
}
.content-box .breadcrumb a{
    text-decoration: none;
}
.content-box .breadcrumb a:hover{
    text-decoration: none;
}
.content-box .breadcrumb ul{
    display: flex;
    margin: 0;
    list-style: none;

    align-items: center;
    flex-wrap: wrap;
}
.content-box .breadcrumb ul li{
    font-size: .9em;
    float: left;
    margin: 0 10px 0 0;
    background: none;
}
.content-box .breadcrumb li + li:before{
    font-family: fontAwesome;
    font-size: 1em;
    margin: 0 10px 0 0;
    content: '\f105';
}
.content-box .breadcrumb ul li:first-child{
    margin-left: 0;
    padding-left: 0;
}
.content-box .breadcrumb ul li:last-child{
    line-height: 1.7;
    background: none;
}
/* footer */
#footer .footer__top{
    padding: 50px 0;
    background: #212932;
}
#footer .footer__logo img{
    width: 170px;
    height: auto;
    margin-bottom: 20px;
}
#footer .footer__text{
    font-size: .9em;
    line-height: 150%;
    margin-bottom: 20px;
    color: #f7f7f7;
}
#footer .footer__hr{
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    background: #3e4c5a;
}
#footer .footer__phone{
    font-size: 1.3em;
    margin-bottom: 30px;
    color: #f7f7f7;
}
#footer .footer__phone a{
    text-decoration: none;
    color: #f7f7f7;
}
#footer .footer .header-phone__link,
#footer .footer .header-phone__popup-link-email{
    display: none;
}
#footer .footer .header-phone__popup-item{
    margin-bottom: 10px;
}
#footer .footer__btn-callback{
    margin-bottom: 40px;
}
#footer .footer__btn-callback-link{
    padding: 13px 20px;
}
#footer .footer__mail{
    margin-bottom: 15px;
}
#footer .footer__mail a{
    text-decoration: none;
    color: #8ea0b5;
}
#footer .footer__mail a:before{
    font-family: FontAwesome;
    font-size: .9em;
    margin-right: 8px;
    content: '\f003';
}
#footer .footer__address{
    font-size: .9em;
    line-height: 130%;
    margin-bottom: 20px;
    color: #f7f7f7;
}
#footer .footer__address:before{
    font-family: FontAwesome;
    font-size: 1.1em;
    margin-right: 3px;
    content: '\f041';
}
#footer .footer__menu-title{
    font-size: 1.2em;
    margin: 20px 0;
    text-transform: uppercase;
    color: #f7f7f7;
}
#footer .footer__menu-title:after{
    display: block;
    width: 40px;
    height: 2px;
    margin: 15px 0;
    content: '';
    background: #3e4c5a;
}
#footer .footer__menu a{
    display: block;
    margin-bottom: 17px;
    text-decoration: none;
    color: #a1b0c1;
}
#footer .footer__menu a:hover{
    text-decoration: none;
    color: #d5dce3;
}
#footer .footer__bottom{
    padding: 30px 0;
    background: #191f26;
}
#footer .footer__social ul{
    display: flex;
}
#footer .footer__social ul li{
    padding-left: 25px;
}
#footer .footer__social a{
    font-size: 1.5em;
    color: #3f4f60;
}
#footer .footer__social a:hover{
    color: #8ea0b5;
}
#footer .footer__copyright{
    font-size: .8em;
    color: #b9b9b9;
}
#footer .footer__copyright a{
    margin-right: 10px;
    color: #8ea0b5;
}
/* bitrix */
[id^=bx_incl]{
    display: inline;
}


.advantages > div {
    display: flex;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #222;
    width: 24%;
    align-items: center;
    margin-bottom: 30px;
}
.advantages {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}
.main-page-cat .catalog-section-list__box {
    border: 1px solid #E3E3E3;
    padding: 0;
}
.main-page-cat .catalog-section-list__img {
    height: auto;
    margin: 10px 0;
}
.main-page-cat .col-md-4 {
    display: none;
}

.main-page-cat .col-md-4:nth-child(-n+8) {
    display: block;
}
.main-page-cat .catalog-section-list__text {
    border-top: 1px solid #E3E3E3;
    padding: 10px 0;
}
.main-page-cat .catalog-section-list__text .catalog-section-list__text-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #222;
}
.main-page-cat .catalog-section-list__text .catalog-section-list__text-desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 111%;
    text-align: center;
    color: #00569c;
}
.page-btn a:hover {
    background: #00569c;
    color: #fff;
}
.page-btn a {
    border: 1px solid #00569c;
    border-radius: 4px;
    width: 204px;
    height: 48px;
    display: block;
    line-height: 48px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #00569c;
}
.borderbx .page-btn a {
    margin: 50px auto 100px;
}
.page-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    color: #222;
    margin-bottom: 50px;
}
.s-flex a {
    font-weight: 500;
    font-size: 15px;
    color: #3291cd;
}
.s-flex a:hover{
text-decoration:underline;
}
.s-flex .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 128%;
    color: #222;
    margin-bottom: 30px;
}
.s-flex > div {
    border: 1px solid #dadada;
    padding: 40px 30px;
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.s-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.services .page-btn a {
    margin: 50px auto 100px;
}
.about-block .page-title {
    margin-bottom: 20px;
}
.about-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about-block p span {
    color: #00569c;
}
.about-block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #222;
    margin-bottom: 13px;
}
.about-block img {
    width: 100%;
}
.about-block .img {
    width: 37%;
}
.about-block .info {
    width: 61%;
}
.about-block .page-btn a {
    margin: 44px 0 100px;
}
.p-flex > div:first-child {
    margin-bottom: 30px;
}
.p-flex .two-items img:first-child {
    margin-bottom: 30px;
}
.p-flex .two-items img {
    height: 265px;
    object-fit: cover;
}
.p-flex .one-items img {
    height: 562px;
    object-fit: cover;
}
.p-flex img {
    width: 100%;
}
.p-flex .two-items {
    width: 28%;
}
.p-flex .one-items {
    width: 69%;
}
.p-flex > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.more-photo {
    display: flex;
    justify-content: center;
    margin: 45px 0 100px;
}
.more-photo a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #35465e;
}
.scheme .page-title {
    margin-bottom: 70px;
    text-align: center;
}
.scheme-flex span {
    display: block;
    margin-top: 20px;
}

.scheme-flex > div {
    width: 17%;
    text-align: center;
}
.scheme-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.scheme-flex img{
    max-width:100%;
}
.logos {
    margin: 200px 0 100px;
}
.logos .page-title {
    text-align: center;
    margin-bottom: 30px;
}
.logo-slider img {
    width: 95%;
    margin: 0 auto;
    height: 100px;
    object-fit: contain;
}
.logo-slider .slick-arrow:before {
    display: none;
}
.logo-slider .slick-prev {
    width: 110px;
    height: 46px;
    background: url(/img/arl.png)!important;
    top: -100px;
    left: auto;
    right: 130px;
}
.logo-slider .slick-next {
    width: 110px;
    height: 46px;
    background: url(/img/arr.png)!important;
    top: -100px;
    left: auto;
    right: 0;
}
.page-blocks .advantages {

    margin: 50px 0 50px;
}
.page-blocks  .services .page-btn a {
    margin: 50px auto 80px;
}
.g-block img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.g-block > div {
    width: 32%;
    margin-bottom: 15px;
}
.g-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (max-width:991px){
	.advantages > div {
		width: 49%;
	}
	.s-flex > div {
		width: 49%;
		margin-bottom: 15px;
	}
	.about-block .info {
		width: 100%;
	}
.g-block > div {
    width: 48%;

}
.about-block .page-btn a {
    margin: 24px auto 40px;
}
.about-block .img {
    width: 100%;
    margin-bottom: 70px;
}
.p-flex .one-items {
    width: 100%;
    margin-bottom: 30px;
}
.p-flex .one-items img {
    height: auto;
    object-fit: cover;
}
.p-flex .two-items img {
    height: auto;
    object-fit: cover;
    margin-bottom: 30px;
}
.p-flex > div:first-child {
    margin-bottom: 0;
}
.p-flex .two-items {
    width: 100%;
}
.scheme-flex > div {
    width: 49%;
    margin-bottom: 40px;
}
}
@media screen and (max-width:450px){
	.advantages > div {
		width: 100%;
	}
	.s-flex > div {
		width: 100%;
		margin-bottom: 15px;
	}
.g-block > div {
    width: 100%;

}
.scheme-flex > div {
    width: 100%;
}
}