
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

html *{
    max-width:  99999px;
}


/*class*/


div.content-block{
    max-width:1264px;
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
}

div.flex-block{
    display:flex;
    
}

div.inline_bl{
    display:inline-block;
    vertical-align:top;
}

body::-webkit-scrollbar, div.megacatalogsubmenu::-webkit-scrollbar, div.cartinfo::-webkit-scrollbar {
	width: 10px;
    height: 3px;
    background:#fff;
 }

 div.megacatalogsubmenu::-webkit-scrollbar,
 div.cartinfo::-webkit-scrollbar {
	width: 5px;
 }

 body::-webkit-scrollbar-button, div.megacatalogsubmenu ::-webkit-scrollbar-button, div.cartinfo::-webkit-scrollbar-button {
	background-color: #262626;
	height: 0;
 }
 body::-webkit-scrollbar-track, div.megacatalogsubmenu ::-webkit-scrollbar-track, div.cartinfo::-webkit-scrollbar-track {
	 background-color: #fff;
	 width: 5px;
 }
 body::-webkit-scrollbar-track-piece, div.megacatalogsubmenu ::-webkit-scrollbar-track-piece, div.cartinfo::-webkit-scrollbar-track-piece {
	background-color: #F5F5F5;
 }
 body::-webkit-scrollbar-thumb,  div.megacatalogsubmenu::-webkit-scrollbar-thumb, div.cartinfo::-webkit-scrollbar-thumb  {
	height: 50px;
	background-color:#b4302e;
 }
 body::-webkit-scrollbar-corner, div.megacatalogsubmenu ::-webkit-scrollbar-corner, div.cartinfo::-webkit-scrollbar-corner {
	 background-color: #fff;
 }
 body::-webkit-resizer, div.megacatalogsubmenu ::-webkit-resizer, div.cartinfo ::-webkit-resizer{
	 background-color: #666;
 }

.content-block > h3,
.content-block > h2{
    font-size: 2.28em;
    margin: 0;
    padding: 0 0 16px;
    font-weight: 600;
    color: #1A1A1A;
}

.content-block > h3 + .after-h,
.content-block > h2 + .after-h{
    font-size: 1.42em;
    margin: 0 0 60px;
    color:#1A1A1A;
    line-height:1.5;
}

.img-block{
    line-height:0;
}

.img-block img{
    max-width:100%;
}

body sup {
    font-size: 0.7em;
    color: inherit;
    font-weight: inherit;
}


/*blocks*/

body *{
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    line-height:normal;
    outline:none;
}


body {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    margin-top:120px;
    color:#1A1A1A;
    background: #F0F0F0;
    overflow-x:hidden
}



body a{
    color:#1A1A1A;
}


section{
    max-width: 1920px;
    margin: 0 auto;
}

input[type='text'],
input[type='file'],
input[type='tel'],
input[type='number'],
select,
textarea{
    outline: none;
    background: #fff;
    padding: 12px 16px;
    font-size: 1em;
    box-sizing: border-box;
    resize: none;
    color: #1A1A1A;
    max-width: 370px;
    width: 100%;
    border: 1px solid rgba(26, 26, 26, 0.2);
    margin-bottom: 24px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='number']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder{
    color:rgba(26,26,26,0.3);
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:rgba(26,26,26,0.3);
}/* Firefox 19+ */
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='number']:-moz-placeholder,
textarea:-moz-input-placeholder,
select:-moz-input-placeholder{
    color:rgba(26,26,26,0.3);
}/* Firefox 18- */
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='number']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder{
    color:rgba(26,26,26,0.3);
}

input.fail--input,
textarea.fail--input{
    border-color:rgba(255, 103, 0, 1);
}

select{
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    outline: none;
    padding-right: 40px;
    background: url(/img/ic_arrow_down.svg) no-repeat 95% center;
    background-size: 12px;
    cursor:pointer;
}

option{
    font-size: 16px;
    color: #171717;
    padding:3px 0;
}

.fnc--feedback--main__button button{
    width: 100%;
    max-width: 235px;
    background: #FF1820;
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 15px 24px;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.fnc--feedback--main__button button:hover{
    background: #D1D1D1;
    color: #171717;
}


img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -webkit-user-drag: none;
}



/*header*/

header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 101;
    background: rgba(255,255,255,1);
    transition:all 0.3s ease;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0);
}

header.active{
    background: rgba(255,255,255,1);
    box-shadow: 0px 0px 80px rgb(0 0 0 / 12%);
}

header .content-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    transition: all 0.3s ease;
    background: #fff;
    margin-top: 0;
    padding: 0 60px;
    max-width: 1440px;
}

header.active .content-block {
    margin-top: 0;
    height: 70px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0);
    border-color:#fff;
}

.header--centerhead--inner__logo{
    text-align:center;
}

