@charset "UTF-8";

/* #Font-Face
================================================== */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Light.eot');
    src: url('../fonts/roboto/Roboto-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Light.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Light.woff') format('woff'),
    url('../fonts/roboto/Roboto-Light.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Light.svg#roboto') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/RobotoRegular.eot');
    src: url('../fonts/roboto/RobotoRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/RobotoRegular.woff2') format('woff2'),
    url('../fonts/roboto/RobotoRegular.woff') format('woff'),
    url('../fonts/roboto/RobotoRegular.ttf') format('truetype'),
    url('../fonts/roboto/RobotoRegular.svg#roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-Medium.eot');
    src: url('../fonts/roboto/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-Medium.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-Medium.woff') format('woff'),
    url('../fonts/roboto/Roboto-Medium.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-Medium.svg#roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto/Roboto-SemiBold.eot');
    src: url('../fonts/roboto/Roboto-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/roboto/Roboto-SemiBold.woff2') format('woff2'),
    url('../fonts/roboto/Roboto-SemiBold.woff') format('woff'),
    url('../fonts/roboto/Roboto-SemiBold.ttf') format('truetype'),
    url('../fonts/roboto/Roboto-SemiBold.svg#roboto') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Light.eot');
    src: url('../fonts/inter/Inter-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/inter/Inter-Light.woff2') format('woff2'),
    url('../fonts/inter/Inter-Light.woff') format('woff'),
    url('../fonts/inter/Inter-Light.ttf') format('truetype'),
    url('../fonts/inter/Inter-Light.svg#inter') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-Regular.eot');
    src: url('../fonts/inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/inter/Inter-Regular.woff2') format('woff2'),
    url('../fonts/inter/Inter-Regular.woff') format('woff'),
    url('../fonts/inter/Inter-Regular.ttf') format('truetype'),
    url('../fonts/inter/Inter-Regular.svg#inter') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/inter/Inter-SemiBold.eot');
    src: url('../fonts/inter/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/inter/Inter-SemiBold.woff2') format('woff2'),
    url('../fonts/inter/Inter-SemiBold.woff') format('woff'),
    url('../fonts/inter/Inter-SemiBold.ttf') format('truetype'),
    url('../fonts/inter/Inter-SemiBold.svg#inter') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/manrope/Manrope-SemiBold.eot');
    src: url('../fonts/manrope/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/manrope/Manrope-SemiBold.woff2') format('woff2'),
    url('../fonts/manrope/Manrope-SemiBold.woff') format('woff'),
    url('../fonts/manrope/Manrope-SemiBold.ttf') format('truetype'),
    url('../fonts/manrope/Manrope-SemiBold.svg#inter') format('svg');
    font-weight: 600;
    font-style: normal;
}

