
/* @todo Ниже - нужные стили */

.index-slider.owl-carousel.owl-loaded.owl-drag {
    margin-top: -2%;
    height: 320px !important;
}

form.form__type.-round .form__row .select-wrapper--county {
    padding: 0;
    margin: 0;
}

form.form__type.-round .form__item--def input.form__peoples-input {
    width: 100%;
}

form.form__type.-round .form__line--custom .form__row-cb-group.-transport {
    padding: 0;
    margin: 0;
}

form.form__type.-round .form__item--def {
    float: none;
}

form.form__type.-round .button-reverse.-round {
    padding: 0;
    margin: 0 1%;

}

form.form__type.-round button.button--orange {
    padding: 0;
    margin: 0;
    width: 50.5%;
}

form.form__type.-round .form__row--custom.-first {
    padding-bottom: 4%;
    margin-bottom: 2%;
}
form.form__type.-round .input-area.-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form.form__type.-round .input-area.-second .input-name {
    position: relative;
    padding-left: 5px;
}

form.form__type.-round .from__row-from-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form.form__type.-round .form__line--custom.-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 3%;
}

form.form__type.-round .form__line--custom.-second .input-area--custom.-companies {
    margin: 0;
    padding: 0;

}

form.form__type.-round .form__line--custom.-second .form__peoples--index {
    min-width: auto;
    width: 100%;
}

form.form__type.-round .form__line--custom.-second .form__item--def {
    width: 100%;
}

form.form__type.-round .form__line--custom.-second .checkbox label {
    padding: 0 0 0 25%;
    margin: 0;
    text-align: left;
}

form.form__type.-round .form__line--custom.-second .checkbox label:before {
    left: 10%;
}

form.form__type.-round .form__line--custom.-second .form__two-ways-group {
    width: 31.3%;
}

form.form__type.-round .form__line--custom.-second .form__row-cb-group.-transport {
    width: 15.5%;
}

form.form__type.-round .form__line--custom.-second .form__item--checkbox {
    width: 100%;
}