.header--centerhead--inner__logo img {
    max-height: 40px;
}

.header--centerhead--inner__logo a{
    display:inline-block;
    line-height:0;
}

.header--centerhead--inner__logo p.description {
    text-transform: uppercase;
    font-weight: 600;
    margin: 4px 0 0 0;
    font-size: 0.82em;
}

.menu--chapters{
    text-transform: uppercase;
    font-weight: 600;
    margin: 4px 0 0;
    font-size: 0.98em;
}

.header--column--1,
.header--column--2 nav ul{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.header--column--2 {
    margin: 18px 0;
    transition:all 0.3s ease;
    opacity:1;
    height:19px
}

header.active .header--column--2{
    opacity:0;
    height:0;
    margin:0;
    overflow:hidden;
}

.header--column--1 > div{
    position:relative;
    padding-right: 33px;
}

.header--column--1 > div:last-child:before{
    display:none;
}

.header--column--1 > div:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    background: #1A1A1A;
    height: 20px;
}

.header--column--1 div.button-block{
    padding-left:32px;
}

.header--column--1 > div:last-child{
    padding-right:0;margin-left: 10px;
}


header address{
    margin-left: 20px;
    position: relative;
    margin-right:auto;
}

header address:before,
header .header__inner__1:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    height:50px;
    width:1px;
    background:#E5E5E5;
}

address a{
    color:rgba(255, 103, 0, 1);
}

address a:hover{
    text-decoration:none;
}

.header__inner__1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__inner__2{
    padding-left: 30px;
    margin-top: 0;
    position:relative;
}

.header__inner__2:before{
    content: url(/themes/img/ic_clock.svg);
    position: absolute;
    top: 0;
    left:0;
}

.header__inner__1{
    margin: 0 0 0 20px;
    position: relative;
    padding: 0 0 0 20px;
}

.phones{
    padding: 0 30px 0;
    position:relative;
}

.form-tel{
	display:flex; 
	align-items: center;
	
}
 
.form-tel .phones a{
	font-weight:bold;
}


.form-tel .messengers img{
	width:28px;
	height:auto;
}

.menu--chapters__submenu,
.menu--chapters--mobile{
    display:none;
}

nav {
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 0%);
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    justify-content: flex-end;
}

nav .languages{
	display:none;
}

nav.active{
    top: 100%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.15);
}

.nav_link{
    margin-left:24px;
}

.nav_link a {
    font-weight: 500;
    font-size: 1.14em;
    text-decoration: none;
    transition: all 0.3s ease;
}
.nav_link a:hover{
    text-decoration:underline;
}

.phones a {
    text-decoration: none;
    font-size: 1.14em;
    color: #1E304A;
}

.phones a ~ a{
    margin-left:35px;
}

button,
.button-block a,
.fnc--feedback--main__button button{
    border: none;
    font-size: 1em;
    font-weight: 600;
    color: #1A1A1A;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
    text-align: center;
    background: #FEC31F;
    border-radius: 2px;
}

button:hover,
.button-block a:hover{
    background: #f0f0f0;
}

section .button-block{
    text-transform: uppercase;
}

section .content-block .button-viber a{
 background:url(/themes/main/viber-ic.png) right 5px center no-repeat #FEC31F;
 padding-right:40px;
}

section .content-block .button-viber a:hover{
   background:url(/themes/main/viber-ic.png) right 5px center no-repeat  #f0f0f0;
}

.languages{
    margin-left:32px;
    display:flex;
}

.languages > div a{
    font-size: 1.14em;
    padding: 0;
    color: rgba(45,46,53,0.2);
    text-decoration: none;
    text-decoration: none;
}

.languages > div a:hover,
.languages > div.languageact a{
    color: #B4302E;
    font-weight: 600;
}


.languages > div:first-child{

}

.languages > div ~ div{
    margin-left:25px;
    position:relative;
}

.languages > div ~ div:before {
    content: '';
    position: absolute;
    background: #B4302E;
    width: 3px;
    height: 3px;
    left: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100px;
}

.menu--chapters__item{
    margin-left: 0;
    position: relative;
}

.menu--chapters__item a{
    text-decoration: none;
    font-size: 1.28em;
}

.menu--chapters__item a:hover{
    color:rgba(255, 103, 0, 1);
}


.menu--chapters__item:first-child:before{
    display:none;
}

.menu--chapters__item:before{
    background: rgb(45,46,53);
    content: '';
    height: 12px;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    display:none;
}

.menu--chapters__item:before

.menu--chapters__item a{
    text-decoration:none;
}
 
/*header--end*/



/*nav_menu*/

.nav_menu {
    background: #353535;
    padding:3px 0;
}

.chap{
    display:inline-block;
    vertical-align: middle;
    padding-right:95px;
}

