@font-face {
    font-family: 'Squad';
    src: url(../fonts/Squad-Bold.eot);
    src: url(../fonts/Squad-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Squad-Bold.woff2) format("woff2"), url(../fonts/Squad-Bold.woff) format("woff"), url(../fonts/Squad-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Squad';
    src: url(../fonts/Squad-Regular.eot);
    src: url(../fonts/Squad-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Squad-Regular.woff2) format("woff2"), url(../fonts/Squad-Regular.woff) format("woff"), url(../fonts/Squad-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Squad';
    src: url(../fonts/Squad-SemiBold.eot);
    src: url(../fonts/Squad-SemiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Squad-SemiBold.woff2) format("woff2"), url(../fonts/Squad-SemiBold.woff) format("woff"), url(../fonts/Squad-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Squad';
    src: url(../fonts/Squad-SemiBoldItalic.eot);
    src: url(../fonts/Squad-SemiBoldItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/Squad-SemiBoldItalic.woff2) format("woff2"), url(../fonts/Squad-SemiBoldItalic.woff) format("woff"), url(../fonts/Squad-SemiBoldItalic.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Squad';
    src: url(../fonts/Squad-Black.eot);
    src: url(../fonts/Squad-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Squad-Black.woff2) format("woff2"), url(../fonts/Squad-Black.woff) format("woff"), url(../fonts/Squad-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0
}

::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

:-moz-placeholder {
    color: #000;
    opacity: 1
}

::-moz-placeholder {
    color: #000;
    opacity: 1
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1
}

body {
    font-family: 'Squad';
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
}

main {
    overflow-x: hidden;
}

body.page {
    margin: 0
}

img {
    max-width: 100%
}

a {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    text-decoration: none
}

button {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    text-decoration: none
}

svg path,
svg rect {
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

a:hover {
    text-decoration: none
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0
}

::-webkit-scrollbar {
    width: 7px
}

::-webkit-scrollbar-track {
    background: #E8E8E8
}

::-webkit-scrollbar-thumb {
    background: rgba(39, 39, 39)
}

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

.text_block a,
p a {
    text-decoration: underline;
    color: #1565D8;
    font-weight: 700
}

.text_block a:hover {
    text-decoration: none;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.header.sticky_header {
    z-index: 1020;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
}

.header.sticky_header .category-menu {
    height: calc(100% - 102px);
    top: 102px;
    padding: 2px 0 0
}

.header p {
    font-weight: 400;
    font-size: 18px;
    color: #0D2436
}

.header p span {
    color: red;
    font-weight: 700
}

.header .row {
    align-items: center
}

.header p {
    font-size: 8px;
    line-height: 15px;
    color: #0D2436
}

.header-info {
    margin-left: -36px;
    position: relative;
    top: -3px
}

.location p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #0D2436;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    position: relative;
    top: -4px
}

.location p img {
    margin-right: 10px
}

.location a {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
}

.contact a {
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    letter-spacing: .11em;
    color: #000;
    text-decoration: underline;
    display: inline;
}

.contact {
    margin-left: -30px;
    position: relative;
    top: -3px
}

.contact a img {
    margin-right: 16px
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header .nav-menu ul {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header .nav-menu ul li {
    list-style: none;
    position: relative;
    padding: 10px 20px
}

.header .nav-menu ul li .dropdown {
    position: absolute;
    width: 225px;
    /*height:428px;*/
    background: #E6EBF4;
    z-index: 99;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 100%;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0
}

.header .nav-menu ul li.has-child:hover>.dropdown {
    opacity: 1;
    visibility: visible
}

.header .nav-menu ul li .dropdown li {
    font-weight: 700;
    font-size: 12px;
    color: #455271;
    /*padding:20px 20px 0px 36px;*/
    padding: 10px 15px 0px 15px;
    width: 100%;
    position: initial
}

.header .nav-menu ul li .dropdown li>a {
    position: relative;
    width: 100%;
    display: inline-block
}

.header .nav-menu ul li .dropdown .drop-menu {
    position: absolute;
    top: 0;
    left: 100%;
    background: #F5F9FC;
    width: 272px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*height:428px;*/
    top: 0;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

/* .header .nav-menu > ul > li:last-child{display:none} */
.header .nav-menu ul li .dropdown li:hover>.drop-menu {
    opacity: 1;
    visibility: visible
}

.header .nav-menu ul li .dropdown>li.has-child a:after {
    content: url(../img/menu-arrow.svg);
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    z-index: 9
}

.header .nav-menu ul li .dropdown li:hover>a:before {
    display: none
}

.header .nav-menu ul li .dropdown li:hover>a {
    color: #5F86D6
}

.header .nav-menu ul li .dropdown li.has-child:hover>a:after {
    opacity: 1
}

.header .nav-menu ul li .dropdown li:hover .header .nav-menu ul li .dropdown .drop-menu li {
    width: 100%
}

.header .nav-menu ul li .dropdown .drop-menu li a {
    font-weight: 400
}

.header .nav-menu ul li:last-child {
    margin-right: 0
}

.header .nav-menu ul li a {
    font-size: 18px;
    line-height: 14px;
    color: #0D2436;
    position: relative
}

.header .nav-menu ul li a:before {
    content: "";
    width: 0;
    position: absolute;
    height: 2px;
    background-color: #5F86D6;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.header .nav-menu ul li a:hover:before {
    width: 100%
}

.header .nav-menu ul li.active a:before {
    width: 100%
}

.header input {
    font-family: "Squad";
    font-size: 12px;
    line-height: 14px;
    text-transform: capitalize;
    color: #000
}

.header .burger p {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: capitalize;
    color: #000
}

.soc-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.soc-link li {
    margin-right: 10px;
    list-style: none
}

.soc-link li:last-child {
    margin-right: 0
}

.top-header {
    position: relative;
    border-bottom: .5px solid #B7B7B7;
    padding: 16px 0 11px;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.widget-top {
    bottom: 0px;
    right: 25px;
    position: absolute;
}

.burger {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 25px
}

.burger img {
    margin-left: 9px
}

.search {
    position: relative;
    margin-left: -60px;
    left: -8px
}

.search input {
    height: 20px;
    border: none;
    border-bottom: .5px solid #000;
    width: 158px
}

.search button {
    position: absolute;
    background: transparent;
    border: 0;
    right: 0;
    top: 5px;
    cursor: pointer
}

.header-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.menu-drop {
    position: relative
}

body:before {
    transition-duration: .5s;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(13, 36, 54, 0.9);
    z-index: 200
}

.menu-drop:before {
    opacity: 1;
    visibility: visible
}

.category-menu {
    background: rgba(13, 36, 54, 0.9);
    position: fixed;
    height: calc(100% - 117px);
    width: 100%;
    top: 117px;
    z-index: 300;
    padding: 3px 0 0;
    display: none
}

.category-menu .dropdown {
    width: 487px;
    height: 528px;
    background: #E6EBF4;
    padding: 25px 0 0 37px;
    position: relative
}

.category-menu .dropdown li {
    list-style: none;
    margin: 0 0 13px;
    padding: 0 20px 0 0
}

.category-menu .dropdown li a {
    position: relative;
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    color: #455271;
    position: relative
}

.category-menu .dropdown li a:hover {
    color: #5F86D6
}

.category-menu .dropdown li .drop-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 623px;
    height: 528px;
    background: #F5F9FC;
    padding: 25px 0 0 31px;
    opacity: 0;
    visibility: hidden
}

.category-menu .dropdown li .drop-menu li {
    margin-bottom: 15px
}

.category-menu .dropdown li.has-child:hover>.drop-menu {
    opacity: 1;
    visibility: visible
}

.category-menu .dropdown>li.has-child a:after {
    content: url(../img/menu-arrow.svg);
    position: absolute;
    right: -28px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in;
    z-index: 9
}

.category-menu .dropdown li.has-child:hover>a:after {
    opacity: 1
}

.toggle {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    cursor: pointer
}

.toggle div {
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
    margin: 6px 0 6px auto;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.toggle.on div {
    width: 25px;
    margin: 3px 0 3px auto
}

.toggle .one {
    width: 20px
}

.toggle .three {
    width: 15px
}

.toggle.on .one {
    -webkit-transform: rotate(45deg) translate(3.5px, 3.5px);
    -ms-transform: rotate(45deg) translate(3.5px, 3.5px);
    transform: rotate(45deg) translate(3.5px, 3.5px)
}

.toggle.on .two {
    opacity: 0
}

.toggle.on .three {
    -webkit-transform: rotate(-45deg) translate(3.5px, -3.5px);
    -ms-transform: rotate(-45deg) translate(3.5px, -3.5px);
    transform: rotate(-45deg) translate(3.5px, -3.5px)
}

.menu_expand {
    overflow: hidden
}

.header .nav-menu ul li .dropdown li.back-btn {
    display: none
}

.top {
    overflow: hidden
}

.illustration {
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    top: -10px;
    left: -143px
}

.top-text {
    padding: 80px 0 82px
}

.top h1 {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.046em;
    color: #0D2436;
    margin: 0 0 50px
}

.top a.btn {
    width: 331px;
    margin: 0 0 34px
}

.top p {
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0D2436
}

.cta-block {
    background-image: url(../img/cta-bg-min.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px 23px 25px 65px;
    margin: 0 0 28px
}

.cta-block .row {
    align-items: center
}

.cta-block span {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #FFF
}

.cta-block p {
    font-size: 18px;
    line-height: 22px;
    color: #FFF
}

.cta-block a {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #A7C2F8;
    width: 331px;
    height: 55px;
    border: 2px solid #A7C2F8;
    box-sizing: border-box;
    box-shadow: 0 8px 15px rgba(234, 20, 20, 0.2)
}

.cta-block a:hover {
    background-color: #A7C2F8;
    color: #fff
}

.flex-end {
    display: flex;
    justify-content: flex-end
}

.we-help {
    padding: 41px 0 90px;
    background-image: url(../img/we-help-bg-min.jpg);
    background-size: cover;
    background-position: top center
}

.help-inner {
    background: #FFF;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    padding: 34px 65px 18px
}

.help-inner .row {
    margin: 0 -9px
}

.help-inner .row .col-lg-4 {
    padding: 0 9px
}

.we-help .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #000
}

.we-help h5 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-align: center;
    margin: 0 0 30px
}

.help-title-block {
    background: #A7C2F8;
    border-radius: 5px;
    height: 86px;
    position: relative;
    padding: 16px 0 0 162px;
    margin: 0 0 40px
}

.help-title-block img {
    position: absolute;
    top: -26px;
    left: -20px
}

.help-title-block-two img {
    top: -22px;
    left: -12px
}

.help-title-block-three img {
    top: -23px;
    left: -22px
}

.help-title-block-two {
    padding: 16px 0 0 157px
}

.help-title-block-three {
    padding: 16px 0 0 129px
}

.we-help .help-title-block h4 {
    font-weight: 700;
    font-size: 25px;
    line-height: 25px;
    color: #FFF;
    position: relative;
    z-index: 9
}

.we-help .help-item {
    padding: 13px 0;
    border-radius: 5px;
    margin: 0 0 27px;
    padding: 10px 55px 15px 30px;
    position: relative;
    cursor: default;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.we-help .help-item:hover {
    background: #A7C2F8
}

.we-help .help-item:before {
    content: "";
    background: #A7C2F8;
    border-radius: 5px 0 0 5px;
    height: 100%;
    width: 7px;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.we-help .help-item:hover:before {
    background: #7295DD
}

.we-help .help-item:hover>h6 {
    color: #fff
}

.we-help .help-item:hover>p {
    color: #fff
}

.we-help .help-item h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #000;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.we-help .help-item p {
    font-size: 16px;
    line-height: 17px;
    color: #000;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.form-help {
    background-image: url(../img/consultation-bg-min.jpg);
    background-size: cover;
    background-position: top center;
    padding: 107px 0 169px;
    position: relative;
    overflow: hidden
}

.form-help:before {
    content: url(../img/top-overlay-min.png);
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 9
}

.form-help:after {
    content: url(../img/bottom-overlay-min.png);
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9
}

.form-help .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFF;
    margin: 0 0 17px
}

.form-help h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    margin: 0 0 39px
}

.form-help h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    margin: 0 0 3px
}

.form-help a {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF
}

.form-help .form-tel {
    justify-content: center
}

.form-help .flex-center {
    margin: 0 0 44px
}

.form-help .form-tel input {
    width: 383px
}

.form-help .form-tel button {
    width: 286px
}

.form-help p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFF
}

.six-stages {
    margin: -38px 0 0;
    position: relative;
    z-index: 99;
    padding: 0 0 3px
}

.six-stages .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #0D2436;
    margin: 0 0 54px
}

.six-stages .stages-img {
    height: 108px;
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin: 0 0 22px
}

.six-stages .stages-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.six-stages .stages h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -.02em;
    color: #000;
    margin: 0 0 22px
}

.six-stages .stages p {
    font-size: 18px;
    line-height: 17px;
    color: #000;
    margin: 0 0 17px;
    letter-spacing: -.02em
}

.stage-text {
    margin: 0 0 14px
}

.stages {
    margin: 0 0 53px
}

.six-stages .stages span {
    display: block;
    margin-bottom: 10px;
}

.six-stages .stages a {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #1565D8
}

.six-stages .stages-img span {
    display: flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    margin: 0;
    color: #FFF;
    position: absolute;
    width: 39px;
    height: 39px;
    background: #84A4E4;
    border-radius: 50%;
    left: 26px;
    top: 50%;
    transform: translateY(-50%)
}

.licensed-clinics {
    background-image: url(../img/licensed-min.jpg);
    background-size: cover;
    background-position: bottom -80px center;
    position: relative;
    padding: 74px 0 27px;
    overflow: hidden
}

.licensed-clinics .container {
    max-width: 837px
}

.licensed-clinics:before {
    content: url(../img/top-overlay-min.png);
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 3
}

.licensed-clinics:after {
    content: url(../img/bottom-overlay-min.png);
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 3
}

.licensed-clinics .prev-h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 45px
}

.licensed-sld {
    z-index: 9
}

.licensed-sld .owl-stage-outer {
    padding-bottom: 40px
}

.licensed-sld .item img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    height: 212px;
    width: 100%;
    object-fit: cover
}

.licensed-sld .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center
}

.licensed-sld .owl-nav button {
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.licensed-sld .owl-nav button:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2)
}

