@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel_regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/cinzel_bold.ttf');
    font-weight: 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page {
    font-family: 'Cinzel', sans-serif;
    margin: 0 auto;
    background-color: #f3f3f3;
}

a {
    text-decoration: none;
    color: #fff;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

.container {
    margin: 0 auto;
    max-width: 1280px;
    padding-top: 20px;
}

.header {
    background-image: url(../images/fon.png);
    background-size: 100% 100%;
}

.header__head {
    display: flex;
    justify-content: space-between;
}

.header__logo {
    display: flex;
    align-items: center;
    font-family: 'Cinzel';
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF;
}

.header__box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 650px;
}

.header__info {
    display: flex;
}

.header__list--contact {
    text-align: center;
}

.header__list--number {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FF0000;
}

.header__list--text {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.header__btn {
    cursor: pointer;
    font-family: 'Cinzel';
    font-style: normal;
    padding: 10px 20px;
    background: #A3BBDF;
    border-radius: 10px;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.header__navigation {
    width: 100%;
}

.header__menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.header__item {
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.hero {
    margin-top: 53px;
}

.hero_title {
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    text-align: right;
    color: #9ab1d2;
}

.hero__subtitle {
    margin-top: 13px;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: right;
    color: #9ab1d2;
}

.hero__text {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: right;
    color: #9ab1d2;
}

.hero__box {
    display: flex;
    align-items: flex-start;
    margin-top: 65px;
}

.hero__item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 35px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
}

.hero__item--bold {
    color: #FF0000;
    font-weight: 900;
}

.hero__btn {
    cursor: pointer;
    margin-top: 75px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #FFFFFF;
    padding: 10px 50px;
    background: #FF0000;
    box-shadow: -5px 8px 8px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 10px;
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .5);
}

.hero__description--text {
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}

.hero__contacts {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero__mobile--list {
    display: none;
}

.services__title {
    margin-top: 30px;
    text-align: center;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #000000;
}

.services__text {
    margin: 0 auto;
    max-width: 70%;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    text-align: center;
}

.services__block {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.services__item {
    background: url(../images/carts1.png) no-repeat;
    background-color: #000000;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
}

.services__item--2 {
    background: url(../images/carts_2.png) no-repeat;
    background-color: #ffffff;
    background-size: cover;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
}

.services__item--3 {
    background: url(../images/carts_3.png) no-repeat;
    background-color: #000000;
    background-size: cover;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
}

.services__item--4 {
    background: url(../images/cart_4.png) no-repeat;
    background-color: #ffffff;
    background-size: cover;
    max-width: 300px;
    padding: 15px;
    border-radius: 10px;
}

.services__item--2 .sevices__item--title {
    -webkit-text-stroke: 0.5px #FFF;
    color: #000;
}

.services__item--2 .services__item--link {
    color: #000
}

.services__item--2 .sevices__item--item {
    color: #000;
}

.services__item--4 .sevices__item--title {
    -webkit-text-stroke: 0.5px #FFF;
    color: #000;
}

.services__item--4 .services__item--link {
    color: #000
}

.services__item--4 .sevices__item--item {
    color: #000;
}

.sevices__item--list {
    min-height: 163px;
}

.sevices__item--title {
    -webkit-text-stroke: 0.5px black;
    max-width: 85%;
    min-height: 96px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 17px;
}

.sevices__item--item {
    margin-top: 5px;
    list-style: disc;
    margin-left: 20px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
}

.sevices__item--item::marker {
    color: #A3BBDF;
}

.services__item--contacts {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 30px;
}

.services__item--btn {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    margin-left: auto;
    background: #4AC75A;
    border: none;
    border-radius: 30px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    -webkit-animation-name: 'play_bottom';
    -moz-animation-name: 'play_up';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .5);
}

.lead {
    margin-top: 110px;
    background: url(../images/lead__bg.png) no-repeat;
    background-size: 100% 60%;
    background-position-y: 40%;
}

.sert__title {
    text-align: center;
    margin-top: 50px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    text-align: center;
}

.lead__img {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.lead__img img {
    width: 30%;
}

.lead__title {
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    text-align: center;
}

.lead__subtitle {
    margin-top: 10px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    text-align: center;
}

.lead__box--list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lead__box--inner {
    margin-top: 50px;
}

.lead__box--content {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.box__btn {
    max-width: 530px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box__inner--title {
    -webkit-text-stroke: 0.5px black;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #FFFFFF;
}

.box__inner--btn {
    cursor: pointer;
    margin-top: 30px;
    padding: 10px 20px;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    background: #FF0000;
    border-radius: 10px;
    color: #FFFFFF;
    border: none;
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .5);
}

.lead__box--item:nth-child(even) {
    margin-top: 150px;
}

.lead__box--img {
    max-width: 100px;
}

.lead__box--text {
    /* -webkit-text-stroke: 0.5px black; */
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px;
    color: #FF0000;
    text-align: center;
}

.lead__box--item {
    width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.box__inner--text {
    text-align: center;
    margin-top: 80px;
    font-family: 'Cinzel';
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #000000;
}

.box__inner--bold {
    font-weight: 900;
}

.lead__slide {
    position: relative;
}

.slick-arrow {
    position: absolute;
    top: 92.7%;
    z-index: 10;
}

.slick-arrow.slick-prev {
    left: 280px;
    font-size: 0;
    background: url(../images/arr-left.png) 0 0 / 100% no-repeat;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.slick-arrow.slick-next {
    right: 280px;
    font-size: 0;
    background: url(../images/arr-right.png) 0 0 / 100% no-repeat;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
}

.slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 50px;
}

.slick-dots li {
    width: 75px;
    height: 5px;
    font-size: 0;
    background: #d3d3d3;
    border: none;
    border-radius: 1px;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: #A3BBDF;
    z-index: 20;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    cursor: pointer;
}

.works__inner {
    background-image: url(../images/works_inner1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.works__title {
    margin: 0 auto;
    font-size: 48px;
    line-height: 57px;
    font-weight: 400;
    text-align: center;
    margin-top: 30px;
}

.works__text {
    margin: 0 auto;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    max-width: 1112px;
    text-align: center;
    margin-top: 20px;
}

.works__inner--container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 210px;
    padding-bottom: 185px;
}

.works__inner--text {
    font-size: 24px;
    line-height: 29px;
    color: #FF0000;
    font-weight: 700;
    width: 355px;
}

.works__inner--item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.works__inner--foto {
    width: 400px;
}

.prise__inner {
    position: relative;
    max-width: 1200px;
    background: #FFFFFF;
    border: 2px solid #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    width: 100%;
    margin-top: -145px;
}

.prise__inner--img {
    position: absolute;
    top: 32px;
    right: -80px;
}

.prise__form {
    max-width: 540px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prise__inner--title {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: 400;
    margin-top: 40px;
    margin-left: 40px;
}

.prise__inner--contacts {
    display: flex;
    align-items: center;
    margin-top: 24px;
}

.prise__inner--text {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.form__box-number {
    padding: 16px 100px 13px 10px;
    background: #F5F5F5;
    border-radius: 10px;
    border: none;
    font-size: 20px;
    line-height: 24px;
}

.form__contacts--tel {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
    align-items: center;
}

.submit {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 100px;
    background: #FF0000;
    border-radius: 10px;
    -webkit-animation-name: 'play_down';
    -moz-animation-name: 'play_up';
    animation-duration: 1s;
    animation-iteration-count: infinite;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .5);
}

.form__political {
    display: flex;
    align-items: center;
    width: 250px;
    font-size: 12px;
    line-height: 16px;
    gap: 6px;
    padding-bottom: 94px;
}

.prise__submit {
    display: flex;
}

.office__inner {
    display: flex;
    margin-top: 84px;
}

.office__title {
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    font-weight: normal;
    width: 798px;
}

.office__subtitle {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    width: 636px;
    margin-top: 15px;
}

.office__list {
    padding-left: 25px;
}

.office__item {
    margin: 0;
    font-size: 24px;
    line-height: 29px;
    margin-top: 29px;
    list-style: disc;
}

.office__item::marker {
    color: #FF0000;
}

.office__user {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

.office__user--img {
    width: 308px;
}

.office__user--title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

.office__user--text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.footer {
    background-image: url(../images/footer_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer__title {
    margin: 0;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    font-weight: 400;
    margin-top: 54px;
}

.footer__text {
    margin: 0;
    text-align: center;
    font-size: 32px;
    line-height: 38px;
    font-weight: 400;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer__text a {
    color: #000;
}

.footer__img {
    display: flex;
    align-items: center;
    gap: 230px;
    padding-bottom: 110px;
    margin-top: 31px;
}

.footer__contact {
    max-width: 250px;
    width: 100%;
    background: url(../images/phone.png) 0 0/ 100% no-repeat;
    padding: 85px 30px 80px 30px;
}

.contact__title {
    padding-left: 10px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.contact__subtitle {
    text-align: center;
    font-size: 12px;
    padding-left: 12px;
    margin-top: 5px;
    color: #467154;
    font-weight: 600;
}

.contact__title--one {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #60718b;
}

.contact__subtitle--two {
    margin-top: 4px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 14px;
    padding-left: 10px;
    color: #FFF;
}

.contact__social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__social img {
    width: 34px;
    height: 34px;
}

.contact__social .img_tg {
    width: 27px;
    height: 27px;
}

.pop__up {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.pop__up--wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.pop__up--form {
    position: relative;
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    background: #FFFFFF;
    border: 2px solid #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.pop__up--form label {
    font-weight: 900;
}

.pop__up--form input {
    max-width: 300px;
    width: 100%;
    font-family: 'Cinzel';
    margin: 10px 0px;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 15px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.pop__up--form button {
    max-width: 300px;
    cursor: pointer;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 30px;
    background: #FF0000;
    border-radius: 10px;
    border: none;
    padding: 10px 50px;
}

.pop__up--form p {
    position: absolute;
    right: 10px;
    top: 0px;
    cursor: pointer;
    font-size: 20px;
}

.main__pop--up {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.main__up--title {
    text-align: center;
    font-size: 18px;
}

.pop__up--select {
    font-family: 'Cinzel';
    margin: 5px 0px;
    padding: 5px;
    border-radius: 10px;
}

.pop__up--select option {
    font-family: 'Cinzel';
    background: #F5F5F5;
    padding: 15px;
    border: none;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.thanks__up {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.thanks__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.thanks__box {
    position: relative;
    max-width: 320px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    background: #FFFFFF;
    border: 2px solid #D9D9D9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.thanks__title {
    font-size: 20px;
    text-align: center;
}

.thanks__close {
    max-width: 300px;
    cursor: pointer;
    font-family: 'Cinzel';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 30px;
    background: #FF0000;
    border-radius: 10px;
    border: none;
    padding: 10px 50px;
}

.footer__political {
    font-size: 16px;
    text-align: center;
    color: #FFF;
    padding: 20px 0;
}

.active {
    display: block;
}

.hero__contacts--mobile {
    display: none;
}

@media screen and (max-width: 1280px) {
    .container {
        max-width: 1140px;
    }
    .hero__item {
        font-size: 21px;
    }
    .hero__btn {
        font-size: 20px;
    }
    .services__block {
        flex-wrap: wrap;
    }
    .services__block {
        flex-wrap: wrap;
        width: 680px;
        margin: 0 auto;
        margin-top: 40px;
        gap: 40px;
    }
    .slick-arrow {
        top: 92%;
    }
    .slick-arrow.slick-prev {
        left: 180px;
    }
    .slick-arrow.slick-next {
        right: 180px;
    }
    .works__inner--foto {
        width: 300px;
    }
    .prise__inner--img {
        right: -120px;
    }
    .prise__inner--img img {
        width: 95%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        max-width: 760px;
    }
    .header__head {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .header__logo {
        flex-direction: column;
        gap: 10px;
    }
    .header__info {
        width: 100%;
        justify-content: space-between;
    }
    .header__menu {
        margin-top: 20px;
    }
    .hero_title {
        text-align: center;
    }
    .hero__subtitle {
        text-align: center;
        font-size: 22px;
    }
    .hero__item {
        margin-top: 18px;
        font-size: 12px;
    }
    .hero__box--img {
        width: 70%;
    }
    .hero__box--img img {
        width: 100%;
    }
    .hero__text {
        margin-top: 5px;
        text-align: center;
        font-size: 18px;
    }
    .hero__btn {
        font-size: 10px;
    }
    .lead__box--content {
        flex-wrap: wrap;
    }
    .box__btn {
        margin-top: 20px;
        max-width: 100%;
    }
    .services__block {
        flex-wrap: wrap;
    }
    .services__block {
        flex-wrap: wrap;
        width: 680px;
        margin: 0 auto;
        margin-top: 40px;
        gap: 40px;
    }
    .slick-arrow {
        top: 88%;
    }
    .slick-arrow.slick-prev {
        left: 10px;
    }
    .slick-arrow.slick-next {
        right: 10px;
    }
    .prise__form {
        margin: 0 auto;
        width: 100%;
    }
    .works__inner--container {
        padding-top: 0px;
    }
    .works__inner--container {
        flex-direction: column;
        padding-top: 20px;
    }
    .works__inner {
        background-size: 100% 140%;
    }
    .prise__inner--img {
        display: none;
    }
    .office__work {
        width: 65%;
    }
    .office__user--img {
        width: 255px;
    }
    .footer__img {
        gap: 10px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 560px;
    }
    .header__item {
        font-size: 20px;
    }
    .hero__box {
        margin-top: 25px;
    }
    .hero_title {
        font-size: 45px;
        line-height: 50px;
    }
    .hero__item {
        font-size: 11px;
    }
    .hero__btn {
        padding: 10px 5px;
        font-size: 14px;
        margin-top: 65px;
    }
    .hero__description--text {
        font-size: 16px;
    }
    .services__block {
        justify-content: center;
        width: 100%;
    }
    .services__text {
        font-size: 18px;
        line-height: 25px;
    }
    .lead {
        margin-top: 10px;
    }
    .lead__title {
        font-size: 44px;
        line-height: 45px;
    }
    .lead__img img {
        width: 100%;
    }
    .slick-dots li {
        width: 42px;
    }
    .slick-arrow {
        top: 89%;
    }
    .slick-arrow.slick-prev {
        left: 10px;
    }
    .slick-arrow.slick-next {
        right: 10px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 410px;
    }
    .header__info {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .header__item {
        font-size: 15px;
    }
    .hero {
        margin-top: 25px;
    }
    .hero_title {
        font-size: 34px;
        line-height: 40px;
    }
    .hero__subtitle {
        line-height: 30px;
    }
    .hero__box {
        flex-direction: column;
        align-items: center;
    }
    .hero__list {
        display: none;
    }
    .hero__btn {
        margin-top: 10px;
    }
    .services__title {
        font-size: 42px;
    }
    .services__text {
        max-width: 100%;
    }
    .lead {
        background: url(../images/lead__mobile.jpg) 20% 40% / 100% no-repeat;
        background-size: 100% 65%;
    }
    .lead__title {
        font-size: 32px;
        line-height: 35px;
    }
    .lead__subtitle {
        font-weight: 900;
        font-size: 24px;
        margin-top: 30px;
        color: #FFF;
    }
    .lead__box--content {
        margin-top: 20px;
    }
    .lead__box--list {
        display: none;
    }
    .box__inner--btn {
        font-size: 16px;
    }
    .box__inner--title {
        font-size: 20px;
        line-height: 26px;
    }
    .box__inner--text {
        font-size: 25px;
    }
    .slick-dots {
        margin-top: 15px;
    }
    .slick-dots li {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 0px 5px;
    }
    .slick-arrow {
        top: 91%;
    }
    .slick-arrow.slick-prev {
        left: 10px;
    }
    .slick-arrow.slick-next {
        right: 10px;
    }
    .prise__inner--title {
        margin: 15px 15px;
        font-size: 30px;
    }
    .office__inner {
        flex-direction: column;
    }
    .office__title {
        width: 100%;
        text-align: center;
    }
    .office__subtitle {
        width: 100%;
        font-size: 22px;
        line-height: 28px;
        text-align: center;
    }
    .office__work {
        width: 100%;
    }
    .footer__img {
        flex-direction: column;
    }
    .footer__img--maps {
        order: 2;
    }
    .footer__text {
        font-size: 24px;
    }
}

@media screen and (max-width: 568px) {
    .hero__description--text {
        color: #FFF;
    }
    .hero {
        margin-top: 5px;
    }
    .hero__box {
        margin-top: 0px;
    }
    .hero__contacts--mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2;
    }
    .header__menu {
        margin-top: 20px;
    }
    .header__logo {
        flex-direction: row;
        font-size: 16px;
        justify-content: center;
    }
    .header__navigation {
        display: none;
    }
    .header__logo img {
        width: 20%;
    }
    .header__list--text {
        display: none;
    }
    .header__btn {
        display: none;
    }
    .box__inner--text {
        line-height: 20px;
        font-size: 14px;
    }
    .lead__subtitle {
        margin-top: 10px;
        color: #000;
    }
    .works__title {
        font-size: 30px;
        line-height: 35px;
    }
    .works__text {
        font-size: 14px;
        line-height: 20px;
    }
    .works__inner--item {
        align-items: flex-start;
    }
    .works__inner--text {
        font-size: 16px;
    }
    .works__inner--img {
        width: 30px;
    }
    .office__title {
        font-size: 28px;
        line-height: 30px;
    }
    .office__item {
        font-size: 22px;
    }
    .office__subtitle {
        font-size: 18px;
        line-height: 25px;
    }
    .footer__title {
        font-size: 28px;
        font-weight: 900;
    }
    .footer__text {
        font-size: 18px;
    }
    .footer__img--maps {
        width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .lead {
        background: url(../images/lead__mobile.jpg) 20% 35% / 100% no-repeat;
        background-size: 100% 52%;
    }
}

@media screen and (max-width: 414px) {
    .lead {
        background: url(../images/lead__mobile.jpg) 20% 35% / 100% no-repeat;
        background-size: 100% 52%;
    }
}

@media screen and (max-width: 375px) {
    .footer__img--maps {
        width: 100%;
    }
    .works__inner--text {
        width: 100%;
    }
    .prise__inner--title {
        line-height: 34px;
        font-size: 20px;
    }
    .lead {
        background: url(../images/lead__mobile.jpg) 20% 35% / 100% no-repeat;
        background-size: 100% 38%;
    }
}

@media screen and (max-width: 368px) {
    .container {
        max-width: 320px;
    }
    .header__item {
        font-size: 12px;
    }
    .hero_title {
        font-size: 28px;
    }
    .services__title {
        font-size: 36px;
    }
    .services__text {
        font-size: 14px;
    }
    .lead {
        background: url(../images/lead__mobile.jpg) 20% 35% / 100% no-repeat;
        background-size: 100% 45%;
    }
    .lead__title {
        font-size: 24px;
    }
    .lead__subtitle {
        font-size: 22px;
    }
    .submit {
        padding: 10px 50px;
    }
    .form__box-number {
        padding: 16px 15px 13px 10px;
    }
}

@media screen and (max-width: 568px) {
    .hero__mobile--list {
        display: flex;
    }
    .mobile__list--item img {
        width: 20px;
    }
    .mobile__list--item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-top: 13px;
        font-style: normal;
        font-weight: 900;
        font-size: 10px;
        line-height: 15px;
        color: #FF0000;
        text-align: center;
    }
    .lead__img img {
        width: 30%;
    }
    .footer__img {
        padding-bottom: 0px;
    }
}

@keyframes play_top {
    0% {
        -webkit-box-shadow: 0 0 rgba(255, 0, 0, .6);
        -moz-box-shadow: 0 0 rgba(255, 0, 0, .6);
        box-shadow: 0 0 rgba(255, 0, 0, .6);
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        -moz-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
}

@keyframes play_down {
    0% {
        -webkit-box-shadow: 0 0 rgba(255, 0, 0, .6);
        -moz-box-shadow: 0 0 rgba(255, 0, 0, .6);
        box-shadow: 0 0 rgba(255, 0, 0, .6);
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        -moz-box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 20px rgba(255, 0, 0, 0);
    }
}

@keyframes play_up {
    0% {
        -webkit-box-shadow: 0 0 rgba(74, 199, 90, .6);
        -moz-box-shadow: 0 0 rgba(74, 199, 90, .6);
        box-shadow: 0 0 rgba(74, 199, 90, .6);
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(74, 199, 90, 0);
        -moz-box-shadow: 0 0 0 20px rgba(74, 199, 90, 0);
        box-shadow: 0 0 0 20px rgba(74, 199, 90, 0);
    }
}

@keyframes play_bottom {
    0% {
        -webkit-box-shadow: 0 0 rgba(74, 199, 90, .6);
        -moz-box-shadow: 0 0 rgba(74, 199, 90, .6);
        box-shadow: 0 0 rgba(74, 199, 90, .6);
    }
    to {
        -webkit-box-shadow: 0 0 0 20px rgba(74, 199, 90, 0);
        -moz-box-shadow: 0 0 0 20px rgba(74, 199, 90, 0);
        box-shadow: 0 0 0 20px rgba(74, 199, 90, 0);
    }
}