/* Theme Name: Medical */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:root {
    --heading-gradient: linear-gradient(90deg,rgba(18, 84, 70, 1) 0%,rgba(18, 84, 70, 0.5) 100%);
    --green1: #125446;
    --green2: #3B887B;
    --green3: #9baf50;
    --green3: #c4e199;
    --gray: #e6ecf3;
    --white: #ffffff;
}

body {
	line-height: 24px;
    font-family: 'Montserrat';
    font-weight: 400;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: var(--green1);
}

* {
    box-sizing: border-box;
    outline: none;
}

.container {
    max-width: 1440px;
    padding: 0 80px;
    margin: 0 auto;

}

.top-header {
    background-color: var(--green1);
    padding: 7.5px 0;
}
.top-header__schedule, .top-header__phone {
    color: rgba(255, 255, 255, .83);
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 10px;
}
svg.top-header__icon {
    width: 17px;
    height: 17px;
}
svg.top-header__icon path {
    fill: rgba(255, 255, 255, .83);
}
.top-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header {
    padding: 13px 0;
}
.container.header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__logo-img {
    display: block;
}
.header__right {
    display: flex;
    align-items: center;
    gap: 33px;
}
ul.header__menu {
    display: flex;
    align-items: center;
}
.btn {
    padding: 11.5px 23.5px;
    border-radius: 5px;
    line-height: 24px;
    display: inline-block;
    transition: opacity .5s ease;
}
.btn--green2 {
    background-color: var(--green2);
    color: #fff;
}
ul.header__menu {
    display: flex;
    align-items: center;
    gap: 30px;
}
a.header__menu-link {
    color: #000;
    transition: color .5s ease;
}
.header__menu-item {
    display: flex;
    gap: 30px;
}
.header__menu-item::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #E8E8E8;
}

.footer {
    background-color: var(--green1);
    padding: 23px 0;
}
.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__link,
.footer__copyright {
    color: rgba(255,255,255, .8);
    font-size: 15px;
    font-weight: 300;
}
a.footer__link {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    text-decoration-color: rgba(255,255,255, .8);
    transition: all .5s ease;

}
a.footer__link:hover {
    text-decoration-color: rgba(255,255,255, 0);
    transition: all .3s ease;
}
main#main {
    min-height: calc(100svh - 183.5px);
}
.banner {
    padding: 111px 0 0px 0;
    background-image: url(img/banner-bg.svg);
    background-size: cover;
    background-position: center;
    margin-top: -73px;
}
.banner-btns {
    display: flex;
    gap: 20px;
}
.banner__btn {
    padding: 17.5px 34.5px;
    margin-bottom: 20px;
}
.btn--outline-green2 {
    border: 1px solid #3a887b!important;
}
.btn--outline-green2:hover {
    background-color: #3a887b;
    color: #fff;
}
h1.banner__title {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    max-width: 556px;
    margin-bottom: 18px;
}

.banner__subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.gradient-text {
    background: linear-gradient(
        90deg,
        rgba(18, 84, 70, 1) 0%,
        rgba(18, 84, 70, 0.5) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    background-clip: text;
    color: transparent;
}
.banner__desc {
    font-size: 14px;
    line-height: 25px;
    max-width: 582px;
    margin-bottom: 31px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 33px;
}
.emblem {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}
.emblem--1 {
    width: 75px;
}
.banner__right img {
    width: 100%;
}
.emblem--2 {
    width: 103px;
}
.page-content--thanks {
    margin: 0 auto;
    width: 500px;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    line-height: 130%;
}
.page__title--thanks {
    text-align: center;
    font-size: 50px;
    line-height: 120%;
    font-weight: 700;
    margin-top: 90px;
}
.btn:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: opacity .5s ease
}
.banner__right {
    width: 745px;
}
.banner__left {
    width: 582px;
}
.banner__container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.banner__img {
    display: block;
}
a.header__menu-link:hover {
    color: var(--green2);
    transition: color .5s ease;
}
.about {
    padding: 100px 0;
}
.about__left {
    width: 647px;
}
.about__right {
    color: #2A2A2A;
    font-size: 18px;
    line-height: 35px;
    width: 535px;
}
.container__about {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.services__title {
    text-align: center;
    margin-bottom: 62px;
}
.services {
    padding: 80px 0 80px;
    background: linear-gradient(180deg, rgba(230, 236, 243, 1) 0%, rgba(230, 236, 243, 0.5) 100%);
}
.section__title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
}
.services__item {
    padding: 35px;
    width: calc(50% - 20px);
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}
.services__tit {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #125446;
}
.services__header {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-bottom: 16px;
}
img.services__icon {
    min-width: 115px;
}