.licensed-sld .owl-nav button:hover svg path {
    fill: #0D2436
}

.how-start {
    padding: 33px 0 30px
}

.how-start .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 52px
}

.blue-start {
    background: #A7C2F8;
    border-radius: 160px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 10px 6px 139px;
    margin: 0 0 30px;
    cursor: default
}

.blue-start:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.how-start .blue-start h3 {
    font-weight: 900;
    font-size: 42px;
    line-height: 50px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 15px;
    letter-spacing: -.01em
}

.how-start .blue-start p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFF
}

.blue-start-img {
    width: 89px;
    text-align: center;
    margin-right: 5px
}

.how-start a.btn {
    width: 286px;
    height: 42px
}

.blue-group .blue-start:nth-child(even) {
    background: #84A4E4;
    border-radius: 0 160px
}

.blue-group {
    margin: 0 0 50px
}

.low-prices {
    padding: 50px 0 30px
}

.low-prices .container {
    position: relative;
    z-index: 99
}

.inner_page h1,
.low-prices .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #183B56;
    text-align: center;
    margin: 0 0 53px
}

.low-prices-img {
    margin: -131px 0 0 164px !important;
    border-radius: 0% 50% 0% 25% !important
}

.conditions {
    position: relative;
    padding: 12px 0 0 96px;
    margin: 0 0 30px
}

.low-prices .conditions span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    display: flex;
    position: absolute;
    width: 49px;
    height: 49px;
    justify-content: center;
    align-items: center;
    background-image: url(../img/span-bg.svg);
    background-size: cover;
    background-position: center;
    left: 7px;
    top: 3px
}

.low-prices .conditions .prev-h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 0 0 16px
}

.low-prices .conditions p {
    font-size: 18px;
    line-height: 17px;
    color: #000;
    margin: 0 0 17px
}

.low-prices .conditions .prev-h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 17px;
    color: #000
}

.low-prices .conditions a {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #1565D8;
    position: relative;
    top: -4px
}

.low-prices .conditions a:hover {
    text-decoration: none
}

.best-offers {
    padding: 34px 0 0;
    position: relative
}

.best-offers:before {
    content: "";
    height: calc(100% + 410px);
    background-image: url(../img/best-offers-bg-min.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    bottom: -123px;
    left: 0;
    right: 0;
    position: absolute
}

.best-offers .container {
    position: relative;
    z-index: 99
}

.best-offers .container .row .col-lg-12 span {
    font-family: Squad;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #183B56;
    margin: 0 0 59px;
    display: block;
}

.best-offers h2 {
    font-family: Squad;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #183B56;
    margin: 0 0 59px
}

.review {
    background-image: url(../img/review-bg-min.jpg);
    background-size: cover;
    background-position: top -100px center;
    position: relative;
    overflow: hidden;
    padding: 183px 0 62px
}

.review .container {
    max-width: 850px;
    position: relative;
    z-index: 99
}

.review:before {
    content: url(../img/overlay-top-r-min.png);
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 9
}

.review:after {
    content: url(../img/overlay-bottom-r-min.png);
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9
}

.review .prev-h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 56px
}

