* {
    box-sizing: border-box;
}

html {
    font-family: "Roboto", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    height: auto;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 22px;
}

ul, ol {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

h1 {
    max-width: 580px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
}

.h1 {
    max-width: 580px;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
}

h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: #000000;
    display: block;
}

a:active, a:hover {
    outline: 0s;
}

.i img {
    width:16px; 
    height:16px; 
    display:inline-block;
    vertical-align:bottom;
}

.i {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.tag {
    position: absolute;
    top: -20px;
    right: auto;
    bottom: auto;
    padding: 9px 15px;
    border-radius: 5px;
    background-color: #32b78d;
    color: #fff;
}

.big-i {
    max-width: 70px;
}

.color-green {
    color: #32b78d;
}

.orange {
    color: #f77b2e;
}

.container {
    max-width: 1200px;
    margin: 0 auto;

    position: relative;
}

.wrapper {
    display: flex;
    flex-wrap: wrap;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.swiper-button-prev {
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #32b78d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 20px;
    font-weight: 700;

    left: 0;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-next:after {
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    }

.swiper-button-next {
    padding: 10px 40px;
    border-radius: 5px;
    background-color: #32b78d;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #fff;
    font-size: 20px;
    font-weight: 700;

    right: 0;
}


.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.button {
    padding: 12px 25px 14px;
    border-radius: 5px;
    background-color: #f77b2e;
    box-shadow: 0 20px 18px -10px rgba(247, 123, 46, 0.63);
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    font-weight: 500;
    max-height: 48px;
}

/* NAVBAR */
.navbar-info__wrapper {
    justify-content: space-between;
}

.navbar-info {
    padding: 10px 0
}

.navbar-logo, .footer-logo {
    display: flex;
    align-items: end;
}

.navbar-logo p {
    margin: auto 0;
    margin-left: 12px;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
}

.navbar-logo span {
    color: #32b78d;
}

.navbar-logo img {
    height: 60px;
    width: 60px;
}

.contacts-links__wrapper {
    gap: 40px
}

.contacts-links__phone a {
    margin-bottom: 10px;
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
}

.contacts-links__phone strong {
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    color: #333;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    line-height: 22px;
}

.work-time {
    display: flex;
    align-items: center;
}

.navbar {
    background-color: #32b78d;
    z-index: 10;
    padding: 20px 0;
}

.navbar-nav {
    list-style-type: none;

    display: flex;
    justify-content: space-between;
}

.navbar-nav .nav-link {
    color: #FFFFFF;
    text-align: center;

    box-shadow: -9px 12px 0 -10px hsla(0, 0%, 100%, 0);
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    color: #fff;
}

.navbar-nav .nav-link:hover {
    box-shadow: 0 1px 0 0 #fff;
    color: hsla(0, 0%, 100%, 0.75);
}

.navbar-nav .separator {
    width: 1px;
    height: 20px;
    background-color: hsla(0, 0%, 100%, 0.5);
}

/* BANNER */
.swiper-right-block, .swiper-left-block {
    width: 50%;
}

.swiper-left-block p {
    margin-top: 15px;
    font-size: 18px;
    line-height: 30px;
    max-width: 540px;
    margin-bottom: 0;
}

.info-block {
    position: relative;
    margin-top: 48px;
    padding: 20px 30px 30px;
    border-radius: 5px 0px 0px 5px;
    background-color: #eee;
}

.info-block__tag {
    left: 30px;
}

.info-block__text {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 19px;
    font-weight: 700;
}

.info-block__btn {
    margin-top: 25px;
    padding: 20px 20px 20px 26px;
}

.swiper-slide {
    background-color: #FFFFFF;
}

.banner-swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.banner-swiper .banner-nav {
    position: absolute;
    z-index: 10;
    bottom: 86px;

    width: 300px;
    right: 0;
}

.banner-nav .swiper-button-next {
    height: 50px;
    transition: all .5s ease-in-out;
}

.banner-nav .swiper-button-next:hover {
    background-color: #fa8c47;
}

.banner-nav .swiper-button-prev {
    height: 40px;
    right: 80px;
    left: auto;
    top: 75%;
    background-color: #FFFFFF;
}

.banner-nav .swiper-button-prev::after {
    color: #32b78d;
}

/* BRIEF ADVANTAGES */
.brief-advantages {
    margin-bottom: 80px;
}

.brief-advantages__wrapper {
    gap: 40px;
}

.brief-advantages__wrapper .advantage {
    padding: 28px 26px;
}

.advantage__image {
    padding: 15px;
}

.advantage h2 {
    max-width: 300px;
    margin-top: 30px;
    color: #32b78d;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.advantage p {
    max-width: 320px;
    line-height: 24px;
    margin-top: 32px;
}

/* ABOUT US */
.about-us {
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #fff;
}

.about-us__wrapper {
    gap: 30px;
    flex-wrap: nowrap;
}

.about-us h2 {
    margin-top: 0;
    margin-bottom: 40px;
}

.about-us__subhead {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #18a579;
    font-size: 19px;
    line-height: 28px;
    font-weight: 500;
}

.about-us__wrapper ul {
    list-style-type: none;
}

.about-us__wrapper ul li {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 28px;
    background-image: url(/images/icons/72.svg);
    background-position: 0px 6px;
    background-size: 15px;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}

.about-us__text_text2 {
    margin-top: 22px;
    font-size: 17px;
    line-height: 26px;
}

.about_us__call {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
    margin-top: 20px;
}

.about_us__call_phone{
    margin-top: 10px;
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    color: #333;
    font-size: 21px;
    font-weight: 700;
    text-decoration: none;
}

.about_us__call_phone:hover {
    color: #f77b2e;
}

.about-us .info-block {
    background-color: transparent;
}

.about-us__requisition {
    padding: 90px 0;
    background-image: url(/images/about-us.png);
    background-repeat: no-repeat;
    margin-top: 20px;
    background-position: right;
}


/* WHY US */
.why-us {
    padding-bottom: 90px;
}

.why-us__item {
    position: relative;
    width: 50%;
    padding: 23px 24px 25px 84px;
    border-radius: 5px;
    background-color: #fff;
}

.why-us__number {
    position: absolute;
    left: 26px;
    top: 50px;
    right: auto;
    bottom: auto;
    color: rgba(50, 183, 141, 0.25);
    font-size: 60px;
    font-weight: 700;
}

.why-us__tag {
    right: 30px;
    top: 0
}


/* TABS */
.services .container:first-child {
    padding-bottom: 90px;
}

.tabs-menu__tablink {
    border: 0;

    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;

    margin-right: 6px;
    padding-top: 16px;
    padding-bottom: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #fff;
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
}

.tabs-menu__tablink.active {
    padding-top: 17px;
    padding-bottom: 12px;
    border-radius: 5px 5px 0px 0px;
    background-color: #32b78d;
    box-shadow: 0 5px 0 0 #24b184;
    -webkit-transform: translate(0px, -5px);
    -ms-transform: translate(0px, -5px);
    transform: translate(0px, -5px);
    color: #fff;
}

.tabs-menu__tab {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    width: 100%;
    padding: 28px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #fff;
    box-shadow: 0 -7px 12px -12px rgba(50, 183, 141, 0.7);
}

.tabs-menu__tab_block {
    position: relative;
    width: 475px;
    height: 364px;
    background-color: #32b78d;
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    color: #333;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    display: inline-block;
}

.tabs-menu__tab_block img {
    height: 100%;
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    -o-object-fit: none;
    object-fit: none;
}
.left:hover img {
    opacity: 0.9;
    -o-object-position: 0% 50%;
    object-position: 100% 50%;
}

.right:hover img {
    object-position: 0% 50%;
}

.tabs-menu__tab_block h3 {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 286px;
    padding: 20px 20px 20px 25px;
    background-color: #fff;
}

.tabs-menu__tab_block_small {
    width: 475px;
}

.tabs-menu__tab_block_medium {
    width: 634px;
}

.tabs-menu__tab_block_medium img {
    object-position: 0% 50%;
    object-fit: none;
}

.tabs-menu__tab_block_big {
    width: 100%;
}

.tabs-menu__tab_block_big:hover img {
    object-position: 50% 28%;
}

.tabs-menu__tab_block_big img {
    object-fit: none;
    object-position: 50% 75%;
}


/* PRICES */

.services__table:not(:first-child) h3 {
    padding-top: 50px;
    padding-bottom: 25px;
}

.services__table .table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.services__table thead {
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #32b78d;
}

.services__table thead tr span {
    display: block;
    border-bottom: 1px solid #fff;
    width: fit-content;
    margin: 0 auto
}

.services__table thead th div {
    color: #fff;
    font-weight: 700;
    text-align: left;
}



.services__table thead th div {
    padding: 10px 0;
}

.services__table thead th:not(:first-child) div {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.services__table thead th:first-child div {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0;
}

.services__table thead th:first-child {
    width: 48px;
}

.services__table tbody td:first-child {
    text-align: center;
}

.services__table tbody td {
    padding: 15px 0;
}

.services__table tbody td:not(:first-child) {
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
}

.services__table tbody td:last-child {
    font-weight: initial;
}

/* REVIEWS */
.reviews {
    margin-top: 130px;
}

.reviews img {
    max-width: 275px;
    padding: 25px;
}

.reviews__wrapper {
    flex-wrap: nowrap;
    gap: 35px;
}

.reviews__wrapper strong {
    font-weight: 500;
}

.reviews__text {
    width: 100%;
}

.reviews__rate{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 28px;
}

.reviews__rate strong {
    font-weight: 700;
}

.reviews__rate .stars {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 40px;
}

.reviews .i {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    padding: 0;
}

.custom-nav {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    min-height: 40px;
    position: relative;
}


/* CONTACTS */
.contacts {
    margin-top: 70px;
    margin-bottom: 90px;
}


.contacts__wrapper {
    flex-wrap: nowrap;
    gap: 20px;
    padding: 20px 25px;
    margin: 30px 0s;
}

.contacts__wrapper p, .contacts__wrapper a {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.contacts__wrapper a span:last-child {
    box-shadow: 0 1px 0 0 rgba(50, 183, 141, 0.5);
    transition: all .3s ease-in-out;
}

.contacts__wrapper_col {
    gap: 10px;
    margin-right: 60px;
}

.contacts__wrapper a span:last-child:hover {
    box-shadow: 6px 9px 0 -9px rgba(50, 183, 141, 0.5) !important;
    color: #333;
}



/* FOOTER */
.footer__wrapper {

    flex-direction: column;
}

.footer__wrapper .navbar-nav {
    flex-direction: column;
}

.footer__wrapper .nav-link {
    margin-bottom: 6px;
    box-shadow: -10px 10px 0 -10px transparent;
    -webkit-transition: all 555ms ease;
    transition: all 555ms ease;
    color: #333;
    text-decoration: none;
    text-align: left;
}

.footer__wrapper .nav-link:hover {
    box-shadow: 0 1px 0 0 #32b78d !important;
    color: #32b78d !important;
}

.footer .wrapper:first-of-type {
    justify-content: space-between;
}

.footer-nav {
    display: flex;
    gap: 90px;
}

.footer-nav .footer__wrapper {
    justify-content: initial !important;
}


.mobile {
    display: none;
}

/* MOBILE */
@media screen and (max-width: 1220px) {
    h1 {
      font-size: 30px;
    }
    h2 {
        font-size: 28px;
    }
    .mobile {
        display: inherit;
    }

    .container {
        max-width: 100%;
        margin: 0 20px;
    }

    .navbar {
        position: fixed;
        width: 100%;
        height: 100vh;
        top: -200vh;
        background-color: #FFFFFF;

        padding: 30px 50px;

        transition: all .2s ease-in-out;
    }

    .navbar-nav {
        flex-wrap: wrap;
    }

    .navbar-nav .nav-item {
        width: 33%;
    }

    .navbar-nav .nav-link {
        color: #000000;
        text-align: left;
        font-size: 19px;
        margin-bottom: 10px;
    }

    .navbar-nav .nav-link:hover {
        color: #000000;
    }

    .contacts-links__wrapper {
        gap: 10px;
    }

    .contacts-links__wrapper:not(.mobile) {
        flex-direction: column;
    }

    .contacts-links__wrapper:not(.mobile) a{
        text-align: center;
    }

    .contacts-links__wrapper:not(.mobile) .contacts-links__phone strong {
        display: flex;
    }

    .contacts-links__wrapper:not(.mobile) .contacts-links__phone strong span {
        margin-left: 40px;
        margin-bottom: 1ch;
    }

    .contacts-links__phone a {
        margin-left: 60px;
        margin-bottom: -2px;
    }

    .navbar-info__wrapper {
        flex-direction: column;
        align-items: center;
    }

    .work-time {
        margin: 15px 0;
    }

    .banner-swiper__slide.wrapper{
        flex-direction: column-reverse;
        align-items: center;
    }

    .navbar.active {
        top: 0
    }

    

    .swiper-right-block, .swiper-left-block {
        width: 100%;
        text-align: center;
    }

    .swiper-left-block {
        padding-bottom: 40px;
    }
    .button {
        max-width: 250px;
        margin: 0 auto;
    }

    .h1 {
        max-width: 100%;
        margin: 30px auto;
        margin-bottom: 20px;
    }

    .swiper-right-block img {
        width: 100%;
        max-height: 430px;
        max-width: 628px;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 34%;
        object-position: 50% 34%;
    }

    .banner-swiper .banner-nav {
        top: 353px;
        bottom: auto;
    }

    .swiper-left-block p {
        max-width: 720px;
        margin: 0 auto;
    }

    .swiper-left-block .info-block__tag {
        left: 30px;
        top: 23px;
    }

    .info-block__btn {
        width: fit-content;
    }
    
    .about-us__wrapper {
        flex-direction: column;
    }

    .about-us__image img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .about-us__requisition {
        background: none;
    }

    .about-us__requisition h2 {
        text-align: center;
    }

    .about-us__requisition .info-block__text {
        margin-left: 130px;
    }

    .about-us__requisition .tag {
        top: 30px;
    }

    .about_us__call {
        width: auto;
        justify-content: initial;
        gap: 100px;
    }

    .about-us {
        padding-bottom: 0;
    }

    .about_us__call_phone {
        margin: 0;
    }

    .why-us__item {
        width: 100%;
    }

    .tabs-menu__tab_block_small, .tabs-menu__tab_block_medium {
        width: 100%;
    } 

    .tabs-menu__tab_block img {
        height: 370px;
        width: 100%;
        object-fit: cover;
    }

    .tabs-menu__tab_block h3 {
        bottom: -20px;
    }

    .reviews__wrapper {
        flex-direction: column;
        align-items: center;
        padding-bottom: 30px;
    }

    .contacts__wrapper {
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
    }

    .contacts__wrapper_col {
        margin: 0;
    }

    .contacts__wrapper p, .contacts__wrapper a {
        text-align: center;
        justify-content: center;
    }

    .footer .container.wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footer-nav {
        display: none;
    }

    .contacts-links__wrapper:not(.mobile) a {
        margin: 0 auto;
    }

    .footer {
        margin-bottom: 20px;
    }

    .openbtn {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 999;
        background: #e96b1c;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }
    
    .openbtn .openbtn-area{
        transition: all .4s;
    }
    
    .openbtn span {
        position: absolute;
        background: #fff;
        display: inline-block;
        border-radius: 3px;
        left: 12px;
        height: 3px;
        transition: all .4s;
        width: 50%;
        &:nth-of-type(1) {
            top: 16px;
        }
        &:nth-of-type(2) {
            top: 24px;
        }
        &:nth-of-type(3) {
            top: 32px;
        }   
    }
    
    .openbtn.active .openbtn-area {
        transform: rotateY(-360deg);
    }
    
    .openbtn.active span{
        &:nth-of-type(1) {
            width: 45%;
            top: 18px;
            left: 14px;
            transform: translateY(6px) rotate(-135deg);
        }
        &:nth-of-type(2) {
            opacity: 0;
        }
        &:nth-of-type(3) {
            width: 45%;
            top: 30px;
            left: 14px;
            transform: translateY(-6px) rotate(135deg);
        }
    }
}

@media screen and (max-width: 795px){
    .swiper-left-block .info-block__tag {
        top: -20px
    }

    .about-us__requisition .tag {
        top: -20px
    }

    .info-block__text {
        margin-left: 0 !important;
    }

    .about_us__call {
        flex-direction: column;
        gap: 0;
    }

    .about-us__requisition .info-block__btn {
        display: none;
    }

    h2 {
        text-align: center;
    }

    .tabs-menu__tablink.active {
        border-radius: 5px;
    }

    .tabs-menu__tablink {
        margin-bottom: 20px;
    }

    .advantage__image {
        float: left
    }

    .why-us__number {
        left: -12px;
        top: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 40px;
        height: 40px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        background-color: #18a579;
        color: #fff;
        font-size: 24px;
    }

    .why-us__item {
        padding-left: 25px;
    }
}

@media screen and (max-width: 500px) {
    .tabs-menu__tab {
        margin: 0;
        padding: 0;
    }
    .services .container:first-child {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
    }

    .tabs-menu__tab_block {
        height: auto;
        background-color: #FFFFFF;
    }

    .tabs-menu__tab_block h3 {
        position: static;
        margin-top: 0;
        text-align: center;
        padding: 10px;
        width: 100%;
        font-weight: 500;
        font-size: 16px;
    }

    .services__table {
        overflow-x: auto;
    } 

    .table {
        min-width: 500px;
    }

    .tabs-menu__tab {
        gap: 20px
    }
    .tabs-menu__tablink {
        width: 100%;
        margin-bottom: 10px;
        padding: 10px 0;
        text-align: center;
    }

    .about-us__requisition .info-block__text {
        text-align: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .contacts-links__wrapper:not(.mobile) .contacts-links__phone strong {
        flex-direction: column;
        margin: 0;
    }


    .contacts-links__wrapper:not(.mobile) a {
        margin: 0;
        text-align: left;
    }
    .contacts-links__wrapper:not(.mobile) .contacts-links__phone strong span {
        margin: 0;
    }

    .banner-swiper .banner-nav {
        top: 305px
    }
    .h1 {
        margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 40px;
    }
}

@media screen and (max-width: 350px) {
    .banner-swiper .banner-nav {
        top: 192px
    }

}