/*!
    Theme Name: Adomed
*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap);

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.container {
    width: 1118px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

/*!
 * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

* {
    font-family: Montserrat, sans-serif
}

body.no-scroll {
    overflow: hidden
}

.rights {
    background: linear-gradient(270deg, rgba(39, 74, 148, .1) 0, rgba(62, 209, 235, .0929412) 100%);
    padding: 20px 0;
    text-align: right
}

.title {
    font-weight: 700;
    font-size: 64px;
    width: max-content;
    line-height: 65px;
    background: linear-gradient(270deg, #2C62D6 0, rgba(62, 209, 235, .843137) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative
}

.title.right::after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, #2C62D6 0, rgba(62, 209, 235, .843137) 100%);
    height: 5px;
    left: 0;
    bottom: -10px;
    right: -200%
}

.title.left::after {
    content: "";
    position: absolute;
    background: linear-gradient(270deg, 2C62D6 0, rgba(62, 209, 235, .843137) 100%);
    height: 5px;
    right: 0;
    bottom: -10px;
    left: -200%
}

@media (max-width:992px) {
    .title {
        font-size: 32px
    }

    .title.right::after {
        right: -1000%
    }
}

@media (max-width:768px) {
    .rights {
        text-align: center
    }
}

.header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1019607843);
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff
}

.header__top {
    background: linear-gradient(270deg, #2C62D6 0, rgba(127, 199, 234, .843137) 100%)
}

.header__wrapper {
    display: flex;
    justify-content: center;
    padding: 14.5px 0;
    color: #fff;
    gap: 20px
}

.header__wrapper>div {
    display: flex;
    gap: 15px
}

.header__wrapper a {
    display: flex;
    align-items: center;
    gap: 20px
}

.header__wrapper a,
.header__wrapper span {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none
}

.header__wrapper a img,
.header__wrapper span img {
    width: 26px;
    max-width: 26px;
    min-width: 26px;
    height: 26px;
    max-height: 26px;
    min-height: 26px
}

.header__wrapper a:hover,
.header__wrapper span:hover {
    color: #fff
}

.header__wrapper-link-text {
    color: #222;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase
}

.header__mobile {
    display: none
}

.header__bottom {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 30px
}

.header__bottom-menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
    list-style-type: none
}

.header__bottom-menu ul a {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none
}

.header__bottom-menu ul a:hover {
    color: #222;
    text-decoration: none
}

.header__bottom-lang {
    display: flex;
    list-style-type: none;
    gap: 15px;
    margin: 0;
    padding: 0
}

.header__bottom-lang li.current-lang a {
    font-weight: 700;
    color: #2C62D6
}

.header__bottom-lang li.current-lang a:hover {
    color: #fb6d6d;
    text-decoration: none
}

.header__bottom-lang a {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #7a7a7a
}

.header__bottom-lang a:hover {
    color: #7a7a7a;
    text-decoration: none
}

.header__bottom-burger {
    display: none
}

.header__bottom-logo {
    max-width: 290px
}

.header__bottom-logo img {
    width: 100%
}

@media (max-width:1030px) {
    .header__bottom {
        padding: 17px 0
    }

    .header__bottom-logo img {
        width: 180px
    }
}

@media (max-width:992px) {
    .header__bottom-menu {
        display: none
    }

    .header__bottom-lang {
        flex-direction: column;
        gap: 2px
    }

    .header__bottom-switch {
        display: flex;
        gap: 25px;
        align-items: center
    }

    .header__bottom-burger {
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 3px;
        background: #d9d9d9;
        border-radius: 5px;
        transition: all .2s ease
    }

    .header__bottom-burger span {
        width: 12px;
        height: 1px;
        background: #2C62D6
    }

    .header__bottom-burger.active {
        gap: 0
    }

    .header__bottom-burger.active span:nth-child(3) {
        display: none
    }

    .header__bottom-burger.active span:nth-child(1) {
        transform: rotate(45deg)
    }

    .header__bottom-burger.active span:nth-child(2) {
        transform: rotate(-45deg);
        position: relative;
        top: -1px
    }

    .header__mobile {
        padding: 20px 0
    }

    .header__mobile .header__bottom-menu ul {
        flex-direction: column;
        gap: 15px
    }

    .header__mobile.active {
        display: block
    }

    .header__mobile.active .header__bottom-menu {
        display: block
    }
}

@media (max-width:768px) {
    .header__wrapper-link-text {
        display: none !important
    }

    .header__wrapper>div {
        gap: 8px
    }

    .header__wrapper a {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        text-decoration: underline
    }

    .header__bottom-lang a {
        font-size: 14px
    }
}

@media (max-width:450px) {
    .header__wrapper span {
        display: none
    }
}

.hero__owl .owl-nav {
    display: none
}

.hero__owl .owl-dots {
    display: none
}

.hero__item {
    height: 750px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hero__title {
    font-weight: 700;
    font-size: 64px;
    line-height: 65px;
    color: #fb6d6d;
    margin-bottom: 60px
}

.hero__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #fb6d6d;
    margin-bottom: 60px
}

.hero .btn {
    bottom: 170px;
    position: absolute;
    gap: 20px;
    min-width: 339px;
    max-width: -moz-fit-content;
    max-width: fit-content;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    text-decoration-line: underline;
    text-transform: uppercase;
    padding: 15px 20px
}

.hero .btn:last-child {
    margin-top: 15px
}

@media (max-width:1200px) {
    .hero__item {
        height: 570px
    }

    .hero .btn {
        bottom: 20%;
        left: 15%
    }
}

@media (max-width:992px) {
    .hero__item {
        height: 470px
    }

    .hero__title {
        font-weight: 700;
        font-size: 32px;
        line-height: 30px;
        margin-bottom: 20px
    }

    .hero__text {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 25px;
        max-width: 70%
    }

    .hero .btn {
        gap: 5px
    }
}

@media (max-width:930px) {
    .hero .btn {
        left: 10%
    }
}

@media (max-width:768px) {
    .hero__item {
        height: 585px
    }

    .hero .btn {
        bottom: 10%;
        gap: 12px;
        min-width: 204px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        font-size: 16px;
        padding: 7px 10px
    }

    .hero .btn .pho {
        width: 20px;
        max-width: 20px;
        min-width: 20px;
        height: 20px;
        max-height: 20px;
        min-height: 20px
    }

    .hero .pc {
        display: none
    }

    .hero .mob {
        display: block
    }
}

@media (max-width:480px) {
    .hero .btn {
        bottom: 15%
    }

    .hero__item {
        height: 470px
    }
}

.btn {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #fb6d6d;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .2509803922);
    border-radius: 10px;
    width: max-content;
    align-items: center;
    cursor: pointer
}

@media (max-width:992px) {
    .btn {
        font-weight: 600;
        font-size: 12px;
        line-height: 16px;
        padding: 10px 10px
    }
}

.consultation {
    scroll-margin-top: 100px;
    background: linear-gradient(270deg, #2C62D6 0, #7FC7EA 100%);
    padding: 20px 0
}

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

.consultation__wrapper-text {
    width: 610px
}

.consultation__wrapper-text span {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    color: rgba(255, 255, 255, .5)
}

.consultation__wrapper-text span:nth-child(2) {
    display: flex;
    justify-content: flex-end
}

.consultation.specialist span:nth-child(2) {
    text-align: center;
    display: block
}

.consultation.specialist span:nth-child(3) {
    text-align: right
}

.consultation form input {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    outline: 0;
    border: none;
    height: 60px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2C62D6
}

.consultation form input::placeholder {
    color: #2C62D6
}

.consultation form .btn {
    width: 100%;
    outline: 0;
    border: none;
    margin-top: 25px
}

.consultation form .wpcf7-response-output {
    max-width: 380px;
    margin-top: 20px;
    color: #fff
}

@media (max-width:1200px) {
    .consultation__wrapper-text {
        width: 450px
    }
}

@media (max-width:992px) {
    .consultation__wrapper-text {
        width: unset
    }

    .consultation form input {
        height: 40px;
        width: 100%
    }
}

@media (max-width:992px) {
    .consultation__wrapper {
        flex-direction: column;
        gap: 15px
    }

    .consultation__wrapper-text span {
        text-align: center !important;
        font-size: 28px;
        line-height: 30px
    }
}

.advantages {
    scroll-margin-top: 100px;
    padding-top: 90px;
    padding-bottom: 115px
}

.advantages__wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.advantages__wrapper-item {
    display: flex;
    justify-content: center
}

.advantages__wrapper-item img {
    display: block;
    max-width: 100%
}

@media (max-width:992px) {
    .advantages {
        padding: 50px 0
    }

    .advantages__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .advantages__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }

    .advantages__wrapper-item img {
        margin: 0 auto 40px
    }
}

.about {
    scroll-margin-top: 100px;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 220px;
    background: linear-gradient(270deg, rgba(127, 199, 234, .1) 0, rgba(44, 98, 214, .0929412) 100%)
}

.about .container {
    display: flex
}

.about__wrapper {
    width: 520px;
    margin-left: auto
}

.about__img {
    max-width: 622px;
    margin-bottom: -220px
}

.about__img img {
    width: 100%
}

.about__descr {
    margin-top: 46px
}

.about__descr svg {
    width: 100%
}

.about__descr .mob {
    display: none
}

.about .bg-mobile {
    display: none
}

@media (max-width:992px) {
    .about {
        padding-top: 40px;
        padding-bottom: 120px;
        position: relative
    }

    .about__wrapper {
        width: auto;
        margin-left: unset
    }

    .about__descr {
        margin-top: 0
    }
}

@media (max-width:768px) {
    .about .container {
        flex-direction: column
    }

    .about__img {
        position: relative;
        left: -70px;
        order: 1;
        margin-bottom: -125px
    }

    .about__img img {
        max-width: 300px
    }

    .about__descr {
        margin-bottom: 20px;
        margin-top: 20px
    }
}

@media (max-width:480px) {
    .about__descr .pc {
        display: none
    }

    .about__descr .mob {
        display: block
    }
}

.services {
    scroll-margin-top: 100px;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 120px
}

.services__wrapper {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 30px;
    column-gap: 20px
}

.services__wrapper-item {
    display: flex;
    width: 100%;
    cursor: pointer;
    justify-content: center
}

.services__wrapper-item img {
    max-width: 257px;
    width: 100%
}

.services__wrapper-item:hover {
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media (max-width:992px) {
    .services {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .services__wrapper {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:576px) {
    .services__wrapper {
        grid-template-columns: repeat(1, 1fr)
    }

    .services__wrapper-item svg {
        margin-bottom: 20px
    }
}

.review {
    scroll-margin-top: 100px;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px
}

.review .title {
    margin-left: auto
}

.review .title br {
    display: none
}

.review__wrapper {
    position: relative;
    margin-top: 70px
}

.review__wrapper-item {
    max-width: 680px;
    margin: 0 auto;
    background: linear-gradient(270deg, rgba(66, 139, 51, .1) 3.95%, rgba(51, 190, 215, .1) 103.95%);
    border-radius: 20px
}

.review__wrapper-item .mob {
    display: none !important
}

.review__wrapper .owl-stage {
    display: flex;
    align-items: center
}

.review__wrapper .owl-dots {
    display: none
}

.review__wrapper .owl-nav button {
    background: #2C62D6 !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: 0;
    border-radius: 10px
}

.review__wrapper .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    position: absolute;
    left: 0
}

.review__wrapper .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    position: absolute;
    right: 0
}

@media (max-width:992px) {
    .review {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .review .owl-nav {
        display: none
    }

    .review__wrapper .owl-stage {
        display: flex;
        align-items: flex-start
    }
}

@media (max-width:768px) {
    .review__wrapper-item .pc {
        display: none !important
    }

    .review__wrapper-item .mob {
        display: block !important
    }
}

@media (max-width:576px) {
    .review .title {
        margin-left: unset;
        line-height: 30px
    }

    .review .title br {
        display: block
    }
}

.intouch {
    scroll-margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative
}

.intouch .title br {
    display: none
}

.intouch__wrapper {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px
}

.intouch__item {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    gap: 50px;
    align-items: center
}

.intouch__item a {
    font-weight: 700;
    font-size: 40px;
    line-height: 26px;
    color: #000;
    text-decoration: none
}

.intouch__item a:hover {
    text-decoration: none;
    color: #000
}

.intouch__item p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px
}

.intouch__item svg {
    width: 80px;
    height: 80px
}

.intouch .container {
    position: relative;
    z-index: 2
}

.intouch .btn {
    gap: 20px;
    margin-top: 50px;
    margin-left: 130px;
    padding: 14.5px 20px;
    color: #fff;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    min-height: 60px
}

.intouch .bg-mobile {
    display: none
}

@media (max-width:1200px) {
    .intouch .btn {
        margin-top: 30px
    }
}

@media (max-width:992px) {
    .intouch__item svg {
        width: 50px
    }

    .intouch__item {
        gap: 25px
    }

    .intouch__item p {
        font-size: 16px
    }

    .intouch__wrapper {
        gap: 25px
    }

    .intouch__item a {
        font-size: 20px
    }

    .intouch .btn {
        margin-left: 0
    }
}

@media (max-width:768px) {
    .intouch {
        background: linear-gradient(270deg, rgba(127, 199, 234, .1) 0, rgba(44, 98, 214, .0929412) 100%);
        padding-bottom: 235px
    }

    .intouch .btn {
        gap: 10px;
        padding: 14.5px 20px;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        text-transform: uppercase;
        min-height: 40px
    }

    .intouch .bg-mobile {
        right: 0;
        bottom: 0;
        display: block;
        position: absolute;
        z-index: 1
    }
}

@media (max-width:576px) {
    .intouch .title {
        line-height: 30px;
        text-align: right;
        width: 100%
    }

    .intouch .title br {
        display: block
    }
}

.footer {
    padding: 25px 0
}

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

.footer__wrapper img {
    max-width: 341px
}

@media (max-width:992px) {
    .footer__wrapper {
        flex-direction: column;
        gap: 30px
    }

    .footer .header__bottom-menu {
        display: block
    }
}

@media (max-width:768px) {
    .footer .header__bottom-menu ul {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 15px
    }
}

.modal {
    display: none;
    z-index: 150;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 1s;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(97, 82, 82, .3294117647)
}

.modal__content {
    position: relative;
    transition: all 1s;
    width: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    background: linear-gradient(270deg, #2C62D6 0, #3ed1eb 100%);
    border-radius: 20px
}

.modal__content-close {
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer
}

.modal__content-title {
    font-weight: 700;
    font-size: 26px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 15px
}

.modal__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.modal__content-policy {
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 12px;
    display: block
}

.modal__content input {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    border-radius: 10px;
    outline: 0;
    border: none;
    height: 60px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #2C62D6;
    width: 100%
}

.modal__content input::placeholder {
    color: #2C62D6
}

.modal__content .wpcf7-form-control-wrap {
    margin-bottom: 30px;
    display: block
}

.modal__content .btn {
    width: 100%;
    outline: 0;
    border: none
}

.modal.active {
    display: block
}

@media (max-width:576px) {
    .modal {
        z-index: 300001 !important
    }

    .modal__content {
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px
    }
}

.callback {
    width: 80px;
    cursor: pointer;
    height: 80px;
    border-radius: 100%;
    background: #47b447;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3
}

.callback svg {
    width: 35px
}

.callback-back {
    width: 99px !important;
    position: absolute;
    height: 99px
}

.callback-back circle:nth-child(1) {
    fill: #2a405d;
    fill-opacity: .06
}

.callback-back circle:nth-child(2) {
    fill: #ef6e6e !important
}

.callback-phone {
    position: absolute
}

.callback-phone path {
    animation: bingc-phone-button-animation 5s ease-in-out infinite;
    transform-origin: 50% 50%
}

@media (max-width:992px) {
    .callback-back {
        width: 80px !important;
        height: 80px
    }

    .callback {
        bottom: 10% !important;
        right: 5% !important;
        width: 60px;
        height: 60px
    }

    .callback svg {
        width: 25px
    }
}

@media (max-width:576px) {
    .callbackkiller {
        display: none !important
    }
}