@font-face {
    font-family: 'A1GothicStd';
    src: url('/assets/fonts/AP-OTF-A1GothicStd-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'A1GothicStd';
    src: url('/assets/fonts/AP-OTF-A1GothicStd-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'A1GothicStd';
    src: url('/assets/fonts/AP-OTF-A1GothicStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'A1GothicStd';
    src: url('/assets/fonts/AP-OTF-A1GothicStd-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}


.intro__heading h3 strong{
/*    font-family: 'A1GothicStd', sans-serif;*/
}
.about-row ul li{
    font-family: 'A1GothicStd', sans-serif;
    font-weight: 600;
}
.problems h2{
    font-family: 'A1GothicStd', sans-serif;
    font-weight: 700;
}

#places .section-heading{
    padding-left: 20px;
}
#places .slick-prev{
    position: absolute;
    top: -44px;
    left: auto;
    right: 42px;
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-color: transparent;
    border-radius: 50%;
}
#places .slick-next{
    position: absolute;
    top: -44px;
    right: 0;
    width: 32px;
    height: 32px;
    background: #D9D9D9;
    border-color: transparent;
    border-radius: 50%;
}
#places .slick-prev:hover,
#places .slick-next:hover{
    background: #E15526;
    opacity: 1;
}

#places .swiper-slide{
    width: 300px;
    margin-inline: 20px 10px;
}

#places .swiper-button-next.swiper-button-disabled, 
#places .swiper-button-prev.swiper-button-disabled{
    background: #585858;
}
#places .swiper-button-next,
#places .swiper-button-prev {
    color: #333;
    width: 32px;
    height: 32px;
    background: #585858;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

#places .swiper-button-next::after,
#places .swiper-button-prev::after {
    font-size: 13px; 
    font-weight: bold;
    color: #fff;
}
#places .swiper-button-next::after{
    margin-left: 3px;
}
#places .swiper-button-prev::after{
    margin-right: 3px;
}

#places .navigation{
    position: relative;
}
#places .swiper-button-prev {
    top: -36px;
    left: auto;
    right: 67px;
}

#places{
    background: linear-gradient(to bottom, #fff 30%, transparent 30%);
}

#places .swiper-button-next {
    top: -36px;
    right: 25px;
}
.time-work{
    text-align: center;
    padding: 15px 15px 30px;
    /*background: #f7f7f7;*/
}

.banner, .time-work {
	position: relative;
	z-index: 9;
}

@media only screen and (max-width: 575px){
    .container-fluid, .container,
    .site-wrap{
        max-width: 100%;
    }
}



.footer-sticky{
    transform: translateY(100%);
    transition: 0.5s ease;
}
.footer-sticky.show{
    transform: translateY(0);
}

.reserve__inner__thanks{
    padding-top: 60px;
    text-align: left;
}
.reserve__inner__thanks .form-submit{
    margin-top: 15px;
}

.thanks .reserve__inner__thanks .btn{
    border-radius: 16px;
    font-size: 14px;
    line-height: 24px;
    padding-block: 7px 7px;
    min-height: 53px;
}

.inner-thanks{
    background: #fff;
    padding: 20px;
    border-radius: 16px;
}