.chap a{
    color:#fff;
    text-decoration:none;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

.chap a:hover{
    text-decoration:underline;
}


/*nav_menu--end*/


/*top-slider*/

.js__fnc--slider--inner__relative{
    position:relative;
    width:100%;
}

.js__fnc--slider--inner__absolute,
.js__adv--banner__absolute{
    position:absolute;
    top:0;
    left:0;
    right:0;
}

.js__fnc--slider--inner__absolute,
.js__fnc--slider--inner__relative,
.js__adv--banner__absolute{
    height: calc(100vh - 120px) !important;
}

.js__adv--banner__absolute{
    display:flex;
    align-items:center;
}

.fnc--slider--inner__text{
    width:100%;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 56px;
    box-sizing: border-box;
}

.fnc--slider--inner__text .img-block {
    width: calc(50% + 190px);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.fnc--slider--inner__text h1{
    font-size: 4em;
    font-weight: 600;
    color:#fff;
    margin:0 0 16px;
}

.fnc--slider--inner__text .after-h{
    font-size:1.42em;
    margin:0;
    color:#fff;   
}

.fnc--slider--inner__text .price-h{
    font-weight: bold;
    color:#FEC31F;
    font-size: 2.2em;
    padding-bottom:5px;
}

.fnc--slider--inner__text .button-block {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.fnc--slider--inner__text .button-block a:hover{
    background:#fff;
    color:#1A1A1A;
}

.fnc--slider--inner--arrows__left,
.fnc--slider--inner--arrows__right{
    display:none;
}

.fnc--slider--inner__buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    z-index: 1;
    width: 100%;
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
    box-sizing:border-box;
}

.fnc--slider--inner--buttons__inner{
    display:flex;

}

.fnc--slider--inner--button,
.fnc--slider--inner--button__active{
    width:6px;
    height:6px;  
    background:#fff;
    font-size:0;
    margin-right:10px;
    border-radius:10px;
    opacity:0.5;
    transition:all 0.3s ease;
}

.fnc--slider--inner--button__active{
    opacity:1;
}

/*top-slider--END--*/

.content--center__deliver section .content-block {
    padding: 100px 56px;
    /* overflow: hidden; */
}

/*advantages*/

.advantages{
    background:#fff;
}

section.advantages .content-block{
    padding: 60px 56px 36px;
}

.advantages ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.advantages ul li{
    list-style:none;
}

.advantages .advantage {
    flex-basis: calc(50% - 30px);
    max-width: 487px;
}

.advantage:nth-child(odd){
    margin-right:60px;
}

.advantage-title{
    margin: 16px 0 8px;
    font-size: 1.42em;
    font-weight:600;
}

.advantage-description{
    font-size: 1em;
    line-height: 1.4;
    margin: 0 0 24px;
}


/*--end--advantages*/


/*types*/

.types{
    background: #F0F0F0;
}

.types .content-block{
    padding-bottom: 28px;
}

.types .flex-block{
    flex-wrap:wrap;
    justify-content: space-between;
}

.type-tent {
    background: #fff;
    max-width: 376px;
    flex-basis: calc(33.33333% - 27px);
    margin-bottom: 32px;
    position:relative;
}

.type-tent img{
    max-width:100%;
}

.type-title{
    padding: 16px 24px;
    margin: 0;
}

.type-title a{
    font-size: 1.28em;
    font-weight: 600;
    text-decoration:none;
}

.type-title a:before{
/*    content:'';
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1; */
}

.price-label{
       border: none;
    font-size: 1em;
    font-weight: 600;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
    background: #b4302e;
    border-radius: 0px 0px 0px 15px;
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: 0;
}

.type-description{
    padding:0 24px 10px;
    margin:0;
    min-height: 68px;
}

.type-tent .button-block{
    margin-left: 24px;
}
.type-tent .button-block a{
    font-size: 0.8em;
    padding: 10px 15px;
} 

.type-tent .button-block:hover a {
    background: #F0F0F0;
    color: #1A1A1A;
}
.type-tent .after-h{
    margin-top: 5px;
    font-size: 0.9em;
    color: red;
    padding-left: 29px;
}

/*types--END--*/


/*consult*/

.consult {
    background: #f0f0f0 url(/img/tent-na-zakaz.png) no-repeat center top;;
}

.consult .content-block{
    height:280px;
    display:flex;
    align-items:flex-start;
    justify-content: center;
    flex-direction:column;
}

.title-consult {
    font-size: 2.28em;
    font-weight: 600;
    color: #fff;
    margin-bottom:24px;
}

/*consult--end--*/

/*materials*/

.materials{
    background:#F0F0F0;
}

.materials h3,
.materials .after-h{
    text-align:center;
}

section.materials .content-block{
    padding-left:0;
    padding-right:0;
}

.materials .flex-block{
    align-items:center;
}

.materials .flex-block > .img-block{
    flex-basis: 612px;
    max-width: 48.72%;
}

.materials .flex-block > .img-block img{
    max-width:100%;
}

.materials ul{
    padding:0;
    margin:0;
    flex-basis: 612px;
    max-width: calc(51.28% - 44px);
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.materials ul li{
    list-style:none;
    flex-basis:calc(50% - 20px);
    max-width:312px;
}

.expert-title{
    font-size:1.42em;
    margin: 16px 0 8px;
    font-weight:600;
}

.expert-description{
    line-height:1.5;
    margin:0;
}

.materials ul li:first-child,
.materials ul li:nth-child(2){
    margin-bottom:60px;
}

/*materials--end--*/

/*repair*/

.repair{
    background:#fff;
}

.repair h3,
.repair .after-h{
    text-align:center;
}

.repair .form-block{
    flex-basis: 594px;
    max-width: 594px;
    background: #f0f0f0;
    padding: 40px;
    box-sizing:border-box;
}

.fnc--feedback__title{
    font-size:1.71em;
    font-weight:600;
    margin-bottom:16px;
    text-align:center;
}

.fnc--feedback__second--title{
    text-align:center;
    line-height:1.5;
    margin-bottom:32px;
}

.fnc--feedback--main{
    
}

.fnc--feedback--main__line{
    max-width:371px;
    margin-bottom:24px;
    margin:0 auto;
}

.fnc--feedback--main__button{
    text-align:center;
}

.fnc--feedback--main__name {
    word-wrap: break-word;
    margin-bottom: 8px;
}

.fnc--feedback--main__name svg{
    margin-right:10px;
}

.fnc--feedback--main__name.name-file{
    display:flex;
    align-items:center;
}

span.star{
    color:#B4302E;
}

.repair .flex-block{
    justify-content:space-between;
    align-items:center;
}

.repair-list > div{
    display:flex;
    align-items:center;
    margin-bottom:40px;
}

.repair-list > div:last-child{
    margin-bottom:0;
}

.repair-description{
    margin-left: 32px;
    font-size: 1.42em;
    font-weight: 600;
}

.repair-list{
    max-width: 483px;
}

/*repair--end--*/

/*expert2009*/

.expert2009{
    background:#B4302E;
    color:#fff;
}

section.expert2009 .content-block{
    padding-left:0;
    padding-right:0;
}

.expert2009 h3,
.expert2009 h3 + .after-h{
    text-align:center;
    color:#fff;
}

.expert2009 .flex-block{
    position:relative;
}

.expert2009 ul{
    padding:0;
    margin:0;
}

.expert2009 li{
    list-style:none;
    position:absolute;
    max-width:312px;
    width:100%;
}

.expert2009 li:first-child{
    top:0;
    left:0;
}

.expert2009 li:nth-child(2){
    top:0;
    right:0;
}

.expert2009 li:nth-child(3){
    bottom:0;
    left:0;
}

.expert2009 li:last-child{
    bottom:0;
    right:0;
}

.expert-answer .expert-title{
    color:#fff;
}

.expert-answer .expert-description{
    color:#fff;
}

.bg-img {
    margin: 0 auto;
    max-width: 69.72%;
    text-align: center;
    position: relative;
}

.bg-img img{
    max-width:100%;
}

.bg-img .video-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 80%;
    background: #000 url(/img/krepkii-tent-pod-zakaz.png) no-repeat center center;
    background-size: auto 101%;
    border-radius: 501px;
    overflow: hidden;
}

.bg-img a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(254,195,31,0.2);
    border-radius: 200px;
}

.bg-img a:before{
    content:url('/img/ic-play.svg');
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
    width:50px;
    height:50px;
    transition:all 0.5s ease;
    opacity:1;
}

.bg-img a:hover:before{
    opacity:0.7;
}

/*expert2009--end*/


/*order*/

.order{
    background:#fff;
}

.swiper.swiper-order{
    max-width:540px;
    padding-bottom: 37px;
}

section.order h2 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
}

