@charset "UTF-8";
/*VARS*/
/*.index * {*/
    /*box-sizing: border-box; }*/

.index-form__block * {
    box-sizing: border-box;
}

.index .header-counter {
    margin-top: 40px; }

.index .page {
    background: #F2F2F2; }

.section-wrapper_index {
    padding: 50px;
    text-align: center; }

.index-container {
    text-align: center;
    margin: 50px auto;
    padding: 40px 50px;
    background: #fff;
    border: 1px solid #dfdfdf; }
.index-container .form {
    margin-bottom: 0; }

.index__title {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px; }
.index__title a {
    text-decoration: none;
    color: #2c9cdc; }

/*FORM*/
/*VARS*/
/*FORM*/
.form {
    display: table;
    width: 100%;
    text-align: left;
    margin-bottom: 120px;
    min-width: 1098px;
    margin-left: auto;
    margin-right: auto; }

.form__col {
    display: table-cell;
    vertical-align: bottom; }
.form__col--white {
    background: #fff;  }
.form__col:first-child .form__group {
    border-radius: 3px 0 0 3px; }

.form_search {
    margin-top: 56px; }
.form_search .form__col_5 {
    max-width: 125px; }

.form_search-hotel .form__col_1 {
    width: 100%; }

.form__label {
    font-weight: 400;
    position: absolute;
    top: -27px;
    left: 0;
    padding: 0 20px;
    line-height: 26px;
    font-size: 15px;
    color: #A4B0B9;
    white-space: nowrap; }

.form__group-wrap {
    position: relative; }
.form__group-wrap.active .form__group:after {
    z-index: 1;
    border-color: #ff8e41; }
.form__group-wrap.active .form__group .form__val,
.form__group-wrap.active .form__group .form__input {
    position: relative;
    z-index: 2; }

.form__group {
    position: relative;
    height: 60px;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    background: #fff;
    font-size: 15px;
    font-weight: 600; }
.form__group:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid transparent;
    transition: border-color .15s;
    z-index: -1; }
.form__group.active:after {
    z-index: 1;
    border-color: #ff8e41; }
.form__group.active .form__val,
.form__group.active .form__input {
    position: relative;
    z-index: 2; }

.form__group_trigger {
    cursor: pointer; }

.form__group_mute {
    background: #F2F2F2; }
.form__group_mute .form__val,
.form__group_mute .form__input {
    color: #999; }

.form__multi {
    display: inline-block;
    position: relative;
    font-size: 15px; }
.form__multi .form__val-wrap {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 20px;
    padding-left: 20px; }
.form__multi .form__val-wrap .form__val {
    padding-left: 0; }
.form__multi .form__trigger {
    background: none;
    right: 0; }
.form__multi .form-popup {
    margin-top: 8px;
    top: 100%; }
.form__multi .form__label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    position: static; }
.form__multi .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px; }
.form__multi .icon-crown {
    width: 13px;
    height: 12px;
    background: url(/static/i/crown_green.png) no-repeat; }
.form__multi .icon-key {
    background: url(/static/i/hotel-profile_sprite.png) no-repeat 0 -229px;
    height: 6px;
    width: 14px; }
.form__multi .icon-cup {
    position: relative;
    height: 20px;
    width: 23px; }
.form__multi .icon-cup:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: url(/static/i/cup.png) no-repeat 0 0;
    height: 27px;
    width: 23px; }
@media (max-width: 620px) {
    .form__multi .form-popup {
        min-width: 250px; } }

.form__cbx {
    display: inline-block;
    margin-right: 14px;
    height: 16px; }
.form__cbx:last-child {
    margin-right: 0; }
.form__cbx-label {
    display: block;
    line-height: 16px;
    height: 16px;
    cursor: pointer; }
.form__cbx-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden; }
.form__cbx-input:checked + .form__cbx-box {
    border-color: #2c9cdc; }
.form__cbx-input:checked + .form__cbx-box span {
    background: #2c9cdc;
    background: #2c9cdc url(/static/i/tick.svg); }
.form__cbx-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px; }
.form__cbx-box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    margin-right: 2px;
    border-radius: 2px;
    transition: border-color .3s; }
.form__cbx-box:hover {
    border-color: #999; }
.form__cbx-box span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .3s; }
.form__cbx-box:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    margin: -12px 0 0 -12px;
    border-radius: 50%;
    background: transparent;
    transition: background .65s; }

.form__cbx-box:active:after,
.form__cbx-label:active .form__cbx-box:after{
    background: rgba(44, 156, 220, 0.25);
    transition: .1s; }
@media (max-width: 620px) {
    .form__cbx {
        margin-bottom: 10px; } }

.icon-star {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 18px;
    height: 16px;
    background: url(/static/i/form_stars.png) no-repeat 0 -24px; }

.form__val {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px;
    font-weight: 400; }

.form__val-sub {
    color: #999; }

.form__date {
    white-space: nowrap; }

.form__input {
    max-width: 100%;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 3px;
    padding: 0 20px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif; }

.form__group_dynamic-label {
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */
    /* Firefox 19+ */
    /* Firefox 18- */ }
.form__group_dynamic-label .form__label {
    opacity: 0;
    margin-top: 10px;
    transition: all .2s; }
.form__group_dynamic-label .form__input.complete + .form__label,
.form__group_dynamic-label .form__input:focus + .form__label {
    margin-top: 0;
    opacity: 1; }
.form__group_dynamic-label .form__input::-webkit-input-placeholder {
    transition: color .2s; }
.form__group_dynamic-label .form__input::-moz-placeholder {
    transition: color .2s; }
.form__group_dynamic-label .form__input:-moz-placeholder {
    transition: color .2s; }
.form__group_dynamic-label .form__input:-ms-input-placeholder {
    transition: color .2s; }
.form__group_dynamic-label .form__input:focus::-webkit-input-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input:focus::-moz-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input:focus:-moz-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input:focus:-ms-input-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input.complete::-webkit-input-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input.complete::-moz-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input.complete:-moz-placeholder {
    color: transparent; }
.form__group_dynamic-label .form__input.complete:-ms-input-placeholder {
    color: transparent; }

.form__btn {
    position: relative;
    height: 60px;
    line-height: 58px;
    display: block;
    background: #fff;
    color: #ff8e41;
    font-size: 15px;
    font-weight: 700;
    outline: none;
    border: none;
    text-decoration: none;
    padding: 0;
    border-radius: 0 3px 3px 0;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    white-space: nowrap;
    transition: all .1s; }
.form__btn:hover {
    background-color: #ff8e41;
    border-color: #ff8e41;
    color: #fff; }
.form__btn:hover i {
    background-image: url(/static/i/next_2.png); }
.form__btn i {
    background: url(/static/i/next.png) no-repeat center center;
    -webkit-background-size: 18px;
    background-size: 18px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 5px;
    top: -1px;
    display: inline-block;
    vertical-align: middle; }


.form__trigger {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #bbb;
    display: inline-block;
    background: linear-gradient(to left, #fff 60%, rgba(255, 255, 255, 0) 100%);
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: right; }

.form__stars {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 10px;
    display: inline-block;
    width: 110px;
    height: 16px;
    background: url(/static/i/form_stars.png) no-repeat 0 0; }

.form__stars_val {
    width: 22px;
    float: left;
    height: 16px;
    cursor: pointer; }

.form__stars.stars-1 {
    background-position: 0 -24px; }

.form__stars.stars-2 {
    background-position: 0 -48px; }

.form__stars.stars-3 {
    background-position: 0 -72px; }

.form__stars.stars-4 {
    background-position: 0 -96px; }

.form__stars.stars-5 {
    background-position: 0 -120px; }

.form__stars.mark-1 {
    background-position: 0 -24px; }

.form__stars.mark-2 {
    background-position: 0 -48px; }

.form__stars.mark-3 {
    background-position: 0 -72px; }

.form__stars.mark-4 {
    background-position: 0 -96px; }

.form__stars.mark-5 {
    background-position: 0 -120px; }

.rub {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(/static/i/ruble.png) no-repeat center bottom;
    -webkit-background-size: 12px;
    background-size: 12px; }

.form-popup {
    display: none;
    position: absolute;
    top: 62px;
    left: 0;
    background: #fff;
    z-index: 101;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5); }
.form-popup.active {
    display: block;
}
.form-popup .datepicker-inline .datepicker {
    border: none; }
.form-popup__bot {
    padding: 10px 20px;
    border-top: 1px solid #ddd;
    text-align: right; }
.form-popup__btn {
    cursor: pointer;
    font-size: 15px;
    text-decoration: none;
    color: #2c9cdc; }

.form-popup_picker {
    width: auto;
    min-width: 100%; }

.form-popup__row {
    font-size: 0; }

.form-popup__col {
    display: inline-block;
    font-size: 14px; }

.form-popup__col_x2 {
    width: 50%; }
.form-popup__col_x2:last-child .form-popup__range {
    text-align: right; }

.form-popup__range {
    font-size: 14px;
    color: #999; }

.form-popup__range-l {
    margin-right: 3px; }

.form-popup__range-b {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #2c9cdc;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    vertical-align: middle; }

.form-popup__range-val {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    font-size: 15px;
    text-align: center;
    color: #333; }

.form-popup__price {
    padding: 20px;
    min-width: 190px; }

.form-popup__price-field {
    position: relative;
    padding: 0 0 0 40px;
    margin-bottom: 10px; }
.form-popup__price-field:last-child {
    margin-bottom: 0; }

.form-popup__price-l {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0px;
    color: #999;
    font-weight: 400; }

.form-popup__price-inp {
    display: inline-block;
    width: 100%;
    height: 35px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    outline: none;
    padding: 0 30px 0 10px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif; }

.form-popup__price-cur {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 7px;
    color: #bbb; }

.form-popup__list {
    min-width: 250px;
    max-height: 255px;
    overflow: auto; }

.form-popup__list-item {
    line-height: 1.6;
    max-width: 450px;
    padding: 10px 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    text-decoration: none;
    cursor: pointer; }
.form-popup__list-item:nth-child(2n) {
    background-color: #eee;
}
.form-popup__list-item:hover {
    background: #00ABDD;
    color: #eee; }
.form-popup__list-item:hover .form-popup__list-name {
    color: #fff; }
.form-popup__list-item:hover .form-popup__list-subname {
    color: #eee; }

.form-popup__list-name {
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.form-popup__list-subname {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
    color: #999; }

.form-popup__select {
    padding: 20px; }

.form-popup__select-row {
    margin-bottom: 20px; }
.form-popup__select-row:last-child {
    margin-bottom: 0; }

.form-popup__select-numeric {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    border-right: none;
    float: right;
    position: relative;
    border-radius: 3px;
    width: 82px; }

.form-popup__select-act {
    display: inline-block;
    line-height: 1.5625rem;
    text-align: center;
    width: 25px;
    background: #fff;
    border: 1px solid #ccc;
    color: #ccc;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 300;
    height: 29px;
    padding: 0;
    margin: -1px;
    position: relative;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: top; }
.form-popup__select-act:first-child {
    line-height: 25px;
    border-radius: 3px 0 0 3px;
    margin-right: 0; }
.form-popup__select-act:last-child {
    border-radius: 0 3px 3px 0;
    margin-left: 0; }
.form-popup__select-act:hover {
    border-color: #FF8E41;
    color: #FF8E41; }

.form-popup__select-value {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    line-height: 1.5625rem;
    text-align: center;
    width: 25px; }

.form-popup__select-name {
    line-height: 29px;
    color: #999;
    font-weight: 400;
    display: block;
    margin-right: 120px;
    white-space: nowrap; }

.form-popup__select-wrap {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: right;
    position: relative; }

.form-popup-select {
    height: 29px;
    width: 82px;
    outline: none;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: transparent;
    cursor: pointer;
    padding-left: 5px; }
.form-popup-select:hover {
    border-color: #FF8E41; }
.form-popup-select option {
    font-size: 14px;
    font-weight: 400; }

.form__datepicker .datepicker-inline .datepicker {
    border: none;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif; }

.form__datepicker .datepicker--cell.-selected- {
    background: #00ABDD; }

.form__datepicker .datepicker--day-name {
    font-weight: 600; }

.form__datepicker .datepicker--cell.-in-range- {
    background: #eee; }

.form__datepicker .datepicker--cell.-in-range-.-focus- {
    background: #ddd; }

.form__datepicker .datepicker--cell.-range-from-,
.form__datepicker .datepicker--cell.-range-to- {
    color: #fff;
    background: #00ABDD; }

.form__datepicker .datepicker--cell.-current-.-range-to-,
.form__datepicker .datepicker--cell.-current-.-range-from- {
    color: #d7f5ff; }

.form-popup__check {
    display: none; }
.form-popup__check:checked + .form-popup__check-label .form-popup__check-sq {
    border-color: #ff8e41; }
.form-popup__check:checked + .form-popup__check-label .form-popup__check-sq:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #ff8e41;
    border-radius: 3px; }

.form-popup__check-item {
    padding: 10px 20px;
    margin-top: 10px;
    margin-bottom: 10px; }

.form-popup__check-label {
    position: relative;
    display: block;
    padding-left: 40px;
    cursor: pointer;
    height: 35px; }
.form-popup__check-label:hover .form-popup__check-sq {
    border-color: #999; }

.form-popup__check-sq {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #eee;
    border-radius: 3px;
    transition: border-color .15s; }

.form-popup__check-t {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.form-popup__check-name {
    display: block;
    font-size: 15px;
    line-height: 1.3;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }

.form-popup__check-s {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis; }

/*Форма обратного звонка*/
.back-call-form {
    z-index: 10001 !important;
}
.back-call-form {
    position: absolute;
    top: 150px;
    left: calc(50% - 350px);
    z-index: 101;
    width: 700px;
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    display: none; }
.back-call-form__close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background: url(/static/i/close.png) no-repeat center center; }
.back-call-form__title {
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px; }

.form.form_back-call {
    width: 100%;
    min-width: 0;
    margin: 0; }
.back-call-from__terms {
    display: block;
    text-align: center;
    padding: 20px 0 0 0;
    line-height: 18px;
}
#callMeForm > .back-call-from__terms {
    color: #1a1a1a;
}
#callMeForm .index-legal-link {
    color: #2c9cdc !important;
}

@media screen and (max-width: 1190px) {
    .form {
        position: relative;
        left: 1px;
        display: block;
        font-size: 0;
        min-width: 1%; }
    .form__col {
        position: relative;
        font-size: 14px;
        vertical-align: top;
        display: inline-block; }
    .form__col-bb {
        border-bottom: 1px solid #999999;
    }
    .form__label {
        position: absolute;
        top: 2px;
        z-index: 1;
        left: 0;
        color: #999 !important;
        white-space: nowrap; }
    .form__group {
        padding-top: 18px;
        border-right: 1px solid #dfdfdf;
        border-radius: 0 !important; }
    .form__group_dynamic-label {
        padding: 0; }
    .form__group_dynamic-label .form__label {
        opacity: 0; }
    .form__group_dynamic-label .form__val,
    .form__group_dynamic-label .form__input {
        margin-top: 10px;
        height: 40px;
        background: transparent;
        position: relative;
        z-index: 2;
        transition: all .2s; }
    .form__group_dynamic-label .form__input.complete,
    .form__group_dynamic-label .form__input:focus {
        margin-top: 20px; }
    .form__group_dynamic-label .form__input.complete + .form__label,
    .form__group_dynamic-label .form__input:focus + .form__label {
        opacity: 1;
        margin-top: 0; }
    .form__group_dont-label {
        padding: 0; }
    .form__group_dont-label .form__label {
        opacity: 0; }
    .form__group_dont-label .form__val,
    .form__group_dont-label .form__input {
        margin-top: 10px;
        height: 40px;
        background: transparent;
        position: relative;
        z-index: 2;
        transition: all .2s; }
    .form__btn {
        border-radius: 0; }
    .form__date {
        white-space: normal; }
    .form_search {
        max-width: 800px;
        margin: auto; }
    .form_search .form__col {
        margin-top: -1px;
        margin-left: -1px; }
    .form_search .form__col_1 {
        width: 70%; }
    .form_search .form__col_2 {
        width: 30%; }
    .form_search .form__col_3 {
        width: 70%; }
    .form_search .form__col_4 {
        width: 30%; }
    .form_search .form__col_5 {
        width: 50%;
        max-width: 100%; }
    .form_search .form__col_6 {
        width: 50%; }
    .form_search .form__col_7 {
        width: 100%;
        padding-right: 1px; }
    .form_search .form__col_7 .form__btn {
        width: 100%; }
    .form_search-hotel .form__col_1 {
        width: 80%; }
    .form_search-hotel .form__col_7 {
        width: 20%; }
    .form_order {
        max-width: 600px;
        min-width: 260px; }
    .form_order .form__group {
        border: none;
        border-bottom: 1px solid #dfdfdf; }
    .form_order .form__col_1 {
        width: 100%; }
    .form_order .form__col_2 {
        width: 100%; }
    .form_order .form__col_3 {
        width: 100%; }
    .form_order .form__col_4 {
        width: 100%; }
    .form_order .form__col_4 .form__btn {
        border-left-color: transparent;
        width: 100%; } }

@media screen and (max-width: 767px) {
    .form_search-hotel .form__col_1 {
        width: 100%;
        padding-right: 1px; }
    .form_search-hotel .form__col_7 {
        width: 100%; }
    .back-call-form {
        width: 100%;
        margin-left: 0;
        left: 0; }
    .form.form_back-call .form__col {
        width: 100%;
        margin-top: -1px; } }

@media screen and (max-width: 620px) {
    .form-popup {
        width: 100%; }
    .form-popup__list-item {
        max-width: 100%; }
    .form-popup_date {
        width: auto; }
    .form_search-hotel .form__col_1 {
        padding-right: 0px; }
    .form_search .form__col_1 {
        width: 100%; }
    .form_search .form__col_2 {
        width: 100%; }
    .form_search .form__col_3 {
        width: 100%; }
    .form_search .form__col_4 {
        width: 100%; }
    .form_search .form__col_5 {
        width: 100%; }
    .form_search .form__col_6 {
        width: 100%; }
    .form_search .form__col_7 {
        padding-right: 0;
        width: 100%; }
    .form-popup__col_x2 {
        width: auto;
        margin-right: 30px;
        margin-top: 10px;
        margin-bottom: 10px; }
    .form-popup__range-b {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px; }
    .hide-on-mobile {
        display: none; } }

.form-select--inline {
    display: inline-block;
    margin-right: 20px; }

.form-select__link {
    cursor: pointer;
    font-size: 15px;
    color: #2c9cdc;
    text-decoration: underline; }

.form-range--w400 {
    max-width: 400px; }

input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%; }

input[type=range]:focus {
    outline: none; }

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    animate: 0.2s;
    background: #eee; }

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eee; }

input[type=range]::-moz-range-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    animate: 0.2s;
    background: #eee; }

input[type=range]::-ms-track {
    width: 100%;
    height: 9px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent; }

input[type=range]::-ms-fill-upper,
input[type=range]::-ms-fill-lower {
    background: #eee; }

input[type=range]::-webkit-slider-thumb {
    border: 1px solid #2c9cdc;
    height: 24px;
    width: 24px;
    border-radius: 360px;
    background: #2c9cdc;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px; }

input[type=range]::-moz-range-thumb {
    border: 1px solid #2c9cdc;
    height: 24px;
    width: 24px;
    border-radius: 360px;
    background: #2c9cdc;
    cursor: pointer; }

input[type=range]::-ms-thumb {
    border: 1px solid #2c9cdc;
    height: 24px;
    width: 24px;
    border-radius: 360px;
    background: #2c9cdc;
    cursor: pointer; }

.collection {
    margin-bottom: 80px;
    border: 1px solid #DFDFDF; }

.collection__tab {
    width: 25%;
    float: left;
    line-height: 48px;
    border-right: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    background: #FAFAFA;
    color: #A4B0B9;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600; }
.collection__tab.active {
    color: #000;
    background: #fff;
    border-bottom-color: transparent; }
.collection__tab:last-child {
    border-right: none; }

.collection__body {
    background: #fff;
    padding: 15px; }

.collection__items {
    font-size: 0;
    margin: 0 -15px; }
.collection__items--left {
    text-align: left;
    margin: 0 0 20px 0;}

.collection__item {
    position: relative;
    z-index: 0;
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    width: 33.3333%;
    min-width: 340px;
    display: inline-block;
    vertical-align: top;
    padding: 15px; }
.collection__item:hover .collection__cover:before {
    background: rgba(0, 0, 0, 0.6); }
.collection__item:hover .collection__data-bot {
    max-height: 300px;
    opacity: 1;
}
.collection__items--left .collection__item {
    text-align: center;
    min-width:  280px; }
.collection__item--big {
    padding: 0;
    margin-bottom: 15px;
    width: 100%;  }
.collection__item--right {
    width: 35%;
    float: right;
    padding: 0;  }
.collection__item--left {
    width: 63%;
    padding: 0; }


.collection__cover {
    position: relative;
    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 270px;
    border-radius: 3px; }
.collection__cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    transition: background .15s; }
.collection__cover--big {
    height: 500px;
    background-image: url(/static/images/turkey2.jpg)}
.collection__cover--right {
    height: 730px;
    background-image: url(/static/images/russia2.jpg);}
.collection__cover--left {
    height: 357px;  }
.collection__cover--europa {
    background-image: url(/static/images/europa2.jpg);  }
.collection__cover--africa {
    background-image: url(/static/images/africa2.jpg);  }
.collection__cover--big:before,
.collection__cover--left:before,
.collection__cover--right:before {
    /*display: none;*/
}

.collection__data {
    position: relative;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.collection__data-bot {
    max-height: 0px;
    opacity: 0;
    transition: all .5s ease;
}

.collection__name {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px; }

.collection__name-v2 {
    font-family: apercu_pro, Arial, sans-serif;
    font-size:29px;
    font-weight: bold;
}

.collection__line {
    display: inline-block;
    width: 130px;
    height: 2px;
    background: #ffffff;
    margin-bottom:35px;
    margin-top:35px;}

.collection__link-block {
    margin-bottom:10px;
}

.collection__link-box {
    display: inline-block;
    margin-right: 20px;}
.collection__link-box:last-child {
    margin-right: 0;  }
.collection__item--right .collection__link-box {
    display: block;
    margin-right: 0px;
    margin-bottom: 30px;  }

.collection__link {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding-left: 25px;}
.collection__link:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 21px;
    top: 2px;
    left: 0;
    background: url("/static/i/search-2x.png");  }

.collection__country {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin: 3px; }

.footer__top {
    background: linear-gradient(135deg, #00b1df 0%, #006ec1 100%);
}

.index-section_2 {
    /*padding: 70px 0 70px;*/
    background: linear-gradient(135deg, #00b1df 0%, #006ec1 100%);
    text-align: center; }
.index-section_2 .index__desc,
.index-section_2 .index__title {
    color: #fff;
    margin-bottom: 10px; }
.index-section_2 .index__desc {
    margin-bottom: 56px; }
.index-section_2 .form {
    margin-bottom: 0; }
.index-section_2 .form__group,
.index-section_2 .form__btn {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-right-color: transparent; }
.index-section_2 .form__label {
    color: #fff; }
.index-section_2 .form__input {
    width: 100%; }
.index-section_2 .section-wrapper_index {
    padding-top: 0;
    padding-bottom: 0; }

.index-section_1 {
    border-top: 1px solid #DFDFDF;
    text-align: center;
    background: #fff; }

.index__desc {
    font-size: 15px; }

.inform__items {
    font-size: 0; }

.inform__item {
    vertical-align: top;
    width: 25%;
    min-width: 270px;
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    margin-top: 20px; }

.inform__item-body {
    height: 420px;
    padding: 25px;
    border: 1px solid #DFDFDF;
    border-radius: 3px;
    background: #fff; }

.inform__icon {
    height: 169px; }
.inform__icon img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    height: auto;
    vertical-align: middle; }

.inform__title {
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 18px; }

.inform__text {
    font-size: 13px;
    line-height: 18px;
    color: #A4B0B9; }

.index-section__social {
    position: relative;
    display: table;
    width: 100%;
    margin-top:50px;
    text-align: left;
    padding-top: 20px;
    padding-bottom:20px;
    border-top: 1px solid #fff;}
.index-section__bot {
    background: #F2F2F2;
    padding: 17px 20px 8px 20px;
    text-align: left;
    position: relative;
    height:70px;
}

.index-section__bot-text {
    color: #666666;
    font-size: 14px;
}

.index-section__link {
    color:  #666;
    font-size: 14px;
    margin-left: 20px;
}

.index-section__bot-counters {
    position: absolute;
    top: 16px;
    right: 20px;  }


.index-section__bot-counter {
    display: inline-block;
    vertical-align: top;
    width: 88px;
    height: 31px;
    /*border: 1px solid #000000;*/
    /*background: #A4B0B9;*/
    margin-right:10px;}
.index-section__bot-counter:last-child {
    margin-right: 0; }

.index-section__bot-auth {
    display: inline-block;
    vertical-align: top;
    width: 75px;
    height: 31px;
    border: 1px solid #000000;
    background: #A4B0B9;   }

.social__block {
    display: table-cell;
    position: absolute;
    vertical-align: middle;
    margin-right: 100px;
    padding: 0 0 0 20px;
    top: 10px;}

.social__box {
    display: inline-block;
    margin-right: 0px;
}

.social__link {
    display: block;
    width: 40px;
    height: 40px; }


.contacts__block {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0 ;
    text-align: right;
    width: 440px;}

.contacts__txt,
.contacts__link {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 2px;
}

.contacts__txt-m {
    display: none;
    margin-bottom: 2px;
}

.center-block {
    color: #fff;
    font-size:15px;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    padding-left: 387px;
}

@media screen and (max-width: 1190px) {
    .form_order .form__col_4 .form__btn--orange {
        width: auto;
    }
    .form__btn--orange {
        background: #ff8e41;
        color: #fff;
        margin:10px;    }
}
@media screen and (max-width: 1023px) {
    .collection__items--left .collection__item {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .collection__items--left .collection__cover {
        height:280px;
    }
    .collection__item--right {
        float: none;
    }
    .collection__link-box {
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .collection__item--right .collection__link-box {
        margin-bottom: 20px;
    }
    .collection__line {
        margin-bottom: 20px;
    }
    .index-section__social {
        border: none;
    }
    .contacts__txt, .contacts__link {
        display: block;
        text-align: right;
    }
    .contacts__txt-d {
        display: none;
    }
    .contacts__block {
        top: 20px;
    }
    .social__link--g, .social__link--yt {
        display: none;
    }
    .collection__data-bot {
        max-height: 300px;
        opacity: 1;
    }
    .center-block {
        display: none;
    }
    .social__block {
        top: 16px;
    }
    .index-section__social {
        margin-top: 20px;
    }
}

@media screen and (max-width: 620px) {
    .collection__item {
        min-width: 1%;
        width: 310px; }
    .section-wrapper_index,
    .index-container {
        padding: 50px 20px; }
    .hide-on-mobile {
        display: none; }
    .center-block {
        display: none;
    }
    .index-section__social {
        margin-top: 10px;
    }
    .social__block {
        display: block;
        position: relative;
        margin-right: 0;
        width: 100%;
        top: 0;
        margin-bottom:20px;
        padding: 0 20px 0 20px;
    }
    .contacts__block {
        display: block;
        width: 100%;
    }
    .social__link {
        width: 37px;
        height: 37px;
    }

}



@media screen and (max-width: 479px) {
    .social__box:nth-child(4),
    .social__box:nth-child(5),
    .social__box:nth-child(6) {
        /*display: none;*/
    }

}