::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    background-color:#FEDB66;
}
::-webkit-scrollbar-thumb:hover{
    
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:4px;
    height:0px;
}
::-webkit-scrollbar{
    width: 4px;
}
html{
    height:100%;
    position: relative;
}
body{
    position: relative;
    background: #fff;
    height:100%;
    font-family: 'Roboto', sans-serif;
}
header{
    padding: 20px 0;
}
.page-inner header{
    padding: 25px 0;
}
.flex{
    display: flex;
}
.a-center{
    align-items: center;
}
.a-end{
    align-items: flex-end;
}
.j-space{
    justify-content: space-between;
}
.flex-2{
    flex:2;
}
header ul{
    margin:0;
    padding: 0;
    font-size: 0;
}
header ul li{
    list-style: none;
    display: inline-block;
    margin: 0 35px 0 0;
}
header ul li a{
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
}
.user-auth header ul li:last-child a{
    color:#FE6541;
}
header ul li a:hover{
    text-decoration: none;
    color:#fedb66;
}
header .place{
    text-decoration: none;
    padding: 0 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    background: url('../images/paper-plane.svg') no-repeat right center;
}
header .btn{
    padding: 15px 18px;
    text-decoration: none;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    border:none;
    margin: 0 25px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header a.enter{
    font-weight: 400;
    font-size: 18px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
}
header .logo{
    margin:0 56px 0 0;
    height: 22px;
}
header .contact select{
    position: absolute;
    left:-9999px;
}
header .contact .jq-selectbox__select,
header .contact .jq-selectbox__dropdown{
    display: none;
}
header .jq-selectbox li{
    width: 100%;
    margin:0;
}
header .jq-selectbox__dropdown {
    top: 30px;
    left:-170px!important;
    z-index: 10;
    width: 235px!important;
}
header .jq-selectbox__dropdown::before{
    left:69%;
}
.s-banner{
    width: 100%;
    height: 621px;
    position: relative;
    background: url('../images/bg-header.jpg') no-repeat top center;
}
.s-banner .title{
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 58px;
    line-height: 68px;
    color: #434B65;
    margin: 109px 0 0 0;
    text-align: center;
}
.s-banner span{
    font-weight: 500;
}
.s-banner form{
    margin: 98px 0 0 0;
    width: 95%;
}
.group-checkbox{
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.group-checkbox label.name{
    padding: 0 26px 0 35px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
}
.group-checkbox input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
.group-checkbox input[type="checkbox"] + label { 
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    height: 56px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-left: 1px solid #E8E5E6;
}
.group-checkbox input[type="checkbox"] + label.name{
    width: 118px;
}
.group-checkbox input[type="checkbox"]:checked + label { 
    background: #FEDB66; 
}
.group-checkbox input[type="checkbox"] + label:last-child{
    border-radius: 0 4px 4px 0;
}
.s-banner form input[type="text"]{
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #000;
    flex:2;
    background: #fff;
    border-radius: 4px;
    outline: none;
    height: 56px;
    padding: 0 0 0 35px;
    margin: 0 10px;
    border:none;
}
.s-banner form input[type="text"]::-webkit-input-placeholder { 
    font-size: 15px;
    line-height: 15px;
    color: #000;
}
.s-banner form input[type="text"]-moz-placeholder { 
    font-size: 15px;
    line-height: 15px;
    color: #000;
}
.s-banner form button{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    background: #FEDB66;
    border-radius: 4px;
    width: 223px;
    height: 56px;
    border:none;
    text-align: center;
}
.s-banner .container{
    height: 100%;
    zoom:1.1;
}
.google{
    position: absolute;
    bottom: 50px;
    right:30px;
}
.s-adv{
    width: 100%;
    padding: 55px 0;
}
.s-adv .title{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin: 0;
}
.preim__list{
    display: flex;
    justify-content: space-between;
    padding: 24px 0 0 0;
}
.preim-item{
    max-width: 265px;
    display: flex;
    padding: 14px 18px 19px 18px;
    flex-direction: column;
    border: 1px solid #E4E4E4;
    border-radius: 4px;
    margin: 30px 0 0 0;
}
.preim__head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.preim__head span{
    font-style: italic;
    font-weight: 900;
    font-size: 64px;
    line-height: 130%;
    color: #F8F8F8;
}
.preim-item p.name{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 0;
}
.preim-item p{
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #727070;
    margin: 12px 0 0 0;
}
.s-assistant{
    padding: 55px 0;
    widows: 100%;
    background: #F3F3F3;
}
.s-assistant .flex{
    justify-content: space-between;
}
.assistant-preim{
    max-width: 540px;
    min-width: 540px;
}
.assistant-preim ul{
    padding: 12px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.assistant-preim ul li{
    display: flex;
    width: 124px;
    height: 61px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 4px;
    margin: 20px 0 0 0;
    cursor: pointer;
}
.assistant-preim ul li.active{
    background: #FEDB66;
}
.assistant-preim .info{
    background: #fff;
    border-radius: 4px;
    padding: 30px 0 29px 26px;
    display: none;
}
.assistant-preim .info.active{
    display: block;
}
.assistant-preim .info p{
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #727070;
    margin: 10px 0 0 0;
}
.assistant-preim .info p:first-child{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:0;
}
.assistant-preim p.title{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin: 0;
}
.assistant-chat{
    max-width: 475px;
    min-width: 475px;
    display: none;
}
.assistant-chat.active{
    display: block;
}
.chat-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0 0;
}
.assistant-chat .ques{
    width: 100%;
    max-width: 391px;
    background: #FEDB66;
    border-radius: 4px;
    position: relative;
    padding: 13px 18px;
}
.assistant-chat .ques::before{
    content: '';
    border: 13px solid transparent; 
    border-right: 13px solid #FEDB66; 
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -13px;              
}
.assistant-chat .answ{
    width: 100%;
    max-width: 391px;
    padding: 13px 18px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}
.assistant-chat .answ::before{
    content: '';
    border: 13px solid transparent; 
    border-right: 13px solid #fff; 
    position: absolute;
    left: -19px;
    top: 50%;
    margin-top: -13px;             
}
.assistant-chat .answ p,
.assistant-chat .ques p{
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.assistant-chat img{
    border-radius: 50%;
    max-width: 51px;
}
.s-catalog.last{
    padding: 55px 0;
}
.catalog__list{
    padding: 25px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.catalog-item{
    padding: 13px 11px 16px 11px;
    border: 1px solid #E3E3E3;
    margin: 10px 0 0 0;
    max-width: 270px;
    position: relative;
    background: #fff;
}
.catalog-item p.info{
    display: flex;
    justify-content: space-between;
    margin: 23px 0 0 0;
}
.catalog-item p.info span{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #727070;
}
.catalog-item p.adres{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
    margin: 15px 0 0 0;
}
.item-foot{
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.s-catalog .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin: 0;
    text-align: center;
}
.catalog-item p.price{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    margin:0;
}
.catalog-item a.fav{
    width: 24px;
    height: 24px;
    background: url('../images/icons_heart.svg') no-repeat;
    background-size: 24px 24px;
    display: inline-block;
}
.catalog-item a.fav.active{
    background: url('../images/icon__heart-active.svg') no-repeat;
    background-size: 24px 24px;
}
.catalog-slider{
    margin:-13px -11px 0 -11px;
}
.catalog-slider .slick-dots{
    position: absolute;
    left:7px;
    bottom: 7px;
    padding: 0;
    margin: 0;
    height: calc(100% - 7px);
}
.catalog-slider .slick-dots li{
    width: 49px;
    height: 100%;
   /* margin: 0 9px 0 0;*/
    
    list-style: none;
    display: inline-block;
    cursor: pointer;
}
.catalog-slider .slick-dots li button{
    background: none;
    border:none;
    font-size: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    padding: 0;
}
.catalog-slider .slick-dots li button::after{
    content: '';
    background: rgba(255,255,255,0.55);
    width: 47px;
    height: 2px;
    position: absolute;
    left:0;
    bottom:0;
}
.catalog-slider .slick-dots li.slick-active button::after{
    background: rgba(255,255,255,1);
}
.catalog-wrap .catalog-slider .slick-dots li{
    width:56px;
}
.catalog-wrap .catalog-slider .slick-list img{
    width: 294px;
    height: 219px;
}
.catalog-wrap .catalog-slider .slick-dots li button::after{
    width: 53px;
}
.s-catalog .all{
    width: 270px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 0;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
}
.b-reviews{
    background: #F3F3F3;
    width: 100%;
    padding: 55px 0;
}
.b-reviews .title{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.reviews__list{
    padding: 13px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.reviews-item{
    margin: 30px 0 0 0;
    max-width: 350px;
    background: #fff;
    border-radius: 4px;
    padding: 23px 13px 24px 13px;
}
.reviews-item p{
    margin: 25px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 130%;
    color: #434B65;
}
.reviews-head{
    display: flex;
    align-items: center;
}
.reviews_info p{
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.reviews_info span{
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #999;
    padding: 5px 0 0 0;
    display: inline-block;
}
.reviews-head img{
    border-radius: 50%;
    margin: 0 16px 0 0;
}
.rating-area {
    overflow: hidden;
    width: 112px;
    display: inline-block;
    padding: 5px 6px 0 0;
    vertical-align: top;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width:18px;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    color: #DDDDDD;
    margin: 0 4px 0 0;
}
.rating-area:not(:checked) > label:last-child{
    margin:0;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: #FFD029;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #FFD029;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #FFD029;
}
.rate-area > label:active {
    position: relative;
}
footer{
    padding: 8px 0 54px 0;
    width: 100%;
    background: #35363A;
}
footer .flex{
    justify-content: space-between;
    align-items: flex-start;
}
footer p.city{
    margin: 86px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
footer p.city span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 0 28px 0 0;
    background: url('../images/icCity.svg') no-repeat right center;
}
footer .logo img{
    width:45%;
}
.menu{
    margin: 30px 0 0 0;
}
.menu .title{
    font-weight: 500;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    padding: 0 0 12px 0;
    position: relative;
    margin:0;
}
/*.menu .title::after{
    content: '';
    width: 80px;
    height: 1px;
    background: #999;
    position: absolute;
    left:0;
    bottom: 0;
}*/
.menu ul{
    padding: 9px 0 0 15px;
    margin: 0;
}
.menu ul li{
    margin: 11px 0 0 0;
    list-style: disc;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.menu ul li a{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #fff;
}
.menu ul li a:hover{
    text-decoration: underline;
}
.menu .email{
    display: inline-block;
    margin: 20px 0 37px 0;
    text-decoration: underline;
    padding: 0 0 0 26px;
    background: url('../images/mail.svg') no-repeat;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.menu .email:hover{
    text-decoration: none;
}
.menu .soc{
    padding: 14px 0 0 0;
}
.menu .soc a{
    margin: 6px 0 0 0;
    padding: 0 0 0 25px;
    width: 133px;
    height: 28px;
    border-radius: 2px;
    display: flex;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    align-items: center;
    justify-content: flex-start;
}
.menu .soc a:hover{
    text-decoration: none;
}
.menu .soc a.fb{
    background: #3E57A8 url('../images/fb.svg') no-repeat left 5px top 8px;
}
.menu .soc a.vk{
    background: #5E82AC url('../images/vk.svg') no-repeat left 5px top 8px;
}
.menu .soc a.ok{
    background: #F2720C url('../images/ok.svg') no-repeat left 5px top 8px;
}
.bottom{
    margin: 29px 0 0 0;
    width: 100%;
    border-top: 1px solid #999;
    padding: 7px 0 0 0;
}
.bottom p{
    margin: 15px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.bottom p a{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: underline;
}
.bottom p a:hover{
    text-decoration: none;
}
.lk-panel{
    width: 100%;
    padding: 17px 0;
    background: #E3E3E3;
}
.lk-panel .flex{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}
.lk-panel ul{
    margin: 0;
    padding: 0;
}
.lk-panel ul li{
    display: inline-block;
    margin: 0 19px 0 0;
    padding: 6px 11px;
}
.lk-panel ul li.active{
    background: #454545;
    border-radius: 4px;
}
.lk-panel ul li.active a{
    color:#fff;
}
.lk-panel ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    text-decoration: none;
}
.lk-panel ul:last-child li{
    margin: 0 0 0 19px;
}
.lk-panel ul:last-child li:last-child{
    padding: 4px 0;
}
.wrapper{
    background: #F4F4F4;
    padding: 0 0 50px 0;
}
.wrapper.white{
    background: #fff;
}
.wrapper h1{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #434B65;
    margin: 15px 0 0 0;
}
.wrapper p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #727070;
    margin: 20px 0 0 0;
}
.breadcrumbs{
    padding:0;
    margin: 25px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
.breadcrumbs li{
    padding: 0 14px 0 0;
    margin: 0 0 0 15px;
    list-style: none;
    display: inline-block;
}
.breadcrumbs li:first-child{
    margin:0;
}
.breadcrumbs li a{
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #999;
}
.breadcrumbs li a:hover{
    text-decoration: underline;
}
.breadcrumbs li span{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
}
.collection{
    margin: 40px 0 35px 0;
}
.collection p.date{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 0;
}
.collection_wrap{
    padding: 0 0 0 65px;
    margin: 20px 0 0 0;
    border-left: 2px solid #434B65;
}
.collection_block{
    margin: 0 0 25px 0;
    padding: 15px;
    background: #fff;
    border: 1px solid #E3E3E3;
    width: 100%;
    position: relative;
}
.collection_block:last-child{
    margin:0;
}
.collection_block .comment{
    padding: 20px;
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color:#434B65;
    background: #FDF5CE;
}
.collection_block .comment span{
    color: #727070;
}
.collection_info{
    padding: 0 0 0 30px;
}
.collection_block .catalog-slider{
    width: 255px;
}
.collection_info .inform{
    padding: 30px 0 0 0;
}
.collection_info .inform span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    display: inline-block;
    margin: 0 32px 0 0;
}
.collection_info p.date{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
    margin:0;
}
.collection_info p.adres{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    margin: 18px 0 0 0;
}
.collection_info p.price{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65; 
    margin: 47px 0 0 0;
}
.collection_block a.fav{
    width: 24px;
    height: 24px;
    background: url('../images/icons_heart.svg') no-repeat;
    background-size: 24px 24px;
    position: absolute;
    right:15px;
    top:15px;
}
.collection_block a.fav.active{
    background: url('../images/icon__heart-active.svg') no-repeat;
    background-size: 24px 24px;
}
.moder{
    position: absolute;
    left:0;
    top:34px;
    background: #18A24B;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 3px 18px;
    max-width: 113px;
}
.moder{
    position: absolute;
    left:0;
    top:34px;
    background: #18A24B;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 3px 18px;
    max-width: 113px;
    z-index: 1001;
}
.ii{
    color: #434B65;
    position: absolute;
    left:0;
    top:34px;
    background: #FE66F8;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 10px 9px;
    max-width: 113px;
    z-index: 1001;
}
.komis{
    position: absolute;
    left:0;
    top:34px;
    background: #FEDB66;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 3px 18px;
    max-width: 113px;
    z-index: 1001;
}
.plan{
    position: absolute;
    left:0;
    top:34px;
    background: #369DD9;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    padding: 3px 18px;
    max-width: 113px;
    z-index: 1001;
}
.lk-top{
    width: 148px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
}
.lk-top .notice{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #FF6571;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.lk-top .notice::after{
    content: '';
    width: 31px;
    height: 31px;
    right: -37px;
    position: absolute;
    background: url('../images/codicon_bell.svg') no-repeat right center;
}
.lk-top .lk-user{
    padding: 0 23px 0 0;
    background: url('../images/str-bot.svg') no-repeat right center;
}
.lk-top .lk-user img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.favorite__wrapper{
    padding: 28px 0 0 0;
}
.favorite_wrap{
    padding: 20px 0 0 0;
}
.favorite__collection{
    margin: 51px 0 0 0;
}
.favorite__collection p.date{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 0;
}
.favorite__collection .collection_info p.date{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
    margin:0;
}
.no-ads{
    padding: 154px 0 142px 0;
    text-align: center;
}
.no-ads p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434B65;
    margin: 30px 0 0 0;
}
.wrapper .no-ads p.caption{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #434B65;
    margin: 0;
    text-align: center;
    text-transform: none;
}
.no-ads a.btn{
    width: 245px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    margin: 60px auto 0;
    display:flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.list__ads{
    padding: 13px 0 20px 0;
    margin:0;
    text-align: right;
}
.list__ads li{
    margin: 0 0 0 25px;
    display: inline-block;
}
.list__ads li a{
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.list__ads li.active a{
    color:#434B65;
}
.list__ads li a:hover{
    text-decoration: underline;
}
.ads_item{
    margin: 20px 0 0 0;
    width: 100%;
}
.ads_item .collection_info{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.ads_item .collection_info .inform{
    padding: 0;
}
.ads_item .collection_info p.adres{
    margin: 8px 0 0 0;
}
.ads_item .collection_info p.price{
    margin:0;
}
.ads_edit{
    flex:2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}
.ads_edit .market{
    width: 190px;
    height: 40px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ads_edit ul{
    text-align: right;
    margin: 0;
    padding: 0;
}
.ads_edit ul li{
    display: inline-block;
    margin: 0 0 0 28px;
}
.ads_edit ul li a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
}
.ads_edit ul li a:hover{
    text-decoration: underline;
}
.wrapper p.quick_sale{
    padding: 4px 0 10px 25px;
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    background: url('../images/el_arrow-up.svg') no-repeat;
}
.quick_sale span{
    color: #FC1E2F;
}
.ads_item .collection_block .att_error{
    margin: 14px 0 0 0;
    width: 100%;
    background: #FFE0D9;
    padding:20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FC1E2F;
}
.no-fav {
    padding: 102px 0 173px 0;
    text-align: center;
}
.no-fav p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434B65;
    margin: 35px 0 0 0;
}
.wrapper .no-fav p.caption{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #434B65;
    margin: 0;
    text-align: center;
    text-transform: none;
}
.banner{
    padding: 150px 0 0 0;
    margin-bottom: 37px;
    width: 100%;
    min-height: 621px;
}
.banner.faq{
    background: url('../images/bg-faq.jpg') no-repeat top center; 
}
.banner.agreement{
    background: url('../images/bg-agreement.jpg') no-repeat top center; 
}
.wrapper .banner p.caption{
    font-weight: 300;
    font-size: 72.5px;
    line-height: 85px;
    color: #fff;
    margin: 0;
}
.banner p.caption b{
    font-weight: 700;
    font-size: 72.5px;
    line-height: 85px;
    text-transform: uppercase;
    display: block;
}
.faq__wrap{
    padding: 16px 0 0 0;
}
.wrapper .faq__wrap p.caption_block{
    margin: 60px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
}
.wrapper .faq__wrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    margin: 35px 0 0 0;
    color: #434B65;
}
.wrapper .faq__wrap .faq__item p{
    margin: 15px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
}
.wrapper .faq__wrap .faq__item p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-decoration: underline;
    color: #FC1E2F;
}
.wrapper .faq__wrap .faq__item p a:hover{
    text-decoration: none;
}
.wrapper .faq__wrap .faq__item ol{
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
}
.wrapper .faq__wrap .faq__item ol li{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
}
.wrapper .faq__wrap .faq__item p.ques{
    margin:35px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #434B65;
}
.agreement__wrap{
    padding: 23px 0 0 0;
}
.agreement__wrap h3{
    margin: 60px 0 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
}
.agreement__wrap p{
    margin:35px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
}
.subscr_list{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0 0;
}
.subscr{
    width: 347px;
    height: 185px;
    margin: 26px 0 0 0;
    background: #fff;
    border: 4px solid #668DFE;
    position: relative;
    padding: 28px 16px 0 16px
}
.subscr .plash{
    width:102px;
    height: 102px;
    background: url('../images/bg-subscr.svg') no-repeat;
    position: absolute;
    right:-9px;
    top:-9px;
    z-index: 1;
}
.subscr p.name{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    margin:0;
}
.subscr p.day{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 24px 0 0 0;
}
.subscr .pr-bar{
    width: 100%;
    height: 12px;
    border-radius: 10px;
    background: #E7E7E7;
    margin: 16px 0 0 0;
    padding: 3px;
}
.subscr .pr-bar .proc{
    height: 6px;
    background:#FEDB66;
    border-radius: 10px;
    display: block;
}
.subscr .date{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 13px 0 0 0;
}
.subscr .date span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
}
.subdcr_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 181px;
    height: 50px;
    margin: 68px auto 0;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
}
.subdcr_btn:hover{
    text-decoration: none;
}
.no-subscr{
    padding: 102px 0 144px 0;
    text-align: center;
}
.no-subscr p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434B65;
    margin: 34px 0 0 0;
}
.wrapper .no-subscr p.caption{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #434B65;
    margin: 0;
    text-align: center;
    text-transform: none;
}
.no-subscr a.btn{
    width: 303px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    margin: 66px auto 0;
    display:flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.notif_list{
    padding: 37px 0 0 0;
}
.notif-item{
    width: 100%;
    margin: 15px 0 0 0;
    padding: 20px 44px 20px 20px;
    background: #fff;
    border: 1px solid #E3E3E3;
    position: relative;
}
.notif-item span{
    padding: 15px 20px;
    border:1px solid #E3E3E3;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
    margin-right: 10px;
}
.notif-item p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    padding: 0 0 0 15px;
}
.notif-item .delete{
    width: 24px;
    height: 24px;
    right:20px;
    top:34px;
    position: absolute;
    background: url('../images/bytesize_trash.svg') no-repeat;
}
.notif-item .delete:hover{
    background: url('../images/bytesize_trash_hov.svg') no-repeat;
}
.text-page{
    border-top: 1px solid #F4F4F4;
    padding: 73px 0 66px 0;
}
.text-page aside{
    width: 224px;
    padding: 0 30px 0 0;
}
.text-wrap{
    flex:2;
    padding: 47px 0 0 30px;
} 
.text-wrap h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin: 0;
}
.text-wrap h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #434B65;
    margin: 45px 0 0 0;
}
.text-wrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
    margin: 15px 0 0 0;
}
.text-wrap p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
    text-decoration: underline;
}
.text-wrap p a:hover{
    text-decoration: none;
}
.text-wrap img + p{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    margin: 15px 0 0 0;
    text-align: center
}
.wrap{
    margin: 34px 0 20px 0;
    width: 100%;
    padding: 20px 20px 26px 20px;
    background: #fff;
}
.wrap-left{
    width: 100%;
    width: 708px;
    max-width: 708px;
}
.wrap-right{
    padding: 19px 0 0 0;
    max-width: 330px;
}
.wrap-right .price_block{
    width: 100%;
    background: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 35px 35px 31px 35px;
    box-shadow: 0px 0px 8px rgba(97, 97, 97, 0.14);
}
.wrap-right .price_block p.price{
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #434B65;
    margin:0;
    text-align: center;
}
.wrap-right .price_block .btn{
    width: 255px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 18px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.wrap-right .price_block a.fav{
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
    margin: 30px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wrap-right .price_block a.fav:before{
    content: '';
    background: url('../images/icons_heart.svg') no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
}
.wrap-right .price_block  a.fav.active:before{
    background: url('../images/icon__heart-active.svg') no-repeat;
    background-size: 24px 24px;
}
.wrap-right .map{
    margin: 31px 0 0 0;
}
.wrap-left h1{
    margin: 5px 0 0 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #434B65;
}
.wrap-left p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 21px 0 0 0;
}
.wrap-left .gallery{
    margin: 27px 0 0 0;
}
.wrap-left .gallery img{
    max-width: 100%;
    border-radius: 2px;
}
.wrap-left .small-thumb img{
   
}
.wrap-left .small-thumb figure{
    position: relative;
    margin: 8px 10px 0 0;
}
.wrap-left .small-thumb figure:last-child{
    margin:8px 0 0 0;
}
.small-thumb a.yet{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url(2582338795.jpg);
}
.wrapper p.caption{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #434B65;
    margin:0;
}
.wrapper p.subj{
    font-weight: 500;
    font-size: 24px;
    line-height: 19px;
    text-transform: uppercase;
    color: #434B65;
    padding: 0 0 40px 0;
    text-align: center;
}
.similar{
    padding: 45px 0 0 0;
}
.similar .catalog__list{
    padding: 0;
}
.similar .catalog-item{
    margin: 15px 0 0 0;
    max-width: 260px;
}
.common_info{
    padding: 57px 0 0 0;
}
.common_list{
    padding: 23px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.common_item{
    width: 25%;
    text-align: center;
}
.common_item.verif-ii figure{
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    background: #FE66F8;
    justify-content: center;
    align-items: center;
}
.common_item.verif-moder figure{
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    background: #18A24B;
    justify-content: center;
    align-items: center;
}
.common_item.verif-osv figure{
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    background: #369DD9;
    justify-content: center;
    align-items: center;
}
.common_item.verif-com figure{
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    background: #FEDB66;
    justify-content: center;
    align-items: center;
}
.common_item div{
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
    color: #434B65;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_item div sup{
    font-weight: 500;
    font-size: 17.3503px;
    line-height: 20px;
    color: #434B65;
}
.common_item span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #727070;
    display: block;
    padding: 10px 0 0 0;
}
.comment_info{
    padding: 59px 0 0 0;
}
.message-p{
    padding: 17px 28px 21px 28px;
    margin: 31px 0 0 0;
    position: relative;
}
.message-p p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin:0;
}
.message-p button{
    border:none;
    width: 100%;
    padding: 15px 50px;
    width: 629px;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    margin: 13px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-align: center;
    padding:0;   
}
.mes-ii{
    background: #FE66F8;
}
.mes-ii::before{
    content: '';
    border: 13px solid transparent; 
    border-bottom: 13px solid #FE66F8; 
    position: absolute;
    right: 75px;
    top: -13px;
    margin-top: -13px;         
}
.mes-moder{
    background: #18A24B;
}
.mes-moder::before{
    content: '';
    border: 13px solid transparent; 
    border-bottom: 13px solid #18A24B; 
    position: absolute;
    right: 75px;
    top: -13px;
    margin-top: -13px;         
}
.mes-osv{
    background: #369DD9;
}
.mes-osv::before{
    content: '';
    border: 13px solid transparent; 
    border-bottom: 13px solid #369DD9; 
    position: absolute;
    right: 75px;
    top: -13px;
    margin-top: -13px;         
}
.mes-com{
    background: #FEDB66;
}
.mes-com::before{
    content: '';
    border: 13px solid transparent; 
    border-bottom: 13px solid #FEDB66; 
    position: absolute;
    right: 75px;
    top: -13px;
    margin-top: -13px;         
}
.mes-com p{
    color:#434B65;
}
.comment_info img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 20px 33px 0 0;
}
.comment_info div:not(.flex){
    padding: 20px 0 0 0;
}
.comment_info div p{
    margin:0 0 7px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.comment_info div p span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
}
.desc_info{
    padding: 45px 0 0 0;
}
.desc_info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 15px 0 0 0;
}
.dop_tech{
    padding: 3px 112px 0 0;
}
.dop_serv{
    padding: 3px 0 0 0;
}
.dop_info{
    padding: 45px 0 0 0;
}
.dop_tech div,
.dop_serv div{
    display: flex;
    align-items: center;
    padding: 13px 0 0 0;
}
.dop_info span{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.dop_info figure{
    width: 27px;
    margin-right: 13px;
    text-align: center;
}
.dop_info .stroke figure img{
    opacity: 0.5;
}
.stroke span{
    text-decoration-line: line-through;
    color: #999999;
}
.map{
    width: 330px;
    height: 318px;
    margin: 31px 0 0 0;
}
.ob-info{
    padding: 5px 0 0 0;
}
.ob-info div{
    padding: 10px 0 0 0;
    display: flex;
}
.ob-info div span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.ob-info div span:first-child{
    margin-right: 12px;
    width: 92px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.overlay{
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(50, 49, 49, 0.71);
    z-index: 6;
    display: none;
}
.popup{
    width: 100%;
    max-width: 605px;
    padding: 54px 73px 59px 73px;
    background: #fff;
    border-radius: 4px;
    position: fixed;
    top:50%;
    margin:-300px auto 0;
    right:0;
    left:0;
    z-index: 7;
    display: none;
}
.popup .close{
    width: 42px;
    height: 42px;
    background: url('../images/codicon_close.svg') no-repeat;
    position: absolute;
    right:20px;
    top:20px;
    opacity:1;
}
.popup.active{
    display: block;
}
.popup p.title{
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    color: #434B65;
    margin:0;
}
.popup p.center{
    text-align: center;
}
.popup p.info{
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin:10px 0 0 0;
    color: #434B65;
    text-align: center;
}
.popup p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:23px 0 0 0;
}
.popup .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 326px;
    height: 51px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:36px 0 0 0;
    text-decoration: none;
}
.popup .btn.small{
    width: auto;
    display: inline-block;
    padding: 15px 40px;
}
.popup form{
    padding: 16px 0 0 0;
}
.popup input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}
.popup input[type="radio"] + label { 
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    padding:0 0 0 23px;
    position: relative;
    margin: 13px 0 0 0;
    display: block;
    cursor: pointer;
}
.popup input[type="radio"] + label::before{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border:1px solid #999;
    position: absolute;
    left:0;
    top:1px;
}
.popup input[type="radio"]:checked + label::after { 
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left:2px;
    top:3px;
    background: #999; 
}
.popup p.name{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin:15px 0 0 0;
    padding: 0 0 7px 0;
}
.popup p.att{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: #727070;
    margin: 31px 0 0 0;
}
.popup p.att span{
    color:#FC1E2F;
}
.popup p.phone{
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #434B65;
    margin: 15px 0 0 0;
}
.popup p.us{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #727070;
    margin: 15px 0 0 0;
}
.popup .info-f{
    padding: 29px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
.popup .info-f a{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    text-decoration: none;
}
.popup .info-f a:hover{
    text-decoration: underline;
}
.popup .podp .field{
    position: relative;
    padding: 0 220px 0 0;
}
.popup .podp .field input{
    width: 100%;
    height: 48px;
    padding: 0;
    outline: none;
}
.popup .podp .field input::-webkit-input-placeholder { 
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #999;
}
.popup .podp .field input:-moz-placeholder { 
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #999; 
}
.popup.login .podp button{
    width: 220px;
    height: 50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    border:none;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    right:-1px;
    top:-1px;
    margin:0;
}

.choice_list{
    background: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    margin: 33px 0 0 0;
    padding: 20px 17px 24px 17px;
}
.choice_list p{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #999;
    margin:0;
}
.choice_list span{
    padding: 15px 20px;
    border: 1px solid #E3E3E3;
    margin:11px 11px 0 0;
    display: inline-block;
    background: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
}
.call-rate{
    width: 314px;
    height: 195px;
    background: #fff;
    border-radius: 4px;
    position: fixed;
    bottom:50px;
    right: 206px;
    z-index: 8;
    padding: 42px 0;
    text-align: center;
    display: none;
}
.call-rate.active{
    display: block;
}
.call-rate .close{
    width: 42px;
    height: 42px;
    background: url('../images/codicon_close.svg') no-repeat;
    position: absolute;
    right:0px;
    top:0px;
    opacity:1;
    margin:0;
}
.call-rate p{
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #434B65;
    margin:0;
}
.call-rate a{
    margin: 19px 19px 0 19px;
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
}
.call-rate .like{
    background: #18A24B url('../images/like.svg') no-repeat center center;
}
.call-rate .dislike{
    background: #FC1E2F url('../images/dislike.svg') no-repeat center center;
}
.popup.login{
    background: #EFEFEF;
    border-radius: 4px;
    padding: 36px 50px 45px 50px;
    max-width: 691px;
}
.popup.login button{
    padding: 15px 50px;
    width: 234px;
    height: 49px;
    background: #FEDB66;
    border-radius: 4px;
    cursor: pointer;
    border:none;
    margin: 24px 35px 0 0;
    display: inline-block;
    text-align: center;
}
.popup.login .field{
    background: #fff;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 4px;
    margin:  0 0 16px 0;
    height: 50px;
    padding: 0 40px 0 17px;
    position: relative;
}
.popup.login input{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    border:none;
    height: 100%;
    width: 100%;
    outline: none;
}
.popup.login input::-webkit-input-placeholder { 
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #727070;
}
.popup.login input:-moz-placeholder { 
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #727070;
}
.popup.login p.title{
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin:0;
}
.popup.login ul{
    padding: 40px 0 0 0;
    margin:0;
}
.popup.login ul li{
    display: inline-block;
    margin-right: 27px;
    line-height: none;
}
.popup.login ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    color: #34A4B4;
}
.popup.login ul li a.active{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.popup.login p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #727070;
}
.popup.login p a{
    text-decoration: none;
    color:#34A4B4;
    font-weight: 400;
    font-size: 16px;
}
.popup.login p a:hover{
    text-decoration: underline;
}
.popup.login .close{
    width: 42px;
    height: 42px;
    background: url('../images/codicon_close_w.svg') no-repeat;
    position: absolute;
    right:-68px;
    top:-30px;
    opacity:1;
    margin:0;
}
.popup.login .snos{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #727070;
    width: 100%;
    display: block;
}
.popup.login .snos a{
    text-decoration: none;
    color: #34A4B4;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}
.popup.login .snos a:hover{
    text-decoration: underline;
}
.popup.login .policy{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9999;
    padding: 24px 0 0 0;
}
.popup.login .policy a{
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #9999;
}
.popup.login .policy a:hover{
    text-decoration: none;
}
.popup.modals .close{
    width: 42px;
    height: 42px;
    background: url('../images/codicon_close_w.svg') no-repeat;
    position: absolute;
    right:-68px;
    top:-30px;
    opacity:1;
    margin:0;
}
.popup.modals{
    background: #EFEFEF;
    border-radius: 4px;
    padding: 54px 110px 50px 73px;
    max-width: 605px;
}
.popup.modals p a{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #434B65;
}
.popup.modals p a:hover{
    text-decoration: none;
}
.b-wrapper{
    padding: 73px 0 0 0;
    width: 100%;
    border-top: 1px solid #F4F4F4;
}
.wrapper-head h1{
    font-weight: 700;
    font-size: 46px;
    line-height: 140%;
    text-transform: uppercase;
    color: #434B65;
    margin: 0;
}
.wrapper-head p{
    font-weight: 400;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin: 7px 0 0 0;
}
.wrapper-h{
    padding: 0 0 59px 0;
    border-bottom: 1px solid #F4F4F4;
}
aside{
    width: 100%;
    max-width: 260px;
    padding: 30px 0 0 0;
}
aside ul{
    padding: 0;
    margin:0;
}
aside ul li{
    list-style: none;
    width: 100%;
    display: inline-block;
}
aside ul li:first-child a{
    border:none;
}
aside ul li a{
    display: inline-block;
    padding: 15px 0;
    border-top: 1px solid #F4F4F4;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    text-decoration: none;
    width: 100%;
}
aside ul li.active a{
    color: #434B65;
}
aside ul li.active ul{
    padding: 0 0 15px 27px;
}
aside ul li.active ul li a{
    padding: 6px 0;
    border:none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
}
.b-wrap{
    width: 100%;
    max-width: 825px;
    padding: 36px 0;
}
.b-wrap h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin: 0 0 15px 0;
}
.b-wrap h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #434B65;
    margin: 15px 0;
    display: inline-block;
}
.b-wrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
    margin: 0 0 30px 0;
}
.b-wrap ul {
    margin:0;
    padding: 0 0 25px 30px;
}
.b-wrap ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
    margin:  0 0 5px 0;
}
.b-wrap p a{
    text-decoration: underline;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
}
.b-wrap p a:hover{
    text-decoration: none;
}
.b-wrap figcaption{
    text-align: center;
    margin: 15px 0 35px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
.b-wrap img{
    max-width: 100%;
}
.b-wrap blockquote{
    padding: 27px 50px 27px 50px;
    background: #E3E3E3;
    border-radius: 4px;
    margin: 0 0 30px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
    border:none;
}
.tip__list{
    padding: 57px 0 50px 0;
}
.tip__list .flex{
    flex-wrap: wrap;
}
.b-wrap .tip__list h2{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.tip__item{
    padding: 30px 0 20px 0;
    width: 50%;
    max-width: 350px;
}
.tip__item p.name{
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    color: #434B65;
    margin: 25px 0 0 0;
}
.tip__item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #434B65;
    margin: 15px 0 0 0;
}
.tarif_list{
    padding: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tarif{
    margin: 30px 0 0 0;
    width: 100%;
    max-width: 350px;
    border: 1px solid #E3E3E3;
    background: #fff;
    position: relative;
    z-index: 1;
}
.tarif.active{
    border: 8px solid #FEDB66;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.tarif .plash{
    width:106px;
    height: 106px;
    background: url('../images/bg-popular.png') no-repeat;
    position: absolute;
    right:-6px;
    top:-7px;
    z-index: 1;
}
.tarif.active .plash{
    right:-13px;
    top:-14px;
}
.tarif_head{
    padding: 29px 0 20px 0;
    border-bottom: 1px solid #E3E3E3;
}
.tarif.active .tarif_head{
    padding: 22px 0 20px 0;
}
.tarif.active .tarif_body{
    padding: 0 11px;
}
.tarif_head p.name{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    margin:0;
    text-align: center;
    text-transform: uppercase;
}
.tarif_body{
    min-height: 327px;
    padding: 0 18px;
}
.tarif_body ul{
    margin:0;
    padding: 0;
}
.tarif_body ul li{
    list-style: none;
    margin: 20px 0 0 0;
    display: flex;
    min-height: 38px;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    padding: 0 0 0 52px;
    background: url('../images/check-circle.svg') no-repeat;
}
.tarif_body ul li.none{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #E3E3E3;
    background: url('../images/ci_off-outline-close.svg') no-repeat;
}
.tarif_foot{
    border-top: 1px solid #E3E3E3;
    padding: 30px 0;
    text-align: center;
}
.tarif_foot .price{
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #434B65;
    margin:0;
}
.tarif_foot .btn{
    margin: 16px auto 0;
    display: flex;
    width: 181px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.tarif_foot .ch{
    padding: 0 0 0 37px;
    margin: 29px 0 0 0;
    background: url('../images/ci_circle-check.svg') no-repeat;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #454545;
    display: none;
}
.tarif.active  .tarif_foot .ch{
    display: inline-block;
}
.tarif.active  .tarif_foot .btn{
    display:none;
}
.btn_panel{
    padding: 100px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_panel .btn{
    margin:22px 15px 0 15px;
    width: 255px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.btn_panel .btn.pay{
    background: #FEDB66;
    border-radius: 4px;
}
.top-l{
    padding: 60px 0 0 0;
    min-height: 621px;
    position: relative;
    background: url('../images/bg-t.jpg') no-repeat top center;
}
.top-l .logo img{
    margin: 19px auto 0;
    display: block;
}
.top-l .back{
    left: 157px;
    top: 60px;
    padding: 15px 34px 15px 74px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 4px;
    background: url('../images/arrowright.svg') no-repeat 31px 12px;
}
.top-l h1{
    font-weight: 700;
    font-size: 62px;
    line-height: 73px;
    text-transform: uppercase;
    color: #fff;
    margin: 76px 0 0 0;
    text-align: center;
}
.top-l p.title{
    font-weight: 300;
    font-size: 52px;
    line-height: 61px;
    color: #fff;
    margin: 11px 0 0 0;
    text-align: center;
}
.top-l .btn{
    width: 255px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    margin: 54px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.top-l p{
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin: 44px 0 0 0;
    text-align: center;
}
.top-l a.bottom{
    width: 30px;
    height: 30px;
    border:none;
    display: flex;
    margin: 10px auto 0;
    background: url('../images/icons_next.svg') no-repeat;
}
.preim__blocks{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}   
.preim-block{
    width: 100%;
    max-width: 292px;
    margin:67px 0 10px 0;   
}
.preim-block figure{
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preim-block img{
    max-width: 100%;
    max-height: 80px;
}
.preim-block p.name{
    text-align: center;
    margin: 21px 0 0 0;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.025em;
    color: #434B65;
}
.preim-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434B65;
    margin: 21px 0 0 0;
}
.b-preims{
    padding: 89px 0;
}
.b-preims p.caption{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin:0;
    text-align: center;
}
.b-works{
    padding: 30px 0 120px 0;
    width: 100%;
}
.b-works p.title{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    text-align: center;
    margin:0;
}
.b-works .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 437px;
    height: 60px;
    background: #FEDB66;
    border-radius: 4px;
    margin: 80px auto 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
}
.work__list{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.work__item{
    margin: 65px 0 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 200px;
}
.work__item::after{
    content: '';
    position: absolute;
    right:-100px;
    top:85px;
    width: 55px;
    height: 30px;
    background: url('../images/arrow-r.svg') no-repeat;
}
.work__item:last-child::after{
    display: none;
}
.work__item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 23px 0 0 0;
}
.reviews-slider .slick-list{
    margin:0 -15px;
}
.reviews-slider .reviews-item{
    margin: 43px 15px 0 15px;
}
.reviews-slider .slick-prev{
    right: 63px;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #EAEAEA url('../images/arrsl.svg') no-repeat center center;
    border-radius: 4px;
    top:-40px;
}
.reviews-slider .slick-next{
    right: 0;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #EAEAEA;
    border-radius: 4px;
    top:-40px;
    background: #EAEAEA url('../images/arrsl.svg') no-repeat center center;
    transform: rotate(180deg);
}
.reviews-slider .slick-arrow{
    border:none;
    font-size:0;
}
.reviews-slider .slick-arrow:hover{
    background-color: #FEDB66;
}
.container-fluid{
    max-width: 1494px;
}
aside.sidebar{
    min-width: 275px;
    width: 275px;
    margin: 14px 0 0 0;
    padding: 0;
}
.catalog-wrap{
    width: 100%;
    padding: 4px 0 10px 10px;
}
.catalog-wrap .catalog__list{
    padding: 0;
}
.catalog-wrap .catalog-item{
    margin: 10px 0 0 0;
    max-width: 294px;
    background: #fff;
    position: relative;
}
.catalog-wrap .catalog-item .c-check{
    position: absolute;
    width: 15px;
    height: 15px;
    right: 6px;
    font-size: 0;
    left:auto;
    padding:0;
    top:6px;
    border-radius: 50%;
    z-index: 1
}
.catalog-item .c-check{
    position: absolute;
    width: 15px;
    height: 15px;
    right: 6px;
    font-size: 0;
    left:auto;
    padding:0;
    top:6px;
    border-radius: 50%;
    z-index: 1
}
.ii{
    background: #FE66F8;
}
.moder{
    background: #18A24B;
}
.free{
    background: #369DD9;
}
.kom{
    background: #FEDB66;
}
.tooltip{
    border:none;
    max-width: 155px!important;
}
.catalog-wrap .catalog-item .totop{
    position: absolute;
    z-index: 1;
    top:7px;
    left:7px;
    width:24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.84) url('../images/arrow-up.svg') no-repeat;
    cursor: pointer;
    border-radius: 50%;
}
.catalog-wrap .catalog-item .rocket-popup{
    width: 251px;
    padding: 104px 16px 19px 16px;
    background: #fff url('../images/rocket.svg') no-repeat top 24px center;
    box-shadow: 0px 0px 5px rgba(51, 49, 49, 0.25);
    display: none;
    position: absolute;
    left:-107px;
    top:57px;
    z-index: 12;
}
.rocket-popup::before{
    content: '';
    border: 10px solid transparent; 
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 50%; 
    top: -30px;
    margin-left: -10px;
}
.rocket-popup p{
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:0;
    text-align: center;
    padding: 0 25px;
}
.rocket-popup ul{
    margin:0;
    padding: 7px 0 0 0;
}
.rocket-popup ul li{
    list-style: none;
    padding: 0 0 0 23px;
    margin: 10px 0 0 0;
    background: url('../images/ch.svg') no-repeat 0 3px;
}
.rocket-popup a.order{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:18px 0 0 0;
}
.checkbox-ios {
    display: inline-block;    
    height: 13px;    
    line-height: 13px;       
    position: relative;
    vertical-align: middle;
    font-size: 14px;
    user-select: none;  
}
.checkbox-ios .checkbox-ios-switch {
    position: relative; 
    display: inline-block;
    box-sizing: border-box;         
    width: 39px;    
    height: 18px;
    border-radius: 25%/50%; 
    vertical-align: top;
    background: #D8D1D1;
    transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;  
    display: inline-block;
    width: 20px;    
    height: 20px;
    border-radius: 50%;
    background: url('../images/switch.svg') no-repeat;
    transition: .15s;
    background-size: 20px 20px;
}
.checkbox-ios input[type=checkbox] {
    display: block; 
    width: 0;
    height: 0;  
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
    background: rgba(242, 213, 47, 0.6);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
    transform:translateX(22px);
    background: url('../images/switch-act.svg') no-repeat;
    background-size: 20px 20px;
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
    cursor: pointer;
    border-color: rgba(0, 0, 0, .3);
}
 
/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
    filter: grayscale(70%);
    border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
    background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
    box-shadow: inset 0px 0px 4px #ff5623;
}

aside .dop input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
aside .dop input[type="checkbox"] + label { 
    padding:0px 0 0px 23px; 
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
    cursor:pointer; 
    margin:10px 0 0 0;
    position: relative;
}
aside .dop input[type="checkbox"] + label::before{
    content:'';
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    left:0;
    top:0;
    background-color: #fff;
}
aside .dop input[type="checkbox"]:checked + label::before{
    background: #FEDB66;
}
aside .filter{
    padding: 13px 10px 20px 10px;
    background-color: #fff;
    margin: 10px 0 0 0;
}
.filter__block{
    margin:30px 0 0 0;
}
.filter__block .clear{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color:#ff0000;
    text-decoration: underline;
}
.filter__block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    height:24px;
}
.filter__block  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding: 3px 4px 2px 0px;
    display: inline-block;
}
aside .filter .caption{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #999;
    margin:0;
}
aside .filter .group-checkbox{
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    margin-top: 10px;
}
aside .filter .group-checkbox input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
aside .filter .group-checkbox input[type="checkbox"] + label { 
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #434b65;
    height: 46px;
    width: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border-left: 1px solid #E3E3E3;
    flex:2;
}
aside .filter .group-checkbox input[type="checkbox"]:checked + label { 
    background: #FEDB66; 
    color: #434B65;
}
aside .filter .group-checkbox input[type="checkbox"] + label:nth-child(2){
    border-radius: 4px 0 0 4px;
    border: none;
}
aside .filter .group-checkbox input[type="checkbox"] + label:last-child{
    border-radius: 0 4px 4px 0;
}
aside .filter input[type="text"]{
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 0 0;
    height: 44px;
    width: 100%;
    outline: none;
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #000;
    margin: 15px 0 0 0;
}
aside .filter input[type="text"]::-webkit-input-placeholder { 
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #727070;
}
aside .filter input[type="text"]:-moz-placeholder { 
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #727070; 
}
.ch-metro{
    display: block;
    padding: 14px 0 14px 53px;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-top: none;
    border-radius: 0 0 4px 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
    background: url('../images/icon-metro.svg') no-repeat top 4px left 10px;
}
.filter__block select{
    position: absolute;
    left:-9999px;
}
.jq-selectbox{
    position: relative;
}
.jq-selectbox__select{ 
    outline:none; 
    margin:10px 0 0 0; 
    background:#fff;
    height:46px; 
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
    cursor:pointer; 
    width:100%; 
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
}
.jq-selectbox__select-text{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding: 14px 0 0 16px;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
}
.jq-selectbox__trigger-arrow{
    position:absolute;
    top:21px;
    right:16px;
    width:12px;
    height:8px;
    overflow:hidden;
    background:url('../images/strSelect.svg') no-repeat;
}
.jq-selectbox li{
    padding:11px 5px 11px 15px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -o-user-select:none;
    background:#fff; 
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    cursor:pointer;
    list-style: none;
}
.jq-selectbox li:first-child{
    border-radius: 4px 4px 0 0;
}
.jq-selectbox li:last-child{
    border-radius: 0 0 4px 4px;
}
.jq-selectbox li.selected{
    background-color:#F6F6F6;
    color:#434B65;
}
.jq-selectbox li:hover{
    background-color:#F6F6F6;
    color:#434B65;
}
.jq-selectbox__dropdown{
    top:50px;
    width:235px;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    margin:0;
    padding:0;
    background:#fff; 
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    position: absolute;
    box-shadow: 0px 0px 5px rgba(51, 49, 49, 0.25);
}
.jq-selectbox__dropdown ul{
    padding:0;
    margin:0;
}
.jq-selectbox__dropdown::before{
    content: '';
    border: 10px solid transparent; 
    border-bottom: 20px solid #fff;
    position: absolute;
    left: 50%; 
    top: -30px;
    margin-left: -10px;
}
.m-15{
    margin-bottom: 15px;
}
.price__block div{
    width: 110px;
    margin: 16px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price__block span{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
    padding: 0 9px 0 0;
}
aside .filter .price__block input{
    width: 86px;
    height: 30px;
    padding: 0 0 0 10px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    margin:0;
    color:#434B65;
}

aside .filter .ui-slider-handle {
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:2px solid #FEDB66;
    color:#FEDB66;
}
aside .filter .ui-slider-handle.ui-state-focus{
    border:2px solid #FEDB66!important;
    color:#FEDB66;
    outline: none;
}
aside .filter .ui-state-focus:focus{
    border:2px solid #FEDB66!important;
    color:#FEDB66;
    outline: none;
}
#slider-range{
    margin: 20px 0 0 0;
    width: calc(100% - 1.2em);
    margin-left:0.6em;
}
#slider-range2{
    margin: 20px 0 0 0;
    width: calc(100% - 1.2em);
    margin-left:0.6em;
}
aside .filter .ui-slider-horizontal .ui-slider-range {
    top: 0px;
    height: 100%;
    background:#FEDB66;
    border:none;
    height: 2px;
}
aside .filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
aside .filter .ui-widget.ui-widget-content{
    border:none;
    background: #E3E3E3;
    height: 2px;
}
aside .filter .ui-slider-horizontal .ui-slider-handle {
    top: -0.4em;
}
#custom-handle{
    float:right;
    margin: 12px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #434b65;
    border:none;
    width: auto;
}
#custom-handle2{
    float:right;
    margin: 12px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #999;
    border:none;
    width: auto;
}
#slider{
    margin: 24px 0 0 0.6em;
    width: calc(100% - 1.2em);
    background:#FEDB66;
}
#slider2{
    margin: 24px 0 0 0.6em;
    width: calc(100% - 1.2em);
    background:#FEDB66;
}
.check-block{
    padding: 15px 0 0 0
}
.check-block span{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
}
.check-block span.info{
    padding: 0 26px 0 0;
    background: url('../images/inform.svg') no-repeat right center;
}
.slider-text{
    padding: 15px 0 0 0;
}
.slider-text span{
    font-weight: 400;
    font-size: 15px;
    line-height: 14px;
    color: #434b65;
}
aside .tooltip{
    border:none;
    max-width: 250px!important;
}
.tab-wrap{
    display: none;
}
.tab-wrap.active{
    display: block;
}
.filter .tabs{
    display: flex;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.filter .tabs li{
    list-style: none;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    justify-content: center;
    align-items: center;
    height: 46px;
    cursor: pointer;
}
.filter .tabs li.active{
    background: #FEDB66;
}
.sort{
    padding: 15px 0 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sort span{
    padding: 0 4px 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
}
.sort a{
    margin-left: 16px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
}
.sort a.active{
    font-size: 15px;
    line-height: 16px;
    color: #fff;
    background: #A3A3A3;
    border-radius: 4px;
}
.tip{
    display: flex;
}
.tip-list{
    background: #fff;
    border-radius: 4px 0px 0px 4px;
    width: 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    display: flex;
    align-items: center;
    padding: 0 0 0 40px;
    height: 46px;
    position: relative;
}
.tip-list.active{
    background: #FEDB66;
}
.tip-list span{
    width:22px;
    display:block;
    height:3px;
    background:#434B65;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 11px;
    position: absolute;
    height: 2px;
    background-color: #434B65;
}
.tip-list span:first-child {
    top: 14px;
}
.tip-list span:last-child {
    top: auto;
    bottom: 14px;
}
.tip-list.active span {
    background-color: #434B65;
}
.tip-map{
    width: 50%;
    border-radius: 0px 4px 4px 0px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    padding: 0 0 0 43px;
    display: flex;
    height: 46px;
    align-items: center;
    text-decoration: none;
    background: #fff url('../images/iconMap.svg') no-repeat 16px 11px;
}
.tip-map.active{
    background: #FEDB66 url('../images/iconMap-act.svg') no-repeat 16px 11px;
}
.tip-map:hover{
    text-decoration: none;
}
.tip-list:hover{
    text-decoration: none;
}
.add-service{
    padding: 20px 10px 0 10px;
    margin: 50px -10px 0 -10px;
    border-top: 1px solid #DDD;
}
.add-service .head{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #434B65;
    position: relative;
    cursor: pointer;
}
.add-service .head::before{
    content: '';
    width: 12px;
    height: 8px;
    position: absolute;
    right:10px;
    top:3px;
    transition: .5s;
    background: url('../images/add-head.svg') no-repeat;
    transform: rotate(180deg);
}
.add-service .head.active::before{
    transform: none;
}
aside .filter .toggle-block input[type="text"]{
    height: 46px;
    width: 38px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.toggle-block span{
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    font-weight: 400;
    padding: 0 6px;
    color: #434B65;
}
aside .filter .square .caption,
aside .filter .etaj .caption{
    margin: 15px 0 16px 0;
}
.toggle-block{
    display: none;
}
.toggle-block.active{
    display: block;
}
.catalog-slider .slick-dots li:first-child:last-child {
    display: none;
} 
.catalog-item .see{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    position: absolute;
    left:0px;
    top:0;
    z-index: 4;
    padding: 105px 0 0 0;
    top:0px;
    width: 100%;
    height: 219px;
    background: rgba(0,0,0,0.52); /*url('../images/see.svg') no-repeat center 60px;*/
}
.catalog-item .nophoto{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: center;
    left:0px;
    top:0;
    display: block;
    z-index: 4;
    padding: 92px 0 0 0;
    top:0px;
    width: 272px;
    height: 206px;
    background: url('../images/nphoto.png') no-repeat center;
    background-size: cover;
    text-decoration: none;
}
.catalog-item a:hover .nophoto{
    text-decoration: none;
}
.catalog-item a:hover{
    text-decoration: none;
}
.catalog-item.see{
    opacity: .5;
}
.catalog-item.see:hover{
    opacity: 1;
}
.catalog-item.see span.see_label{
    padding: 5px;
    background: gray;
    color:#fff;
    font-size: 15px;
    position: absolute;
    left:0;
    top:170px;
    z-index: 1;
}
.inform-block{
    padding: 0 19px 14px 19px;
}
.inform-block p{
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #434B65;
    margin:14px 0 0 0
}
.inform-block p.name{
    height: 38px;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
    align-items: flex-end;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434B65;
}
.inform-block figure{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inform-block img{

}
.inform-block .btn{
    width: 225px;
    height: 50px;
    display: flex;
    background: #FEDB66;
    border-radius: 4px;
    margin:0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left:0;
    right:0;
}
.count{
    position: absolute;
    background: rgba(10, 9, 9, 0.35);
    right: 18px;
    top:186px;
    text-align: center;
    font-weight: 400;
    padding: 2px 0 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    width: 37px;
    z-index: 3;
    height: 18px;
    position: absolute;
}
.s-catalog .count{
    top:168px;
}
.favorite_wrap .count {
    left: 225px;
    top: 195px;
    right:auto;
}
.collection_wrap .count{
    left: 225px;
    top: 195px;
    right:auto;
}
.pay__wrap{
    padding: 20px 0 31px 0;
}
.pay__wrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.pay__wrap form{
    padding: 31px 0 0 0;
}
.pay__wrap form p{
    margin: 0 65px 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
}
.pay__wrap input[type="radio"]{
    position: absolute;
    left:-9999px;
}
.pay__wrap input[type="radio"] + label{
    width: 266px;
    height: 66px;
    background-color: #fff;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: 0 0 0 95px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    cursor: pointer;
    border:1px solid #fff;
}
.pay__wrap label.sber{
    background: #fff url('../images/sber.png') no-repeat 32px 11px;
}
.pay__wrap label.card{
    background: #fff url('../images/card.svg') no-repeat 23px 11px;
}
.pay__wrap label.money{
    background: #fff url('../images/money.svg') no-repeat 32px 9px;
}
.pay__wrap input[type="radio"]:checked + label{
    border:1px solid #FEDB66;
}
.pay__wrap a.back{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 255px;
    height: 50px;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:90px 0 0 0;
}
.pay__wrap button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 255px;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border:none;
    background: #FEDB66;
    border-radius: 4px;
    margin:90px 0 0 30px;
}
.pay__item{
    position: relative;
    margin: 60px 0 0 0;
    width: 100%;
    max-width: 632px;
    display: flex;
    justify-content: space-between;
}
.pay__item::after{
    content: '';
    width: 90%;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    left: 5%;
    border:1px dotted #434B65;
}
.pay__item .name{
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
    background-color: #f4f4f4;
}
.pay__item .name span{
    font-weight: 700;
}
.pay__item .price{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    background-color: #f4f4f4;
    padding-left: 5px;
}
.pay__item-desc{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999999;
    padding: 20px 0 0 0;
}
.wrap-res{
    min-height: 755px;
    background: #fff;
    width: 100%;
    padding: 190px 0 0 0;
    margin: 10px 0 0 0;
}
.nosearch{
    width: 405px;
    margin: 0 auto;
    padding: 165px 0 0 0;
    background: url('../images/nosearch.svg') no-repeat top center;
}
.wrapper .nosearch p{
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin:11px 0 0 0;
    color: #434B65;
}
.wrapper .nosearch p a{
    color:#fedb66;
    text-decoration: underline;
    font-weight: 600;
}
.wrapper .nosearch p.caption{
    text-transform: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #434B65;
}
.nosearch .btn{
    margin: 28px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 225px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.page-pay{
    background: #fff;
}
.pay-wrapper{
    width: 100%;
    max-width: 1210px;
    margin:0 auto;
    padding: 51px 0 0 0;
}
.pay_wrap{
    width: 100%;
    max-width: 1019px;
    margin:140px auto 0;
}
.pay_wrap p.title{
    text-align: center;
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.inform_tarif{
    padding: 54px 0 0 0;
    justify-content: flex-start;
    align-items: flex-start;
}
.card_info,
.tarif_info{
    margin: 40px 0 0 0;
}
.card_info{
    width: 474px;
    min-width: 474px;
}
.tarif_info{
    width: 300px;
    margin-left:66px;
}
.snos{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    padding: 3px 0 2px 35px;
    background: url('../images/lock.svg') no-repeat;
}
.card_info p,
.tarif_info p{
    margin:0;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
}
.tarif_info ul{
    margin:0;
    padding: 0;
}
.tarif_info ul li{
    list-style: none;
    margin:30px 0 0 0;
    padding: 0 0 0 24px;
    background: url('../images/bi_check-lg.svg') no-repeat 0 1px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
}
.card__list{
    padding: 60px 0;
}
.card_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;
}
.card_item input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}
.card_item input[type="radio"] + label { 
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #727070;
    padding:4px 0 0 50px;
    position: relative;
    margin:0;
    display: block;
    cursor: pointer;
    outline: none;
    height: auto;
    width: auto;
}
.card_item input[type="radio"] + label::before{
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border:1px solid #E3E3E3;
    position: absolute;
    left:0;
    top:1px;
}
.card_item input[type="radio"]:checked + label::after { 
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left:6px;
    top:7px;
    background: #E3E3E3; 
}
.card_item .delete{
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #999;
    border:none;
    background: none;
    outline: none;
    cursor: pointer;
    margin:0;
    width: auto;
    height: auto;
    border-radius: 0;
    position: relative;
}
.card_item .delete::before{
    display: none;
}
.card_info form p{
    margin:0;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
}
.card_info form p a{
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
}
.card_info form .pay{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:45px 0 40px 0;
    width: 100%;
    height: 64px;
    background: #8EBFF9;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    border:none;
}
/* quiz */
.head__quiz{
    display: flex;
    padding: 27px 24px 0 45px;
    justify-content: space-between;
    align-items: flex-start;
}
.head__quiz .back{
    background: #E7E7E7 url('../images/back.svg') no-repeat 11px 7px;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 18px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #999;
    width: 90px;
    height: 31px;
}
.head__quiz .steps{
    border-radius: 2px;
    width: 111px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #999;
    position: relative;
}
.head__quiz .steps::after{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: #E7E7E7;
    z-index: -2;
} 
.head__quiz .steps::before{
    content: '';
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: #C8E9B9;
    border-radius: 2px 0px 0px 2px;
    transition: .5s;
    z-index: -1;
}
.head__quiz .step-1::before{
    width: calc((100% / 11)*1);
}
.head__quiz .step-2::before{
    width: calc((100% / 11)*2);
}
.head__quiz .step-3::before{
    width: calc((100% / 11)*3);
}
.head__quiz .step-4::before{
    width: calc((100% / 11)*4);
}
.head__quiz .step-5::before{
    width: calc((100% / 11)*5);
}
.head__quiz .step-6::before{
    width: calc((100% / 11)*6);
}
.head__quiz .step-7::before{
    width: calc((100% / 11)*7);
}
.head__quiz .step-8::before{
    width: calc((100% / 11)*8);
}
.head__quiz .step-9::before{
    width: calc((100% / 11)*9);
}
.head__quiz .step-10::before{
    width: calc((100% / 11)*10);
}
.head__quiz .step-11::before{
    width: 100%
}
.page-quiz .close{
    width:42px;
    height:40px;
    top:31px;
    right: 54px;
    position: absolute;
    background: url('../images/close-quiz.svg') no-repeat;
    opacity: 1;
    z-index: 2;
}
.quiz__wrap{
    padding: 11px 0;
    width: 602px;
    margin:0 auto;
}
.quiz__wrap img{
    margin:0 auto;
    display: block;
    max-height: 100%;
}
.quiz__wrap p.theme{
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.quiz__wrap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin:30px 0 0 0;
}
.quiz__wrap p.title{
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    color: #434B65;
    margin:66px 0 0 0;
}
.quiz__wrap .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 202px;
    height: 50px;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 0;
    border:none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    text-decoration: none;
    margin:39px 0 0 0;
    box-shadow: none;
}
.quiz__wrap .btn.active{
    background: #FEDB66;
    color: #434B65;
}
.step-quiz{
    display: none;
}
.step-quiz.active{
    display: block;
}
.group_radio{
    padding: 28px 0 0 0;
    max-width: 280px;
}
.quiz__wrap input[type="radio"] { 
    position: absolute; 
    left: -9999px; 
}
.quiz__wrap input[type="radio"] + label { 
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #434B65;
    position: relative;
    margin: 13px 18px 0 0;
    cursor: pointer;
    display: inline-block;
    min-width: 43px;
    height: 38px;
    background: #F5F5F5;
    border-radius: 25px;
    padding: 9px 13px 8px 13px;
}
.quiz__wrap input[type="radio"]:checked + label { 
    background: #FEDB66;
}
.quiz__wrap input[type="checkbox"] { 
    position: absolute; 
    left: -9999px; 
}
.quiz__wrap input[type="checkbox"] + label { 
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #434B65;
    position: relative;
    margin: 13px 18px 0 0;
    cursor: pointer;
    display: inline-block;
    min-width: 43px;
    height: 38px;
    background: #F5F5F5;
    border-radius: 25px;
    padding: 9px 13px 8px 13px;
}
.quiz__wrap input[type="checkbox"]:checked + label { 
    background: #FEDB66;
}
.quiz__wrap input[type="checkbox"]:disabled + label {
    color: #E3E3E3;
}
.quiz__wrap input[type="checkbox"] + label.cat{
    border-radius: 70px;
    margin: 18px 13px 0 0;
    background: #F5F5F5 url('../images/whh_cat.svg') no-repeat center center;
    padding:0;
    width: 56px;
    height: 56px;
    display: inline-block;
}
.quiz__wrap input[type="checkbox"]:checked + label.cat{
    background: #FEDB66 url('../images/whh_cat.svg') no-repeat center center;
}
.quiz__wrap input[type="checkbox"] + label.dog{
    border-radius: 70px;
    margin: 18px 13px 0 0;
    padding:0;
    width: 56px;
    height: 56px;
    display: inline-block;
    background: #F5F5F5 url('../images/whh_dog.svg') no-repeat center center;
}
.quiz__wrap input[type="checkbox"]:checked + label.dog{
    background: #FEDB66 url('../images/whh_dog.svg') no-repeat center center;
}
.quiz__wrap .ui-slider-handle {
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    border:4.5px solid #FEDB66;
}
.quiz__wrap .ui-slider-horizontal .ui-slider-range {
    top: 0px;
    height: 100%;
    background:#FEDB66;
    border:none;
    height: 4px;
}
.quiz__wrap .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.quiz__wrap .ui-widget.ui-widget-content{
    border:none;
    background: #E3E3E3;
    height: 4px;
}
.quiz__wrap .ui-slider-horizontal .ui-slider-handle {
    top: -0.65em;
}
.quiz__wrap #slider{
    margin: 20px 0 0 0.6em;
    width: 385px;
    background:#F9F0D3;
}
.quiz__wrap #slider-square{
    margin: 20px 0 0 0.6em;
    width: 385px;
    background:#F9F0D3;
}
.quiz__wrap #slider-com{
    margin: 20px 0 0 0.6em;
    width: 385px;
    background:#F9F0D3;
}
.quiz__wrap .ui-slider{
    margin: 20px 0 0 0.6em;
    width: 385px;
    background:#F9F0D3;
}
.quiz__wrap input[type="text"].inp-slider{
    width: 170px;
    height: 48px;
    padding: 0 0 0 19px;
    border: 1px solid #E3E3E3;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
    border-radius: 2px;
    margin: 31px 0 0 0;
}
.place_radio{
    padding: 12px 0;
}
.place-label{
    
}
.place-label span{
    padding: 16px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #727070;
    display: block;
}
.place-label span.label-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #434B65;
    padding: 0;
}
.quiz__wrap .place_radio input[type="radio"] + label { 
    text-align: left;
    position: relative;
    margin: 19px 0 0 0;
    cursor: pointer;
    display: inline-block;
    height: auto;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 23px 73px 23px 24px;
    width: 100%;
    max-width: 422px;
}
.quiz__wrap .place_radio input[type="radio"]:checked + label { 
    background: #FEDB66;
}
.hid-block{
    display: none;
    max-width: 430px;
    padding: 0;
}
.quiz__wrap .hid-block input[type="radio"] + label:last-child{
    margin:13px 0px 0px 0px;
}
/* select 2 */
.select2-container--default{
    width:100%!important;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    min-height:51px;
    margin: 15px 0 0 0!important;
    max-width: 430px;
}
.select2-dropdown--below{
    margin:-15px 0 0 0!important;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 26px;
    margin: 15px 0px 0px 10px;
}
.jq-select-multiple > ul{
    overflow: hidden!important;
    height: 0px!important;
}
.select2-search__field::-webkit-input-placeholder {  
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
}
.select2-search__field:-moz-placeholder { 
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
}
.select2-container .select2-selection--multiple{
    padding: 0 0 8px 0;
    border:none;
    border: 1px solid #E3E3E3;
    min-height: 51px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.select2-container--default .select2-selection--multiple{
    min-height: 51px;
    border: 1px solid #E3E3E3;
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
    margin:0;
}
.select2-search{
    height: 100%;
    display: inline-block;
    min-width: 200px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 12px;
    margin-top: 9px;
    padding: 0;
    padding-left: 35px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #E3E3E3;
    background: url('../images/del-select.svg') no-repeat center center;
    width: 24px;
    padding: 6px 0;
    height: 34px;
}
.select2-selection__choice__remove span{
    font-size: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    padding: 7px 11px 6px 0;
    display: inline-block;
}
.map-ch{
    position: relative;
    margin-bottom: 39px;
}
.count-metro{
    position: absolute;
    width: 26px;
    height: 26px;
    background: #FEDB66;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    display: flex;
    justify-content: center;
    align-items: center;
    right:12px;
    top:10px;
    border-radius: 50%;
}
.quiz__wrap p.caption{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #999;
    margin:30px 0 0 0;
}
textarea.adres{
    border:none;
    outline: none;
    border-bottom: 1px solid #727070;
    height: 53px;
    width: 100%;
    resize: none;
    padding:0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin:17px 0 0 0;
    color: #434B65;
    max-width: 422px;
}
textarea.adres::-webkit-input-placeholder {  
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
textarea.adres:-moz-placeholder { 
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.quiz__wrap input[type="text"]{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    outline: none;
    border:none;
    border-bottom: 1px solid #727070;
    margin: 22px 0 0 0;
    width: 100%;
    max-width: 417px;
}
.quiz__wrap input[type="text"]::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.quiz__wrap input[type="text"]:-moz-placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.m-30{
    margin: 30px 0 0 0;
}
.quiz__wrap textarea.text{
    border:none;
    resize: none;
    width: 100%;
    height: 70px;
    outline: none;
    border-bottom:1px solid #727070;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    max-width: 420px;
}
.quiz__wrap textarea.text::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.quiz__wrap textarea.text:-moz-placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.select2-container--open{
    margin:0;
}
.field.verif::after{
    content: '';
    width: 27px;
    height: 27px;
    background: #18A24B url('../images/bx_bx-check.svg') no-repeat center center;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top:11px;
}
form .hid{
    display: none;
}
.popup.login button:disabled{
    background: #999;
    color:#fff;
}
form .inform{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    padding: 17px 0 0 0;
}
form .inform.active{
    display: block;
}
form .field.active{
    display: block;
}
.stantion{
    margin: 24px 0 0 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #434B65;
    height: 17px;
    overflow: hidden;
}
.stantion .colors{
    padding: 0 7px 0 10px; 
    display: inline-block;
    vertical-align: middle; 
}
.stantion .colors span{
    border: 1px solid #fff;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: -10px;
}
.orange{
    background: #FF9E2F;
}
.brown{
    background: #65400B;
}
.form__line{
    margin: 60px 0 0 0;
}
.line_l{
    width: 190px;
}
.line_r{
    flex: 2;
    width: 100%;
}
.line_r .treb{
    width: 255px;
    margin-left: 30px;
}
.container-photo{
    width: 635px;
}
.wrapper .line_l p.f-name{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    padding: 15px 0 0 0;
    margin:0;
    width: 100%;
}
.line_l p.f-name span{
    font-size: 16px;
    line-height: 19px;
    color: #FC1E2F;
}
.placeholder-box {
    display: inline-block; 
    position: relative;
    margin: 0;
    width: 100%;
}
.placeholder-box input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    outline: none;
}
.placeholder-text {    
    display: none;
    width: 100%; 
    line-height: 50px;
    position: absolute;
    left: 0;
    padding: 0 0 0 25px;
    top: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 50px;
    color: #999;
    cursor: text;
    user-select: none;
}
.placeholder-text i{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #999;
    font-style: normal;
}
.placeholder-text i.right{
    float: right;
    padding: 0 25px 0 0;
    line-height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #999;
}
.placeholder-box input:invalid + .placeholder-text {
    display: block;
}
.placeholder-box label.title{
    position: absolute;
    top:-27px;
    left:0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #999;
}
.placeholder-box label span{
    font-size: 16px;
    line-height: 19px;
    color: #FC1E2F;
}
.line_r .map{
    height: 319px;
    width: 100%;
    max-width: 540px;
}
.placeholder-box.w-210{
    max-width: 210px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.placeholder-box.w-190{
    max-width: 190px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
}
.placeholder-box.w-530{
    width: 100%;
    max-width: 530px;
}
.placeholder-box.w-255{
    width: 100%;
    max-width: 255px;
}
.placeholder-box.w-auto{
    width: auto;
}
.f-block{
    display: inline-block;
}
.placeholder-box .group-checkbox{
    background: none;
    width: auto;
    border-radius: 4px;
}
.placeholder-box .group-checkbox input[type="checkbox"] + label{
    height: 48px;
    background: #fff;
    width: auto;
    padding: 0 20px;
    border-top: 1px solid rgb(232, 229, 230);
    border-bottom: 1px solid rgb(232, 229, 230);
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.placeholder-box .group-checkbox input[type="checkbox"]:checked + label{
    background: #fedb66;
}
.m-40{
    margin: 67px 0 0 0;
}
.placeholder-box .radio-block{
    background: none;
    border:none;
}
span.sep{
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #434B65;
    padding: 0 15px 10px 3px;
    display: inline-block;
    vertical-align: bottom;
}
.line_r select{
    position: absolute;
    left:-9999px;
}
.line_r .jq-selectbox__select{
    margin:0;
    height: 50px;
}
.line_r .jq-selectbox__dropdown {
    width: 100%;
}
.placeholder-box textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 730px;
    height: 212px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;border: 1px solid #E3E3E3;
    padding: 15px 25px 0 25px;
    border-radius: 4px;
    outline: none;
    resize: none;
}
.placeholder-box textarea.h-small{
    height: 120px;
}
.placeholder-box textarea::-webkit-input-placeholder {  
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.placeholder-box textarea:-moz-placeholder { 
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.add-ob p.att{
    margin: 60px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
}
.add-ob p.att a{
    text-decoration: underline;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
}
.add-ob p.att a:hover{
    text-decoration: none;
}
.line_r ul{
    padding: 0 0 0 20px;
    margin:0;
}
.line_r ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #727070;
    list-style: disc;
    margin: 16px 0 0 0;
}
.wrapper .line_r p{
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    margin: 28px 0 0 0;
}
span.togg{
    padding: 15px 0 10px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    display: inline-block;
}
span.togg i{
    text-decoration: underline;
    font-style: normal;
    cursor: pointer;
}
.wrapper p.title-wrap{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 0;
}
.togg-wrap{
    height: auto;
    padding: 40px 0 0 0;
}
.togg-wrap.noactive{
    height: 0px;
}
.dop-param{
    font-size: 0;
    padding: 7px 0 40px 0;
    max-width: 540px;
}
.dop-param input[type="checkbox"]{
    position: absolute;
    left:-9999px;
}
.dop-param label{
    margin: 14px 14px 0 0;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 120px;
    padding: 33px 10px 0 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #434B65;
    position: relative;
    background: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
.dop-param label::before{
    content: '';
    position: absolute;
    left:8px;
    top:8px;
    width: 21px;
    height: 20px;
    background: url('../images/dop-ch.svg') no-repeat;
}
.dop-param input[type="checkbox"]:checked + label{
    background: #FEDB66;
    border: 1px solid #E3E3E3;
}
.dop-param input[type="checkbox"]:checked + label::before{
    background: url('../images/dop-ch-a.svg') no-repeat;
}
.dop-param label figure{
    height: 38px;
}
.dop-param label img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 38px;
}
.line_r.info{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
}
.line_r .info span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FC1E2F;
}
.tip-param{
    padding: 35px 0 0 0;
    font-size: 0;
}
.tip-wrap input[type="radio"]{
    position: absolute;
    left:-9999px;
}
.tip-wrap label{
    width: 270px;
    height: 112px;
    background: #fff;
    border-radius: 4px 0px 0px 4px;
    padding: 22px 0 0 43px;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    cursor: pointer;
}
.tip-wrap label:last-child{
    border-radius:  0px 4px 4px 0px;
}
.tip-wrap input[type="radio"]:checked + label{
    background: #FEDB66;
}
.tip-wrap label figure{
    display: inline-block;
    vertical-align: middle;
    margin-right: 17px;
}
.ava{
    width: 126px;
    height: 126px;
    display: block;
    margin: 40px 0 20px 0;
    border-radius: 50%;
}
.form-lk-left{
    width: 100%;
    max-width: 560px; 
}
.form-lk-left input{
    width: 445px;
    height: 50px;
    padding: 0 0 0 27px;
    background: #fff;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    outline: none;
    color: #434B65;
}
.form-lk .field{
    position: relative;
    width: 100%;
    max-width: 445px;
    margin: 21px 5px 0 0;
}
.form-lk .edit{
    width: 20px;
    height: 20px;
    margin: 21px 0 0 0;
    text-decoration: none;
    display: inline-block;
    background: url('../images/bi_pencil.svg') no-repeat;
} 
.form-lk .delete{
    width: 20px;
    height: 20px;
    margin: 21px 0 0 0;
    text-decoration: none;
    display: inline-block;
    background: url('../images/check-del.svg') no-repeat;
} 
.form-lk button.button{
    width: 160px;
    height: 40px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    right:5px;
    top:5px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    border:none;
    outline: none;
}
.form-lk button.eye{
    width: 22px;
    height: 22px;
    background: url('../images/el_eye-close.svg') no-repeat;
    position: absolute;
    right:14px;
    top:14px;
    cursor: pointer;
    border:none;
}
.form-lk button.eye.active{
    background: url('../images/el_eye-open.svg') no-repeat;
}
.form-lk-left input::-webkit-input-placeholder { 
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999;
}
.form-lk-left input:-moz-placeholder { 
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #999; 
}
.form-lk-right{
    width: 100%;
    max-width: 445px;
    padding: 1px 0 0 0;
}
.wrapper .form-lk p.caption{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    margin: 2px 0 10px 0;
    display: inline-block;
    text-transform: none;
}
.ch-password{
    padding: 90px 0 0 0;
}
.save-panel{
    padding: 70px 0 0 0;
}
.save-panel button{
    width: 255px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    border:none;
    cursor: pointer;
}
.wrapper .save-panel p{
    margin:0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #999;
}
.save-panel p a{
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FC1E2F;
}
.save-panel p a:hover{
    text-decoration: underline;
}
.soc img{
    margin: 0 44px 0 0;
}
.soc span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
}
.form-lk-right > div{
    padding: 30px 0 6px 0;
    width: 100%;
}
.link-soc{
    width: 160px;
    min-width: 160px;
}
.link-soc span{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    background: url('../images/check-suc.svg') no-repeat left center;
    padding: 3px 0 2px 36px;
    color: #18A24B;
}
.link-soc a.delete{
    width: 20px;
    height: 20px;
    background: url('../images/check-del.svg') no-repeat;
    display: block;
    text-decoration: none;
    margin:0;
}
.link-soc button{
    width: 160px;
    height: 40px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #434B65;
    border:none;
    cursor: 
}
.list__metro{
    padding: 0 60px 44px 60px;
    border-bottom: 1px solid #E3E3E3;
}
.list__metro ul{
    padding: 18px 0 0 0;
}
.list__metro ul li{
    white-space:nowrap;
    margin: 12px 0 0 0;
    padding: 9px 10px 7px 38px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    color: #434B65;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    border-radius: 2px;
    list-style: none;
}
.list__metro ul li span{
    position: absolute;
    padding: 3px 0 2px 0;
    text-align: center;
    width: 18px;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    border-radius: 50px;
    top:8px;
    left:10px;
}
.popup.metro{
    max-width: 1104px;
    left:0;
    right:0;
    margin:0 auto;
    background: #fff;
    padding: 0 0 70px 0;
    position: absolute;
    top:100px;
}
.popup.metro img{
    max-width: 100%;
    display: block;
    margin: 53px auto 0;
}
.metro__panel{
    position: absolute;
    bottom: 22px;
    right:0;
    left:0;
    width: 322px;
    background: rgba(15, 15, 15, 0.73);
    border-radius: 14px;
    padding: 15px 0 13px 0;
    margin:auto;
}
.metro__panel::after{
    content: '';
    width: 1px;
    height: 50px;
    background: #fff;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
}
.metro__panel form{
    display: flex;
    justify-content: space-around;
    padding: 0;
}
.metro__panel button{
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #fff;
    text-align: center;
    border:none;
    width: 64px;
    background: none;
    padding: 71px 0 0 0;
    cursor: pointer;
    position: relative;
}
button.save::before{
    content: '';
    position: absolute;
    width: 64px;
    top:0;
    left:0;
    right:0;
    height: 64px;
    border-radius: 50%;
    background: #18A24B url('../images/ch-button.svg') no-repeat center center;
}
button.delete::before{
    content: '';
    position: absolute;
    top:0;
    left:0;
    right:0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff url('../images/del-button.svg') no-repeat center center;
}
.main-map{
    padding: 100px 0 0 0;
    margin: -100px 0 0 0;
    height: 100%;
}
.main-map .map{
    height: 100%;
    margin:0;
    width: 100%;
}
.sidebar.map{
    position: absolute;
    top: 120px;
    height: 100%;
    max-height: calc(100% - 160px);
    left: 80px;
    z-index: 2;
    bottom: auto!important;
    overflow: auto;
    margin:0;
}
.popup-tarif{
    width:100%;
    position: absolute;
    top:0;
    left:0;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    height: 0px;
}
.popup-tarif.active{
    opacity: 1;
    visibility: visible;
    height: auto;
}
.popup-tarif .flex{
    padding: 0 0 5px 0;
    justify-content: flex-end;
}
.popup-tarif .close{
    width: 36px;
    height: 33px;
    opacity: 0.3;
    background: url('../images/popup-close.svg') no-repeat;
    background-size: 36px 33px;
    position: absolute;
    right:35px;
    top: 35px;
}
.popup-tarif .close:hover{
    opacity: 1;
}
.popup-tarif p.caption{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin:0;
    text-align: center;
}
.bg-gray{
    background: #F4F4F4;
    padding: 30px 0 0 0;
    position: relative;
    display: none;
}
.popup-tarif.active .bg-gray{
    display: block;
}
.popup-tarif .tarif_list{
    padding: 25px 0 109px 0;
    align-items: inherit;
}
.popup-tarif .tarif_list .tarif{
    margin: 40px 0 0 0;
}
.popup-tarif .tarif_head{
    padding: 43px 25px 42px 25px;
    border: none;
}
.popup-tarif .tarif.active .tarif_head{
    padding: 36px 18px 35px 18px;
}
.popup-tarif .tarif_head p.price{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #434B65;
    margin:0;
}
.popup-tarif .tarif_head p.name{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #434B65;
    margin:30px 0 0 0;
    text-align: left;
    text-transform: none;
}
.popup-tarif .tarif_head p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 20px 0 0 0;
}
.popup-tarif .tarif.active .plash{
    width: 168px;
    height: 168px;
    right: -17px;
    top: -16px;
    background: url(../images/ch-73.png) no-repeat;
    position: absolute;
    z-index: 1;
}
.popup-tarif .tarif_body {
    padding: 0 15px 43px 25px;
}
.popup-tarif .tarif_body ul li{
    background: none;
    padding: 0;
    margin: 16px 0 0 0;
}
.popup-tarif .tarif_body ul li img{
    width: 30px;
    margin: 0 18px 0 0;
}
.popup-tarif .btn_go{
    width: 300px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 27px 0 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
.popup-tarif .btn_go:hover{
    text-decoration: none;
}
.day_pers{
    height: 453px;
    margin: 158px 0 0 0;
    padding: 78px 93px 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    background: url('../images/day.png') no-repeat;
}
.day_pers p strong{
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin:0;
    color: #434B65;
}
.day_pers p{
    margin: 17px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #434B65;
    max-width: 273px;
}
.b-preim{
    padding: 47px 0 0 0;
}
.b-preim p.caption{
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    color: #434B65;
    margin:0;
    text-align: center;
}
.b-preim .preim-block{
    max-width: 340px;
}
.b-reviews .google{
    position: absolute;
    right:140px;
    top:-16px;
}
.b-faq{
    padding:55px 0;
    width: 100%;
    background: #fff;
}
.b-faq p.caption{
    font-weight: 700;
    font-size: 30px;
    line-height: 130%;
    color: #434B65;
    margin:0;
    text-align: center;
}
.faq__list{
    padding: 50px 0 0 0;
}
.faq__item{
    margin:25px 0 0 0;
    padding: 0 0 25px 0;
    border-bottom:1px solid #E3E3E3;
    position: relative;
}
.faq__item::after{
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right:0;
    top:0;
    background: url('../images/plus.svg') no-repeat center center;
}
.faq__item.active:after{
    background: url('../images/minus.svg') no-repeat center center;
}
.faq__item p.ques{
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #434B65;
    margin:0;
}
.faq__item div.answ{
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #434B65;
    padding: 11px 0 0 0;
}

.revs-slider .slick-list{
    margin:0 -15px;
}
.revs-slider .reviews-item{
    margin: 43px 15px 0 15px;
}
.revs-slider .slick-prev{
    right: 63px;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #EAEAEA url('../images/arrsl.svg') no-repeat center center;
    border-radius: 4px;
    top:-40px;
}
.revs-slider .slick-next{
    right: 0;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #EAEAEA;
    border-radius: 4px;
    top:-40px;
    background: #EAEAEA url('../images/arrsl.svg') no-repeat center center;
    transform: rotate(180deg);
}
.revs-slider .slick-arrow{
    border:none;
    font-size:0;
}
.revs-slider .slick-arrow:hover{
    background-color: #FEDB66;
}
.link-popular{
    padding: 55px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.link-popular a{
    margin:10px 15px;
    text-decoration: none;
    font-size: 18px;
    color:#000;
}
.link-popular a span{
    color:#999;
    padding: 0 0 0 7px;
}
.banner-product{
    padding: 75px 0 86px 0;
    width: 100%;
    background: url('../images/banner-product.jpg') no-repeat top center;
}
.banner-product .caption{
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    text-align: center;
}
.preim-product{
    display: flex;
    padding: 52px 0 0 0;
    justify-content: space-between;
}
.preim__item{
    margin: 40px 0 0 0;
    width: 25%;
    max-width: 222px;
}
.preim__item figure{
    height: 78px;
}
.preim__item figure img{
    margin: 0 auto;
    display: block;
}
.preim__item p.name{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: #fff;
    margin: 20px 0 0 0;
}
.preim__item p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin: 21px 0 0 0;
}
.banner-product .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    width: 255px;
    height: 50px;
    background: #FEDB66;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #434B65;
    margin: 79px auto 0;
}
.sticky{
    position: sticky;
    top: 0;
}
.help-ob{
    margin: 54px 0 0 0;
    padding: 48px 0 69px 63px;
    width:100%;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    background: #fff;
}
.help-ob p{
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #434B65;
    margin: 0;
}
.help-ob ul{
    padding: 25px 0 0 0;
    display: flex;
    margin:0;
    justify-content: space-between;
}
.help-ob ul li{
    list-style: none;
    margin:30px 0 0 0;
    padding: 0 48px 0 33px;
    background: url('../images/check-blue.svg') no-repeat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #727070;
}
.help-ob ul li span{
    font-style: 400;
    font-weight: 500;
    display: inline-block;
    font-size: 18px;
    line-height: 140%;
    color: #434B65;
    padding-bottom: 15px;
}
#newsletter-complete{
    background: #fff;
}
#newsletter-complete p{
    text-align: center;
    line-height: 170%;
}
.hidden{
    display: none;
}
.hid{
    display: none;
}
.slick-prev{
    left: 10px;
    background: url('../images/strL.png') no-repeat;
}
.slick-arrow{
    width: 31px;
    height: 77px;
    position: absolute;
    top:50%;
    margin-top: -38px;
    border:none;
    outline: none;
    font-size: 0;
    z-index: 2;
}
.slick-next{
    right:10px;
    background: url('../images/strR.png') no-repeat;
}
.product__slider-thmb .slick-track {
  transform: none!important;
}
.product__slider-thmb .slick-slide{
    border: 2px solid #fff;
    border-radius: 5px;
}
.product__slider-thmb .slick-current{
    border:2px solid #000;
    border-radius: 5px;
}