@charset "utf-8";

/* === fonts === */
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Regular.eot');
    src: local('☺'),
    url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Regular.woff') format('woff'),
    url('../fonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: local('☺'),
    url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Medium.woff') format('woff'),
    url('../fonts/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Bold.eot');
    src: local('☺'),
    url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Raleway-Bold.woff') format('woff'),
    url('../fonts/Raleway-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* === general === */
body,
body *,
body *:before,
body *:after {
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
}
body {
    min-width: 320px;
    background-color: #fff;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #2b2b2b;
}
body,
ul,
li {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 40px;
    color: #2c4480;
    margin: 25px 0 0;
    padding: 0;
    text-transform: uppercase;
}
ul {
    list-style-type: none;
}
table {
    border-collapse: collapse;
    width: 100%;
}
button::-moz-focus-inner {
    border: 0;
}
a,
input {
    outline: 0 none;
    text-decoration: none;
}
input[type="button"] {
    -webkit-appearance: none;
}
.hide{
    display: none;
}
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}
.alf_container {
    padding: 0 15px;
    width: 1270px;
    margin: 0 auto;
}
.alf_agency-files-title {
    position: absolute;
    color: #fff;
    top: 10px;
    font-family: 'Raleway', sans-serif;
}
[data-role="container"] {
    position: relative;
}
[data-role="button"] {
    cursor: pointer;
}
[data-role="body"] {
    position: absolute;
    display: none;
    background: #fff;
    left: -7px;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    padding: 15px;
    z-index: 1;
}
[data-role="close"] {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    background: url(../img/close.svg) no-repeat center;
}
[data-role="item"] {
    cursor: pointer;
    padding: 5px 15px;
}
.alf_table-container ul,
.alf_seo-col ul {
    color: #787878;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-left: 0 !important;
    list-style-type: none !important;
}
.alf_table-container ul {
    margin: 16px 0;
}
.alf_table-container ul li,
.alf_seo-col ul li ,
.alf_hotel-text ul li ,
.alf_about-text ul li {
    position: relative;
    padding-left: 36px;
}
.alf_table-container ul li::before,
.alf_about-text ul li::before,
.alf_hotel-text ul li::before,
.alf_seo-col ul li::before {
    content: '';
    display: block;
    height: 1px;
    width: 26px;
    background: #A1DA26;
    position: absolute;
    left: 0;
    top: 13px;
}
.alf_gray-desc {
    color: #9e9e9f;
    font-size: 16px;
}
@media (min-width: 480px) {
    [data-role="item"]:hover {
        background: #eee;
    }
}

/* === header === */
.alf_header-container {
    height: 137px;
    position: relative;
    background: #fff;
    z-index: 3;
}
/* logo */
.alf_header-logo {
    display: block;
    width: 197px;
    height: 107px;
    background: url(../img/logo.svg) no-repeat center;
    position: absolute;
    top: 15px;
    left: calc(50% - 617px);
    z-index: 1;
}
@media (min-width: 1410px)  {
    .alf_header-logo {
        left: calc(50% - 620px);
    }
}
@media (min-width: 1410px) and (max-width: 1500px) {
    .alf_header-logo {
        left: calc((50% - 360px)/2 + 25px);
        transform: translate(-50%,0);
    }
}

.alf_header-rows {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: calc(50% - 360px);
}
/* header top */
.alf_header-row-top {
    height: 75px;
    font-size: 16px;
}
.alf_header-row-top,
.alf_header-row-top * {
    color: #787878;
}
.alf_header-row-top-flex {
    display: flex;
}
.alf_header-row-top-flex .alf_header-row-top-item {
    height: 75px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.alf_header-row-top-flex .alf_header-row-top-item:not(:first-child) {
    margin-left: 52px;
}
.alf_header-row-top-flex [data-role="button"] {
    padding-right: 26px;
    background: url(../img/arr-down.svg) no-repeat right center;
}
#header-phone [data-role="button"] {
    display: flex;
    align-items: center;
}
#header-phone [data-role="button"] span {
    font-size: 30px;
    margin-left: 8px;
}
.alf_header-row-top-flex [data-role="button"].active {
    background-image: url(../img/arr-up.svg);
}
.alf_header-row-top-flex [data-role="body"] {
    top: 76px;
    padding: 43px 50px;
}
.alf_header-row-top-flex [data-role="body"] strong {
    color: #1A326C;
}
#header-emergency [data-role="body"] {
    width: 545px;
}
.alf_header-row-top-flex [data-role="item"].selected {
    display: none;
}
.alf_header-title {
    margin: 18px 0;
    padding: 2px 0;
    padding-left: 35px;
}
.alf_header-title-emergency {
    background: url(../img/header-fire.svg) no-repeat left 2px;
}
.alf_header-title-work-time {
    background: url(../img/header-time.svg) no-repeat left 4px;
}
.alf_header-title-phones {
    background: url(../img/header-phone.svg) no-repeat left 1px;
}
#header-phone .alf_header-title-phones {
    margin-top: 0;
    white-space: nowrap;
}
.alf_header-phones-flex {
    display: flex;
}
.alf_header-phones-flex > :nth-child(2) {
    padding-left: 85px;
    background: url(../img/brace.svg) no-repeat 35px center;
}
/* header compare */
.alf_header-compare-link {
    position: absolute;
    top: 26px;
    height: 40px;
    width: 28px;
    right: 240px;
    padding: 20px;
    background: url(../img/ic-compare-header.svg) no-repeat center top/ 20px;
}
.alf_header-compare-link::before {
    content: '';
    display: block;
    height: 73px;
    width: 73px;
    background: transparent;
    position: absolute;
    top: -25px;
    left: -15px;
}
.alf_header-compare-link span {
    position: absolute;
    top: -3px;
    right: -8px;
    background: #81b51d;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    padding-top: 1px;
}
.alf_header-compare-link span:empty {
    display: none;
}
.alf_header-compare-tip{
    display: none;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    line-height: 30px;
    padding: 24px 110px 15px 22px;
    position: absolute;
    top: 40px;
    left: auto;
    right: -32px;
    word-break: break-all;
    width: 370px;
    border-radius: 5px;
    font-size: 15px;
    height: auto;
    z-index: 22;
    text-align: center;
}
.alf_header-compare-tip:after{
    content: '';
    display: block;
    background: rgba(255, 255, 255, 0.1) url(../img/ic-compare-header.svg) no-repeat center bottom 24px;
    height: 100%;
    width: 70px;
    position: absolute;
    right: 20px;
    top: 0;
    opacity: 0.5;
}
.alf_header-compare-tip a{
    color: #5476c8;
    font-weight: 600;
    position: relative;
}
.alf_header-compare-tip a:before{
    content: '';
    display: block;
    background: url(../img/arrow-dash.svg) no-repeat center/contain;
    height: 32px;
    width: 105px;
    position: absolute;
    right: -55px;
    top: -24px;
}
.alf_header-compare-tip a:hover{
    text-decoration: underline;
}
.alf_header-compare-link:hover .alf_header-compare-tip{
    display: block;
}
.alf_header-compare-tip::before {
    content: '';
    display: block;
    width: 30px;
    height: 10px;
    background: url(../img/ic-rest-cloud.svg) no-repeat -55px -5px;
    position: absolute;
    top: -10px;
    right: 34px;
}
/* header green button */
#header-btn {
    position: absolute;
    top: 23px;
    right: 305px;
    z-index: 1;
}
.alf_header-compare-link + #header-btn {
    right: 450px;
}
.alf_header-btn {
    display: block;
    text-decoration: none;
    width: 180px;
    line-height: 28px;
    height: 29px;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 #628d0f, 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #81b51d;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
.alf_header-btn-body {
    width: 325px;
    height: 195px;
    background: url(../img/search-popup-3.svg) no-repeat center;
    box-shadow: none;
    text-align: center;
    top: 20px;
    left: -5px;
}
.alf_header-btn-body-title {
    color: #1a326c;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: bold;
    padding-top: 55px;
    margin-bottom: 28px;
}
.alf_header-btn-body [data-role="close"] {
    top: 18px;
    right: -6px;
    width: 36px;
    height: 36px;
    background: url(../img/search-popup-close.svg) no-repeat center;
}
.alf_header-btn-link {
    color: #2b2b2b;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    text-decoration: none;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.alf_header-btn-link:first-child {
    margin-right: 50px;
}
.alf_header-btn-link::before,
.alf_header-btn-link::after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
}
.alf_header-btn-link::before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #9a9a9a;
}
.alf_header-btn-link.active::after {
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    background-color: #81b61d;
}



