/**
Theme Name: astra-child
Author: Al
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
main,
nav {
    width: 100%;
}
.site-title {
    white-space: nowrap;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
    line-height: 39px;
}

    header.site-header {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 120;
    }


.header__contact {
    text-align: right;
}
.header__tel {
    position: relative;
    display: inline-flex;
    font-size: calc(16px + (22 - 16) * ((100vw - 320px) / (1240 - 320)));
    color: var(--cyan);
    line-height: 1;
    white-space: nowrap;
}
@media (min-width: 479.98px) {
    .header__tel::before {
        content: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 512 512' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:svg='http://www.w3.org/2000/svg'%3e%3cpath d='m 487.3894,493.39981 24,-104.00001 c 2.6,-11.3 -3.3,-22.9 -13.9,-27.5 l -112,-48 c -9.8,-4.2 -21.3,-1.4 -28,6.9 l -49.6,60.6 c -76.7,-36 -140.5,-98.9 -177.2,-177.2 l 60.6,-49.6 c 8.3,-6.8 11.1,-18.2 6.9,-28 l -48,-111.999999 c -4.7,-10.7 -16.3,-16.6 -27.6,-14.00000003 L 18.589385,24.599801 c -10.7999998,2.5 -18.59999982,12.1 -18.59999982,23.4 0,256.099999 207.50001482,464.000009 464.00001482,464.000009 11.2,0 20.9,-7.7 23.4,-18.6 z' fill='%23f3b244' /%3e%3c/svg%3e ");
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }
}
.header__call {
    white-space: nowrap;
    color: var(--black);
    letter-spacing: 0.5px;
    border-bottom: 1px dashed;
    text-decoration: none !important;
    font-size: calc(12px + (16 - 12) * ((100vw - 320px) / (1240 - 320)));
}
/* @media (max-width: 479.98px) {
    .header__call {
        font-size: 12px;
    }
} */

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

.ymaps-2-1-79-image {
    width: 50px !important;
    height: 50px !important;
    background-size: 50px 50px !important;
}