section.order .content-block{
    padding-left:0;
    padding-right:0;
}

.order ol{
    padding:0;
    margin:0;
    max-width:538px;

}

.order li{
    list-style:none;
    position:relative;
    padding-left:90px;
    margin-bottom:32px;
}

.order li:last-child{
    margin-bottom:60px;
}

.order li span.num-block{
    width:66px;
    height:66px;
    background:#FEC31F;
    font-size: 2.28em;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:100px;
}

.order li span.order-title{
    font-size:1.42em;
    margin: 0 0 12px;
    font-weight:600;
    display:block;
}

.order li span.order-title + p{
    margin:0;
    line-height:1.5;
}

.order .flex-block {
    align-items: center;
    justify-content: space-between;
}

.shema-title{
    text-align:center;
    font-size:1.42em;
    font-weight:600;
    margin-bottom:32px;
}

.order .button-block{
    margin-top:32px;
    text-align:center;
}

/*order*/

/*cases*/

.cases{
    background:#F4F4F4;
    width:100%;
    overflow:hidden;
}

section.cases .content-block{
    padding-left:0;
    padding-right:0;
}

.content-block > h2 + .after-h a, 
.content-block > h2 + .after-h a ins {
    font-size: 1em;
}

.swiper.swiper-cases {
    max-width: 1208px;
    margin: 0;
    overflow: visible;
}