/* header currency */
.alf_header-currency-container {
    position: absolute;
    top: 12px;
    right: 45px;
    text-align: right;
    font-size: 12px;
}
.alf_header-currency-container a {
    display: block;
    font-size: 13px;
    margin: 2px 0 0;
}
/* header social */
.alf_header-social-container {
    display: none;
}
.alf_header-social-link {
    display: block;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
    opacity: .5;
    transition: opacity .3s;
}
.alf_header-social-link:hover {
    opacity: 1;
}
.alf_header-social-link.fb {
    background: url(../img/social-fb.svg) no-repeat center;
}
.alf_header-social-link.inst {
    background: url(../img/social-instagram.svg) no-repeat center;
}
.alf_header-social-link.ytube {
    background: url(../img/social-youtube.svg) no-repeat center;
}
/* header menu */
.alf_header-row-bottom {
    height: 62px;
    border-top: 1px solid #83B1D8;
}
.alf_header-menu {
    display: flex;
    padding-right: 45px;
    justify-content: space-between;
    align-items: center;
    height: 61px;
}
.alf_header-menu .alf_header-menu-separator:last-child {
    display: none;
}
.alf_header-menu a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #1a326c;
    font-weight: 700;
    font-size: 15px;
}
.alf_header-menu li {
    position: relative;
}
/* header left panel */
.alf_header-sidebar {
    position: absolute;
    left: 0;
    top: 64px;
    width: 50px;
}
.alf_header-sidebar-vertical {
    transform: rotate(-90deg);
    transform-origin: 222px 222px;
    display: flex;
    justify-content: flex-end;
    width: 450px;
    height: 50px;
}
.alf_header-sidebar-vertical li:nth-child(2) {
    display: none !important;
}
.alf_header-sidebar-vertical a {
    display: block;
    text-decoration: none;
    background: #5476C8;
    padding: 12px 15px 15px;
    margin: 0 5px;
    color: #fff;
    font-size: 16px;
    border-radius: 0 0 5px 5px;
    transition: background-color .3s;
}
.alf_header-sidebar-vertical a:hover {
    background-color: #1a326c;
}
.alf_header-sidebar-icons {
    position: absolute;
    left: 0;
    top: 237px;
}
.alf_header-sidebar-icon {
    display: block;
    height: 50px;
    width: 50px;
    font-size: 16px;
    background: #1a326c no-repeat;
    margin-bottom: 8px;
    border-radius: 0 5px 5px 0;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
    padding-left: 50px;
}
@media (max-width: 320px) {
    .alf_header-sidebar-icon {
        margin-bottom: 6px;
    }
}
.alf_header-sidebar-icon:hover {
    background-color: #fff;
    color: #1a326c;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.alf_header-sidebar-icon-sms {
    background-image: url(../img/sidebar-sms.svg);
    background-position: 8px center;
}
.alf_header-sidebar-icon-sms:hover {
    background-image: url(../img/sidebar-sms-hover.svg);
    width: 300px;
}
.alf_header-sidebar-icon-mail {
    background-image: url(../img/sidebar-mail.svg);
    background-position: 11px center;
}
.alf_header-sidebar-icon-mail:hover {
    background-image: url(../img/sidebar-mail-hover.svg);
    width: 314px;
}
.alf_header-sidebar-icon-viber {
    background-image: url(../img/sidebar-viber.svg);
    background-position: 10px center;
}
.alf_header-sidebar-icon-viber:hover {
    background-image: url(../img/sidebar-viber-hover.svg);
    width: 104px;
}
.alf_header-sidebar-icon-skype {
    background-image: url(../img/sidebar-skype.svg);
    background-position: 10px center;
}
.alf_header-sidebar-icon-skype:hover {
    background-image: url(../img/sidebar-skype-hover.svg);
    width: 109px;
}
.alf_header-sidebar-icon-telegram {
    background-image: url(../img/sidebar-telegram.svg);
    background-position: 10px center;
}
.alf_header-sidebar-icon-telegram:hover {
    background-image: url(../img/sidebar-telegram-hover.svg);
    width: 134px;
}

.alf_footer-links li:nth-child(3),
.alf_header-menu li:nth-child(7) + .alf_header-menu-separator,
.alf_header-menu li:nth-child(7) {
    display: none !important;
}

@media (max-height: 820px) {
    .alf_header-sidebar {
        top: 40px;
    }
    .alf_header-sidebar-vertical a {
        padding: 12px 10px 15px;
    }
    .alf_header-sidebar-icons {
        top: 217px;
    }
    body #alf_header-slider-container .swiper-slide {
        height: 620px;
    }
    body.home .alf_header-social-container::after {
        height: 98px;
    }
    body .alf_header-slider-text-container {
        top: 110px;
    }
    body #alf_header-slider-container [class*="swiper-button-"] {
        top: 345px;
    }
    body #alf_header-slider-container + .alf_search-btn-container {
        position: relative;
        z-index: 2;
        top: -105px;
    }
}

@media (min-width: 1171px) {
    .home .alf_header-social-container {
        display: block;
        position: absolute;
        top: 491px;
        left: calc(50% - 620px);
    }
    .home .alf_header-social-container::after {
        content: '';
        display: block;
        height: 168px;
        width: 1px;
        background: rgba(255,255,255,.5);
        position: absolute;
        left: 19px;
        top: 168px;
    }
}
@media (max-width: 1360px) {
    .alf_header-logo,
    .home .alf_header-social-container {
        left: 70px;
    }
}

