@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,800&display=swap");
.modal-open {
    overflow: hidden;
    padding-right: 18px;
}

.modal-open .header {
    padding-right: 18px;
}

.title {
    font-weight: 500;
    font-size: 64px;
    line-height: 76px;
    text-align: center;
    color: #fff;
}

@media (max-width: 1200px) {
    .title {
        font-size: 48px;
        line-height: 54px;
    }
}

@media (max-width: 700px) {
    .title {
        font-size: 42px;
        line-height: 48px;
    }
}

.title-section {
    font-weight: 500;
    font-size: 46px;
    line-height: 55px;
    position: relative;
    text-align: center;
}

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

.swiper-container {
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    transition: opacity .6s ease;
}

.swiper-container.swiper-container-coverflow {
    padding: 2% 0 calc(2% + 30px) 0;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide .swiper-content {
    position: absolute;
    bottom: 4%;
    left: 2%;
    max-width: 70%;
    padding: 10px 16px;
    color: #fff;
    font-family: Verdana, sans-serif;
    background: rgba(0, 0, 0, 0.6);
}

.swiper-slide .swiper-content .swiper-title {
    font-size: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}

.swiper-slide .swiper-content .swiper-caption {
    display: block;
    font-size: 15px;
    line-height: 1.4;
}

[class^="swiper-button-"] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
    bottom: 10px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #337AB7;
    opacity: .5;
    transition: all .3s ease;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    transform: translate(-50%, -50%);
    border: 1px solid #337AB7;
    border-radius: 50%;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet:hover,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (max-width: 767px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: 4px;
    }
    .swiper-slide .swiper-content .swiper-title {
        font-size: 22px;
    }
    .swiper-slide .swiper-content .swiper-caption {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    .title-section {
        font-size: 38px;
        line-height: 48px;
    }
}

@media (max-width: 900px) {
    .title-section {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 700px) {
    .title-section {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 480px) {
    .title-section {
        font-size: 24px;
    }
}

.title-section::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    width: 100px;
    height: 3px;
    background: #ff8800;
}

.title-section_blue::after {
    background: #375778;
}

.title-m {
    font-weight: 500;
    font-size: 34px;
    line-height: 40px;
}

@media (max-width: 700px) {
    .title-m {
        font-size: 26px;
    }
}

.title-s {
    font-weight: 500;
    font-size: 2rem;
    line-height: 24px;
}

.orange {
    color: #ff8800;
}

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

@media (max-width: 700px) {
    .d-flex {
        flex-direction: column;
    }
}

.display-f {
    display: flex;
}

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

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

html {
    font-size: 10px;
    font-family: "Rubik", sans-serif;
    color: #201100;
}

button {
    outline: transparent;
    border: transparent;
    cursor: pointer;
}

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

ul {
    list-style: none;
}

.container {
    max-width: 1210px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

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

.text-uppercase {
    text-transform: uppercase;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-orange {
    color: #fff;
    background: #ff8800;
    border-radius: 15px;
}

.logo {
    max-width: 220px;
    width: 100%;
    display: block;
}

@media (max-width: 1200px) {
    .logo {
        max-width: 240px;
    }
}

@media (max-width: 700px) {
    .logo {
        max-width: 200px;
    }
}

@media (max-width: 600px) {
    .logo {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .logo {
        max-width: 140px;
    }
}

.header {
    position: fixed;
    background: #fff;
    width: 100%;
    padding: 15px 0;
    z-index: 9;
}

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

.header__city {
    position: relative;
}

@media (max-width: 600px) {
    .header__city {
        display: none;
    }
}

.header__city::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 2px;
    height: 53px;
    background: #bdbdbd;
}

@media (max-width: 1200px) {
    .header__city::before {
        left: -30px;
    }
}

@media (max-width: 900px) {
    .header__city::before {
        content: none;
    }
}

.header__city-mobile {
    display: none;
}

@media (max-width: 600px) {
    .header__city-mobile {
        display: block;
        text-align: center;
        color: orange;
        cursor: pointer;
        background: none;
        border: none;
    }
}

.header__city-title {
    color: #ff8800;
    border-bottom: dashed #ff8800;
    margin-bottom: 12px;
}

.header__city-subtitle {
    font-size: 16px;
    font-weight: bold;
}

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

.header__city-text {
    font-size: 1.4rem;
    line-height: 17px;
}

.header__city-btn {
    font-size: 1.4rem;
    line-height: 17px;
    max-width: 42px;
    width: 100%;
    border-radius: 10px;
    padding: 2px 0;
}

.header__city-btn_orange {
    background: #ff8800;
    color: #000;
}

.header__city-btn_dark {
    background: #201100;
    color: #fff;
}

.header__social {
    max-width: 106px;
    width: 100%;
    position: relative;
}

@media (max-width: 1200px) {
    .header__social {
        display: none;
    }
}

.header__social::before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    width: 2px;
    height: 53px;
    background: #bdbdbd;
}

.header__social-title {
    margin-bottom: 15px;
}

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

.header__call {
    position: relative;
}

@media (max-width: 900px) {
    .header__call {
        display: none;
    }
}

.header__call::before {
    content: "";
    position: absolute;
    top: 0;
    left: -70px;
    width: 2px;
    height: 53px;
    background: #bdbdbd;
}

@media (max-width: 1200px) {
    .header__call::before {
        left: -30px;
    }
}

.header__call-num {
    color: #ff8800;
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.header__call-num::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 16px;
    height: 16px;
    background: url("../images/ico/call.svg") no-repeat;
    background-size: contain;
}

.header__callBack {
    text-align: center;
}

.header__callBack-btn {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    width: 180px;
    padding: 12px 0;
    border-radius: 20px;
    background: #ff8800;
    color: #fff;
    margin-bottom: 11px;
    position: relative;
    top: 8px;
}

.recall {
    left: 10px;
    padding-top: 5px;
    background-color: #5171a4!important;
}

.mobi-but {
    display: block;
    width: 45%;
    position: fixed;
    bottom: 15px;
    height: 45px;
    text-align: center;
    background: #9dd301;
    border-radius: 10px;
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

.mobi-but i {
    margin-right: 5px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-family: 'Glyphicons Halflings';
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.recall span {
    font-weight: bold;
}

.knop {
    display: none;
}

.rewrite {
    right: 10px;
    padding: 13px 5px;
    background-color: #df8600;
}

.header__callBack-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    width: 24px;
    height: 20px;
    background: url("../images/ico/arrow.png");
}

.header__callBack-text {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: #bdbdbd;
    bottom: 2px;
}

.footer {
    background: #375778;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

@media (max-width: 1023px) {
    .footer__wrap {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media (max-width: 700px) {
    .footer__wrap {
        flex-direction: column;
    }
}

@media (max-width: 1023px) {
    .footer__col {
        width: 34%;
    }
    .footer__col:nth-child(2) {
        order: 1;
    }
}

@media (max-width: 700px) {
    .footer__col {
        width: 50%;
    }
    .footer__col:nth-child(2) {
        order: 0;
    }
}

@media (max-width: 480px) {
    .footer__col {
        width: 80%;
    }
    .footer__col:nth-child(2) {
        order: 0;
    }
}

.footer__logo {
    max-width: 304px;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .footer__logo {
        max-width: 200px;
    }
}

.footer__text {
    font-size: 16px;
    line-height: 24px;
    color: #bdbdbd;
    max-width: 230px;
}

.footer__link {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.footer__link:hover {
    color: #ff8800;
}

.footer__phone {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
}

.footer__num {
    font-weight: 500;
    font-size: 2rem;
    line-height: 24px;
    color: #ff8800;
    margin-left: 12px;
}

.footer__location {
    display: flex;
    align-items: center;
}

.footer__address {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    max-width: 230px;
    margin-left: 12px;
}

.city .popup__content {
    box-sizing: border-box;
    max-width: 25%;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    border-radius: 12px;
    height: 70vh;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 1200px) {
    .city .popup__content {
        max-width: 80%;
    }
}

@media (max-width: 1024px) {
    .city .popup__content {
        max-width: 90%;
        height: 80vh;
    }
}

.city .popup__content::-webkit-scrollbar {
    display: none;
}

.city .popup-form__title {
    font-size: 24px;
    border-bottom: 2px solid #ff8800;
    padding-top: 30px;
}

@media (max-width: 600px) {
    .city .popup-form__title {
        font-size: 20px;
        padding-top: 30px;
    }
    .knop {
        display: flex;
    }
}

@media (max-width: 600px) {
    .city__list {
        flex-direction: column;
    }
}

.city__list-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ff8800;
}

.city__open {
    cursor: pointer;
}

.city__item {
    text-align: left;
    padding: 0 30px;
}

.city__link {
    display: block;
    margin-bottom: 10px;
}

.city__link:hover {
    color: #ff8800;
}

.main {
    width: 100%;
    height: 780px;
    background: url("../images/home-main.png");
    background-size: cover;
    padding-top: 160px;
}

@media (max-width: 1023px) {
    .main {
        height: 100%;
    }
}

.main__subtitle {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

@media (max-width: 700px) {
    .main__subtitle {
        font-size: 32px;
        line-height: 36px;
    }
}

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

@media (max-width: 1023px) {
    .main__cards {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
}

@media (max-width: 700px) {
    .main__cards {
        flex-direction: column;
        align-items: center;
    }
}

.card {
    padding: 20px;
    width: 279px;
    height: 489px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    text-align: center;
}

@media (max-width: 1023px) {
    .card {
        width: 35%;
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .card {
        width: 310px;
    }
}

.card__title {
    font-size: 26px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 17px;
}

.card__subtitle {
    font-size: 12px;
    line-height: 14px;
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 29px;
}

.card__img {
    display: inline-block;
    margin-bottom: 29px;
    width: 192px;
    height: 136px;
    object-fit: cover;
}

.card__description {
    max-width: 240px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
}

.card__service {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.card__service:nth-child(3) {
    margin-bottom: 36px;
}

.card__service-text {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
}

.card__btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    background: #375778;
    border-radius: 15px;
    max-width: 154px;
    width: 100%;
    padding: 8px 10px;
}

.card__btn:hover {
    background: #ff8800;
}

.what-work {
    padding: 120px 0 54px;
}

@media (max-width: 1023px) {
    .what-work {
        padding-top: 54px;
    }
}

.what-work_service {
    padding: 50px 0 60px;
}

.what-work__title {
    margin-bottom: 60px;
}

.what-work__list {
    max-width: 995px;
    width: 100%;
    margin: 0 auto;
}

.what-work__item {
    font-size: 20px;
    line-height: 31px;
    margin-bottom: 20px;
    padding-left: 46px;
    position: relative;
}

@media (max-width: 1200px) {
    .what-work__item {
        font-size: 22px;
        line-height: 27px;
    }
}

@media (max-width: 700px) {
    .what-work__item {
        font-size: 18px;
        line-height: 22px;
    }
}

.what-work__item::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 26px;
    height: 26px;
    background: url("../images/ico/checked.svg");
    background-size: contain;
}

@media (max-width: 700px) {
    .what-work__item::before {
        width: 20px;
        height: 20px;
    }
}

.offer {
    background: #375778;
    padding: 30px 0;
}

.offer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 980px;
    align-items: center;
}

@media (max-width: 700px) {
    .offer__inner {
        flex-direction: column;
    }
}

.offer__title {
    font-weight: 500;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
}

@media (max-width: 1023px) {
    .offer__title {
        font-size: 28px;
        line-height: 33px;
    }
}

@media (max-width: 700px) {
    .offer__title {
        text-align: center;
        font-size: 24px;
    }
}

.offer__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100px;
    height: 3px;
    background: #fff;
}

@media (max-width: 700px) {
    .offer__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
}

.offer__text {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}

@media (max-width: 700px) {
    .offer__text {
        text-align: center;
        margin-bottom: 10px;
    }
}

.offer__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px 18px 35px;
    max-width: 400px;
    width: 100%;
    background: #ff8800;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    color: #fff;
    border-radius: 15px;
}

@media (max-width: 1023px) {
    .offer__btn {
        padding: 10px 15px 10px 25px;
        max-width: 300px;
    }
    .offer__btn-img {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .offer__btn-text {
        font-size: 24px;
    }
}

.why-we {
    padding-top: 40px;
    background: url("../images/why-we__bg.png");
    background-size: cover;
}

.why-we__title {
    margin-bottom: 70px;
}

.why-we__content {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 700px) {
    .why-we__content {
        flex-direction: column;
    }
}

.why-we__item {
    display: flex;
    align-items: center;
    width: 50%;
    margin-bottom: 80px;
}

@media (max-width: 700px) {
    .why-we__item {
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.why-we__item-img {
    margin-right: 20px;
}

.why-we__item-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 13px;
}

.why-we__item-text {
    font-size: 15.8px;
    line-height: 24px;
}

.price {
    padding: 40px 0;
}

.price__title {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 65px;
}

.price__subtitle {
    font-size: 16px;
    line-height: 19px;
    color: #bdbdbd;
    text-align: center;
}

.price-table {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .price-table {
        flex-wrap: wrap;
    }
}

.price-table__tablet {
    display: none;
}

@media (max-width: 1023px) {
    .price-table__tablet {
        display: block;
    }
}

.price-table__mobile {
    display: none;
}

@media (max-width: 700px) {
    .price-table__mobile {
        display: block;
    }
}

@media (max-width: 1023px) {
    .price-table__col {
        width: 33%;
    }
}

@media (max-width: 700px) {
    .price-table__col {
        width: 50%;
    }
}

.price-table__col-title {
    background: #375778;
    padding: 16px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    line-height: 24px;
}

@media (max-width: 700px) {
    .price-table__col-title {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .price-table__col-title {
        font-size: 14px;
        padding: 16px 15px;
    }
}

.price-table__col-item {
    padding: 16px 20px;
    font-size: 18px;
    line-height: 21px;
    border-bottom: 1px solid #bdbdbd;
}

@media (max-width: 900px) {
    .price-table__col-item {
        font-size: 14px;
    }
}

@media (max-width: 900px) {
    .price-table__col-item {
        height: 70px;
        font-size: 16px;
    }
}

.reviews {
    background: url("../images/wave_bg.png");
    background-size: cover;
    padding: 50px 0;
}

@media (max-width: 700px) {
    .reviews__wrap {
        flex-direction: column;
    }
}

.reviews__title {
    color: #fff;
    margin-bottom: 60px;
}

.reviews__slide {
    width: 370px;
    height: 250px;
    object-fit: contain;
}

@media (max-width: 900px) {
    .reviews__slide {
        max-width: 310px;
        width: 100%;
    }
}

.reviews__video {
    width: 370px;
    height: 250px;
}

@media (max-width: 900px) {
    .reviews__video {
        width: 310px;
    }
}

.swiper-container {
    width: 370px;
    height: 250px;
}

@media (max-width: 900px) {
    .swiper-container {
        width: 310px;
    }
}

.call__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 15px;
}

@media (max-width: 1023px) {
    .call__wrap {
        flex-direction: column;
    }
}

.call__title {
    max-width: 340px;
    text-align-last: left;
    margin-bottom: 80px;
}

@media (max-width: 900px) {
    .call__title {
        max-width: 100%;
        width: 100%;
        text-align-last: center;
        margin-bottom: 60px;
    }
}

.call__text {
    font-size: 24px;
    line-height: 40px;
    color: #000;
    max-width: 480px;
}

@media (max-width: 900px) {
    .call__text {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .call__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.call-form {
    max-width: 620px;
    width: 100%;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 15px;
    padding: 40px 80px;
}

@media (max-width: 1023px) {
    .call-form {
        max-width: 520px;
        padding: 20px 40px;
    }
}

@media (max-width: 480px) {
    .call-form {
        padding: 15px;
    }
}

.call-form__label {
    font-size: 36px;
    line-height: 55px;
    color: #bdbdbd;
}

@media (max-width: 480px) {
    .call-form__label {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

.call-form__input {
    width: 100%;
    border: none;
    outline: transparent;
    font-size: 36px;
    line-height: 55px;
    border-bottom: 2px solid #201100;
    margin-bottom: 33px;
}

@media (max-width: 480px) {
    .call-form__input {
        font-size: 24px;
        line-height: 30px;
    }
}

.call-form__input_time {
    width: 35%;
    margin-bottom: 0;
}

.call-form__time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-form__time-title {
    font-size: 36px;
    line-height: 55px;
    color: #bdbdbd;
}

@media (max-width: 480px) {
    .call-form__time-title {
        font-size: 24px;
        line-height: 30px;
    }
}

.call-form__wrap-btn {
    padding-top: 66px;
    text-align: center;
}

@media (max-width: 480px) {
    .call-form__wrap-btn {
        padding-top: 30px;
    }
}

.call-form__btn {
    max-width: 260px;
    width: 100%;
    padding: 12px;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
}

.scroll {
    position: fixed;
    bottom: 121px;
    right: 24px;
    border: 2px solid #ff8800;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll img {
    width: 30px;
    height: 30px;
}

.section-img {
    width: 40%;
}

@media (max-width: 700px) {
    .section-img {
        width: 100%;
        margin-bottom: 15px;
    }
}

.service-main {
    background: url("../images/service/service-main.png") no-repeat;
    background-size: cover;
    padding: 60px 0 60px;
}

.what-need {
    padding: 30px 0 40px;
}

.what-need__title {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 65px;
}

.what-need__wrap-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 700px) {
    .what-need__wrap-content {
        flex-direction: column-reverse;
    }
}

.what-need__content {
    margin-right: 30px;
}

.what-need__content-text {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 42px;
}

@media (max-width: 1200px) {
    .what-need__content-text {
        font-size: 18px;
    }
}

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

@media (max-width: 700px) {
    .what-need__content-list {
        flex-wrap: wrap;
    }
}

.what-need__content-item {
    text-align: center;
}

@media (max-width: 700px) {
    .what-need__content-item {
        width: 50%;
    }
}

.what-need__content-title {
    font-size: 22px;
    line-height: 30px;
    max-width: 135px;
    margin-bottom: 23px;
}

@media (max-width: 1200px) {
    .what-need__content-title {
        font-size: 18px;
    }
}

@media (max-width: 700px) {
    .what-need__content-title {
        max-width: 100%;
    }
}

.description {
    background: url("../images/service/description_bg.png") no-repeat;
    background-size: cover;
    padding: 100px 0 30px;
}

.description__block {
    margin: 30px 0 60px;
    position: relative;
}

.description__block::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background: #375778;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.description__block:nth-child(4) {
    margin-bottom: 0;
}

.description__block:nth-child(4)::after {
    content: none;
}

.description__title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #375778;
    margin-bottom: 50px;
}

@media (max-width: 700px) {
    .description__title {
        font-size: 22px;
    }
}

.description__img {
    margin-right: 90px;
}

@media (max-width: 1024px) {
    .description__img {
        margin-right: 15px;
    }
}

@media (max-width: 700px) {
    .description__img {
        margin-right: 0;
    }
}

.description__content {
    margin-bottom: 45px;
}

.description__content>.description__content-text {
    margin-bottom: 57px;
}

.description__content-text {
    font-size: 18px;
    line-height: 24px;
}

.description__text {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 25px;
}

.desc-table {
    display: flex;
    max-width: 90%;
    width: 100%;
}

@media (max-width: 700px) {
    .desc-table {
        flex-direction: column;
        max-width: 100%;
    }
}

.desc-table__col {
    font-size: 18px;
    line-height: 24px;
}

.desc-table__col:nth-child(1) {
    width: 50%;
}

@media (max-width: 700px) {
    .desc-table__col:nth-child(1) {
        width: 100%;
    }
}

.desc-table__col:nth-child(2) {
    width: 50%;
}

@media (max-width: 700px) {
    .desc-table__col:nth-child(2) {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .desc-table__col {
        font-size: 14px;
    }
}

.desc-table__title {
    background: #375778;
    color: #fff;
    padding: 5px 15px;
}

@media (max-width: 768px) {
    .desc-table__title {
        padding: 5px;
    }
}

.desc-table__row {
    border-bottom: 1px solid #000;
    padding: 5px 15px;
}

@media (max-width: 768px) {
    .desc-table__row {
        padding: 5px;
    }
}

.service-price {
    background: url("../images/wave_bg.png") no-repeat;
    background-size: cover;
}

@media (max-width: 1200px) {
    .service-price {
        display: none;
    }
}

.service-price__wrap {
    background: rgba(55, 87, 120, 0.5);
    display: flex;
    justify-content: space-between;
}

.service-price__card {
    max-width: 25%;
    padding: 14px 26px 0 26px;
    text-align: center;
}

.service-price__card-btn {
    width: 170px;
    padding: 10px;
    background: #ff8800;
    border-radius: 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    opacity: 0;
    margin-bottom: 20px;
}

.service-price__card:hover {
    transform: scale(1.1);
    background: rgba(55, 87, 120, 0.5);
    border-radius: 15px;
}

.service-price__card:hover .service-price__card-btn {
    opacity: 1;
}

.service-price__card-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 73px;
    height: 108px;
}

@media (max-width: 1200px) {
    .service-price__card-title {
        font-size: 24px;
    }
}

.service-price__card-price {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 64px;
}

.service-price__card-text {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
}

.articles {
    padding: 70px 0;
}

.articles__title {
    text-align: center;
    margin-bottom: 40px;
}

.articles__item {
    max-width: 380px;
    padding: 16px 10px;
    background: #fff0de;
    border-radius: 15px;
}

@media (max-width: 1200px) {
    .articles__item {
        max-width: 300px;
        margin-bottom: 15px;
    }
}

@media (max-width: 600px) {
    .articles__item {
        display: inline-block;
        margin-bottom: 15px;
    }
}

.articles__item:hover {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.articles__subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 44px;
}

@media (max-width: 1200px) {
    .articles__subtitle {
        font-size: 18px;
    }
}

.articles__text {
    font-size: 16px;
    line-height: 19px;
}

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

.popup__content {
    position: fixed;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40rem;
    background-color: #ffffff;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 4rem;
    color: #000;
    border: none;
    background: transparent;
}

@media (max-width: 700px) {
    .popup__close {
        top: 5px;
        right: 25px;
        color: #000;
    }
}

.popup__form {
    padding: 2rem 5rem;
    text-align: center;
    border-radius: 1rem;
    background-color: #ffffff;
}

.popup-form__title {
    margin-bottom: 3rem;
    font-size: 2rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #333333;
    line-height: 1.5;
}

.popup-form__input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: 5.8rem;
    padding: 0;
    margin-bottom: 2rem;
    text-align: center;
    border-radius: 1rem;
}

.popup-form__btn {
    padding: 2.5rem 0rem;
    font-size: 1.7rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-style: normal;
    border: 1px solid #ffc600;
    border-radius: 1rem;
    background: linear-gradient(180deg, #ffed26 0%, #ffb400 100%);
    box-shadow: 1px 2px 20px 0px rgba(255, 153, 0, 0.4);
}

.popup-form__notice {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.1rem;
    color: #666;
}

.map {
    height: 20vw;
}

@media screen and (max-width: 500px) {
    .map {
        height: 70vw;
    }
}