.swiper .swiper-button-next, 
.swiper .swiper-rtl .swiper-button-prev {
    right: -50px;
    left: auto;
}

.cases .swiper-button-next:after{
    display:none;
}

.swiper.swiper-cases  .swiper-slide {
    background: #fff;
    transition: all 0.3s ease;
    height: auto;
}

.cases .case-title {
    font-size: 1.14em;
    padding: 16px 24px 12px;
    font-weight: 600;
    display: block;
}

.cases .case-description{
    padding: 0 24px 16px;
    line-height:1.5;
}

.cases .swiper-slide.swiper-slide-visible{
    opacity:1;
}

.cases .img-block {
    border: 1px solid rgba(26,26,26,0.2);
}

.cases .swiper-slide:not(.swiper-slide-visible){
    opacity:0;
    cursor:default;
}

.order .swiper-pagination-bullet{
    background:#B4302E;
    width:6px;
    height:6px;
    opacity:0.5;
}

.order  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity:1;
}
    


/*cases--end--*/

/*faq*/

.faq{
    background:#fff;
}

section.faq h3 {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 0;
}

.faq ul{
    padding:0;
    margin:0 0 60px;
}

.faq li{
    background:#F4F4F4;
    list-style:none;
    margin-bottom:24px;
}

.faq li:last-child{
    margin-bottom:0;
}

.faq li span{
    display:block;
    padding:20px 60px 20px 32px;
    background:#FEC31F;
    font-size:1.28em;
    font-weight:600;
    cursor:pointer;
    position:relative;
}

.faq li span svg{
    position:absolute;
    top:0;
    bottom:0;
    right:23px;
    margin:auto;
}

.faq li p {
    padding: 32px 24px;
    line-height: 1.5;
    font-size: 1.14em;
    margin: 0;
}

.faq .button-block{
    text-align:center;
}

.faq .content-block{
    padding: 100px 0;
    justify-content: space-between;
    align-items: center;
}

.faq .text-block{
    flex-basis: 635px;
    max-width: 635px;
}

.faq .img-block{
    line-height: 0;
    flex-basis: 370px;
    max-width: 370px;
    position: relative;
}

.faq .img-block:before{
    content: url(/img/bg_doctor.svg);
    position: absolute;
    left: -140px;
    bottom: 22px;
    z-index: -1;
}

.faq .img-block img{
    max-width:100%;
}

.faq h3{
    text-align:left;
}

.faq_qa ul{
    padding:0;
    margin:0;
}

.faq_qa ul li{
    list-style: none;
    margin-bottom: 20px;
}

.faq_qa ul li span{
    box-sizing: border-box;
    padding: 0 0 0 50px;
    display: block;
    cursor: pointer;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 1.42em;
}

.faq-content-block__question.active span, .faq_qa ul li:hover span {
    color: #027CDE;
}

.faq-content-block__question{
    position:relative;
}

.faq-content-block__question:before{
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background: #027CDE;
    border-radius: 5px;
    z-index:-1;
}

.faq-content-block__question span:after,
.faq-content-block__question span:before{
    content: '';
    position: absolute;
    top: 12px;
    left: 8px;
    width: 14px;
    background: #fff;
    height: 2px;
    margin: auto;
}


.faq-content-block__question span:before{
    width: 2px;
    height: 14px;
    left: 14px;
    top: 6px;
}

.faq-content-block__question.active span:before{
    opacity:0;
}

.faq_qa ul li p{
    border-radius: 1px;
    padding: 10px 0 0 50px;
    margin: 0;
    line-height: 1.5;
    font-size: 1.28em;
}

.faq_qa .button-block{
    margin-top: 60px;
    text-align: center;
}

.fnc--feedback_modal-form{
    display:none;
}




/*faq--end*/

/*contacts*/

.contacts {
    background: #F4F4F4;
}

section.contacts .content-block{
    padding:0 0 0 60px;
    max-width:100%;
}

.contacts .content-block > h3{
    padding-bottom: 50px;

}

.map-block {
    overflow: hidden;
    box-sizing: border-box;
    flex-basis: 50%;
    line-height: 0;
}

.contacts .flex-block{
    justify-content: flex-end;
    align-items: center;
}