.review p {
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #FFF;
    margin: 0 0 55px
}

.review .prev-h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    margin: 0 0 13px
}

.review h6 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFF;
    margin: 0 0 85px
}

.review-sld .item img {
    width: auto;
    margin: 0 0 49px
}

.review-sld .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center
}

.review-sld .owl-nav button {
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    margin: 0 6px;
    display: flex;
    justify-content: center;
    align-items: center
}

.review-sld .owl-nav button svg path {
    fill: #fff
}

.review-sld .owl-nav button:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-color: #fff
}

.review-sld .owl-nav button:hover svg path {
    fill: #0D2436
}

.form-anonim {
    padding: 57px 0 30px
}

.form-anonim .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #183B56;
    margin: 0 0 9px
}

.form-anonim .prev-h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 0 0 18px
}

.form-anonim .prev-h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000;
    margin: 0 0 3px
}

.form-anonim a {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000
}

.form-anonim .flex-center {
    margin-bottom: 25px
}

.form-anonim .form-tel {
    justify-content: center;
    margin: 0 0 21px
}

.form-anonim .form-tel input {
    background: #E8E8E8;
    box-shadow: none;
    width: 383px;
    padding-left: 41px
}

.form-anonim .form-tel button {
    box-shadow: none;
    width: 286px
}

.form-anonim p {
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000
}

.history {
    padding: 38px 0 0;
    background-image: url(../img/history-bg-min.jpg);
    background-size: contain;
    background-position: bottom -75px center;
    background-repeat: no-repeat
}

.history .container {
    position: relative;
    z-index: 99
}

.history p {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .01em;
    color: #757575;
    margin: 0 0 10px;
    text-align: justify
}

.history-text {
    padding: 26px 0 0 9px
}

.history-img {
    margin-top: -76px;
    margin-left: 33px
}

.history-bottom-text {
    margin-top: 89px
}

.history .history-bottom-text p {
    letter-spacing: normal
}

.history-stage {
    margin: 0 0 38px
}

.history h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 30px
}

.form-support {
    background-image: url(../img/support-bg-min.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: -53px;
    padding: 173px 0 0
}

.form-support .container {
    z-index: 99;
    position: relative
}

.form-support:before {
    content: url(../img/overlay-top-r-min.png);
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 9
}

.form-support:after {
    content: url(../img/overlay-bottom-r-min.png);
    position: absolute;
    bottom: 147px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9
}

.form-support .prev-h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 0 16px
}

.form-support .prev-h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #FFF;
    margin: 0 0 36px
}

.form-support .prev-h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    margin: 0 0 2px
}

.form-support a {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF
}

.form-support .flex-center {
    margin: 0 0 45px
}

.form-support .form-tel {
    justify-content: center
}

.form-support .form-tel input {
    width: 383px
}

.form-support .form-tel button {
    width: 286px
}

.features {
    padding: 51px 0 32px
}

.features .container {
    position: relative;
    z-index: 99
}

.features h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 28px
}

.features p {
    font-size: 14px;
    letter-spacing: .01em;
    color: #757575;
    margin: 0 0 10px;
    line-height: 20px;
    text-align: justify
}

.calculator-section.calculator-features {
    padding: 92px 0 21px
}

.top-two {
    padding: 23px 0 0
}

.top-two h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    letter-spacing: -.046em;
    color: #0D2436;
    margin: 0 0 50px
}

.form-tel input {
    font-family: "Squad";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .2em;
    color: #000;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    width: 308px;
    height: 55px;
    background: #FFF;
    border: 0;
    padding-left: 19px
}

.form-tel button {
    width: 228px;
    height: 55px;
    background: #00cf2e;
    border: 1px solid rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 15px rgba(234, 20, 20, 0.2);
    font-weight: 700;
    font-size: 13px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
}

.form-anonim p {
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #000;
}
@media (max-width: 1250px) {
    .low-prices .conditions .prev-h6 {
        font-size: 14px;
    }
    .form-anonim p {
        font-size: 12px;
    }
}
.form-tel button:hover {
    box-shadow: 0 0 0 rgba(234, 20, 20, 0.2)
}

.form-tel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 32px
}

.top-two h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0D2436;
    margin: 0 0 22px
}

.breadcrums {
    margin: 19px 0 23px
}

.top-two .breadcrums ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap
}

.top-two .breadcrums ul li:last-child {
    margin-right: 0
}

.top-two .breadcrums ul li a {
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #473038
}

.top-two .breadcrums ul li a:hover {
    text-decoration: none
}

.top-two .breadcrums ul li {
    font-size: 12px;
    line-height: 16px;
    color: #473038;
    margin-right: 18px;
    list-style: none
}

.top-two .top-two-list {
    columns: 3;
    max-width: 490px
}

.top-two .top-two-list li {
    font-size: 15px;
    line-height: 18px;
    color: #0D2436;
    padding-left: 24px;
    list-style: none;
    position: relative;
    margin: 0 0 22px
}

.top-two .top-two-list li:before {
    content: url(../img/list-check.svg);
    position: absolute;
    top: 2px;
    left: 0
}

.prices {
    padding: 33px 0 19px;
    background-image: url(../img/prices-bg-min.jpg);
    background-size: cover;
    background-position: top -93px center;
    position: relative
}

.prices .container {
    position: relative;
    z-index: 99
}

.prices:before {
    content: "";
    position: absolute;
    background-image: url(../img/bottom-overlay-min.png);
    width: 100%;
    height: 200px;
    background-position: top center;
    bottom: 111px;
    left: 0;
    transform: translateY(100%);
    z-index: 3
}

.prices .container {
    max-width: 1010px
}

.prices .row {
    margin: 0 -9px
}

.prices .row .col-lg-4 {
    padding: 0 9px
}

.prices .prices-block {
    background: #FFF;
    box-shadow: 0 0 40px rgba(63, 89, 138, 0.2);
    border-radius: 0 0 25px 25px;
    padding: 14px 30px 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    cursor: pointer
}

.prices-block-inner:hover .prices-block {
    z-index: 99
}

.prices .prices-block:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
    border-bottom: 4px solid #3F598A;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.prices .prices-block h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #3F598A;
    margin: 0 0 14px
}

.price-divider {
    width: 250px;
    height: 2px;
    background: rgba(63, 89, 138, 0.2);
    transform: matrix(1, 0, 0, -1, 0, 0);
    margin: 0 auto 17px
}

.prices-block-inner {
    position: relative;
    height: 275px
}

.prices .prices-block ul {
    margin-bottom: 22px;
    height: 50px;
    overflow: hidden;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.prices .prices-block:hover ul {
    height: auto
}

.prices .prices-block ul li {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #183B56;
    list-style: none
}

.prices .prices-block {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #3F598A
}

.prices .prices-block p {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #677D8E
}

.prices .prices-reinforced{
    color: #36B37E
}

.prices .prices-reinforced:before {
    border-bottom: 4px solid #36B37E
}

.prices .prices-cleansing h4 {
    color: #1565D8
}

.prices .prices-cleansing h3 {
    color: #1565D8
}

.prices .prices-cleansing:before {
    border-bottom: 4px solid #1565D8
}

.process {
    padding: 31px 0 56px;
    margin-top: -19px;
    position: relative;
    z-index: 9
}

.text_block h2 {
    font-weight: 600;
    font-size: 34px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 31px
}

.process h3,
.text_block h3 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 31px
}

.text_block h2:not(:first-child), .text_block h3:not(:first-child) {
    margin-top: 40px;
}

.process p,
.text_block p {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .01em;
    color: #757575;
    color: #0D2436;
    margin: 0 0 10px;
    text-align: justify
}

.text_block ul,
.text_block ol {
    margin: 15px 0;
    /*display: flex;
    flex-direction: column;
     gap: 10px; */
    width: 100%;
}

.text_block ol {
    counter-reset: myCounter;
}

.text_block ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    font-weight: 600;
    font-size: 15px;
    color: #FFF;
    display: inline-flex;
    width: 25px;
    height: 25px;
    justify-content: center;
    align-items: center;
    background-image: url(../img/span-bg.svg);
    background-size: cover;
    background-position: center;
    margin-right: 10px;
}

.text_block ul li,
.text_block ol li {
    font-size: 18px;
    line-height: 140%;
    letter-spacing: .01em;
    color: #0D2436;
    padding-left: 43px;
    list-style: none;
    margin: 0 0 15px;
    position: relative;
    text-align: justify
}