/* more link */
.alf_more-container {
    position: relative;
    text-align: right;
    padding: 5px 0 0;
}
.alf_more-container::before {
    content: '';
    display: block;
    height: 1px;
    background: #5476C8;
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% - 620px);
}
@media (max-width: 1270px) {
    .alf_more-container::before {
        right: 15px;
    }
}
.alf_more-container a {
    color: #5476c8;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}
.alf_news-item-link a:hover,
.alf_more-container a:hover {
    color: #2c4480;
}

/* === news === */
.alf_news-container {
    margin-bottom: 80px;
}
.alf_news-container h2 {
    margin-bottom: 10px;
}
.alf_news-desc {
    margin-bottom: 45px;
}
.alf_news-list {
    margin: 0 0 30px;
}
.alf_news-item {
    height: 185px;
    width: calc((100% - 80px)/3);
    float: left;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
}
.alf_news-item:nth-child(3n+2) {
    margin: 0 40px;
}
.alf_news-item-img {
    width: 150px;
    height: 185px;
    border-radius: 5px 0 0 5px;
    background: no-repeat center / cover;
    position: absolute;
    top: 0;
    left: 0;
}
.alf_news-item-body {
    padding: 20px 0 0 175px;
}
.alf_news-item-date {
    color: #9d9d9d;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin-bottom: 14px;
}
.alf_news-item-title {
    color: #2b2b2b;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    height: 84px;
    overflow: hidden;
    margin-bottom: 13px;
    padding-right: 20px;
}
.alf_news-item-link {
    text-align: right;
}
.alf_news-item-link a {
    width: 130px;
    color: #5476c8;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-top: 1px solid #5476C8;
    text-decoration: none;
    display: inline-block;
    padding-top: 3px;
    text-align: left;
}

/* === search input === */
.alf_search-container {
    width: calc(100% - (100% - 78px)/3);
    padding-right: 39px;
}
.alf_search-container input {
    display: block;
    background: #fff url(../img/search.svg) no-repeat left 12px / 24px auto;
    height: 45px;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom-color: #83b1d8;
    width: 100%;
    padding: 0 0 0 34px;
    margin: 0;
    font-size: 16px;
}
.alf_search-container input::-webkit-input-placeholder {
    color: #5476c8 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}
.alf_search-container input::-moz-placeholder {
    color: #5476c8 !important;
    opacity: 1 !important;
    line-height: 43px !important;
    font-size: 16px !important;
}
.alf_search-container input:-ms-input-placeholder {
    color: #5476c8 !important;
    opacity: 1 !important;
    font-size: 16px !important;
}
.alf_search-container input:-moz-placeholder {
    color: #5476c8 !important;
    opacity: 1 !important;
    line-height: 43px !important;
    font-size: 16px !important;
}

/* === pagination === */
.pagination-container {
    text-align: center;
    padding: 43px 0;
    border-top: 1px solid #5476c8;
}
.pagination-container > * {
    display: inline-block;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #5476c8;
    border: 1px solid #83b1d8;
    border-radius: 5px;
    line-height: 48px;
    min-width: 50px;
    margin: 7px;
}
.pagination-container > *:hover {
    border-color: #5476c8;
}
.pagination-container .active {
    color: #fff;
    background-color: #5678c9;
    border-color: #5678c9;
}
.pagination-container .pagination-dots {
    border-color: transparent;
    margin: 0;
    min-width: 34px;
}
.pagination-container .pagination-dots span {
    position: relative;
    top: -4px;
}
.pagination-container a {
    cursor: pointer;
}
.pagination-prev {
    padding: 0 27px 0 48px;
    background: url(../img/pagination-prev.svg) no-repeat 23px center;
}
.pagination-next {
    padding: 0 48px 0 27px;
    background: url(../img/pagination-next.svg) no-repeat right 23px center;
}
.pagination-prev:hover {
    background-image: url(../img/pagination-prev-hover.svg);
}
.pagination-next:hover {
    background-image: url(../img/pagination-next-hover.svg);
}
.pagination-container .disabled {
    border-color: #c4c4c4;
    color: #c4c4c4;
    cursor: default;
}
.pagination-prev.disabled {
    background-image: url(../img/pagination-prev-disabled.svg);
}
.pagination-next.disabled {
    background-image: url(../img/pagination-next-disabled.svg);
}

/* === single img with description === */
.alf_single-img-with-desc {
    position: relative;
    padding-bottom: 80px;
}
.alf_single-img-with-desc .alf_single-img {
    height: 400px;
    background: no-repeat center / cover;
    border-radius: 5px;
}
.alf_single-img-with-desc .alf_single-desc {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    height: 57px;
    text-align: center;
    border-top: 1px solid #dadada;
    font-size: 14px;
    color: #7c7c7c;
    padding: 6px 15px 0;
    width: 815px;
}

/* === single social === */
.alf_single-social {
    display: flex;
    padding-top: 25px;
    align-items: center;
    justify-content: space-between;
    clear: both;
}
.alf_single-social-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-decoration: none;
    margin-left: 7px;
}
.alf_single-social-item.fb {
    background: url(../img/social-fb-blue.svg) no-repeat center;
}
.alf_single-social-item.inst {
    background: url(../img/social-instagram-blue.svg) no-repeat center;
}

/* === new currency === */
.alf_header-currency-container {
    display: none;
}
.alf_header-cur-container {
    position: absolute;
    right: 45px;
    top: 27px;
    z-index: 2;
}
.alf_header-cur-item {
    float: left;
    margin-left: 24px;
    padding-left: 26px;
    line-height: 20px;
    font-size: 14px;
    color: #787878;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
}
.alf_header-cur-item.usd {
    background: url(../img/ic-dollar.svg) no-repeat left center;
}
.alf_header-cur-item.euro {
    background: url(../img/ic-euro.svg) no-repeat left center;
}
.alf_cur-history {
    position: absolute;
    right: 0;
    bottom: -20px;
    font-size: 12px;
    cursor: pointer;
}
.alf_header-cur-item-hint {
    display: none;
    position: absolute;
    width: 182px;
    height: 81px;
    background: url(../img/ic-cloud.svg) no-repeat center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2c4480;
    padding-top: 32px;
    left: -27px;
    top: 21px;
}
.alf_header-cur-item:last-child .alf_header-cur-item-hint {
    background-image: url(../img/ic-cloud-reverce.svg);
    left: -68px;
}
.alf_header-cur-item:hover .alf_header-cur-item-hint {
    display: block;
}
.alf_hotel-modal-open,
.alf_modal-open {
    overflow: hidden;
}
.alf_modal-overlay {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.alf_modal-open .alf_modal-overlay:not(.alf_hotel-modal-overlay),
.alf_modal-open .alf_modal-overlay:not(.alf_training-modal-overlay),
.alf_hotel-modal-open .alf_hotel-modal-overlay,
.alf_hotel-modal-open .alf_training-modal-overlay {
    display: flex;
}
.alf_modal-body {
    border-radius: 5px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 1px;
    position: relative;
    display: none;
    cursor: default;
}
.alf_modal-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 14px;
    background: url(../img/modal-close.svg) no-repeat center;
    font-size: 0;
    cursor: pointer;
}
.alf_cur-table-wrapper {
    padding: 50px 45px 45px;
}
.alf_cur-table {
    width: 450px;
}
.alf_cur-table-top {
    border-bottom: 1px solid #5476c8;
}
.alf_cur-table-top .alf_cur-table-col {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #2b2b2b;
}
.alf_cur-table-list {
    min-height: 50px;
}
.alf_cur-table-list .alf_cur-table-row {
    border-top: 2px solid #E6E6E6;
}
.alf_cur-table-list .alf_cur-table-row:first-child {
    margin-top: 15px;
    border-top: none;
}
.alf_cur-table-list .alf_cur-table-col {
    font-size: 18px;
    color: #000;
}
.alf_cur-table-list .alf_cur-table-col:not(:first-child) {
    color: #9d9d9d;
}
.alf_cur-table-col {
    float: left;
    line-height: 48px;
}
.alf_cur-table-col:nth-child(1) {
    width: 190px;
}
.alf_cur-table-col:nth-child(2) {
    width: 130px;
}
.alf_cur-table-col:nth-child(3) {
    width: 114px;
}
.alf_cur-table-col:nth-child(4) {
    width: 310px;
}
.alf_cur-table-bottom {
    border-top: 1px solid #5476c8;
    text-align: right;
    padding-top: 3px;
}
.alf_cur-table-bottom a {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #5476c8;
    text-transform: uppercase;
    text-decoration: none;
}
.alf_cur-table-col .alf_search-container {
    width: 100%;
    padding-right: 0;
}
.alf_cur-table-col .alf_search-container input {
    border: none;
    width: 100%;
    padding: 0 0 0 34px;
}
/* modal form */
.alf_modal-form {
    width: 500px;
    padding: 45px;
}
.alf_modal-form-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.alf_modal-form-input-wrapper {
    position: relative;
    margin-bottom: 16px;
}
/*.alf_modal-form-input-wrapper:nth-child(2)::after {*/
    /*content: '*';*/
    /*position: absolute;*/
    /*color: #e22c3c;*/
    /*right: 9px;*/
    /*top: 12px;*/
    /*pointer-events: none;*/
    /*font-size: 16px;*/
/*}*/
.alf_modal-form-input,
.alf_modal-form-textarea {
    border-radius: 5px;
    border: solid 1px #83b1d8;
    background-color: #fff;
    display: block;
    width: 100%;
    color: #787878;
    font-size: 16px;
}
.alf_modal-form-input {
    height: 45px;
    padding: 0 15px;
}
.alf_modal-form-textarea {
    padding: 10px 15px;
    resize: none;
    height: 106px;
    margin: 0 0 16px;
}
.alf_modal-form-submit {
    line-height: 45px;
    border-radius: 5px;
    background-color: #81b51d;
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}

/* === anchor menu === */
.alf_anchor-menu-container {
    min-height: 93px;
}
.alf_anchor-menu-container.fixed .alf_anchor-menu-wrapper {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    z-index: 999;
}
.alf_menu-open .alf_anchor-menu-container.fixed .alf_anchor-menu-wrapper {
    z-index: 1;
}
.alf_anchor-menu-container.fixed .alf_anchor-menu-bg,
.alf_anchor-menu-container.fixed .alf_anchor-menu {
    height: 50px;
}
.alf_anchor-menu-container.fixed .alf_anchor-menu {
    padding-top: 15px;
    margin-bottom: 0;
}
.alf_anchor-menu-container.fixed .alf_anchor-menu-bg {
    border-radius: 0 0 0 5px;
}


@media (max-width: 1460px) {
    .alf_header-row-top-flex .alf_header-row-top-item:not(:first-child) {
        margin-left: 35px;
    }
}
@media (min-width: 1171px) and (max-width: 1410px) {
    #header-lang {
        display: none;
    }
}
@media (max-width: 1409px) {
    .alf_container {
        padding-left: 86px;
        padding-right: 66px;
        width: auto;
    }
    .alf_header-logo {
        left: 86px;
    }
    .alf_more-container::before {
        right: 66px;
    }
    .alf_header-rows {
        padding-left: 322px;
    }
}
@media (min-width: 1170px) and (max-width: 1250px) {
    .alf_header-menu a {
        font-size: 14px;
    }
}
@media (max-width: 1260px) {
    .alf_header-compare-link {
        right: 210px;
    }
    #header-btn {
        right: 265px;
    }
}
@media (min-width: 1171px) and (max-width: 1260px) {
    .alf_header-row-top-flex .alf_header-row-top-item:not(:first-child) {
        margin-left: 15px;
    }
    .alf_header-btn {
        width: 165px;
        font-size: 14px;
    }
}
@media (max-width: 1170px) {
    .alf_header-compare-link {
        right: 180px;
    }
    #header-btn {
        right: 235px;
    }
    .alf_header-menu-btn-check {
        display: none;
    }
    .alf_header-menu-wrapper {
        position: fixed;
        z-index: 999;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        cursor: pointer;
        background: rgba(44, 68, 128, 0.6);
        display: none;
        justify-content: center;
        align-items: center;
    }
    .alf_menu-open .alf_header-menu-wrapper {
        display: flex;
    }
    /* header top */
    #header-phone {
        z-index: 2;
    }
    #header-emergency {
        position: absolute;
        margin: 0;
        top: 66px;
        z-index: 1;
    }
    #header-emergency [data-role="body"] {
        top: 68px;
    }
    #header-lang,
    .alf_menu-open #header-lang [data-role="button"],
    .alf_menu-open #header-lang [data-role="close"] {
        display: none;
    }
    .alf_menu-open #header-lang {
        display: block;
        width: 536px;
        height: 30px;
        z-index: 1000;
        position: fixed;
        right: 60px;
        bottom: 35px;
        border-top: 1px solid #5476c8;
    }
    .alf_menu-open #header-lang [data-role="body"] {
        display: block !important;
        background: none;
        position: static;
        box-shadow: none;
        border-radius: 0;
        padding: 2px 0 0;
        text-align: right;
    }
    .alf_menu-open #header-lang [data-role="item"] {
        display: inline-block;
        background: #fff;
        font-size: 0;
        margin-left: 35px;
        padding-left: 0;
        padding-right: 0;
    }
    .alf_menu-open #header-lang [data-role="item"]::after {
        font-size: 16px;
        font-weight: bold;
        color: #5476c8;
    }
    .alf_menu-open #header-lang [data-role="item"][data-lang="ru"]:nth-child(1)::after {
        content: 'РУС';
    }
    .alf_menu-open #header-lang [data-role="item"][data-lang="ua"]:nth-child(1)::after {
        content: 'УКР';
    }
    /*.alf_menu-open #header-lang [data-role="item"]:nth-child(4)::after {*/
    /*    content: 'ENG';*/
    /*}*/
    .alf_header-cur-container {
        right: 16px;
    }
    .alf_menu-open .alf_header-social-container {
        display: flex;
        position: fixed;
        right: 60px;
        left: auto;
        bottom: 90px;
        z-index: 1000;
    }
    .alf_header-social-link {
        margin: 0 0 0 24px;
        opacity: 1;
    }
    .alf_header-social-link.fb {
        background-image: url(../img/social-fb-blue.svg);
    }
    .alf_header-social-link.inst {
        background-image: url(../img/social-instagram-blue.svg);
    }
    .alf_header-social-link.ytube {
        background-image: url(../img/social-youtube-blue.svg);
    }
    /* header bottom */
    .alf_header-row-bottom {
        position: relative;
        cursor: pointer;
    }
    .alf_header-menu-btn {
        width: 46px;
        height: 33px;
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .alf_header-menu-btn span::before,
    .alf_header-menu-btn::before,
    .alf_header-menu-btn::after {
        content: '';
        display: block;
        width: 46px;
        height: 4.5px;
        background-color: #2c4480;
        border-radius: 3px;
        position: absolute;
        left: 0;
    }
    body.show-menu .alf_header-menu-btn::after,
    .alf_header-menu-btn::before {
        top: 14px;
    }
    .alf_header-menu-btn::after {
        top: 28px;
    }
    body.show-menu .alf_header-menu-btn span::before {
        display: none;
    }
    body.show-menu .alf_header-menu-btn::before {
        transform: rotate(45deg);
    }
    body.show-menu .alf_header-menu-btn::after {
        transform: rotate(-45deg);
    }
    .alf_menu-open .alf_header-container {
        z-index: 15;
    }
    .alf_header-container .alf_header-row-bottom {
        -webkit-tap-highlight-color: transparent;
    }
    .alf_header-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 596px;
        height: auto;
        display: flex;
        background: #fff;
        padding: 100px 60px 230px 80px;
        flex-direction: column;
        justify-content: space-between;
        align-items: normal;
    }
    .alf_header-menu-close {
        width: 31px;
        height: 31px;
        background: url(../img/ic-menu-close.svg) no-repeat center;
        position: absolute;
        top: 31px;
        right: 25px;
        cursor: pointer;
        z-index: 1;
    }
    .alf_header-menu-separator {
        display: none;
    }
    .alf_header-menu li > a {
        font-size: 18px;
    }
    .alf_header-menu li > a:hover,
    .alf_header-menu li > a:active {
        color: #81b51d;
    }
    .alf_header-menu li > a::before {
        content: '•';
        padding-right: 23px;
    }
}

