@charset "UTF-8";

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 100;
    src: local("Gilroy-Thin"),
    url(../fonts/gilroy/Gilroy-Thin.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 200;
    src: local("Gilroy-ExtraLight"),
    url(../fonts/gilroy/Gilroy-ExtraLight.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 300;
    src: local("Gilroy-Light"),
    url(../fonts/gilroy/Gilroy-Light.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 300;
    src: local("Gilroy-LightItalic"),
    url(../fonts/gilroy/Gilroy-LightItalic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 400;
    src: local("Gilroy-Regular"),
    url(../fonts/gilroy/Gilroy-Regular.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 400;
    src: local("Gilroy-Italic"),
    url(../fonts/gilroy/Gilroy-Italic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 500;
    src: local("Gilroy-Medium"),
    url(../fonts/gilroy/Gilroy-Medium.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 500;
    src: local("Gilroy-MediumItalic"),
    url(../fonts/gilroy/Gilroy-MediumItalic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 700;
    src: local("Gilroy-Bold"),
    url(../fonts/gilroy/Gilroy-Bold.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: italic;
    font-weight: 700;
    src: local("Gilroy-BoldItalic"),
    url(../fonts/gilroy/Gilroy-BoldItalic.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 800;
    src: local("Gilroy-ExtraBold"),
    url(../fonts/gilroy/Gilroy-ExtraBold.woff) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    src: local("Gilroy-Black"),
    url(../fonts/gilroy/Gilroy-Black.woff) format("truetype");
    font-display: swap;
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

nav, footer, header, aside {
  display: block; }

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input, button, textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit; 
}

/* GENERAL STYLES */

body {
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    color: rgb(7, 7, 7);
    margin: 0;
    overflow-x: hidden;
}

.wrapper{
    display: flex;
    flex-direction: column;
}
.container{
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
}


/* Header */

.header__top {
    padding: 15px 0 5px;
    background: linear-gradient( 0deg, rgb(251,251,251) 0%, rgb(253,253,253) 36%, rgb(255,255,255) 100%);
}

.row{
    display: flex;
}

.header__top .row {
    align-items: center;
}

.header__logo {
    margin-right: 90px;
}

.header__worktime {
    margin-right: 80px;
}

.header__worktime p,
.header__address p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0;
}

.header__worktime p:last-child,
.header__address p:last-child {
    font-weight: 400;
}

.header__button {
    margin-left: auto;
}

.header__button-text span:first-child {
    font-weight: bold;
    color: rgb(45, 173, 188);
}

.header__button-text span {
    display: block;
    font-size: 12px;
    line-height: 1.333;
    font-style: italic;
}

.header__call-btn {
    padding: 15px 25px;
    margin-bottom: 10px;
}

.header__call-btn--mobile {
    display: none;
}
.btn {
    position: relative;
    font-size: 14px;
    color: rgb(7, 7, 7);
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.429;
    text-align: center;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.65);
    outline: none;
    border: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 0px 0px rgb(234 193 67 / 70%)!important;
    z-index: 2;
    transition: all .36s;
}

.btn:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient( 0deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%);
    transition: all .36s;
    opacity: 1;
}

.btn:before {
    content: '';
    z-index: -2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to top,#fbde8a 0,#fff0bf 100%);
    transition: all .36s;
    opacity: 0;
}

.btn:hover {
    box-shadow: 0px 0px 0px 0px rgb(234 193 67 / 70%)!important;
    transition: all .36s;
}

.btn:hover:before {
    opacity: 1;
    transition: all .36s;
}

.btn:hover:after {
    z-index: -3;
    transition: all .36s;
}

.header__bottom {
    padding: 25px 0 15px;
}

.header__menu {
    display: flex;
}

.header__menu-item {
    font-size: 15px;
    line-height: 1.9;
    color: rgb(7, 7, 7) !important;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 30px;
    transition: 0.2s;
}

.header__menu-item:hover,
.header__menu-item.active {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
}

.header__menu-item:last-child {
    margin-right: 0;
}

.header__contacts-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__phone {
    font-size: 25px;
    color: rgb(7, 7, 7) !important;
    line-height: 1.2;
    font-weight: 500;
    margin-left: 10px;
    transition: 0.2s;
}

.header__phone:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

/* Footer */

.footer__top {
    padding: 50px 0;
    background-color: #fcfdfe;
    border-top: 1px solid rgb(180, 180, 180, 0.212);
    border-bottom: 1px solid rgb(180, 180, 180, 0.212);
}

.footer__logo {
    margin-bottom: 10px;
}

.footer__logo-desc {
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.438;
    margin-bottom: 0;
}

.footer__bottom {
    padding: 50px 0;
    background-color: #fcfdfe;
}

.footer__docs-menu {
    list-style: none;
    padding-left: 90px;
    margin: 0;
}

.footer__menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__docs-menu-link {
    text-decoration: underline;
    font-size: 16px;
    color: rgb(7, 7, 7)!important;
    line-height: 2.063;
    cursor: pointer;
    transition: 0.2s;
}

.footer__docs-menu-link:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
    -moz-text-decoration-color: transparent;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.footer__contacts {
    position: relative;
}

.footer__contacts:before {
    position: absolute;
    content: '';
    width: 28px;
    height: 28px;
    top: 0;
    left: -35px;
    background: url('../img/phone.png') no-repeat;
    background-size: contain;
}

.footer__phone {
    display: block;
    width: fit-content;
    font-size: 18px;
    color: rgb(7, 7, 7)!important;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 5px;
    cursor: pointer;
    transition: 0.2s;
}

.footer__phone:hover {
    color: rgb(45, 173, 188) !important;
    transition: 0.2s;
}

.footer__socials {
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer__call {
    font-size: 16px;
    color: rgb(45, 173, 188)!important;
    line-height: 1.2;
    font-weight: 500;
    border-bottom: 1px solid;
    transition: 0.2s;
}

.footer__call:hover {
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.footer__menu-link {
    font-size: 16px;
    color: rgb(7, 7, 7)!important;
    line-height: 2.063;
    cursor: pointer;
    transition: 0.2s;
}

.footer__menu-link:hover {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
}

.footer__address {
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer__worktime {
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.5;
    margin-bottom: 15px;
}

.footer__news span {
    display: block;
    font-size: 16px;
    color: rgb(140, 148, 162);
    line-height: 1.25;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__news a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: rgb(7, 7, 7);
    line-height: 1.813;
    margin-bottom: 10px;
}

.footer__news a:hover img {
    filter: saturate(0.8);
    transition: 0.2s;
}

.footer__news a img {
    transition: 0.2s;
    margin-right: 15px;
}

.footer__news a:last-child {
    margin-bottom: 0;
}

.footer__copyright {
    padding: 40px 0;
    background-color: #f5f6f6;
}

.footer__copyright-info p {
    font-size: 14px;
    color: rgb(7, 7, 7);
    line-height: 2.071;
    margin-bottom: 0;
}

.footer__copyright-policy > a {
    font-size: 14px;
    color: rgb(7, 7, 7) !important;
    line-height: 2.071;
    border-bottom: 1px solid;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.2s;
}

.footer__copyright-policy > a:hover {
    color: rgb(45, 173, 188)!important;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

.footer__copyright-policy > a:first-child {
    margin-right: 40px;
}

.footer__copyright-creator {
    display: block;
    font-size: 14px;
    color: rgb(7, 7, 7);
    line-height: 2.071;
    margin-bottom: 0;
}

.footer__copyright-creator a {
    font-weight: 500;
    cursor: pointer;
    color: rgb(45, 173, 188) !important;
}
/* Breadcrumbs */

.breadcrumbs {
    padding: 15px 0;
    border-top: 1px solid #e5e5e6;
}

.breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs__item {
    font-size: 16px;
    line-height: 1.563;
}

.breadcrumbs__item a {
    color: rgb(45, 173, 188) !important;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
}

.breadcrumbs__item a:hover {
    border-bottom: 1px solid rgb(45, 173, 188);
    transition: 0.2s;
}

.breadcrumbs__item:not(.active):after {
    content: '>>';
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    padding: 0 3px;
}
/* Top slider */

.top-slider .slick-list {
    overflow: visible;
}

.top-slider .slider-prev-arrow {
    position: absolute;
    bottom: 95px;
    right: 200px;
}

.top-slider .slider-next-arrow {
    position: absolute;
    bottom: 95px;
    right: 120px;
}

.top-slider__item {
    width: 100%;
    height: 530px;
    padding: 150px 30px 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.top-slider__heading {
    font-size: 55px;
    color: rgb(63, 63, 63);
    font-weight: bold;
    line-height: 1.218;
    margin-bottom: 60px;
}

.top-slider__heading mark {
    display: inline-block;
    font-weight: bold;
    background: transparent;
    color: #00A3BF;
}

.top-slider__button {
    padding: 1.8rem .75rem;
    display: flex;
    max-width: 298px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .top-slider__button{
        max-width: 200px;
        white-space: unset;
    }
}
@media (max-width: 761px) {
    .btn{
        font-size: 12px;
    }
}

/* ADVANTAGES */

.advantages {
    padding-bottom: 100px;
}
.advantages__row {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}
.advantages__item {
    cursor: pointer;
    font-size: 18px;
    color: rgb(63, 63, 63);
    font-weight: bold;
    line-height: 1.389;
    position: relative;
    padding-left: 18px;
}
.advantages__item::before {
    content: '';
    background-color: rgb(45, 173, 188);
    position: absolute;
    width: 6px;
    height: 40px;
    left: 0;
    top: 5px;
}
.advantages__text {
    display: inline;
    border-bottom: 1px dashed rgb(45, 173, 188);
    transition: all ease-in-out .5s;
}
.advantages__text:hover{
    border-bottom: none;
}
.advantages__img {
    position: relative;
}

.advantages__img span{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgb(172, 172, 172);
    position: absolute;
    text-align: center;
    color: #fff;
    bottom: -42px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 991px) {
    .advantages{
        padding-bottom: 0;
    }
    .advantages__container{
        max-width: 720px;
    }
    .advantages__row{
        flex-wrap: wrap;
    }
    .advantages__item{
        flex-basis: 50%;
        margin-bottom: 75px;
    }
    .advantages__img span{
        left: 65px;
        right: unset;
    }
}
@media (max-width: 761px) {

}
@media (max-width: 575px) {
    .advantages__row{
        margin-top: 20px;
    }
    .advantages__item{
        flex-basis: 50%;
        margin-bottom: 50px;
    }
    .advantages__text{
        font-size: 14px;
    }
    .advantages__img span{
        left: 50px;
    }
}
@media (max-width: 425px) {
    .advantages__item {
        padding-left: 35px;
    }
    .advantages__item::before {
        content: '?';
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: rgb(172, 172, 172);
        position: absolute;
        text-align: center;
        color: #fff;
        bottom: -42px;
        left: 0;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .advantages__img span{
        display: none;
    }
}
@media (max-width: 375px) {
    .advantages__item{
        margin-bottom: 20px;
        flex-basis: 100%;
    }
}
/* MODAL */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .3);
    display: grid;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s, visibility .4s;
}
.modal.open{
    visibility: visible;
    opacity: 1;
}
.modal::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.modal__box {
    position: relative;
    margin: 30px 15px;
    max-width: 874px;
    padding: 45px;
    z-index: 1;
    background-color: #fff;
    border-radius: 10px;
}
.modal__box.second{
    max-width: 678px;
}
.modal__box.fifth{
    max-width: 775px;
    padding: 45px 50px;
}
.modal__close {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    padding: 10px;
}
.modal__close svg{
    display: block;
    height: 24px;
    overflow: visible;
    position: relative;
    width: 24px;
}
.modal__title {
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #3f3f3f;
}
.modal__title.center{
    text-align: center;
    margin-bottom: 38px;
}
.modal__row-first, .modal__row-fifth{
    display: flex;
    justify-content: space-between;
}
.modal__row-fifth{
    align-items: center;
    gap: 30px;
}
.modal__row-fifth .modal__img{
    flex-basis: unset;
    margin-right: unset;
}
.modal__row-first.margin, .modal__row-fifth.margin{
    margin-bottom: 53px;
}
.modal__row-second{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
}
.modal__row-second .modal__text p{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    color: #3f3f3f;
}
.modal__row-second .modal__text p span{
    font-weight: 600;
}
.modal__row-second .modal__img{
    flex-basis: unset;
    margin-right: unset;
}
.modal__row-second .modal__img img{
    border-radius: 10px;
    max-width: unset;
    max-height: unset;
    height: unset;
    width: unset;
}
.modal__row-second.margin{
    margin-bottom: 20px;
}
.modal__row-third .modal__text{
    padding: 30px;
    max-width: 526px;
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;
    margin-bottom: 45px;
}
.modal__row-third .modal__text p{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 23px;
}
.modal__row-third .modal__text p:last-child{
    margin-bottom: 0;
}
.modal__row-third .modal__subtext p:first-child{
    font-size: 30px;
    line-height: 1.3;
}
.modal__row-third .modal__subtext p{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 12px;
}
.modal__row-third .modal__subtext.center{
    text-align: center;
    margin-bottom: 24px;
}
.modal__brackets-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.modal__brackets-row__text{
    max-width: 385px;
    margin-right: 27px;
}
.modal__brackets-row__text p:first-child{
    font-size: 18px;
    line-height: 26px;
    color: #3f3f3f;
    margin-bottom: 18px;
}
.modal__brackets-row__text p span{
    font-weight: 700;
}
.modal__brackets-row__text p{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #787878;
}
.modal__brackets-row__text .attention{
    position: relative;
    padding-left: 30px;
}
.modal__brackets-row__text .attention::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 8px;
    left: -3px;
    background: url('../img/info-icon.png') center center no-repeat;
    background-size: contain;
}
.modal__brackets-row .modal__img img{
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;
}
.modal__brackets-list {
    display: flex;
    justify-content: space-between;
    gap: 0 51px;
}
.modal__brackets-item .modal__img{
    margin-right: 0;
    margin-bottom: 28px;
}
.modal__brackets-item .modal__img img{
    height: auto;
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;    
}
.modal__brackets-item__text {
    max-width: 211px;
    margin: 0 auto;
    font-family: Gilroy;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #3f3f3f;
}
.modal__brackets-item__text span{
    font-weight: 700;
}
.modal__row-third .modal__text-attention{
    max-width: 377px;
    margin: 0 auto;
    text-align: left;
    padding: 0 0 68px 0;
}
.modal__row-third .modal__text-attention p{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #787878;
    position: relative;
    padding-left: 30px;
}
.modal__row-third .modal__text-attention p::before{
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 8px;
    left: -3px;
    background: url('../img/info-icon.png') center center no-repeat;
    background-size: contain;
}
.btn__center{
    text-align: center;
}
.modal__row-third .btn{
    padding: 30px;
}
.modal__row-fourth .modal__text p{
    font-family: Gilroy;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}
.modal__row-fourth .modal__text p::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2dadbc;
}
.modal__row-fourth p{
    font-family: Gilroy;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #787878;
}
.modal__row-fifth p:first-child{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 23px;
}
.modal__row-fifth p{
    font-family: Gilroy;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #3f3f3f;
}
.modal__row-fifth .modal__img img{
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;
    width: unset;
}
.modal__img{
    flex-basis: 50%;
    margin-right: 30px;
}
.modal__img img{
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    max-width: 318px;
    width: 100%;
    height: 195px;
    border-radius: 5px;
}
.modal__text{
    max-width: 450px;
}
.modal__row-first .modal__text p:first-child{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #3f3f3f;
    margin-bottom: 15px;
}
.modal__row-first .modal__text p:nth-child(2), .modal__text p:nth-child(3){
    font-family: Gilroy;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .modal__close img{
        width: 30px;
        height: 30px;
    }
    .modal__title{
        font-size: 26px;
    }
    .modal__row-first, .modal__row-fifth{
        flex-direction: column;
        align-items: center;
    }
    .modal__img{
        margin-right: 0;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .modal__row-second .modal__img{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .modal__brackets-row{
        flex-direction: column;
    }
    .modal__brackets-row__text{
        margin-right: 0;
        max-width: unset;
    }
    .modal__row-third.margin .modal__brackets-row .modal__img{
        margin-top: 20px;
    }
    .modal__row-third .modal__text{
        margin: 0 auto 45px;
    }
    .modal__brackets-list{
        flex-direction: column;
    }
    .modal__brackets-row__text .attention::before{
        top: 0;
    }
}
@media (max-width: 635px) {
    .modal__row-second {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .modal__box{
        padding: 30px;
    }
    .modal__title{
        font-size: 20px;
    }
    .modal__text{
        font-size: 16px;
    }
    .modal__row-fourth .modal__text p{
        font-size: 16px;
    }
    .modal__row-first .modal__text p:first-child{
        margin-bottom: 10px;
    }
    .modal__row-first .modal__text p:nth-child(2), .modal__text p:nth-child(3){
        font-size: 16px;
        margin-bottom: 12px;
    }
    .modal__row-third .modal__text-attention{
        padding: 0 0 28px 0;
    }
    .modal__row-third .modal__subtext p:first-child{
        font-size: 24px;
    }
    .modal__row-third .modal__subtext p{
        font-size: 18px;
    }
    .modal__brackets-row__text p:first-child{
        font-size: 16px;
    }
    .modal__brackets-row__text p{
        font-size: 14px;
    }
}
/* BRACKETs */

.brackets {
    background: #ECF6FB;
    padding: 60px 0 80px;
}
.brackets__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 66px;
}
.brackets__content {
    width: 40%;
}
.brackets__content .btn{
    cursor: pointer;
    padding: 25px;
    max-width: 300px;
    width: 100%;
}
.brackets__text--first {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 25px;
}
.brackets__text--second {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}
.brackets__list {
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    padding: 20px 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 40px;
}
.brackets__item {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 10px;
}
.brackets__img{ 
    position: relative;
}
.brackets__img span{
    color: #fff;
    background: #00A3BF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 50%;
}
.brackets__img span::before{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #00A3BF;
    left: -1.25rem;
    right: -1.25rem;
    top: -1.25rem;
    bottom: -1.25rem;
    border-radius: 50%;
    -webkit-animation: 3s linear infinite pulse 1s;
    animation: 3s linear infinite pulse 1s;
}
.brackets__img span::after{
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #00A3BF;
    left: -1.25rem;
    right: -1.25rem;
    top: -1.25rem;
    bottom: -1.25rem;
    border-radius: 50%;
    -webkit-animation: 3s linear infinite pulse;
    animation: 3s linear infinite pulse;
}
@keyframes pulse{
    0%{
        -webkit-transform:scale(.5);
        transform:scale(.5);
        opacity:0
    }
    50%{
        opacity:.5
    }
    100%{
        -webkit-transform:scale(1.1);
        transform:scale(1.1);
        opacity:0
    }
}
.brackets__img-first{
    position: absolute;
    top: 78px;
    right: 270px;
}
.brackets__img-second{
    position: absolute;
    top: 102px;
    right: 64px;
}
.brackets__img-third{
    position: absolute;
    top: 155px;
    right: 400px;
}
.brackets__img img{
    max-width: 700px;
    width: 100%;
    max-height: 450px;
    border-radius: 10px;
}
.btn__center.unactive{
    display: none;
}
@media (max-width: 1130px) {
    .brackets__img img{
        max-width: 600px;
    }
    .brackets__img-first {
        top: 73px;
        right: 249px;
    }
    .brackets__img-second {
        top: 88px;
        right: 55px;
    }
    .brackets__img-third {
        top: 137px;
        right: 351px;
    }
}
@media (max-width: 1024px) {
    .brackets{
        padding-bottom: 20px;
    }
    .brackets__row{
        flex-direction: column;
        gap: 15px;
    }
    .brackets__content{
        width: auto;
    }
    .brackets__content .btn{
        display: none;
        cursor: pointer;
        width: 65%;
    }
    .brackets__text--first{
        font-size: 38px;
    }
    .brackets__text--second{
        font-size: 16px;
    }
    .btn__center.unactive{
        display: block;
    }
    .brackets__row .btn{
        width: auto;
        margin: 20px 0;
        padding: 15px 25px;

    }
}
@media (max-width: 767px) {
    .brackets__text--first{
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 10px;
    }
}
@media (max-width: 650px) {
    .brackets__img img{
        width: 300px;
    }
    .brackets__img span {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .brackets__img-first {
        top: 35px;
        right: 125px;
    }
    .brackets__img-second {
        top: 45px;
        right: 30px;
    }
    .brackets__img-third {
        top: 72px;
        right: 185px;
    }
}
@media (max-width: 575px) {
    .brackets__text--first{
        line-height: 25px;
    }
    .brackets__text--second{
        font-size: 14px;
    }
    .brackets__item{
        font-size: 14px;
    }
}
/* SITUATIONS */

.situations {
    padding: 50px 0 25px;
}
.title {
    font-size: 50px;
    line-height: 1.1;
    font-weight: 500;
    color: #3f3f3f;
    text-align: center;
    margin-bottom: 35px;
}
.title span {
    color: #2dadbc;
}
.tabs__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}
.tabs__btn-item p{
    display: inline-block;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #3f3f3f;
    white-space: normal;
    margin-bottom: 0;
    padding-right: 5px;
}
.tabs__btn-item {
    display: flex;
    align-items: center;
    text-align: start;
    margin-right: 15px;
    background: #fff;
    border: 2px solid #f8f8f8;
    border-radius: 5px;
    transition: border .3s ease;
}
.tabs__btn-item:last-child{
    margin-right: 0;
}
.tabs__btn-item.active, .tabs__btn-item:hover{
    border: 2px solid rgb(45, 173, 188);
}
.tabs__btn-item img{
    width: 6rem;
    height: 4rem;
    border-radius: 5px;
    margin-right: 15px;
}
@media (max-width: 993px) {
    .tabs__btn{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .tabs__btn-item{
        margin-right: 0;
    }
    .tabs__btn-item p{
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .tabs__btn-item img{
        display: none;
    }
    .tabs__btn-item{
        height: 100%;
        justify-content: center;
        padding: 10px;
    }
    .tabs__btn-item p{
        font-size: 14px;
        padding-right: 0;
    }
}

.tabs__content{
    padding: 50px 0 108px;
    background: #F8F8F8;
}
.tabs__content-item{
    display: none;
}
.tabs__content-item.active{
    display: block;
}
.tabs__content-item__wrapper {
    display: flex;
    justify-content: center;
    gap: 88px;
}
.tabs__content-img{
    max-width: 500px;
}
.tabs__content-img img{
    max-width: 500px;
    width: 100%;
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;
}
.tabs__content-img__item{
    position: relative;
}
.tabs__content-img__item span{
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 150px;
    font-size: 12px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #fff;
    padding: 5px 15px;
}
.tabs__content-img img:first-child{
    margin-bottom: 10px;
}
.tabs__content-text{
    max-width: 450px;
    width: 100%;
    align-self: center;
}
.tabs__content-text p{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #3f3f3f;
}
.tabs__content-title {
    font-family: Gilroy;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 29px;
}
.tabs__content-minus {
    max-width: 450px;
}
.tabs__content-minus p{
    margin-bottom: 15px;
}
.tabs__content-minus p:last-child{
    margin-bottom: 30px;
}
.tabs__content-text .minus, .tabs__content-text .pluse{
    position: relative;
    padding-left: 20px;
} 
.tabs__content-text .pluse::before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2dadbc;
}
.tabs__content-text .minus::after, .tabs__content-text .minus::before{
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 1px;
    height: 15px;
    background-color: red;
}
.tabs__content-text .minus::after{
    transform: rotate(45deg);
}
.tabs__content-text .minus::before{
    transform: rotate(-45deg);
}
.tabs__content-description {
    padding: 40px 30px;
    max-width: 450px;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;
}
.tabs__content-description p{
    margin-bottom: 14px;
}
.tabs__content-description p:first-child{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 30px;
}
.tabs__content-description p span{
    font-weight: 300;
}
.tabs__content-description.prikus{
    margin-bottom: 45px;
}
.tabs__content-time {
    margin-top: 5px;
    display: flex;
    align-items: center;
}
.tabs__content-time__img{
    flex-basis: 25%;
}
.tabs__content-time__img img{
    width: 6rem;
}
.tabs__content-time__text p{
    font-family: Gilroy;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #3f3f3f;
    margin-bottom: 5px;
}
.tabs__content-time__text p span{
    font-weight: 300;
}
.tabs__content-time__text p:last-child{
    font-family: Gilroy;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #9c9c9c;
}
.tabs__content-item__contacts{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    gap: 60px;
}
.tabs__content-item__contacts .btn{
    padding: 20px;
}
.tabs__content-item__contacts p{
    font-family: Gilroy;
    font-size: 40px;
    line-height: 20px;
    font-weight: 700;
    color: #3f3f3f;
}
@media (max-width: 991px) {
    .tabs__content{
        padding-bottom: 50px;
    }
    .tabs__content-item__wrapper{
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    .tabs__content-img{
        text-align: center;
        margin-bottom: 25px;
    }
}
@media (max-width: 767px) {
    .tabs__content{
        padding-bottom: 20px;
    }
    .tabs__content-item__contacts{
        margin-top: 30px;
        flex-direction: column;
    }
    .tabs__content-item__contacts p{
        font-size: 30px;
    }
    .tabs__content-description{
        margin-bottom: 15px;
    }
}
@media (max-width: 575px) {
    .tabs__content-description{
        padding: 30px 20px;
    }
    .tabs__content-time{
        align-items: self-start;
    }
}
/* BRACKETS FOS PROTES FOS */
.brackets_fos{
    padding: 20px 0 100px;
}
@media (max-width: 767px) {
    .brackets_fos{
        padding: 20px 0 40px;
    }
}
@media (max-width: 575px) {
    .brackets_fos{
        padding: 20px 0;
    }
}
.brackets_fos-title, .steps__title{
    font-size: 50px;
    line-height: 1.1;
    font-weight: 400;
    color: #3f3f3f;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 1024px) {
    .brackets_fos-title, .steps__title, .title{
        font-size: 38px;
        margin-bottom: 25px;
    }
}
@media (max-width: 575px) {
    .brackets_fos-title, .steps__title, .title{
        font-size: 26px;
        margin-bottom: 20px;
    }
}
.brackets_fos-title span, .steps__title span{
    color: #2dadbc;
}
.brackets_fos-subtitle, .steps__subtitle {
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    color: #3f3f3f;
    text-align: center;
    margin-bottom: 35px;
}
@media (max-width: 575px) {
    .brackets_fos-subtitle, .steps__subtitle{
        font-size: 18px;
        line-height: 20px;
    }
}
.protez_fos_right img{
    max-width: 505px;
    height: 100%;
}

/* STEPS */

.steps{
    background: #F8F8F8;
    padding: 50px 0 100px;
}
.steps__content {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 30px;
}
.steps__content-item {
    padding: 30px 30px 50px;
    max-width: 450px;
    background-color: #ffffff;
    box-shadow: 0px 2px 25px 7px rgba(48,48,48,0.05);
    border-radius: 10px;
    position: relative;
    justify-self: center;
}
.steps__content-item span{
    font-size: 60px;
    color: #DBDBE1;
    line-height: 26px;
    font-weight: bold;
    font-family: "Gilroy";
    position: absolute;
    top: 30px;
    right: 25px;

}
.steps__content-item p{
    font-size: 18px;
    line-height: 26px;
}
.steps__content-item__title {
    font-size: 25px;
    color: rgb(63, 63, 63);
    font-weight: bold;
    line-height: 26px;
    position: relative;
    padding-left: 18px;
    margin-bottom: 20px;
}
.steps__content-item__title::before {
    content: '';
    background-color: rgb(45, 173, 188);
    position: absolute;
    width: 6px;
    height: 40px;
    left: 0;
    top: 5px;
}
.steps__content-item__title span{
    font-family: Gilroy;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #9c9c9c;
    position: static;
}

.steps__content-item p span{
    cursor: pointer;
    border-bottom: 1px dashed #1c1c1c;
    position: static;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding-bottom: 2px;
    color: rgb(7, 7, 7);
    transition: all ease-in-out .5s;
}
.steps__content-item p span:hover{
    color: rgb(45, 173, 188);
    border-bottom: none;
}
.steps .btn{
    max-width: 300px;
    margin: 50px auto 0;
    padding: 30px;
    cursor: pointer;
}
@media (max-width: 1024px) {
    .steps__content{
        grid-template-columns: repeat(1, auto);
    }   
}
@media (max-width: 767px) {
    .steps__content-item__title{
        font-size: 20px;
    }
    .steps__content-item span{
        font-size: 50px;
    }
    .steps__content-item__title span{
        font-size: 15px;
        right: 5px;
    }
    .steps__content-item p, .steps__content-item p span {
        font-size: 14px;
        line-height: 24px;
    } 
}
@media (max-width: 575px) {
    .steps__content-item span{
        right: 5px;
    }
}
/* CREDIT LINE */
.credit-line {
    position: relative;
}

.credit-line .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.credit-line .banner-container {
    position: absolute;
    color: white;
    background-color: rgb(45, 173, 188);
    width: 510px;
    height: 80px;
    border-radius: 5px;
    display: flex;
    justify-content: center;

}



.credit-line .banner-container__number {
    font-size: 80px;
    font-weight: bold;
    line-height: 75px;
    padding-right: 7px;
}
.credit-line .banner-container__number span{
    font-size: 45px;
}

.credit-line .banner-container__content {
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 62px;
    padding-left: 7px;
    
}
.credit-line .banner-container__content-span {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
    line-height: 1px;
}


@media (max-width: 767px) {

    .credit-line .banner-container {
        position: absolute;
        color: white;
        background-color: rgb(45, 173, 188);
        width: 370px;
        height: 60px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    
    }
    
    
    
    .credit-line .banner-container__number {
        font-size: 55px;
        font-weight: bold;
        line-height: 1;
        padding-right: 5px;
    }
    .credit-line .banner-container__number span{
        font-size: 28px;
    }
    
    .credit-line .banner-container__content {
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 45px;
        padding-left: 7px;
        
    }
    .credit-line .banner-container__content-span {
        font-size: 11px;
        font-weight: normal;
        text-transform: none;
        line-height: 1px;
    }
    
}
@media (max-width: 575px) {

    .credit-line .banner-container {
        position: absolute;
        color: white;
        background-color: rgb(45, 173, 188);
        width: 330px;
        height: 54px;
        border-radius: 5px;
        display: flex;
        justify-content: center;
    
    }
    
    
    
    .credit-line .banner-container__number {
        font-size: 45px;
        font-weight: bold;
        line-height: 45px;
        padding-right: 3px;
    }
    .credit-line .banner-container__number span{
        font-size: 25px;
    }
    
    .credit-line .banner-container__content {
        font-size: 30px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.3;
        padding-left: 4px;
        
    }
    .credit-line .banner-container__content-span {
        font-size: 9px;
        font-weight: normal;
        text-transform: none;
        line-height: 1px;
    }
    
}
/* Price */

.price {
    padding: 60px 0 45px;
}

.price__heading {
    text-align: center;
    margin-bottom: 20px;
}

.price__heading-desc {
    font-size: 25px;
    line-height: 1.2;
    text-align: center;
    margin:20px 0 40px;
}

.price__heading-desc b {
    font-weight: 500;
}

.price__list {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 30px 40px 0;
    border-radius: 10px;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
}

.price__list-before {
    position: absolute;
    top: -140px;
    left: -160px;
}

.price__list-after {
    position: absolute;
    bottom: -30px;
    right: -150px;
}

.price__item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #F3F3F3;
}

.price__item-heading {
    position: relative;
    width: calc(100% - 170px);
    font-size: 18px;
    line-height: 1.2;
    color: rgb(80, 80, 80);
}
.price__item-heading.attention::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 20px;
    top: -5px;
    left: 360px;
    background: url('../img/info-icon.png') center center no-repeat;
    background-size: contain;

}
.price__item-number {
    width: 170px;
    padding-right: 30px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
}

.price__info {
    color: rgb(0, 0, 0);
    width: calc(100% + 80px);
    margin-top: 40px;
    margin-left: -40px;
    position: relative;
    padding: 40px 40px 40px 70px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0px 2px 25.28px 6.72px rgba(48, 48, 48, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.price__info:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: 40px;
    left: 40px;
    background: url('../img/info-icon.png') center center no-repeat;
    background-size: contain;
}

.price__link {
    display: block;
    width: fit-content;
    font-size: 18px;
    color: rgb(45, 173, 188) !important;
    font-weight: bold;
    border-bottom: 1px solid rgb(45, 173, 188);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    margin: 50px auto 0;
    transition: 0.2s;
}

.price__link:hover {
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

.price__end-text {
    text-align: center;
    font-size: 25px;
    line-height: 1.3;
    max-width: 650px;
    margin: 50px auto 0;
}

.price__end-text a{
    display: inline-block;
    color: rgb(7, 7, 7);
    padding-bottom: 0.5px;
    border-bottom: 1px solid #000;
    transition: all .5s ease 0s;
}
.price__end-text a:hover{
    color: rgb(45, 173, 188);
    border-bottom: none;
}
@media (max-width: 991px) {
    .price__end-text{
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .price__item-heading.attention::after{
        left: 280px;
    }
    .price__end-text{
        font-size: 18px;
    }
}
@media (max-width: 575px) {
    .price__end-text{
        font-size: 14px;
    }
}
@media (max-width: 508px) {
    .price__item-heading.attention::after{
        left: 225px;
    }
}
@media (max-width: 450px) {
    .price__item-heading.attention::after{
        left: 175px;
    }
}
@media (max-width: 400px) {
    .price__item-heading.attention::after{
        display: none;
    }
}
/* Responsive */

@media (max-width: 1399px) {
    .fos__image-wrapper {
        padding: 40px 35px;
    }

    .fos__button {
        margin-right: 15px;
    }

    .footer__copyright-policy > a:first-child {
        margin-right: 30px;
    }
}

@media (max-width: 1199px) {
    h1.services__heading,
    h2 {
        font-size: 46px;
    }

    .header__logo {
        margin-right: 15px;
    }

    .header__worktime {
        margin-right: 15px;
    }

    .header__menu-item {
        margin-right: 20px;
    }

    .top-slider__item {
        height: 500px;
    }

    .top-slider__heading {
        font-size: 50px;
    }

    
    .fos__content {
        padding: 40px;
    }

    .fos__image-wrapper {
        padding: 40px 30px;
    }

    .fos__button {
        padding: 20px;
    }

    .footer__docs-menu {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
    }

    h1.services__heading,
    h2 {
        font-size: 40px;
    }

    .header__top {
        padding: 15px 0;
    }

    .header__logo img {
        width: 230px;
        height: auto;
    }

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

    .header__call-btn {
        display: none;
    }
    
    .header__call-btn--mobile {
        display: block;
        padding: 0;
        width: 40px;
        height: 40px;
        box-shadow: none!important;
        margin-bottom: 0;
        margin-right: 20px;
        background: url("../img/phone-call.png") center center no-repeat,
                linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%)!important;
        background-size: 70% auto, cover;
    }

    .header__menu-button {
        padding: 0;
        width: 40px;
        height: 40px;
        box-shadow: none!important;
        background: url("../img/menu.png") center center no-repeat,
        linear-gradient( 90deg, rgb(251,211,97) 0%, rgb(253,224,136) 80%, rgb(255,236,175) 100%)!important;
        background-size: 70% auto, cover;
    }

    .header__call-btn--mobile:before,
    .header__call-btn--mobile:after,
    .header__menu-button:before,
    .header__menu-button:after {
        display: none;
    }

    .header__menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.6);
        z-index: -1;
        opacity: 0;
        transition: 0.4s;
    }

    .header__bottom.menu-opened + .header__menu-overlay {
        z-index: 10;
        opacity: 1;
        transition: 0.4s;
    }

    .header__bottom {
        position: fixed;
        top: 0;
        right: -100%;
        background-color: #fff;
        height: 100%;
        transition: 0.4s;
        z-index: 11;
    }

    .header__bottom.menu-opened {
        right: 0;
        transition: 0.4s;
    }

    .header__menu-close {
        position: absolute;
        width: 25px;
        height: 25px;
        top: 30px;
        right: 15px;
        cursor: pointer;
    }

    .header__menu-close span {
        position: absolute;
        display: block;
        top: 12px;
        width: 28px;
        height: 1px;
        background-color: #000;
    }

    .header__menu-close span:first-child {
        transform: rotate(45deg);
    }

    .header__menu-close span:last-child {
        transform: rotate(-45deg);
    }

    .header__menu-item {
        padding: 3px 40px 3px 15px;
        margin-right: 0;
    }

    .header__menu {
        flex-direction: column;
    }

    .top-slider__item {
        height: 400px;
        padding: 100px 15px 0;
    }

    .top-slider__heading {
        font-size: 38px;
    }

    .top-slider__button {
        padding: 10px 40px;
    }

    .top-slider__button span {
        font-size: 16px;
    }

    .top-slider__button--implant span:before {
        right: -40px;
    }

    .slider-arrow {
        width: 50px;
        height: 50px;
    }

    .top-slider .slider-next-arrow {
        bottom: 45px;
    }

    .top-slider .slider-prev-arrow {
        right: 180px;
        bottom: 45px;
    }


    .price {
        padding-bottom: 60px;
    }

    .price__item-number {
        width: 120px;
        padding-right: 0;
    }

    .price__link {
        font-size: 16px;
    }

   

    .fos {
        padding: 0 0 60px;
    }

    .fos__wrapper {
        flex-direction: column-reverse;
    }

    .fos__content {
        width: 100%;
    }

    .fos__image-wrapper {
        width: 100%;
    }

    .fos__row {
        align-items: center;
    }

    .fos__checkbox-label:before {
        top: 6px;
    }

    .fos__checkbox:checked + .fos__checkbox-label:after {
        top: 8px;
    }

    .footer__contacts:before {
        display: none;
    }

    .footer__logo-desc {
        margin-bottom: 25px;
    }

    .footer__docs-menu {
        margin-bottom: 25px;
    }

    .footer__bottom .row > div:last-child {
        order: -1;
    }

    .footer__top {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .footer__bottom {
        padding-top: 0;
    }

    .footer__address {
        margin-top: 25px;
    }

    .footer__news {
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }

    h1.services__heading,
    h2 {
        font-size: 27px;
    }

    .btn {
        font-size: 12px;
    }

    .breadcrumbs__item {
        font-size: 14px;
    }

    .top-slider__item {
        height: 250px;
        padding: 40px 15px 0;
    }

    .top-slider__heading {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .top-slider .slider-prev-arrow {
        right: 70px;
    }

    .top-slider .slider-next-arrow {
        right: 15px;
    }

    .top-slider__button span {
        font-size: 14px;
    }

    .top-slider__button--implant span:before {
        display: none;
    }


    .price {
        padding: 40px 0;
    }

    .price__heading-desc {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .price__list-before,
    .price__list-after {
        display: none;
    }

    .price__list {
        padding: 15px 15px 0;
    }

    .price__item-heading,
    .price__item-number {
        font-size: 14px;
    }

    .price__info {
        width: calc(100% + 30px);
        padding: 30px 15px 30px 40px;
        margin-top: 30px;
        margin-left: -15px;
    }

    .price__info:before {
        top: 30px;
        left: 15px;
    }

    .price__link {
        margin: 30px auto 0;
    }

    

    .fos {
        padding: 0 0 40px;
    }

    .fos__image-wrapper {
        padding: 30px 15px;
    }

    .fos__image {
        margin: 0 auto 20px;
    }

    .fos__image-heading {
        font-size: 24px;
    }

    .fos__image-text {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .fos__image-discount {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .fos__image-discount-desc {
        font-size: 13px;
    }

    .fos__heading {
        margin-bottom: 20px;
    }

    .fos__content {
        padding: 30px;
    }

    .fos__label {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    h1.services__heading,
    h2 {
        font-size: 23px;
    }

    .header__logo {
        margin-right: 0;
    }

    .header__logo img {
        width: 160px;
    }

    .header__call-btn {
        margin-right: 10px;
    }

    .top-slider .container {
        padding: 0;
    }

    .top-slider__item {
        display: flex!important;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 250px;
        padding: 40px 15px;
    }

    .top-slider__button {
        width: 180px;
        padding: 10px;
    }

    .top-slider__heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .price__heading-desc {
        font-size: 16px;
    }


    .fos__content {
        padding: 15px;
    }

    .fos__textarea {
        height: 210px;
    }

    .fos__row {
        flex-direction: column;
    }

    .fos__button {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .fos__checkbox-label {
        max-width: 280px;
    }
}

@media (max-width: 450px) {
    .top-slider__heading {
        font-size: 23px;
        max-width: calc(80vw - 30px);
    }

    .top-slider__heading br {
        display: none;
    }
}


