@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    box-sizing: border-box;
}

*, *:after, *:before {
    box-sizing:inherit;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Golos Text", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #0d0d0d;
}

button {
    font-family: "Golos Text", serif;
    cursor: pointer;
}

input, select, textarea {
    font-family: "Golos Text", serif;
}

.wrapper {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.top {
    border-bottom: solid 1px #ddd;
    padding: 10px 0;
}

.top .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top__hot {
    cursor: pointer;
    color: #fff;
    background-color: #592cd4;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 25px;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 600;
}

.top__hot::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}

.top__menu {
    display: flex;
    gap: 15px;
}

.top__menu a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.header__logo {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 5px;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.header__logo::before {
    content: '';
    background-image: url(../images/ico_logo.svg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 50px;
}

.header__logo__body {
    display: grid;
}

.header__logo__body__title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.header__logo__body__subtitle {
    font-size: 13px;
}

.header__logo__body__subtitle b {
    color: #FF6900;
    font-weight: 700;
}

.header__res {
    display: grid;
    grid-template-columns: 8px auto;
    gap: 5px;
    align-items: center;
    background-color: #f2f2f2;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 25px;
}

.header__res::before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FF6900;
}

.header__res > span {}

.header__res span strong {
    font-weight: 600;
}

.header__res > span strong span {
    display: inline-block;
    background: #2b2b2b;
    color: #fff;
    margin: 0 1px 0 0;
    padding: 0 3px;
    font-weight: 500;
}

.header__contact {
    display: flex;
    align-items: start;
    gap: 10px;
}

.header__contact__msg {
    display: flex;
    align-items: start;
    gap: 10px;
}

.header__contact a {
    text-decoration: none;
}

.header__contact__wa,
.header__contact__tg {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
}

.header__contact__wa {background-image: url(../images/ico_wa.svg);}
.header__contact__tg {background-image: url(../images/ico_tg.svg);}

.header__contact__phone {
    display: grid;
    justify-items: end;
    gap: 3px;
}

.header__contact__tel {
    color: #c1c1c1;
    font-weight: 600;
    font-size: 21px;
}

.header__contact__tel strong {
    color: #212121;
    font-weight: 700;
}

.header__contact__email {
    color: #000;
    font-size: 14px;
}

.topmenu {
    background-color: #f2f2f2;
    padding: 15px;
}

.topmenu .wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.topmenu .wrapper a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.topmenu .wrapper a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bbbbbb;
}

.topmenu .wrapper > :last-child::after {
    display: none;
}

.topmenu .wrapper a:hover {
    color: #592cd4;
}

.topmenu .wrapper a.active {
    cursor: default;
    color: #9E4AD9;
    background: #F3E8FA;
    padding: 3px 10px;
    border-radius: 25px;
    font-weight: 700;
}

.topmenu .wrapper a.active::after {
    display: none;
}

.topmenu__all {
    background-color: #592cd4;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 25px;
    font-family: "Montserrat Alternates",serif;
}

.topmenu__mobile {
    display: none;
}

.country h1 {
    font-family: "Montserrat Alternates",serif;
    display: grid;
}

.country h1 span {
    font-size: 70%;
    font-weight: 700;
    color: #592cd4;
}

.country__home__wrapper {
    padding: 35px 0 20px;
    margin-bottom: 25px;
    /* background-image: url(../images/home_bg.jpg); */
    position: relative;
}

/* .country__home__wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.90;
    background-color: #fff;
} */

.country__home {
    display: grid;
    grid-template-columns: auto 350px;
    gap: 20px;
    align-items: start;
    position: relative;
    z-index: 2;
}

.country__home__content {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.country__home__content h1 {
    position: relative;
}

.country__home__content h1 > :nth-child(1) {
    background-color: #592cd4;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    align-self: start;
    font-size: 34px;
    font-weight: 700;
    border-radius: 0 25px;
}

.country__home__content h1 > :nth-child(2) {
    white-space: nowrap;
}

.country__home__content p {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
    color: #1c1c1c;
}

.country__home__content p strong {
    color: #FF6900;
    display: block;
    font-size: 125%;
    font-weight: 800;
}

.country__home__cover {
    grid-row: span 2;
    height: 400px;
}

.country__home__cover img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.country__home__manager {
    position: relative;
    width: 100%;
}

.country__home__manager__msg {
    position: relative;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .12) 0px 6px 16px;
    padding: 25px 15px;
    border-radius: 10px;
    max-width: 520px;
    font-size: 15px;
    font-style: italic;
    z-index: 2;
    height: 115px;
    width: 100%;
}

.country__home__manager__msg::before {
    content: '';
    background-image: url(../images/andrey.webp);
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -40px;
    left: 20px;
    background-color: #f4f4f4;
}

.country__home__manager__msg p {
    margin: 0;
}

.country__home__manager__info {
    background-color: #f0f0f0;
    padding: 75px 0 15px 15px;
    max-width: 520px;
    width: 100%;
    border-radius: 15px;
    position: absolute;
    top: 50px;
    left: 30px;
    z-index: 1;
    font-size: 14px;
}

.country__home__manager__info strong {
    font-weight: 600;
}

.country__home__manager__info p {
    margin: 0;
    font-size: 90%;
}

.country__home__manager__info__cnt {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 7px;
    margin: 7px 0 0 0;
}

.country__home__manager__info__cnt a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.country__home__manager__info__cnt > :nth-child(2),
.country__home__manager__info__cnt > :nth-child(3) {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
}

.country__home__manager__info__cnt > :nth-child(2) {background-image: url(../images/ico_wa.svg);}
.country__home__manager__info__cnt > :nth-child(3) {background-image: url(../images/ico_tg.svg);}

.country__home__digs {
    grid-column: span 2;
    display: flex;
    justify-content: space-between;
    align-items: normal;
    gap: 20px;
    margin: 50px 0 0 0;
}

.country__home__digs__item {
    background-color: #592cd4;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    font-size: 18px;
}

.country__home__digs__item strong {
    font-family: "Montserrat Alternates",serif;
    font-size: 40px;
}

.country__home__digs__item p {
    margin: 0;
}

.country__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0 0 50px;
}

.country__list__item {
    position: relative;
    height: 280px;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

.country__list__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    z-index: 0;
}

.country__list__item__content {
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 5px;
    padding: 0 5px;
    transition: all 0.2s ease 0s;
}

.country__list__item__content:hover {
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    transition: all 0.2s ease 0s;
}

.country__list__item__content>:nth-child(1) {
    font-weight: 700;
    font-size: 21px;
    background-color: #fff;
    color: #000;
    padding: 8px 10px;
}

.country__list__item__content>:nth-child(2) {
    background-color: #fff;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    padding: 8px 25px;
}

.country__list__item__content>:nth-child(3) {
    background-color: #ffdd2d;
    color: #000;
    font-size: 21px;
    padding: 10px 20px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
}

.country__cta__wrapper {
}

.country__cta {
    border-radius: 15px;
    margin: 0 0 25px;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.12) 0px 6px 16px;
}