@media (max-width: 1024px) {
    .alf_container {
        padding-left: 66px;
    }
    .alf_header-logo {
        left: 66px;
    }
}
@media (max-width: 990px) {
    #header-emergency [data-role="body"] {
        left: -342px;
    }
}
@media (min-width: 801px) and (max-width: 990px) {
    #header-btn {
        right: auto;
        left: 500px;
        top: 90px;
        z-index: 1;
    }
}
@media (max-width: 1024px) {
    .alf_header-logo {
        left: 66px;
    }
    .alf_header-rows {
        padding-left: 300px;
    }
}
@media (max-width: 1024px) {
    #header-btn {
        right: 15px;
        left: auto;
        top: 13px;
    }
    .alf_header-btn {
        width: 130px;
        line-height: normal;
        height: 50px;
        padding: 2px 0 0;
    }
    .alf_header-compare-link {
        right: 170px;
    }
    .alf_header-btn-body {
        top: 40px;
        left: auto !important;
        right: -3px !important;
        transform: scale(-1, 1);
    }
    .alf_header-btn-body > * {
        transform: scale(-1, 1);
    }
}
@media (min-width: 571px) and (max-width: 900px) {
    .alf_header-compare-link {
        font-size: 0;
        width: 24px;
        height: 23px;
        padding: 0;

    }
}
@media (max-width: 860px) {
    #header-emergency [data-role="body"] {
        left: -242px;
    }
}
@media (max-width: 1024px) {
    .alf_header-rows {
        padding-left: 308px;
    }
    .alf_container {
        padding-left: 66px;
        padding-right: 46px;
        width: auto;
    }
    .alf_more-container::before {
        right: 46px;
    }
    .alf_header-logo {
        left: 67px;
    }
    .alf_header-cur-container,
    .alf_menu-open .alf_header-cur-container {
        display: none;
    }
    .alf_menu-open .alf_header-cur-container {
        display: block;
        position: fixed;
        right: 60px;
        top: auto;
        left: auto;
        bottom: 160px;
        z-index: 1000;
    }
}
@media (max-width: 1024px) {
    .alf_cur-history {
        left: 0;
    }
    .alf_header-menu {
        width: 270px;
        padding: 70px 20px 270px;
    }
    .alf_menu-open .alf_header-cur-container,
    .alf_menu-open #header-emergency,
    .alf_menu-open #header-phone,
    .alf_menu-open .alf_header-social-container,
    .alf_menu-open #header-lang {
        right: 20px;
    }
    .alf_menu-open #header-lang {
        width: 250px;
    }
    .alf_header-compare-link,
    .alf_header-hide-mobile,
    #header-emergency,
    #header-phone {
        display: none;
    }
    .alf_menu-open #header-emergency,
    .alf_menu-open #header-phone {
        display: block;
        position: fixed;
        top: auto;
        left: auto;
        z-index: 1001;
        width: 230px;
        height: auto;
    }
    .alf_menu-open #header-emergency.active,
    .alf_menu-open #header-phone.active {
        z-index: 1002;
    }
    .alf_menu-open #header-phone {
        bottom: 230px;
    }
    .alf_menu-open #header-emergency {
        bottom: 193px;
    }
    #header-phone [data-role="button"] span {
        font-size: 16px;
        margin-left: 5px;
    }
    .alf_menu-open #header-emergency [data-role="body"],
    .alf_menu-open #header-phone [data-role="body"] {
        width: 270px;
        height: auto;
        position: fixed;
        top: 0;
        bottom: 0;
        left: auto;
        right: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 20px;
    }
    .alf_menu-open #header-emergency [data-role="body"] {
        padding-right: 50px;
    }
    .alf_menu-open #header-emergency .alf_header-phones-flex {
        display: block;
    }
    .alf_menu-open #header-emergency .alf_header-phones-flex > :nth-child(2) {
        padding-left: 0;
        padding-top: 20px;
        background: none;
    }
    .alf_header-hide-mobile + .alf_header-title {
        margin-top: 0;
    }
    .alf_menu-open .alf_header-compare-link {
        top: auto;
        position: fixed;
        display: block;
        bottom: auto;
        right: 72px;
        z-index: 1000;
        height: 23px;
        margin: 0;
    }
    .alf_header-compare-link::before {
        width: 53px;
    }
    .alf_menu-open .alf_header-cur-container {
        right: 20px;
        bottom: 155px;
        width: 230px;
        z-index: 1001;
    }
    .alf_header-cur-item:first-child {
        margin-left: 0;
    }
    .alf_menu-open .alf_header-social-container {
        bottom: 60px;
    }
    .alf_menu-open #header-lang {
        bottom: 15px;
    }
    .alf_header-container {
        height: 110px;
    }
    .alf_header-row-top {
        height: 17px;
    }
    .alf_header-row-bottom {
        border-top: none;
    }
    .alf_header-logo {
        left: 15px;
        width: 153px;
        height: 81px;
        background-size: contain;
    }
    .alf_header-menu-btn {
        right: 22px;
        top: 22px;
    }
    h1 {
        font-size: 30px;
        margin: 30px 0 15px;
    }
    .alf_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .alf_more-container::before {
        right: 8px;
    }
    .alf_header-sidebar {
        display: none;
    }
    #header-btn {
        right: 90px;
        top: 30px;
    }
    .alf_header-sidebar {
        display: none;
    }
    .alf_menu-open .alf_header-sidebar {
        display: block !important;
        z-index: 1001 !important;
        position: fixed !important;
    }
}
@media (max-width: 375px) {
    #header-btn {
        right: 75px;
        top: 35px;
    }
    .alf_header-btn {
        width: 104px;
        height: 42px;
        padding: 3px 0 0;
        font-size: 12px;
    }
    .alf_header-menu-btn {
        right: 15px;
        top: 22px;
    }
    .alf_header-compare-tip {
        top: 25px;
        right: -50px;
        transform: scale(.85);
    }
}
@media (max-width: 320px) {
    #header-btn {
        right: 15px;
        top: 59px;
    }
    .alf_header-menu-btn {
        top: 0;
    }
    .alf_header-compare-tip {
        top: 15px;
        right: -70px;
        transform: scale(.7);
    }
}