.text_block ul li:before {
    content: url(../img/list-ellipse.svg);
    position: relative;
    border-radius: 50%;
    top: 7px;
    margin-right: 5px;
}

.article-checker {
    margin: 30px 0 40px;
}

.consultation {
    background-image: url(../img/consultation-bg-min.jpg);
    background-size: cover;
    background-position: top -31px center;
    padding: 78px 0 180px;
    position: relative;
    overflow: hidden
}

.consultation:before {
    content: url(../img/top-overlay-min.png);
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 9
}

.consultation:after {
    content: url(../img/bottom-overlay-min.png);
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(13, 36, 54, 0.7);
    position: absolute;
    left: 0;
    top: 0
}

.consultation .prev-h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFF
}

.consultation .prev-h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    margin: 0 0 35px
}

.btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    width: 349px;
    height: 55px;
    background: #00cf2e;
    box-shadow: 0 8px 15px rgba(234, 20, 20, 0.2)
}

.btn:hover {
    box-shadow: 0 0 0 rgba(234, 20, 20, 0.2)
}

.overflow {
    overflow: hidden
}

.advantages {
    margin-top: -11px;
    padding: 0 0 46px
}

.advantages h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 31px
}

.advantages p {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #757575;
    margin: 0 0 10px;
    text-align: justify
}

.text-item {
    margin: 8px 0 97px
}

.how-treatment {
    padding: 18px 0 0
}

.how-treatment .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #183B56;
    margin: 0 0 53px
}

.treatment-img {
    position: relative
}

.treatment-img-bottom {
    position: absolute;
    bottom: -261px;
    right: 61px
}

.how-treatment .conditions-about span {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    display: flex;
    position: absolute;
    width: 49px;
    height: 49px;
    justify-content: center;
    align-items: center;
    background-image: url(../img/span-bg.svg);
    background-size: cover;
    background-position: center;
    left: 7px;
    top: 3px
}

.conditions-about {
    padding: 12px 0 0 96px;
    margin: 0 0 38px;
    position: relative
}

.how-treatment .conditions-about .prev-h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin: 0 0 16px
}

.how-treatment .conditions-about p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0 0 17px
}

.how-treatment .col-lg-6 .conditions-about:last-child {
    margin: 0
}

.professional-center {
    background-image: url(../img/call-center-bg-min.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin-top: -17px;
    padding: 162px 0 35px
}

.professional-center .container {
    position: relative;
    z-index: 99
}

.professional-center:before {
    content: url(../img/overlay-top-r-min.png);
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 9
}

.professional-center:after {
    content: url(../img/overlay-bottom-r-min.png);
    position: absolute;
    bottom: 110px;
    left: 50%;
    transform: translate(-50%, 100%);
    z-index: 9
}

.professional-center h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFF;
    margin: 0 0 12px
}

.professional-center h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    margin: 0 0 29px
}

.professional-center ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 26px
}

.professional-center ul li {
    font-size: 17px;
    line-height: 20px;
    color: #FFF;
    list-style: none;
    margin: 0 19px;
    position: relative
}

.professional-center ul li:before {
    content: url(../img/list-check.svg);
    position: absolute;
    top: 2px;
    left: -24px
}

.professional-center .form-telefon a {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #FFF
}

.form-telefon.flex-center {
    margin: 0 0 27px
}

.professional-center .form-tel {
    justify-content: center
}

.professional-center .form-tel input {
    width: 383px
}

.professional-center .form-tel button {
    width: 286px;
    border: 0
}

.clinic-treatment {
    padding: 65px 0 50px;
    position: relative;
    overflow: hidden
}

.clinic-treatment .container {
    position: relative;
    z-index: 99
}

.clinic-treatment:before {
    content: url(../img/overlay-top-r-min.png);
    position: absolute;
    top: 290px;
    left: 0;
    transform: translateY(-100%);
    z-index: 9
}

.clinic-treatment:after {
    content: url(../img/overlay-bottom-r-min.png);
    position: absolute;
    bottom: 214px;
    left: 0;
    transform: translateY(100%);
    z-index: 9
}

.clinic-treatment h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #183B56;
    margin: 0 0 59px
}

.offer-block {
    width: 100%;
    box-shadow: 0 0 40px rgba(63, 89, 138, 0.2);
    border-radius: 0 0 25px 25px;
    position: relative;
    padding: 33px 31px 34px 34px;
    background-color: #fff
}

.offer-block:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
    border-bottom: 4px solid #3F598A;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.offer-2:before {
    border-bottom: 4px solid #36B37E
}

.offer-3:before {
    border-bottom: 4px solid #1565D8
}

.offer-divider {
    height: 2px;
    width: 285px;
    border-bottom: 2px solid rgba(63, 89, 138, 0.2);
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    margin: 0 0 35px
}

/* .offer-block span:first-child {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.05em;
    color: #183B56;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 27px
} */

.offer-block span {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.05em;
    color: #183B56;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 27px
}

.offer-block .prev-h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -.05em;
    color: #183B56;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 0 27px
}

.offer-block span span {
    font-size: 16px;
    line-height: 19px;
    color: #677D8E;
    font-weight: 400;
    letter-spacing: normal;
    position: relative;
    top: -7px;
    left: 2px;
    margin: 0;
}

.offer-block span:nth-child(2) {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #183B56;
    margin: 0 0 13px
}

.offer-block .prev-h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #183B56;
    margin: 0 0 13px
}

.offer-block .prev-h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #183B56;
    margin: 0 0 38px
}

.offer-block ul li {
    font-size: 14px;
    line-height: 1.2;
    color: #183B56;
    padding-left: 30px;
    list-style: none;
    position: relative;
    margin: 0 0 12px
}

.offer-block .prev-h6 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #B8B8B8;
    padding-left: 30px;
    margin: 19px 0 8px
}

.offer-block .offer-list {
    margin-bottom: 42px
}

.offer-block ul li:before {
    content: url(../img/list-check2.svg);
    position: absolute;
    top: 0;
    left: 0
}

.offer-block a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1565D8;
    width: 285px;
    height: 64px;
    border: 3px solid #1565D8;
    border-radius: 7px;
    padding: 0 19px
}

.offer-block a:hover {
    background: #1565D8;
    color: #fff
}

.offer-block a:hover svg path {
    fill: #fff
}

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

.offer-2 span{
    color: #36B37E
}

.offer-3 span{
    color: #1565D8
}

.state-involvement {
    padding: 77px 0 6px
}

.state-involvement .prev-h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 28px
}

.state-involvement p {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #757575;
    margin: 0 0 10px;
    text-align: justify
}

.state-text {
    margin: 0 0 74px
}

.services {
    margin: 0 0 53px
}

.services-table {
    width: 100%;
}

.services .services-title .flex-table {
    padding: 0
}

.flex-table {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px 0 0
}

.services-list {
    flex-basis: 557px;
    padding-left: 65px
}

.services-list__table {
    padding: 22px 0 22px 65px;
    text-align: left;
}

.procedure-price__table {
    text-align: left;
}

.procedure__table,
.services-list__table {
    flex-basis: 50%;
}

.procedure-price__table {
    flex-basis: 30%;
}

.procedure {
    padding-left: 65px;
    flex-basis: 557px
}

.state-involvement .services .services-title {
    padding: 22px 0 30px;
    position: relative;
    margin: 0 0 7px
}

.state-involvement .services .services-title:before,
.contacts_block:before,
.contacts_form:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
    border-bottom: 4px solid #3F598A;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.state-involvement .services .services-title:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-top: 2px solid rgba(63, 89, 138, 0.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.state-involvement .services .services-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3F598A
}

.state-involvement .services .services-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3F598A
}

.state-involvement .services .procedure-price  {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #3F598A
}

.state-involvement .services .procedure p {
    font-size: 16px;
    line-height: 24px;
    color: #183B56;
    margin: 0
}

.state-involvement .services .price  {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #183B56
}

.state-involvement .services .links a {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1565D8;
    width: 201px;
    height: 50px;
    border: 3px solid #1565D8;
    border-radius: 7px;
    padding: 0 24px
}

.state-involvement .services .links a:hover {
    background-color: #1565D8;
    color: #fff
}

.state-involvement .services .links a:hover svg path {
    fill: #fff
}

.procedure-price {
    flex-basis: 353px
}

.state-involvement .services-two .services-title .services-list .prev-h4 {
    color: #36B37E
}

.state-involvement .services-two .services-title .procedure-price .prev-h4 {
    color: #36B37E
}

.state-involvement .services-two .services-title:before,
.contacts_form:before {
    border-bottom: 4px solid #36B37E
}

.specialists {
    padding: 30px 0 0
}