.contacts .text-block {
    max-width: 720px;
    flex-basis: 50%;
    padding-left: 60px;
    box-sizing: border-box;
}

.contacts h2{
    font-size: 2.28em;
    font-weight:bold;
}

.contacts address{
    line-height:1.5;
    font-style:normal;
}

.contacts address,
.contacts p{
    font-size:1.42em;
}

p.small-text{
    margin:8px 0 0;
    font-size:1.28em;
    font-weight:300;
}

p.schedule{
    max-width:425px;
    line-height:1.5;
}

.contacts .phones a{
    font-size:1.71em;
    font-weight: 500;
    display:inline-block;
    margin-left:0;
}

.contacts .phones a:first-child ~ a{
    margin-top:18px;
}

.contacts .phones{
    padding:0;
    margin: 32px 0;
}


.messengers{
    padding-left:32px;
    display: flex;
	padding-right: 0px !important;
}

.messengers:before{
	display:none !important;
}

.messengers a{
    /* margin-left:35px; */
	margin-left:10px;
    font-size:1.14em;

}

.messengers a:hover{
    text-decoration:none;
}

.messengers a:first-child ~ a,
header .phones a:first-child ~ a{
    position:relative;
}

.messengers a:first-child ~ a:before,
header .phones a:first-child ~ a:before{
    /* content:''; */
    /* position:absolute; */
    /* background:#B4302E; */
    /* width:3px; */
    /* height:3px; */
    /* left:-19px; */
    /* top:0; */
    /* bottom:0; */
    /* margin:auto; */
    /* border-radius:100px; */
}

.viber-p.mobile{
    display:none;
}

.contacts .content-block > svg{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.social a svg{
    transition:all 0.3s ease;
}

/*contacts--end*/



/*footer*/


footer {
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
    padding-bottom: 40px;
    background:#fff;
}

footer .content-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    padding: 80px 60px 60px;
}

footer ul{
    padding:0;
    margin:0 0 0 80px;
}

footer ul li{
    list-style:none;
}

footer ul li:hover{
    text-decoration:underline;
}

footer .nav_link{
    margin-bottom:24px;
}

footer .nav_link:last-child{
    margin-bottom:0;
}

footer .nav_link a{
    font-size:1.14em;
    font-weight:500;
}

.copyright{
    box-sizing:border-box;
    margin:0 auto;
    max-width:1440px;
    padding:60px 60px 0;
    display:flex;
    justify-content:space-between;
}

footer .messengers a:first-child{
    margin-left:0;
}

.copyright .messengers {
    display: flex;
    padding: 0;
}

p.socials-preview{
    margin: 0 32px 0 auto;
    font-size:1.14em;
}

p.years{
    margin:0;
    font-size:1.14em;
}

.effe a,
.effe{
    background: #666666;
    text-align: center;
    font-size: 16px;
    padding: 5px;
    font-family: calibri, arial;
    color: #fff;
    text-decoration: none;
}

/*footer--end*/


/*popup*/

.fancybox-content.fnc--feedback {
    flex-basis: 594px;
    max-width: 594px;
    background: #f0f0f0;
    padding: 40px;
    box-sizing: border-box;
}

.fancybox-content.fnc--feedback .fnc--feedback__title {
    font-size: 1.71em;
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}

.fancybox-content.fnc--feedback .messengers{
    width: 100%;
    justify-content: center;
    padding: 0;
    margin-bottom: 24px;
}

.fancybox-content.fnc--feedback .form-tel .messengers{
    width: auto;
    justify-content: center;
    padding: 0;
    margin-bottom:0;
}


.fancybox-content.fnc--feedback .messengers a:first-child{
    margin-left:0;
}

.fancybox-stage .fnc--feedback__second--title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 32px;
}

.fancybox-stage .fnc--feedback--main__line{
    max-width: 370px;
    margin:0 auto;
    text-align:left;
}

.fancybox-stage .fnc--feedback__second--title {
    margin-bottom: 24px;
}

.fancybox-stage .fnc--feedback--main__button {
    margin-top: 25px;
    text-align: center;
}

/*effe-line*/

.effe-line{
    /*background: #E8E8E8;*/
    background:#666666;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
}

.effe-line a{
    text-decoration:none;
    /*color: #303030;*/
    color:#fff;
}

.effe-line a:hover{
    
}

.effe-line a span{
    
}


.effe-line a br{
    display:none;
}

.effe-line img{
    max-width: 18px;
    margin-top: -9px;
    margin-left: -12px;
    left: 13px;
    top: 6px;
    position: relative;
}

@media screen and (max-width:499px){
    .effe-line a br{
        display:block;
    }
}
/*effe-line*/

.thanks__page .faq_qa .button-block,
.thanks__page ~ footer .footer_inner:nth-child(2),
header.thanks__page .header__inner__2{
    display:none;
}