.country__cta__header {
    background: radial-gradient(circle, rgb(144, 111, 235) 0%, rgb(87, 43, 207) 100%);
    border-radius: 15px 15px 0 0;
    padding: 25px 0 35px;
}

.country__cta__header__cover {
    position: relative;
    height: 180px;
    display: flex;
    justify-content: center;
}

.country__cta__header__cover img {
    height: 100%;
    width: auto;
    position: relative;
    z-index: 2;
}

.country__cta__header__cover::after,
.country__cta__header__cover::before {
    content: '';
    background-image: url(../images/cta_header_arr.webp);
    background-position: center;
    background-size: contain;
    height: 50px;
    width: 40%;
    position: absolute;
    top: calc(50% - 25px);
    opacity: 0.3;
    z-index: 1;
}

.country__cta__header__cover::after {
    left: 0;
}

.country__cta__header__cover::before {
    right: 0;
}

.country__cta__header__title {
    text-align: right;
    display: grid;
    gap: 5px;
    color: #fff;
    max-width: 735px;
    margin: 0 auto;
    position: relative;
    padding: 0 45px 0 0;
}

.country__cta__header__title::after {
    content: '';
    mask-image: url(../images/ico_arrow2.svg);
    mask-repeat: no-repeat;
    width: 64px;
    height: 64px;
    background-color: #fff;
    transform: rotate(145deg);
    position: absolute;
    right: 0;
    top: 25px;
}

.country__cta__header__title h2 {
    font-weight: 700;
    font-size: 31px;
    font-family: "Montserrat Alternates",serif;
    margin: 0;
}

.country__cta__header__title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.country__cta__header__title ul li {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
    font-size: 21px;
}

.country__cta__header__title ul li::before {
    content: '';
    mask-image: url(../images/ico_check.svg);
    mask-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-color: #fff;
}

.country__cta__header__title ul li span {}

.country__cta__header__title ul li strong {
    display: inline-block;
    background-color: #fff;
    color: #000;
    padding: 3px 5px;
    font-weight: 700;
    font-size: 18px;
}

.form__offer {
    padding: 40px;
    display: grid;
    gap: 20px;
}

.form__offer__col {
    display: grid;
    gap: 5px;
}

.form__offer__title {
    display: grid;
    font-size: 16px;
    gap: 3px;
}
.form__offer__title strong {
    font-weight: 600;
    /* background: #fff; */
    /* color: #000; */
    justify-self: start;
    /* padding: 5px 5px; */
    display: grid;
    grid-template-columns: 18px auto;
    gap: 5px;
    align-items: center;
    /* border-radius: 3px; */
    font-size: 18px;
}

.form__offer__title strong::before {
    content: '';
    mask-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: #fff;
}

.country__cta .form__offer__title strong::before{
    background-color: #000;
}

.country__cta .form__offer__col span {
    font-size: 14px;
    color: #222;
}

.form__offer__title__1 strong::before {mask-image: url(../images/ico_pin.svg);}
.form__offer__title__2 strong::before {mask-image: url(../images/ico_date.svg);}
.form__offer__title__3 strong::before {mask-image: url(../images/ico_people.svg);}
.form__offer__title__4 strong::before {mask-image: url(../images/ico_cmt.svg);}
.form__offer__title__5 strong::before {mask-image: url(../images/ico_cnt.svg);}

.form__offer__title__4 strong {
    font-weight: 600;
    font-size: 110%;
}

.form__offer__title span {}

.form__offer__col select,
.form__offer__col input,
.form__offer__col textarea {
    background-color: #f9f9f9;
    border: none;
    padding: 15px;
    border: solid 1px #f0f0f0;
    /* border-radius: 5px; */
}

.form__offer__col textarea {
    font-size: 18px;
    padding: 25px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .12) 0px 6px 16px;
    border: none;
    margin: 10px 0 0 0;
    height: 160px;
}

.form__offer__yourcomment {
    box-shadow: rgba(0, 0, 0, .12) 0px 6px 16px;
    padding: 20px 20px 0 20px;
    border-radius: 15px;
}

.form__offer__yourcomment__title {
    display: grid;
    font-weight: 600;
}

.form__offer__yourcomment__title span {
    font-weight: 400;
    font-size: 90%;
    color: #444;
}

.form__offer__yourcomment textarea {
    width: 100%;
    height: 160px;
    font-size: 18px;
    padding: 5px 0 0px 0;
    border: none;
}

.form__offer__yourcomment textarea:focus {
    outline: none !important;
}

.form__offer__main .form__offer__yourcomment,
.modal__country__form .form__offer__yourcomment,
.modal__hot .form__offer__yourcomment {
    background: #fff;
    color: #000;
}

.modal__country__form {}

.form__offer__col .select2 {
    width: 100%;
}

.form__offer__col .select2-container--default .select2-selection--multiple {
    border-radius: 0;
}

.form__offer__col .select2-container--default .select2-selection--multiple {
    background-color: #f9f9f9;
    border: none;
    border: solid 1px #f0f0f0;
    height: auto;
}

.form__offer__main {
    display: grid;
    grid-template-columns: auto 320px;
    gap: 20px;
}

.form__offer__main__colls {
    display: grid;
    gap: 20px;
}

.form__offer__main__colls__line {

}