.specialists .row {
    justify-content: center
}

.specialists .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #0D2436;
    margin: 0 0 63px
}

.specialists-img {
    max-width: 350px;
    max-height: 305px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    margin: 0 0 28px
}

.specialists-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.specialists .prev-h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: -.01em;
    color: #000;
    margin: 0 0 16px;
}

.specialists .prev-h4 a {
    text-decoration: none;
}

.specialists .prev-h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000;
    margin: 0 0 49px
}

.excellences {
    padding: 20px 0
}

.excellences .container {
    max-width: 1010px
}

.excellences .row {
    margin: 0 -9px
}

.excellences .row .col-lg-4 {
    padding: 0 9px
}

.excellences-block {
    height: 284px;
    background: #FFF;
    box-shadow: 0 0 40px rgba(63, 89, 138, 0.2);
    border-radius: 0 0 25px 25px;
    padding: 32px 47px;
    position: relative
}

.excellences-block .prev-h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #3F598A;
    margin: 0 0 16px
}

.excellence-two .prev-h3 {
    color: #36B37E
}

.excellence-three .prev-h3 {
    color: #1565D8
}

.excellences-block .prev-h5 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #183B56;
    width: 85%;
    margin: 0 auto
}

.excellences-block:before {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: -4px;
    left: 0;
    border-bottom: 4px solid #3F598A;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent
}

.excellence-two:before {
    border-bottom: 4px solid #36B37E
}

.excellence-three:before {
    border-bottom: 4px solid #1565D8
}

.calculator-section {
    padding: 38px 0 42px
}

.calculator-section .prev-h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: .01em;
    color: #183B56;
    margin: 0 0 26px
}

.calculator-section .btn {
    height: 47px;
    width: 223px;
    font-size: 14px
}

.calculator-section .container {
    max-width: 1140px
}

.calculator {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 25px 36px 26px;
    margin: 0 0 37px
}

.calculator label {
    font-weight: 600;
    font-size: 14px;
    color: #1E060E;
    display: block;
    width: 125%;
    letter-spacing: -.03em;
    margin: 0 0 14px
}

.calculator .row {
    margin: 0 -5px
}

.calculator .row .col-lg-2 {
    padding: 0 5px
}

.calculator select {
    width: 100%
}

.calculator button {
    border: 2px solid #84A4E4;
    width: 100%;
    height: 40px;
    background: #84A4E4;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer
}

.calculator button:hover {
    color: #84A4E4;
    background: transparent
}

.calculator-flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.calculator-flex .column-2 {
    flex-basis: 175px;
    margin-right: 40px
}

.calculator-flex .column-3 {
    flex-basis: 165px;
    margin-right: 12px
}

.calculator-flex .colum-right {
    margin-right: 28px
}

.calculator-flex .no-right {
    margin-right: 0
}

.price-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 24px;
    margin: 0 0 6px
}

.price-flex p {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -.03em;
    text-transform: capitalize;
    color: #3A252C;
    margin: 0
}

.price-flex .prev-h4 {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -.03em;
    text-transform: capitalize;
    color: #1565D8
}

.price-flex .prev-h4 span {
    font-size: 10px;
    margin-left: 8px;
    position: relative;
    top: -4px
}

.select-hidden {
    display: none;
    visibility: hidden
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 100%;
    line-height: 40px;
    color: #1E060E
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    line-height: 40px;
    padding-left: 17px
}

.select-styled:before {
    content: url(../img/select-arrow.svg);
    position: absolute;
    right: 7px;
    top: -3px;
    -webkit-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.select-styled.active:before {
    transform: rotate(-180deg)
}

.select-styled.active {
    border: 1px solid #1565D8;
    border-bottom: none
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #1565D8;
    border-top: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in
}

.select-options li {
    background-color: #fff;
    margin: 0;
    /*height:30px;*/
    line-height: 30px;
    padding-left: 17px;
    -moz-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in
}

.select-options li:hover {
    color: #1565D8
}

.select-options li[rel="hide"] {
    display: none
}

.free-consultation {
    padding: 30px 0
}

.free-consultation .container {
    position: relative;
    z-index: 99
}

.free-consultation .prev-h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #183B56;
    margin: 0 0 8px
}

.free-consultation .prev-h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #183B56;
    margin: 0 0 28px
}

.free-consultation .prev-h4 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
    margin: 0 0 38px
}

.free-consultation a {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #000
}

.free-consultation .form-tel {
    justify-content: center
}

.free-consultation .flex-center {
    margin: 0 0 25px
}

.free-consultation input {
    background: #E8E8E8;
    box-shadow: none;
    width: 383px;
    padding-left: 41px
}

.free-consultation button {
    box-shadow: none;
    width: 286px
}

.footer {
    padding: 25px 0 14px;
    position: relative
}

.footer:before {
    content: "";
    position: absolute;
    height: calc(100% + 175px);
    width: 100%;
    background-image: url(../img/footer-bg-min.jpg);
    background-size: cover;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: bottom center
}

.footer-nav {
    margin: 0 0 37px
}

.footer .footer-nav nav ul {
    /*display:flex;*/
    justify-content: center;
    align-items: center
}

.footer .footer-nav nav ul li {
    list-style: none;
    margin-right: 51px
}

.footer .footer-nav nav ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #0D2436;
    list-style: none
}

.footer .footer-nav nav ul li a:hover {
    color: #1565D8
}

.footer .footer-nav nav ul li.active a {
    color: #1565D8
}

.footer .footer-nav nav ul li:last-child {
    margin-right: 0
}

.footer p {
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    color: #000;
    margin: 0 0 1px
}

.footer .tel-link a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000
}

.footer .red-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    width: 286px;
    height: 42px;
    background: #EA1414;
    box-shadow: 0 8px 15px rgba(234, 20, 20, 0.2)
}

.footer .red-link a:hover {
    box-shadow: none
}

.tel-link.flex-center {
    margin: 0 0 22px
}

.red-link.flex-center {
    margin: 0 0 22px
}

.footer .addres p {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #000;
    margin: 0 0 27px
}

.adres {
    margin: 0 0 27px
}

.pay-img {
    margin: 0 0 30px
}

.footer-logo {
    margin: 0 0 6px
}

.footer .prev-h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

.footer .prev-h6 {
    font-weight: 600;
    font-size: 8px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #757575
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(0.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.popup-block {
    width: 481px;
    height: 331px;
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    padding: 76px 20px 0
}

.popup-block .prev-h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 6px
}

.popup-block p {
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 22px
}

.popup-block .form-tel {
    flex-wrap: wrap;
    max-width: 278px;
    margin: 0 auto
}

.popup-block .form-tel>div {
    width: 100%
}

.popup-block .form-tel input {
    width: 100%;
    text-align: center;
    margin: 0 0 4px;
    padding: 0;
    background: #E8E8E8;
    box-shadow: none
}

.popup-block .form-tel button {
    width: 100%
}

.close-popup {
    position: absolute;
    top: -1px;
    right: -31px;
    cursor: pointer
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    display: none
}

.popup-block .prev-h5 {
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.8)
}

.popup-block .prev-h4 {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    letter-spacing: -.01em;
    color: #000
}

.popup-block a {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: red
}

.flex_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    align-items: flex-start;
    float: none;
    gap: 15px;
}

.inner_page {
    z-index: 99;
    position: relative;
    padding: 40px 0;
}

.reviews__item {
    height: auto;
    margin: 10px;
    width: auto !important
}

.reviews__item p {
    padding-bottom: 10px;
}

#map,
.inner_page {
    min-height: 400px;
}

.contact_blocks {
    display: flex;
    text-align: center;
}

.contacts_form .form-tel {
    display: block
}

.contacts_block,
.contacts_form {
    margin: 0 20px
}

.contacts_block:before,
.contacts_form:before {
    left: 20px;
    width: calc(100% - 40px)
}

.contacts_block p,
.contacts_block h2,
.contacts_form h2,
.contacts_form .d-none,
.contacts_form input {
    margin: 10px 0
}

.contacts_form .form-tel input,
.contacts_form .form-tel button {
    width: 200px
}

.error_link {
    background: #EA1414;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 10px;
}

.error_page {
    min-height: 500px;
    text-align: center;
    padding: 60px;
}

.error_page h1 {
    font-size: 60px;
}

.error_page h1,
.error_page h2 {
    margin-bottom: 50px
}

#calc_dislaimer {
    font-size: medium;
    margin-top: 10px;
}

.red img {
    border-radius: 25% 0% 50% 0%;
}

@media (min-width:1201px) {
    .red img {
        max-width: 100%;
    }
}

@media (max-width:992px) {
    .red img {
        opacity: 0.7;
    }
}