.hotel-list-filters-form-container input:disabled + label {
    background: gray !important;
}
.hotel-list-filters-form-container input:checked + label {
    background: red;
}

/* === 404 === */
.alf_404-container {
    background: #fcfcfd;
}
.alf_404-container .alf_container {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    flex-direction: column;
}
.alf_404-container h1 {
    width: 100%;
    height: 450px;
    font-size: 0;
    margin: 0;
    background: url(../img/404.svg) no-repeat center;
}
.alf_404-heading {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #2c3863;
    text-transform: uppercase;
    margin: -85px 0 63px;
}
.alf_404-text {
    color: #898989;
    font-size: 18px;
    max-width: 640px;
}
.alf_404-text a {
    color: #5476c8;
}
@media (max-height: 820px) {
    .alf_404-container .alf_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .alf_404-container h1 {
        height: 350px;
        background-size: contain;
    }
    .alf_404-heading {
        margin: -70px 0 48px;
    }
}
@media (max-width: 820px) {
    .alf_404-container .alf_container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .alf_404-container h1 {
        height: 250px;
        background-size: contain;
    }
    .alf_404-heading {
        margin: 40px 0 20px;
    }
}
@media (max-width: 414px) {
    .alf_404-container h1 {
        height: 200px;
    }
    .alf_404-heading {
        font-size: 24px;
    }
}

.alf_contacts-form-submit.success {
    background-image: url("../img/checked_1.svg");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 100px;
}

/* modal forms */
.alf_hotel-book-form-wrapper {
    width: 840px;
    padding: 45px;
}
.alf_training-modal-overlay .alf_hotel-book-form-wrapper{
    width: 1050px;
}
.alf_hotel-book-form-wrapper.alf_hotel-book-form-wrapper-sms{
    width: 430px;
}
.alf_hotel-book-form-wrapper.alf_hotel-book-form-wrapper-sms [id*="phone"] {
    width: 100%;
}
.alf_hotel-book-form-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 11px;
    border-bottom: 2px solid #A9BAE4;
}
.alf_hotel-book-form-wrapper form {
    padding: 22px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.alf_hotel-book-form-wrapper [type="date"] {
    background: #fff;
}
.alf_hotel-book-form-row {
    margin-bottom: 19px;
    display: flex;
    width: 100%;
}
.alf_select-wrapper {
    height: 45px;
    position: relative;
}
.alf_select-wrapper::after {
    content: '';
    display: block;
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../img/auctions-arr.svg) no-repeat 9px 17px;
    cursor: pointer;
    pointer-events: none;
    border-radius: 5px;
}
.alf_select-wrapper:not(.alf_hotel-book-form-city) {
    width: calc(50% - 7px);
}
.alf_select-wrapper:not(.alf_hotel-book-form-city):nth-child(2) {
    margin-left: 14px;
}
.alf_select-wrapper select {
    height: 43px;
    display: block;
    width: 100% !important;
    border: none;
    background: none;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 5px;
    cursor: pointer;
}
.alf_hotel-book-form-wrapper input {
    height: 45px;
    padding: 0 15px;
}
.alf_select-wrapper,
.alf_hotel-book-form-wrapper input,
.alf_hotel-book-form-wrapper textarea {
    border-radius: 5px;
    border: solid 1px #83b1d8;
    background-color: #fff;
    color: #787878;
    font-size: 16px;
}
.alf_hotel-book-form-wrapper textarea {
    resize: none;
    height: 106px;
    width: 100%;
    padding: 10px 15px;
}
.alf_hotel-book-form-city + .input-group-wrapper .input-group input,
.alf_hotel-book-form-city,
.alf_hotel-book-form-wrapper [id*="company"],
.alf_hotel-book-form-wrapper [id*="name"],
.alf_hotel-book-form-wrapper [id*="email"] {
    margin-right: 14px;
}
.alf_hotel-book-form-city input{
    width: 100%;
}
.alf_hotel-book-form-city,
.alf_hotel-book-form-wrapper [id*="name"] {
    width: 300px;
}
.alf_hotel-book-form-wrapper .input-group-wrapper .input-group input,
.alf_hotel-book-form-wrapper [id*="company"],
.alf_hotel-book-form-wrapper [id*="city"],
.alf_hotel-book-form-wrapper [id*="email"],
.alf_hotel-book-form-wrapper [id*="phone"] {
    width: 211px;
}
.alf_hotel-book-form-wrapper .alf_hotels-form-submit {
    border-color: transparent;
    background: #81b51d;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 268px;
    margin: 0 auto;
    cursor: pointer;
    display: block;
}
input[type="submit"].loading {
    background: #787878;
}
input[type="submit"] + div div {
    display: none;
}
input[type="submit"].success + div div {
    display: block;
    color: #81b51d;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 50px;
    top: 50%;
    transform: translate(0,-50%);
}
input[type="submit"].loading + div::before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../img/loader.svg) no-repeat center / contain;
    position: absolute;
    bottom: 55px;
    left: 50%;
    margin-left: -110px;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
input[type="submit"].loading.success {
    display: none;
}
input[type="submit"].loading.success + div::before {
    display: none;
}
.alf_hotel-book-form-error {
    color: #b92c28;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    /*font-weight: bold;*/
    padding-top: 11px;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.input-group-wrapper {
    position: relative;
}
.input-group-wrapper-hint {
    position: absolute;
    background: #fff;
    top: -11px;
    left: 15px;
    cursor: pointer;
    pointer-events: none;
    font-size: 14px;
    padding: 0 5px;
}

/* success form massage */
.alf_contacts-form-submit.success + div {
    height: 50px;
}
.alf_contacts-form-submit + div div {
    display: none;
}
.alf_contacts-form-submit.success + div div {
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 27px;
}
.alf_about-docs-form .alf_contacts-form-submit.success + div div {
    padding-top: 10px;
}

/* breadcrumbs */
.alf_breadcrumbs {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}
.alf_breadcrumbs div,
.alf_breadcrumbs div a {
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #787878;
}
.alf_breadcrumbs div a {
    color: #1a326c;
}
.sub_page_menu_container {
    margin-top: -30px;
}
.alf_breadcrumbs .separator {
    margin: 0 5px;
    font-weight: 400;
}


/* ========== fixed header ========== */
.fixed-header .alf_header-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    height: 76px;
}
.fixed-header .alf_header-logo {
    width: 127px;
    height: 67px;
    background-size: contain;
    top: 5px;
}
.fixed-header .alf_header-rows {
    padding-left: calc(50% - 425px);
}
.fixed-header:not(.alf_menu-open) .alf_header-social-container {
    display: none;
}
.fixed-header .alf_header-container + div {
    margin-top: 137px;
}

.fixed-header .alf_header-menu-wrapper {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    display: none;
    justify-content: center;
    align-items: center;
}
.fixed-header.alf_menu-open .alf_header-menu-wrapper {
    display: flex;
}
/* header top */
.fixed-header #header-phone {
    z-index: 2;
}
.fixed-header .alf_header-compare-link {
    right: 515px;
    top: 28px;
}
.fixed-header:not(.alf_menu-open) .alf_header-cur-container {
    right: 346px;
}
.fixed-header #header-btn {
    top: 15px;
    right: 115px;
}
.fixed-header .alf_header-btn {
    width: 203px;
    line-height: 45px;
    height: auto;
    box-shadow: none;
    font-size: 16px;
}
.fixed-header .alf_header-btn-body {
    top: 42px;
    left: -18px;
}
.fixed-header .alf_header-social-link {
    margin: 0 0 0 24px;
    opacity: 1;
}
.fixed-header .alf_header-social-link.fb {
    background-image: url(../img/social-fb-blue.svg);
}
.fixed-header .alf_header-social-link.inst {
    background-image: url(../img/social-instagram-blue.svg);
}
.fixed-header .alf_header-social-link.ytube {
    background-image: url(../img/social-youtube-blue.svg);
}
/* header bottom */
.fixed-header .alf_header-row-bottom {
    border-top-color: transparent;
    position: absolute;
    top: 7px;
    right: 20px;
}
.fixed-header .alf_header-menu-btn {
    width: 46px;
    height: 33px;
    position: absolute;
    top: 13px;
    right: 16px;
}
.fixed-header .alf_header-menu-btn span::before,
.fixed-header .alf_header-menu-btn::before,
.fixed-header .alf_header-menu-btn::after {
    content: '';
    display: block;
    width: 46px;
    height: 4.5px;
    background-color: #2c4480;
    border-radius: 3px;
    position: absolute;
    left: 0;
}
.fixed-header.show-menu .alf_header-menu-btn::after,
.fixed-header .alf_header-menu-btn::before {
    top: 14px;
}
.fixed-header .alf_header-menu-btn::after {
    top: 28px;
}

