.form_calc .icon_room {
    background: url(../images/flat.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.form_calc .icon_peoples {
    background: url(../images/couple.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.form_calc .jq-select-multiple li{
    cursor: pointer;
}

input[type='email'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], textarea {
    padding: 5px 30px 6px 15px;
    box-sizing: border-box;
}

.form_calc .col4 input[type="text"] {
    width: 80px;
}

.form_calc .col2 input[type="text"]{
    width: 80px;
}

.col2_inner .col input[type="text"]{
    padding: 8px 30px 9px 15px;
}

.logo img {
    width: 187px;
}

.box_main .swiper-button-next {
    background-image: url(../images/blue_arrow.svg);
}


.box_main .swiper-button-prev {
    background-image: url(../images/blue_arrow.svg);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.grey_bg .title {
    margin-left: 210px;
    margin-right: 210px;
}

@media screen and (max-width: 1024px) {
    .grey_bg .title {
        margin-left: 105px;
        margin-right: 105px;
    }
}

@media screen and (max-width: 900px) {
    .grey_bg .title {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 800px) {
    .grey_bg .title {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.box_main .col2 .section{
    padding-right: 35px;
    box-sizing: border-box;
}

span.rub{
    padding-left: 3px;
}

.page_step5 .set:before {
    content: url(../images/test.svg);
    width: 30px;
}

.contact_form textarea {
    resize: none;
}

.expandable-block{
    display: none;
    margin-bottom: 15px;
}

.expandable-block .info{
    width: auto;
}

.more_info.exp, .more_info_mob.exp {
    display: none;
}

.expanded .more_info, .expanded  .more_info_mob {
    display: none;
}

.expanded .more_info.exp {
    display: block;
}


@media screen and (max-width: 480px) {
    .expanded .more_info_mob.exp {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .expanded .more_info.exp {
        display: none;
    }
}

.order_box .more_info:after, .order_box .more_info_mob:after {
    margin-left: 5px;
    background-image: url(../images/blue_arrow.svg);
    background-size: initial;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 9px;
    height: 9px;
    content:"";
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



.order_box .more_info.exp:after, .order_box .more_info_mob.exp:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}


.other_link a.print:before {
    content: url(../images/print.svg);
    margin-right: 13px;
    width: 26px;
}

.other_link a.save:before {
    content: url(../images/dwd.svg);
    margin-right: 13px;
    width: 26px;
}

@media screen and (max-width: 800px) {
    header.header .parent_cont a.tel {
        background: url(../images/phone.svg);
    }
}

@media screen and (min-width: 801px){
    .tnx_slider{
        height: 350px;
        background-size: cover;
    }

    .fp_slider{
        height: 468px;
        background-size: cover;
        background-position: center top;
    }

    .line_form.step3 .parent_line_form .section:nth-child(2) {
        width: 230px;
    }
}

@media screen and (min-width: 1025px){


    .tnx_slider.top_slider .parent {
        left: calc(50% - 195px);
        width: 390px;
    }
}


.tnx_slider img{
    display: none;
}

.fp_slider {
    border-top: 1px solid #e5e5e5;
}

.fp_slider img{
    display: none;
}

@media screen and (max-width: 800px){
    .tnx_slider img{
        display: block;
    }

    .fp_slider img{
        display: block;
    }

    .form_calc .col4 .section.select_box {
        width: 185px;
        margin-left: auto;
        margin-right: auto;
    }
}

.pr-block{
    padding: 40px 125px;
}

.pr-list{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pr-list li{
    position: relative;
    box-sizing: border-box;
    width: 33.3%;
    padding: 0 80px 0 0;
}

.pr-list__num {
    font-size: 24px;
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
}

.pr-list__title {
    font-weight: normal;
    font-family: 'BasisGrotesquePro-Bold', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.pr-block__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 40px;
    text-align: center;
}

.pr-block-q{
    margin-top: 60px;
}


@media screen and (max-width: 1024px) {
    .pr-block{
        padding: 40px 100px;
    }
}

@media screen and (max-width: 900px) {
    .pr-block{
        padding: 40px 50px;
    }
}

@media screen and (max-width: 800px) {
    .pr-list li{
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 0 0 20px 0;
    }

    .pr-block__title{
        text-align: left;
        font-family: 'BasisGrotesquePro-Bold', Arial, Helvetica, sans-serif;
        font-size: 23px;
        margin-bottom: 20px;
    }

    .pr-list__num {
        position: initial;
        display: inline;
        font-size: 19px;
    }

    .pr-list__title{
        display: inline;

    }

    .pr-list__text{
        padding-top: 5px;
    }

    .pr-block {
        padding: 40px 30px;
    }
}

.top_slider.tnx_slider .parent .text {
    padding-bottom: 0;
}


.print-page {
    padding: 0 50px;
}

.print-page header.header .parent_cont {
    padding: 0;
}

.print-page .order_box .info {
    width: calc(100% - 0px);
}

.print-page .table{
    width: 100%;
}

.print-page .table td {
    vertical-align: top;
}

.print-page .table tr td:nth-child(1) {
    width: 120px;

}

.print-page table.bott-table tr td:nth-child(1) {
    width: calc(100% - 120px);

}




.print-page .table tr td:nth-child(2) {
    width: calc(100% - 270px);
    padding-right: 30px;

}

.print-page .table tr td:last-child{
    width: 100px;
    text-align: right;
}

.print-page .table tr td:last-child .price{
    width: 100%;
    text-align: right;
    display: block;
}

.print-page table tr td:nth-child(3) {
    width: 170px;
}

.print-page table.bott-table tr td:last-child {
    width: 120px;
    text-align: right;
    padding-right: 0;
}

.print-page .order_box table.bott-table .info.summ .name{
    max-width: 100%;
}

.print-page .order_box .info .name{

}


.print-page  .img_order img {
    width: 100px;
    padding-right: 20px;
}

.print-page  .img_order.mtj img {
    width: auto;
    text-align: center;
    padding-right: 20px;
}

.print-page .order_box .info.summ .name {
    max-width: 80%;
    font-family: 'BasisGrotesquePro-Regular', Arial, Helvetica, sans-serif;
}

.print-page .order_box .info.summ{
    margin: 0;
}



.order_box-summ {
    padding-left: 0;
}

.print-page .price-summ{
    align-items: flex-start;
    font-size: 24px;
    width: 135px;
}

.print-bottom {
    text-align: center;
    font-size: 26px;
    margin: 20px 0;
}

.print-header {
    text-align: center;
    font-size: 26px;
    margin: 20px 0;
}

.print-summ{
    margin-bottom: 20px;
}

.print-page header.header .parent_cont{
    display: block;
    padding: 38px 0;
}

.print-page header.header .parent_cont div{
    float: left;
}

.print-page header.header .parent_cont a{
    float: right;
    line-height: 28px;
}

.print-page *{
    box-sizing: border-box;
}

.print-page .order_box{
    width: 100%;
}

.print-page table.bott-table tr td:last-child .price{
    width: auto;
}

.print-page table.bott-table tr td:first-child{
    padding-right: 10px;
}

.print-page table.bott-table td{
    vertical-align: top;
}

.step_line .navigation.fpage button {
    width: 225px;
}

.show-mobi {
    display: none!important;
}

.col2_inner .col:nth-child(2) .cont{
    width: 100%;
}

.page_step5 .col2 .parent, .page_step5 .col2 .set, .page_step5 .shortly, .page_step5 .head{
    /*width: 100%;*/
}

.order_box .img_order img{
    flex: 0 0 auto;  /* IE */
    object-fit: scale-down; /* FF */
}

.page_step5 .img img{
    flex: 0 0 auto;  /* IE */
    object-fit: scale-down; /* FF */
}

@media screen and (max-width: 800px){
    .step_line .navigation.fpage{
        margin: 0;
        width: 100%;
    }

    .step_line .navigation.fpage button{
        margin: 0;
    }

    .page_step5 .col2 .parent{
        padding-right: 30px;
        padding-left: 30px;
    }

    .form_calc .col2 .section {
        width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .form_calc .col .bottom{
        display: block;
        padding-bottom: 25px;

    }

        .col2_inner .col:nth-child(2) {
            padding-left: 30px;
            padding-right: 30px;
        }
}

@media screen and (max-width: 480px) {
    .page_step5 .col2 .parent{
        padding-right: 20px;
        padding-left: 20px;
    }
}

.order_box{
    box-sizing: border-box;
}


@media screen and (min-width: 681px){
    .header-modal{
        display: none;
    }
}

@media screen and (max-width: 680px){
    .show-mobi {
        display: block!important;
    }

    .hide-mobi {
        display: none!important;
    }



    .summ-text{
        padding: 0 0 20px 0;
    }

    .order_box_summ{
        padding: 0 0 15px 0;
    }

    .order_box_summ .info.summ{
        margin-left: 0;
        width: 60%!important;
    }

    .order_box_summ .price{
        width: 40%;
        text-align: right;
        margin-top: 0;
    }

    .img-block {
        overflow: hidden;
        height: 40vh;
    }

    .img-block{
        width: 100%;
        height: auto;
    }

    .col2_inner .col:first-child img {
        width: 100%;
    }
}

.price-big {
    font-size: 30px;
    margin-bottom: 15px;
}


.slick-sld.mltpl .slick-sld-slide{
    margin-left: -35px;
}

.order_box .info.summ {
    margin-left: 0;
    width: 120px;
}

.summ-text{
    font-size: 12px;
}

.summ-block {
    width: calc(100% - 144px);
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.print-page .order_box .info.summ {
    margin: 0;
    width: 100%;
}

.box_main .swiper-pagination{
    position: absolute;
    top: 180px;
    z-index: 100;
    height: 20px;
}

.box_main .swiper-container{
    position: relative;
}

.box_main .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
}

.box_main .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #fff;
}


@media screen and (max-width: 800px) {
    .step_line_first {
        position: inherit;
        background: none;
        margin-top: -25px;
        padding-top: 0;
    }

    .page_step1 .step_line .navigation button.next[disabled]{
        margin: 0 auto;
    }

    .main.step_page_mob_nav.page_step1, .main.step_page_mob_nav.page_step_end{
        padding-top: 0px;
    }

    .page_step_end.main.step_page.step_page_mob_nav .step_line{
        display: none;
    }

    .page_step1 .step_line .navigation.variation button.next{
        margin: 0 auto;
    }

    .step_line .navigation {
        justify-content: flex-end;
    }

    .step_line .navigation.variation button{
    margin-right: 15px;
}

    .form_calc .col .bottom.step3 {
        display: block;
        margin: 0;
    }

    .page_step5 .col_goods {
        min-height: auto;
    }

    .page_step5 .col2 .parent {
        padding-right: 30px;
        padding-left: 30px;
    }

    .page_step5 .col_goods {
        padding-left: 30px;
        padding-right: 30px;
    }

    .set_mob {
        padding-left: 70px;
        padding-right: 30px;
    }

    .set_mob:before {
        left: 30px;
    }

    .page_step5 .offer {
        margin-top: 0;
        margin-bottom: 25px;
    }

    .page_step5 .title {
        margin-bottom: 62px;
    }

    .page_step5 .col_text .stcinn {
        padding: 25px 0 5px;
        box-sizing: border-box;
    }


    .other_link{
        width: 215px;
        margin-left: auto;
        margin-right: auto;
    }

    .top_slider .parent {
        padding: 22px 30px 22px 30px;
    }

    .pr-block {
        padding: 20px 30px;
    }

    .pr-block-q {
        margin-top: 5px;
    }

    .page_step5 .col_text > br {
        display: none;
    }

    .formFS > .col2_inner {
        padding-bottom: 20px;
    }

    .main.step_page .formFS .step_line {
        padding-bottom: 20px;
    }

    .box_main .title {
        font-size: 20px;
        line-height: 23px;
        font-family: 'BasisGrotesquePro-Bold', Arial, Helvetica, sans-serif;
    }

    .page_step2.main.step_page .step_line {
        display: none;
    }

    .main.step_page.page_step2 {
        padding-top: 0;
    }

    .slideSel.main.step_page .step_line {
        display: block;
    }

    .main.step_page_mob_nav.slideSel {
        padding-top: calc(40vh + 79px);
    }
}

.print-page, .print-page .table tr td{
    font-size: 15px;
}

.print-bottom {
    text-align: center;
    font-size: 23px;
    margin: 20px 0;
}

.print-page .price-summ {
    font-size: 18px;
    float: right;
}

.order_box .price {
    justify-content: flex-end;
}

@media screen and (min-width: 901px) and (min-height: 750px) {
    .formFS{
        height: calc(100vh - 168px);
    }

    .formFS .col2_inner .col:nth-child(2) {
        position: relative;
        height: calc(100vh - 168px);
    }

    .formFS .form_calc .col .bottom {
        position: absolute;
        bottom: 50px;
        width: calc(100% - 210px);
    }
}

@media screen and (min-width: 901px) and (min-height: 750px) {
    .formFS3{
        min-height: calc(100vh - 168px);
    }

    .formFS3 .col2_inner .col:nth-child(2) {
        position: relative;
        min-height: calc(100vh - 168px);
    }

    .formFS3 .form_calc .col .bottom {
        position: absolute;
        bottom: 50px;
        width: calc(100% - 210px);
    }
}


@media screen and (min-width: 681px) {
    .img-block-wrap {
        width: 50%;
        left: 0;
        overflow: hidden;
        height: calc(100vh - 136px);
    }

    .img-block {
        background-size: cover;
        background-position: top left;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .col2_inner .col:first-child img {
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto;
    }
}


.cbx {

}

.cbx input, .cbx .jq-radio{
    display: none;
}



label.cbx span {
    cursor: pointer;
    color: #000;
    display: block;
    height: 33px;
    width: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 14px;
}




label.cbx .jq-radio.checked + span {
    border-color: #4999f8;
}

#one {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 100%;
}

#two {
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.gutter.gutter-vertical {
    position: relative;
    z-index: 40;
    background: #df4e13;
    cursor: row-resize;
}

.gutter.gutter-vertical:after {
    content: ' ';
    display: block;
    width: 35px;
    height: 24px;
    background: url('../images/arr.svg') center no-repeat;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -10px;
    background-size: 35px auto;
}


@media screen and (min-height: 750px) and (max-height: 820px) and (min-width: 901px)
{
    .page_step1 .formFS {
    height: calc(100vh - 80px);
    }
}

@media screen and (min-width: 681px)
{
    .page_step1 .desckBtn .next {
        margin: 40px 0 30px 0;
    }
}