

/* Start:/local/templates/.default/components/bitrix/catalog/service_user/style.css?162496663727633*/
.fullScreen{
	min-height:unset!important;
}
.grid{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/*Стили услуг чтоделать.рф*/
.section.section-form {
    padding: 0;
}

.header-slide {
    background-color:#bfdbe9 !important;
    background-image: none !important;
    padding: 60px 0;
    
}

.container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
}

.align-items-center {
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    flex-basis: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.header-slide__title {
    font-size: 44px;
    line-height: 50px;
    font-family: Exo;
    font-weight: 400;
    color: #fff;
}
.cust-img{
position: relative;
height:411px;
}
.cust-img::before {
    content: "";
    display: block;
    position: relative;
    background-image: url(/img/main_ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 139%;
    height: 450px;
    margin: 0;
    /* padding: 0; */
    top: 19px;
    left: -46%;
}

.cst-price{
	width: 463px;
    background-color: #fff;
    border-radius: 5px;
    border-left: 3px solid #e3364f;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
    justify-content: center;
    cursor: pointer;
	transition: .3s background-image, .3s background-color, .3s transform, .3s color;
    margin-left: 0%;
    margin-top: 3%;
}

	.cena {
        font-weight: 600;
        transition: .3s color;
        padding-top: 29px;
        padding-left: 29px;
    }



.cena-rub {
    font-size: 35px;
    color: #32627c;
    padding-bottom: 24px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 28px;
}

.custom-btn {
	display:unset !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 12px;
    min-width: 260px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: none;
	padding: 19px 25px !important;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e3364f;
    box-shadow: inset 0 -26px 0px -5px #c43146;
    transition: .3s box-shadow;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 30px;
    margin-left: 19px;
    
}

.red_cursive{
	display: block;
    color: #d4374d;
    font-size: 18px;
    line-height: 1.1;
    font-style: italic !important;
    font-family: 'Exo' !important;
}
.blue_cursive{
	color: #32627c; 
    display: block;
    color: #32627c;
    font-size: 18px;
    line-height: 2.1;
	font-family: 'Exo' !important;
	line-height: 1;
	font-weight: 600 !important;
}

.black_text{
	color:#262626;
	font-family: 'Open Sans';
    padding-bottom: 15px;
    font-size: 18px;
    padding: 10px 0 10px 0;
}

.servicesAdvantage.in-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    width: 100%;
}
.servicesAdvantage.in-column>.servicesLin:nth-child(4n+1) {
    margin-left: 0;
}

.servicesAdvantage.in-column>.servicesLin {
    width: calc(25% - 37.5px);
    min-width: calc(25% - 37.5px);
    max-width: calc(25% - 37.5px);
    flex-basis: calc(25% - 37.5px);
}


.servicesLin {
    display: flex;
    padding: 30px 0 25px 0;
}
.servicesLin__ico {
    padding-top: 5px;
}

.servicesLin__title {
    color: #32627c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    cursor: pointer;
    display: block;

}

.cst-servicesLin__title{
    overflow: hidden;
    color: #32627c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    cursor: pointer;
    display: block;
    height: 48px;
  
}

.servicesLin__p {
    font-family: 'Open Sans';
    padding-bottom: 5px;
}

.servicesLin {
    background: #bfdbe9;
    height: 285px;
    margin: 29px 12px 29px 0;
}

.cust-servicesAdvantage{
    justify-content: unset !important;
    
}

.cst-servicesLin__ico{
	padding: 22px;
}
.cst-servicesLin__text{
    padding-right: 22px;
    
}

.cust-servicesLin{
    margin: 34px auto !important;
    border-radius: 5px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
}

.cst-servicesLin__p{
    overflow: hidden;
    font-family: 'Exo' !important;
    line-height: 1.4;
    font-weight: 500 !important;
    color: #32627c;
    height: 155px;
}

.cstservicesLin__title{
    text-transform: none;
    
}

.cst-btn{
	font-size: 26px;
    color: #da344c;
}

.cst-serviceBox__item{
	padding: 20px 15px 0 !important;
    width: 31.9% !important;
}

.customItem{
	padding: 22px 20px;
    height: 80px;
}
.customItem:hover{
	padding: 22px 20px;
    height: 80px; 
    text-decoration: none !important;
}


.order-service-rf-content{
    text-align: center;
}


.order-service-rf {
    width: 100%;
    height: 132px;
    background-image: url("/img/sloy.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin:60px 0 75px 0;
    border-radius: 5px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
}

.title-order {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 22px;
    padding-top: 10px;
}

.custom-btn-2{
    display: unset !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 13px;
    min-width: 260px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: none;
    padding: 19px 40px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e3364f;
    box-shadow: inset 0 -26px 0px -5px #c43146;
    transition: .3s box-shadow;
    text-align: center;
}

.custom-btn-3{
    display: unset !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 13px;
    min-width: 260px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: none;
    padding: 19px 32px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e3364f;
    box-shadow: inset 0 -26px 0px -5px #c43146;
    transition: .3s box-shadow;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 36px;
    margin-left: 31px;
}
.nashi-proekty {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
}


.nashi-proekty-item {
    width: 100%;
    max-width: 752px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 5px;
    /* border-left: 3px solid #e3364f; */
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
}
.wrap-proekty-content {
    /*padding: 22px;*/
}
.nashi-proekty-item-img {
    padding: 25px 25px 25px 29px;
}

.nashi-proekty-item-img img {
    border-radius: 30px 0;
    height: 332px;
}

.zagolovok_n-pr{
	color: #32627c; 
    display: block;
    color: #32627c;
    font-size: 18px;
    line-height: 1.5;
	font-family: 'Exo' !important;
	line-height: 1.5;
    font-weight: 500 !important;
    height:60px !important;
    overflow: unset!important;
    margin-bottom: 10px !important;
}

@media(max-width:450px){
    .zagolovok_n-pr{
        margin-bottom: 50px !important;
    }  
}
 

.text_n-pr{
	color:black;
	font-family: 'Exo';
    padding-bottom: 15px;
    font-size: 18px;
    padding: 10px 0 13px 0;
    line-height: 1.3;
    overflow: unset!important;
}


 .strelka img{
     margin-left: 87%;
 }

 .nashi-proekty-item-title{
    margin-top: 29px;
 }


 .all-all{
    margin-top: 20px;
    margin-bottom: 20px;
 }

 .info-garantii{
    display: block;
    color: #d4374d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 15px;
    font-style: italic;
    text-align: center;
 }
 /**************************/

.no-border img{
border:none !important;
}





@media(max-width:1561px){


.nashi-proekty-item-img img {
    border-radius: 30px 0;
    height: 166px;
    width: 170px;
    margin-top: 34px;
}
.customInfo{
    margin-bottom:30px !important;
}
    
.cust-servicesLin{
    min-width: calc(51% - 37.5px) !important;
    margin: 14px auto !important;
    height: 209px !important;
}
    .for-parts-margin{
        margin-bottom: 10px !important;
    }
    .cust-img::before{  content: "";
   content: "";
    display: block;
    position: relative;
    background-image: url(/img/main_ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 424px; */
    /* max-width: 100%; */
    /* height: 399px; */
    margin: 0;
    /* padding: 0; */
    top: 72px;
    left: -36%;
    }
}

@media(min-width:1000px) and (max-width:1200px){
    .for-parts-margin{
        margin-bottom: 10px !important;
    }
    .cust-img::before{  content: "";
   content: "";
    display: block;
    position: relative;
    background-image: url(/img/main_ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 424px; */
    /* max-width: 100%; */
    /* height: 399px; */
    margin: 0;
    /* padding: 0; */
    top: 145px;
    left: 14%;
    }
 
}

@media(max-width:1000px){
    .for-parts-margin{
        margin-bottom: 10px !important;
    }
    .cust-img::before {
        content: "";
        content: "";
        display: block;
        position: relative;
        background-image: url(/img/main_ico.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 379px;
        /* max-width: 100%; */
        height: 252px;
        margin: 0;
        /* padding: 0; */
        top: 60px;
        /* left: 14%;*/
    }

    .adapt-1{
    flex-direction: column !important;
    }
}



@media(max-width:700px){

    .serviceBox__item{
        margin-top:12px;
        width:100% !important;
    }
    .cst-price {

        width: 100%;
    }

   .cust-img::before {
        content: "";
        content: "";
        display: block;
        position: relative;
        background-image: url(/img/main_ico.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 268px !important;
        /* max-width: 100%; */
        height: 181px !important;
        margin: 0 auto;
        /* padding: 0; */
        top: 60px;
        left: 0!important;
    }

    .cust-img{
        margin-top: -26px !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .custom-btn-3 {
        display: unset !important;
        border-radius: 50px;
        min-height: 60px;
        font-size: 13px;
        min-width: 260px;
        max-width: 100%;
        cursor: pointer;
        position: relative;
        text-transform: uppercase;
        border: none;
        /* padding: 19px 32px; */
        color: #fff;
        font-family: 'Open Sans';
        font-weight: 600;
        letter-spacing: 1px;
        overflow: hidden;
        background-color: #e3364f;
        box-shadow: inset 0 -26px 0px -5px #c43146;
        transition: .3s box-shadow;
        text-align: center;
        margin-top: 1%;
        margin-bottom: 36px;
        margin-left: 16%;
    }


    .cena-rub {
        font-size: 29px;
        color: #32627c;
        padding-bottom: 24px;
        font-weight: 600;
        padding-top: 5px;
        padding-left: 0; 
        text-align: center;
    }


    .cena {
        font-weight: 600;
        transition: .3s color;
        padding-top: 29px;
        padding-left: 0;
        text-align: center;
    }
}
    




.youtube-video-rf {
    width: 100%;
    height: 630px;
    border: none;
    /* border-radius: 25px; */
}

 .grid-page {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
 }


 .one-stock {
    overflow: hidden;
    border: 5px solid #fff;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 7.5px));
    grid-gap: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 30px 0px rgba(101, 125, 149, 0.15);
}

.abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.stock-img {
    /* align-self: center; */
    overflow: hidden;
    border-radius: 5px;
}

.stock-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.info-stock {
    padding: 20px 20px 25px 20px;
}

.flex-column-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-vc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-img {
    width: 37px;
    height: auto;
    margin-right: 10px;
}

.blue-txt {
    font-size: 16px;
    color: #29abe2;
    font-weight: 500;
}

.one-stock .h4 {
    padding-bottom: 10px;
    hyphens: manual;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
}

.one-stock .paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 18px;
}

.anons-text {
    max-height: 100px;
    overflow-y: hidden;
}

.cst-serviceBox__item-2-q{
    width: 31.9% !important;
    padding: 0px 15px 0 !important;
}

.cst-serviceBox{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px 0;
    justify-content: space-between !important;
}



@media (max-width: 1200px){

    .youtube-video-rf {
        width: 96%;
        height: 338px;
        border: none;
        /* border-radius: 25px; */
    }
    .gr-title-h2{

        padding-top: 22px !;
    }
    .other-nashi-proekty-item{
        margin: 16px auto !important;
    }

    .nashi-proekty-item{
        margin-bottom:19px;
    }
    .nashi-proekty-item-img img {
        border-radius: 30px 0;
        height: 247px;
        width: 317px;
        margin: 0px auto;
    }

    .nashi-proekty {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
    }

    .cst-serviceBox__item-2-q{
        width: 100% !important;
        padding: 0px 15px 0 !important;
    }


}

@media (max-width: 900px){

    .cust-servicesLin{
        min-width: calc(51% - 37.5px) !important;
        margin: 14px auto !important;
        height: 162px !important;
    }

}

@media (max-width: 600px){

    .cust-servicesLin{
        min-width: calc(51% - 37.5px) !important;
        margin: 14px auto !important;
        height: 240px !important;
    }

    .cst-servicesLin__ico{
        padding:0;
    }
    .cst-servicesLin__text {
        padding-right: 0;
    }

}

@media (max-width: 500px){

.order-service-rf {
    width: 100%;
    height: 158px;
    background-image: url("/img/sloy.png");
    background-repeat: repeat-y;
    background-size: 100%;
    margin: 20px 0 20px 0;
} 

.title-order {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 22px;
    padding-top: 24px;
}


}



@media(max-width:768px){

    .youtube-video-rf {
        width: 100%;
        height: 203px;
        border: none;
        /* border-radius: 25px; */
    }

     .gr-title-h2{

        padding: 24px 10px 10px 10px;
    }

    .other-nashi-proekty{

        max-width: 74%;
        margin: 0 auto;
    }

    .fjsy444-zagolovok_n-pr{
        padding: 0px 24px 0 24px;
        font-size: 23px;
        

    }
    .fjsy444-text_n-pr{
        padding: 0px 24px 0 24px;
    }
   
    .nashi-proekty-item {
        margin: 0 auto;
        width: 100%;
        max-width: 419px;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 5px;
        /* border-left: 3px solid #e3364f; */
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06)
    }

    .nashi-proekty-item-img {
       margin: 0 auto;
    }

    .nashi-proekty-item-img img {
        border-radius: 30px 0;
        height: 236px;
        width: 100%;
        margin: 0px auto;
    }

    .wrap-proekty-content{text-align: center;}

}


.poleznaya_info{
    background-color: #bfdbe9;
}

.other-nashi-proekty{
    justify-content: center;
}

.other-nashi-proekty-item{
    margin: 15px;
}

.db-title-h2{
    padding-top: 46px;
}

.db-all{
    padding-bottom: 50px;
    margin-top: 22px;
}

.slick-dots{
    display:none !important;
}

.sertificateBlock{
    margin: -83px -38px !important;
}

.cstmy-sertificateBlock{
    margin: 40px -38px !important;
}

/* @media(max-width:1600px){
    .servicesAdvantage.in-column>.servicesLin{
        min-width: calc(48.3% - 37.5px);
    }
} */

.serviceInfo{
padding-top:13px !important;
}

/**/
.title-h1{
    display:none;
    } 
    .title-h1-service {
        font-size: 44px;
        color: #32627c;
        font-weight: 600;
        margin-left: -14px;
        margin-top: 32px;
    }
    .for-parts{
        position: absolute;
    }
    .serviceBox__item{
        margin-top:12px;
        width:20%;
    }
    
    @media(max-width:1230px){
        .serviceBox__item{
        margin-top:12px;
        width:26%;
    }
    }
    @media(max-width:700px){
    .for-parts{
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .title-h1-service {
        font-size: 31px;
        color: #32627c;
        font-weight: 600;
        margin-left: 0;
        margin-top: 32px;
        text-align: center;
    }
    
    .wow-center{
        padding-bottom: 4px;
        position: relative;
    }
    .custom-btn-3 {
        display: block!important;
        margin: 0px auto 11px auto;
        padding-bottom: -2px;
    }
    }
     
     .custom-btn-content-iz{
        margin-top: 20px;
        padding-bottom: 44px;
    }
     
    .serv-title{
        padding-top:44px;
    }
.block{
    display:block!important;
}
.pathners__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pathners__item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important;
}


.tg  {border-collapse:collapse;border-spacing:0;}
		.tg td{font-family:Arial, sans-serif;font-size:17px;  border: 1px solid #e8e4e4;
		  overflow:hidden;padding:20px 20px;word-break:normal;}
		.tg th{border-width:1px;font-family:Arial, sans-serif;font-size:17px;

		  font-weight:normal;overflow:hidden;padding:20px 20px;word-break:normal;}

		.tg .tg-y52k{text-align:left;vertical-align:top}

		.tg .tg-baqh{text-align:center;vertical-align:top}

		.tg .tg-4jpa{background-color:#33627c;border-color:inherit;font-size:17px;text-align:center;vertical-align:top}

		.tg .tg-4an2{background-color:#33627c;text-align:center;vertical-align:top}

		.tg .tg-c3ow{text-align:center;vertical-align:top}

		.tg .tg-lbij{background-color:#33627c;border-color:inherit;text-align:center;vertical-align:top}

		.tg .tg-lo9l{background-color:#33627c;border-color:inherit;text-align:left;vertical-align:top}

        .tg.tg-lo9l3gfh {background-color:#33627c;border-color:inherit;text-align:left;vertical-align:top;border: none;}

		.tg .tg-0pky {
        text-align: left;
        vertical-align: top;
        width: 18%;
}

		.tg .tg-0lax{text-align:left;vertical-align:top}

        .width-table {
            max-width: 1497px;
            width: 100%;
            box-shadow: 0 14px 28px rgb(0 0 0 / 13%), 0 10px 10px rgb(0 0 0 / 1%);
        }

		.th-border th{
            border: 1px solid #4a7289 !important;
		}

		/* .width-all td{
			width:18% !important;
		} */
   
        .zagolovok {
            color: #32627c;
            font-weight: 600;
            padding-bottom: 18px;
            position: relative;
            font-size: 34px;
            text-align: center;
            padding-top: 63px;
        }

        .table-zagolovok{
        color: #e5ebed;
        font-weight: 600;
        
        }

        .table-zagolovok-2{
            color: #8bb3d0;
            font-style: italic;
            font-weight: 600;
            font-size: 15px;
        }

        .text-class{
            font-family: 'Exo' !important;
            line-height: 1.4;
            font-weight: 500 !important;
            color: #424242;
            height: 155px;
            background-color: white;
        }

    .custom-btn-4{
    border: 1px solid red !important;
    display: unset !important;
    border-radius: 50px;
    /* min-height: 60px; */
    /* font-size: 13px; */
    min-width: 189px;
    /* max-width: 100%; */
    /* cursor: pointer; */
    /* position: relative; */
    /* text-transform: uppercase; */
    border: none;
    padding: 19px 32px;
    color: #e3364f;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: unset;
    box-shadow: unset;
    transition: .3s box-shadow;
    text-align: center;
    /* margin-top: 1%; */
    /* margin-bottom: 36px; */
    margin-left:0px;
        }

           .column-2 {
            text-align: center;
            vertical-align: top;
        }
      

      .call-request-zayavka:hover{
        background-color: #e3364f !important;
        color:white;
      }

      .knopka{
        background-color: #e3364f !important;
        color:white;
      }

      @media(max-width:1600px){
        .wrap-table{
            overflow: auto;
          }

      }


      .c-text{
        color: #32627c;
        font-size: 17px !important;
        font-weight: 700 !important;
      }

      .tg-0pky-n {
        display:none !important;
        position: absolute;
        left: 14px;
        background-color: white;
        width: 231px;
        margin-top: 0px;
    }  

    .none-sfdas{
        display:none;
    }
    
    
@media(max-width:900px){

    .slider-text{
        display: none;
    }
    .wrap-item{
        display:block !important;
        width: 200px !important;
        margin: 0 auto !important;
    }


    .img-slider img {
        width: 207px !important;
        height: 124px !important;
    }

    .sliderArrow.sliderArrow-prev {
        left: 0px !important;
    }

    .sliderArrow.sliderArrow-next {
        right: 0px !important;
    }

    


}


@media(max-width:500px){
    
    
    .tg-0pky-n {
        display:block !important;
        position: absolute;
        left: 14px;
        background-color: white;
        width: 231px;
        margin-top: 0px;
    }  

    .none-sfdas{
        display: table-cell;
    }

    .tg-0pky{
        color:white !important;
    }
    .tg-0lax{
        color:white !important; 
    }

    .zagolovok {
        color: #32627c;
        font-weight: 600;
        padding-bottom: 18px;
        position: relative;
        font-size: 29px;
        text-align: center;
        padding-top: 30px;
    }

    .slider-text{
        display: none;
    }
    .wrap-item{
        display:block !important;
        width: 200px !important;
        margin: 0 auto !important;
    }

    .img-slider img {
        width: 204px;
        height: 117px;
    }

    .sliderArrow.sliderArrow-prev {
        left: -5px !important;
    }

    .sliderArrow.sliderArrow-next {
        right: 5px !important;
    }

    details {
        display: block;
        background: #fff;
        max-width: 1500px;
        width: 95% !important;
        box-shadow: 0 10px 15px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 1.5rem;
        margin: 24px auto;
    }

    .zag {
        color: #32627c;
        font-weight: 600;
        padding-bottom: 18px;
        position: relative;
        font-size: 18px !important;
        text-align: left;
        padding-top: 0px;
    }

   
   

}

.section.section-about, .section.section-first {
    padding: 0px 0 6px 0 !important;
}

h2{
    color: #32627c;
    font-weight: 500; 
}

.vibor{
    text-align: right;
    padding-right: 6%;
    position: relative;  
}

.span_Ol{
    background-color: #e3364f;
    padding: 3px;
    border-radius: 3px;
    display: block;
    width: 112px;
    float: right;
    text-align: center;
    color: #e8e4e4;
    font-size: 12px;
    font-style: italic;
    margin-right: 0.7%;
}

.knopka1{
    display: block;
    right: 100px;
    top: 0;
}

.tg-0pky{
    text-align: center !important;
}
.tg-0lax{
    text-align: center !important;
}

.popUp-wrapper {
    border: 1px solid silver;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s opacity, .3s visibility;
}

.popUp__close:before {
    content: "";
    width: 2px;
    background-color: silver !important;
    height: 30px;
    position: absolute;
    content: "";
    left: 14px;
    top: 0;
    transform: rotate(
45deg
);
}

.popUp__close:after {
    content: "";
    width: 2px;
    background-color: silver !important;
    height: 30px;
    position: absolute;
    content: "";
    right: 14px;
    top: 0;
    transform: rotate(
-45deg
);
}

summary {
    display: block;
    padding: .3em 1em .3em .9em;
    border-bottom: none !important;
    font-size: 1.4em;
    cursor: pointer;
    position: relative;
}

.summary:focus {
    outline: 0;
    box-shadow: none !important;
}


/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/service_user/bitrix/catalog.section.list/list/style.css?16113092657207*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }

.clear_link:hover{
	text-decoration: none!important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog/service_user/bitrix/catalog.section.list/otr_service/style.css?16115039747285*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }


	.custom-btn-content img {
		margin-right: 1px;
		margin-left: 15px;
		margin-top: 3px;
	}

	.unic-url:hover{
			color:#da344c;
	}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/video_service/style.css?1594813210150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about-garanty-3/style.css?1610993997150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/about-garanty-4/style.css?1611093989209*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.mycst-sertificateBlock{
	margin: 40px -38px !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/section-s-n/style.css?161109183622109*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}


.fullScreen{
	min-height:unset!important;
}
.grid{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/*Стили услуг чтоделать.рф*/
.section.section-form {
    padding: 0;
}

.header-slide {
    background-color:#bfdbe9 !important;
    background-image: none !important;
    padding: 60px 0;
    
}

.container {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    padding: 0 15px;
}

.align-items-center {
    align-items: center;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% + 30px);
    min-width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    flex-basis: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.header-slide__title {
    font-size: 44px;
    line-height: 50px;
    font-family: Exo;
    font-weight: 400;
    color: #fff;
}
.cust-img{
position: relative;
height:411px;
}
.cust-img::before {
    content: "";
    display: block;
    position: relative;
    background-image: url(/img/main_ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 139%;
    height: 450px;
    margin: 0;
    /* padding: 0; */
    top: 19px;
    left: -46%;
}

.cst-price{
	width: 463px;
    background-color: #fff;
    border-radius: 5px;
    border-left: 3px solid #e3364f;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
    justify-content: center;
    cursor: pointer;
	transition: .3s background-image, .3s background-color, .3s transform, .3s color;
    margin-left: 0%;
    margin-top: 3%;
}

	.cena {
        font-weight: 600;
        transition: .3s color;
        padding-top: 29px;
        padding-left: 29px;
    }



.cena-rub {
    font-size: 35px;
    color: #32627c;
    padding-bottom: 24px;
    font-weight: 600;
    padding-top: 5px;
    padding-left: 28px;
}

.custom-btn {
	display:unset !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 12px;
    min-width: 260px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: none;
	padding: 19px 25px !important;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e3364f;
    box-shadow: inset 0 -26px 0px -5px #c43146;
    transition: .3s box-shadow;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 30px;
    margin-left: 19px;
    
}

.red_cursive{
	display: block;
    color: #d4374d;
    font-size: 18px;
    line-height: 1.1;
    font-style: italic !important;
    font-family: 'Exo' !important;
}
.blue_cursive{
	color: #32627c; 
    display: block;
    color: #32627c;
    font-size: 18px;
    line-height: 2.1;
	font-family: 'Exo' !important;
	line-height: 1;
	font-weight: 600 !important;
}

.black_text{
	color:#262626;
	font-family: 'Open Sans';
    padding-bottom: 15px;
    font-size: 18px;
    padding: 10px 0 10px 0;
}

.servicesAdvantage.in-column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    width: 100%;
}
.servicesAdvantage.in-column>.servicesLin:nth-child(4n+1) {
    margin-left: 0;
}

.servicesAdvantage.in-column>.servicesLin {
    width: calc(25% - 37.5px);
    min-width: calc(25% - 37.5px);
    max-width: calc(25% - 37.5px);
    flex-basis: calc(25% - 37.5px);
}


.servicesLin {
    display: flex;
    padding: 30px 0 25px 0;
}
.servicesLin__ico {
    padding-top: 5px;
}

.servicesLin__title {
    color: #32627c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    cursor: pointer;
    display: block;

}

.cst-servicesLin__title{
    overflow: hidden;
    color: #32627c;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 20px;
    cursor: pointer;
    display: block;
    height: 48px;
  
}

.servicesLin__p {
    font-family: 'Open Sans';
    padding-bottom: 5px;
}

.servicesLin {
    background: #bfdbe9;
    height: 285px;
    margin: 29px 12px 29px 0;
}

.cust-servicesAdvantage{
    justify-content: unset !important;
    
}

.cst-servicesLin__ico{
	padding: 22px;
}
.cst-servicesLin__text{
    padding-right: 22px;
    
}

.cust-servicesLin{
    margin: 34px auto !important;
    border-radius: 5px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
}

.cst-servicesLin__p{
    overflow: hidden;
    font-family: 'Exo' !important;
    line-height: 1.4;
    font-weight: 500 !important;
    color: #32627c;
    height: 155px;
}

.cstservicesLin__title{
    text-transform: none;
    
}

.cst-btn{
	font-size: 26px;
    color: #da344c;
}

.cst-serviceBox__item{
	padding: 20px 15px 0 !important;
    width: 31.9% !important;
}

.customItem{
	padding: 22px 20px;
    height: 80px;
}

.order-service-rf-content{
    text-align: center;
}


.order-service-rf {
    width: 100%;
    height: 132px;
    background-image: url("/img/sloy.png");
    background-repeat: no-repeat;
    background-size: 100%;
    margin:60px 0 75px 0;
    border-radius: 5px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
}

.title-order {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 10px;
}

.custom-btn-2{
    display: unset !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 13px;
    min-width: 260px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: none;
    padding: 19px 40px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e3364f;
    box-shadow: inset 0 -26px 0px -5px #c43146;
    transition: .3s box-shadow;
    text-align: center;
}

.custom-btn-3{
    display: unset !important;
    border-radius: 50px;
    min-height: 60px;
    font-size: 13px;
    min-width: 260px;
    max-width: 100%;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    border: none;
    padding: 19px 32px;
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 600;
    letter-spacing: 1px;
    overflow: hidden;
    background-color: #e3364f;
    box-shadow: inset 0 -26px 0px -5px #c43146;
    transition: .3s box-shadow;
    text-align: center;
    margin-top: 1%;
    margin-bottom: 36px;
    margin-left: 31px;
}
.nashi-proekty {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
}


.nashi-proekty-item {
    width: 100%;
    max-width: 752px;
    display: flex;
    flex-direction: row;
    background: #fff;
    border-radius: 5px;
    /* border-left: 3px solid #e3364f; */
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06);
}
.wrap-proekty-content {
    /*padding: 22px;*/
}
.nashi-proekty-item-img {
    padding: 25px 25px 25px 29px;
}

.nashi-proekty-item-img img {
    border-radius: 30px 0;
    height: 332px;
}

.zagolovok_n-pr{
	color: #32627c; 
    display: block;
    color: #32627c;
    font-size: 18px;
    line-height: 1.5;
	font-family: 'Exo' !important;
	line-height: 1.5;
    font-weight: 500 !important;
    overflow: hidden;
    height: 80px;
}
 

.text_n-pr{
	color:black;
	font-family: 'Exo';
    padding-bottom: 15px;
    font-size: 18px;
    padding: 10px 0 13px 0;
    line-height: 1.3;
    overflow: hidden;
    height: 200px;
}


 .strelka img{
     margin-left: 87%;
     margin-top: -68px;
 }
 .cst-title-h2{
    margin-bottom: 28px;
 }

 .nashi-proekty-item-title{
    margin-top: 29px;
 }


 .all-all{
    margin-top: 20px;
    margin-bottom: 20px;
 }

 .info-garantii{
    display: block;
    color: #d4374d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 15px;
    font-style: italic;
    text-align: center;
 }
 /**************************/

.no-border img{
border:none !important;
}





@media(max-width:1561px){


.nashi-proekty-item-img img {
    border-radius: 30px 0;
    height: 166px;
    width: 170px;
    margin-top: 34px;
}
.customInfo{
    margin-bottom:30px !important;
}
    
.cust-servicesLin{
    min-width: calc(51% - 37.5px) !important;
    margin: 14px auto !important;
    height: 209px !important;
}
    .for-parts-margin{
        margin-bottom: 10px !important;
    }
    .cust-img::before{  content: "";
   content: "";
    display: block;
    position: relative;
    background-image: url(/img/main_ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 424px; */
    /* max-width: 100%; */
    /* height: 399px; */
    margin: 0;
    /* padding: 0; */
    top: 72px;
    left: -36%;
    }
}

@media(min-width:1000px) and (max-width:1200px){
    .for-parts-margin{
        margin-bottom: 10px !important;
    }
    .cust-img::before{  content: "";
   content: "";
    display: block;
    position: relative;
    background-image: url(/img/main_ico.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    /* width: 424px; */
    /* max-width: 100%; */
    /* height: 399px; */
    margin: 0;
    /* padding: 0; */
    top: 145px;
    left: 14%;
    }
 
}

@media(max-width:1000px){
    .for-parts-margin{
        margin-bottom: 10px !important;
    }
    .cust-img::before {
        content: "";
        content: "";
        display: block;
        position: relative;
        background-image: url(/img/main_ico.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 379px;
        /* max-width: 100%; */
        height: 252px;
        margin: 0;
        /* padding: 0; */
        top: 60px;
        /* left: 14%;*/
    }

    .adapt-1{
    flex-direction: column !important;
    }
}



@media(max-width:700px){

    .serviceBox__item{
        margin-top:12px;
        width:100% !important;
    }
    .cst-price {

        width: 100%;
    }

   .cust-img::before {
        content: "";
        content: "";
        display: block;
        position: relative;
        background-image: url(/img/main_ico.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 268px !important;
        /* max-width: 100%; */
        height: 181px !important;
        margin: 0 auto;
        /* padding: 0; */
        top: 60px;
        left: 0!important;
    }

    .cust-img{
        margin-top: -26px !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .custom-btn-3 {
        display: unset !important;
        border-radius: 50px;
        min-height: 60px;
        font-size: 13px;
        min-width: 260px;
        max-width: 100%;
        cursor: pointer;
        position: relative;
        text-transform: uppercase;
        border: none;
        /* padding: 19px 32px; */
        color: #fff;
        font-family: 'Open Sans';
        font-weight: 600;
        letter-spacing: 1px;
        overflow: hidden;
        background-color: #e3364f;
        box-shadow: inset 0 -26px 0px -5px #c43146;
        transition: .3s box-shadow;
        text-align: center;
        margin-top: 1%;
        margin-bottom: 36px;
        margin-left: 16%;
    }


    .cena-rub {
        font-size: 29px;
        color: #32627c;
        padding-bottom: 24px;
        font-weight: 600;
        padding-top: 5px;
        padding-left: 0; 
        text-align: center;
    }


    .cena {
        font-weight: 600;
        transition: .3s color;
        padding-top: 29px;
        padding-left: 0;
        text-align: center;
    }
}
    




.youtube-video-rf {
    width: 100%;
    height: 630px;
    border: none;
    /* border-radius: 25px; */
}

 .grid-page {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
 }


 .one-stock {
    overflow: hidden;
    border: 5px solid #fff;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 7.5px));
    grid-gap: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 30px 0px rgba(101, 125, 149, 0.15);
}

.abs-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.stock-img {
    /* align-self: center; */
    overflow: hidden;
    border-radius: 5px;
}

.stock-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
}

.info-stock {
    padding: 20px 20px 25px 20px;
}

.flex-column-sb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-vc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-img {
    width: 37px;
    height: auto;
    margin-right: 10px;
}

.blue-txt {
    font-size: 16px;
    color: #29abe2;
    font-weight: 500;
}

.one-stock .h4 {
    padding-bottom: 10px;
    hyphens: manual;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
}

.one-stock .paragraph {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 18px
}

.anons-text {
    max-height: 100px;
    overflow-y: hidden;
}

.cst-serviceBox__item-2-q{
    width: 31.9% !important;
    padding: 0px 15px 0 !important;
}

.cst-serviceBox{
    display: flex;
    flex-wrap: wrap;
    margin: -20px -15px 0;
    justify-content: space-between !important;
}



@media (max-width: 1200px){

    .order-service-rf{
        background-size: cover;
        height:149px;
    }

    .youtube-video-rf {
        width: 96%;
        height: 338px;
        border: none;
        /* border-radius: 25px; */
    }
    .gr-title-h2{

        padding-top: 22px !;
    }
    .other-nashi-proekty-item{
        margin: 16px auto !important;
    }

    .nashi-proekty-item{
        margin-bottom:19px;
    }
    .nashi-proekty-item-img img {
        border-radius: 30px 0;
        height: 247px;
        width: 317px;
        margin: 0px auto;
    }

    .nashi-proekty {
        display: flex;
        max-width: 100%;
        flex-direction: column;
        justify-content: center;
        justify-content: space-between;
    }

    .cst-serviceBox__item-2-q{
        width: 100% !important;
        padding: 0px 15px 0 !important;
    }

    .cust-servicesLin{
        min-width: calc(51% - 37.5px) !important;
        margin: 14px auto !important;
        height: 250px !important;
    }

}

@media (max-width: 900px){

    .cust-servicesLin{
        min-width: calc(51% - 37.5px) !important;
        margin: 14px auto !important;
        height: 162px !important;
    }

}

@media (max-width: 600px){

    .cust-servicesLin{
        min-width: calc(51% - 37.5px) !important;
        margin: 14px auto !important;
        height: 240px !important;
    }

    .cst-servicesLin__ico{
        padding:0;
    }
    .cst-servicesLin__text {
        padding-right: 0;
    }

}

@media (max-width: 500px){

.title-order {
    display: block;
    color: #ffffff;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 24px;
}


}

@media (max-width: 500px){

    .order-service-rf {
    height: 174px;
    } 
    
    }




@media(max-width:768px){

    .youtube-video-rf {
        width: 100%;
        height: 203px;
        border: none;
        /* border-radius: 25px; */
    }

     .gr-title-h2{

        padding: 24px 10px 10px 10px;
    }

    .other-nashi-proekty{

        max-width: 74%;
        margin: 0 auto;
    }

    .fjsy444-zagolovok_n-pr{
        padding: 0px 24px 0 24px;
        font-size: 23px;
    }
    .fjsy444-text_n-pr{
        padding: 0px 24px 0 24px;
    }
   
    .nashi-proekty-item {
        margin: 0 auto;
        width: 100%;
        max-width: 419px;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 5px;
        /* border-left: 3px solid #e3364f; */
        box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.06)
    }

    .nashi-proekty-item-img {
       margin: 0 auto;
    }

    .nashi-proekty-item-img img {
        border-radius: 30px 0;
        height: 236px;
        width: 100%;
        margin: 0px auto;
    }

    .wrap-proekty-content{text-align: center;}

}


.poleznaya_info{
    background-color: #bfdbe9;
}

.other-nashi-proekty{
    justify-content: center;
}

.other-nashi-proekty-item{
    margin: 15px;
}

.db-title-h2{
    padding-top: 46px;
}

.db-all{
    padding-bottom: 50px;
    margin-top: 22px;
}

.slick-dots{
    display:none !important;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq/style.css?16395483391141*/
.faq {
	padding: 50px 0;
}
.faq-item {
	color: #000102;
    font-size: 17px;
    list-style: none;
    font-weight: 600;
	padding: 10px 10px 0 20px;
}
.faq-answer {
	font-family: 'Exo';
    line-height: 1.4;
    font-weight: 500;
    color: #32627c;
	padding: 10px 10px 10px 20px;
	margin-top: 10px;
	display: none;
}
.faq-container{
	border-top: 2px solid	#b1bcc7;
    /* border-bottom: 2px solid	#b1bcc7; */
	background-color: #fff;
	position: relative;
	cursor: pointer;
	padding-bottom: 10px;
}
.faq-container:hover {
    border-top: 2px solid	#32627c;
}
.faq-list {
	list-style: none;
}
.faq-list .faq-item::before{
	transition: all .3s ease-out;
    width: 20px;
    height: 2px;
    position: absolute;
    background: #333;
    right: 10px;
    top: 20px;
    content: ' ';
    display: block;
    transform: rotateZ(270deg);
}
.faq-list .faq-item::after {
	width: 20px;
    height: 2px;
    position: absolute;
    background: #333;
    right: 10px;
    top: 20px;
    content: ' ';
    display: block;
    transform: rotateZ(0);
    transition: all .3s ease-out;
}

.faq-list .faq-item.active::before{
    transform: rotateZ(0);
}

/* End */
/* /local/templates/.default/components/bitrix/catalog/service_user/style.css?162496663727633 */
/* /local/templates/.default/components/bitrix/catalog/service_user/bitrix/catalog.section.list/list/style.css?16113092657207 */
/* /local/templates/.default/components/bitrix/catalog/service_user/bitrix/catalog.section.list/otr_service/style.css?16115039747285 */
/* /local/templates/.default/components/bitrix/news.list/video_service/style.css?1594813210150 */
/* /local/templates/.default/components/bitrix/news.list/about-garanty-3/style.css?1610993997150 */
/* /local/templates/.default/components/bitrix/news.list/about-garanty-4/style.css?1611093989209 */
/* /local/templates/.default/components/bitrix/catalog.section/section-s-n/style.css?161109183622109 */
/* /local/templates/.default/components/bitrix/news.list/faq/style.css?16395483391141 */