.text-item img {
    float: left;
    margin: 10px;
    width: 350px;
    border-radius: 25% 0% 50% 0%
}

.state-text img {
    float: left;
    margin: 10px;
    width: 350px;
    border-radius: 25% 0% 50% 0%
}

.text_block img {
    float: left;
    margin: 10px;
    width: 350px;
    border-radius: 25% 0% 50% 0%
}

.img-center img {
    float: left;
    margin: 10px;
    width: 350px;
    border-radius: 25% 0% 50% 0%
}

@media (max-width:768px) {
    .text-item img {
        width: 100%
    }

    .state-text img {
        width: 100%
    }

    .text_block img {
        width: 100%;
        max-height: 280px;
        object-fit: cover;
        margin: 10px 0;
    }

    .img-center img {
        width: 100%
    }
}

.logo {
    max-width: 230px;
}

.stati__item {
    height: auto;
    padding: 0;
    margin: 15px 0;
}

.stati__info {
    padding: 10px;
    color: #0D2436;
    text-align: center;
}

.stati__item:hover .stati__info {
    transition: all .35s ease;
    color: #36B37E
}

.stati__item:hover:before {
    transition: all .35s ease;
    border-bottom: 4px solid #36B37E
}

.stati__img {
    margin-bottom: 30px;
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}

.stati__title {
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -.046em;
    color: #0D2436;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width:993px) {
    #dropdown-1 {
        column-count: 2 !important;
        height: 310px !important;
        width: 625px !important;
        box-sizing: content-box !important;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.subfolder_ul {
    flex-wrap: wrap;
    display: flex;
    margin-bottom: 30px;
    list-style: none;
    text-align: center
}

.inside_city {
    margin: 5px 0;
}

.city__filter {
    margin: auto !important;
}

.hide {
    display: none !important
}

@media (max-width:992px) {
    .city__filter {
        width: 450px !important;
    }
    .low-prices .conditions p {
        font-size: 14px;
    }
}

@media (max-width:450px) {
    .city__filter {
        width: 100% !important;
    }
}

.soc-link li a {
    border-radius: 50%;
    background-color: #fff;
    width: 33px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #84A4E4 solid;
}

.soc-link li a:hover {
    background-color: #84A4E4;
}

.soc-link li a img {
    max-width: 50%;
}

.gal_item {
    transition: all .3s ease-out;
    width: fit-content;
    margin: 10px 0
}

.gal_item a {
    display: inherit;
}

.gal_item img {
    display: flex;
}

.gal_item:hover {
    transition: all .3s ease-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.aktsii-block {
    margin-bottom: 20px;
    height: auto !important;
    width: auto !important;
}

.aktsii-block .prev-h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
}

.aktsii-btn {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px;
}

@media (min-width:1200px) {
    .specialists-margin {
        margin-bottom: 130px
    }
}

@media (max-width:768px) {
    .specialists .row {
        flex-wrap: unset;
        justify-content: unset;
    }
}

@media (min-width:768px) {
    .specialists-inner img {
        width: 200px !important
    }
}

.help-price {
    text-align: center;
    font-size: 15px;
}

@media (max-width:992px) {
    .help-price {
        text-align: left;
    }
}

.infographic {
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    margin: 25px 0 25px 0;
}

.infographic-item {
    width: 33%
}

.infographic-img {
    margin: auto;
    display: block;
}

.infographic-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width:768px) {
    .infographic-item {
        width: 100%
    }

    .infographic-img {
        width: 50% !important
    }

    .infographic .owl-nav {
        position: relative;
        height: 10px;
    }

    .infographic .owl-nav .owl-prev {
        position: absolute;
        top: -330%;
        left: 10%;
    }

    .infographic .owl-nav .owl-next {
        position: absolute;
        top: -330%;
        right: 10%;
    }

    .infographic .owl-nav .disabled {
        display: none;
    }
}

.footer-logo img {
    max-width: 300px;
}

.gotop__wrap {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 130px;
    z-index: 100;
}

.scrollUp-show {
    display: block;
}

.gotop {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(69, 82, 113, 0.15);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #455271;
    transition: .3s;
    cursor: pointer;
    opacity: 1;
    transform: scale(1);
}

.gotop:hover {
    -webkit-box-shadow: 0 20px 30px 0 rgba(69, 82, 113, 0.2);
    box-shadow: 0 20px 30px 0 rgba(69, 82, 113, 0.2);
}