.form__offer__main__manager {
    background-color: #592cd4;
    border-radius: 15px;
    color: #fff;
    padding: 15px 100px 15px 15px;
    /* background-image: url(../images/andrey.webp?v=1);
    background-position: right bottom;
    background-size: auto 150px;
    background-repeat: no-repeat; */
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.form__offer__main__manager::after {
    content: '';
    background-image: url(../images/andrey.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
}

.form__offer__main__manager p {
    margin: 0;
}

.form__offer__main__manager a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.form__offer__main__manager__msg {
    display: flex;
    gap: 5px;
}

.form__offer__main__manager__msg a {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
}

.form__offer__main__manager__msg > :nth-child(1) {background-image: url(../images/ico_wa.svg);}
.form__offer__main__manager__msg > :nth-child(2) {background-image: url(../images/ico_tg.svg);}

.form__offer__main__colls__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.form__offer__main__colls__row__0 {
    grid-template-columns: 1fr;
}

.form__offer__main__colls__row__2 {
    grid-template-columns: 1fr 1fr;
}

.form__offer__col span {
    font-size: 14px;
    color: #ccc;
}

.form__offer button {
    background-color: #ff6900;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0;
}

.home {
    position: relative;
    background: radial-gradient(circle, rgba(144,111,235,1) 0%, rgba(87,43,207,1) 100%);
    color: #fff;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 50px 0 240px;
}

.home::after {
    content: "";
    background-image: url(../images/home_bg.webp);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    width: auto;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.home__title {
    font-family: "Montserrat Alternates", serif;
    font-size: 34px;
    font-weight: 700;
    max-width: 450px;
}

.home__subtitle {
    /* max-width: 450px; */
    font-weight: 400;
    font-size: 24px;
}

.home__btn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.home__btn span {
    background-color: #ff6900;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 25px;
    font-size: 16px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.home__btn::after,
.home__btn::before {
    content: "";
    background-image: url(../images/cta_header_arr.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 50px;
    width: 50%;
    position: absolute;
    top: calc(50% - 25px);
    opacity: .6;
    z-index: 1;
}

.home__btn::after {
    left: 0;
}

.home__btn::before {
    right: 0;
    transform: scaleX(-1);
}

.home__cta {
    background-color: #000;
    color: #fff;
    padding: 150px 15px;
    display: grid;
    align-items: center;
    justify-items: center;
    background-image: url(../images/home__cta.webp);
    position: relative;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100svh;
}

.home__cta::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: 0.7;
    z-index: 0;
}

/*.home__cta__title {
    display: grid;
    text-align: center;
    justify-items: center;
    gap: 10px;
    font-weight: 600;
}*/

.home__cta__title {
    display: grid;
    text-align: center;
    justify-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 21px;
}

.home__cta__title > :nth-child(1) {
    font-family: "Montserrat Alternates", serif;
    font-size: 34px;
    font-weight: 700;    
}

.home__cta__title > :nth-child(2) {
    font-family: "Montserrat Alternates", serif;
    font-size: 37px;
    font-weight: 700;    
}

.home__cta__title > :nth-child(3) {
    max-width: 700px;
}

.home__cta .form__offer {
    padding: 0;
}

.form__ok {
    text-align: center;
    font-family: "Montserrat Alternates", serif;
    font-weight: 600;
    font-size: 24px;
    border-top: solid 1px #ff6900;
    padding: 25px 0 0 0;
}

/*.home__cta .wrapper {
    display: grid;
    gap: 25px;
}*/

.home__cta .wrapper {
    display: grid;
    gap: 25px;
    z-index: 1;
    border: solid 1px #555;
    padding: 35px;
    background: rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
    border-radius: 15px;
}

.sliders__item {}

.sliders__item h2 {}

.sliders__item h2 a {
    color: #000;
    /* text-decoration: none; */
    font-family: "Montserrat Alternates", serif;
    display: flex;
    align-items: center;
    gap: 5px;
}

.sliders__item h2 a::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #592cd4;
    border-radius: 50%;
}

.slider {
    padding: 0 70px 0 0;
}

a.slider__item {
    height: 250px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #000;
}

a.slider__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
    position: absolute;
    border-radius: 25px;
}

.slider__item__content {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 5px;
}

.slider__item__content__cntr {
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 18px;
}

.slider__item__content__price {
    background-color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
}

.slider__item__content__btn {
    background-color: #ffdd2d;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.slick-list {
    overflow: hidden;
    position: relative;
}

.slick-track {
    display: flex;
    align-items: center;
}

.slick-arrow {
    z-index: 1;
    position: absolute;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 50%;
}

.slick-arrow::after {
    content: '';
    mask-image: url(../images/ico_arrow.svg);
    mask-repeat: no-repeat;
    background-color: #fff;
    width: 50%;
    height: 50%;
}

.slick-arrow.slick-prev {
    right: 10px;
    top: 50%;
}

.slick-arrow.slick-next::after {
    transform: rotate(180deg);
}

.slick-arrow.slick-next {
    right: 10px;
    top: 30%;
}

.slick-slide {
    margin: 0 10px;
}
.slick-list {
    margin: 0 -10px;
}

.slick-dots {
    display: flex;
    list-style: none;
    margin: 25px 0;
    padding: 0;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.slick-dots li {
    width: 10px;
    height: 10px;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #ccc;
    border: none;
    display: block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li.slick-active {
    width: 15px;
    height: 15px;
}

.slick-dots li.slick-active button {
    background-color: #F2911C;
}

.about {
    background-color: #F3E8FA;
    padding: 50px 0 0;
}

.about .wrapper {
    display: grid;
    grid-template-columns: auto 330px;
    position: relative;
    align-items: end;
}

.about .wrapper::after {
    content: '';
    background-image: url(../images/ceo.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    height: 400px;
}

.about__content {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.about__content__docs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.about__content__docs a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

footer {
    background-color: #000;
    color: #fff;
    font-size: 12px;
    padding: 25px 0 75px;
}

footer .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

footer .wrapper a {
    color: #fff;
    text-decoration: none;
    display: block;
}

footer .wrapper p {
    margin: 0;
    padding: 0;
}

.modal__country {
    background-color: #592cd4;
    color: #fff;
    max-width: 650px;
    box-shadow: none;
    padding: 20px;
}

.modal__country__body {
    display: grid;
    gap: 10px;
}

.modal__country__mng {
    font-size: 14px;
    display: grid;
    grid-template-columns: auto 135px;
    gap: 20px;
    align-items: center;
}

.modal__country__mng__text p {
    margin: 5px 0;
}

.modal__country__mng__panel {
    display: grid;
    gap: 5px;
    align-items: center;
    justify-items: center;
    text-align: center;
}

.modal__country__mng__panel::before {
    content: '';
    background-image: url(../images/andrey.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: solid 1px #fff;
    width: 50px;
    height: 50px;
}

.modal__country__mng__panel__body {}

.modal__country__mng__panel__body p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.modal__country__mng__panel__body p a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 7px 0;
}

.modal__country__mng__panel__body__msg {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.modal__country__mng__panel__body__msg a {
    display: flex;
}

.modal__country__mng__panel__body__msg a::before {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
}

.modal__country__mng__panel__body__msg > :nth-child(1)::before {background-image: url(../images/ico_wa.svg);}
.modal__country__mng__panel__body__msg > :nth-child(2)::before {background-image: url(../images/ico_tg.svg);}

.modal__country__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

.modal__country__form__title {
    font-family: "Montserrat Alternates", serif;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}

.modal__country__form form {}

.modal__country__form__item {
    display: grid;
    gap: 3px;
}

.modal__country__form__item__title {
    font-weight: 700;
    font-size: 14px;
}

.modal__country__form__item__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.modal__country__form__item__cols__0 {
    grid-template-columns: 1fr;
}

.modal__country__form__item__cols__2 {
    grid-template-columns: 1fr 1fr;
}

.modal__country__form__item__col {
    display: grid;
    gap: 3px;
}

.modal__country__form__item__col__title {
    font-size: 14px;
}

.modal__country__form__item__col input,
.modal__country__form__item__col select,
.modal__country__form__item__col textarea {
    border: none;
    padding: 10px;
    border-radius: 3px;
}

.modal__country__form form {
    display: grid;
    gap: 15px;
}

.modal__country__form form button {
    background-color: #ff6900;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 3px;
    font-size: 16px;
}

.reviews {
    display: grid;
    gap: 25px;
    margin-bottom: 50px;
    margin-top: 50px;
    grid-template-columns: 1fr 1fr;
}

.reviews h2 {
    margin: 0;
    display: grid;
    grid-template-columns: 64px auto;
    gap: 10px;
    align-items: center;
    grid-column: span 2;
}

.reviews h2::before {
    content: '';
    background-image: url(../images/ico_megaphone.svg);
    background-position: center;
    background-size: cover;
    width: 64px;
    height: 64px;
}

.review {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, .12) 0px 6px 16px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review__header {
}

.review__header > span {
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}

.review__header > span::before {
    content: '';
    mask-image: url(../images/ico_user.svg);
    mask-repeat: no-repeat;
    width: 16px;
    height: 16px;
    background-color: #592cd4;
}

.review__header__stars {
    display: flex;
    gap: 2px;
    margin: 0 0 0 5px;
}

.review__header__stars i {
    content: '';
    mask-image: url(../images/ico_star.svg);
    mask-repeat: no-repeat;
    width: 10px;
    height: 10px;
    background-color: #ffc107;
}

.review__body {
    display: grid;
}

.review__body__img {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
}

.review__body__gall {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

.review__body__gall a {
    height: 120px;
}

.review__body__gall a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

a.review__body__gall__more {
    mask-image: url(../images/ico_moreimg.svg);
    mask-size: 35%;
    mask-position: center;
    mask-repeat: no-repeat;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
    background-color: #959595;
}

.reviews__showmore {
    background-color: #ff6900;
    color: #fff;
    margin: 0 auto;
    grid-column: span 2;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.modal__hot {
    background-color: #592cd4;
    color: #fff;
    max-width: 650px;
    box-shadow: none;
    padding: 20px;
}

.modal__hot__body {
    display: grid;
    gap: 10px;
}

.modal__hot__mng {
    font-size: 14px;
    display: grid;
    grid-template-columns: auto 270px;
    gap: 10px;
    align-items: center;
}

.modal__hot__mng__text p {
    margin: 5px 0;
}

.modal__hot__mng__panel {
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
    align-items: center;
}

.modal__hot__mng__panel::before {
    content: '';
    background-image: url(../images/andrey.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: solid 1px #fff;
    width: 50px;
    height: 50px;
}

.modal__hot__mng__panel__body {}

.modal__hot__mng__panel__body p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.modal__hot__mng__panel__body p a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 7px 0;
}

.modal__hot__mng__panel__body__msg {
    display: flex;
    gap: 10px;
}

.modal__hot__mng__panel__body__msg a {
    display: flex;
}

.modal__hot__mng__panel__body__msg a::before {
    content: '';
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
}

.modal__hot__mng__panel__body__msg > :nth-child(1)::before {background-image: url(../images/ico_wa.svg);}
.modal__hot__mng__panel__body__msg > :nth-child(2)::before {background-image: url(../images/ico_tg.svg);}

.modal__hot__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    
}

.modal__hot__form__title {
    font-family: "Montserrat Alternates", serif;
    font-weight: 700;
    font-size: 21px;
}

.modal__hot__form form {}

.modal__hot__form__item {
    display: grid;
    gap: 3px;
}

.modal__hot__form__item__title {
    font-weight: 700;
    font-size: 14px;
}

.modal__hot__form__item__cols {
    display: grid;
    gap: 10px;
}

.modal__hot__form__item__cols__2 {
    grid-template-columns: repeat(2, 1fr);
}

.modal__hot__form__item__cols__3 {
    grid-template-columns: repeat(3, 1fr);
}

.modal__hot__form__item__col {
    display: grid;
    gap: 3px;
}

.modal__hot__form__item__col__title {
    font-size: 14px;
}

.modal__hot__form__item__col input,
.modal__hot__form__item__col select,
.modal__hot__form__item__col textarea {
    border: none;
    padding: 10px;
    border-radius: 3px;
}

.modal__hot__form form {
    display: grid;
    gap: 15px;
}

.modal__hot__form form button {
    background-color: #ff6900;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 3px;
    font-size: 16px;
}

.modal__hot__form .politic,
.modal__country__form .politic,
.form__offer__main .politic {
    color: #fff;
    font-size: 10px;
}

.modal__hot__form .politic a,
.modal__country__form .politic a,
.form__offer__main .politic a {
    color: #fff;
}

.country__cta .form__offer__main .politic,
.country__cta .form__offer__main .politic a {
    color: #000;
}

.select2-selection__choice__display {
    color: #000 !important;
}

.close,
.top__burger,
.filetype,
.mobile__nav,
.hidden {
    display: none;
}

.blocker {
    z-index: 10;
}

.ui-widget.ui-widget-content {
    z-index: 12 !important;
  }

.whatsapp__block {
    background-color: #f9f9f9;
    padding: 50px 0;
    margin: 0 0 50px;
    background-image: url(../images/home_bg2.webp);
    position: relative;
}

.whatsapp__block::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.90;
    background-color: #fff;
    z-index: 1;
}

.whatsapp__block .wrapper {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 35px;
    align-items: center;
    z-index: 2;
    position: relative;
}

.whatsapp__block__cover {}

.whatsapp__block__cover img {
    width: 100%;
}

.whatsapp__block__content {
    display: grid;
    gap: 15px;
}

.whatsapp__block__content h2 {
    font-size: 60px;
    margin: 0;
}

.whatsapp__block__content p {
    margin: 0;
    font-size: 27px;
}

.whatsapp__block__content a {
    text-decoration: none;
}

.whatsapp__block__content__phone {
    color: #592cd4;
    font-size: 24px;
    font-weight: 600;
}

.whatsapp__block__content__wa {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1b8755;
    justify-self: start;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.whatsapp__block__content__wa::before {
    content: '';
    mask-image: url(../images/ico_wa2.svg);
    mask-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-color: #fff;
}

.modal.modal__popup {
    max-width: 800px;;
}

.modal__popup__wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    gap: 20px;
    align-items: start;
}

.modal__popup__icon {}

.modal__popup__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal__popup__body {
    display: grid;
    justify-items: start;
}

.modal__popup__body h2 {
    font-family: "Montserrat Alternates", serif;
    margin: 0 0 5px;
    font-size: 21px;
}

.modal__popup__body ul {
    margin: 10px 0 0;
    padding: 0;
    display: grid;
    gap: 5px;
}

.modal__popup__body ul li {
    display: grid;
    grid-template-columns: 18px auto;
    align-items: center;
    gap: 5px;
}

.modal__popup__body ul li::before {
    content: '';
    mask-image: url(../images/ico_check.svg);
    mask-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-color: #592CD4;
}

.modal__popup__body ul li strong {
    color: #592CD4;
}

.modal__popup__body p {
    margin: 15px 0;
    font-weight: 500;
}

.modal__popup__body__phone {
    display: grid;
    grid-template-columns: 14px auto;
    gap: 5px;
    background: #FF6900;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    align-items: center;
    font-weight: 600;
}

.modal__popup__body__phone::before {
    content: '';
    mask-image: url(../images/ico_phone.svg);
    mask-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.modal__popup__body form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.modal__popup__body__col {
    display: grid;
}

.modal__popup__body__col input {
    background-color: #f9f9f9;
    padding: 10px 15px;
    border: solid 1px #f0f0f0;
    border-radius: 5px;
}

.modal__popup__body form button {
    background-color: #ff6900;
    border: none;
    border-radius: 5px;
    /* font-size: 16px; */
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
}

.modal__popup__body .politic {
    font-size: 11px;
    margin: 10px 0 0 0;
}

.modal__popup__body .politic a {}

.modal__popup__body form .form__ok {
    grid-column: span 2;
}

.gethot {
    position: fixed;
    bottom: -400px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
    z-index: 10;
    /* padding: 25px; */
    box-shadow: rgba(0, 0, 0, .15) 0px 6px 16px;
    border-radius: 20px 20px 0 0;
    transition: all 1s ease 0s;
}

.gethot.active {
    bottom: 0;
    transition: all 0.5s ease 0s;
}

.gethot__btn {
    background: radial-gradient(circle, #fe1707 0%, #6a0c04 100%);
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    font-weight: 700;
    font-family: "Montserrat Alternates", serif;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    /* grid-template-columns: 24px auto; */
    gap: 10px;
    justify-content: center;
}

.gethot__btn::before,
.gethot__btn::after {
    content: '';
    mask-repeat: no-repeat;
    background-color: #fdc006;
}

.gethot__btn::before {
    mask-image: url(../images/ico_case.svg);
    width: 24px;
    height: 24px;
}

.gethot__btn::after {
    mask-image: url(../images/ico_arr.svg);
    width: 16px;
    height: 16px;
    transform: rotate(180deg);
}

.gethot__btn.active::after {
    transform: unset;
}

.gethot__content {
    padding: 20px;
    background-color: #fff;
    height: 400px;
}

.gethot__content__title {
    font-size: 14px;
    /* text-align: center; */
    display: grid;
    grid-template-columns: 50px auto;
    gap: 10px;
    align-items: center;
}

.gethot__content__title::before {
    content: '';
    background-image: url(../images/andrey.webp);
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.gethot__content__title > span {}

.gethot__content__title > span span {
    font-size: 120%;
    white-space: nowrap;
}

.gethot__content form {
    margin: 20px 0 0 0;
    display: grid;
    gap: 10px;
}

.gethot__col {
    display: grid;
    gap: 3px;
}

.gethot__col label {
    font-size: 12px;
    font-weight: 600;
}

.gethot__col select, .gethot__col input {
    background: #f2f4f7;
    border: none;
    padding: 15px 12px;
    font-size: 14px;
    border-radius: 8px;
}

.gethot__content form button {
    background: #592cd4;
    border: none;
    padding: 15px 0;
    font-family: "Montserrat Alternates", serif;
    font-weight: 700;
    border-radius: 7px;
    cursor: pointer;
    color: #fff;
}

.wa__icon {
    position: fixed;
    bottom: 100px;
    right: 50px;
    background-image: url(../images/ico_whatsapp2.svg);
    background-position: center;
    background-size: cover;
    width: 50px;
    height: 50px;
    z-index: 5;
    cursor: pointer;
}

.wa__icon::before,
.wa__icon::after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #29A71A;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.wa__icon:after {
    animation-delay: .5s;
}

.widget__tours > div > div > div {
    max-width: unset !important;
}

.widget__tours .flex-container {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.widget__tours .flex-container > div {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
}

.widget__tours .flex-container > div > :nth-child(1) {
    height: 190px !important;
}

.widget__tours > div > :nth-child(3) {
    opacity: 0.01;
}

.place {
    display: grid;
    grid-template-columns: auto 400px;
    gap: 20px;
    margin-top: 40px;
}

.place h1 {
    grid-column: span 2;
    margin: 0 0 10px;
    font-size: 34px;
}

.place h1 span {
    background-color: #592cd4;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    align-self: start;
    /* font-size: 34px; */
    font-weight: 700;
    border-radius: 0 25px;
}

.place__content {}

.place__content h2 {
    font-family: "Montserrat Alternates", serif;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    box-shadow: rgba(0, 0, 0, .12) 0px 6px 16px;
    padding: 20px 15px;
    border-radius: 10px;
}

.place__content h2 strong {
    color: #FF6900;
}

.place__content__topcontact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
}

.place__content__topcontact a {
    color: #FF6900;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
}

.place__content__topcontact__phone {}

.place__content__topcontact__wa,
.place__content__topcontact__tg {
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
}

.place__content__topcontact__wa {background-image: url(../images/ico_wa.svg);}
.place__content__topcontact__tg {background-image: url(../images/ico_tg.svg);}

.place__content__widget {}

.place__content__widget > div > div > div {
    max-width: unset !important;
}

.place__content__widget .flex-container {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
}

.place__content__widget .flex-container > div {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
}

.place__content__widget .flex-container > div > :nth-child(1) {
    height: 190px !important;
}

.place__content__widget > div > :nth-child(3) {
    opacity: 0.01;
}

.place__cta {
    position: relative;
}

.place__cta__block {
    position: sticky;
    top: 20px;
    background-color: #592cd4;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    display: grid;
    gap: 15px;
}

.place__cta__block h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.place__cta__block form {
    border: solid 2px #fff;
    padding: 15px;
    border-radius: 15px;
    /* margin: 20px 0; */
    display: grid;
    gap: 10px;
}

.place__cta__block__row {
    display: grid;
}

.place__cta__block__row__2 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.place__cta__block__col {
    display: grid;
    gap: 3px;
}

.place__cta__block__col label {
    font-size: 14px;
}

.place__cta__block__col input,
.place__cta__block__col select {
    border: none;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}

.place__cta__block form button {
    background-color: #ff6900;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 12px 0;
    border-radius: 3px;
    font-size: 16px;
}

.place__cta__block .form__offer__yourcomment {
    background-color: #fff;
    color: #000;
}

.place__cta__block form .politic {
    font-size: 11px;
}

.place__cta__block form .politic a {
    color: #fff;
}

.place__cta__block__cnt {
    display: grid;
    grid-template-columns: 60px auto;
    gap: 15px;
    align-items: center;
}

.place__cta__block__cnt::before {
    content: '';
    background-image: url(../images/andrey.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: solid 2px #fff;
}

.place__cta__block__cnt__content {
    display: grid;
    gap: 10px;
}

.place__cta__block__cnt__content p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

.place__cta__block__cnt__content p span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.place__cta__block__cnt__content .place__content__topcontact {
    margin: 0;
}

.place__cta__block__cnt__content .place__content__topcontact a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.place__cta__block__cnt__content .place__content__topcontact__wa,
.place__cta__block__cnt__content .place__content__topcontact__tg {
    width: 20px;
    height: 20px;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media screen and (max-width: 1199px) {
    .home__cta {
        min-height: unset;
        padding: 0;
        background: unset;
    }
    .home__cta::before {
        display: none;
    }
    .home__cta .wrapper {
        background-color: #000;
        border-radius: 0;
        border: none;
    }
}

@media screen and (max-width: 1029px) {
    .form__offer {
        padding: 10px 10px;
    }
    .form__offer__main {
        grid-template-columns: auto 240px;
    }
    .form__offer__main__manager {
        background-size: auto 120px;
        padding: 15px 10px 15px 15px;
        font-size: 13px;
    }
    .about .wrapper {
        grid-template-columns: auto 240px;
    }
    .about__content__docs a {
        grid-template-columns: 120px auto;
        font-size: 12px;
    }
    .about__content__docs a img {
        width: 100%;
    }
    .review__body__gall a {
        height: 10vw;
    }
}

@media screen and (max-width: 999px) {
    .country__home {
        grid-template-columns: auto 300px;
    }
    /* .country__home__content h1 {
        font-size: 27px;
    } */
    .country__home__content h1 > :nth-child(1),
    .country__home__content h1 > :nth-child(2),
    .place h1 {
        font-size: 27px;
    }
    .country__home__content p {
        font-size: 21px;
    }
    .country__home__digs__item strong {
        font-size: 35px;
    }
    .place__content__widget .flex-container {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }
}

@media screen and (max-width: 949px) {
    .header__res {
        display: none;
    }
    .country__list {
        margin: 0 0 25px;
    }
    .country__cta__header {
        padding: 10px 0 15px;
    }
    .country__cta__header__cover {
        height: 110px;
    }
    .country__cta__header__title {
        max-width: 620px;
        padding: 0 35px 0 0;
        gap: 10px;
    }
    .country__cta__header__title h2 {
        font-size: 27px;
    }
    .country__cta__header__title ul {
        display: grid;
        gap: 5px;
    }
    .country__cta__header__title ul li {
        font-size: 18px;
    }
    .country__cta__header__title ul li strong {
        font-size: 16px;
    }
    .country__cta__header__title ul li::before {
        width: 24px;
        height: 24px;
    }
    .country__cta__header__title::after {
        width: 50px;
        height: 50px;
        top: 20px;
    }
    .country__list__item {
        height: 20vw;
    }
    .country__list__item__content>:nth-child(1), 
    .country__list__item__content>:nth-child(2),
    .country__list__item__content>:nth-child(3) {
        /* font-size: 14px; */
        padding: 6px 10px;
    }
    .whatsapp__block__content h2 {
        font-size: 40px;
    }
    .whatsapp__block__content p {
        font-size: 21px;
    }
}

@media screen and (max-width: 899px) {
    .country__home__manager__info,
    .country__home__manager__msg {
        max-width: 400px;
    }
    .form__offer__main {
        grid-template-columns: 1fr;
    }
    .form__offer__main__manager {
        max-width: 400px;
        margin: 0 auto;
        padding: 15px 80px 15px 15px;
    }
    .home {
        gap: 15px;
    }
    .home__title {
        font-size: 27px;
    }
    .home__subtitle {
        font-size: 18px;
    }
    .home__cta__title>:nth-child(2) {
        font-size: 27px;
    }
    .home__cta__title {
        font-weight: 400;
        font-size: 18px;
    }
    .slider {
        padding: 0 55px 0 0;
    }
    .slider__item__content__btn {
        font-size: 14px;
    }
    .topmenu {
        display: none;
    }
    .topmenu__mobile {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 12px 15px;
        background-color: #f9f9f9;
        font-family: "Montserrat Alternates",serif;
        font-weight: 600;
        font-size: 18px;
        cursor: pointer;
    }
    .topmenu__mobile span {
        display: grid;
        gap: 5px;
    }
    .topmenu__mobile span::after,
    .topmenu__mobile span::before {
        content: '';
    }
    .topmenu__mobile span i,
    .topmenu__mobile span::after,
    .topmenu__mobile span::before {
        height: 2px;
        width: 25px;
        background-color: #592cd4;
    }
    .form__offer__main__manager::after {
        width: 65px;
        height: 65px;
    }
    .widget__tours .flex-container > div > :nth-child(1) {
        height: 15vw !important;
    }
    .place__content h2 {
        font-size: 16px;
    }
    .place {
        grid-template-columns: auto 350px;
    }
}

@media screen and (max-width: 849px) {
    .header__contact {
        gap: 5px;
    }
    .header__contact__tel {
        font-size: 18px;
    }
    .header__contact__wa, .header__contact__tg {
        width: 20px;
        height: 20px;
    }
    .header__contact__phone {
        gap: 0;
    }
    .header__contact__email {
        font-size: 12px;
    }
    .about .wrapper {
        grid-template-columns: 1fr;
    }
    .country h1 {
        text-align: center;
    }
    .country__list {
        grid-template-columns: 1fr 1fr;
    }
    .country__list__item {
        height: 35vw;
    }
    .country__list__item__content {
        justify-content: end;
        padding: 0 5px 10px;
    }
    /* .country__home__content h1 {
        font-size: 24px;
    } */
    .country__home__content h1 > :nth-child(1),
    .country__home__content h1 > :nth-child(2),
    .place h1 {
        font-size: 24px;
    }
    .country__home__content p {
        font-size: 18px;
    }
}

@media screen and (max-width: 799px) {
    body {
        font-size: 14px;
    }
    .country__cta__header__title {
        max-width: 490px;
    }
    .country__cta__header__title h2 {
        font-size: 21px;
    }
    .country__cta__header__title ul li {
        font-size: 16px;
    }
    .country__cta__header__title ul li strong {
        font-size: 14px;
        font-weight: 600;
    }
    .country__cta__header__title ul li::before {
        width: 20px;
        height: 20px;
    }
    .home__title,
    .home__cta__title>:nth-child(2) {
        font-size: 24px;
    }
    .about__content {
        margin-bottom: 0;
    }
    .about .wrapper::after {
        height: 220px;
    }
    footer .wrapper {
        grid-template-columns: 1fr;
    }
    .reviews {
        gap: 15px;
    }
    .review__body__img {
        /* grid-template-columns: 1fr; */
    }
    .review__body__content {
        font-size: 14px;
    }
    .review__body__gall a {
        /* height: 20vw; */
    }
    .country__home__wrapper {
        padding: 25px 0 20px;
    }
    .country__home__content {
        grid-column: span 2;
        align-items: center;
    }
    .country__home__content h1 {
        align-self: unset;
    }
    .country__home__content p {
        text-align: center;
    }
    .country__home__manager {
        order: 2;
        margin: 40px 0 0 0;
    }
    .country__home__manager__msg {
        padding: 20px 10px;
    }
    .country__home__cover {
        grid-row: unset;
        height: 250px;
        order: 3;
    }
    .country__home__digs {
        order: 4;
        margin: 0;
        align-items: normal;
        gap: 10px;
    }
    .country__home__digs__item {
        padding: 10px;
    }
    .country__home__digs__item strong {
        font-size: 27px;
    }
}

@media screen and (max-width: 749px) {
    .whatsapp__block__content h2 {
        font-size: 27px;
    }
    .whatsapp__block__content p {
        font-size: 18px;
    }
    .widget__tours .flex-container {
        gap: 10px !important;
    }
    .place {
        display: flex;
        flex-direction: column;
    }
    .place__content__widget .flex-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .place__content__widget .flex-container > div > :nth-child(1) {
        height: 160px !important;
    }
}

@media screen and (max-width: 699px) {
    .blocker {
        padding: 20px 0;
        z-index: 10;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .country__home {
        grid-template-columns: auto 170px;
        gap: 20px 50px;
    }
    .country__home__cover {
        height: 200px;
    }
    .country__home__digs {
        margin: 40px 0 0 0;
    }
}

@media screen and (max-width: 649px) {
    .top__menu {
        gap: 10px;
    }
    .top__menu a {
        font-size: 12px;
    }
    .header__logo__body__title {
        font-size: 16px;
    }
    .header__logo__body__subtitle {
        font-size: 12px;
    }
    .header__logo {
        grid-template-columns: 40px auto;
    }
    .header__logo::before {
        height: 40px;
    }
    .header__contact {
        display: grid;
        justify-items: end;
    }
    .header__contact__tel {
        font-size: 14px;
    }
    .header__contact__email {
        font-size: 11px;
    }
    .form__offer__main__colls__row {
        grid-template-columns: 1fr;
    }
    .about__content__docs a {
        grid-template-columns: 80px auto;
    }
    .home {
        padding: 25px 10px 240px;
    }
    .home__title,
    .home__cta__title>:nth-child(2) {
        font-size: 21px;
    }
    .home__subtitle,
    .home__cta__title {
        font-size: 16px;
    }
    .country__list__item__content>:nth-child(1),
    .country__list__item__content>:nth-child(2),
    .country__list__item__content>:nth-child(3) {
        font-size: 18px;
        padding: 5px 8px;
    }
    .top__burger {
        display: grid;
        gap: 6px;
        cursor: pointer;
    }
    .top__burger span {}
    .top__burger::after,
    .top__burger::before {
        content: '';
    }
    .top__burger span,
    .top__burger::after,
    .top__burger::before {
        width: 35px;
        height: 2px;
        background-color: #000;
    }
    .topmenu__mobile {
        font-size: 14px;
        gap: 5px;
    }
    .topmenu__mobile span {
        gap: 3px;
    }
    .topmenu__mobile span i,
    .topmenu__mobile span::after,
    .topmenu__mobile span::before {
        width: 20px;
    }
    .top__menu {
        display: none;
    }
    .mobile__nav {
        /* display: block; */
        position: fixed;
        top: 0;
        left: 150vw;
        width: 100%;
        height: 100svh;
        background-color: #592cd4;
        z-index: 5;
        gap: 10px;
        transition: all 0.2s ease 0s;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .mobile__nav.active {
        left: 0;
        transition: all 0.2s ease 0s;
    }
    .mobile__nav a {
        color: #fff;
    }
    .mobile__nav__header {
        display: grid;
        grid-template-columns: 24px auto;
        gap: 5px;
        color: #fff;
        border-bottom: solid 1px #f9f9f9;
        padding: 10px 10px;
        width: 100%;
        align-items: center;
        font-weight: 600;
    }
    .mobile__nav__header::before {
        content: '';
        background-image: url(../images/ico_logo.svg);
        background-position: center;
        background-size: cover;
        width: 24px;
        height: 24px;
    }
    .mobile__nav__places {
        display: grid;
        padding: 0 15px;
        gap: 10px;
    }
    .mobile__nav__places a {
        text-decoration: none;
        font-size: 18px;
    }
    .mobile__nav__menu {
        display: grid;
        padding: 10px 15px;
        gap: 10px;
        border-top: solid 1px #f9f9f9;
        width: 100%;
    }
    .mobile__nav__menu a {
        text-decoration: none;
        font-size: 16px;
    }
    .mobile__nav__footer {
        position: absolute;
        bottom: 0;
        padding: 10px;
        border-top: solid 1px #f9f9f9;
        width: 100%;
    }
    .mobile__nav__footer > a {
        font-weight: 600;
        text-decoration: none;
    }
    .mobile__nav__footer p {
        margin: 8px 0 10px 0;
        color: #fff;
    }
    .mobile__nav__footer .header__contact__msg {}
    .mobile__nav__footer .header__contact__msg a {
        width: 32px;
        height: 32px;
    }
    .close {
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 16px;
        right: 16px;
        mask-image: url(../images/ico_close.svg);
        mask-repeat: no-repeat;
        background-color: #fff;
        cursor: pointer;
    }
    .country__cta__header__title h2 {
        font-size: 18px;
    }
    .country__cta__header__title ul li {
        font-size: 14px;
    }
    .country__cta__header__title ul li strong {
        font-size: 12px;
        font-weight: 700;
    }
    .country__cta__header__title ul li::before {
        width: 16px;
        height: 16px;
    }
    .country__cta__header__title {
        max-width: 425px;
    }
    .country__cta__header__cover {
        height: 80px;
    }
    .form__offer__title strong {
        font-size: 14px;
    }
    .form__offer__col span {
        font-size: 12px;
    }
    .about,
    .about .wrapper {
        padding: 0;
    }
    .about__content {
        border-radius: 0;
        padding: 0 10px 20px;
    }
    .modal__country__form__item__cols {
        grid-template-columns: 1fr;
    }
    .whatsapp__block .wrapper {
        grid-template-columns: 250px auto;
        gap: 10px;
    }
    .whatsapp__block__content {
        text-align: center;
    }
    .whatsapp__block__content__wa {
        width: 100%;
        justify-content: center;
        padding: 10px 0;
    }
    .whatsapp__block__content h2 {
        font-size: 18px;
    }
    .whatsapp__block__content p {
        font-size: 16px;
    }
    .whatsapp__block__content__phone {
        font-size: 16px;
    }
    .modal__popup__wrapper {
        grid-template-columns: 1fr;
    }
    .modal__popup__icon {
        width: 150px;
    }
}

@media screen and (max-width: 599px) {
    .modal__hot__form__item__col__title {
        font-size: 12px;
    }
    .country__home {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .country__home__content {
        gap: 15px;
    }
    .country__home__cover {
        display: none;
    }
    .country__home__digs {
        margin: 90px 0 0 0;
    }
    .country__home__digs__item strong {
        font-size: 21px;
    }
    .place {
        margin-top: 20px;
        gap: 10px;
    }
    .place h1 {
        display: grid;
        justify-items: center;
    }
    .place__content h2 {
        text-align: center;
    }
    .place__content__widget .flex-container > div > :nth-child(1) {
        height: 130px !important;
    }
}

@media screen and (max-width: 549px) {
    .modal__hot__mng {
        grid-template-columns: 1fr;
    }
    .modal__hot__form__item__cols__2,
    .modal__hot__form__item__cols__3 {
        grid-template-columns: 1fr;
    }
    .modal__hot__mng__panel__body p a {
        margin: 5px 0;
    }
    .whatsapp__block {
        background-color: #f9f9f9;
        padding: 25px 0;
        margin: 0 0 25px;
    }
    .whatsapp__block .wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
    }
    .whatsapp__block__cover {
        max-width: 250px;
    }
    .widget__tours .flex-container {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .widget__tours .flex-container > div > :nth-child(1) {
        height: 20vw !important;
    }
}

@media screen and (max-width: 519px) {
    .header {
        flex-direction: column;
        align-items: start;
        gap: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header__contact {
        /* display: none; */
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        gap: 10px;
        justify-content: end;
        width: 100%;
    }
    .header__contact__email {
        display: none;
    }
}

@media screen and (max-width: 499px) {
    .country h1 {
        font-size: 24px;
    }
    .country__cta__header__title {
        padding: 0 30px 0 0;
        max-width: 375px;
    }
    .country__cta__header__title h2 {
        font-size: 16px;
    }
    .country__cta__header__title ul li {
        font-size: 12px;
        gap: 3px;
    }
    .country__cta__header__title ul li strong {
        font-weight: 600;
        padding: 3px;
    }
    .country__cta__header__title::after {
        width: 40px;
        height: 40px;
        top: 15px;
    }
    .country__home__wrapper {
        padding: 15px 0;
    }
    /* .country__home__content h1 {
        font-size: 18px;
    } */
    .country__home__content h1 > :nth-child(1),
    .country__home__content h1 > :nth-child(2),
    .place h1 {
        font-size: 18px;
    }
    .country__home__content p {
        font-size: 16px;
    }
    .country__home__content p strong {
        font-size: 120%;
    }
    .country__home__digs {
        gap: 5px;
    }
    .country__home__digs__item {
        padding: 10px;
        font-size: 13px;
        display: flex;
        flex-direction: column;
    }
    .country__home__manager__info {
        max-width: 90%;
        left: 5%;
    }
    .review {
        padding: 10px;
    }
    .place__content__widget .flex-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 449px) {
    .about__content__docs {
    }
    .about__content__docs a {
        grid-template-columns: 1fr;
    }
    .reviews {
        display: flex;
        flex-direction: column;
    }
    .review {
        padding: 15px;
        border-radius: 10px;
    }
    .review__body__gall a {
        height: 20vw;
    }
    /* .reviews {
        gap: 15px;
        margin-top: 25px;
    }
    .reviews h2 {
        font-size: 16px;
        text-align: center;
        grid-template-columns: 1fr;
        justify-items: center;
    } */
    .home {
        gap: 10px;
        padding: 25px 10px 150px;
    }
    .home__title,
    .home__cta__title>:nth-child(2) {
        font-size: 18px;
    }
    .home__subtitle,
    .home__cta__title {
        font-size: 14px;
    }
    .home__btn span {
        font-size: 14px;
    }
    .home::after {
        height: 145px;
    }
    .home__cta .wrapper {
        padding: 15px;
    }
    .home__cta__title>:nth-child(2) {
        font-size: 21px;
    }
    .home__cta::before {
        width: 30px;
        height: 30px;
    }
    .country__cta__header__cover {
        height: 70px;
    }
    .country__cta__header__title {
        padding: 0 5px;
        text-align: center;
    }
    .country__cta__header__title h2 {
        font-size: 14px;
    }
    .country__cta__header__title ul li::before {
        width: 12px;
        height: 12px;
    }
    .country__cta__header__title ul li {
        gap: 2px;
        justify-content: center;
    }
    .country__cta__header__title ul li strong {
        padding: 2px;
    }
    .country__cta__header__title::after {
        display: none;
    }
    .country__list {
        gap: 5px;
    }
    .country__list__item {
        height: 40vw;
    }
    .country__list__item__content>:nth-child(1), .country__list__item__content>:nth-child(2), .country__list__item__content>:nth-child(3) {
        font-size: 16px;
    }
    .modal__country__form__title {
        font-size: 16px;
    }
    .modal__country__mng {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .modal__country__mng__panel {
        grid-template-columns: 50px auto;
        justify-items: start;
        gap: 10px;
    }
    .modal__country__mng__panel {
        text-align: left;
    }
    .modal__country__mng__panel__body__msg {
        justify-content: start;
    }
    .modal__country__mng__panel__body p a {
        margin: 5px 0;
    }
    .country__home__digs {
        flex-direction: column;
    }
    .country__home__digs__item {
        border-radius: 5px;
        padding: 10px;
        font-size: 14px;
    }
    .country__home__manager__msg {
        padding: 20px;
        font-size: 14px;
    }
    .country__home__manager__msg::before {
        width: 50px;
        height: 50px;
        top: -35px;
    }
    .modal__popup__body h2 {
        font-size: 16px;
    }
    .modal__popup__body form {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 399px) {
    .modal__country {
        padding: 15px 10px;
    }
    .modal__country__mng {
        font-size: 12px;
    }
    .modal__country__form__item__col__title {
        font-size: 13px;
    }
    .country__home__content p {
        font-size: 16px;
        font-weight: 600;
    }
    .reviews h2 {
        font-size: 18px;
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .country__list__item__content>:nth-child(1), .country__list__item__content>:nth-child(2), .country__list__item__content>:nth-child(3) {
        font-size: 14px;
    }
    .widget__tours .flex-container {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .widget__tours .flex-container > div > :nth-child(1) {
        height: 25vw !important;
    }
    .place__cta__block__row__2 {
        grid-template-columns: 1fr;
    }
    .place__cta__block {
        padding: 10px;
    }
    .place__cta__block form {
        border: solid 1px #fff;
        padding: 10px;
        border-radius: 10px;
    }
    .place__cta__block h2 {
        font-size: 14px;
    }
    .place__cta__block__cnt {
        grid-template-columns: 50px auto;
        gap: 10px;
    }
    .place__cta__block__cnt::before {
        width: 50px;
        height: 50px;
        border: solid 1px #fff;
    }
}

@media screen and (max-width: 349px) {
    .form__offer button {
        font-size: 16px;
    }
    .country__home__content h1 {
        /* font-size: 16px;
        text-align: center;
        padding: 10px;
        border-radius: 5px; */
    }
    .country__home__content h1 > :nth-child(1),
    .country__home__content h1 > :nth-child(2),
    .place h1 {
        font-size: 16px;
    }
    .country__home__content p {
        font-size: 14px;
    }
    .country__home__manager__msg {
        height: 130px;
    }
    .country__home__manager__info {
        top: 65px;
    }
    .gethot__btn {
        font-size: 16px;
    }
    .gethot__btn::before {
        width: 20px;
        height: 20px;
    }
    .gethot__btn::after {
        width: 14px;
        height: 14px;
    }
    .gethot__content {
        padding: 15px;
    }
    .gethot__content__title {
        font-size: 12px;
    }
}

@media screen and (max-width: 319px) {
    .country__home__manager__msg {
        height: 135px;
    }
    .place__cta__block__cnt {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }
    .place__cta__block__cnt__content .place__content__topcontact {
        justify-content: center;
    }
}

@media screen and (max-width: 299px) {
    .country__list__item__content>:nth-child(1), .country__list__item__content>:nth-child(2), .country__list__item__content>:nth-child(3) {
        /* font-size: 10px; */
        padding: 5px 5px;
    }
}

@media screen and (max-width: 269px) {
    .country__list {
        grid-template-columns: 1fr;
    }
    .country__list__item {
        height: 45vw;
    }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 768px) {

}