form.form__type.-round .form__line--custom.-second .form__item--checkbox .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def{
    width: auto;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def .input-area .input-name {
    margin: 0;
    padding: 0 16px 0 5px;
    position: relative;
    font-size: 12px;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def .input-area .select2-container {
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 5px;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def .input-area .default-input.discount-card-number {
    margin: 0;
    padding: 0 0 0 2%;
    position: relative;
    width: 100%;
    /*height: auto;*/
}

form.form__type.-round .form__row--card-flight.-third .form__item--def .input-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.form__type.-round .form__row--card-flight.-third .from__row-from-to {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

form.form__type.-round .form__row--card-flight.-third .-add-promo {
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def {
    width: 44%;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def:last-child{
    margin-left: 6%;
    width: 36%;
}

form.form__type.-round .form__row--card-flight.-third a.form__row-delete {
    display: inline-block;
    position: absolute;
    bottom: 50%;
    top: 50%;
    right: 1%;
}

form.form__type.-round .form__row--card-flight.-third .form__item--def .select2-container {
    width: 100% !important;
}

form.form__type.-round .form__row--card-flight.-third .-add-promo span {
    margin-right: 10px;
}

form.form__type.-round .-hide {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bolder;
}

form.form__type.-regular .select-wrapper--county.-regular {
    padding: 0;
    margin: 0;
}

form.form__type.-regular .button-reverse.-regular {
    padding: 0;
    margin: 0 1%;
}

form.form__type.-regular .form__row--flight.-regular {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    padding-bottom: 2%;
}

form.form__type.-regular .from__row-from-to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 63.3%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form.form__type.-regular .-third .from__row-from-to {
    width: unset;
}

form.form__type.-regular .form__row--flight.-regular .-flex-date {
    width: initial;
    padding: 0;
    margin: 0;
}

form.form__type.-regular .from__row-from-to .form__item--def {
    width: 45%;
}

form.form__type.-regular .from__row-from-to .form__item--def .select-wrapper {
    margin: 0;
    padding: 0;
    width: 52% !important;
}

form.form__type.-regular .from__row-from-to .form__item--def .input-area {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

form.form__type.-regular .from__row-from-to .form__item--def .select-wrapper--first {
    width: 43% !important;
}

form.form__type.-regular .-third .from__row-from-to .form__item--def .input-name {
    top: 0;
    padding-left: 5px;
}

form.form__type.-regular .from__row-from-to .form__item--def .input-name {
    top: -18px;
    padding-left: 5px;
}

form.form__type.-regular .form__line.form__line--custom {
    margin-top: -6px;
    padding-bottom: 11px;
}

/*ниже бред*/
form.form__type.-regular .input-area.-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form.form__type.-regular .input-area.-second .input-name {
    position: relative;
    padding-left: 5px;
}

form.form__type.-regular .form__line--custom.-second .form__peoples--index {
    min-width: auto;
    width: 100%;
}

form.form__type.-regular .form__line--custom.-second .form__item--def {
    width: 100%;
}

form.form__type.-regular .form__line--custom.-second .checkbox label {
    padding: 0 0 0 25%;
    margin: 0;
    text-align: left;
}

form.form__type.-regular .form__line--custom.-second .checkbox label:before {
    left: 10%;
}

form.form__type.-regular .form__line--custom.-second .form__item--checkbox {
    width: 100%;
}

form.form__type.-regular .form__line--custom.-second .form__item--checkbox .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form__type.-regular .form__item--def input.form__peoples-input {
    width: 100%;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def{
    width: auto;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def .input-area .input-name {
    margin: 0;
    padding: 0 16px 0 5px;
    position: relative;
    font-size: 12px;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def .input-area .select2-container {
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 5px;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def .input-area .default-input.discount-card-number {
    margin: 0;
    padding: 0 0 0 2%;
    position: relative;
    width: 100%;
    /*height: auto;*/
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def .input-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.form__type.-regular .form__row--card-flight.-third .from__row-from-to {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

form.form__type.-regular .form__row--card-flight.-third .-add-promo {
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def {
    width: 44%;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def:last-child{
    margin-left: 6%;
    width: 36%;
}

form.form__type.-regular .form__row--card-flight.-third a.form__row-delete {
    display: inline-block;
    position: absolute;
    bottom: 50%;
    top: 50%;
    right: 1%;
}

form.form__type.-regular .form__row--card-flight.-third .form__item--def .select2-container {
    width: 100% !important;
}

form.form__type.-regular .form__row--card-flight.-third .-add-promo span {
    margin-right: 10px;
}

form.form__type.-regular .-hide {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bolder;
}
form.form__type.-cruise .form__row--flight {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form__type.-cruise .form__row--flight .from__row-from-to {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form__type.-cruise .form__row--flight .from__row-from-to .form__item--def{
    width: 48%;
}

form.form__type.-cruise .form__row--flight .-flex.-cruise {
    width: 24%;
}

form.form__type.-cruise .form__row--flight .-flex.-cruise .form__row--date {
    padding: 0;
    margin: 0;
    top: 50%;
}

form.form__type.-cruise .form__row--flight .-flex.-cruise .form__row--date .checkbox__label {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 33px;
}

/*form.form__type.-cruise .form__line.form__line--custom.form__line--one-way.-second {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    margin-top: -19px;*/
/*    padding-bottom: 3%;*/
/*    align-items: flex-end;*/
/*}*/

form.form__type.-cruise .form__line--one-way.-second .form__peoples--index {
    width: 100%;
    min-width: unset !important;
}

form.form__type.-cruise .form__line--one-way.-second .input-area--custom.-companies {
    max-width: none;
}

form.form__type.-cruise .form__line--one-way.-second .input-area--custom.-companies .select-wrapper--first {
    width: 100%;
}

form.form__type.-cruise .form__line--one-way.-second>div{
    padding: 0;
    margin: 0;
    width: 23%;
}

form.form__type.-cruise .form__line--one-way.-second .form__item.form__item--def input.form__peoples-input {
    width: 100%;
}

form.form__type.-cruise button.button.button--orange {
    padding: 0;
    margin: 0;
    width: 65%;
}

form.form__type.-cruise .-transport .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form.form__type.-cruise .-transport .form__item--checkbox {
    width: 100%;
}

form.form__type.-cruise .form__row--flight {
    padding-bottom: 3%;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def{
    width: auto;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def .input-area .input-name {
    margin: 0;
    padding: 0 16px 0 5px;
    position: relative;
    font-size: 12px;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def .input-area .select2-container {
    margin: 0;
    padding: 0;
    width: auto;
    margin-top: 5px;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def .input-area .default-input.discount-card-number {
    margin: 0;
    padding: 0 0 0 2%;
    position: relative;
    width: 100%;
    /*height: auto;*/
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def .input-area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form.form__type.-cruise .form__row--card-flight.-third .from__row-from-to {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

form.form__type.-cruise .form__row--card-flight.-third .-add-promo {
    margin: 0;
    padding: 0;
    width: auto;
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def {
    width: 44%;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def:last-child{
    margin-left: 6%;
    width: 36%;
}

form.form__type.-cruise .form__row--card-flight.-third a.form__row-delete {
    display: inline-block;
    position: absolute;
    bottom: 50%;
    top: 50%;
    right: 1%;
}

form.form__type.-cruise .form__row--card-flight.-third .form__item--def .select2-container {
    width: 100% !important;
}

form.form__type.-cruise .form__row--card-flight.-third .-add-promo span {
    margin-right: 10px;
}

form.form__type.-cruise .from__row-from-to {
    /*display: flex;*/
}

form.form__type.-cruise .-hide {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bolder;
}

form.form__type>.form__row.form__row--end.form__row--card-flight.-third.-visible {
    /*padding-top: 1px;*/
}

form.form__type .input-name {
    position: relative;
    padding-left: 5px !important;
}

/*селекторы первых строк: */
/*form__row form__row--flight -first| круиз*/
/*form__row form__row--flight -first -regular | в одну сторону*/
/*form__row form__row--flight -first form__row--custom | туда-обратно*/

/*первая строка будет разбита на 3 дива: 1st 2nd 3rd*/

/*form__row form__row--end form__row--card-flight -third -visible | селектор 3й строки*/

/*Ниже общие стили для всей формы*/

div.form .form__body {
    border-radius: 0 7px 7px 7px;
}

.form__types form.form__type .form__row .input-name {
    font-size: 12px;
    position: relative;
}

.form__types form.form__type .form__row .select-wrapper .input-name {
    position: relative;
    top: initial;
}

.form__types form.form__type .form-column-wrap {
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.form__types form.form__type .form-column-wrap>div:not(.input-name) {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

.form__types form.form__type .form-column-wrap .input-name {
    padding-left: 0 !important;
    margin: 0 auto 0 0;
    line-height: 2;
}

.form__types form.form__type .form-column-wrap .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
}

form.form__type .form__row.form__row--flight.-first div[class *= "form__column-"] .form-column-wrap .button-reverse {
    width: 40px !important;
}

form.form__type .input-date-icon {
    top: 33px;
}

form.form__type .form-column-wrap .form__peoples {
    min-width: unset !important;
}

/*Ниже общие стили для 1й строки*/

form.form__type .form__row.form__row--flight.-first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 2% 0;
    padding: 0;
}

form.form__type .form__row.form__row--flight.-first>div {
    padding: 0 !important;
    margin: 0 !important;
    width: 34% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

form.form__type .form__row.form__row--flight.-first>div:first-of-type {
    width: 31% !important;
}

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

    form.form__type .form__row.form__row--flight.-first .form__column-first .form-column-wrap .select-wrapper:not(:first-of-type) {
        width: 59% !important;
    }

}

form.form__type .form__row.form__row--flight.-first .form__column-first .form-column-wrap .select-wrapper--first {
    width: 38% !important;
}

form.form__type .form__row.form__row--flight.-first .form__column-second .form-column-wrap .select-wrapper--county:not(:first-of-type) {
    width: calc(0.38 * (100% - 40px)) !important;
}

form.form__type .form__row.form__row--flight.-first .form__column-second .form-column-wrap .select-wrapper--county {
    width: calc(0.57 * (100% - 40px)) !important;
}

form.form__type .form__row.form__row--flight.-first label.checkbox__label {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 33px;
    width: inherit;
}

form.form__type .form__row.form__row--flight.-first .form__column-third .form-column-wrap>div:last-of-type {
    overflow: visible;
}

/*Ниже общие стили для 2й строки*/

form.form__type .form__line.form__line--custom.-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 0 2% 0;
    padding: 0 0 2% 0;
}

form.form__type .form__line.form__line--custom.-second .-companies .form-column-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

form.form__type .form__line.form__line--custom.-second>div {
    padding: 0;
    margin: 0;
    width: 34%;
    max-width: none;
}

form.form__type .form__line.form__line--custom.-second>div:first-of-type {
    width: 31%;
}

form.form__type .form__line.form__line--custom.-second .form-group-third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

form.form__type .form__line.form__line--custom.-second button {
    width: 100%;
    margin: 0;
    padding: 0;
}

form.form__type .form__line.form__line--custom.-second .form__two-ways-group .form-column-wrap .form__item.form__item--def {
    overflow: visible;
}

form.form__type .form__line.form__line--custom.-second div.checkbox label{

}

/*ниже ообщие стили для 3й строки*/

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible>div {
    margin: 0;
    padding: 0;
    width: 34%;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible>div:first-of-type {
    width: 31%;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible .form__item.form__item--def .input-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 98%;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible .form__item.form__item--def .input-area .input-name {
    margin: 0 auto 0 0;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible .form__item.form__item--small.-add.-add-promo {
    position: relative;
    margin: 0 0 0 0;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible .form__row-delete {
    display: inline-block;
    position: relative;
    margin: 28px auto auto 26px;
}

form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible .select2-container {
    margin: 0;
}

/*в 1 сторону*/

form.form__type.-regular .form__row.form__row--flight.-first .form__column-second .form-column-wrap .select-wrapper:not(.select-wrapper--first) {
    width: calc(0.57 * (100% - 40px)) !important;
}

form.form__type.-regular .form__row.form__row--flight.-first .form__column-second .form-column-wrap .select-wrapper--first {
    width: calc(0.38 * (100% - 40px)) !important;
}

form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form-column-wrap>div {
    width: 48% !important;
}

form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form-column-wrap .form__row--date {
    margin: 0 0 3% 0 !important;
}

/*туда-обратно*/

form.form__type.-round .form__row.form__row--flight.-first .form__column-third .form-column-wrap .select-wrapper--county {
    width: 48% !important;
}

form.form__type.-round .form__row.form__row--flight.-first .form__column-third .form-column-wrap .select-wrapper--county:first-of-type {
    width: 48% !important;
}

/*Круиз*/

form.form__type.-cruise .form__row.form__row--flight.-first .form__column-first .form-column-wrap .select-wrapper--first {
    width: 100% !important;
}

form.form__type.-cruise .form__row.form__row--flight.-first .form__column-second .input-name {
    margin: 0;
}

form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap>div {
    width: 48% !important;
}

form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap .-flex {
    margin: 0 0 3% 0 !important;
}

form.form__type.-cruise .form__line--custom.-second .checkbox label {
    padding: 0 0 0 25%;
    margin: 0;
    text-align: left;
    width: 100%;
}

form.form__type.-cruise {
    max-width: 100%;
}

form.form__type.-cruise .form__line--custom.-second .checkbox label:before {
    left: 10%;
}

form.form__type.-cruise .form__line.form__line--custom.form__line--one-way.-second {
    margin-top: 0;
}

form.form__type.-cruise .cruise-root div.mutliSelect {
    width: 180%;
}

form.form__type.-cruise .form__item.multiselect .dropdown a {
    padding: 12px;
}

form.form__type.-cruise .cruise-root div.dropdown div.mutliSelect ul {
    top: 5px;
    z-index: 100;
    border-top: 1px solid #dfdfdf;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0;
}

form.form__type.-cruise .multiselect .multiSel:before,
form.form__type.-cruise .multiselect .multiSel:after {
    z-index: 1;
}

form.form__type.-cruise .multiselect .dropdown div ul li {
    width: calc(33.33% - 20px);
    display: inline-block;
    margin: 0;
    padding: 10px;
}

form.form__type.-cruise .multiselect .dropdown div ul li.checked {
    background-color: #F1FAFC;
}

.form__types form.form__type .form-column-wrap>div:not(.input-name) {
    overflow: initial;
}

form.form__type.-cruise .multiselect .dropdown div ul li .checkbox__label {
    padding: 0 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

form.form__type.-cruise .multiselect .dropdown div ul li .checkbox__label:before {
    display: none;
}

form.form__type.-cruise .multiselect .dropdown div ul li.checked label {
    font-weight: 500;
    color: #ff7b10;
}

form.form__type.-cruise .filtered-discounts-wrap {
    margin: -10px 0 8px;
}

form.form__type.-cruise .filtered-discounts {
    font-weight: normal;
    position: relative;
    display: inline-block;
}

form.form__type.-cruise .filtered-discounts .filtered-discounts-close {
    position: absolute;
    right: -25px;
    top: 0px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

form.form__type.-cruise .filtered-discounts .filtered-discounts-close:before,
form.form__type.-cruise .filtered-discounts .filtered-discounts-close:after {
    display: block;
    content: '';
    position: absolute;
    transition: all 0.4s;
    background-color: #b7b7b7;
    width: 100%;
    height: 2px;
    top: 50%;
    left: initial;
}

form.form__type.-cruise .filtered-discounts .filtered-discounts-close:before {
    transform: rotate(
            45deg
    );
}

form.form__type.-cruise .filtered-discounts .filtered-discounts-close:after {
    transform: rotate(
            -45deg
    );
}

@media (max-width: 767px) {
    form.form__type.-cruise .filtered-discounts-wrap {
        margin-top: 0;
    }

    form.form__type.-cruise .filtered-discounts {
        padding-right: 25px;
    }

    form.form__type.-cruise .filtered-discounts .filtered-discounts-close {
        top: 50%;
        right: 0;
        margin-top: -7.5px;
    }
}

/*Медиа ниже*/

@media screen and (max-width: 1365px) {

    form.form__type .form__item {
        margin: 0;
    }

    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap .-flex {
        margin-bottom: 0 !important;
    }

}

@media screen and (max-width: 1225px) {

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form-column-wrap .form__row--date,
    form.form__type.-cruise .form__item.form__item--def.-flex.-cruise {
        overflow: visible;
        padding: 0 !important;
        margin: 0 !important;
    }

}

@media (max-width: 1244px) and (min-width: 1100px){

    form.form__type .datepicker-double {
        width: 100%;
    }

    form.form__type .input-date-icon {
        right: 6%;
    }


}

form.form__type.-cruise.-river-cruise .form__row .form__column-third .-mobile {
    display: none;
}

@media screen and (max-width: 1023px) {

    /*form.form__type .form__flights-cards .-third .form__item--def:last-of-type {*/
    /*    height: 51px;*/
    /*    justify-content: center;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*}*/

    body > div.page > div.content.content__dev > div > div.index__content {
        padding-top: 5px;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-first,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-third{
        width: 66.4% !important;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-first .form-column-wrap,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-third .form-column-wrap{
        width: 100% !important;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-first .form-column-wrap>div {
        width: 49.3% !important;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap {
        display: contents;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap>div:first-of-type,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap>div:last-of-type{
        width: 32.7% !important;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap>div:nth-of-type(even) {
        width: 100% !important;
    }

    form.form__type.-round .form__row.form__row--flight.-first .form__item.form__item--def.form__column-third .form-column-wrap>div,
    form.form__type.-regular .form__row.form__row--flight.-first .form__column-first .form-column-wrap > div,
    form.form__type.-regular .form__row.form__row--flight.-first.-regular .form__item.form__item--def.form__column-third .form-column-wrap > div {
        width: 49.3% !important;
    }

    form.form__type.-round .form__line.form__line--custom.-second,
    form.form__type.-regular .form__line.form__line--custom.-second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    form.form__type.-round .form__line.form__line--custom.-second .form-group-third .form-column-wrap>div,
    form.form__type.-round .form__line.form__line--custom.-second>div,
    form.form__type.-regular .form__line.form__line--custom.-second>div,
    form.form__type .form__row--card-flight.-third .form__item--def,
    form.form__type.-regular .form__row.form__row--flight.-first.-regular .form__item.form__item--def.form__column-second .form-column-wrap .select-wrapper--county,
    form.form__type.-regular .form__line.-second .form-group-third .form-column-wrap > div,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-first,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-second,
    form.form__type.-cruise .form__line.-second>div:not(:last-of-type),
    form.form__type.-cruise .form__line.-second .form-group-third .form-column-wrap > div {
        width: 49.3% !important;
        margin-right: 0 !important;
        margin-bottom: 2% !important;
    }

    form.form__type .form__row--card-flight.-third .form__item--def .form-column-wrap,
    form.form__type.-regular .form__row.form__row--flight.-first.-regular .form__item.form__item--def.form__column-third .form-column-wrap,
    form.form__type.-cruise .form__row.form__row--flight.-first .form-column-wrap {
        width: 100% !important;
    }

    form.form__type.-round .form__line.form__line--custom.-second>div .form-column-wrap,
    form.form__type.-regular .form__line.form__line--custom.-second>div .form-column-wrap,
    form.form__type.-cruise .form__line.form__line--custom.-second>div .form-column-wrap {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    form.form__type.-round .form__line.form__line--custom.-second>div:last-of-type,
    form.form__type.-regular .form__line.form__line--custom.-second>div:last-of-type,
    form.form__type.-cruise .form__line.-second>div:last-of-type {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .button-reverse svg,
    form.form__type.-regular .form__row.form__row--flight.-first .form__column-second .form-column-wrap .button-reverse svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        display: block;
        margin: 0 auto;
    }

    form.form__type.-round .form__row.form__row--flight.-first .form__column-first,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .button-reverse,
    form.form__type.-regular .form__row.form__row--flight.-first .form__column-second .form-column-wrap .button-reverse,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap>div:first-of-type {
        margin: 0 0 2% 0 !important;
    }

    form.form__type .form__row--card-flight.-third {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    form.form__type .form__row--card-flight.-third .-add-promo,
    form.form__type .form__row--card-flight.-third .-add-promo .form-column-wrap {
        width: 100% !important;
        background-color: #009eb9;
        border-radius: 5px;
    }

    form.form__type .form__row--card-flight.-third .-add-promo .form-column-wrap>svg {
        margin: 0 auto;
    }

    form.form__type .form__line.form__line--custom.-second .form-group-third .form-column-wrap>div label:before,
    form.form__type.-regular .form__line.form__line--custom.-second .form-group-third .form-column-wrap>div label:before,
    form.form__type.-cruise .form__line.form__line--custom.-second .form-group-third .form-column-wrap>div label:before {
        margin-top: 0;
        left: 17%;
    }

    form.form__type.-round .form__line.form__line--custom.-second .form-group-third .form-column-wrap .-transport,
    form.form__type.-regular .form__line.form__line--custom.-second .form-group-third .form-column-wrap .-transport,
    form.form__type.-cruise .form__line.form__line--custom.-second .form-group-third .form-column-wrap .-transport {
        overflow: visible;
    }

    form.form__type .form__flights-cards div.-third .form__item--def:last-of-type .form-column-wrap a {
        margin: 0 auto !important;
        left: 0;
        top: 0;
    }

    form.form__type .form__flights-cards .-third .form__item--def:nth-of-type(2) {
        width: 38% !important;
    }

    form.form__type .form__flights-cards .-third .form__item--def:last-of-type {
        width: 10% !important;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-first {
        width: 100% !important;
        margin-bottom: 2% !important;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-first .form-column-wrap {
        width: 100%;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-second {
        width: 100% !important;
        margin-bottom: 2% !important;
        display: contents;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-second .form-column-wrap,
    form.form__type.-cruise .form__row.form__row--flight.-first,
    form.form__type.-cruise .form__line.-second {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-second .form-column-wrap .button-reverse,
    form.form__type.-regular .form__row.form__row--flight.-first .form__column-third,
    form.form__type.-cruise .form__line.-second > div > .form-column-wrap {
        width: 100% !important;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form-column-wrap,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form-column-wrap .form__row--date,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap .-flex.-cruise{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap {
        width: 100% !important;
    }

    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap > div {
        width: 49.3% !important;
        margin-right: 0 !important;
    }

    form.form__type .form__line.form__line--custom.form__line--one-way.-second .form-group-third .form__row-cb-group.-transport label {
        width: 100%;

    }

    form.form__type.-cruise.-river-cruise .form__row .form__column-third .form-column-wrap {
        align-items: flex-end;
    }

    form.form__type.-cruise.-river-cruise .form__row .form__column-third .-mobile {
        display: block;
        margin: 7px 0 5px;
        padding: 0 !important;
        text-align: center;
    }

    form.form__type.-cruise.-river-cruise .form__row .form__column-third .-desktop {
        font-size: 0;
    }

    form.form__type.-cruise.-river-cruise .form__row .form__column-third .input-date-icon {
        top: 10px;
    }

    form.form__type.-cruise.-river-cruise .form__line--one-way.-second {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 1023px) and (min-width: 767px) {
    form.form__type .form__line.form__line--custom.form__line--one-way.-second .form-group-third .form__row-cb-group.-transport .checkbox {
        width: 100%;
    }

    form.form__type.-cruise .form__line--custom.-second .checkbox label {
        padding-left: 30px;
    }

    form.form__type.-cruise .form__line--custom.-second .checkbox label:before {
        left: 0 !important;
    }
}

@media screen and (max-width: 768px) {
    form.form__type.-regular .form__row.form__row--flight.-first .form__column-first .form-column-wrap > div,
    form.form__type.-round .form__line.form__line--custom.-second .form-group-third .form-column-wrap>div,
    form.form__type.-round .form__line.form__line--custom.-second>div,
    form.form__type.-regular .form__line.form__line--custom.-second>div,
    form.form__type .form__row--card-flight.-third .form__item--def,
    form.form__type.-regular .form__row.form__row--flight.-first.-regular .form__item.form__item--def.form__column-second .form-column-wrap .select-wrapper--county,
    form.form__type.-regular .form__line.-second .form-group-third .form-column-wrap > div,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-first,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-second,
    form.form__type.-cruise .form__line.-second>div:not(:last-of-type),
    form.form__type.-cruise .form__line.-second .form-group-third .form-column-wrap > div,
    form.form__type .form__row,
    form.form__type .form__line,
    form.form__type .form__row>div,
    form.form__type .form__line>div,
    form.form__type .form__line>div .form-column-wrap,
    form.form__type .form__line>div .form-column-wrap > div,
    form.form__type .form__line>div .form-column-wrap > div > div.input-area,
    form.form__type .form__row>div .form-column-wrap,
    form.form__type .form__row>div .form-column-wrap > div,
    form.form__type .form__row>div .form-column-wrap > div > div.input-area,
    form.form__type.-regular .form__row.form__row--flight.-first.-regular .form__item.form__item--def.form__column-third .form-column-wrap > div,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-first,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-first .form-column-wrap>div,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap>div:first-of-type,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-second .form-column-wrap>div:last-of-type,
    form.form__type.-round .form__row.-first .form__item.form__item--def.form__column-third {
        width: 100% !important;
    }

    form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form-column-wrap,
    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap,
    form.form__type.-cruise .form__line.form__line--custom.-second>div .form-column-wrap,
    .form__types form.form__type .form-column-wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form-column-wrap > div {
        width: 100% !important;
        margin-right: 0 !important;
    }

    form.form__type.-cruise .form__row.form__row--flight.-first .form__column-third .form__item.form__item--def.-cruise,
    form.form__type.-regular .form__row.form__row--flight.-first .form__column-third .form__row--date {
        height: 51px;
    }

    form.form__type .form__line.form__line--custom.-second .form-group-third .-transport {
        height: 51px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    form.form__type .form__line.form__line--custom.-second .form-group-third .-transport label:before {
        left: 0 !important;
    }

    form.form__type .form__line.form__line--custom.-second .form-group-third .-transport label {
        padding-left: 33px;
    }

    form.form__type .form__flights-cards .-third .form__item--def:nth-of-type(2) {
        width: 80% !important;
    }

    form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible {
        display: block;
    }

    form.form__type .form__flights-cards .-third .form__item--def:last-of-type {
        height: 54px;
    }

    form.form__type .form__flights-cards .-third .form__item--def:last-of-type > .form-column-wrap {
        position: relative;
        top: 50%;
        left: 50%;
    }

    form.form__type .form__flights-cards .form__row.form__row--end.form__row--card-flight.-third.-visible:last-of-type {
        margin-bottom: 0;
    }

    form.form__type span.-hide.-visible {
        line-height: 3;
    }

    form.form__type span.-promo:not(.-invisible) {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }

    form.form__type span.-promo svg {
        margin-left: 1%;
    }

    form.form__type .form__row.form__row--end.form__row--card-flight.-third.-visible .form__item.form__item--small.-add.-add-promo {
        margin-top: 4%;
    }

    form.form__type .form__row--card-flight.-third .form__item--def .input-area .input-name  {
        font-size: 12px;
    }

    form.form__type .form__line.form__line--custom.form__line--one-way.-second .input-area.input-area--custom.-companies .form-column-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    form.form__type.-regular .form__row.form__row--flight.-first.-regular .form__item.form__item--def.-from.form__column-first > div > div.select-wrapper.select-wrapper--first.select-wrapper--county,
    form.form__type.-round .form__row.form__row--flight.-first .form__item.form__item--def.form__column-first > div > div.select-wrapper.select-wrapper--first.select-wrapper--county,
    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-second > div > div.select-wrapper.select-wrapper--first.select-wrapper--county,
    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-third > div > div.select-wrapper.select-wrapper--first.select-wrapper--county {
        margin-bottom: 2% !important;
    }

    form.form__type.-round .form__row.form__row--flight.-first .form__column-first {
        margin: 0 0 0 0 !important;
    }

    .form__types form.form__type.-round.is-active .form__row.form__row--flight.-first.form__row--custom .form__item.form__item--def.form__column-third .form-column-wrap > div {
        width: 100% !important;
    }

    form.form__type.is-active.-regular > div.form__row.form__row--flight.-first.-regular > div.form__item.form__item--def.-to.form__column-second > div > div.button-reverse.-regular,
    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-second > div > div.button-reverse.-round {
        display: block;
        margin-top: 2% !important;
    }

    body > div.page > div.content.content__dev > div > div.index__content {
        padding-top: 5px;
    }

    .form .form__body .form__section .form__types > form.form__type .form__line.form__line--custom.-second > div {
        flex: 0 0 100% !important;
    }
}

.owl-carousel .owl-item {
    height: 400px;
}

form.form__type.-cruise .form__row.form__row--flight.-first .form__item.form__item--def.form__column-second .form-column-wrap .form__item.-route {
    overflow: visible;
}

form.form__type.-cruise .form__row.form__row--flight.-first .form__item.form__item--def.form__column-second .form-column-wrap .form__item.-route .form__item.multiselect .mutliSelect > ul{
    top: 0;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}

form.selection__filters > div.selection__filter.selection__filter--price > span > span.selection > span {
    border: 1px solid #dfdfdf;
    font-size: 16px;
    color: #444;
    outline: 0;
    line-height: 1;
    border-radius: 5px;
    width: 100%;
    font-weight: 300;
    height: 100%;
    padding: 16px 15px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    body > div.page > div.content.content__dev > div > div.index__welcome {
        padding: 0 30px 0 30px;
    }
}

form.form__type.-round .form__row.form__row--flight.-first .form__column-second .form-column-wrap .select-wrapper--county:first-of-type {
    width: calc(0.38 * (100% - 40px)) !important;
}

form.form__type.-round .form__row.form__row--flight.-first .form__column-second .form-column-wrap .select-wrapper--county:nth-of-type(odd) {
    width: calc(0.57 * (100% - 40px)) !important;
}

@media screen and (max-width: 1023px) {

    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-second > div > div.button-reverse.-round {
        width: 100% !important;
    }

    form.form__type.-round.is-active .form__row.form__row--flight.-first.form__row--custom .form__item.form__item--def.form__column-first {
        width: 100% !important;
    }

    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-second > div > div.select-wrapper--county {
        width: 49.3% !important;
        margin-bottom: 2% !important;
    }

    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-third {
        width: 100% !important;
    }
}

@media (max-width: 1023px) and (min-width: 767px) {
    body .form .form__body .form__section .form__types > form.form__type > .form__row > .form__item.form__item--def.form__column-first div.mutliSelect,
    form.form__type.-cruise .cruise-root div.mutliSelect {
        width: calc(200% + 15px) !important;
    }

    form.form__type.-cruise .cruise-root .form__inp-cruise-ships div.mutliSelect {
        left: calc(-100% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .multiselect {
        z-index: auto;
    }

    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-second > div > div.select-wrapper--county,
    form.form__type.-cruise .cruise-root div.mutliSelect {
        width: 100% !important;
    }

    body .form .form__body .form__section .form__types > form.form__type > .form__row > .form__item.form__item--def.form__column-first div.mutliSelect {
        width: calc(200% + 15px) !important;
    }

    form.form__type.-round.is-active > div.form__row.form__row--flight.-first.form__row--custom > div.form__item.form__item--def.form__column-third > div.form-column-wrap > div.select-wrapper--pk.select-wrapper--county:first-of-type {
        margin-bottom: 2% !important;
    }

    form.form__type.-cruise .multiselect .dropdown div ul li {
        display: block;
        width: auto;
    }

    form.form__type.-cruise .multiselect .dropdown div ul li .checkbox {
        margin-top: 0;
        width: 100%;
    }

    form.form__type.-cruise .multiselect .dropdown div ul li .checkbox__label {
        white-space: normal;
        line-height: 1.4;
        height: auto;
        width: 100%;
    }
}

.form__item.form__item--def.-route .multiSel {
    line-height: 1;
}

form.-cruise .form__item.multiselect .dropdown a span {
    top: 0;
}

form.-cruise .form__item.multiselect .dropdown a {
    padding-right: 12px;
}

div.form__types > form.form__type.-cruise.is-active > div.form__row.form__row--flight.-first {
    max-width: 1216px;
}

form.-cruise .form__item.multiselect .multiSel:after{
    top: 10px;
}

form.form__type.-cruise .select2-selection.select2-selection--single,
form.form__type.-round .select2-selection.select2-selection--single,
form.form__type.-regular .select2-selection.select2-selection--single {
    height: 38px;
}

form.form__type > div.form__line.form__line--custom.form__line--one-way.-second > div.input-area.input-area--custom.-companies > div > div.select-wrapper.select-wrapper--first > span > span.selection > span > span.select2-selection__rendered {
    margin-top: -6px;
}

form.form__type > div.form__line.form__line--custom.form__line--one-way.-second > div.input-area.input-area--custom.-companies > div > div.select-wrapper.select-wrapper--first > span > span.selection > span > span.select2-selection__rendered .select2-selection__placeholder {
    vertical-align: sub;
}

.date-interval-separator {
    height: 25px !important;
    align-self: center;
}

form.form__type .form__line.form__line--custom.-second>div.-companies.cruise-points {
    /*width: 66%;*/
}

.-cruise.--to .input-date-icon {
    top: 10px;
}

.select-wrapper.select-wrapper--first.--duration span.select2-selection__rendered {
    margin-top: -5px;
}

form.-cruise .cruise-points li.select2-selection__choice {
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    background: none;
}

form.-cruise .cruise-points .select-wrapper.select-wrapper--first {
    height: 38px;
}

form.-cruise .cruise-points .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: 15px;
    color: #009eb9;
    margin-top: 0;
}

form.-cruise .cruise-points .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    margin-left: 5px;
}

form.-cruise .cruise-points .select2-container {
    height: 100%;
}

form.-cruise .cruise-points .select2-selection--multiple {
    height: 100%;
}