.gotop span {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

li.sitemap-1lvl ul {
    padding-left: 15px;
    margin-top: 5px;
}

li.sitemap-1lvl a,
.sitemap-2lvl a {
    color: #84a5d9;
}

li.sitemap-1lvl,
.sitemap-2lvl {
    color: #84a5d9;
    margin-bottom: 5px;
}

.header .contact {
    text-align: center;
}

.infographic-title {
    font-weight: 700;
    line-height: 1.2;
    font-size: 27px;
    text-align: center;
    margin: 25px 0;
}

.breadcrumbs {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.consultation-banner {
    box-sizing: border-box;
    padding: 0.5em 1em;
    background-color: #1565d8;
    color: #fff;
    text-align: center;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consultation-banner__text {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
}

.consultation-banner__text-decor {
    padding: 0 3px;
    border: 1px solid #fff;
    border-radius: 3px;
}

.header-info .pomosh {
    font-weight: 700;
    line-height: 1.2;
    font-size: 15px;
}

@media (max-width: 991px) {
    .consultation-banner__text {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .consultation-banner__text {
        font-size: 14px;
    }
}

.pulse {
    position: fixed;
    left: 3%;
    z-index: 5;
    top: 90%;
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@media only screen and (max-width: 992px) {
    .services-list {
        padding: 22px 0 30px;
    }
}

.military-discount {
    text-align: center;
    background: #FF0000;
    color: #000000;
    padding: 5px 0;
    font-size: 18px;
}

@media (max-width: 700px) {
    .military-discount {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .military-discount {
        font-size: 14px;
    }
}




.military-discount {
	padding: 10px;
	background:#e9effd;
}

.header .row {
	margin: 0;
	flex-wrap: nowrap;
	gap: 60px;
}

.header-menu__top, .top-header {
	border-bottom: 1px solid #d3e2ee;
}
.header__contact a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 156%;
	color: #0d2436;
	text-decoration: none;
}
.header__contact a:hover {
	text-decoration: underline;
}
.header__contact a img {
	margin: 0;
	width: 18px;
	height: 18px;
	object-fit: contain;
}

.header__left {
	display: flex;
	align-items: center;
	gap: 40px;
}

.header__right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
	gap: 20px;
}

.header__logo img {
	width: 100%;
	max-width: 180px;
}

.header-info {
	margin: 0;
	position: static;
}

.header__network {
	position: static;
}

.header__network a {
	margin: 0;
}

.header .nav-menu ul li a {
	font-size: 18px;
}

.header .nav-menu ul li .dropdown {
	padding: 10px 0;
	width: 300px;
}

.header .nav-menu ul li .dropdown li {
	padding: 10px 20px;
	font-size: 16px;
}

@media (max-width: 991px) {
	.top-header {
		padding: 12px 0;
		border: none;
	}

	.header .row {
		gap: 20px;
	}

	.header__right {
		justify-content: flex-end;
		gap: 20px;
	}

	.header-menu__top, .top-header {
		border-bottom: none;
	}

	.menu-container {
		top: 100px;
		height: calc(100% - 100px);
		overflow-y: auto;
		z-index: 10;
	}

	.header .nav-menu ul li .dropdown {
		position: static;
		max-height: 0px;
		overflow: hidden;
		display: block;
		width: 100%;
		padding: 0;
	}
	.header .nav-menu ul li a {
		display: block;
		width: 100%;
	}
	.header .nav-menu ul li .dropdown > li {
		margin: 0;
	}
	.header .nav-menu ul li.has-child {
		border-bottom: 1px solid #d3e2ee;
		padding-bottom: 10px;
	}

	.header .nav-menu ul li.has-child > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 20px;
	}
	.header .nav-menu ul li.has-child > a::after {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 1px solid #EA1414;
		border-right: 1px solid #EA1414;
		transform: rotate(135deg);
		margin-left: 8px;
		transition: all 0.3s ease;
	}
	.header .nav-menu ul li.has-child > a.active::after {
		transform: rotate(315deg);
	}

	.header__mob-menu {
		width: 100%;
	}

	.header .header__mob-menu > li:not(.has-child) {
		padding-bottom: 10px;
		border-bottom: 1px solid #d3e2ee;
	}

	.header__mob-contact {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 12px;
	}
	.flex-mob-menu {
		align-items: start;
	}
}

@media only screen and (max-width: 768px) {
	.menu-container {
		top: 112px;
		height: calc(100% - 112px);
		padding: 16px 0 35px;
	}
	.has-child:before {
		content: none;
	}
	.header__logo img {
		max-width: 144px;
	}
	.widget-mobile {
		top: 0;
	}
	.ui-icon.b24-widget-button-social-item, .ui-icon.connector-icon-45 {
		width: 35px;
		height: 35px;
		margin: 0;
	}
}

@media only screen and (max-width: 410px) {
	.top-header .header__contact a span {
		display: none;
	}
	.top-header .header__contact a img {
		min-width: 25px;
		width: 25px;
		height: 25px;
	}
	.header__right {
		gap: 10px;
	}
}


.stati__item .stati_content_wrapper img {
    height: 120px;
}
.other-articles {
    padding: 70px 0;
}
.other-articles .prev-h2 {
    margin-bottom: 40px;
}

.hubs-section {
    margin-block-end: 180px;
}

.hubs-section h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #0e2536;
    margin: 50px 0 50px;
    text-align: center;
}

.cities {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 15px;
    grid-template-columns: repeat(auto-fit, 220px);
}

.cities .cities__city {
    font-size: 18px;
    line-height: 1.2;
    color: #253041;
    font-weight: 400;
    padding: 20px 15px;
    border-radius: 10px;
    box-shadow: 0px 0 7px rgba(0, 0, 0, 0.12);
    transition: scale 300ms ease-out;
}

.cities .cities__city:hover {
    scale: 1.05;
}

@media screen and (width<=501px) {
    .hubs-section h1 {
        font-size: 32px;
    }
}
.popup {
  height: 100vh;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  z-index: 2000;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  background: rgba(0, 8, 84, 0.27);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: none;
}

.popup.active {
  display: block;
}

.popup__body {
  width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 15px 20px;
}

.popup.open {
  opacity: 1;
  pointer-events: all;
}

.popup__content {
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  scale: 0.3;
  transition: scale 0.4s ease;
  background-color: rgb(243, 246, 251);
  box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, 0.1);
}

.popup.open .popup__content {
  scale: 1;
}

.close-popup {
  position: absolute;
  top: 0px;
  right: -19px;
  width: 12px;
  cursor: pointer;
  height: 12px;
  transition: width 0.3s linear, height 0.3s linear, top 0.3s linear, right 0.3s linear;
}

.popup__block {
    position: relative;
}

.btn {
    border: none;
    cursor: pointer;
}

.cta-block button {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #A7C2F8;
    width: 331px;
    height: 55px;
    border: 2px solid #A7C2F8;
    box-sizing: border-box;
    box-shadow: 0 8px 15px rgba(234, 20, 20, 0.2);
    background: #f0f8ff00;
    cursor: pointer;
}

.six-stages .stages button {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #1565D8;
    border: 0px;
    background: #f0f8ff00;
    margin: 0 auto;
    cursor: pointer;    
}

@media only screen and (max-width: 576px) {
    .flex-center__btn {
        width:100%;
    }
}

.state-involvement .services .links button {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #1565D8;
    width: 201px;
    height: 50px;
    border: 3px solid #1565D8;
    border-radius: 7px;
    padding: 0 24px;
    cursor: pointer;
    background: white;
    text-decoration: underline;
    align-items: center;
}

.state-involvement .services .links button:hover {
    background-color: #1565D8;
    color: #fff
}

.popup--result .popup-block {
    width: auto;
    height: auto;
    background: #FFF;
    border-radius: 10px;
    margin: 0 auto;
    padding: 20px 20px 0;
}

@media only screen and (max-width: 768px) {
    .popup--result .popup-block {
        max-width: 250px;
    }
    
    .popup .popup-block p {
        line-height: 16px;
    }

    .close-popup {
        top: -52px;
        right: 50%;
    }
}

.text_block .flex-table img {
    width: 14px;
}

.col-l {
     float: left;
}

.col-r {
     float: left;
}

@media(max-width:1920px) {
     .tel-none {
          display: none;
     }

     .vert-al {
          line-height: unset;
     }
}

.widget-mobile {
     display: none
}

@media(max-width:991px) {
     .tel-none {
          display: block;
     }

     .widget-top {
          display: none
     }

     .widget-mobile {
          display: block;
          right: 0;
          top: 25px;
     }

     .header .nav-menu ul li .dropdown {
          height: auto;
     }

     .contact a {
          display: flex;
          align-items: center
     }
}

@media only screen and (max-width: 768px) {
     .top-header .contact a {
          font-size: 14px;
     }

     .container {
          max-width: 720px;
     }

     .col-l {
          width: 50%;
          float: left;
     }

     .col-r {
          width: 50%;
          float: left;
     }

     .specialists-img {
          margin: 0 auto;
     }

     .specialists .row {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: nowrap;
          margin-right: -15px;
          margin-left: -15px;
          flex-direction: column;
          align-items: center;
          align-content: stretch;
     }

     .excellences-block {
          width: 100%;
          height: 100%;
     }

     .prices .prices-block h4 {
          font-size: 16px;
     }

     .infographic-item {
          width: 50%;
     }

     .mob-flex>div {
          flex-basis: 100%;
     }

     /* .has-child:before{content:'→'; position:absolute; width:32px; height:16px; right: 0;} */
}

@media(max-width:576px) {
     .tel-none {
          display: block;
     }

     .vert-al {
          line-height: 36px;
     }

     .form-tel {
          justify-content: space-around;
     }

     .advantages ul li {
          padding-left: 0px;
          margin: 0 0 0px !important
     }

     .top-two h1 {
          background: rgb(255 255 255 / 60%);
     }

     .col-l {
          width: 70%;
          float: left;
     }

     .col-r {
          width: 30%;
          float: left;
     }

     .form-inner.form-inner-popup {
          width: 100%;
          margin: 0 auto;
     }

     .text_block ul li,
     .text_block ol li {
          padding-left: 0px;
          margin: 0 0 0px;
     }

     .top h1 {
          font-size: 36px;
     }

     .header .nav-menu ul li a {
          width: 100%;
          display: block;
     }

     .header:before {
          position: unset;
     }
}

.widget-top {
     position: relative
}

.row--style {
     justify-content: space-between;
}


.container.author-ogl-block {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.new-author-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 50%;
}

.nab-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border: 1px #84a5d9 solid;
    border-radius: 5px;
}

.nab-doctor {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.nab-img img {
    width: 100px;
    height: auto;
    max-height: 100px;
    object-fit: cover;
    object-position: top;
}

.nab-fio {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.nab-title {
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px #84a5d9 solid;
    margin-bottom: 10px;
}

.nab-name {
    font-size: 24px;
    font-weight: bold;
    color: black;
}

.container.author-ogl-block {
    justify-content: space-between;
    margin-bottom: 20px;
}

.nab-wrap.nab-wrap--last {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.nab-dates, .nab-info {
    justify-content: space-between;
    display: flex;
    gap: 1px;
    flex-direction: column;
}

.nab-dates span, .nab-info span {
    font-size: 16px;
}

@media(max-width:1076px) {
.container.author-ogl-block {
    flex-direction: column;
}
.new-author-block {
    max-width: 100%;
}
.nab-wrap.nab-wrap--last {
    flex-direction: column;
}
}

div#table-of-contents p {
    font-size: 24px;
    font-weight: bold;
}

.section-faq__item {
    border: 1px solid #e0e0e0;
    margin-bottom: 14px;
    border-radius: 20px;
    overflow: hidden;
}

.section-faq__header {
    padding: 27px 20px;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 156%;
    color: #0D2436;
    transition: background-color 0.2s;
}

.section-faq__header:hover {
    background-color: #f0f0f0;
}

.section-faq__toggle {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #84A4E4;
    border-radius: 50%;
    transform: translateY(-50%);
}

.section-faq__toggle::before,
.section-faq__toggle::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}

.section-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.section-faq__item.active .section-faq__toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.section-faq__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 156%;
    color: #0D2436;
    background: #f8fafe;
}

.section-faq__item.active .section-faq__content {
    padding: 20px;
    max-height: 1000px;
    border-top: 1px solid #dde4f3;
}

.section-faq__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 114%;
    letter-spacing: -0.05em;
    color: #0D2436;
    margin-bottom: 40px;
}

@media (max-width: 650px) {
    .section-faq__toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 30px;
        height: 30px;
        background-color: #84A4E4;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .section-faq__toggle::before,
    .section-faq__toggle::after {
        width: 14px;
        height: 1px;
    }

    .section-faq__header {
        padding: 21px 16px;
        font-weight: 600;
        font-size: 14px;
        line-height: 143%;
    }

    .section-faq__item.active .section-faq__content {
        padding: 16px;
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
    }
}