@media (min-width: 1171px) {
    .fixed-header.alf_menu-open .alf_header-social-container {
        display: flex;
        position: fixed;
        right: 60px;
        left: auto;
        bottom: 60px;
        top: auto;
        z-index: 1000;
    }
    .fixed-header.show-menu .alf_header-menu-btn span::before {
        display: none;
    }
    .fixed-header.show-menu .alf_header-menu-btn::before {
        transform: rotate(45deg);
    }
    .fixed-header.show-menu .alf_header-menu-btn::after {
        transform: rotate(-45deg);
    }
    .fixed-header.alf_menu-open .alf_header-container {
        z-index: 15;
    }
    .fixed-header .alf_header-menu {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 596px;
        height: auto;
        display: flex;
        background: #fff;
        padding: 100px 60px 160px 80px;
        flex-direction: column;
        justify-content: space-between;
        align-items: normal;
    }
    .fixed-header .alf_header-menu-close {
        width: 31px;
        height: 31px;
        background: url(../img/ic-menu-close.svg) no-repeat center;
        position: absolute;
        top: 31px;
        right: 25px;
        cursor: pointer;
        z-index: 1;
    }
    .fixed-header .alf_header-menu-separator {
        display: none;
    }
    .fixed-header .alf_header-menu li > a {
        font-size: 18px;
    }
    .fixed-header .alf_header-menu li > a::before {
        content: '•';
        padding-right: 23px;
    }
}

@media (min-width: 1171px) and (max-width: 1410px) {
    .fixed-header.alf_menu-open #header-lang [data-role="button"],
    .fixed-header.alf_menu-open #header-lang [data-role="close"] {
        display: none;
    }
    .fixed-header.alf_menu-open .alf_header-social-container {
        bottom: 90px;
    }
    .fixed-header.alf_menu-open #header-lang {
        display: block;
        width: 536px;
        height: 30px;
        z-index: 1000;
        position: fixed;
        right: 60px;
        bottom: 35px;
        border-top: 1px solid #5476c8;
    }
    .fixed-header.alf_menu-open #header-lang [data-role="body"] {
        display: block !important;
        background: none;
        position: static;
        box-shadow: none;
        border-radius: 0;
        padding: 2px 0 0;
        text-align: right;
    }
    .fixed-header.alf_menu-open #header-lang [data-role="item"] {
        display: inline-block;
        background: #fff;
        font-size: 0;
        margin-left: 35px;
        padding-left: 0;
        padding-right: 0;
    }
    .fixed-header.alf_menu-open #header-lang [data-role="item"]::after {
        font-size: 16px;
        font-weight: bold;
        color: #5476c8;
    }
    .fixed-header.alf_menu-open #header-lang [data-role="item"]:nth-child(2)::after {
        content: 'РУС';
    }
    .fixed-header.alf_menu-open #header-lang [data-role="item"]:nth-child(3)::after {
        content: 'УКР';
    }
    .fixed-header.alf_menu-open #header-lang [data-role="item"]:nth-child(4)::after {
        content: 'ENG';
    }
}

@media (max-width: 1320px) {
    .fixed-header .alf_header-rows {
        padding-left: 250px;
    }
}
@media (min-width: 571px) and (max-width: 1220px) {
    .fixed-header #header-emergency {
        display: none;
    }
}
@media (max-width: 1160px) {
    .fixed-header .alf_header-menu-btn {
        right: 4px;
    }
    .fixed-header #header-btn {
        right: 95px;
        left: auto;
    }
    .fixed-header:not(.alf_menu-open) .alf_header-cur-container {
        right: 325px;
    }
    .fixed-header .alf_header-compare-link {
        right: 485px;
    }
    .fixed-header .alf_header-rows {
        padding-left: 235px;
    }
}
@media (max-width: 1024px) {
    .fixed-header .alf_header-logo {
        left: 66px;
    }
}
@media (max-width: 1024px) {
    .fixed-header .alf_header-cur-container,
    .fixed-header.alf_menu-open .alf_header-cur-container {
        display: none;
    }
    .fixed-header.alf_menu-open .alf_header-cur-container {
        display: block;
        position: fixed;
        right: 20px;
        top: auto;
        left: auto;
        bottom: 160px;
        z-index: 1000;
    }
    .fixed-header .alf_header-compare-link {
        right: 310px;
    }
}
@media (max-width: 1024px) {
    .fixed-header #header-btn {
        top: 14px;
    }
    .fixed-header .alf_header-btn {
        width: 120px;
        line-height: 20px;
        padding: 3px 0;
    }
    .fixed-header .alf_header-compare-link {
        right: 235px;
    }
}
@media (max-width: 1024px) {
    .fixed-header .alf_header-logo {
        left: 15px;
    }
    .alf_header-compare-link {
        background-position: center;
    }
    .alf_header-compare-tip {
        top: 49px;
        right: -29px;
    }
}

[data-text="Без звездности"] {
    display: none;
}


/* === table === */
.alf_table-container table {
    border-collapse: collapse !important;
    border-width: 0 !important;
    float: none !important;
}
.alf_table-container table th,
.alf_table-container table th *,
.alf_table-container table td {
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: normal !important;
    text-transform: none !important;
}
.alf_table-container table td * {
    margin: 0 !important;
    text-transform: none !important;
}

.alf_table-container div table h1,
.alf_table-container div table h1 * {
    font-size: 30px !important;
}

.alf_table-container div table h2,
.alf_table-container div table h2 * {
    font-size: 28px !important;
}

.alf_table-container div table h3,
.alf_table-container div table h3 * {
    font-size: 26px !important;
}

.alf_table-container div table h4,
.alf_table-container div table h4 * {
    font-size: 24px !important;
}

.alf_table-container div table h5,
.alf_table-container div table h5 * {
    font-size: 22px !important;
}

.alf_table-container div table h6,
.alf_table-container div table h6 * {
    font-size: 20px !important;
}

.alf_table-container div table h1,
.alf_table-container div table h1 *,
.alf_table-container div table h2,
.alf_table-container div table h2 *,
.alf_table-container div table h3,
.alf_table-container div table h3 *,
.alf_table-container div table h4,
.alf_table-container div table h4 *,
.alf_table-container div table h5,
.alf_table-container div table h5 *,
.alf_table-container div table h6,
.alf_table-container div table h6 *,
.alf_table-container table tr:first-child th,
.alf_table-container table tr:first-child td,
.alf_table-container table th strong,
.alf_table-container table th b,
.alf_table-container table td strong,
.alf_table-container table td b {
    font-weight: bold !important;
}

.alf_table-container table tr:first-child th,
.alf_table-container table tr:first-child td {
    border-bottom-color: #5476c8 !important;
}

.alf_table-container table thead + tbody tr:first-child td {
    font-weight: normal !important;
    border-bottom-color: #E9E9E9 !important;
}

.alf_table-container table th,
.alf_table-container table td {
    border-left: 2px dashed #E9E9E9 !important;
    border-bottom: 2px solid #E9E9E9 !important;
    height: 49px !important;
    padding: 5px 10px !important;
    vertical-align: middle !important;
}

.alf_table-container table th{
    text-align: center !important;
}

.alf_table-container table th:first-child {
    border-left: none !important;
    text-align: left !important;
    padding-left: 0 !important;
}
.alf_table-container table th:first-child,
.alf_table-container table td:first-child {
    border-left: none !important;
    padding-left: 0 !important;
}

.alf_table-container table th:last-child,
.alf_table-container table td:last-child {
    border-right: none !important;
}

.alf_table-container table tr:last-child td {
    border-bottom-color: #5476c8 !important;
}
.alf_table-container table tr:first-child th,
.alf_table-container table tr:first-child td {
    border-top: none !important;
}

.alf_hotel-text img,
.alf_blog-single-content img,
.alf_country-regions-text-full img,
.alf_country-about-container img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alf_hotel-text:after,
.alf_blog-single-content:after,
.alf_country-regions-text-full:after {
    content: '';
    display: block;
    clear: both;
}

.alf_hotel-main-container-col-bg {
    position: absolute;
    background: rgba(44,68,128,.9);
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
}

.samo-search-form-container input,
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.alf_news-single-meta {
    color: #2c4480;
    font-size: 15px;
}
.alf_news-single-meta strong {
    text-transform: uppercase;
}

/* === auctions === */
.alf_auctions-container {
    position: relative;
    margin: 40px 0 78px;
}

.alf_auctions-container-bg {
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 104px);
    right: 0;
    background: #2C4480;
}

.alf_auctions-container-bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat center / cover;
    opacity: .1;
}

.alf_auctions-header-filter {
    display: flex;
    justify-content: space-between;
}

.alf_auctions-header-filter h2 {
    max-width: 300px;
    margin: 51px 0 15px;
}

.alf_auctions-filter-container {
    margin-top: 82px;
}

.alf_auctions-filter-btn {
    width: 434px;
    height: 45px;
    line-height: 43px;
    border-radius: 5px;
    border: 1px solid #83b1d8;
    background: #fff url(../img/auctions-arr.svg) no-repeat right 15px center;
    padding: 0 20px;
}

.alf_auctions-filter-btn.active {
    background-image: url(../img/auctions-arr-active.svg);
}

.alf_auctions-filter-btn .button-text {
    display: inline;
}

.alf_auctions-filter-body {
    left: 0;
    right: 0;
    padding: 10px;
}

.alf_auctions-filter-body [data-role="item"] {
    padding: 5px 11px;
}

