
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');

html *{
    max-width:  99999px;
}


/*class*/


div.content-block{
    max-width:1170px;
    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:rgba(227, 31, 37, 1);
 }
 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;
 }


/*class*/


div.content-block{
    max-width:1170px;
    width:100%;
    margin:0 auto;
    box-sizing: border-box;
}

div.flex-block{
    display:flex;
    
}

div.inline_bl{
    display:inline-block;
    vertical-align:top;
}

a{
    color:#000;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/*blocks*/

body *{
    font-size:16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:400;
    line-height:normal;
    color:#2C2A29;
    outline:none;
}


body {
    padding-top: 100px;
    margin: 0;
    width: 100%;
    overflow-x: hidden;
}

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: 14px 17px;
    font-size: 1em;
    box-sizing: border-box;
    resize: none;
    color: #171717;
    max-width: 370px;
    width: 100%;
    border: 1px solid #D4D4D4;
    margin-bottom: 12px;
    height: 49px;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s 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:#272b34;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='number']::-moz-placeholder,
textarea::-moz-input-placeholder,
select::-moz-input-placeholder{
    color:#272b34;
}/* 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:#272b34;
}/* 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:#272b34;
}

input.fail--input{
    border-color:rgba(227, 31, 37, 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;
    font-family: roboto-light, calibri, helvetica, arial;
}

.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.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s 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: #fff;
    transition:all 0.5s ease;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
}

header.active{
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.12);
}

header .content-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 102px;
    transition: all 0.5s ease;
}

header.active .content-block {
    height: 70px;
}

.header--centerhead--inner__logo{
    text-align:center;
}

.header--centerhead--inner__logo img{
    max-width: 172px;
}

.menu--chapters{
    display:flex;
}

.descriptor{
	margin:0;
	font-size:1em;
}

a.logo{
    line-height: 0;
    display: block;
}

.header__inner__1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__inner__2{
    margin-top: 20px;
    transition: all 0.5s ease;
}

header.active .header__inner__2 {
    margin-top: 5px;
}

.phones{
    display:flex;
    align-items:center;
}

header .phones:before{
    content: url(/img/ic_phone_top.svg);
    position: relative;
    top: 1px;
}

.phones a{
    text-decoration: none;
    font-size: 1.125em;
    color: #2C2A29;
    padding-left: 16px;
}

.button-bl a,
.button-bl input[type="button"]{
    border: 2px solid #FF1820;
    font-size: 1em;
    background: #FF1820;
    color: #ffff;
    padding: 12px 32px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.5s ease;
    box-sizing:border-box;
    text-align:center;
    cursor: pointer;
}

.button-bl a:hover,
.button-bl input[type="button"]:hover{
    background: #fff;
    color: #272b34;
}


.first-screen .button-bl a:first-child{
    margin-right:32px;
}

.languages{
    margin-left:32px;
    display:flex;
}

.languages > div a{
    font-size: 1em;
    padding: 0;
    color: rgba(45,46,53,0.2);
    text-decoration: none;
    text-decoration: none;
}

.languages > div a:hover,
.languages > div.languageact a{
    color:rgba(227, 31, 37, 1);
}


.languages > div:first-child{
    margin-right: 13px;
}

.menu--chapters__item{
    margin-left: 21px;
    position:relative;
}

.menu--chapters__item a{
    text-decoration: none;
    font-weight: 500;
}

.menu--chapters__item a:hover{
    color:rgba(227, 31, 37, 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;
}

.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;
    font-family:robotolight, calibri, arial;
    text-decoration:none;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}

.chap a:hover{
    text-decoration:underline;
}



/*nav_menu--end*/


/*first_screen*/

.first-screen{
    position: relative;
    margin: 0 auto;
    background: url(/img/background_image_1.jpg) no-repeat center top;
    padding: 1px 0;
    width: 100%;
}


.first-screen p.after-h{
    font-size: 1.75em;
    font-family: roboto-light, calibri, arial;
    margin: 18px 0 40px;
}

.first-screen p.after-h > strong{
    font-size: 1em;
    font-weight: 700;
}

.first-screen .content-block{
    min-height: 533px;
    position: relative;
    justify-content:space-between;
    align-items:center;
}

.first-screen h1{
    font-size: 2.75em;
    color: #272b34;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
    font-weight: normal;
}

h1 strong{
    font-size: 1em;
    font-weight: 700;
}

.first-screen .img-block{
    position: absolute;
    right: 0;
    z-index: 1;
    top: 20px;
}

.circle__img{
    position: absolute;
    z-index: -1;
    left: 0;
    right: 22px;
    top: 31%;
    width: 321px;
    margin: auto;
}

.lob__img{
    position: absolute;
    left: 31%;
    top: 32%;
    transition:top 1s ease 1.2s;
}

.home.open-page .lob__img{
    left: 31%;
    top: 7%;
}

.bl1__img{
    position: absolute;
    top: 42%;
    left: 11.5%;
    transition:left 1s ease 1.2s;
}

.home.open-page .bl1__img{
    top: 42%;
    left: 0%;
}

.bl2__img{
    position: absolute;
    top: 62%;
    left: 17%;
    transition:left 1s ease 1.2s;
}

.home.open-page .bl2__img{
    top: 62%;
    left: 0.5%;
}

.l1__img{
    position: absolute;
    top: 39.5%;
    left: 18.5%;
     transition:left 1s ease 1.2s; 
}

.home.open-page  .l1__img{
    top: 42.5%;
    left: -0.5%;
}

.r1__img{
    position: absolute;
    top: 39.5%;
    right: 25.5%;
    transition:right 1s ease 1.2s;
}

.home.open-page  .r1__img{
    top: 42.5%;
    right: 5.5%;
}

.br1__img{
    position: absolute;
    top: 43%;
    right: 17.5%;
    transition:right 1s ease 1.2s;
}

.home.open-page .br1__img{
    top: 42%;
    right: 6%;
}

.br2__img{
    position: absolute;
    top: 62%;
    right: 22.5%;
     transition:right 1s ease 1.2s; 
}

.home.open-page .br2__img{
    top: 62%;
    right: 6.5%;
}

.zad__img{
    position: absolute;
    top: 80.5%;
    right: 39.5%;
    transition:top 1s ease 1.2s; 
}

.home.open-page .zad__img{
    top: 86.5%;
    right: 40%;
}


.lines__img{
    position: absolute;
    top: -14px;
    left: -43px;
    transition:all 1s ease 2s; 
    opacity:0;
}

.home.open-page .lines__img{
    opacity:1;
}

/*first_screen--end*/



/*advantages__home*/

.advantages__home{
    position: relative;
}

.advantages__home .content-block{
    background: #FFFFFF;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 15%);
    margin: -54px auto 0;
    display: flex;
    justify-content: space-around;
    padding: 107px 7% 75px;
    text-align: center;
}

.advantages__home .advantage{
    flex-basis: 200px;
}

.image__advantage{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 15%);
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image__advantage svg{
    fill:rgba(227, 31, 37, 1);
}

.description__advantage{
    font-size: 1.125em;
    margin: 16px 0 0 0;    
}

.description__advantage strong{
    font-size: 1em;
    color: rgba(227, 31, 37, 1);
    font-weight: 700;
}

/*--end--advantages__home*/


/*google-form*/

.google-form{
    background: url(/img/background_image_2.jpg) no-repeat center top;
    padding: 1px 0;
    position: relative;
}

.google-form .content-block{
    padding: 100px 0 257px;
}

.google-form .content-block > h2 + .after-h strong{
    color:rgb(45,46,53);
    font-weight:700;
}

.content-block > h3,
.content-block > h2{
    text-align: center;
    color: #272b34;
    font-size: 2.75em;
    margin: 0;
    padding: 0 0 18px;
    font-weight: 700;
}

.content-block > h3 strong,
.content-block > h2 strong{    
    font-size: 1em;
    color:rgba(227, 31, 37, 1);
    font-weight: 700;
}

.content-block > h3 + .after-h,
.content-block > h2 + .after-h{
    font-size: 1.75em;
    text-align: center;
    margin-top: 0;
    margin-bottom:60px;
}

.content-block > h3 + .after-h strong,
.content-block > h2 + .after-h strong{
    font-size: 1em;
    color: rgba(227, 31, 37, 1);
    font-weight: 700;
}

.google-form__form{
    background: #FFFFFF;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 15%);
    padding: 60px 100px;
    max-width: 970px;
    box-sizing: border-box;
    margin: 0 auto;
}

.fnc--feedback__title{
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.5;
}

.google-form__form .fnc--feedback--main{
    display:flex;
    justify-content: space-between;
}

.google-form__inner{
    width: 50%;
    flex-basis: 370px;
}

.fnc--feedback--main__name{
    font-size: 0.75em;
    margin-bottom: 6px;
    color: #2C2A29;
}

span.star{
    color:rgba(227, 31, 37, 1);
}

.fnc--feedback--main__button{
    margin-top: 25px;
}

.google-form .flex-ugol{
    bottom:-22px;
    top:auto;
}

.google-form .content-block > svg{
    position:absolute;
    right:0;
    bottom:0;
    width: 50%;
    height:155px;
}

.google-form .content-block > svg:last-child{
    left:0;
}

.js__feedback--param4-17 option{
   
}

/*google-form--end--*/


/*steps__home*/

.steps__home{

}

.steps__home .content-block{
    padding:100px 0;
}

.steps__home .content-block > h2{
    padding-bottom: 60px;
    font-weight: 500;
}

.steps__home .content-block > h2 strong{
    color:rgb(45,46,53);
}

.step__home{
    width:33.3333%;
    text-align:center;
    position:relative;
}

.step__home:before{
    content: url(/img/ic_plus.svg);
    position: absolute;
    left: calc(100% - 14px);
    top: 0;
    bottom: 15px;
    margin: auto;
    height: 30px;
}

.step__home:last-child:before{
    display:none;
}

.name__step{
    font-size: 1.5em;
    margin: 0 0 32px;
    min-height: 60px;
}

.name__step strong{
    font-size: 1em;
    color: rgba(227, 31, 37, 1);
    font-weight: 700;
}

.step__home .img-block{
    width: 170px;
    height: 170px;
    background: rgba(227, 31, 37, 1);
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 80px rgba(0,0,0,0.15);
}

.step__home .img-block svg{
    width: 128px;
    fill: #fff;
}

.step__home .description__step{
    margin-top:32px;
    text-align:center;
    font-size:1.25em;
}


.steps__home .button-bl{
    margin-top: 60px;
    text-align: center;
}

/*steps__home--end--*/

/*price__home*/

.price__home{
    background: url(/img/background_image_5.jpg) no-repeat center top;
    padding: 1px 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.price__home .flex-block {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 0;
}

.price__home h3 strong{
    color:rgb(45,46,53);

}

.price__home .content-block > h3{
    font-weight: 500;
}

.price__home .content-block{
    padding:100px 0;

}

.price__home .img-block{
    width: 598px;
    height: 603px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 93px 0 106px auto;
    position: relative;
    z-index: 0;
}

.price__home .img-block svg{
    width: 598px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.price__home .img-block:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    background: #E31F25;
    opacity: 0.6;
    width:472px;
    height:472px;
    border-radius:100%;
}

.price__home .img-block img {
    z-index: 1;
    position: relative;
    left: 41px;
}

.price__home .flex-block{
    position:relative;
}

.price__home ul{
    position: absolute;
    top: 80px;
    left: 0;
    padding: 0;
    margin: 0;
    width: 600px;
}

.price__home ul li{
    list-style:none;
    text-align:right;
    position:relative;
    margin-bottom:80px;
}

.price__home ul li:first-child{
    max-width:326px;
}

.price__home ul li:nth-child(2){
    max-width:288px;
}

.price__home ul li:nth-child(3){
    max-width:245px;
}

.price__home ul li:nth-child(4){
    max-width:288px;
}

.price__home ul li:nth-child(5){
    max-width:308px;
    margin-bottom:0;
}

.price__home ul li:before{
    content:'';
    width:6px;
    height:6px;
    position:absolute;
    top:0;
    bottom:0;
    left:calc(100% + 24px);
    border: 2px solid rgba(227, 31, 37, 1);
    box-shadow: 0 0 1px 0 rgba(227, 31, 37, 0.3);
    margin:auto;
    border-radius:100%;
}

.price__home ul li strong{
    font-size: 1.5em;
}

.price__home ul li > span{
    font-size: 0.875em;
    color:rgba(227, 31, 37, 1);
}

.price__home ul li > span span{
    font-size: 1.857em;
    color: rgba(227, 31, 37, 1);
    font-weight: 700;
}

.price__home .button-bl{
    text-align:center;
    position:relative;
    z-index:1;
}


/*price__home--end*/


/*list__home*/


.list__home .content-block{
    padding:58px 0;
    justify-content:space-between;
}

.list__card{
    background: #FFFFFF;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.15);
    padding: 50px 30px;
    flex-basis: 370px;
    box-sizing:border-box;
}

.list__title{
    display:flex;
    align-items:flex-start;
}

.list__icon{
    min-width: 72px;
    border-bottom: 1px solid #2C2A29;
    padding-bottom: 22px;
    text-align: center;
}

.list__text{
    margin-left: 16px;
    padding-top: 60px;
    font-size: 1.25em;
}

.list__text span{
    color: rgba(227, 31, 37, 1);
    font-size: 1em;
    font-weight: 700;
}

.list__description p{
    margin: 30px 0;
    line-height: 1.5;
}

.list__description p:last-child{
    margin-bottom:0;
}


/*list__home*/

/*faq__home*/


.faq__home {
    background: url(/img/background_image_7.jpg) no-repeat center top;
    padding: 1px 0;
    min-height: 1309px;
}

.faq__home .content-block{
    padding: 100px 0 165px;
}

.faq_qa{
    background: #FFFFFF;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 15%);
    padding: 60px 106px;
}

.faq_qa ul{
    padding:0;
    margin:0;
}

.faq_qa ul li{
    list-style: none;
    margin-bottom: 16px;
}

.faq_qa ul li span{
    border: 1px solid rgba(45, 46, 53, 0.12);
    box-sizing: border-box;
    border-radius: 1px;
    padding: 16px 40px 16px 16px;
    display: block;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    transition:all 0.5s ease;
}

.faq-content-block__question.active span,
.faq_qa ul li:hover span{
    color:rgba(227, 31, 37, 1);
}

.faq-content-block__question span:before{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right: 26px;
    height: 13px;
    background:rgba(227, 31, 37, 1);
    width:1px;
    margin:auto;
    opacity:1;
}

.faq-content-block__question span:after{
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    right: 20px;
    width: 13px;
    background:rgba(227, 31, 37, 1);
    height:1px;
    margin:auto;
}

.faq-content-block__question.active span:before{
    opacity:0;
}

.faq_qa ul li p{
    background: #FAFAFA;
    border-radius: 1px;
    padding: 16px;
    margin: 0;
    line-height: 1.5;
}

.faq_qa .button-bl{
    margin-top: 60px;
    text-align: center;
}

.fnc--feedback_modal-form{
    display:none;
}




/*faq__home--end*/

/*contacts*/

.flex-ugol{
    left: 0;
    right: 0;
    top: -22px;
    margin: auto;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100px;
    background: #ff1820 url(/img/ic_arrow_elipse.svg) no-repeat center center;
    z-index:1;
}


.contacts {
    background: url(/img/bg_map.jpg) no-repeat right bottom;
    position: relative;
}

.contacts .content-block{
    padding:152px 0;
}

.contacts .content-block > h3{
    text-align:left;
    padding-bottom: 60px;

}

.contacts-bl{
    background: #FFFFFF;
    box-shadow: 0px 0px 80px rgb(0 0 0 / 15%);
    padding: 60px 70px;
    max-width: 670px;
    box-sizing: border-box;
    display:flex;
    flex-wrap:wrap;
}

.contacts__inner{
    padding-left:50px;
    position: relative;
}

.contacts__inner:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width: 32px;
    height:32px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2C2A29;
}

.contacts__inner.placeholder:before{
    background: url(/img/Location-1.svg) no-repeat center top;
}

.contacts__inner.phone:before{
    background: url(/img/phone__contacts.svg) no-repeat center top;
}

.contacts__inner.mail:before{
    background: url(/img/sms.svg) no-repeat center top;
}

.contacts__name{
    margin: 36px 0 16px;
    color: rgba(227, 31, 37, 1);
    font-size: 1.125em;
    font-weight: 700;
}

.contacts__inner.placeholder{
    margin-bottom:60px;
    margin-right: 50px;
    width: 100%;
}

.contacts__inner.placeholder a{
    margin-top:16px;
    display:inline-block;
}

.contacts__inner.placeholder a:hover,
.mail.contacts__inner a:hover{
    color:rgba(227, 31, 37, 1);
    text-decoration:none;
}

address{
    font-style: normal;
    line-height:1.5;
}

.contacts__inner.mail{
    margin-left: 80px;
}


.contacts .phones{
    display:block;
}

.contacts .phones a{
    padding-left:0;
    margin-bottom:16px;
    display:inline-block;
}

.contacts .phones a:last-child{
    padding-bottom:0;
}

.messengers a{
    margin-right: 16px;
    text-decoration: none;
}

.messengers a svg{
    fill:rgba(227, 31, 37, 1);
}

.messengers a:hover svg{
    fill:rgba(227, 31, 37, 1);
}

.viber-p.mobile{
    display:none;
}

.contacts .content-block > svg{
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
}

.contacts:before{
    content: '';
    background: url(/img/contacts_s.png) no-repeat center top;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.messengers a svg,
.social a svg{
    transition:all 0.5s ease;
}

.messengers a:hover svg,
.social a:hover svg{
    fill:rgb(44 42 41);
}

/*contacts--end*/



/*footer*/


footer{
    background: #fff;
    padding: 50px 0;
    box-sizing: border-box;
    max-width: 1920px;
    margin: 0 auto;
}

footer .content-block{
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footer_inner:nth-child(2){
    margin-left: auto;
    margin-right: 66px;
}

.footer-contacts *{
    font-family:roboto-light, calibri, arial;
}

.social a{
    margin-left:16px;
}

.social a svg{
   fill:rgba(227, 31, 37, 1);
}

.social a:hover svg{

}

.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-stage .fnc--feedback--container{
    text-align: center;
    width: 550px;
}

.fancybox-stage .fnc--feedback__title{
    font-weight: 700;
    margin-bottom: 12px;
}

.fancybox-stage .fnc--feedback__second--title{
    margin-bottom:48px;
}

.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-bl,
.thanks__page ~ footer .footer_inner:nth-child(2),
header.thanks__page .header__inner__2{
    display:none;
}

.order{
    margin: 0;
    text-align: center;
    padding: 5px 15px;
    background: rgb(213 213 215 / 10%);
}