.calculator-section--services
 {
    margin-bottom: 155px;
}
.swiper-buttons .swiper-button-next:after,
.swiper-buttons .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.swiper-buttons .swiper-button-next:after,
.swiper-buttons .swiper-button-prev:after {
	display: none;
}

.swiper-button-next--review {
	transform: rotate(180deg);
}

.swiper-button-next--review img {
	margin-right: 3px;
}

.reviews-slider__title {
	font-weight: 700;
	font-size: 42px;
	line-height: 107%;
	color: #0D2436;
	margin-bottom: 31px;
}

.reviews-slider__container {
	position: relative;
	margin-bottom: 100px;
}

.reviews-slider__item {
	border: 1px solid #dde4f3;
	border-radius: 20px;
	background: #f8fafe;
	padding: 40px 22px 25px 30px;
	position: relative;
}



.reviews-slider__item-name {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 20px;
	line-height: 125%;
	color: #0D2436;
}




.reviews-slider__item-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: #0D2436;
	margin-bottom: 20px;
	height: 150px;
    min-height: 149px;
	overflow: hidden;
}

.reviews-slider__item-text.expanded {
	height: auto;
	overflow: visible;
    min-height: auto;
}

.reviews-slider__item-picture {
	top: -13px;
	position: absolute;
}

.reviews-slider__item-date {
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: rgba(13, 36, 54, 0.5);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swiper-buttons {
	position: absolute;
	top: 22px;
	right: 75px;

}

.swiper-button-next--review,
.swiper-button-prev--review {
	width: 50px;
	height: 50px;
	background-color: #84A4E4;
	border-radius: 100%;
}

.swiper-button-next--review {
	left: 9px;
}

.reviews-slider__item-view {
	font-weight: 400;
	font-size: 16px;
	line-height: 156%;
	color: #EA1414;
	opacity: 1;
	cursor: pointer;
}

.swiper-button-prev--review {

	left: -56px;
}

@media (max-width: 992px) {
	.swiper-buttons {
		position: absolute;
		top: auto;
		right: 50%;
		bottom: -37px;
	}

	.swiper-button-next--review,
	.swiper-button-prev--review {
		width: 40px;
		height: 40px;
	}

	.reviews-slider__container {
		position: relative;
		margin-bottom: 80px;
	}
}

@media (max-width: 650px) {
	.reviews-slider__title {
		font-weight: 700;
		font-size: 28px;
		line-height: 125%;
		margin-bottom: 20px;
	}

	.reviews-slider__item {
		border-radius: 10px;
		max-height: 320px;
		height: 100%;
		padding: 35px 20px 20px 20px;
	}

	.reviews-slider__item-name {
		margin-bottom: 5px;
		font-weight: 700;
		font-size: 16px;
		line-height: 156%;
	}

	.reviews-slider__item-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
		margin-bottom: 15px;
	}

	.reviews-slider__item-date {
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
	}

	.reviews-slider__item-view {
		font-weight: 400;
		font-size: 14px;
		line-height: 143%;
	}
    .swiper-buttons  {
		display: flex;
	}
    .swiper-buttons  img {
		max-height: 9px;
	}
    .swiper-buttons  picture {
        display: flex;
        align-items: center;
        justify-content: center;
    }    
}

.tel-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-center__wrap {
    flex-direction: column;
    display: flex;
}

.flex-center--mob,
.header__contact--mob,
.form-help__phones-block,
.form-anonim___phones-block,
.overlay__phones-block {
    flex-direction: column-reverse;
    display: flex;
}

@media (max-width: 530px) {
	.reviews-slider__item-text {
		height: 144px;
	}
}
@media only screen and (max-width: 768px) {
	.header__contact .header-phone--mob {
		display: none;
	}
}

.swiperReviewsSlider {
padding-top: 14px;
}

.documents {
margin : 60px 0;
}
.slider-container {
position: relative;
}
.documents__slider {
margin-bottom: 30px;
}
.documents__title {
margin-bottom: 60px;
font-weight: 700;
font-size: 42px;
line-height: 107%;
color: #0D2436;
}
.documents__slide {
border-radius: 20px;
padding: 10px;
border-radius: 20px;
overflow: hidden;
background-color: #F3F7FD;
}

.documents__slide-img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 15px;
}
.documents__container {
position: relative;
}
.documents .slider-container {
position: relative;
}
.documents .slider-navigation {
position: absolute;
z-index: 10;
left: 50%;
bottom: 20px;
transform: translate(-50%, 0);
display: flex;
align-items: center;
padding: 12px 20px;
box-shadow: 0px 0px 10px 0px #00253C1A;
border-radius: 30px;
background-color: #FFFFFC;
gap: 20px;
}
.documents .slider-navigation_static {
position: static;
transform: initial;
width: fit-content;
margin: 0 auto;
}
.documents .slider-btn {
display: flex;
align-items: center;
}
.documents .slider-btn_next {
transform: rotate(180deg);
}
.documents .slider-pagination {
display: flex;
align-items: center;
gap: 10px;
}
.documents .slider-pagination .swiper-pagination-bullet {
flex: 0 0 13px;
width: 13px;
height: 13px;
margin: 0 !important;
background-color: #DEECFD;
opacity: 1;
}
.documents .slider-pagination .swiper-pagination-bullet-active {
border: 2px solid #84A4E4;
}
.documents__slider-wrapper {
box-sizing: border-box;
}
.documents__slide {
display: flex;
flex-direction: column;
height: auto; 
}

.documents-slide {
  padding: 0;
  overflow: hidden;
  border: 1px solid #8890d2;
  border-radius: 15px;
}
.documents-wrapper {
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
}
.documents-block {
margin:40px 0;
}

@media (max-width: 990px) {
.documents__title {
font-weight: 700;
font-size: 28px;
line-height: 125%;
margin-bottom: 20px;
}
.documents-wrapper {
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
}
.documents-block {
margin:20px 0;
}
}

    /*POLICY-PLASHKA*/
    .bottom-info__wrapper {
        position: fixed;
        inset: auto 0 0 0;
        z-index: 10500;
        color: #fff;
        font: inherit; 
        background-color: rgb(35 49 71 / 80%);
        opacity: 0;
        transition: opacity 300ms;
        font-size: 8px;
        line-height: 1.1;
    }

    .bottom-info__wrapper.active {
        opacity: 1;
    }

    .bottom-info__wrapper .bottom-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 15px 10px 20px;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info {
            flex-direction: column;
        }
    }

    .bottom-info__wrapper .bottom-info__content {
        margin: 0 10px 0 0;
    }

    .bottom-info__content a {
        color: #52c5ff;
        text-decoration: underline;
        transition: color 300ms;
    }

    .bottom-info__content a:hover {
        color: #296de7;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__content {
            text-align: center;
            margin: 0 30px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__action {
        display: flex;
    }

    @media screen and (max-width: 639px) {
        .bottom-info__wrapper .bottom-info__action {
            margin: 10px 0 0;
        }
    }

    .bottom-info__wrapper .bottom-info__button-agree {
        font-size: .9em;
        line-height: 2;
        font-weight: 500;
        color: #000;
        border-radius: 5px;
        padding: 2px 15px;
        text-transform: uppercase;
        display: block;
        background-color: #ffffffe8;
        border: none;
        cursor: pointer;
    }

    .bottom-info__wrapper .bottom-info__button-cross {
        width: 28px;
        height: 28px;
        padding: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.4em;
        background-color: transparent;
        border: none;
        margin-inline-start: 12px;
        cursor: pointer;
    }

    @media screen and (max-width: 700px) {
        .bottom-info__wrapper .bottom-info__button-cross {
            position: absolute;
            top: 10px;
            right: 10px;
        }
    }

    .bottom-info__button-cross::after {
        content: "\00D7";
        color: #999;
        line-height: 1;
        transition: color 300ms;
    }

    .bottom-info__wrapper .bottom-info__button-cross:hover::after {
        color: #fff;
    }
    /*POLICY-PLASHKA*/

.header__chat {
	background: none;
	border: none;
	max-width: 46px;
	max-height: 46px;
	margin-right: 10px;
	cursor: pointer;
    transition: .2s ease-in;
    border-radius: 50%;
}

.widget-top {
	right: auto;
}

.header__chat:hover {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
	box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
	-webkit-transition: box-shadow .17s cubic-bezier(0, 0, .2, 1);
	transition: box-shadow .17s cubic-bezier(0, 0, .2, 1);
}

.header__chat--mob {
	max-width: 25px;
	max-height: 25px;
    display: none;
}
@media (max-width: 992px) {
	.header__chat--mob {
		display: block;
	}
}