/* ====== Specification ====== */

body {
    font-family: "Montserrat", sans-serif;
    background: rgba(238, 238, 238, 1);
    font-size: 16px;
    color: rgba(15, 15, 15, 1);
    padding: 0;
    margin: 0;
}

.container {
    width: 1290px;
    margin: 0 auto;
    padding: 0;
}

div,
p,
form,
input,
a,
span,
button,
ul,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgba(15, 15, 15, 1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Russo One", sans-serif;
    font-weight: normal;
    color: rgba(15, 15, 15, 1);
    padding: 0;
    margin: 0;
}

h1 {}

h2 {}

h3 {}

a {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: rgba(15, 15, 15, 1);
    text-decoration: none;
}

a:hover,
a:active {
    text-decoration: none;
}

button,
button:hover,
button:focus,
button:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
    outline: none;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 60px;
    background: rgba(204, 147, 0, 1);
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    transition: 0.3s;
}

.btn:hover {
    background: #F6BC25;
}


/* ====== Header ====== */

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 200;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    max-width: 470px;
    width: 100%;
}

.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.menu>li {
    display: block;
}

.menu>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

.menu>li>a:hover {
    color: #F6BC25;
}

.logo {
    display: block;
    width: 120px;
}

.logo img {
    display: block;
    width: 100%;
}

.phone-soc {
    max-width: 470px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.soc {
    display: flex;
}

.soc__item {
    margin: 0 7px;
    display: block;
    transition: 0.3s;
}

.soc__item svg {
    fill: #fff;
    transition: 0.3s;
}

.soc__item:hover svg {
    fill: #F6BC25;
}

.phone {
    font-family: "Russo One", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 38px;
    padding: 3px 0;
    transition: 0.3s;
}

.phone:hover {
    color: #F6BC25;
}

.phone svg {
    height: 24px;
    fill: #fff;
    display: block;
    transition: 0.3s;
}

.phone span {
    display: block;
    margin-left: 6px;
}

.phone:hover svg {
    fill: #F6BC25;
}





/* ====== Offer ====== */

.offer {
    background: rgba(15, 15, 15, 1);
}

.offer-slider {
    margin-bottom: 0 !important;
}

.offer-slide {
    position: relative;
}

.offer-slide::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 190px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.7;
}

.offer-slide::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 450px;
    background: linear-gradient(180deg, rgba(15, 15, 15, 0.0) 0%, rgba(15, 15, 15, 1) 100%);
}

.offer-slide .container {
    height: 100vh;
    display: flex;
    align-items: end;
    justify-content: start;
}

.offer-slide-wrap {
    position: relative;
    z-index: 50;
    padding-bottom: 10vh;
}

.offer__title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 36px;
}

.offer__btn {}


.offer>.container {
    display: flex;
    justify-content: end;
    position: relative;
    max-height: 0;
}

.offer-dots {
    position: absolute;
    bottom: 10vh;
}

.sl-dots {}

.sl-dots ul {
    display: flex;
    position: static;
}

.sl-dots ul li {
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    margin: 0;
    margin-left: 20px;
}

.sl-dots ul li.slick-active {
    background: #F6BC25;
}

.slick-dots li button {
    width: 100%;
    margin-top: -15px;
    /* display: none !important; */
}

.slick-dots li button::before {
    display: none !important;
}


/* ====== Services ====== */

.services {
    background: #0F0F0F;
    position: relative;
}

.services__orn {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -240px;
    height: 480px;
}

.services-slider {
    margin-bottom: 0 !important;
}

.services-slide {
    min-height: 700px;
    padding: 30px 0;
    box-sizing: border-box;
    position: relative;
    display: flex !important;
    align-items: center;
}

.services-slide-box {
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    width: 630px;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
}

.services-slide__title {
    font-size: 32px;
    margin-bottom: 30px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}

.services-slide__text {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 135%;
}

.services__btn {}

.services-slide__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60%;
    height: 100%;
}

.services-slide__img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 190px;
    background: linear-gradient(-90deg, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, 1) 100%);
}

.services>.container {}

.services-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.services-dots ul {
    display: flex;
    justify-content: center;
}

.services-dots li {
    margin: 0 10px !important;
}