/*  */
:root {
    --black: #2a2833;
    --white: #ffffff;
    --cyan: #2e77f5;
    --orange: #f3b244;
    --gray: #f5f6fc;
    --gray2: #b5b4bd;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::-moz-selection {
    background: rgba(128, 128, 128, 0.377);
}
::selection {
    background: rgba(128, 128, 128, 0.377);
}
html {
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
    min-width: 320px;
}
a {
    color: inherit;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul {
    margin: 0;
}
ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
body {
    font-size: 16px;
}
.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}
.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.wrapper > * {
    min-width: 0;
}
[class*="__container"] {
    /*     max-width: 1140px; */
    /* -webkit-box-sizing: content-box;
    box-sizing: content-box; */
    margin: 0 auto;
    /*     padding: 0 15px; */
}
.team__items {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.team__items:not(:last-child) {
    margin-bottom: 30px;
}
.team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background: var(--white);
    padding: 20px;
    -webkit-box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
    box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
    border-radius: 10px;
}
.team__avatar {
    position: relative;
    border-radius: 50%;
    max-width: 200px;
    aspect-ratio: 1;
    margin-bottom: 20px;
}
.team__avatar::before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    border-radius: inherit;
    border: 2px solid var(--orange);
}
.team__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}
.team__name {
    color: var(--cyan);
    font-weight: 600;
}
.team__text {
    color: var(--gray2);
}
.team__text b,
.team__text strong {
    color: var(--black);
}
[class*="-ibg"] {
    position: relative;
}
[class*="-ibg"] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
[class*="-ibg_contain"] img {
    -o-object-fit: contain;
    object-fit: contain;
}
.section {
    padding: 50px 0;
}
.section__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section_gray {
    position: relative;
}
.section_gray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gray);
    height: 100%;
    width: 100vw;
    z-index: -1;
}
.section_blue {
    background: var(--cyan) url(assets/img/blue.png) center/cover no-repeat;
    border-radius: 20px;
    color: var(--white);
    padding: 20px;
    text-align: center;
}
.section_blue h1,
.section_blue h2,
.section_blue h3,
.section_blue h4,
.section_blue h5,
.section_blue h6 {
    color: var(--white);
}
.section__top {
    margin-bottom: 50px;
}
.section__top_center {
    text-align: center;
}
.connection {
    position: relative;
}
.connection__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.connection__item img,
.connection__item svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.connection__group:not(:last-child) {
    margin-bottom: 10px;
}
.connection__group a,
.connection__group p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wpcf7 form > div,
.wpcf7 form > p {
    margin-bottom: 0;
}
p {
    margin-bottom: 0em;
}
.entry-content p {
    margin-bottom: 0.5em;
}
.map {
    height: 250px;
    width: 100%;
}
.page__home {
    padding: 90px 0 50px;
}
.home__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home__title {
    margin-bottom: 30px;
}
.home__actions {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
}
.home__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    margin-top: 10px;
}
.home__location img,
.home__location svg {
    width: 30px;
    margin-right: 10px;
}
.home__img {
    max-width: 445px;
}
.home__items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
}
.home__item {
    margin-top: 30px;
    padding-left: 30px;
    background: url(assets/img/checked.png) 0 50% no-repeat;
    background-size: 20px;
}
.advantages {
    text-align: left;
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
}
.advantages:not(:last-child) {
    margin-bottom: 30px;
}
.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.button_anim {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button_yellow {
    background: var(--orange) !important;
}
.button._1 {
    -webkit-animation: btn1 2s infinite 0.5s;
    animation: btn1 2s infinite 0.5s;
}
.button._2 {
    -webkit-animation: btn2 2s infinite;
    animation: btn2 2s infinite;
}
@-webkit-keyframes btn1 {
    100% {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
    50% {
        -webkit-box-shadow: 0 0 0 0 var(--cyan);
        box-shadow: 0 0 0 0 var(--cyan);
    }
}
@keyframes btn1 {
    100% {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
    50% {
        -webkit-box-shadow: 0 0 0 0 var(--cyan);
        box-shadow: 0 0 0 0 var(--cyan);
    }
}
@-webkit-keyframes btn2 {
    100% {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
    50% {
        -webkit-box-shadow: 0 0 0 0 var(--orange);
        box-shadow: 0 0 0 0 var(--orange);
    }
}
@keyframes btn2 {
    100% {
        -webkit-box-shadow: 0 0 0 15px transparent;
        box-shadow: 0 0 0 15px transparent;
    }
    50% {
        -webkit-box-shadow: 0 0 0 0 var(--orange);
        box-shadow: 0 0 0 0 var(--orange);
    }
}
body::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease 0s;
    -o-transition: opacity 0.8s ease 0s;
    transition: opacity 0.8s ease 0s;
    pointer-events: none;
    z-index: 149;
}
.modal-show body::after {
    opacity: 1;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility 0.8s ease 0s;
    -o-transition: visibility 0.8s ease 0s;
    transition: visibility 0.8s ease 0s;
    visibility: hidden;
    pointer-events: none;
}
.modal_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto;
}
.modal_show .modal__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.modal__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.modal__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    padding: 30px;
    width: 100%;
}
.lock .modal__content {
    visibility: visible;
}
.modal__content_blue {
    border-radius: 20px;
    padding: 30px 15px;
    max-width: 460px;
    background: var(--cyan) url(assets/img/blue.png) center/cover no-repeat;
    color: var(--white);
}
.modal__content_blue h1,
.modal__content_blue h2,
.modal__content_blue h3,
.modal__content_blue h4,
.modal__content_blue h5,
.modal__content_blue h6,
.modal__content_blue p {
    color: var(--white);
    text-transform: uppercase;
}
.modal__content_white {
    max-width: 600px;
    background: var(--white);
}
.modal__close {
    position: absolute;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0 !important;
    border: none;
    padding: 10px;
    opacity: 0.8;
    right: 0;
    top: 0;
}
.modal__close svg {
    width: 24px;
    height: 24px;
}
.modal__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.form form {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
    border-radius: 2px;
    margin: 1em 0.5em 1em;
}
.form__title {
    margin-bottom: 20px;
}
.form__row {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
input {
    height: 54px !important;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 14px;
    border-radius: 2px;
}
textarea {
    resize: none;
    height: 100px;
}
.form input[type="submit"] {
    background: var(--orange) !important;
}
.form input[type="submit"]:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.button:active {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.overview__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overview__slider {
    position: relative;
    padding: 20px;
}
.overview__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.overview__avatar {
    position: relative;
    border-radius: 50%;
    width: 100%;
    max-width: 136px;
    aspect-ratio: 1;
    margin-right: 20px;
}
.overview__avatar::before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: inherit;
    border: 1px solid var(--orange);
}
.overview__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}
.overview__name {
    color: var(--cyan);
    margin-bottom: 20px;
    font-weight: 600;
}
.overview__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.overview__arrow {
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0 !important;
    pointer-events: all;
}
.overview__arrow svg {
    width: 40px;
    height: 40px;
}
.overview__arrow_next {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.overview__arrow.swiper-button-disabled {
    opacity: 0;
}
.services__body {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
}
.services__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: var(--white);
    border-radius: 10px;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
}
.services__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.services__name {
    font-size: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.services__price {
    font-weight: 500;
    font-size: 20px;
    color: var(--gray2);
    margin-top: 10px;
}
.services__price:not(:last-child) {
    margin-bottom: 20px;
}
.services__img {
    max-width: 150px;
    border-radius: 50%;
    aspect-ratio: 1;
}
.services__img img {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
    display: none !important;
}
.swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 5px;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
    transform: translate3d(0, 0, 0) translateX(-50%);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 12px;
    margin: 0 3px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: var(--cyan);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--cyan);
}
.swiper-pagination-lock {
    display: none;
}
.about__text p:not(:last-child) {
    margin-bottom: 20px;
}
.working__body {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
}
.working__item {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
    box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
}
.working__item::before {
    content: attr(title);
    opacity: 0.2;
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    color: var(--orange);
    pointer-events: none;
}
.working__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.working__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background: var(--gray);
    border-radius: 20px;
}
.working__icon img,
.working__icon svg {
    padding: 10px;
}
@media (min-width: 479.98px) {
    .connection__info {
        width: 100%;
        max-width: 445px;
        position: relative;
        z-index: 1;
        border-radius: 20px;
        -webkit-box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
        box-shadow: 0 4px 34px rgba(0, 0, 0, 0.15);
        background: var(--white);
        padding: 30px;
    }
    .map {
        position: absolute;
        height: 100%;
        width: 100%;
    }
}
@media (min-width: 767.98px) {
    .home__location {
        margin-top: 20px;
        font-size: 20px;
    }
    .advantages__item {
        max-width: 300px;
        padding: 20px;
        border-radius: 20px;
        -webkit-box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
        box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
    }
    .advantages__icon {
        background: var(--gray);
        border-radius: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    .advantages__icon img,
    .advantages__icon svg {
        padding: 10px;
    }
    .overview__slider {
        margin: 20px;
        -webkit-box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
        box-shadow: 0 4px 34px rgba(228, 233, 241, 0.7);
        border-radius: 10px;
    }
    .services__price {
        margin-top: 20px;
    }
    .services__price:not(:last-child) {
        margin-bottom: 30px;
    }
    .services__img {
        right: -20px;
        bottom: -20px;
        position: absolute;
        border-radius: 50% 50% 0;
        z-index: -1;
        max-width: 200px;
    }
    .working__item {
        min-height: 270px;
    }
}
@media (min-width: 991.98px) {
    .services__body {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 1170px) {
    .overview__arrows {
        left: -50px;
        width: calc(100% + 100px);
    }
}
@media (max-width: 991.98px) {
    [class*="__container"] {
        max-width: 80%;
    }
    .team__items {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
    /* .home {
        padding-top: 0;
    } */
    .home__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .home__img {
        max-width: 360px;
    }
    .advantages {
        gap: 10px 30px;
    }
    .working__body {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 767.98px) {
    .team__items {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
    .section {
        padding: 30px 0;
    }
    .home__info {
        max-width: 290px;
    }
    .home__title {
        margin: 10px 0;
    }
    .home__actions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .home__img {
        max-width: 180px;
    }
    .home__items {
        display: none;
    }
    .advantages {
        gap: 5px;
    }
    .advantages:not(:last-child) {
        margin-bottom: 10px;
    }
    .advantages__item {
        font-size: 12px;
    }
    .overview__slider {
        max-width: 510px;
        margin: 0 auto;
    }
    .overview__slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .overview__avatar {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .services {
        text-align: center;
    }
    .services__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .working__body {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    }
}
@media (max-width: 479.98px) {
    .page__home {
        padding: 50px 0;
    }
    .section_blue {
        margin-left: -15px;
        margin-right: -15px;
        border-radius: 0;
    }
    .connection {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: var(--gray);
    }
    .connection__body {
        padding: 0 0 30px;
    }
    .services__item .button {
        padding: 5px 15px;
    }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .home__item {
        font-size: 14px;
    }
}
