/* Base */

header.page-header .header__wrap {
    min-height: 0;
    background-position: top;
}

header.page-header .page-title {
    margin-top: -25px;
    z-index: 0;
    padding-top: 65px;
    padding-bottom: 50px;
}

header.page-header .page-title-text {
    display: block;
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
    color: #514F4F;
}

header.page-header .header__menu {
    z-index: 10;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.02);
}

header.page-header .header__address {
    display: flex;
    align-items: center;
}

header.page-header .breadcrumb {
    font-size: 16px;
    display: block;
    text-align: center;
    color: #352B12;
}

footer .footer__payment-icons {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

footer .footer__payment-icons img {
    width: 50px;
    height: auto;
}

.page {
    position: relative;
}

.page:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    background-color: white;
    width: 100%;
    height: 30px;
    border-radius: 50%;
    top: -15px
}

._icon-Envelope {
    height: 13px;
    width: 19px;
    margin-right: 10px;
}

/* Visas */

.visas__country-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 5px;
    transition: box-shadow 0.2s linear, border-color 0.2s linear;
}

.visas__country-item .flag-icon {
    width: 38px;
    height: 25px;
    margin-bottom: 10px;
}

.visas__country-item .country-name {
    display: block;
    text-align: center;
    font-size: 16px;
}

.visas__country-item:hover {
    border-color: #E68758;
    box-shadow: 0 15px 40px rgba(39, 39, 39, 0.08);
}


/* Visas details */

.visas__header-flag {
    position: absolute;
    width: 52px;
    left: 50%;
    margin-left: -26px;
    z-index: 20;
    top: -41px;
}

.visas-section__header {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 13px 40px 12px 40px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}

.visas-section__header.section-yellow {
    background-color: #EDD289;
    color: black;
    box-shadow: 0 20px 40px rgba(237, 210, 137, 0.2);
}

.visas-section__header.section-orange {
    background-color: #EF9576;
    color: white;
    box-shadow: 0 20px 40px rgba(239, 149, 118, 0.2);
}

.visas-section__header.section-red {
    background-color: #EF768A;
    color: white;
    box-shadow: 0 20px 40px rgba(239, 118, 128, 0.2);
}

.visas-section__header.section-blue {
    background-color: #4CAECE;
    color: white;
    box-shadow: 0 20px 40px rgba(76, 174, 206, 0.2);
}

.visas-section__header.section-green {
    background-color: #4EB379;
    color: white;
    box-shadow: 0 20px 40px rgba(78, 179, 121, 0.2);
}

.visas-section__header__question-icon {
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.4;
}

.visas-section__content {
    font-size: 16px;
    color: #514F4F;
    margin-bottom: 50px;
    display: none;
}

.visas-section__content ul, ul.list {
    padding-left: 20px;
    font-size: 16px;
}

.visas-section__content ul li, ul.list li {
    margin: 15px 0;
}

.visas-section__content ul li::before, ul.list li::before {
    content: "";
    height: 8px;
    position: relative;
    background: url(../images/li-circle.svg) no-repeat left;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    top: -2px
}

.visas-section__content.no-bottom-margin {
    margin-bottom: 0;
}

/* Comments */

.review__form {
    box-shadow: 0 20px 40px rgba(237, 210, 137, 0.35);
}

.review__form .review-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.comments-block {
    padding-top: 80px;
}

.comment:not(:last-child) {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.comment span.comment-date {
    font-size: 16px;
    color: #898989;
}

.comment span.comment-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    color: #2C2C2C;
}

.comment p.comment-text {
    font-size: 16px;
    color: #514F4F;
}

.comment img.comment-avatar {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    object-fit: cover;
    object-position: center;
    margin-bottom: 20px;
}

.comment .no-avatar {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-color: white;
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px;
    color: #CFCFCF;
    font-weight: 600;
    margin-bottom: 20px;
}

.review-service {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-bottom: 90px;
    justify-content: space-between;
}

.btn.btn-small {
    font-size: 14px;
    font-weight: 600;
    color: white;
    text-align: center;
    padding: 0 30px;
    height: 40px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    transition: background-color 0.2s linear;
}

.btn.btn-orange {
    background-color: #E68758;
    box-shadow: 0 20px 40px rgba(230, 135, 88, 0.3);
}

.btn-orange:hover {
    background-color: #eba17b;
}

.btn-orange:active {
    background-color: #df672c;
}

.review-service .btn {
    margin-top: 35px;
}

.review__form.comment-page .file.btn {
    width: auto;
    padding: 0 50px;
    height: 66px;
}