.alf_auctions-filter-body [data-role="item"].selected {
    display: none;
}

.alf_auctions-desc,
.alf_auctions-desc div {
    position: relative;
}

.alf_auctions-desc {
    margin-bottom: 45px;
}

.alf_auctions-desc::before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    background: #5476C8;
    height: 2px;
}

.alf_auctions-desc div {
    display: block;
    background: #fff;
    max-width: 460px;
    padding-right: 15px;
}

.alf_auctions-list {
    margin-right: -18px;
    position: relative;
}

.alf_auctions-item,
.alf_auctions-item * {
    display: block;
}

.alf_auctions-item {
    margin: 0 18px 30px 0;
    height: 375px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    background-color: #fff;
    width: calc(25% - 18px);
    float: left;
    text-decoration: none;
}

.alf_auctions-item-price > :first-child {
    align-items: center;
}

.alf_auctions-item-price > :first-child,
.alf_auctions-item-dudes,
.alf_auctions-item-dudes b,
.alf_auctions-item-dudes i {
    display: flex;
}
.alf_auctions-item-dudes div + i {
    margin-left: 5px;
}
.alf_auctions-item-dudes:empty {
    display: none;
}

.alf_auctions-item-dudes {
    margin-right: 10px;
    position: relative;
    top: 1px;
    align-items: flex-end;
}

.alf_auctions-item-dudes b,
.alf_auctions-item-dudes i {
    background: url(../img/dude.svg) no-repeat center;
}

.alf_auctions-item-dudes b {
    width: 20px;
    height: 20px;
}

.alf_auctions-item-dudes i {
    width: 15px;
    height: 15px;
    background-size: 15px auto;
}

.alf_auctions-item:nth-child(3),
.alf_auctions-item:nth-child(4),
.alf_auctions-item:nth-child(9),
.alf_auctions-item:nth-child(10) {
    width: calc(50% - 18px);
}

.alf_auctions-item-img {
    height: 221px;
    background: no-repeat center / cover;
    border-radius: 4px 4px 0 0;
    position: relative;
    transition: opacity .3s;
}

.alf_auctions-item:hover .alf_auctions-item-img {
    opacity: .95;
}

.alf_auctions-item-price {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    border-radius: 5px 0 0 0;
    background: #81B61D;
    text-align: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    height: 60px;
    width: auto;
    padding: 11px 17px 0 17px;
}

.alf_auctions-item-price span:nth-of-type(2) {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -5px;
}

.alf_auctions-item-body {
    height: 154px;
    overflow: hidden;
    padding: 18px 20px 0;
}

.alf_auctions-item-name {
    color: #2b2b2b;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.alf_auctions-item-geo-stars {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.alf_auctions-item-geo {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9a9a9a;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 19px;
    padding-left: 21px;
    background: url(../img/auction-marker.svg) no-repeat left center;
    flex-grow: 2;
}

.alf_auctions-item-stars {
    white-space: nowrap;
    margin-top: 1px;
}

.alf_auctions-item-star {
    width: 16px;
    height: 15px;
    float: left;
    margin-left: 3px;
    background: url(../img/auction-star.svg) no-repeat center;
}

.alf_auctions-item-info-table {
    display: table;
    width: 100%;
    overflow: hidden;
}

.alf_auctions-item-info-row {
    display: table-row;
}

.alf_auctions-item-info-col {
    display: table-cell;
    color: #636363;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    white-space: nowrap;
    padding: 7px 0;
    text-align: center;
    position: relative;
}

.alf_auctions-item-info-col:first-child {
    padding-right: 10px;
}