.services-dots li button {
    display: block !important;
    margin-top: -10px;
    width: 100%;
}

.services-slide.slick-current .services-slide-box {
    animation: 0.5s animeBox;
}

@keyframes animeBox {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}


/* ====== Reviews ====== */

.reviews {
    padding: 120px 0;
}

.reviews__title {
    display: inline-block;
    margin: 0 10px;
    font-size: 40px;
    color: #0F0F0F;
    margin-bottom: 70px;
    position: relative;
}

.reviews__title::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 10px;
    width: 85%;
    height: 3px;
    background: #0F0F0F;
}

.reviews-slider {
    display: flex;
}

.reviews-slide {
    width: 31.3%;
    margin: 12px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.reviews-slide-ava-name {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.reviews-slide__ava {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 14px;
}

.reviews-slide__name {
    font-weight: 600;
}

.reviews-slide__text {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.8;
}

/* .reviews-slide img {
    display: block;
    width: 100%;
} */

.reviews-dots ul {
    display: flex;
    justify-content: center;
}

.reviews-dots li {
    background: #B7B7B7 !important;
}

.reviews-dots li.slick-active {
    background: #F6BC25 !important;
}

.license {
    position: relative;
    padding: 120px 0 90px;
    background: #0F0F0F;
    overflow: hidden;
}

.license__ornament {
    position: absolute;
    top: 90px;
    right: -90px;
    width: 540px;
    height: 520px;
    z-index: 5;
}

.license__title {
    position: relative;
    width: 630px;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    margin-left: 1%;
    margin-bottom: 75px;
}

.license__title::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 75%;
    height: 3px;
    background: #fff;
}

.license-flex {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
}

.license-card {
    width: 23%;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin: 0 1% 30px;
}

.license-card-wrap {
    position: relative;
    margin-bottom: 20px;
}

.license-card__icon {
    display: block;
    width: 60px;
    height: 60px;
    padding: 20px;
}

.license-card-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/icon-orn.svg) no-repeat center center / 100% 100%;
}

.license-card__title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: auto 0;
}


/* about */

.about {
    position: relative;
    /* padding: 120px 0; */
    margin: 120px 0 60px;
}

.about__photo {
    position: absolute;
    top: -2%;
    right: 51%;
    bottom: 0;
    left: 0;
    height: 104%;
    border-radius: 0 20px 20px 0;
}

.about-wrap {
    display: flex;
    justify-content: right;
}

.about-content {
    width: 49%;
}

.about__title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #0F0F0F;
    margin-bottom: 40px;
}

.about__title::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 75%;
    height: 3px;
    background: #0F0F0F;
}

.about__text {
    margin-bottom: 40px;
}

.about__text p {
    font-size: 18px;
    font-weight: 400;
    color: #0F0F0F;
    margin-bottom: 20px;
}

.about__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0F0F0F;
    margin-bottom: 30px;
}

.about-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about-card {
    width: 49%;
    padding: 20px;
    background: #3C3C3C;
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about-card-wrap {
    position: relative;
    margin-right: 20px;
}

.about-card-wrap::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/icon-orn.svg) no-repeat center center / 100% 100%;
}

.about-card__icon {
    display: block;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.about-card__text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}


/* join */

.join {
    position: relative;
    padding: 140px 0;
}

.join::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    z-index: 5;
}

.join-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.join__title {
    font-size: 64px;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
}


/* partners-line */

.partners-line {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 80px;
    overflow: hidden;
}

.partners-line-wrap {
    display: flex;
}

.partners-line__item {
    display: flex;
    align-items: center;
}

.partners-line__item img {
    height: 120px;
    margin: 0 40px;
}

.marquee {
    animation: scroll 60s linear infinite;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - 20px));
    }
}


/* conctact */

.conctact {
    padding: 120px 0;
}

.conctact-wrap {
    display: flex;
    justify-content: space-between;
}

.conctact-content {
    width: 40%;
}

.conctact__title {
    position: relative;
    display: inline-block;
    font-size: 40px;
    color: #0F0F0F;
    margin-bottom: 40px;
}

.conctact__title::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    width: 75%;
    height: 3px;
    background: #0F0F0F;
}