.services__desc {
    font-size: 20px;
    line-height: 30px;
    color: #444444;
}
.services__price {
    padding: 10px;
    margin-top: 33px;
    text-align: center;
    background-color: rgba(18, 84, 70, .04);
    font-size: 24px;
    line-height: 44px;
    color: #3a887b;
    font-weight: 600;
}
.advantages {
    padding: 120px 0;
}
.advantages__row {
    display: flex;
    background-color: rgba(18, 84, 70, .04);
    padding: 30px 50px;
    border: 1px solid rgba(18, 84, 70, .04);
    border-top: none;
}
.advantages__row:last-child {
    border-radius: 0 0 10px 10px;
}
.advantages__row--head {
    padding: 26px 50px;
    background-color: #3B887B;
    display: flex;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    border: none;
}
.advantages__cell {
    width: 50%;
}
.advantages__cell--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
}
.advantages__cell--value {
    font-size: 20px;
    min-height: 52px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.8);
}
.why__title {
    margin-bottom: 53px;
}
.calc-hero {
    padding: 105px 0;
    background: linear-gradient(138deg, rgba(59,136,123,.90) 0%,  rgba(59,136,123,.5) 100%);
    color: #fff;
}
.calc-hero__title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 55px;
}
.calc-hero__input {
    width: 220px;
    height: 55px;
    border-radius: 5px;
    border: none;
    background-color: rgba(255, 255, 255, .8);
    padding: 0 20px;
    color: #2D4901;
    font-weight: 500;
    font-size: 16px;
    transition: background-color .5s ease;
}
.calc-hero__input:hover,
.calc-hero__input:focus {
    background-color: rgba(255, 255, 255, 1);
    transition: background-color .5s ease;
}
.calc-hero__input::placeholder {
    color: rgba(45,73,1,.38);
}
.calc-hero__button {
    background: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: 220px;
    height: 55px;
    border-radius: 5px;
    transition: opacity .5s ease;
    cursor: pointer;
}
.calc-hero__button:hover {
    opacity: 0.8;
    transition: opacity .5s ease;
}
.calc-hero__fields {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
}
.calc-hero__agree-text {
    display: flex;
    gap: 14px;
    cursor: pointer;
}
.calc-hero__agree-text::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 5px;
    transition: background-color .5s ease;
}
.calc-hero__agree-text:hover::before {
    background-color: rgba(255, 255, 255, 1);
    transition: background-color .5s ease;
}
input.calc-hero__checkbox:checked + .calc-hero__agree-text::before {
    background-image: url(img/check-ic.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 1);
}
input.calc-hero__checkbox {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.calc-hero__inner {
    position: relative;
}
.calc-hero__image {
    position: absolute;
    right: 0;
    bottom: -105px;
    max-width: 522px;
    opacity: 0.9;
    width: 460px;
}
.form__submit.btn.btn--green {
    width: 100%;
}

.header--fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, .95);
}
.swiper__nav img {
    display: block;
}
.container.container__services {
    position: relative;
}
.prev {
    position: absolute;
    left: 20px;
    top: 50%;
    cursor: pointer;
    margin-top: -20px;
}
.next {
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
}
.prev:hover,.next:hover {
    opacity: 0.8;
}
header.header.header--fixed + main > .banner {
    margin-top: 0;
}
header {
    transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    background-color 0.3s ease;
}

.header:not(.header--fixed) {
  position: relative;
}

.header--fixed {
  transform: translateY(0);
  opacity: 1;
}

h2.contacts__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    max-width: 554px;
    margin-bottom: 12px;
}
.contacts__text {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 32px;
    max-width: 505px;
}

h3.contacts__subtitle {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 25px;
}

.contacts__label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}