.alf_auctions-item-info-col:last-child {
    padding-left: 10px;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-col::after,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-col::after,
.alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child::before,
.alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child::after {
    content: '';
    position: absolute;
    display: block;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child::after,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child::after {
    display: none;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-col::after,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-col::after,
.alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child::after {
    top: 0;
    right: 0;
    height: 62px;
    width: 1px;
    background: url(../img/auction-cell-vertical.svg) repeat-y 0 0;
}

.alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child::before {
    left: 0;
    bottom: -1px;
    width: 500%;
    height: 1px;
    background: url(../img/auction-cell-horizontal.svg) repeat-x 0 0;
}

.alf_auctions-item .alf_auctions-item-info-col > * {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alf_auctions-item .alf_auctions-item-info-col > * > * {
    overflow: hidden;
    white-space: nowrap;
    max-width: 128px;
    text-overflow: ellipsis;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-col > * > *,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-col > * > *,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-col > * > *,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-col > * > * {
    max-width: 300px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-col ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-col ::before {
    content: '';
    display: flex;
    margin-right: 8px;
    background: no-repeat center;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-table,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-table,
.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-table,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-table,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row {
    display: flex;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(3) .alf_auctions-item-info-col,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-col,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-col,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-col {
    flex-grow: 2;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-col,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-col,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-col,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-col {
    display: block;
    padding: 38px 10px 0;
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child {
    background: url(../img/auction-food.svg) no-repeat center 11px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col:first-child > ::before {
    width: 15px;
    height: 20px;
    background-image: url(../img/auction-food.svg);
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child {
    background: url(../img/auction-plane.svg) no-repeat center 14px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.air:last-child > ::before {
    width: 23px;
    height: 15px;
    background-image: url(../img/auction-plane.svg);
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child {
    background: url(../img/auction-bus.svg) no-repeat center 11px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.bus:last-child > ::before {
    width: 20px;
    height: 20px;
    background-image: url(../img/auction-bus.svg);
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child {
    background: url(../img/auction-home.svg) no-repeat center 10px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-row:first-child .alf_auctions-item-info-col.home:last-child > ::before {
    width: 21px;
    height: 21px;
    background-image: url(../img/auction-home.svg);
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child {
    background: url(../img/auction-date.svg) no-repeat center 11px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:first-child > ::before {
    width: 18px;
    height: 18px;
    background-image: url(../img/auction-date.svg);
}

.alf_auctions-item:nth-child(3) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child,
.alf_auctions-item:nth-child(4) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child,
.alf_auctions-item:nth-child(9) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child,
.alf_auctions-item:nth-child(10) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child {
    background: url(../img/auction-duration.svg) no-repeat center 12px;
}

.alf_auctions-item:nth-child(1) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(2) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(5) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(6) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(7) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(8) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(11) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before,
.alf_auctions-item:nth-child(12) .alf_auctions-item-info-row:last-child .alf_auctions-item-info-col:last-child > ::before {
    width: 17px;
    height: 18px;
    background-image: url(../img/auction-duration.svg);
}

input.gallery {
    display: none;
}

/* anchor menu */
.alf_anchor-menu-bg,
.alf_anchor-menu {
    height: 93px;
}
.alf_anchor-menu-bg {
    border-radius: 5px 0 0 5px;
    background-color: #5476c8;
    top: 0;
    left: calc(50% - 620px);
    right: 0;
}
.alf_anchor-menu {
    padding: 38px 0 0 37px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.alf_anchor-menu a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    height: 19px;
}
.alf_anchor-menu a:hover::before {
    content: '';
    display: block;
    height: 1px;
    background: #fff;
    left: 0;
    right: 0;
    bottom: -9px;
}
.table-wrapper {
    overflow-x: auto;
}
.alf_tabs-content img {
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto !important;
}

@media (max-width: 1330px) {
    .alf_auctions-item {
        width: calc(28% - 18px);
    }
    .alf_auctions-item:nth-child(3),
    .alf_auctions-item:nth-child(4),
    .alf_auctions-item:nth-child(9),
    .alf_auctions-item:nth-child(10) {
        width: calc(44% - 18px);
    }
    .alf_auctions-container-bg {
        left: 450px;
    }
    .alf_auctions-desc div {
        max-width: 355px;
        padding-right: 10px;
        font-size: 15px;
    }
}
@media (max-width: 1230px) {
    .alf_auctions-item {
        width: calc(30% - 18px);
    }
    .alf_auctions-item:nth-child(3),
    .alf_auctions-item:nth-child(4),
    .alf_auctions-item:nth-child(9),
    .alf_auctions-item:nth-child(10) {
        width: calc(40% - 18px);
    }
    .alf_news-list {
        margin: 0 -40px 34px 0 !important;
    }
    .alf_news-item {
        width: calc((100% - 80px)/2);
        margin: 38px 40px 0 0 !important;
    }
}
@media (max-width: 1140px) {
    .alf_auctions-item:nth-child(2),
    .alf_auctions-item:nth-child(5) {
        display: none !important;
    }
    .alf_auctions-item {
        width: 296px;
    }
    .alf_auctions-item:nth-child(3),
    .alf_auctions-item:nth-child(4),
    .alf_auctions-item:nth-child(9),
    .alf_auctions-item:nth-child(10) {
        width: calc(100% - 332px);
    }
}

@media (max-width: 1024px) {
    .alf_anchor-menu-wrapper {
        min-height: 40px;
        background: #5476c8;
    }
    .alf_anchor-menu-button.active ~ .alf_container .alf_anchor-menu a::before,
    .alf_anchor-menu,
    .alf_anchor-menu-bg {
        display: none;
    }
    .alf_anchor-menu-button {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 25px;
        z-index: 1;
    }
    .alf_anchor-menu-button:not(.active) span::before,
    .alf_anchor-menu-button:not(.active)::before,
    .alf_anchor-menu-button:not(.active)::after {
        content: '';
        display: block;
        width: 20px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 0;
    }
    .alf_anchor-menu-button:not(.active) span::before {
        top: 8px;
    }
    .alf_anchor-menu-button:not(.active)::after {
        top: 16px;
    }
    .alf_anchor-menu-container {
        min-height: 40px;
    }
    .alf_anchor-menu-button.active {
        background: url(../img/ic-menu-close.svg) no-repeat center / cover;
        filter: brightness(1000%);
    }
    .alf_anchor-menu-button.active ~ .alf_container .alf_anchor-menu {
        display: block;
        height: auto;
        padding: 10px 0;
    }
    .alf_anchor-menu-button.active ~ .alf_container .alf_anchor-menu a {
        display: block;
        margin: 12px 0;
    }

}

@media (max-width: 1024px) {
    .alf_auctions-container-bg {
        left: 345px;
    }
    .alf_auctions-desc div {
        max-width: 270px;
        font-size: 14px;
    }
    .alf_auctions-item {
        width: calc(50% - 18px);
    }
    .alf_auctions-item:nth-child(2),
    .alf_auctions-item:nth-child(5) {
        display: block !important;
    }
    .alf_auctions-item:nth-child(3),
    .alf_auctions-item:nth-child(4) {
        width: calc(50% - 18px);
    }
    .alf_auctions-item:nth-child(odd):last-child {
        width: calc(100% - 18px);
    }
    .alf_news-list {
        margin: 0 0 34px !important;
    }
    .alf_news-item {
        width: 100%;
        margin: 38px 0 0 !important;
    }
    .alf_hotel-book-form-wrapper {
        width: 100%;
        padding: 15px;
    }
    .alf_modal-body {
        max-width: 100%;
    }
    .alf_hotel-book-form-row > * {
        max-width: calc((100% - 28px)/3) !important;
        width: calc((100% - 28px)/3) !important;
        min-width: calc((100% - 28px)/3) !important;
    }
    .alf_hotel-book-form-wrapper .input-group-wrapper .input-group input,
    .alf_hotel-book-form-wrapper [id*="company"],
    .alf_hotel-book-form-wrapper [id*="city"],
    .alf_hotel-book-form-wrapper [id*="email"],
    .alf_hotel-book-form-wrapper [id*="phone"] {
        width: 100%;
    }
}
@media (min-width: 620px) and (max-width: 1024px) {
    .alf_hotel-book-form-city + .input-group-wrapper {
        margin-right: 14px;
    }
    [data-modal-body="tourist-form"] .alf_hotel-book-form-wrapper textarea {
        max-width: calc((100% - 58px)/3) !important;
        width: calc((100% - 58px)/3) !important;
        min-width: calc((100% - 58px)/3) !important;
        position: absolute;
        bottom: 98px;
        right: 15px;
        height: 109px;
    }
}

@media (max-width: 1024px) {
    .alf_anchor-menu-button {
        right: 15px;
    }
}

@media (max-width: 620px) {
    [data-modal-body="tourist-form"] .alf_hotel-book-form-row > .input-group-wrapper:last-child {
        margin-left: 14px !important;
    }
    [data-modal-body="tourist-form"] .alf_hotel-book-form-row > .input-group-wrapper {
        max-width: calc(50% - 7px) !important;
        width: calc(50% - 7px) !important;
        min-width: calc(50% - 7px) !important;
    }
    .alf_select-wrapper {
        height: 36px;
    }
    .alf_select-wrapper select {
        height: 34px;
    }
    .alf_select-wrapper:not(.alf_hotel-book-form-city):nth-child(2) {
        margin-left: 0;
    }
    .alf_select-wrapper::after {
        background-position: 9px 13px;
    }
    .alf_hotel-book-form-row {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .alf_hotel-book-form-row > * {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100% !important;
        margin: 0 0 12px;
    }
    .alf_hotel-book-form-wrapper input {
        height: 36px;
    }
    .alf_hotel-book-form-wrapper textarea {
        height: 76px;
    }
    .alf_auctions-item {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .alf_auctions-list {
        margin-right: 0;
    }
    .alf_auctions-container-bg {
        left: 142px;
        top: 185px;
    }
    .alf_auctions-desc::before {
        display: none;
    }
    .alf_auctions-container-bg {
        height: auto;
        bottom: 0;
    }
    body #alf_header-slider-container + .alf_search-btn-container {
        top: 0;
    }
    body #alf_header-slider-container [class*="swiper-button-"] {
        top: 420px;
    }
}

@media (max-width: 480px) {
    .alf_table-container ul li,
    .alf_seo-col ul li,
    .alf_hotel-text ul li,
    .alf_about-text ul li {
        padding-left: 24px;
    }
    .alf_table-container ul li::before,
    .alf_about-text ul li::before,
    .alf_hotel-text ul li::before,
    .alf_seo-col ul li::before {
        width: 16px;
    }
    [style*='text-align: justify;'] {
        text-align: left !important;
    }
    .alf_cur-table-wrapper {
        padding: 20px;
        overflow: auto;
    }
    .alf_cur-table-bottom {
        text-align: left;
    }
    .pre-table-wrapper {
        width: 50px;
        height: 50px;
        background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjMDAwMDAwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAwIDEwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSIgIE01OC42MjIsNDkuNDE3aC0yLjMxMmMtMy4zNzUsMC01LDMuMjUtNSw1LjVzMCwyLjM3NSwwLDUuMjVjMCwxMCwxMCwxNS43NSwxMCwxNS43NVY3OC41Ij48L3BhdGg+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSIgIE02NS4xNDMsNDkuNDE3VjI4Ljc1YzAtMS43MDMtMS4zOC0zLjA4My0zLjA4My0zLjA4M2wwLDBjLTEuNzAzLDAtMy4wODMsMS4zOC0zLjA4MywzLjA4M3YyOC42NjciPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9IiAgTTcxLjMwOSw1MC42NjdWMjIuNjI1YzAtMS43MDMtMS4zOC0zLjA4My0zLjA4My0zLjA4M2wwLDBjLTEuNzAzLDAtMy4wODMsMS4zOC0zLjA4MywzLjA4M3YyNC41NDIiPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9IiAgTTc3LjQ3Niw1Mi4zMzN2LTkuMjVjMC0xLjcwMy0xLjM4LTMuMDgzLTMuMDgzLTMuMDgzbDAsMGMtMS43MDMsMC0zLjA4MywxLjM4LTMuMDgzLDMuMDgzdjUuNzUiPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9IiAgTTc3LjQ3Niw1Mi4wODN2LTUuNzVjMC0xLjcwMywxLjM4LTMuMDgzLDMuMDgzLTMuMDgzbDAsMGMxLjcwMywwLDMuMDgzLDEuMzgsMy4wODMsMy4wODN2OS4yNWMwLDAsMCwyLjgzMywwLDUuMDgzICBzLTAuNTgzLDExLTQuNzUsMTUuMjVWNzguNSI+PC9wYXRoPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik03OC40NjYsNzAuODI4ICBjMC45NTYtMS44OTMsMS44NzMtNC42OTQsMi4wOTQtOC42NjIiPjwvcGF0aD48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNNzUuOTc2LDc0LjE2NyAgYzAsMCwwLjI5MS0wLjIxNCwwLjcyOC0wLjY5OSI+PC9wYXRoPjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgeDE9IjE3LjE0MyIgeTE9IjI1Ljg0NCIgeDI9IjQzLjcyNiIgeTI9IjI1Ljg0NCI+PC9saW5lPjxwb2x5bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iICAzOS45NjUsMjEuNDI3IDQ0LjM4MiwyNS44NDQgMzkuOTAzLDMwLjMyMyAiPjwvcG9seWxpbmU+PGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiB4MT0iNDQuMzgyIiB5MT0iMzUuNTgzIiB4Mj0iMTcuNzk5IiB5Mj0iMzUuNTgzIj48L2xpbmU+PHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgcG9pbnRzPSIgIDIxLjU1OSw0MCAxNy4xNDMsMzUuNTgzIDIxLjYyMiwzMS4xMDQgIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center / 50px;
        animation: 2s linear slide infinite;
    }

    @keyframes slide {
        from {
            margin-left: 0;
        }

        to {
            margin-left: 0;
        }

        50% {
            margin-left: 10px;
        }
    }

}

@media (max-width: 375px) {
    .fixed-header .alf_header-btn {
        width: calc(100vw - 250px);
    }
}
@media (max-width: 360px) {
    .alf_news-item-img {
        width: 120px;
    }
    .alf_news-item-body {
        padding: 20px 0 0 140px;
    }
}
@media (max-width: 320px) {
    .fixed-header .alf_header-btn {
        line-height: 14px;
        padding: 9px 0;
        font-size: 10px;
    }
    h1 {
        font-size: 24px;
    }
}
/* To prevent content prices from flickering before they are converted */
.alf_cur-plugin {
    display: none;
}