.review__form.comment-page .file label {
    padding: 0;
    height: 66px;
    align-items: center;
    position: static;
    font-size: 14px;
}

.review__form.comment-page .file label img {
    margin-left: 20px;
}

.review__form.comment-page .review__btn-message {
    padding: 0 50px;
    height: 66px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.review__form.comment-page .review__btn-message img {
    margin-left: 20px;
}

/* About */

.page-section-title {
    font-size: 44px;
    font-weight: 300;
    display: block;
    text-align: center;
    color: #514F4F;
    margin-bottom: 40px;
}
.btn.btn-big {
    height: 66px;
    padding: 0 44px;
    border-radius: 33px;
    font-size: 14px;
    align-items: center;
    display: flex;
}

.achievement-carousel-cell {
    width: 24%;
    padding: 10px;
    margin-right: 10px;
    background: white;
    border-radius: 10px;
    counter-increment: carousel-cell;
    position: relative;
    box-sizing: border-box;
}

.achievement-carousel-cell img {
    width: 100%;
    cursor: pointer;
}

.achievement-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 60px;
    cursor: pointer;
    display: none;
}

.achievement-overlay img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.achievement-carousel .flickity-prev-next-button {
    background-color: transparent;
    opacity: 1;
    transform: scale(1, 1.5);
    top: 50%;
    margin-top: -25px;
}

.achievement-carousel .flickity-prev-next-button:before {
    content: '';
    display: block;
    border-radius: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #A49E8A;
    opacity: 1;
    border-bottom: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.achievement-carousel .flickity-prev-next-button.previous {
    left: -40px;
}

.achievement-carousel .flickity-prev-next-button.next {
    transform: scale(-1, 1.5);
    right: -40px;
}

.achievement-carousel .flickity-prev-next-button svg {
    display: none;
}

.section-about p {
    font-size: 16px;
    color: #514F4F;
}

.team__phone-btn {
    box-shadow: 0 20px 40px rgba(237, 210, 137, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
}

.team__phone-btn:hover > span {
    opacity: 1;
    visibility: visible;
    box-shadow: 0 20px 40px rgba(237, 210, 137, 0.35);
}

/* Payment */

.payment-section-title {
    font-size: 22px;
    font-weight: 600;
    color: #514F4F;
    margin-bottom: 30px;
    display: block;
}

.payment-info {
    font-size: 16px;
    color: #514F4F;
}

.payment-section-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #514F4F;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payment-section-subtitle:hover {
    text-decoration: underline;
    cursor: pointer;
}

.payment-section-subtitle img {
    height: 48px;
    margin-right: 20px;
}

.payment-info .section-content {
  display: none;
}

/* Bonus */

.bonus-card {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 15px 40px rgba(39, 39, 39, 0.11);
    overflow: hidden;
    margin-bottom: 20px;
}

.bonus-card-image {
    height: 365px;
    position: relative;
}

.bonus-card-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.bonus-card-image .bonus-card-title {
    font-size: 20px;
    color: white;
    font-weight: 600;
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
}

.bonus-card-image .bonus-card-image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%);
}

.bonus-card-content {
    font-size: 16px;
    color: #514F4F;
    padding: 20px 25px;
}

.hotel-card {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 15px 40px rgba(39, 39, 39, 0.11);
    overflow: hidden;
}

.hotel-card-top-title {
    display: flex;
    padding: 15px 20px;
    align-items: center;
}

.hotel-card-top-title span {
    font-size: 18px;
    font-weight: bold;
    color: #313131;
}

.hotel-card-img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    object-position: center;
}

.hotel-card-content {
    padding: 15px 20px;
}

.hotel-card-title {
    font-size: 16px;
    color: #313131;
}

.hotel-details-link {
    color: #E68758;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
}

.hotel-details-link:hover {
    text-decoration: underline;
}

.hotel-card .hit__stars svg {
    margin-right: 0 !important;
    transform: none !important;
}

/* Media */

@media(max-width: 992px) {
    header.page-header .page-title {
        margin-top: 25px;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media(max-width: 768px) {
    .visas-section__header__question-icon {
        display: none;
    }

    .achievement-carousel-cell {
        width: 100%;
    }
}

.section-about {
    text-align: justify;
}

.achievement-carousel .flickity-viewport {
    height: 100%;
    padding-top:30%;
}
.achievement-carousel .flickity-slider{
    margin-top:-30%;
}

.free-time-section .container {
    margin-top: -20px;
}