/* #Reset & Basics
================================================== */
*{
    margin:0;
    padding:0;
    border: 0;
    vertical-align: baseline;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

body {
    background: #F3F5F7;
    font-size: 16px;
    line-height: normal;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    color: #3e3e3e;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    color: #181818;
    font-family: "Roboto", "Times New Roman", serif;
    font-weight: normal;
    text-rendering: optimizeLegibility; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    font-family: inherit;
    font-size: inherit; }
h1 { font-size: 32px; color:#1C375F; line-height: 40px;}
h2 { font-size: 3em; text-align: center}
h3 { font-size: 1.625em; line-height: normal}
h4 { font-size: 18px; color:#666; }
h5 { font-size: 16px; color:#666; }
h6 { font-size: 14px; color:#666; }

p { margin: 0 0 20px 0; text-rendering: optimizeLegibility; }
p img { margin: 0; }


/* #Links
================================================== */
a{color: #0064CE}
a,
a:visited,
a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
    line-height: inherit;
    }
a.is-default,
a.is-default:visited,
a.is-default:hover,
a.is-default:focus{
    color: inherit;
}
/* #Images
================================================== */

img {
    max-width: 100%;
    width: auto\9;
    width:auto;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic; }

/* #Other
================================================== */
.clear{clear: both}

.txt-gray{color: #A3ABB1}

.txt-graydark{color: #526678}

.color-gray{color: #A3ABB1}

.txt-s12{font-size: 12px!important;}

.txt-s14{font-size: 14px!important;}

.txt-upper{text-transform: uppercase;}

.no-wrap{white-space: nowrap}

.txt-capitalize{text-transform: capitalize}

.text-right{text-align: right!important;}

.weight-300{font-weight: 300}

.content-spacer.x0{padding-top: 4px}

.content-spacer.x1{padding-top: 8px}

.content-spacer.x2{padding-top: 12px}

.content-spacer{padding-top: 16px}

.content-spacer.x3{padding-top: 24px;}

.spaced-block.x0{padding-bottom: 4px}

.spaced-block.x1{padding-bottom: 8px}

.checkField-row{
    position: relative;
    padding-left: 24px;
}

.checkField-row input[type="radio"],
.checkField-row input[type="checkbox"]{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.name-withIcon{
    position: relative;
    padding-left: 20px;
}

.name-withIcon.s-14{padding-left: 14px}

.name-withIcon > svg{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.std-note.txt-graydark{
    border-color: #E5E9F8;
    border-radius: 16px;
    border-width: 1px;
    border-style: solid;
    padding: 2px 8px 3px;
}

.std-note .name-withIcon > svg{
    position: absolute;
    transform: translate(0, 0);
    top: 2px;
}

.std-note .name-withIcon.is-transfer > svg{top: 3px;}
/*-----------------------------------------------------*/
/*--------------------- BASIC SETTINGS ----------------*/
/*-----------------------------------------------------*/
.selection-content{
    padding: 32px 0;
}

.wrapper{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.blue_btn{
    background: #0064CE;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Manrope';
    font-weight: 600;
    padding: 8px 16px;
    text-align: center;
}

.blue_btn:hover{background: #0540D0; color: #fff}

.blue_btn.is-blockVisible{display: block}

.selection-title ._row{display: flex; align-items: center;}

.selection-title ._row + ._row{padding-top: 4px;}

.selection-title span{
    background: #E5EDF4;
    border-radius: 8px;
    display: inline-block;
    padding: 2px 16px;
    font-size: 28px;
    color:#1C375F;
    line-height: 36px;
    cursor: default;
    margin-right: 4px;
    min-height: 42px;
    vertical-align: top;
    font-family: 'Inter';
    font-weight: 300;
}

.selection-title span:last-of-type{margin: 0}

.selection-title span b{
    font-weight: 600;
}

.selection-title .static-square{
    padding-left: 0;
    padding-right: 0;
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-----------------------------------------------------*/
/*------------------------ HEADER ---------------------*/
/*-----------------------------------------------------*/

header{
    background: #fff;
    box-shadow: 0px 8px 27px 0px rgba(26, 63, 142, 0.16);
    text-align: center;
    padding: 18px 0;
}

header a.logo{display: inline-block}

header a.logo img{/*max-height: 36px;*/ display: block}

header .logo-text{
    font-size: 20px;
    line-height: 28px;
}

/*-----------------------------------------------------*/
/*------------------------ MANAGER --------------------*/
/*-----------------------------------------------------*/
.selection-agentBox{
    border: 1px solid #EBEEF8;
    background: #fff;
    border-radius: 24px;
    padding: 16px;
    margin-top: 32px;
}

.agentBox-comment{
    border: 1px solid #CFD7DF;
    background: #F9F9F9;
    border-radius: 16px;
    padding: 8px 24px;
    color: #526678;
    font-family: 'Inter';
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.selection-agentBox .agentBox-offset:not(.noPhoto){
    padding-left: 152px;
    min-height: 136px;
}

.selection-agentBox .agentBox-offset + .agentBox-comment{margin-top: 24px;}

.selection-agentBox .agentBox-photo{
    width: 136px;
    height: 136px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin-left: -152px;
    float: left;
}

.selection-agentBox .agentBox-photo img{
    min-width: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    max-width: 150px;
    max-height: 170px;
    height: auto;
}

.selection-agentBox .agentBox-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.selection-agentBox .subtext{
    color: #828282;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 4px;
}

.selection-agentBox .name{
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    padding-bottom: 4px;
}

.selection-agentBox .contacts{
    position: relative;
    padding: 4px 8px 4px 32px;
    color: #1C375F;
    font-family: 'Inter';
    font-weight: 400;
}

.selection-agentBox .contacts.inline-visible{
    display: inline-block;
    vertical-align: top;
    margin-right: 32px;
}

.selection-agentBox .contacts.inline-visible:last-of-type{margin-right: 0}

.selection-agentBox .contacts:not(.inline-visible){margin-top: 4px;}

.selection-agentBox .contacts svg{
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translate(0, -50%);
    display: block;
}

.selection-agentBox .social{
    display: flex;
    flex-wrap: wrap;
    margin: 4px -6px -6px;
}

.selection-agentBox .social ._col{padding: 6px;}

.selection-agentBox .social .item{
    width: 40px;
    height: 40px;
    border: 1px solid #CFD7DF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*-----------------------------------------------------*/
/*------------------------- OFFER ---------------------*/
/*-----------------------------------------------------*/
.selection-noteBox{
    color: #000;
    font-size: 12px;
    border: 1px solid #EBEEF8;
    background: #fff;
    border-radius: 8px;
    padding: 8px 16px;
    margin-top: 32px;
}

.selection-productBox{
    margin-top: 32px;
    border: 1px solid #C8DFED;
    background: #E5EDF4;
    border-radius: 24px;
    padding: 16px;
}

.selection-productTitle{
    color: #1C375F;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Manrope';
    position: relative;
    padding: 6px 0 7px 44px;
    margin-bottom: 16px;
}

.selection-productTitle .icon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.selection-product{
    border: 1px solid #CFD7DF;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
}

.selection-product + .selection-product{margin-top: 24px;}

.selection-product .main-info{
    position: relative;
    padding: 16px 16px 16px 232px;
    min-height: 155px;
}

.selection-product .main-info.isAutoHeight{min-height: auto}

.selection-product .photo{
    width: 216px;
    border-top-left-radius: 24px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: no-repeat center;
    background-size: cover;
}

.selection-product .photo:not(.v1) img{
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 0;
    margin: 0 auto;
    z-index: 2;
    max-width: none;
}

.selection-product .photo.v1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.selection-product .photo.v1 img{
    max-height: 86px;
    position: relative;
    z-index: 2;
}

.selection-product .photo:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.selection-product .main-info_offset{
    padding: 16px;
}

.selection-product .hotel-star + .title{margin-top: 8px}

.block-spaced{padding: 16px;}

.selection-product .title{
    color: #0064CE;
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
}

.selection-product .title svg{vertical-align: middle}

.selection-product .title.s-sm{font-size: 20px; line-height: 25px}

.selection-product .title.v1{
    color: #1C375F;
    font-weight: 600;
    /*font-size: 24px;
    line-height: 28px;*/
}

.selection-product .title span{
    color: #AFB6BB;
    font-size: 18px;
    font-weight: 400;
}

.selection-product .subtext{
    color: #526678;
    margin-top: 6px;
}

.selection-product .subtext a{color: inherit}

.selection-product .operator-img{
    padding-top: 2px;
}

.selection-product .operator-img img{
    display: block;
    max-height: 26px;
}

.selection-product .subtext svg{vertical-align: middle}

.selection-product .rating{
    border: 1px solid #E5E9F8;
    color: #31AB2F;
    font-size: 12px;
    border-radius: 8px;
    cursor: default;
    padding: 4px 12px 4px 8px;
    margin-top: 16px;
    display: inline-block;
}

.selection-product .rating ._inner{
    display: flex;
    align-items: center;
}

.selection-product .rating .num{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-right: 8px;
}

.info-label ._inner{
    border: 1px solid #E5E9F8;
    border-radius: 8px;
    cursor: default;
    padding: 6px 8px;
    font-size: 12px;
    display: inline-block;
}

.info-label.noBorder ._inner{border-color: transparent}

.route-container{
    position: relative;
    padding-left: 32px;
    margin-top: 8px;
}

.route-container:before{
    content: '';
    width: 2px;
    background: #95A0AB;
    position: absolute;
    left: 9px;
    top: 8px;
    bottom: 12px;
}

.route-container .route-item{
    position: relative;
    color: #526678;
    font-size: 14px;
    line-height: 22px;
}

.route-container .route-item + .route-item{margin-top: 8px}

.route-container .route-item .icon{
    position: absolute;
    left: -32px;
    top: 0;
    background: #fff;
    padding: 2px 0;
}

.route-container .route-item .icon.isCircle{
    left: -29px;
    top: 3px;
    bottom: 0;
    padding: 3px 0;
}

.route-container .route-item .circle{
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 2px solid #95A0AB;
    background: #fff;
}

.route-container .route-item span{padding-right: 8px}

.route-container .route-item span:last-of-type{padding-right: 0}

.route-container .route-item .time{
    font-size: 20px;
    font-weight: 500;
    color: #3E3E3E;
}

.hotel-star{
    background: url("../images/unit/iconsSVG/star.svg") 0 0 repeat-x;
    height: 13px;
    display: block;
}
.hotel-star.star_0{display: none}
.hotel-star.star_1{width: 14px;}
.hotel-star.star_2{width: 28px;}
.hotel-star.star_3{width: 42px;}
.hotel-star.star_4{width: 56px;}
.hotel-star.star_5{width: 71px;}

.description-table table{
    width: 100%;
    border-collapse: collapse;
}

.description-table table th{
    background: #F9FAFE;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #E5E9F8;
    padding: 12px 6px;
    text-align: left;
    vertical-align: middle;
}

.description-table table td{
    padding: 16px 6px;
    text-align: left;
    vertical-align: middle;
}

.description-table table.type-1 th:nth-child(1){
    width: 16%;
}

.description-table table tr.filter-item td:last-of-type{text-align: right}

.description-table table tr td:last-of-type .default-grid{justify-content: flex-end}

.description-table table tr.filter-item.even td,
.description-table table tr.filter-item.even + tr:not(.filter-item) td{background: #F9FAFE}

.description-table table th:first-of-type,
.description-table table td:first-of-type{padding-left: 24px;}

.description-table table th:last-of-type,
.description-table table td:last-of-type{padding-right: 16px;}

.description-table table td.topBorder{
    position: relative;
}

.description-table table td.topBorder:before{
    content: '';
    position: absolute;
    left: 6px;
    right: 6px;
    top: 0;
    height: 1px;
    background: #E5E9F8;
}

.description-table table .bus-services{
    max-width: 70px;
}

.fake-table{
    display: table;
    width: 100%;
}

.fake-table .tr{display: table-row}

.fake-table .td{display: table-cell; padding: 4px 0}

.fake-table .tr:first-of-type .td{padding-top: 0}

.fake-table .tr:last-of-type .td{padding-bottom: 0}

.description-table{font-size: 14px}

.description-table .txt-s24{font-size: 1.5em; line-height: 28px;}
/*
.description-table .txt-s20{font-size: 20px;}

.description-table .txt-s16{font-size: 1em; line-height: 22px;}*/
/*
.description-table .txt-gray,
.description-table .txt-red,
.description-table .txt-green{font-size: 0.875em}

.description-table div.txt-s16 + .txt-gray{padding-top: 4px}*/

.selection-product .txt-red{color: #D93D7F}

.selection-product .txt-green{color: #31AB2F}

.description-table .txt-s13{
    font-size: 0.8125em;
    line-height: 22px;
}

.price-wrap .main-price{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    cursor: default;
    white-space: nowrap;
}

.price-wrap .old-price{
    color: #8F959A;
    font-size: 12px;
    font-weight: 300;
    text-decoration: line-through;
    line-height: 14px;
    cursor: default;
    white-space: nowrap;
}

.price-wrap .percent{
    background: #FFCF24;
    border-radius: 4px;
    cursor: default;
    color: #1C1E1F;
    font-size: 12px;
    line-height: 14px;
    padding: 2px 3px;
}

.price-wrap .discount-row{
    display: flex;
    align-items: center;
}

.price-wrap .percent + .old-price{margin-left: 6px;}

.like-btn, .round-btn{
    cursor: pointer;
    border: 1px solid #D7EAF1;
    background: #fff;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
}

.like-btn:hover, .round-btn:hover{background: #0064CE; border-color: #0064CE}

.like-btn:hover svg path, .round-btn:hover svg path{fill: #fff!important;}

.like-btn span, .round-btn span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product-rulesLabel{
    font-size: 14px;
    padding-left: 26px;
    position: relative;
}

.product-rulesLabel:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: no-repeat center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}

.product-rulesLabel.i-nonRef{color: #F67142;}

.product-rulesLabel.i-free{color: #03a500;}

.product-rulesLabel.i-nonRef:before{background-image: url('../images/unit/iconsSVG/red_shield.svg')}

.product-rulesLabel.i-free:before{background-image: url('../images/unit/iconsSVG/green_shield.svg')}

.product-rulesLabel + .txt-graydark.left-offset{margin-left: 12px; font-weight: 300}

.product-comment, .product-detailBtn{
    padding: 24px;
}

.product-comment + .product-detailBtn{padding-top: 0}

.comment-text{
    border: 1px solid #EFE8D1;
    background: #FFFBEE;
    border-radius: 16px;
    padding: 8px 24px;
    color: #526678;
    font-style: italic;
    font-size: 14px;
    line-height: 18px;
}

.main-flighInfo{
    padding: 16px;
}

.flight-segment{padding: 16px 0}

.flight-segment-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-right: -6px;
    margin-left: -6px;
    font-size: 14px;
}

.flight-segment-row .segment-left-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
    padding-right: 6px;
    padding-left: 6px;
}

.flight-segment-row .segment-left-side img {
    max-width: 100%;
    max-height: 24px;
    display: block;
    margin: 0 auto;
}

.flight-segment-row .segment-center-side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    padding-right: 6px;
    padding-left: 6px;
}

.flight-segment-row .segment-route-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.segment-route-field .segment-route-from, .segment-route-field .segment-route-to {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
}

.segment-route-field .segment-route-from-time {
    font-size: 20px;
    font-weight: 500;
    color: #313131;
    margin-bottom: 2px;
    line-height: 23px;
}

.segment-route-field .segment-route-from-date {
    font-size: 12px;
    color: #526678;
    margin-bottom: 2px;
}

.segment-route-field .flight-detail-field {
    padding: 0 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.segment-route-field .flight-detail-top-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.segment-route-field .segment-route-startpoint-icon {
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 24px;
    height: 24px;
}

.segment-route-field .time-ico {
   color: #526678;
}

.segment-route-field .segment-route-endpoint-icon {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 24px;
    height: 24px;
}

.segment-route-field .flight-detail-line {
    margin: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.segment-route-field .segment-route-connector {
    position: relative;
    height: 7px;
    -webkit-box-flex: 1;
    border: 1px solid transparent;
    background-color: #CFD7DF;
    border-radius: 6px;
    text-align: center;
    min-width: 20px;
    cursor: pointer;
}

.segment-route-field .segment-route-connector:hover{background: transparent; border-color: #0064CE}

.segment-route-field .segment-route-stop{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 11px;
    flex: 1 0 11px;
    min-width: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #CFD7DF;;
    background-clip: content-box;
    padding: 5px 1px;
    height: 1px;
    z-index: 0;
    position: relative;
    cursor: pointer;
}

.segment-route-field .segment-route-stop:hover{background-color: #0064CE}

.segment-route-field .segment-route-stop-iata{
    font-size: 11px;
    position: absolute;
    top: 16px;
    left: 0;
    right: 0;
    text-align: center;
}

.segment-route-field .flight-detail-under-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.segment-route-field .flight-iata {
    font-size: 12px;
    color: #526678;
}

.flight-segment-row .segment-right-side{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    padding-right: 5px;
    padding-left: 5px;
    text-align: right;
}

.baggage-categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin: -8px;
}

.baggage-categories ._col{padding: 8px;}

.baggage-categories .item{
    border: 1px solid #F0F1F5;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.baggage-categories .item.active svg path{
    fill: #31AB2F;
}

.baggage-categories .item .num{
    border: 1px solid #F0F1F5;
    border-radius: 4px;
    color: #1C375F;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    padding: 2px 6px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: calc(100% - 6px);
    background: #fff;
}

.default-grid{
    display: flex;
    align-items: center;
    margin: -4px;
}

.default-grid.s-2{margin: -2px;}

.default-grid.is-list{flex-wrap: wrap}

.default-grid .column{padding: 4px}

.default-grid.s-2 .column{padding: 2px}

.default-grid .column.w-50{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mobile-table{display: none}

.request-box select{
    width: 100%;
    background: #fff;
    border-radius: 8px;
    height: 38px;
    border: 1px solid #CFD7DF;
    padding: 0 8px;
    outline: none;
    color: #3e3e3e;
}

form .valid-field .error-message {
    color: red;
    display: none;
    font-size: 12px;
}

.messenger-box .chosen-container{width: 100%!important;}

.form-box{
    background: #F9FAFE;
    border: 1px solid #E5E9F8;
    padding: 24px;
    border-radius: 16px;
    margin-top: 24px;
}

.country-code-box{
    position: relative;
    padding-left: 81px;
    border: 1px solid #CFD7DF;
    border-radius: 8px;
    height: 37px;
    background: #fff;
}

.country-code-box .country-code-select{
    width: 92px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.country-code-box .country-code-select .chosen-container{
    width: 100%!important;
}

.country-code-box .country-code-input input,
.country-code-box .country-code-select .chosen-single{
    border: 0 none!important;
}

.country-code-box .country-code-input{height: 100%}

.country-code-box .country-code-input input{height: 100%; width: 100%; outline: none; display: block; border-radius: 8px;}

.country-code-box .country-code-select .chosen-single{background: none; height: 35px; border-radius: 0; line-height: 34px; border: 0 none; padding: 0; border-radius: 8px 0 0 8px}

.country-code-box .country-code-select .chosen-container .icon,
.country-code-box .country-code-select .chosen-single .icon{
    width: 22px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
}

.country-code-box .country-code-select .chosen-container .icon img,
.country-code-box .country-code-select .chosen-single .icon img{display: block}

.country-code-box .country-code-select .chosen-container{z-index: 200}

.country-code-box .chosen-container-single .chosen-single span {
    padding-left: 29px;
    margin-right: 15px;
    height: 100%;
    line-height: 19px !important;
    padding-top: 9px;
}

.country-code-box .country-code-select .chosen-container .icon{left: 5px;}

.country-code-box .country-code-select .is-flag{
    padding-left: 35px!important;
    position: relative;
}

.country-code-box .country-code-select span.selectBox-arrow{background: none!important; right: 0}

.country-code-box .chosen-container-single .chosen-single div b{background-position: 0 6px}

.country-code-box .chosen-container-active.chosen-with-drop .chosen-single div b{background-position: -18px 6px}

.country-code-box .chosen-container-single .chosen-drop {
    min-width: 250px;
}

.country-code-box .country-code-select select {
    width: 80px;
    background: none;
    height: 38px;
    border: 0 none;
    outline: none;
}

.form-previewBox{
    position: relative;
    padding-bottom: 75%;
}

.form-previewBox .copyProduct-box{
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

.form-previewBox .copyProduct-box{font-size: 21px!important;}

.thanks-page{
    border-radius: 16px;
    background: #fff;
    padding: 48px 24px;
    text-align: center;
}

.thanks-page .thanks-page_icon{
    padding-bottom: 28px;
}

.thanks-page .title{
    font-size: 32px;
    line-height: 44px;
    color: #1C375F;
    font-weight: 500;
    padding-bottom: 30px;
}

.thanks-page .thanks-page_txt{
    font-size: 20px;
    line-height: 26px;
}

#modal-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0;
    filter:alpha(opacity=0);
    z-index: 100;
}

#modal-modal{
    position:absolute;
    background:url(../images/tint20.png) 0 0 repeat;
    background:rgba(0,0,0,0.2);
    border-radius:14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    padding:8px;
    z-index: 401;
}

#modal-content{
    border-radius:8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background:#fff;
    padding:20px;
    z-index: 101;
}

#modal-close{
    position:absolute;
    background:url(../images/close.png) 0 0 no-repeat;
    width:24px;
    height:27px;
    display:block;
    text-indent:-9999px;
    top:-7px;
    right:-7px;
    z-index: 101;
    cursor: pointer;
}

#modal-content .detail-title-h3 {
    padding-bottom: 5px;
    font-weight: 600;
    margin: 40px 0 10px;
    font-size: 22px;
}

#modal-content .text-item p{
    font-size: 14px;
    line-height: 19px;
}

#modal-content .hotel-modal-info {
    width: 835px;
    max-height: 700px;
    overflow-y: auto;
}


@media (max-width : 767px) {
    .wrapper{max-width: 420px}
    .selection-agentBox .agentBox-photo{width: 106px; height: 106px; margin-left: -116px}
    .selection-agentBox .agentBox-photo img{max-width: 120px; max-height: 130px}
    .selection-agentBox .agentBox-offset:not(.noPhoto){padding-left: 116px; min-height: 114px}
    .selection-product .main-info{padding: 208px 16px 24px}
    .selection-product .photo{width: 100%; height: 184px;}
    .selection-agentBox .contacts svg{left: 0}
    .selection-agentBox .contacts.inline-visible{margin: 0; display: block}
    .selection-agentBox .contacts{padding-left: 24px}

    .descriptionBox{border: 1px solid #E5E9F8; border-radius: 8px; padding: 16px;}
    .descriptionBox .row{position: relative; padding-left: 34px;}
    .descriptionBox .row.no-spaced{padding-left: 0}
    .descriptionBox .row .product-rulesLabel{padding-left: 34px;}
    .descriptionBox .row + .row{margin-top: 12px;}
    .descriptionBox .row .icon{position: absolute; left: 0; top: 50%; transform: translate(0, -50%);}
    .descriptionBox .row.bordered{border-top: 1px solid #E5E9F8; padding-top: 16px; margin-top: 16px;}
    .descriptionBox .row-price{display: flex; align-items: center; justify-content: space-between; margin: 20px -4px -4px;}
    .descriptionBox .row-price ._col{padding: 4px;}
    .product-comment, .product-detailBtn{padding: 16px}
    .product-detailBtn{padding-top: 0}
    .mobileView .description-table{padding: 0 16px 16px}
    .slick-dots{display: inline-block; position: absolute; left: 50%; transform: translate(-50%, 0); bottom: -34px; list-style: none;text-align: center; background: #F4F7F9; border-radius: 12px; padding: 8px 12px; margin: 0}
    .slick-dots li{position: relative;display: inline-block;width: 8px;height: 8px;border-radius: 100%;margin: 0 4px;padding: 0;cursor: pointer;}
    .slick-dots li button{font-size: 0;line-height: 0;display: block;width: 8px;height: 8px;background: #CBD8E4;border-radius: 100%;cursor: pointer;color: transparent;border: 0;outline: none;}
    .slick-dots li.slick-active,
    .slick-dots li.slick-active button{width: 14px; border-radius: 6px}
    .slick-dots li.slick-active button{background: #0064CE}
    .slick-dots li button:hover, .slick-dots li button:focus {outline: none;}
    .slick-dotted.slick-slider{margin-bottom: 34px}
    .selection-product .title.v1{font-size: 20px;}
    .subtext.v1{position: relative; background: rgba(80, 96, 105, 0.06); border-radius: 8px; padding: 8px 8px 8px 36px;}
    .subtext.v1 svg{position: absolute; left: 8px; transform: rotate(90deg); top: 50%; margin-top: -12px;}
    .subtext.v1 span{display: block; padding-top: 8px;}
    .subtext.v1 span:first-of-type{padding-top: 0}
    .selection-product .photo.v1{height: 102px; padding: 16px 16px 0;}
    .selection-product .main-info.ver1{padding-top: 126px}
    .mobile-flight-detail{background: #F9FAFE; padding: 8px 16px; margin-bottom: 16px}
    .mobile-flight-detail .top-info{display: flex; align-items: center; justify-content: space-between; margin: -8px}
    .mobile-flight-detail .col{padding: 8px;}
    .mobile-flight-detail .logo{display: flex; padding-right: 12px;}
    .mobile-flight-detail .logo-item{height: 24px; width: 24px; overflow: hidden; border-radius: 100%}
    .mobile-flight-detail .logo-item + .logo-item{margin-left: 4px}
    .mobile-flight-detail .logo-item img{height: 100%; min-width: 100%; max-width: none}
    .mobile-flight-detail .iata{font-size: 18px;}
    .mobile-flight-detail .iata svg{vertical-align: middle}
    .mobile-flight-detail .route{font-size: 18px; line-height: 22px;}
    .mobile-flight-detail .route svg{vertical-align: middle}
    .mobile-flight-detail .bottom-info{display: flex; margin: 16px -8px -8px}
    .mobile-flight-detail .bottom-info .col{padding: 8px;}
    .mobile-flight-detail .bottom-info .col:nth-child(1){ -webkit-box-flex: 0; -ms-flex: 0 0 40%;flex: 0 0 40%; max-width: 40%;}
    .mobile-flight-detail .bottom-info .col:nth-child(2){ -webkit-box-flex: 0; -ms-flex: 0 0 60%;flex: 0 0 60%; max-width: 60%;}
    .baggage-box{display: flex; align-items: center; margin: -3px;}
    .baggage-box ._col{padding: 3px}
    .baggage-box .item{display: flex; align-items: center}
    .baggage-box .num{color: #CAD3D9; font-size: 14px; font-weight: 500; white-space: nowrap}
    .baggage-box .num span{font-size: 12px; line-height: 14px; font-weight: 400}
    .baggage-box .item.active .num{color: #526678}
    .baggage-box .item.active svg path{fill: #31AB2F}
    .route-container .route-item .time{font-size: 16px}
    .route-container .route-item{font-size: 12px}
    .route-container .route-item .icon.isCircle{top: 1px}
    .serviceIcon-wrap{margin: -3px}
    .serviceIcon-wrap .col{padding: 3px; float: left}
    .serviceIcon-wrap .serviceIcon-item{border: 1px solid #E5E9F8; background: #F9FAFE; border-radius: 6px; width: 30px; height: 26px; display: flex; align-items: center; justify-content: center}
    .form-previewBox .copyProduct-box{font-size: 11px!important;}
    #modal-content .hotel-modal-info {width: 100%;overflow-y: inherit;max-height: none;}
    #modal-modal{z-index: 406}
    #modal-modal{position: fixed; top: 0!important; right: 0; bottom: 0;left: 0!important;padding: 0; border-radius: 0; max-width: none; width: 100%!important; background: none}
    #modal-content .modal-fullContent{height: 100%!important;}
    #modal-content{border-radius: 0; height: 100%!important; overflow-x: hidden; overflow-y: auto; padding-top: 55px; background: #fff; padding-left: 10px; padding-right: 10px;}
    #modal-modal.v1 #modal-content{border-radius: 16px 16px 0 0}
    #modal-content:after{content: ''; background: #f8f8f8; position: fixed; top: 0; left: 0; right: 0; border-bottom: 1px solid #e7e7e7; height: 45px; z-index: 20}
    body #modal-modal.v1 #modal-content:after{border-radius: 16px 16px 0 0}
    body #modal-close{background: #fff; border: 1px solid #E7EAEE; height: 24px; width: 24px; text-indent: 0; font-size: 0; text-decoration: none; right: 10px; top: 9px; border-radius: 4px;}
    body #modal-close:before{content: ''; background: url("../images/unit/iconsSVG/close.svg") no-repeat center; height: 16px; width: 16px; position: absolute;left: 50%; top: 50%; margin: -8px 0 0 -8px;}

}

@media (max-width : 480px) {
    .selection-agentBox{border-radius: 0; border-left: 0; border-right: 0}
    .selection-title{padding: 0 16px;}
    .selection-title span{font-size: 20px; line-height: 25px; background: none; padding: 0; display: block; min-height: auto;}
    .selection-title .static-square{width: auto;  min-height: auto; display: block}
    .selection-title .static-square svg{height: 14px}
    .selection-productBox{border-radius: 0; border: 0 none; margin-top: 0; padding: 16px}
    .request-box{padding: 16px}

}