.conctact__subtitle {
    max-width: 410px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.conctact__text {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

.contact-form {
    width: 100%;
}

.conctact__input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 15px 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #0F0F0F;
    border: 1px solid #9B9B9B;
    transition: 0.5s;
}

.conctact__input::placeholder {
    color: #9B9B9B;
}

.conctact__input:focus {
    border: 1px solid #0F0F0F;
}

.conctact__area {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 150px;
    padding: 15px 20px;
    color: #0F0F0F;
    border-radius: 10px;
    border: 1px solid #9B9B9B;
    resize: none;
    margin-bottom: 20px;
    transition: 0.5s;
}

.conctact__area::placeholder {
    color: #9B9B9B;
}

.conctact__area:focus {
    border: 1px solid #0F0F0F;
}

.conctact__btn {
    width: 100%;
    border: none;
    cursor: pointer;
}

.conctact-form .wpcf7-list-item {
    margin-left: 0;
}

.conctact-form label {
    display: flex;
    margin-bottom: 30px;
}

.conctact-form span {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0F0F0F;
}

.conctact-form span a {
    font-weight: 600;
    color: #CC9300;
    transition: 0.3s;
}

.conctact-form span a:hover {
    color: #F6BC25;
}

.conctact__check {
    margin-right: 20px;
    display: block;
    min-width: 20px;
    height: 20px;
}

.conctact-form label input {
    margin-right: 20px;
    display: block;
    min-width: 20px;
    height: 20px;
}

.conctact__photo {
    width: 49%;
    border-radius: 20px;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-spinner {
    margin: 0 !important;
    margin-top: 10px !important;
}

.wpcf7-not-valid-tip {
    position: absolute;
    color: red !important;
    font-size: 12px !important;
    top: 100%;
    margin-top: 1px;
}

.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color: red;
}


/* ====== footer ====== */

.footer {
    background: #0F0F0F;
    padding: 30px 0;
}

.footer .container {
    position: relative;
}

.footer .container::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 340px;
    width: 355px;
    height: 270px;
    background: url(../img/footer-orn.png) no-repeat top center / cover;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 63px;
}

.footer__logo {
    display: block;
    width: 193px;
}

.footer__logo img {
    display: block;
    width: 100%;
}

.footer-nav-contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
    max-width: 470px;
    width: 100%;
    margin-top: 20px;
}

.footer-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.footer-menu>li {
    display: block;
}

.footer-menu>li>a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    transition: 0.3s;
}

.footer-menu>li>a:hover {
    color: #F6BC25;
}





.footer-phone-soc {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 30px;
}

.footer-soc {
    display: flex;
}

.footer-soc__item {
    margin: 0 7px;
    display: block;
    transition: 0.3s;
}

.footer-soc__item svg {
    fill: #CBCBCB;
    transition: 0.3s;
}

.footer-soc__item:hover svg {
    fill: #F6BC25;
}

.footer-phone {
    font-family: "Russo One", sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #CBCBCB;
    display: flex;
    align-items: center;
    margin-left: 58px;
    transition: 0.3s;
}

.footer-phone:hover {
    color: #F6BC25;
}

.footer-phone svg {
    fill: #CBCBCB;
    display: block;
    transition: 0.3s;
}

.footer-phone span {
    display: block;
    margin-left: 10px;
}

.footer-phone:hover svg {
    fill: #F6BC25;
}

.footer__mail {
    font-size: 16px;
    font-weight: 600;
    color: #CBCBCB;
    transition: 0.3s;
}

.footer__mail:hover {
    color: #F6BC25;
}

.footer-copy-privacy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy {
    color: #CBCBCB;
    font-size: 14px;
}

.footer__link {
    color: #CBCBCB;
    font-size: 14px;
    transition: 0.3s;
}

.footer__link:hover {
    color: #F6BC25;
}




/* Form modal */
.form-modal {
    padding: 50px 30px;
    position: relative;
    background: #eee;
    max-width: 560px;
    width: 100%;
    border-radius: 20px;
}

.form-modal_close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.form-modal_close .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0F0F0F;
}

.form-modal_close .line-1 {
    transform: rotate(45deg);
}