.contacts__value {
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.6);
}
.contacts__item {
    margin-bottom: 25px;
}
ul.breadcrumb__list {
    display: flex;
    gap: 12px;
}

a.breadcrumb__link {
    font-size: 15px;
    line-height: 23px;
    color: var(--green2);
}

li.breadcrumb__separator {
    color: rgba(45, 73, 1, .33);
}

span.breadcrumb__current {
    font-size: 15px;
    line-height: 23px;
    color: rgba(141, 141, 141, .8);
}

nav.breadcrumb {
    margin-top: 30px;
    margin-bottom: 20px;
}

h2.contacts__form-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 27px;
}
input.form__input {
    height: 46px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
}
.form__row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

select {
    width: 100%;
    height: 46px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 0 20px;
    max-width: 291px;
}

input.form__input {
    height: 46px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    width: 291px;
}

textarea.form__textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .3);
    padding: 15px 20px;
    height: 100px;
    
    display: block;
    margin-bottom: 20px;
}
.btn {
    border: none;
}
.btn--green {
    background-color: var(--green2);
    color: #fff;    
}
.form__submit {
    border-radius: 10px;   
    font-size: 14px;
    
}
.contacts__inner {
    display: flex;
    justify-content: space-between;
}

input.form__input:hover,
input.form__input:focus, 
textarea.form__textarea:hover,
textarea.form__textarea:focus,
select:hover,select:focus {
    border-color: #2D4901;
}
.partners__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
section.partners {
    padding: 100px 0;
}
.section__title {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 40px;
}