/*hamburger*/

.open-hamburger-menu {
	position: relative;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 110;
	width: 25px;
	height: 20px;
    display:none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	cursor: hand;
	transition: all 0.2s ease;
}

/*.open-hamburger-menu:before{
    content: 'Menu';
    color: #f6f6f6;
}*/

.open-hamburger-menu.active span:first-child{
    transform: rotate(45deg);
    top: 8px;
}

.open-hamburger-menu.active span:nth-child(2){
    opacity:0;
}

.open-hamburger-menu.active span:last-child{
    transform: rotate(-45deg);
    bottom: 8px;
}

.open-hamburger-menu.active:before {
	opacity: 0;
}
header.active~.open-hamburger-menu {}
.open-hamburger-menu.active {}
.open-hamburger-menu span {
    height: 2px;
    display: block;
    margin-bottom: 6px;
    width: 100%;
    background: #027CDE;
    transition: all 0.2s ease;
    position: relative;
}
.open-hamburger-menu span,
header.active .open-hamburger-menu span {
	background: #1a1a1a;
}
.open-hamburger-menu span:nth-child(2) {
	margin-left: 10px;
    width:calc(100% - 10px)
}
.open-hamburger-menu span:last-child {
	margin: 0;
}

/*breads*/

.breadcrumbs.breads{
    max-width:1140px;
    margin:0 auto;
    padding: 24px 0;
}

.breads__inner{
    display:flex;
    flex-wrap:wrap;
}

.breads--inner__item__separator{
    margin: 0 10px;
    color:transparent;
    font-size:0;
}

.breads--inner__item a{

}

.breads--inner__item a:hover{
    color:rgba(255, 103, 0, 1);
}

/*article*/

.page--article--name h1{
    font-size:2.4em;
    font-weight:800;

}

.page--article--text img{
    border-radius: 20px;
    float: right;
    margin: 15px 0 15px 15px;
}

.page--article--text *,
.page--article--text p{
    font-size:1.14em;
    line-height:1.4;
}

.page--article--text ul li{
    font-size:1em;
}

.page--article--text strong,
.page--article--text em{
    font-weight:600;
}

.page--article--text a{
    color: #027CDE;
    text-decoration:none;
}


.page--article--text a:hover{
    text-decoration:underline;
}



/*content--center--page__text*/

.content--center--page__text{
    max-width:1140px;
    margin:0 auto;
    padding:100px 0;
}

.content--center--page__text *{
    font-size:1.14em;
    line-height:1.4;
}

.content--center--page__text p *,
.content--center--page__text ul *{
    font-size:1em;
}

.content--center--page__text strong,
.content--center--page__text em{
    font-weight:600;
}

.content--center--page__text  h2{
    text-align: center;
    font-size: 1.6em;
    font-weight: 600;
    color: #027cde;
}

.content--center--page__text  h3{
    font-size: 1.24em;
    font-weight: 600;
    color: #027cde;
}

.breads--inner__item__separator svg{
    fill: #000;
    width: 6px;
    transform: rotate(180deg);
}

.faq-answer p a {
    font-size: 1.14em;
    margin-top: 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
}

.under--header--slider{
    width:100%;
    overflow:hidden;
}


@media screen and (max-width:1400px) {

    .nav_link a {
        font-size: 1.1em;
    }

    .header--centerhead--inner__logo img {
        max-height: 35px;
    }

    .phones a,
    .messengers a,
    .languages > div a {
        font-size: 1.1em;
    }

    header .content-block,
    .fnc--slider--inner__text,
    .content--center__deliver section .content-block,
    section.advantages .content-block,
    footer .content-block,
    .copyright{
        padding-left: 40px;
        padding-right: 40px;
    }

    .header--column--1 > div.messengers{
        padding-left:0;
    }

    .header--centerhead--inner__logo p.description {
        font-size: 0.74em;
    }

    .repair-description {
        font-size: 1.24em;
    }

    .fnc--slider--inner__text .img-block {
        width: calc(50% + 140px);
    }

    section.contacts .content-block{
        padding-right:0;
    }
    

}

@media screen and (max-width:1300px) {

    .languages {
        margin-left: 21px;
    }

    .header--column--1 div.button-block{
        padding-left:21px;
    }

    .header--column--1 > div {
        padding-right: 21px;
    }

    .phones {
        padding: 0 21px 0;
    }
   
    .nav_link a {
        font-size: 1em;
    }

    header .content-block {
        height:104px;
    }

    body{
        margin-top:104px;
    }

    .expert-title {
        font-size: 1.32em;
    }

    .contacts .text-block{
        padding-left:0;
    }

    .fnc--slider--inner__text h1 {
        font-size: 3.6em;
    }

    .swiper.swiper-cases {
        max-width: 1090px;
    }

    .fnc--slider--inner__text .img-block {
        width: calc(50% + 122px);
    }
}