.form-modal_close .line-2 {
    transform: rotate(-45deg);
}

.form-modal-wrap {}

.form-modal_thanks {
    width: 560px;
    max-width: none;
}

.form-modal_thanks .form-modal-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-modal_thanks .conctact__title {
    text-align: center;
    margin-bottom: 20px;
}

.form-modal_thanks .conctact__subtitle {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.form-modal_thanks .conctact__title::after {
    display: none;
}







/* ====== Media Quaries ====== */

/* 1200-1335 */
@media screen and (max-width: 1335px) {
    .container {
        width: 1170px;
    }

    .services__orn {
        left: -150px;
    }

    .services-slide-box {
        width: 500px;
    }

    .join {
        padding: 100px 0;
    }

    .conctact-content {
        width: 45%;
    }
}

/* 992-1200 */
@media screen and (max-width: 1200px) {
    .container {
        width: 960px;
    }

    .menu>li>a {
        font-size: 16px;
    }

    .nav {
        max-width: 380px;
    }

    .phone-soc {
        max-width: 380px;
    }

    .phone span {
        font-size: 16px;
    }

    .phone {
        margin-left: 30px;
    }

    .license-card__title {
        font-size: 20px;
    }

    .license-card {
        padding: 30px 20px;
    }

    .about__text p {
        font-size: 16px;
    }

    .about-card__text {
        font-size: 14px;
    }

    .services-slide {
        min-height: 600px;
    }
}

/* 768-992 */
@media screen and (max-width: 992px) {
    .container {
        width: 720px;
    }


    .body-fixed {
        overflow: hidden;
    }

    .mob-btn {
        width: 46px;
        height: 24px;
        position: relative;
        z-index: 10000;
    }

    .mob-btn .line {
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background: #fff;
        position: absolute;
        transition: 0.3s;
    }

    .mob-btn .line-1 {
        top: 0;
    }

    .mob-btn .line-2 {
        top: 50%;
    }

    .mob-btn .line-3 {
        top: 100%;
    }

    .header.collapse .mob-btn .line-2 {
        width: 0;
    }

    .header.collapse .mob-btn .line-1 {
        top: 50%;
        transform: rotate(45deg);
    }

    .header.collapse .mob-btn .line-3 {
        top: 50%;
        transform: rotate(-45deg);
    }


    .nav {
        position: fixed;
        bottom: 0;
        right: 0;
        top: 0;
        max-width: 0px;
        height: 100%;
        background: rgba(15, 15, 15, 0.5);
        backdrop-filter: blur(20px);
        overflow: hidden;
        transition: 0.3s;
    }

    .header.collapse .nav {
        max-width: 300px;
    }

    .menu {
        padding: 100px 30px 40px;
        display: flex;
        flex-direction: column;
        align-items: end;
        margin-bottom: 40px;
        min-width: 300px;
    }

    .menu>li>a {
        display: block;
        font-size: 24px;
        padding: 10px 0;
    }

    .header-wrap {
        position: relative;
        z-index: 999;
    }

    .nav-soc-phone {
        display: flex !important;
        flex-direction: column;
        align-items: end;
        padding: 0 3vw;
        min-width: 300px;
    }

    .nav-soc {
        display: flex;
        margin-bottom: 20px;
    }

    .nav-soc__link {
        margin-left: 14px;
    }

    .nav-soc__phone {
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #fff;
        margin-bottom: 10px;
    }

    .nav-soc__phone img {
        margin-right: 10px;
    }



    .phone-soc {
        width: 200px;
        flex-direction: row-reverse;
        justify-content: start;
    }

    .mob-btn-wr {
        width: 200px;
        display: flex !important;
        justify-content: end;
    }

    .header-wrap {
        flex-direction: row-reverse;
    }

    .phone {
        margin-left: 0;
        margin-right: 20px;
    }

    .phone svg {
        height: 30px;
    }

    .phone:last-child {
        display: none;
    }


    .phone span {
        display: none;
    }

    .license .container {
        position: relative;
        z-index: 20;
    }

    .license-card__title {
        font-size: 16px;
    }

    .about__photo {
        position: static;
        width: 100%;
        height: 55vw;
        order: 2;
        border-radius: 0;
    }

    .about-content {
        width: 100%;
    }

    .about .container {
        order: 1;
        margin-bottom: 30px;
    }

    .about {
        display: flex;
        flex-direction: column;
    }

    .services-slide-box {
        width: 100%;
    }
}

/* 576-768 */
@media screen and (max-width: 767px) {
    .container {
        width: 540px;
    }


    .soc {
        display: none;
    }

    .phone {
        display: block;
        height: 44px;
        width: auto;
        margin-right: 0;
    }

    .phone svg {
        display: block;
        height: 44px;
        width: auto !important;
    }

    .footer .container::after {
        display: none;
    }

    .offer__title {
        font-size: 34px;
    }

    .offer-slide-wrap {
        padding-bottom: 5vh;
    }

    .offer-dots {
        bottom: 5vh;
    }

    .offer__btn {
        width: 260px;
    }

    .license__title {
        width: 100%;
        font-size: 24px;
    }

    .license-card {
        width: 48%;
        margin-bottom: 10px;
    }

    .join__title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .join {
        padding: 55px 0;
    }

    .conctact-wrap {
        flex-direction: column;
    }

    .conctact-content {
        width: 100%;
    }

    .conctact__photo {
        display: none;
    }

    .footer-menu {
        display: none;
    }

    .footer-phone-soc {
        flex-direction: column;
        align-items: end;
    }

    .footer-soc {
        margin-bottom: 20px;
    }
}

/* <576 */
@media screen and (max-width: 576px) {
    .container {
        width: 94vw;
    }

    .phone span {
        display: none;
    }

    .phone-soc {
        max-width: 30%;
    }

    .phone {
        margin-left: 5px;
    }

    .logo {
        width: 90px;
    }

    .offer-slide-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .offer-slide .container {
        align-items: end;
        justify-content: center;
        padding-bottom: 7vh;
    }

    .offer-dots {
        bottom: 3vh;
    }

    .offer__title {
        font-size: 44px;
        text-align: center;
    }

    .sl-dots ul li {
        margin: 0 10px;
    }

    .offer>.container {
        justify-content: center;
    }

    .soc__item {
        width: 24px;
    }

    .soc__item svg {
        display: block;
        width: 100%;
    }

    .phone {
        display: block;
        height: 40px;
    }

    .phone svg {
        display: block;
        height: 100%;
        width: auto !important;
    }

    .license {
        padding: 70px 0;
    }

    .about-card {
        width: 100%;
        margin: 0 0 10px;
    }

    .about {
        margin: 70px 0 30px;
    }

    .about__title {
        font-size: 24px;
    }

    .partners-line {
        padding-bottom: 40px;
    }

    .partners-line__item img {
        height: 70px;
        margin: 0 12px;
    }

    .services-slide {
        padding: 30px 0 55px;
    }

    .services-dots {
        bottom: 25px;
    }

    .services__btn {
        width: 100%;
    }

    .services-slide-box {
        padding: 30px 20px;
    }

    .services-slide__title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .reviews {
        padding: 60px 0;
    }

    .reviews__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .conctact {
        padding: 60px 0;
    }

    .conctact__title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .conctact__subtitle {
        font-size: 18px;
    }

    .conctact__text {
        font-size: 16px;
    }

    .footer-wrap {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav-contacts {
        align-items: center;
    }

    .footer-phone-soc {
        align-items: center;
    }

    .footer-phone {
        margin-left: 0;
    }

    .footer__logo {
        width: 150px;
        margin-bottom: 20px;
    }

    .license-card {
        padding: 15px;
    }

    .license-card-wrap {
        width: 80px;
        height: 80px;
    }

    .license-card__icon {
        padding: 10px;
    }

    .license__title {
        font-size: 22px;
        margin-bottom: 40px;
    }

    .mob-btn-wr {
        width: 30%;
    }

    .mob-btn {
        width: 38px;
    }

    .mob-btn .line {
        height: 3px;
    }

    .menu {
        padding: 100px 3vw 30px;
    }

    .arcticmodal-container_i2 {
        padding: 0 !important;
    }

    .form-modal_thanks {
        width: 90vw;
    }

    .offer-slide__desc {
        background: none !important;
    }
}