section.partners {
    padding: 80px 0;
    background: linear-gradient(to bottom, rgba(230, 236, 243, .3), rgba(230, 236, 243, 0.1));
}
.page__section {
    padding-bottom: 100px;
}
.page__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}
h2.wp-block-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    color: rgba(0, 0, 0, .8);
}
.page-content p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px 0;
}
.desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    font-size: 14px;
}
.title-gradient {
    background: var(--heading-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.service__title-header {
    font-size: 42px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service__subtitle {
    font-size: 18px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    max-width: 750px;
    margin-bottom: 20px;
}

.service__desc {
    font-size: 18px;
    line-height: 27px;
    max-width: 900px;
    margin-bottom: 40px;
}

h2.service__title {
    font-size: 42px;
    line-height: 63px;
    font-weight: 600;
}
.service__prices {
    padding: 60px 0;
}
.service__item {
    width: calc(25% - (90px / 4));
}
.service__item {
    width: calc(25% - (90px / 4));
    background-color: rgba(18, 84, 70, .03);
    border-radius: 20px;
    border: 1px solid rgba(18, 84, 70, .15);
    text-align: center;
    padding: 40px;
}
h4.service__title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service_desc {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.58);
}
.service__icon img {
    display: block;
    margin: 0 auto 20px;
}
.service-items {
    display: flex;
    gap: 30px;
}
.service__title {
    margin-bottom: 50px;
}
section.work-steps {
    padding: 83px 0 128px;
    background-color: #F8FAF9;
}
h2.work-steps__title.title-gradient {
    text-align: center;
    font-size: 42px;
    line-height: 63px;
    font-weight: 700;
}

.work-steps__circle {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3B887B;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    border: 1px solid #125446;
    margin: 0 auto 30px;
}
.work-steps__item {
    width: 33.33%;
    text-align: center;
}

.work-steps__items {
    display: flex;
    justify-content: center;
    align-items: start;
    position: relative;
    z-index: 1;
}
h2.work-steps__title {
    margin-bottom: 65px;
}
h3.work-steps__heading {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
.work-steps__text {
    padding: 0 60px;
}
.work-steps__line {
    height: 2px;
    background-color: #000;
    width: calc(100% - 33.33%);
    margin: 0 auto;
    border-radius: 10px;
    background-color: rgba(18, 84, 70, .33);
    position: relative;
    top: 36px;
}
section.pricing-info {
    padding: 120px 0;
}
p.pricing-info__text {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
a.pricing-info__button {
    background-color: #125446;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    display: block;
    max-width: 510px;
    text-align: center;
    margin: 50px auto 0;
}
a.pricing-info__button:hover {
    background-color: #000;
}
a {
    transition: background-color .3s ease;
}
.h2-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
}
.list {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.list__item {
    display: flex;
    align-items: start;
    line-height: 25px;
    gap: 15px;
}
.list__item::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    min-width: 25px;
    background-image: url(img/check-ic.svg);
    background-size: contain;
    background-position: center;
}
.service__title-header {
    font-size: 42px;
    line-height: 63px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 970px;
}
.note {
    max-width: 100%;
    margin: 70px auto;
    border: 1px solid rgba(18,84,70,.15);
    border-radius: 10px;
    padding: 40px;
    background-color: rgba(18,84,70,.04);;
}
.h4-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 12px;
}
a.pricing-info__button.align-left {
    margin: 60px 0;
}
.w100 {
    max-width: 100%;
}
table.table tr, table.table tr td, table.table tr th {
    border: 1px solid rgba(18, 84, 70, .15);
    padding: 20px;
}
table.table {
    width: 100%;
    text-align: left;
    background-color: rgba(18, 84, 70, .03);
}
table.table tr th {
    font-weight: 700!important;
    color: var(--green1);
    
}
.important {
    text-align: center;
    margin-top: 70px;
    font-weight: 700;
}
li.list__item strong {
    font-weight: 600;
    color: var(--green1);
}
form.form.form--contacts .form__field {
    width: 100%;
    margin-bottom: 0;
}
.important2 {
    margin-top: 40px;
}

.important2 strong {
    color: var(--green1);
    font-weight: 700;
}
li.list__item.list-blocks__item {
    width: calc(25% - (90px / 4));
    text-align: center;
    background-color: rgba(18, 84, 70, .03);
    border: 1px solid rgba(18, 84, 70, .15);
    border-radius: 15px;
    padding: 40px;
    align-items: start;
    justify-content: center;
    gap: 0;
    font-size: 15px;
}
ul.list.list-blocks {
    display: flex;
    gap: 30px;
    flex-direction: row;
    font-size: 11px;
}
li.list__item.list-blocks__item strong {
    display: block;
    font-size: 18px;
    margin-bottom: 8px;
}
li.list__item.list-blocks__item::before {
    display: none;
}
ul.list.list-blocks.col3 > li {
    width: calc(33.33% - (60px / 3));
}
.form__response {
    padding: 40px 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 111111;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}
.modal__inner {
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
}
.form__field {
    margin-bottom: 20px;
}
form.form.form--callback button {
    width: 100%;
}
.form__response {
    padding: 0;
    text-align: center;
}
.close-btn {
    position: absolute;
    top: -20px;
    right: -20px;
}
.close-btn:hover {
    cursor: pointer;
}
.close-btn svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    
}
form.form.form--callback {
    position: relative;
}
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
}
/* активное состояние */
.modal.active {
    visibility: visible;
    opacity: 1;
}
input.form__input {
    width: 100%;
}
.modal .form__response {
    max-width: 291px;
}
/* анимация самого окна */
.modal__inner {
    background: #fff;
    padding: 30px;
    border-radius: 12px;

    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.modal.active .modal__inner {
    transform: translateY(0);
}
label.calc-hero__agree input:checked + span::after {
    content: '';
    display: block;
    width: 9px;
    height: 10px;
    background-color: var(--green1);
    position: absolute;
    border-radius: 2px;
    left: 5px;
    top: 5px;
}
label.calc-hero__agree {
    position: relative;
}
.calc-hero .form__response {
    display: block;
    text-align: left;
    margin-top: 40px;
    padding: 0px;
    max-width: 370px;
}
ul.submenu {
    position: absolute;
    width: 460px;
    background-color: #fff;
    padding: 30px;
    top: 25px;
    border-radius: 15px;
}
ul.submenu li a {
    color: #333;
}
ul.submenu li a:hover {
    color: var(--green1)
}

ul.submenu li:last-child a {
    display: block;
    padding: 10px 0;
}
ul.submenu li:not(:last-child) a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
li.header__menu-item {
    position: relative;
}

ul.submenu {
    opacity: 0;
    visibility: hidden;
}
li.header__menu-item:hover ul.submenu {
    opacity: 1;
    visibility: visible;
}
.footer__left {
    max-width: 650px;
}
.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

@media screen and (max-width: 1400px){
    h1.banner__title {
        font-size: 28px;
    }
    .banner__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .banner__desc {
        margin-top: 15px;
    }
    .banner__btn {
        padding: 12.5px 34.5px;
        margin-bottom: 20px;
    }
    .banner__desc {
        font-size: 14px;
        line-height: 20px;
        max-width: 582px;
        margin-bottom: 31px;
        color: rgba(0, 0, 0, 0.8);
        margin-top: 33px;
    }
    .calc-hero__image {
        position: absolute;
        right: -60px;
        bottom: -105px;
        max-width: 492px;
        opacity: 0.9;
    }
    .container {
        max-width: 1440px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .prev,.next {
        z-index: 111;
    }
    .services__item {
        padding: 55px;
    }
}
@media screen and (max-width: 1300px){
    h1.banner__title {
        font-size: 26px;
    }
    .services__tit {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
        color: #125446;
    }
    .calc-hero__input {
        width: 200px;
    }
    .calc-hero__image {
        max-width: 352px;
    }
    .calc-hero {
        padding: 65px 0;
    }
    .calc-hero__image {
        bottom: -65px;
        max-width: 352px;
        opacity: 0.9;
    }
    .services__tit {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        color: #125446;
    }

}

@media screen and (min-width: 1101px){
    .mob-btn {
        display: none;
    }
    .close-menu {
        display: none;
    }
    
}
@media screen and (max-width: 1100px){
    ul.submenu {
        opacity: 1;
        visibility: visible;
        position: static;
        width: 100%;
        padding: 10px;
    }
    
    ul.submenu li a {
        color: #333;
        font-size: 14px;
    }
    .close-menu {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .close-menu svg {
        width: 20px;
        height: 20px;
    }
    nav.header__nav {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fff;
        z-index: 1111111;
        width: 100%;
        height: 100%;
        padding: 50px 20px;
        display: none !important;
    }
    .header__menu-item {
        display: flex;
        gap: 9px;
        width: 100%;
        flex-direction: column;
    }
    .header__menu-item::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #E8E8E8;
    }
    ul.header__menu {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }
    .banner__right {
        width: 604px;
        position: absolute;
        right: -209px;
    }
    .banner {
        overflow: hidden;
    }
    .services__item {
        padding: 25px;
    }
    .services__desc {
        font-size: 18px;
        line-height: 26px;
        color: #444444;
    }
    .calc-hero__agree-text {
        display: flex;
        gap: 14px;
        cursor: pointer;
        font-size: 14px;
        line-height: 20px;
    }
    .calc-hero__image {
        bottom: -65px;
        max-width: 272px;
        opacity: 0.9;
        right: -30px;
    }
    .calc-hero__title {
        font-size: 38px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 55px;
    }
    nav.header__nav {
        display: none;
    }
    .banner__right {
        display: none;
    }
    .banner__left {
        width: 100%;
    }
    img.services__icon {
        min-width: 45px;
        width: 45px;
    }
    .services__tit {
        font-size: 15px;
        line-height: 22px;
        font-weight: 600;
        color: #125446;
    }
    .services__desc {
        font-size: 14px;
        line-height: 20px;
        color: #444444;
    }
    .mob-btn {
        gap: 7px;
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .mob-btn span {
        width: 30px;
        height: 2px;
        background-color: var(--green1);
        display: block;
    }
    nav.header__nav.active {
        display: block!important;
    }
}
@media screen and (max-width: 767px) {
    .calc-hero__title {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
        margin-bottom: 55px;
    }
    .calc-hero__fields {
        display: flex;
        gap: 20px;
        margin-bottom: 14px;
        flex-direction: column;
    }
    .calc-hero__input {
        width: 100%;
    }
    .calc-hero__title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin-bottom: 35px;
    }
    .calc-hero {
        padding: 50px 0;
    }
    .calc-hero__image {
        display: none;
    }
    .calc-hero__agree-text::before {
        min-width: 20px;
    }
    .calc-hero__button {
        width: 100%;
    }
    .container.footer__container {
        flex-direction: column;
        justify-content: start;
    }
    .footer__right {
        width: 100%;
        margin-top: 10px;
    }
    .container {
        max-width: 1440px;
        padding: 0 20px;
        margin: 0 auto;
    }
    a.header__logo {
        width: 100px;
        display: block;
    }
    svg.top-header__icon {
        width: 15px;
        height: 15px;
    }
    .top-header__schedule, .top-header__phone {
        gap: 4px;
    }
    .btn {
        padding: 5.5px 15.5px;
        border-radius: 5px;
        line-height: 24px;
        display: inline-block;
        transition: opacity .5s ease;
        font-size: 14px;
    }
    .banner {
        margin-top: -61px;
    }
    h1.banner__title {
        font-size: 32px;
        line-height: 41px;
    }
    .banner {
        padding: 91px 0 0px 0;
    }
    .prev {
        position: absolute;
        left: 10px;
        top: 50%;
        cursor: pointer;
        margin-top: -15px;
        width: 30px;
    }
    .next {
        position: absolute;
        right: 10px;
        top: 50%;
        cursor: pointer;
        margin-top: -15px;
        width: 30px;
    }

    .services {
        padding: 30px 0 30px;
        background: linear-gradient(180deg, rgba(230, 236, 243, 1) 0%, rgba(230, 236, 243, 0.5) 100%);
    }
    .advantages {
        padding: 60px 0;
    }
    .section__title {
        font-size: 34px;
        line-height: 45px;
        font-weight: 700;
        margin-bottom: 40px;
    }

    .services__price {
        padding: 10px;
        margin-top: 33px;
        text-align: center;
        background-color: rgba(18, 84, 70, .04);
        font-size: 19px;
        line-height: 24px;
        color: #3a887b;
        font-weight: 600;
    }
   
    .advantages__cell {
        width: 100%;
    }
    .advantages__row {
        display: flex;
        padding: 20px 20px;
        border-top: none;
        flex-direction: column;
        gap: 10px;
    }
    .advantages__cell--value {
        font-size: 16px;
        min-height: 52px;
        line-height: 26px;
        color: rgba(0, 0, 0, 0.8);
    }
    .contacts__inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .form__row {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        flex-direction: column;
    }
    select {
        width: 100%;
        height: 46px;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        padding: 0 20px;
        max-width: 100%;
    }
    input.form__input {
        height: 46px;
        width: 100%;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, 0.3);
        color: #000;
        padding: 0 20px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
    }
    section#contacts {
        padding-bottom: 50px;
    }
    .partners__logo {
        max-width: 34%;
    }
    .partners__logos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
    }
    section.partners {
        padding: 40px 0;
        background: linear-gradient(to bottom, rgba(230, 236, 243, .3), rgba(230, 236, 243, 0.1));
    }
    .service__title-header {
        font-size: 22px;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 20px;
        max-width: 970px;
    }
    .service__title-header {
        font-size: 20px;
        line-height: 33px;
        font-weight: 700;
        margin-bottom: 20px;
        max-width: 970px;
    }
    .service__desc {
        font-size: 16px;
        line-height: 27px;
        max-width: 900px;
        margin-bottom: 40px;
    }
    ul.list.list-blocks {
        flex-direction: column;
    }
    li.list__item.list-blocks__item {
        width: 100%;
    }
    .page__section {
        padding-bottom: 30px;
    }
    ul.list.list-blocks.col3 > li {
        width: 100%;
    }
    ul.list.list-blocks {
        flex-direction: column;
    }
    .service-items {
        flex-direction: column;
    }
    h2.service__title {
        font-size: 42px;
        line-height: 50px;
        font-weight: 600;
    }
    .service__item {
        width: 100%;
    }
    .service__prices {
        padding: 30px 0;
    }
    .work-steps__items {
        flex-direction: column;
    }
    .work-steps__item {
        width: 100%;
        text-align: center;
    }
    .work-steps__items {
        gap: 40px;
    }
    .work-steps__line {
        display: none;
    }
    p.pricing-info__text {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }
    section.work-steps {
        padding: 73px 0 68px;
        background-color: #F8FAF9;
    }
    .page-content--thanks {
        width: 100%;
    }
    .page__title--thanks {
        text-align: center;
        font-size: 30px;
        line-height: 120%;
        font-weight: 700;
        margin-top: 90px;
    }
}

.form__response {
    display: none!important;
}