@media screen and (max-width:1200px){

    .header--column--2{
        margin:0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f0f0f0;
    }

    .header--column--2 nav{
        background:transparent;
    }
   
    .header--column--1 .messengers{
       /*  display:none; */
    }

    .header--centerhead--inner__logo img {
        max-height: 30px;
    }

    .header--centerhead--inner__logo p.description {
        font-size: 0.64em;
    }

    header .content-block{
        height:70px;
    }

    body {
        margin-top: 70px;
    }

    .fnc--slider--inner__text h1 {
        font-size: 3.4em;
    }

    .fnc--slider--inner__text .after-h {
        font-size: 1.24em;
    }

    .fnc--slider--inner__text .price-h{
    font-size: 2em;
}

    .advantage-title,
    .order li span.order-title,
    .shema-title,
    .contacts address, .contacts p {
        font-size: 1.32em;
    }

    .content-block > h3 + .after-h, 
    .content-block > h2 + .after-h {
        font-size: 1.32em;
    }

    .title-consult {
        font-size: 2.12em;
    }

    .repair-list {
        padding-right: 40px;
    }

    .swiper.swiper-order {
        max-width: 500px;
    }

    .order .text-block{
        padding-right:40px;
    }

    .materials ul {
        max-width: calc(55% - 44px);
    }

    .materials .flex-block > .img-block{
        max-width: 45%;
    }

    .expert2009 li{
        position:relative;
        margin-bottom:24px;
    }

    .expert2009 ul {
        padding: 24px 0 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 700px;
        margin: 0 auto;
    }

    .expert2009 .flex-block{
        flex-direction: column-reverse;
    }

    .faq li span {
        font-size: 1.14em;
    }

    header .nav_link:first-child{
        margin-left:0;
    }

    .swiper.swiper-cases {
        max-width: 1000px;
    }

    .fnc--slider--inner__text .img-block {
        width: calc(50% + 106px);
    }

}

@media screen and (max-height:750px) {

	

}

@media screen and (max-height:700px) {



}

@media screen and (max-width:1100px) {

    .content-block > h3 + .after-h, .content-block > h2 + .after-h {
        font-size: 1.24em;
    }

    footer .nav_link {
        margin-bottom: 16px;
    }

    p.years {
        font-size: 1em;
    }

    p.socials-preview {
        font-size: 1em;
    }

    .fnc--slider--inner__text .img-block {
        width: calc(50% + 50px);
    }

    .type-title a {
        font-size: 1.14em;
    }

    .title-consult {
        font-size: 2em;
    }

    .swiper.swiper-cases {
        max-width: 886px;
    }

    footer ul li.nav_link{
        margin-left:0;
    }
    
    footer .nav_link a {
        font-size: 1em;
    }
  
}

@media screen and (max-width:1000px) {

    
    header .messengers a:first-child ~ a:before, 
    header .phones a:first-child ~ a:before{
        display:none;
    }

    header .phones {
        display: flex;
        flex-direction: column;
    }

    header .phones a ~ a {
        margin-left: 0;
    }

    .fnc--slider--inner__text h1 {
        font-size: 3.2em;
    }

    .fnc--slider--inner__text .after-h {
        font-size: 1.14em;
    }

    .type-title a {
        font-size: 1.14em;
    }
    
    .materials .flex-block {
        align-items: center;
        flex-wrap: wrap;
    }

    .materials .flex-block > .img-block {
        max-width: 100%;
        text-align: center;
        flex-basis: 100%;
        margin-bottom:32px;
    }

    .materials ul {
        max-width: 100%;
        flex-basis: 100%;
    }

    .materials ul li {
        list-style: none;
        flex-basis: calc(50% - 60px);
        max-width: 50%;
    }

    .materials ul li:nth-child(even) {
        flex-basis: 50%;
    }

    .repair .flex-block,
    .order .flex-block {
        flex-direction: column;
    }

    .repair-list {
        padding-right: 0;
        margin-bottom: 32px;
    }

    .order .text-block {
        padding-right: 0;
        margin-bottom: 48px;
    }

    .fnc--slider--inner__text .img-block {
        margin: -38px 0 0;
        width: 70%;
        position: relative;
    }

    .fnc--slider--inner__text h1 br{
        display:none;
    }

    .js__fnc--slider--inner__absolute, .js__fnc--slider--inner__relative, .js__adv--banner__absolute {
        height: calc(100vh - 70px) !important;
    }

    .fnc--slider--inner__text h1 {
        font-size: 3.2em;
        margin-top: 100px;
    }

    .fnc--slider--inner__text .img-block {
        margin: -38px 0;
        width: 100%;
        position: relative;
    }

    .swiper.swiper-cases {
        max-width: 790px;
    }


}