@font-face{
    font-family:'FontAwesome';
    src:url('/bitrix/templates/premium_s1/vendor/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('/bitrix/templates/premium_s1/vendor/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('/bitrix/templates/premium_s1/vendor/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('/bitrix/templates/premium_s1/vendor/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('/bitrix/templates/premium_s1/vendor/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('/bitrix/templates/premium_s1/vendor/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}
.tables .container .list img{
    width: 25px;
    height: 25px;
    padding-right: 10px;
}
.tables .container .list ul{
    list-style-type: none;
    padding-left: 0;
}

.tables .subtitle,.tables .container p{
    padding-bottom: 10px;
    text-align: center;
}

.tables, .table-second{
    margin-bottom: 80px;
    margin-top: 50px;
}

.tables div.inactive{
    display:none;
    opacity: 0;
}
.tables div.active{
    opacity: 1;
    display: block;
}

.tables .table{
    position: relative;
}
.tables .tabs ul{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style-type: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin-bottom: 0;
}

.tables .tabs ul>li{
    position: relative;
    padding: 1em 1.5em;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background-color: rgba(239,239,239,.67);
}
span.text-title{
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 22px;
    color: #1b2733;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.45em;
}
.tables ul>li.active{
    background-color: #00bf80;
    color: #fff;
}
.tables ul>li.active .text-title{
        color: #fff;
}
.cwdtable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.cwdtable th {font-size:12px;background:#d7ecef;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
.cwdtable tr {background:#ffffff;}
.mobileTable {overflow:auto;width:100%}
.cwdtable tr:hover {background:#f1f4f4;}


.tables th{
    color: #fff;
    padding: 20px 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 16px;
}
.tables .table-th{
    font-weight: 700;
    background-color: #222128;
    border-color: #343434;
    text-align: left;
}

.tables .table-tr td{
    font-size: 16px;
    border-width: 1px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    background-color: #fff;
    border-color: silver;
    text-align: left;
}


.table-second tr{
    text-align: center;
    font-size: 16px;
}

.table-second tr th, .table-second tr td{
    padding: 20px;
}
.table-second tr th{
    color: #fff;
}
.table-second tr .change-text{
    background-color: #e8d427;
    color: #222128;
}
.table-second tr td.change-text{
    background-color: rgba(232,212,39,.68);
}
.table-second tr td img{
    width: 25px;
    height:25px;
}


.stages_work p, .stages_work ol{
    font-size: 16px;
    line-height: 25px;
}

.stages_work .content{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}

.stages_work .content .text{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    margin-right: 5%;
}

.stages_work .content .text ol{
    list-style-type: none;
    counter-reset: li;
    padding-left: 0;
}

.stages_work .content ol li {
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: 10px 0;
    color: #444;
    text-decoration: none;
    border-radius: .3em;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
            box-shadow: 0 0 8px 1px rgba(0,0,0,.1);
    line-height: 26px;
}

.stages_work .content ol li:before {
    color: #fff;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #00bf80;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.stages_work .content .video {
    padding-top: 22px;
}

.stages_work .content ol li:hover:before {
    -webkit-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
        transform: rotate(1turn);
}

.stages_work .content ol li:hover {
    background: #eee;
}
.tables div.accordion-text{
    display: none;
}

.table-second .container h2, .table-second .container p{
    text-align: center;
}
.table-second .container p{
    
    font-weight: 400;
}

.text-red h2{
    text-align: center;
    color: black;
    line-height: 5px;
    font-size: 16px;

}

.text-red h3{
    color:red;
}

.text-city h1{
	display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.text-city .text-citys p{
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}



.tables .accordion-table {
    overflow:auto;width:100%
}
.stages_work iframe{
    height: 350px;
    width: 560px;
} 
@media only screen and (max-width: 767px){
    .tabs {
        display: none;
    }

    .stages_work .content{
        display: block;
    }
    .stages_work .content .text ol {
        padding-left: 10px;
    }
    .stages_work .content .text{
        margin-right: 0;
    }
    .stages_work .content .video {
        padding-top: 0;
    }

    .tables .tabs ul {
        display: block;
    }
    .tables .container .list img{
        padding: 10px 0;
    }
    .tables .tabs, .table-second {
        
    }
    .tables div.inactive{
        opacity: 1;
    }
    .tables div.accordion-text{
        display: block;
        border: 1px solid #d4d4d4;
    }
    .tables .accordion-text .item{
        padding:20px 40px;
        position: relative;
    }

    .tables .accordion-text .item:before{
        content: "";
        width: 16px;
        height: 3px;
        background-color: #232323;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        position: absolute;
        top: 51%;
        left: 3%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tables .accordion-text .item:after{
        content: "";
        width: 3px;
        height: 16px;
        background-color: #232323;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        position: absolute;
        top: 51%;
        left: 3%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tables .accordion-text.active .item:after{
       height: 0;
       width: 0;
    }

    .tables th {
        font-size: 13px;
    }   
    .stages_work iframe{
        width: 100%;
        height: 300px;
    }
    .tables span.text-title{
        font-size: 15px;
    }
    .tables .accordion-text.active .item .text-title{
        color: #23a455;
    }
    .tables .accordion-text.active .item:before,.tables .accordion-text.active .item:after{
        background-color: #23a455;
    }
    .header .items .logo img, footer .links .logo img{
        max-width: 110px;
    }
    .tel .item{
        font-size: 14px;
    }
    .header .items .logo {
        margin-right: 0;
    }
}
.product.price .img:hover:after{
    display: none;
}
.price .img .more{
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    display: block;
    margin: 0;
    background: none;
    background-size: 24px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    height: 16px;
    line-height: 16px;
    padding: 14px 26px 13px;
    border-radius: 2px;
    font-family: 'Ubuntu', Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    /*background: rgba(255,255,255,0.6);*/
    margin-left: -81px;
    margin-top: -19px;
    width: 130px;
    /*background-image: url(/bitrix/templates/premium_s1/images/next.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: right;*/
}
.product.price .img:hover .more{
    opacity: 1;
}
.product.price .img::after,
.product.price .img:hover:after{
    display: none;
}
.tabs .inactive{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tabs .inactive:hover{
    background-color: #e8d427;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-angle-double-right:before {
    content: "\f101";
    font-size: 16px;
}
.discount-string p{
    text-align: center !important;
}

.text-tables h2{
    text-align: center;
    color: black;
    line-height: 15px;
    font-size: 16px;
}

.text-tablesp p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.text_title_h2 h2{
    text-align: center;
    color: black;
    line-height: 15px;
    font-size: 16px;
}

.text_title_p p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 25px;
    font-size: 16px;
}








.text_title_h22 h2{
    text-align: center;
    color: black;
    line-height: 15px;
    font-size: 16px;
}

.text_title_pp p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

/* Нижняя галерея */

.clearfix::after {
	content: "";
	clear: both;
	display: table;
}

.bottom-gallery-title {
	text-align: center;
}

.bottom-gallery-video {
	text-align: center;
	margin-top: 20px;
}

.bottom-gallery-video__item {
	display: inline-block;
	width: 49%;
	margin-top: 10px;
}

.bottom-gallery-video__item:nth-child(odd) {
	float: left;
}

.bottom-gallery-video__item:nth-child(even) {
	float: right;
}

@media (max-width: 639px) {
	.bottom-gallery-video__item {
		display: block;
		float: none;
		width: 100%;
	}
}