body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    background: #000;
    color: #fff;
}

.wrapper {
    line-height: 30px;
    margin: 0px auto;
    max-width: 326px;
}

.shapka {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

.shapka__text {
    font-size: 10px;
    line-height: 142.9%;
    color: #A5A5A5;
    text-align: center;
}

.shapka__item {
    max-width: 96px;
}

.wrapper__full {
    margin: 0px auto;
    max-width: 450px;
}

.block_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text_grey {
    color: #A5A5A5;
    font-size: 14px;
    line-height: 167.4%;
}

.text_bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 167.4%;
    color: #fff;
}

.btn_primary {
    text-transform: uppercase;
    background: linear-gradient(180deg, #0AAB12 -43.92%, #078C0E 158.78%);
    border-radius: 100px;
    width: 100%;
    text-align: center;
    padding: 22px 0px;
    letter-spacing: 0.07em;
    margin-top: 35px;
    animation: radial-pulse 2s infinite;
    transition: 0.3s;
}

@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(10, 170, 18, 0.5);
    }
    100% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }
}

.btn_primary:hover {
    background: linear-gradient(180deg, #078C0E -43.92%, #078C0E 158.78%);
}

.btn__text {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 167.4%;
}

.h2_text {
    font-weight: 600;
    font-size: 30px;
    line-height: 139.4%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.padding-150 {
    padding: 150px 0px;
}

.text_normal {
    font-size: 16px;
    line-height: 167.4%;
}

.text_b {
    font-weight: 600;
}

.text_g {
    color: #0AAA12;
}


/** css slider **/

.slider {
    position: relative;
    min-width: 0;
}

.slider__item {
    touch-action: auto;
    -ms-touch-action: auto;
}

.slick-list {
    overflow: hidden;
}

.slick-list:after {
    clear: both;
    content: "";
    display: block;
}

.slick-track {
    display: flex;
}

.slider>.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin-top: 5px;
}

.slider>.slick-dots li {
    list-style: none;
}

.slider>.slick-dots li.slick-active button {
    background: #0AAB12;
}

.slider>.slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    padding: 0;
    margin: 0px 5px;
    background: rgba(10, 170, 18, 0.5);
}

.slider>.slick-arrow {
    position: absolute;
    bottom: 50%;
    font-size: 0;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    z-index: 100;
}

.slider>.slick-arrow.slick-prev {
    left: -7%;
    background: url(https://taplink.shmakovv.ru/img/arrow-l.svg) 0 0 / 20% no-repeat, linear-gradient(180deg, #0AAB12 -43.92%, #078C0E 158.78%);
    background-position: center;
}

.slider>.slick-arrow.slick-next {
    right: -7%;
    background: url(https://taplink.shmakovv.ru/img/arrow-r.svg) 0 0 / 20% no-repeat, linear-gradient(180deg, #0AAB12 -43.92%, #078C0E 158.78%);
    background-position: center;
}

.slider>.slick-arrow.slick-prev:hover {
    background: url(https://taplink.shmakovv.ru/img/arrow-l.svg) 0 0 / 20% no-repeat, linear-gradient(180deg, #078C0E -43.92%, #078C0E 158.78%);
    background-position: center;
}

.slider>.slick-arrow.slick-next:hover {
    background: url(https://taplink.shmakovv.ru/img/arrow-r.svg) 0 0 / 20% no-repeat, linear-gradient(180deg, #078C0E -43.92%, #078C0E 158.78%);
    background-position: center;
}


/** css spoilers **/

.block {
    padding: 15px 0px;
}

.block__item {
    margin-bottom: 20px;
}

.block__title {
    position: relative;
    font-weight: 500;
    font-size: 13px;
    line-height: 167.4%;
    color: #FFFFFF !important;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 20px;
}

.block__title:before {
    transform: rotate(90deg);
    left: 0;
}

.block__title:after {
    transform: rotate(0deg);
    left: 0;
}

.block__title:after,
.block__title:before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: .5s;
}

.block__text {
    display: none;
    font-size: 13px;
    color: #fff !important;
    line-height: 167.4%;
    padding: 5px 30px 15px;
}

.block__circle {
    content: '';
    width: 24px;
    height: 24px;
    background: linear-gradient(180deg, #0AAB12 -43.92%, #078C0E 158.78%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(10, 171, 18, 0.5);
}

.block__title.active:before {
    transform: rotate(360deg);
}

.hotel__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.btn-second {
    border: 1px solid #0AAA12;
    box-sizing: border-box;
    border-radius: 100px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    transition: 0.3s;
    padding: 10px 0px;
}

.btn-second:hover {
    background: linear-gradient(180deg, #078C0E -43.92%, #078C0E 158.78%);
}

.hotel__item {
    flex-basis: 45%;
}

.btn__text_second {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 167.4%;
}

.var__flex {
    display: flex;
    justify-content: space-between;
}

.var__item {
    flex-basis: 47%;
    text-align: center;
}

.var__title {
    font-weight: 600;
    font-size: 14px;
    color: #0AAA12;
}

.var__text {
    font-size: 15px;
    line-height: 167.4%;
    color: #FFFFFF;
}

.var__text_grey {
    margin-top: 40px;
    font-size: 14px;
    line-height: 167.4%;
    text-align: center;
    color: #A5A5A5;
}

.slet_sum {
    font-weight: 600;
    font-size: 49px;
    line-height: 84.4%;
    letter-spacing: 0.08em;
    padding: 10px 0px;
}

.sum_karta {
    font-weight: 500;
    font-size: 24px;
    line-height: 167.4%;
}

.kontakty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.telegram_bg {
    position: relative;
    flex-basis: 48%;
    padding: 15px 0px;
    background-color: #0057F7;
    border-radius: 100px;
    width: 100%;
}

.telegram_bg:hover {
    background-color: #0042bc;
}

.instagram_bg {
    position: relative;
    flex-basis: 48%;
    padding: 15px 0px;
    background-color: #CC28C3;
    border-radius: 100px;
    width: 100%;
}

.instagram_bg:hover {
    background: #a01b9a;
}

.kontakty__link {
    text-decoration: none;
    font-size: 14px;
    color: #fff !important;
    margin-left: 30px;
}

.telegram_bg:before {
    position: absolute;
    content: "";
    background-image: url(https://taplink.shmakovv.ru/img/tg.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
    top: 29%;
    left: 15%;
}

.instagram_bg:before {
    position: absolute;
    content: "";
    background-image: url(https://taplink.shmakovv.ru/img/insta.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
    top: 26%;
    left: 15%;
}