.clear {
    clear: both
}

.container {
    padding: 0 20px;
    max-width: 1740px;
    margin: 0 auto
}

.top {
    padding: 8px 0;
    background: #223858
}

.top p {
    font-weight: 700;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #E8F1FF
}

.header {
    padding: 21px 0
}

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

.header-logo a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.header-logo-dk {
    width: 60px
}

.header-logo a p {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: .03em;
    color: #223858
}

.header-link a {
    display: flex;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #223858;
    align-items: center;
    font-weight: 400
}

.main-city-menu .header-li {
    padding-right: 10px;
}
.main-city-menu .header-nav2 {
    padding: 16px 24px;
}

.header-gorod {
    display: flex;
    align-items: center
}

.header-link-text {
    margin: 0 0 0 30px;
    color: #223858
}

.header-link-title {
    font-weight: 700
}

.header-link a:hover {
    color: rgba(32, 128, 229, 1)
}

.header-link a:hover svg path {
    transition: .3s;
    fill: rgba(32, 128, 229, 1)
}

.header-buttons {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 30px;
    flex-direction: row
}

.header-button2 {
    margin: 0 !important
}

.header-button {
    display: inline-block;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.header-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.header-button button {
    width: 190px;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px
}

.header-button button p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.header-button button span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.header-button:hover button {
    transition: .3s;
    background: #DFE8E9
}

.header-button:hover button p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.header-button:hover button span {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.header-button2 {
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.header-button2:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.header-button2 button {
    width: 147px;
    height: 48px;
    background: #DFE8E9;
    border-radius: 26px
}

.header-button2 button p,
.header-button2 button span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.header-button2:hover button {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.header-button2:hover button p,
.header-button2:hover button span {
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.header-ul {
    display: flex;
    align-items: center
}

.header-li {
    position: relative;
    padding: 0 20px 0 0
}

.header-li:last-child {
    padding: 0
}

.header-nav {
    display: block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #223858;
    padding: 16px 30px;
    background: #C4D0EC;
    border-radius: 32px;
    outline: none
}

.header-nav:hover {
    background: #FBFCFD
}

.header-nav>span {
    visibility: hidden
}

.header-nav::before {
    content: attr(data-title);
    position: absolute;
    left: 30px
}

.header-nav:hover::before {
    font-weight: 700
}

.header-nav2 {
    display: block;
    position: relative;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #223858;
    padding: 16px 30px;
    background: #C4D0EC;
    border-radius: 32px;
    outline: none
}

.header-li:hover .header-nav2 {
    background: #FBFCFD;
    border-radius: 24px 24px 0 0
}

.header-li:hover .header-absolute {
    display: block
}

.header-absolute-li:hover .header-absolute2 {
    display: block
}

.header-nav2>span {
    visibility: hidden
}

.header-nav2::before {
    content: attr(data-title);
    position: absolute;
    left: 30px
}

.header-nav2:hover::before {
    font-weight: 700
}

.hide {
    display: none
}

.header-absolute {
    z-index: 2;
    display: none;
    position: absolute;
    top: 45px;
    width: 251px;
    left: 0;
    padding: 6px 0 16px 20px;
    background: #FBFCFD;
    border-radius: 0 24px 24px 24px
}

.header-absolute2 {
    z-index: 2;
    display: none;
    position: absolute;
    top: 10px;
    width: 251px;
    left: 230px;
    padding: 6px 0 16px 20px;
    background: #FBFCFD;
    border-radius: 0 24px 24px 24px
}

.header-absolute2:before {
    position: absolute;
    content: '';
    top: -25px;
    left: 184px;
    width: 39px;
    height: 41px
}

.header-absolute:before {
    position: absolute;
    content: '';
    top: -25px;
    left: 84px;
    width: 39px;
    height: 41px
}

.header-absolute-li {
    padding: 10px 0 0;
    position: relative
}

.header-absolute-li a {
    position: relative;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.header-absolute-li a:before {
    position: absolute;
    content: '';
    height: 2px;
    background: #223858;
    width: 0;
    transition: .3s;
    left: 0;
    bottom: -5px
}

.header-absolute-li a:hover {
    font-weight: 700
}

.header-absolute-li a:hover:before {
    width: 50px
}

.semechki {
    padding: 30px 0 0
}

.semechki ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.semechki ul li {
    position: relative;
    padding: 0 40px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #223858
}

.semechki ul li:before {
    position: absolute;
    content: '/';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F6D98;
    top: 0;
    right: 16px
}

.semechki ul li:last-child {
    display: none;
}

.semechki ul li:nth-last-child(2)::before {
    display: none;
}

.semechki ul li:last-child {
    padding: 0
}

.semechki ul li:last-child:before {
    display: none
}

.semechki ul li a {
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #4F6D98;
    padding: 0 10px;
    background: #C4D0EC;
    border-radius: 10px
}

.work {
    padding: 40px 0 0
}

.work-wrap {
    display: flex;
    padding: 26px 0 0
}

.work-block {
    padding: 0 30px 0 0;
    width: 49%
}

.title {
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2em;
    color: #223858
}

.work-pd {
    padding: 30px 0 0;
    min-height: 100px;
}

.work-pd p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4F6D98
}

.work-border {
    margin: 60px 0 0;
    padding: 30px;
    max-width: 410px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.work-input input {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    margin: 0;
    width: 100%;
    padding: 0 0 0 30px;
    height: 52px;
    background: #FBFCFD;
    border: 1px solid #BFCADF;
    border-radius: 28.5px
}

.work-input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.work-input input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.work-input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.work-input input::placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.work-button {
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.work-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.work-button button {
    width: 100%;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.work-button button p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.work-button:hover button {
    transition: .3s;
    background: #EFF2FA;
    color: #0F5DDB
}

.work-button:hover button p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.work-border-title p {
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.work-block2 {
    width: 51%
}

.work-img {
    position: relative
}

.work-absolute {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 134px;
    bottom: 245px;
    width: 319px;
    padding: 8px 40px 8px 50px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
    border-radius: 39px
}

.work-position {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.work-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.work-elipse {
    background: #024BD4;
    width: 17px;
    height: 17px;
    padding: 4px;
    border-radius: 50%
}

.work-elipse-back {
    background: #EFF2FA;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.popular {
    position: relative;
    z-index: 1
}

.popular-border {
    padding: 30px 18px;
    background: #FBFCFD;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px
}

.title2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 1.3em;
    color: #223858
}

.titleservice {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #223858;
    max-width: 64%
}

.title2contact {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #223858
}

.title-center {
    text-align: center
}

.popular-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 3px 0 0
}

.popular-block {
    width: 25%;
    padding: 47px 18px 0
}

.popular-block-border {
    padding: 30px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.popular-top {
    height: 78px;
    display: flex;
    align-items: center
}

.popular-icon {
    box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
    border: 1px solid #BFCADF;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.popular-title {
    width: 81%;
    padding: 0 0 0 30px
}

.popular-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.popular-suptitle {
    height: 140px;
    padding: 20px 0 0
}

.popular-suptitle p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4F6D98
}

.popular-price {
    padding: 20px 0 0;
    text-align: center
}

.popular-price p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.popular-button {
    margin: 10px 0 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.popular-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.popular-button button {
    width: 190px;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px
}

.popular-button button p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.popular-button:hover button {
    transition: .3s;
    background: #EFF2FA
}

.popular-button:hover button p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.popular-button2 {
    margin: 20px 0 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.popular-button2:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.popular-button2 a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 48px;
    background: #EFF2FA;
    border-radius: 26px
}

.popular-button2 a p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.popular-button2:hover a {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.popular-button2:hover a p {
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.popular-center {
    display: flex;
    justify-content: center
}

.popular-link {
    margin: 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.popular-link:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.popular-link a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 48px;
    background: #FBFCFD;
    border-radius: 26px
}

.popular-link a p {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.popular-link:hover a {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.popular-link:hover a p {
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.popular-link-center {
    display: flex;
    justify-content: center;
    padding: 40px 0 0
}

.zdorov {
    padding: 70px 0 0;
    background: url(../images/zdorov-bg.svg) center 4% no-repeat
}

.zdorov-title {
    padding: 20px 0 0
}

.zdorov-title p {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4F6D98
}

.zdorov-container {
    max-width: 1794px;
    padding: 0
}

.zdorov-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0
}

.zdorov-block {
    width: 33.33333333%;
    padding: 50px 48px 0
}

.zdorov-border {
    padding: 38px 46px 49px 39px;
    background: #EFF2FA;
    border: 2px solid #BFCADF;
    border-radius: 30px;
    height: 100%
}

.zdorov-block-wrap {
    display: flex
}

.zdorov-block-icon {
    box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
    border: 1px solid #BFCADF;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.zdorov-block-text {
    padding: 0 0 0 30px;
    width: 85%
}

.zdorov-block-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.zdorov-block-suptitle p {
    padding: 16px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.oklinike {
    padding: 78px 0 0
}

.oklinike-border {
    padding: 50px 40px 23px;
    background: #FBFCFD;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px
}

.oklinike-wrap {
    display: flex;
    padding: 0 10px
}

.oklinike-block {
    position: relative;
    width: 42%
}

.oklinike-absolute {
    position: absolute;
    width: 459px;
    top: 0;
    left: 99px
}

.oklinike-title {
    padding: 86px 0 0
}

.oklinike-title p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.oklinike-block2 {
    width: 58%
}

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

.oklinike-img {
    display: inline-block;
    padding: 10px 10px 6px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px
}

.oklinike-inner {
    display: flex;
    padding: 92px 0 0
}

.oklinike-inner-block {
    width: 33.3333333%;
    padding: 0 10px
}

.oklinike-inner-border {
    padding: 30px;
    height: 100%;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.oklinike-top {
    display: flex;
    align-items: center
}

.oklinike-icon {
    box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
    border: 1px solid #BFCADF;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.oklinike-inner-title {
    padding: 0 0 0 20px;
    width: 87%
}

.oklinike-inner-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.oklinike-inner-suptitle p {
    padding: 20px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #4F6D98
}

.srochno {
    padding: 120px 0 0
}

.srochno-wrap {
    display: flex
}

.srochno-block {
    width: 55%
}

.srochno-border {
    display: inline-block;
    padding: 10px 10px 6px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px
}

.srochno-img {
    margin: -18px -22px -30px
}

.srochno-block2 {
    width: 45%
}

.srochno-realite-img {
    margin: -104px 0 0;
    position: relative
}

.srochno-title p {
    padding: 20px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.srochno-absolute {
    margin: -460px 0 0 162px
}

.stacionar {
    padding: 132px 0 0;
    background: url(../images/zdorov-bg.svg) center 11% no-repeat
}

.stacionar-title p {
    padding: 20px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #4F6D98
}

.stacionar-slayder {
    padding: 0 41px
}

.stacionar-block {
    overflow: hidden
}

.stacionar-block:hover {
    transform: translate(0px, -72px);
    transition: .9s
}

.stacionar-border {
    padding: 20px 20px 74px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.stacionar-border-center {
    display: flex;
    justify-content: center
}

.stacionar-border-button {
    margin: -26px 0 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.stacionar-border-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.stacionar-border-button button {
    width: 246px;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px
}

.stacionar-border-button button p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.stacionar-border-button:hover button {
    transition: .3s;
    background: #EFF2FA
}

.stacionar-border-button:hover button p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.stacionar-border-title p {
    padding: 20px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.stacionar-border-price p {
    padding: 10px 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.stacionar-border-suptitle p {
    padding: 20px 10px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.blizkiy {
    padding: 84px 0 0
}

.blizkiy-border {
    position: relative;
    padding: 80px 150px;
    background: #C4D0EC;
    border-radius: 30px
}

.blizkiy-zidex {
    position: relative;
    z-index: 1
}

.blizkiy-wrap {
    justify-content: space-between;
    display: flex
}

.blizkiy-title p {
    padding: 33px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.blizkiy-border2 {
    margin: 0;
    padding: 30px;
    max-width: 410px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.blizkiy-inner {
    display: flex;
    padding: 91px 0 0
}

.blizkiy-inner-block {
    padding: 0 70px 0 0
}

.blizkiy-inner-block:last-child {
    padding: 0
}

.blizkiy-inner-wrap {
    display: flex;
    align-items: center
}

.blizkiy-inner-icon {
    box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.blizkiy-inner-title {
    padding: 0 0 0 30px
}

.blizkiy-inner-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.blizkiy-absolute {
    position: absolute;
    width: 191px;
    top: 116px;
    right: 592px
}

.blizkiy-absolute2 {
    position: absolute;
    width: 278px;
    bottom: 9px;
    right: 9px
}

.licenziya {
    padding: 100px 0 0;
    background: url(../images/zdorov-bg.svg) center 9% no-repeat
}

.licenziya-slayder {
    padding: 70px 0 0
}

.licenziya-border {
    position: relative;
    padding: 25px 0;
    background: #EFF2FA;
    border: 1px solid #C4D0EC;
    border-radius: 30px
}

.licenziya-border a {
    display: block
}

.licenziya-border:before {
    position: absolute;
    content: '';
    background: #EFF2FA url(../images/licenziya-button.svg) 50% 50% no-repeat;
    opacity: .5;
    left: 0;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    width: 0
}

.licenziya-button button:before {
    position: absolute;
    content: '';
    background: #EFF2FA url(../images/licenziya-button.svg) 50% 50% no-repeat;
    opacity: .5;
    left: 0;
    border-radius: 30px;
    top: 0;
    bottom: 0;
    width: 0
}

.licenziya-button button:hover:before {
    width: 100%
}

.licenziya-center {
    display: flex;
    justify-content: center;
    padding: 30px 0 0
}

.licenziya-link {
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.licenziya-link:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.licenziya-link a {
    padding: 14px 16px;
    background: rgba(239, 242, 250, 1);
    display: inline-flex;
    text-decoration: none;
    border-radius: 26px
}

.licenziya-link a p {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.licenziya-link:hover a {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.licenziya-link:hover a p {
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.vrachi {
    padding: 85px 0 0;
    background: url(../images/zdorov-bg.svg) center 4% no-repeat
}

.vrachi-container {
    max-width: 1800px;
    padding: 0
}

.vrachi-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -18px 0 0
}

.vrachi-block {
    width: 25%;
    padding: 82px 51px 0
}

.vrachi-border {
    padding: 20px 20px 24px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.vrachi-center {
    display: flex;
    justify-content: center
}

.vrachi-button {
    margin: -28px 0 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.vrachi-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.vrachi-button a {
    width: 196px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px
}

.vrachi-button a p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.vrachi-button:hover a {
    transition: .3s;
    background: #EFF2FA
}

.vrachi-button:hover a p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.vrachi-position p {
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F6D98
}

.vrachi-name p {
    padding: 10px 0 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.goroda {
    padding: 143px 0 0;
    background: url(../images/zdorov-bg.svg) center 15% no-repeat
}

.goroda-border {
    margin: 85px 0 0;
    padding: 20px;
    background: #EFF2FA;
    border: 1px solid #C4D0EC;
    border-radius: 30px
}

.goroda-wrap {
    display: flex
}

.goroda-block {
    width: 69%
}

.goroda-map {
    overflow: hidden;
    border-radius: 20px 0 0 20px
}

.goroda-block2 {
    width: 31%;
    padding: 0 0 0 58px
}

.goroda-gorod {
    padding: 60px 0 0
}

.goroda-gorod ul {
    display: flex;
    flex-wrap: wrap
}

.goroda-gorod ul li {
    padding: 20px 0 0;
    width: 50%
}

.goroda-gorod ul li a {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.goroda-gorod ul li a:hover {
    text-decoration-line: underline
}

.tekstoviy {
    padding: 40px 0 0
}

.tekstoviy-wrap {
    padding: 0 0 30px;
    display: flex
}

.tekstoviy-block {
    padding: 12px 56px 0 0
}

.tekstoviy h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2em;
    color: #223858;
    margin: 25px 0 10px
}

.tekstoviy p {
    padding: 20px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.tekstoviy ol {
    padding: 25px 0 0 40px
}

.tekstoviy table {
    margin: 20px 0
}

.tekstoviy td {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    padding: 5px;
    border: solid 1px
}

.tekstoviy ol li {
    align-items: center;
    padding: 20px 0 0;
    align-items: flex-start
}

.stayiwork-img {
    max-width: 400px
}

.stayiwork-img img {
    border-radius: 30px
}

.tekstoviy ol {
    counter-reset: myCounter
}

.tekstoviy ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: url(../images/tekstoviy-li.svg) 0 0 no-repeat;
    display: inline-block;
    text-align: center;
    padding: 7px 27px 0 17px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #EFF2FA;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0
}

.tekstoviy ol li {
    width: 90%;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98;
    padding: 0 0 0 53px;
    position: relative;
    margin-bottom: 25px
}

.tekstoviy-block2 {
    padding: 0 0 0 56px
}

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

.tekstoviy-img {
    display: inline-block;
    padding: 10px 10px 6px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px;
    float: right
}

.tekstoviy-img img {
    border-radius: 15px
}

.tekstoviy-container br {
    display: none
}

iframe {
    display: inline-block;
    padding: 10px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px;
    max-width: 100%;
    margin: 20px
}

.frontmap {
    display: inline-block;
    padding: 0;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 0 20px 20px 0;
    margin: 0;
    width: 100%
}

.contactmap {
    display: inline-block;
    padding: 0;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 20px 0 0 20px;
    margin: 0;
    width: 100%
}

.tekstoviy h3 {
    padding: 20px 0 0;
    font-weight: 700;
    font-size: 27px;
    line-height: 39px;
    color: #223858
}

.tekstoviy h4 {
    padding: 20px 0 0;
    font-weight: 700;
    font-size: 22px;
    line-height: 39px;
    color: #223858
}

.ceni {
    padding: 156px 0 0;
    background: url(../images/zdorov-bg.svg) center 14% no-repeat
}

.ceni-border {
    margin: 50px 0 0;
    background: #EFF2FA;
    border: 2px solid #BFCADF;
    border-radius: 30px
}

.ceni-wrap {
    display: flex;
    align-items: center;
    padding: 20px 50px
}

.ceni-block {
    width: 15%
}

.ceni-block2 {
    padding: 0 60px 0 40px;
    width: 70%
}

.ceni-block3 {
    width: 15%
}

.ceni-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #8F99A8
}

.ceni-wrap2 {
    padding: 20px 50px;
    display: flex;
    align-items: center;
    border-top: 1px solid #BFCADF
}

.ceni-title2 p {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.5em;
    color: #223858
}

.ceni-suptitle p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.ceni-button {
    width: 100%;
    margin: 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.ceni-button:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.ceni-button button {
    width: 100%;
    height: 54px;
    background: #EFF2FA;
    border-radius: 26px
}

.ceni-button button .ceni-button-p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.ceni-button button .ceni-button-hv {
    display: none;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.ceni-button:hover button {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.ceni-button:hover button .ceni-button-hv {
    display: block
}

.ceni-button:hover button .ceni-button-p {
    display: none
}

.otziv {
    padding: 58px 0 0
}

.otziv-slayder {
    padding: 50px 0 0
}

.otziv-block-n {
    margin: 30px 0
}

.otziv-border {
    padding: 30px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.otziv-name p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.otziv-border-text {
    margin: 20px 0 0;
    background: #C4D0EC;
    border-radius: 30px;
    display: inline-block;
    padding: 5px 10px
}

.otziv-border-text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    color: #223858
}

.otziv-title {
    padding: 20px 0 0
}

.otziv-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #223858
}

.blizkiy2 {
    padding: 100px 0 0
}

.karta {
    padding: 100px 0 0
}

.karta-container {
    max-width: 1920px;
    padding: 0
}

.karta-border {
    padding: 20px;
    background: #EFF2FA;
    border: 1px solid #C4D0EC;
    border-radius: 30px
}

.karta-wrap {
    display: flex
}

.karta-block {
    width: 26%
}

.karta-block2 {
    width: 74%
}

.karta-border-border {
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 30px 0 0 30px;
    height: 100%;
    padding: 61px 0 28px 92px
}

.title3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #EFF2FA
}

.karta-icon {
    position: relative
}

.karta-icon:before {
    position: absolute;
    content: '';
    background: url(../images/karta-icon.svg) 0 0 no-repeat;
    width: 61px;
    height: 69px;
    top: -10px;
    left: -76px
}

.karta-title {
    padding: 30px 0 0
}

.karta-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #EFF2FA
}

.karta-link {
    padding: 20px 0 0
}

.karta-text {
    display: flex;
    align-items: center
}

.karta-link a {
    display: flex;
    align-items: center;
    text-decoration: none
}

.karta-link-text {
    margin: 0 0 0 30px
}

.karta-link-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #EFF2FA
}

.karta-link-suptitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #EFF2FA
}

.karta-suptitle {
    padding: 20px 0 0
}

.karta-suptitle p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #EFF2FA
}

.karta-map {
    overflow: hidden;
    border-radius: 0 20px 20px 0
}

.footer {
    padding: 50px 0 36px
}

.footer-top {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.footer-social {
    display: flex;
    align-items: center
}

.footer-social-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.footer-social-ul {
    padding: 0 0 0 10px;
    display: flex;
    align-items: center
}

.footer-social-li {
    padding: 0 0 0 20px
}

.footer-social-li a:hover {
    opacity: .6
}

.footer-button {
    display: inline-block;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.footer-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.footer-button button {
    width: 190px;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px
}

.footer-button button p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.footer-button button span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.footer-button:hover button {
    transition: .3s;
    background: #DFE8E9
}

.footer-button:hover button p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-button:hover button span {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-button2 {
    margin: 30px 0 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.footer-button2:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.footer-button2 span {
    color: #0F5DDB;
    font-weight: 600;
}

.footer-button2 button {
    width: 190px;
    height: 48px;
    background: #DFE8E9;
    border-radius: 26px
}

.footer-button2 button p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-button2:hover button {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.footer-button2:hover button p {
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.footer-top-button {
    display: flex;
    justify-content: flex-end
}

.footer-top-links {
    padding: 40px 0 0
}

.footer-top-link a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    color: #223858
}

.footer-top-link a:hover {
    text-decoration-line: underline
}

.footer-top-olata {
    padding: 30px 0 0
}

.footer-top-olata-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #223858
}

.footer-top-olata-ul {
    padding: 20px 0 0;
    display: flex;
    align-items: center
}

.footer-top-olata-li {
    padding: 0 40px 0 0
}

.footer-top-olata-li:last-child {
    padding: 0
}

.footer-middle {
    width: 1137px;
    margin: -442px 0 0;
    display: flex
}

.footer-block {
    max-width: 267px;
    width: 100%;
    margin: 0 60px 0 0
}

.footer-block:last-child {
    margin: 0
}

.footer-middle-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.footer-middle-ul {
    padding: 20px 0 0
}

.footer-middle-li {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.footer-middle-li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.footer-middle-li a:hover {
    text-decoration-line: underline
}

.footer-middle-ul-pd {
    padding: 50px 0 0
}

.footer-bottom {
    padding: 50px 0 0
}

.footer-bottom-title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4F6D98
}

.footer-bottom-title a,
.footer-bottom-title a:visited {
    color: inherit
}

.zdorov-block-suptitle-mb {
    display: none
}

.popular-slayder {
    display: none;
    padding: 17px 0 0
}

.vrachi-slayder {
    display: none;
    padding: 20px 0 0
}

.blizkiy-block3 {
    display: none
}

.header-mobile {
    display: none
}

.header-mobile-link a {
    text-decoration: none;
    text-align: center
}

.header-mobile-link2 a {
    text-decoration: none;
    text-align: center
}

.header-mobile-link-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #223858;
    margin-bottom: 5px
}

.header-mobile-link-number {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #223858
}

.header-mobile-link2 {
    padding: 4px 0 0
}

.mt-munu-mb {
    padding: 0
}

.burger {
    position: absolute;
    top: 8px;
    right: -11px;
    display: none !important;
    color: #23f0ff;
    cursor: pointer;
    z-index: 12;
    display: flex
}

.burger i:nth-of-type(1) {
    display: block
}

.burger i:nth-of-type(2) {
    margin: -30px 20px 0 0;
    display: none
}

.burger.burger-open {
    color: #2a3255
}

.burger.burger-open i:nth-of-type(1) {
    display: none
}

.burger.burger-open i:nth-of-type(2) {
    display: block
}

.body-open {
    overflow: hidden;
    height: 100vh;
}

.topbutton.burger-open {
    display: none;
}

.mt-mobile {
    transition: .5s ease all;
}

.mt-mobile.nav-open {
    clip-path: circle(0px at 100% 0)
}

.accordion2 {
    padding: 0;
    margin: 0
}

.accordion3 {
    padding: 0;
    margin: 0;
    transform: translateX(-39px)
}

.accordion2 .item2 {
    cursor: pointer;
    grid-template-columns: auto 1fr auto;
    column-gap: 24px;
    row-gap: 32px;
    align-items: center;
    transition: border-top .3s
}

.accordion2 .item2.open2 .hidden-box2 {
    display: block;
    font-size: 16px;
    line-height: 150%;
    color: #1E3301
}

.accordion2 .text2 {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #223858;
    margin: 0
}

.accordion2 .item2.open2 .text2 {
    transition: color .3s
}

.accordion2 .icon2 {
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0 0 0 14px;
    transition: transform .2s ease-in
}

.accordion2 .item2.open2 .icon2 {
    transform: rotate(-90deg)
}

.accordion2 .hidden-box2 {
    grid-column: 1;
    display: none;
    transition: display .2 ease-in
}

.hidden-box2 {
    padding: 0
}

.burger-ul {
    padding: 0
}

.burger-li {
    padding: 10px 0 0
}

.burger-li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.mt-mobile .burger-li2 {
    padding: 10px 16px;
    position: relative;
    align-items: baseline;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 15px;
}

.mt-mobile .burger-ul2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}

.header-open {
    position: sticky;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
}

blockquote {
    margin-left: 0;
    margin-right: 0;
}

.mt-mobile .header-search.in-burger .popup_form.str-form.poisk-form {
    width: 100%;
    position: relative;
}

.mt-mobile .header-search-icon {
    position: absolute;
    top: 0;
    right: 5px;
    border: 1px transparent solid;
}

.mt-mobile .form-input {
    max-width: unset !important;
}

.mt-mobile .header-search.in-burger {
    margin-top: 20px;
}

.mt-mobile .header-search-button .form-input {
    border: 1px #a3abbd solid;
}

.mt-mobile .header-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.mt-mobile .header-link-suptitle {
    font-size: 14px;
}

.mt-mobile .header-search-button input::-webkit-input-placeholder {
    color: rgba(79, 109, 152, 1) !important;
}

.mt-mobile .icon2 {
    position: absolute;
    top: 17px;
    right: 16px;
}

.mt-mobile .accordion3 {
    transform: none;
}

.mt-mobile .accordion3 .hidden-box2 {
    border-top: 1px rgba(30, 124, 228, 0.2) solid;
    margin-top: 7px;
    max-height: 250px;
    overflow-y: auto;
}

.mt-mobile .accordion3 a {
    font-size: 14px;
    font-weight: 600;
}

.mt-mobile {
    max-height: max-content;
}

.mt-mobile.nav-open {
    max-height: 0;
}

.burger-li .burger-ul .burger-li a {
    font-weight: 100;
}

.burger-li .burger-ul {
    margin-left: 10px;
}

.text__content table {
    border-collapse: collapse;
    border: 0;
    border-radius: 24px;
}

.text__content table thead {
    background: rgba(196, 208, 236, 1);
}

.text__content table th {
    border: 1px solid #fff;
    border-top: 0;
    border-bottom: 0;
    padding: 16px 16px;
}

.text__content table th:first-child {
    border-left: 0;
}

.text__content table th:last-child {
    border-right: 0;
}

.text__content table tr td {
    background: rgba(255, 255, 255, 0.2);
}

.text__content table tr td:last-child {
    border-right: 0;
    font-weight: 600;
}

.text__content table td {
    padding: 12px 16px;
    border-bottom: 0;
    border-top: 0;
    font-size: 16px;
    border-color: rgba(255, 255, 255, 0.5);
}

em {
    background: #fff;
    display: flex;
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    padding-left: 100px;
    color: rgba(34, 56, 88, 1);
    position: relative;
    min-height: 96px;
    align-items: center;
}

em:before {
    content: '';
    left: 16px;
    top: 16px;
    position: absolute;
    width: 64px;
    height: 64px;
    background-image: url(/im/attension.svg);
}

.text__content table tr td:first-child {
    font-weight: 600;
    border-left: 0;
}

.text__content table tr:nth-child(even) td {
    border-color: rgba(255, 255, 255, 0.2);
}

.text__content table tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.5);
}

.mt-mobile .accordion3 .hidden-box2::-webkit-scrollbar {
    width: 5px
}

.mt-mobile .accordion3 .hidden-box2::-webkit-scrollbar-track {
    background: transparent
}

.mt-mobile .accordion3 .hidden-box2::-webkit-scrollbar-thumb {
    background-color: #a2c7eb;
    border-radius: 20px;
    border: 1px solid #a2c7eb
}

.burger-li2 a {
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.srochno-block3 {
    display: none
}

.karta-block3 {
    display: none
}

.modal {
    position: fixed;
    top: 0;
    z-index: 12;
    height: 100vh;
    width: 100%
}

.js-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out
}

.js-modal .modal__inner {
    transform: translateY(100%);
    opacity: 0;
    transition: transform .5s ease-in-out .1s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%)
}

.js-modal.is-open {
    visibility: visible;
    opacity: 1;
    overflow: auto
}

.js-modal.is-open .modal__inner {
    opacity: 1;
    transform: translateY(0)
}

.modal {
    background: rgba(0, 0, 0, 0.23)
}

.modal-close-button {
    z-index: 1;
    position: absolute;
    top: 10px;
    right: 15px
}

.modal-border {
    position: relative;
    padding: 30px;
    max-width: 410px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.modal-border2 {
    position: relative;
    padding: 30px;
    max-width: 410px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.modal-title,
.modal-title--new {
    padding: 0 0 20px
}

.modal-title p,
.modal-title--new p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #4F6D98
}

.modal-pd {
    padding: 20px 0 0
}

.modal-suptitle p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.modal-link a {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    text-decoration: none
}

.modal-title2 p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.modal-ul {
    padding: 6px 0 0
}

.modal-li {
    padding: 4px 0 0
}

.modal-li p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.modal-li p span {
    font-weight: 400
}

.work-border-title-italic p {
    font-style: italic;
    font-size: 18px;
    line-height: 27px
}

.modal-border3 {
    position: relative;
    padding: 30px;
    width: 560px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.modal-img img {
    width: 100%
}

.uslugiwork {
    padding: 0 0 60px;
    background-size: cover
}

.uslugiwork-container {
    max-width: 1440px;
    padding: 0
}

.uslugiwork-border {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 30px 30px 44px
}

.uslugiwork-pd {
    padding: 20px 0 0
}

.uslugiwork-wrap {
    padding: 30px 0 0;
    display: flex;
    justify-content: space-between
}

.uslugiwork-block {
    width: 55%
}

.uslugiwork-title p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.uslugiwork-bottom {
    padding: 70px 0 0
}

.uslugiwork-bottom-wrap {
    padding: 30px 0 0;
    display: flex;
    align-items: center
}

.uslugiwork-bottom-icon {
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 16px;
    box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px
}

.uslugiwork-bottom-title {
    width: 90%;
    margin: 0 0 0 35px;
    color: #223858;
    white-space: normal;
}

.uslugiwork-bottom-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.uslugiwork-block2 {
    padding: 0 60px 0 0;
    width: 45%;
    display: flex;
    justify-content: flex-end;
    position: relative
}

.uslugiwork-border2 {
    position: relative;
    z-index: 1;
    padding: 30px;
    max-width: 410px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.uslugiwork-absolute {
    position: absolute;
    width: 492px;
    top: -96px;
    right: 30px
}

.skidki {
    padding: 80px 0 0
}

.skidki-border {
    padding: 50px;
    background: #C4D0EC;
    border-radius: 30px
}

.skidki-block {
    padding: 33px 0 0
}

.skidki-border2 {
    padding: 9px 50px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 20px
}

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

.skidki-left {
    display: flex;
    align-items: center
}

.skidki-icon img {
    width: 51px
}

.skidki-title {
    padding: 0 0 0 30px
}

.skidki-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.skidki-button {
    width: 100%;
    margin: 0;
    display: inline-block;
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    padding: 2px;
    border-radius: 26px
}

.skidki-button:hover {
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    box-shadow: none
}

.skidki-button button {
    width: 196px;
    height: 38px;
    background: #EFF2FA;
    border-radius: 26px
}

.skidki-button button .skidki-button-p {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 27px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.skidki-button button .skidki-button-hv {
    display: none;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 27px;
    transition: .3s;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.skidki-button:hover button {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%)
}

.skidki-button:hover button .skidki-button-hv {
    display: block
}

.skidki-button:hover button .skidki-button-p {
    display: none
}

.tekstoviy ul {
    padding: 25px 0 0 40px
}

.tekstoviy ul li {
    padding: 10px 0 0;
    padding-left: 48px;
    position: relative;
    align-items: stretch;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98;
    width: 90%
}

.tekstoviy ul li:before {
    background: url(../images/tekstoviy-li2.svg) 0 50% no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    padding: 3px 0 0 40px;
    position: absolute;
    left: 0;
    top: 12px
}

.tekstoviy ul li p {
    width: 90%;
    padding: 0 0 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.tekstoviy-wrap2 {
    display: flex;
    padding: 30px 0 0;
    justify-content: space-between
}

.tekstoviy-block4 {
    width: 47%;
    padding: 20px 0 0
}

.etap {
    padding: 100px 0 0
}

.etap-title p {
    padding: 10px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #4F6D98
}

.etap-border {
    padding: 50px 100px;
    background: #FBFCFD url(../images/etap-border.png) center 0 no-repeat;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    border-radius: 30px
}

.etap-wrap {
    display: flex;
    padding: 30px 0 0
}

.etap-block {
    width: 55%
}

.etap-li {
    display: flex;
    align-items: center;
    padding: 0 0 20px
}

.etap-li:last-child {
    padding: 0
}

.etap-ol {
    counter-reset: myCounter
}

.etap-li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: url(../images/etap-li.svg) 0 0 no-repeat;
    display: inline-block;
    text-align: center;
    padding: 29px 0 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #EFF2FA;
    width: 113px;
    height: 113px
}

.etap-text {
    width: 90%;
    padding: 0 0 0 50px
}

.etap-text-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.etap-text-suptitle p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.etap-block2 {
    width: 45%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 0
}

.etap-img {
    margin: 0 -94px 0 0
}

.tekstoviy-padding {
    padding: 50px 0 0
}

.konsultation {
    padding: 150px 0 0
}

.konsultation-border {
    background: #C4D0EC;
    border-radius: 30px;
    padding: 80px 180px 80px 150px;
    position: relative
}

.konsultation-zindex {
    position: relative;
    z-index: 1
}

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

.konsultation-title {
    padding: 23px 0 0
}

.konsultation-title p {
    padding: 10px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.konsultation-link a {
    text-decoration: none;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #223858
}

.konsultation-link a:hover {
    text-decoration-line: underline
}

.konsultation-absolute {
    position: absolute;
    width: 160px;
    top: 26px;
    right: 716px
}

.konsultation-absolute2 {
    position: absolute;
    width: 148px;
    bottom: 17px;
    right: 22px
}

.otvet {
    padding: 120px 0 0
}

.otvet-wrap {
    display: flex
}

.otvet-block {
    width: 51%;
    padding: 46px 0 0;
    position: relative
}

.title2 span {
    background: linear-gradient(rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.otvet-block2 {
    width: 49%
}

.otvet-img {
    margin: 0 0 0 117px
}

.otvet-bf {
    position: relative
}

.otvet-bf:before {
    position: absolute;
    content: '';
    background: url(../images/otvet-bf.svg) 0 0 no-repeat;
    width: 459px;
    height: 100px;
    top: 15px;
    right: 154px
}

.accordion {
    border-top: 2px solid #BFCADF;
    padding: 0;
    margin: 0
}

.accordion .item {
    padding: 30px 0;
    cursor: pointer;
    border-bottom: 2px solid #BFCADF;
    grid-template-columns: auto 1fr auto;
    column-gap: 24px;
    row-gap: 32px;
    align-items: center;
    transition: border-top .3s
}

.accordion .item.open .hidden-box {
    display: block
}

.accordion .text {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 48px;
    color: #223858;
    margin: 0
}

.accordion .item.open .text {
    transition: color .3s
}

.accordion .icon {
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: 0 20px 0 0;
    transition: transform .2s ease-in
}

.accordion .item.open .icon {
    transform: rotate(-45deg)
}

.accordion .hidden-box {
    grid-column: 1;
    display: none;
    transition: display .2 ease-in
}

.hidden-box {
    padding: 30px 0 0
}

.otvet-acc-title p {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4F6D98
}

.skidki-slayder {
    display: none;
    padding: 20px 0 0
}

.stayiwork {
    padding: 40px 0 0
}

.stayiwork-container {
    max-width: 1433px
}

.stayiwork-padding {
    padding: 20px 0 0
}

.stayiwork-pd {
    padding: 30px 0 0
}

.stayiwork-block {
    padding: 30px 0 0
}

.stayiwork-link {
    display: block;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px;
    text-decoration: none;
    padding: 30px
}

.stayiwork-wrap {
    display: flex;
    align-items: center
}

.stayiwork-text {
    padding: 0 0 0 60px;
    width: 70%
}

.stayiwork-title p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #223858
}

.stayiwork-suptitle p {
    padding: 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.stayiwork-inner {
    display: flex;
    align-items: center;
    padding: 30px 0 0
}

.stayiwork-inner-wrap {
    display: flex;
    padding: 0 30px 0 0
}

.stayiwork-inner-wrap:last-child {
    padding: 0
}

.stayiwork-inner-title p {
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.stayiwork-buttons {
    padding: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.stayiwork-button button {
    width: 77px;
    height: 77px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 20px;
    transform: rotate(-180deg)
}

.stayiwork-button button img {
    transform: rotate(-180deg)
}

.form-articles__left {
    background: #C4D0EC;
    padding: 32px
}

.form-articles {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    font-family: "Poppins", sans-serif
}

.form-articles .nozamen-block-block {
    width: 100%
}

.form-articles .nozamen-block-wrap {
    flex-direction: column;
    gap: 20px
}

.form-articles__subtitle {
    color: rgba(79, 109, 152, 1);
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto 40px;
    max-width: 430px;
    text-align: center
}

.nozamen-border-title a {
    color: #4F6D98 !important;
    text-decoration: none !important
}

.other-articles {
    border: 1px solid #BFCADF;
    background: #EFF2FA;
    border-radius: 30px;
    width: 100%;
    max-width: 1100px;
    padding: 40px
}

.other-articles__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    line-height: 1
}

span.other-articles__title {
    font-size: 48px;
    font-weight: 700;
    color: #223858
}

.article-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #C4D0EC;
    padding: 24px 0;
    align-items: center
}

.article-item:first-child {
    padding-top: 0
}

.article-item:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.other-articles .licenziya-link a {
    color: #0F5DDB;
    white-space: nowrap
}

.article-item__view-count {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #0F5DDB
}

.article-item__name {
    color: #223858;
    font-size: 22px;
    font-weight: 600
}

.article-item__name a {
    color: #223858;
    text-decoration: none;
    transition: color .3s linear
}

.article-item__name a:hover {
    color: #0F5DDB
}

.article-item__date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #0F5DDB
}

.article-item__right {
    display: flex;
    gap: 16px;
    flex-shrink: 0
}

.form-articles {
    margin-top: 80px;
    align-items: flex-start
}

.form-articles .nozamen-block-block2 {
    width: 100%
}

span.form-articles__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 auto 20px;
    color: #223858;
    text-align: center;
    max-width: 340px
}

.form-articles__left {
    background: #C4D0EC;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 24px;
    width: 100%;
    max-width: 527px;
    min-width: 527px;
    position: relative;
    overflow: hidden
}

.form-articles__left>* {
    position: relative;
    z-index: 3
}

.form-articles__left::before,
.form-articles__left::after {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    width: 160px;
    height: 160px
}

.form-articles__left::before {
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/iconsArticles2.png?v=1");
    background-size: cover
}

.form-articles__left::after {
    right: -40px;
    width: 140px;
    height: 140px;
    top: 10px;
    background: url("../images/iconsArticles1.png?v=1");
    background-size: cover
}

.form-articles form#call2 {
    background: #fff;
    border-radius: 16px;
    padding: 32px 12px;
    position: relative;
    z-index: 1
}

@media (max-width:1240px) {
    .form-articles_container {
        padding: 0
    }

    .form-articles {
        flex-direction: column;
        align-items: center
    }

    .form-articles__left {
        padding: 20px;
        border-radius: 20px
    }

    .form-articles__title {
        font-size: 28px
    }

    .form-articles__subtitle {
        font-size: 18px;
        font-weight: 500
    }

    .other-articles {
        max-width: 100%;
        padding: 30px;
        border-radius: 0
    }
}

@media (max-width:750px) {
    .form-articles__left {
        min-width: auto;
        max-width: 100%
    }

    em {
        padding: 16px;
        padding-top: 96px;
    }

    span.other-articles__title {
        font-size: 28px;
        margin-bottom: 30px;
        order: 1
    }

    .other-articles__top {
        margin-bottom: 0;
        display: contents
    }

    .other-articles__list {
        order: 2;
        margin-bottom: 30px
    }

    .other-articles {
        display: flex;
        flex-direction: column
    }

    .licenziya-link {
        order: 3;
        text-align: center
    }

    .other-articles .licenziya-link a {
        width: 100%;
        justify-content: center
    }

    .article-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px
    }

    .article-item__right {
        width: 100%;
        justify-content: space-between
    }

    .article-item__name {
        font-size: 20px
    }
}

@media (max-width:550px) {
    .form-articles__left::before {
        width: 130px;
        height: 130px;
        top: 43%
    }

    .form-articles__left::after {
        width: 120px;
        height: 120px
    }

    .form-articles .nozamen-button {
        margin-top: 15px
    }
}

.stayiwork-li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #EFF2FA;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 10px;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    padding: 1px 0 0
}

.stayiwork-li2 {
    padding: 0 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000
}

.stayiwork-ul {
    display: flex;
    align-items: center;
    padding: 0 25px
}

.stayiwork-title-mb {
    display: none
}

.stayiwork-title-mb p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #223858
}

.uslugiwork-title-pd {
    padding: 30px 0 0
}

.uslugiwork-absolute2 {
    position: absolute;
    width: 553px;
    top: -59px;
    right: 9px
}

.uslugiwork-statyya {
    background-position: center -37%
}

.statyyawork {
    padding: 50px 0 0
}

.statyyawork-container {
    max-width: 1240px;
    padding: 0 15px
}

.statyyawork-border {
    position: relative;
    padding: 40px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 25px
}

.statyyawork-absolute2 {
    position: absolute;
    bottom: 5px;
    right: 554px;
    width: 170px
}

.statyyawork-absolute {
    position: absolute;
    top: 29px;
    left: 654px;
    width: 166px
}

.statyyawork-zindex {
    position: relative;
    z-index: 1
}

.statyyawork-wrap {
    justify-content: space-between;
    display: flex;
    gap: 10px
}

.statyyawork-block-border {
    width: 597px;
    padding: 10px 8px 15px 15px;
    background: #FBFCFD;
    border: 1px solid #BFCADF;
    border-radius: 15px;
    margin: 40px 0 0
}

.statyyawork-li {
    padding: 5px 0 0;
    display: flex;
    align-items: center
}

.statyyawork-li:before {
    border-radius: 50%;
    content: '';
    border: 3px solid rgba(32, 128, 229, 1);
    width: 14px;
    height: 14px
}

.statyyawork-li a {
    padding: 0 0 0 20px;
    display: block;
    width: 95%;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
    color: #223858
}

.statyyawork-li:hover:before {
    background: rgba(32, 128, 229, 1)
}

.statyyawork-block2-border {
    text-decoration: none;
    display: block;
    padding: 15px;
    max-width: 482px;
    background: #FBFCFD;
    border: 1px solid #BFCADF;
    border-radius: 15px;
    width: 100%;
}

.statyyawork-block2-wrap {
    display: flex
}

.statyyawork-block2-text {
    width: 90%;
    padding: 0 0 0 20px
}

.statyyawork-block2-title p {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #223858
}

.statyyawork-block2-suptitle p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #223858
}

.statyyawork-block2-text .date__item {
    display: flex;
    gap: 5px;
    padding-top: 10px;
    flex-wrap: wrap
}

.statyyawork-block2-text .date__item span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: #223858;
    align-items: center;
    display: flex
}

.statyyawork-block2-text .date__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #223858;
    align-items: center;
    display: flex
}

.statyyawork-pd {
    padding: 20px 0 0
}

.statyyawork-block2-pd {
    padding: 5px 0 0
}

.statyyawork-company {
    padding: 15px 0 0
}

.nextstatyay {
    padding: 20px 0 0
}

.nozamen {
    padding: 107px 0 0
}

.nozamen-border {
    background: #C4D0EC;
    border-radius: 30px;
    padding: 50px 20px 107px 54px;
    position: relative
}

.nozamen-zindex {
    position: relative;
    z-index: 1
}

.nozamen-title p {
    padding: 33px 0 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.nozamen-block {
    padding: 40px 0 0
}

.nozamen-block-border {
    padding: 30px 85px 30px 15px;
    max-width: 1161px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.nozamen-block-wrap {
    display: flex;
    align-items: center
}

.nozamen-block-block {
    width: 35%;
    padding: 0 15px
}

.nozamen-block-block2 {
    width: 30%;
    padding: 0 15px
}

.nozamen-input input {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    margin: 0;
    width: 100%;
    padding: 0 0 0 30px;
    height: 52px;
    background: #FBFCFD;
    border: 1px solid #BFCADF;
    border-radius: 28.5px
}

.nozamen-input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.nozamen-input input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.nozamen-input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.nozamen-input input::placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.nozamen-button {
    margin: 0;
    display: inline-block;
    width: 100%;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.nozamen-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.nozamen-button button {
    width: 100%;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.nozamen-button:hover button {
    transition: .3s;
    background: #EFF2FA;
    color: #0F5DDB
}

.nozamen-button:hover button p {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.nozamen-border-title p {
    padding: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98
}

.nozamen-absolute {
    position: absolute;
    width: 186px;
    top: 0;
    left: 671px
}

.nozamen-absolute2 {
    position: absolute;
    width: 164px;
    top: 51px;
    right: 361px
}

.nozamen-absolute3 {
    position: absolute;
    bottom: -6px;
    right: 62px;
    margin: 0;
    width: 383px
}

.ocenka {
    padding: 50px 0 0
}

.ocenka-wrap {
    display: flex
}

.ocenka-block {
    padding: 0 200px 0 0
}

.ocenka-block:last-child {
    padding: 0
}

.ocenka-title p {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #223858
}

.ocenka-stars {
    padding: 10px 0 0
}

.ocenka-suptitle p {
    padding: 10px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse;
    position: relative
}

.rating-0 {
    filter: grayscale(100%)
}

.rating>input {
    display: none
}

.rating>label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: auto;
    background-image: url(../images/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s
}

.rating>input:checked~label,
.rating>input:checked~label~label {
    background-image: url(../images/star2.svg)
}

.rating>input:not(:checked)~label:hover,
.rating>input:not(:checked)~label:hover~label {
    background-image: url(../images/star2.svg)
}

.emoji-wrapper {
    width: 100%;
    text-align: center;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.emoji-wrapper:before,
.emoji-wrapper:after {
    content: "";
    height: 15px;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1
}

.emoji-wrapper:before {
    top: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%)
}

.emoji-wrapper:after {
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%)
}

.emoji {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .3s
}

.emoji>svg {
    margin: 15px 0;
    width: 70px;
    height: 70px;
    flex-shrink: 0
}

#rating-1:checked~.emoji-wrapper>.emoji {
    transform: translateY(-100px)
}

#rating-2:checked~.emoji-wrapper>.emoji {
    transform: translateY(-200px)
}

#rating-3:checked~.emoji-wrapper>.emoji {
    transform: translateY(-300px)
}

#rating-4:checked~.emoji-wrapper>.emoji {
    transform: translateY(-400px)
}

#rating-5:checked~.emoji-wrapper>.emoji {
    transform: translateY(-500px)
}

.feedback {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center
}

.ocenka-title2 p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.ocenka-ul {
    display: flex;
    align-items: center;
    padding: 30px 0 0
}

.ocenka-li {
    padding: 0 20px 0 0
}

.ocenka-li:last-child {
    padding: 0
}

.ocenka-li a:hover {
    opacity: .6
}

.koment {
    padding: 80px 0 0
}

.koment-border {
    margin: 0 0 20px;
    padding: 30px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.koment-wrap {
    display: flex
}

.koment-block {
    width: 76%;
    padding: 0 35px 0 0
}

.koment-block2 {
    width: 24%;
    padding: 0 0 0 35px
}

.koment-input input {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    margin: 0;
    width: 100%;
    padding: 0 0 125px 30px;
    height: 176px;
    background: #FBFCFD;
    border: 1px solid #BFCADF;
    border-radius: 28.5px
}

.koment-input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input input::placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input2 {
    padding: 0 0 10px
}

.koment-input2 input {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    margin: 0;
    width: 100%;
    padding: 0 0 0 30px;
    height: 52px;
    background: #FBFCFD;
    border: 1px solid #BFCADF;
    border-radius: 28.5px
}

.koment-input2 input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input2 input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input2 input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-input2 input::placeholder {
    color: rgba(0, 0, 0, 0.51)
}

.koment-button {
    margin: 0;
    display: inline-block;
    width: 100%;
    background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
    padding: 2px;
    border-radius: 26px;
    box-shadow: 0 2px 12px rgba(24, 111, 224, 0.5)
}

.koment-button:hover {
    background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
    box-shadow: none
}

.koment-button button {
    width: 100%;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px
}

.koment-button button p,
.koment-button button span {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #FFF
}

.koment-button:hover button {
    transition: .3s;
    background: #EFF2FA
}

.koment-button:hover button p,
.koment-button:hover button span {
    transition: .3s;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent
}

.koment-border2 {
    margin: 30px 0 0;
    padding: 41px 30px;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.koment-top {
    display: flex;
    align-items: center
}

.koment-title p {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.koment-data {
    padding: 0 0 0 30px;
    display: flex;
    align-items: center
}

.koment-data p {
    padding: 0 0 0 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #223858
}

.koment-suptitle p {
    padding: 30px 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.onas {
    padding: 40px 0 0;
    background: url(../images/zdorov-bg.svg) center 5% no-repeat
}

.onas-padding {
    padding: 55px 0 0
}

.onas-container {
    max-width: 1800px;
    padding: 0
}

.onas-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px 0 0
}

.onas-block {
    width: 25%;
    padding: 82px 51px 0
}

.specialistwork {
    padding: 40px 0 0
}

.specialistwork-container {
    max-width: 1537px
}

.specialistwork-wrap {
    display: flex;
    padding: 50px 0 0
}

.specialistwork-block {
    width: 29%;
    padding: 0 30px 0 0
}

.specialistwork-block2 {
    width: 71%;
    padding: 40px 0 0 30px
}

.specialistwork-inner {
    display: flex;
    align-items: center
}

.specialistwork-inner-block {
    width: 62%;
    padding: 0 30px 0 0
}

.specialistwork-text {
    display: flex;
    padding: 20px 0 0;
    flex-wrap: wrap
}

.specialistwork-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.specialistwork-suptitle {
    font-weight: 400;
    font-size: 26px;
    line-height: 39px;
    color: #223858;
    padding: 0 0 0 10px
}

.specialistwork-rekomen {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.specialistwork-rekomen-block {
    padding: 30px 0 0
}

.specialistwork-rekomen-border {
    width: 289px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EFF2FA;
    border: .75px solid #BFCADF;
    border-radius: 22.5px
}

.specialistwork-inner-block2 {
    width: 38%;
    padding: 0 0 0 30px
}

.specialistwork-inner-border {
    margin: 0;
    padding: 30px;
    max-width: 100%;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px
}

.specialisttext {
    padding: 70px 0 0
}

.specialisttext h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #223858
}

.specialisttext p {
    padding: 20px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.specialisttext ul {
    margin: -10px 0 0 40px
}

.specialisttext h3 {
    padding: 20px 0 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.specialisttext ul li {
    display: flex;
    padding: 30px 0 0;
    align-items: stretch;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98;
    width: 90%
}

.specialisttext ul li p {
    padding: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    color: #4F6D98
}

.specialisttext ul li span {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4F6D98;
    margin: 0 0 0 50px
}

.vrachi-spec {
    background: none !important
}

.vrachi-bf {
    position: relative
}

.vrachi-bf:before {
    position: absolute;
    content: '';
    background: url(../images/vrachi-bf.svg) 0 0 no-repeat;
    width: 649px;
    height: 142px;
    top: -21px;
    left: 295px;
    z-index: -1
}

.ceniwork {
    background: url(../images/ceniwork.svg) 100% 4% no-repeat;
    padding: 40px 0 0
}

.ceniwork-padding {
    padding: 70px 0 0
}

.ceniwork-pd {
    padding: 50px 0 0
}

.ceniwork-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.ceniwork-ul {
    display: flex;
    align-items: center;
    padding: 20px 0 0
}

.ceniwork-li {
    padding: 0 40px 0 0
}

.ceniwork-li:last-child {
    padding: 0
}

.ceniwork-block {
    padding: 50px 0 0
}

.ceniwork-block2 {
    padding: 70px 0 0
}

.title4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #223858
}

.ceni-border-mr {
    margin: 30px 0 0
}

.contaktiwork {
    padding: 40px 0 0
}

.contaktiwork-padding {
    padding: 20px 0 0
}

.contaktiwork-wrap {
    display: flex;
    padding: 30px 0 0
}

.contaktiwork-block {
    margin: 0 150px 0 0
}

.contaktiwork-block:last-child {
    margin: 0
}

.contaktiwork-li {
    padding: 20px 0 0;
    display: flex;
    flex-wrap: wrap
}

.contaktiwork-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.contaktiwork-li a {
    margin: 0 0 0 10px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.contaktiwork-li a:hover {
    text-decoration-line: underline
}

.contaktiwork-link {
    width: 100%;
    margin: 0 !important
}

.contaktiwork-suptitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #223858
}

.contaktiwork-ul2 {
    padding: 20px 0 0
}

.contaktiwork-li3 {
    padding: 30px 0 0;
    display: flex
}

.contaktiwork-suptitle-mr {
    margin: 0 0 0 10px
}

.contaktiwork-social {
    padding: 20px 0 0;
    display: flex;
    align-items: center
}

.contaktiwork-social-title p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #223858
}

.contaktiwork-social-ul {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px
}

.contaktiwork-social-li {
    padding: 0 0 0 20px
}

.contaktiwork-ul3 {
    padding: 40px 0 0
}

.goroda-gorod2 {
    padding: 0
}

.goroda-gorod2 ul {
    display: flex;
    flex-wrap: wrap
}

.goroda-gorod2 ul li {
    padding: 10px 0 0;
    width: 50%
}

.goroda-gorod2 ul li a {
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.goroda-gorod2 ul li a:hover {
    text-decoration-line: underline
}

.goroda-block3 {
    width: 31%;
    padding: 0
}

.goroda-pd {
    padding: 20px 0 0 58px
}

.goroda-border2 {
    margin: 44px 0 0;
    padding: 10px 0 18px 30px;
    position: relative;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 0 0 30px 0
}

.title5 {
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    color: #EFF2FA
}

.goroda-zindex {
    position: relative;
    z-index: 1
}

.goroda-absolute {
    position: absolute;
    width: 85px;
    right: 59px;
    bottom: 48px
}

.tekstoviy-container {
    max-width: 1240px
}

.topbutton {
    position: fixed;
    left: 30px;
    bottom: 30px;
    background-color: #C4D0EC;
    z-index: 10;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 10px
}

.photogallery {
    padding: 30px 0 0
}

.licenziya-image {
    border-radius: 3%;
    padding: 0 20px
}

table {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #4F6D98
}

.uslugiwork-title td {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4F6D98;
    padding: 5px;
    border: solid 1px
}

.uslugiwork-title table {
    margin: 20px 0
}

.uslugiwork-title h2 {
    margin: 25px 0 15px;
    color: #223858;
}

.uslugiwork-title ol {
    counter-reset: myCounter;
    margin: 0 0 25px
}

.uslugiwork-title ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: url(../images/tekstoviy-li.svg) 0 0 no-repeat;
    display: inline-block;
    text-align: center;
    padding: 7px 27px 0 17px;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #EFF2FA;
    height: 44px
}

.uslugiwork-title ol li {
    align-items: center;
    padding: 20px 0 0;
    align-items: flex-start;
    width: 90%;
    padding: 20px 0 0 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.uslugiwork-title ul li {
    padding: 10px 0 0 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98;
    width: 90%
}

.uslugiwork-title ul li:before {
    background: url(../images/tekstoviy-li2.svg) 0 50% no-repeat;
    content: '';
    width: 24px;
    height: 24px;
    padding: 3px 0 0 40px
}

.photoblock {
    margin: 20px;
    max-width: 500px
}

.photoimage {
    padding: 0 20px
}

.list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    list-style-type: none;
    padding: 0;
    margin: 0
}

@media (max-width:768px) {
    .list {
        grid-template-columns: repeat(2, 1fr)
    }

    iframe {
        margin: 1px
    }
}

.size-reset {
    width: initial !important;
    height: initial !important
}

.tekstoviy-container .ceni-wrap2 span {
    font-size: 16px
}

.vrachi.popular {
    padding: 30px;
    background: #FBFCFD;
    border-radius: 30px;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25);
    font-family: 'Poppins', sans-serif;
    margin-top: -55px
}

.popular .onas-wrap {
    gap: 36px;
    justify-content: center
}

.popular .onas-block {
    padding: 0;
    width: 380px
}

.popular .vrachi-container {
    padding-top: 60px;
    padding-bottom: 30px
}

.popular .vrachi-border {
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    min-height: 430px
}

.popular__header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    width: 100%
}

.popular__header a {
    color: #223858;
    text-decoration: none
}

.popular__header h3 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.popular__header a:hover {
    opacity: .7
}

.popular__header img {
    aspect-ratio: 1/1;
    width: 80px;
    object-fit: contain;
    object-position: center center;
}

.popular__text {
    color: #4F6D98;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px
}

.popular__price {
    color: #223858;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 10px
}

.popular .slick-arrow {
    display: none !important
}

@media (width < 1202px) {
    .popular {
        margin-top: 24px !important
    }

    .popular .onas-block {
        margin-right: 24px
    }

    .popular .vrachi-container {
        display: none
    }

    .popular .slick-dots {
        padding-bottom: 12px;
        padding-top: 12px
    }

    .tekstoviy-block {
        width: 100% !important
    }
}

@media (width < 992px) {
    .popular {
        padding-bottom: 60px !important;
        padding-left: 0 !important
    }

    .popular .vrachi-container {
        padding: 0
    }

    .popular h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal
    }

    .popular .slick-track {
        display: flex
    }

    .popular .slick-slide {
        height: inherit
    }

    .popular .vrachi-border {
        padding: 20px
    }

    .popular__header {
        gap: 4px
    }
}

.stacionar {
    font-family: 'Poppins', sans-serif;
    margin-top: 36px
}

.stacionar .slick-arrow {
    display: none !important
}

.stacionar .licenziya-border {
    padding: 20px;
    padding-bottom: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 459px
}

.stacionar__subtitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: block;
    color: #4F6D98;
    width: 900px;
    margin: 0 auto;
    margin-top: 20px
}

.stacionar__image {
    position: relative
}

.stacionar__image .licenziya-image {
    padding: 0
}

.stacionar__image .header-button {
    position: absolute;
    bottom: -23px;
    left: 50%;
    transform: translateX(-50%)
}

.stacionar__image .header-button .btn {
    width: 100%;
    height: auto;
    padding: 10px 15px
}

.stacionar__image .header-button .btn:before {
    display: none
}

.stacionar__name {
    margin-top: 45px
}

.stacionar__name,
.stacionar__price {
    color: #223858;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

.stacionar__descrip {
    color: #4F6D98;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.stacionar .licenziya-button {
    width: 100%
}

.stacionar .licenziya-block:nth-child(2) {
    margin-top: -70px !important
}

.stacionar .licenziya-slayder {
    padding-top: 0
}

.stacionar .slick-track {
    padding-top: 70px
}

.stacionar .slick-slide {
    margin-right: 80px
}

stacionar2-sl {
    position: relative
}

@media (width < 1451px) {
    .stacionar .licenziya-border {
        width: 350px
    }
}

@media (width < 1199px) {
    .stacionar .licenziya-block:nth-child(2) {
        margin-top: 0 !important
    }

    .stacionar .slick-track {
        padding-top: 0
    }

    .stacionar .licenziya-border {
        width: 100%
    }

    .stacionar .licenziya-button button {
        position: static;
        padding: 10px;
        background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
        border: none;
        border-radius: 26px
    }

    .stacionar__image .header-button {
        bottom: -14px
    }

    .stacionar .slick-slide {
        margin-right: 24px
    }

    .stacionar__subtitle {
        width: unset;
        padding-bottom: 12px
    }
}

@media (width < 777px) {

    .stacionar__name,
    .stacionar__price {
        font-size: 20px
    }

    .stacionar__name {
        margin-top: 32px
    }

    .stacionar__descrip {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 168%
    }

    .stacionar .licenziya-border {
        padding-bottom: 20px
    }
}

.container__about-new {
    max-width: 1480px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px
}

.about-new__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-new__item {
    -ms-flex-preferred-size: calc((100% - 40px) / 3);
    flex-basis: calc((100% - 40px) / 3);
    max-width: calc((100% - 40px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    background-color: #C4D0EC;
    border-radius: 20px;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.about-new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    color: #223858
}

.about-new__picture {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 135px;
    height: 135px
}

.about-new__picture img {
    width: 135px;
    -o-object-fit: cover;
    object-fit: cover
}

.about-new__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1
}

.about-new__title span {
    color: #1161DC
}

.about-new__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3
}

@media (max-width:1400px) {
    .about-new__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        row-gap: 10px
    }

    .about-new__item {
        padding: 25px;
        -ms-flex-preferred-size: calc((100% - 40px) / 2);
        flex-basis: calc((100% - 40px) / 2);
        max-width: calc((100% - 40px) / 2)
    }
}

@media (max-width:850px) {
    .about-new__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .about-new__title {
        font-size: 20px
    }

    .about-new__text {
        font-size: 14px
    }

    .about-new__picture {
        width: 90px;
        height: 90px
    }

    .about-new__picture img {
        width: 90px;
        height: 90px
    }

    .container__about-new {
        margin-top: 30px
    }
}

@media (max-width:400px) {
    .about-new__title {
        font-size: 16px
    }

    .about-new__picture {
        width: 60px;
        height: 60px
    }

    .about-new__picture img {
        width: 60px;
        height: 60px
    }

    .about-new__item {
        padding: 20px 10px
    }
}

.publications li a p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

@media(max-width: 1500px){
.main-city-menu .header-nav2 {
    padding: 16px 14px;
}
}
@media(max-width: 1350px){
    .main-city-menu .header-nav2 {
        font-size: 12px;
        padding: 10px 10px;
    }
}
@media(max-width: 1200px){
    .main-city-menu .header-li {
        padding-right: 4px;
    }
}
.specialisttext ul li a {
    text-decoration: none
}

.statyyawork-block2-img img {
    object-fit: cover;
    border-radius: 10px
}

.doc__link {
    text-decoration: none;
    color: #1263dc
}

.doc__link:hover {
    opacity: 0.8
}

.new-stocks {
    margin-top: 90px;
    margin-bottom: 90px
}

.new-stocks__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 20px;
    position: relative;
    background-color: #C3D0EC
}

.new-stocks__inner::before,
.new-stocks__inner::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    pointer-events: none;
    bottom: 0
}

.new-stocks__inner::before {
    height: 100%;
    width: 250px;
    left: 0;
    background: url("/netcat_template/template/3/images/star_stocks_1.svg") center center no-repeat;
    background-size: cover
}

.new-stocks__inner::after {
    width: 470px;
    height: 100%;
    right: 0;
    background: url("/netcat_template/template/3/images/star_stocks_2.svg") center center no-repeat;
    background-size: cover
}

.new-stocks__inner>*:not(.new-stocks__picture) {
    -ms-flex-item-align: center;
    align-self: center;
    display: block;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 100%
}

.new-stocks__picture {
    width: 100%;
    max-width: 242px;
    display: block;
    margin-top: -60px
}

.new-stocks__picture img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.new-stocks__sale {
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    padding: 15px;
    color: #fff;
    white-space: nowrap;
    border-radius: 10px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    display: block
}

.new-stocks__text {
    font-size: 28px;
    color: #223858;
    font-weight: 600
}

.new-stocks__btn {
    color: #000;
    font-size: 18px;
    padding: 18px 55px;
    background-color: #fff;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    border-radius: 10px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    pointer-events: all;
    cursor: pointer
}

.new-stocks__btn:hover {
    background-color: transparent;
    color: #fff
}

.new-stocks__picture,
.new-stocks__sale,
.new-stocks__text,
.new-stocks__btn {
    z-index: 2;
    position: relative
}

.new-stocks__subtitle {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4F6D98
}

@media (max-width:980px) {
    .new-stocks__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px;
        overflow: hidden
    }

    .new-stocks__inner::before {
        background: url("/netcat_template/template/3/images/full_star_stocks.svg") center center no-repeat;
        height: 244px;
        width: 244px;
        top: -70px;
        left: -120px;
        bottom: auto
    }

    .new-stocks__inner::after {
        background: url("/netcat_template/template/3/images/full_star_stocks2.svg") center center no-repeat;
        toP: auto;
        bottom: -200px;
        width: 472px;
        height: 472px;
        right: -180px
    }

    .new-stocks__picture {
        display: none
    }

    .new-stocks__inner>*:not(.new-stocks__picture) {
        align-self: baseline
    }
}

@media (max-width:550px) {
    .new-stocks__btn {
        width: 100%;
        font-size: 18px;
        font-weight: 500
    }

    .new-stocks {
        margin-bottom: 0;
        margin-top: 50px
    }
}

.container-search__item {
    padding-bottom: 50px;
    margin: 10px 0 10px 0
}

.container-search__item .poisk-li a {
    color: #223858;
    text-decoration: none;
    font-size: 22px
}

.container-search__item .poisk-li {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 10px;
    row-gap: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #C4D0EC
}

.container-search__item .poisk-li:before {
    background-color: #c4d0ec;
    padding: 10px;
    border-radius: 60px;
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.popup_form.str-form.poisk-form input {
    height: min-content;
    margin-bottom: 0;
    padding: 20px;
    max-width: 200px;
    border-radius: 15px
}

.header-ul {
    flex-wrap: wrap;
    row-gap: 15px
}

.container-search__item .result {
    margin-bottom: 20px
}

.header-search .popup_form {
    position: relative
}

.header-search .popup_form .btn.grey-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    z-index: 9999;
    background-image: url('/netcat_template/template/3/images/search-bold.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff
}

@media (max-width:1280px) {
    .header-top {
        flex-wrap: wrap
    }
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 20px
}

.header-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    column-gap: 20px
}

.wraper__bottom {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    flex-direction: row
}

.header-search {
    display: flex;
    margin: 0;
    align-items: center;
    align-content: center
}

.wraper__bottom {
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 40px
}

.header-search-button .form-input::-webkit-input-placeholder {
    color: #1467de;
    font-size: 16px
}

@media (max-width:760px) {
    .wraper__bottom {
        justify-content: center
    }
}

.poisck-article__form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px
}

.poisck-article__form .header-search-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    margin-bottom: 40px
}

.poisck-article__form .form-input {
    width: 100%;
    max-width: none !important
}

.poisck-article__form .btn.grey-btn {
    position: absolute;
    right: 0;
    background-image: url('/netcat_template/template/3/images/search-bold.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff
}

.wraper-title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    margin-top: 40px
}

.wraper-title .result {
    opacity: .7
}

.button__show {
    background-color: #61A9E7;
    color: #fff;
    font-size: 16px;
    padding: 12px 26px;
    border-radius: 26px;
    margin-bottom: 40px
}

.btn.grey-btn {
    cursor: pointer
}

.discription-tegs {
    margin-top: 26px
}

.container__tegs .teg__link {
    text-decoration: none;
    color: #223858;
    display: block;
    margin: 10px 0 10px 0
}

.header-mobile {
    padding: 0 !important
}

.header-button button p {
    line-height: 0 !important;
    margin: 0;
    padding: 0
}

@media screen and (max-width:855px) {
    .header-top {
        justify-content: space-between !important;
        flex-direction: row-reverse
    }

    .burger {
        position: relative;
    }

    .popup_form.str-form.poisk-form input {
        max-width: fit-content;
        width: 100%
    }

    .header-mobile {
        padding: 0 !important;
        width: 100%;
        margin: 25px 0 25px 0
    }
}

@media screen and (max-width:340px) {
    .header-buttons {
        width: 100%;
        padding: 20px 0 0;
        justify-content: center
    }

    .header-button button {
        width: 100px !important;
    }

    .popular__price {
        font-size: 18px
    }

    .popular__text {
        font-size: 14px
    }

    .popular h3 {
        font-size: 18px
    }
}

@media screen and (max-width:420px) {
    .popular__header {
        flex-direction: column
    }
}

@media screen and (max-width:1200px) {
    .vrachi-button a {
        width: 100% !important;
        padding: 10px 20px;
        max-width: 150px;
        height: auto !important
    }

    .vrachi-border {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .otziv-border-text p {
        text-align: center
    }

    .statyyawork-block2-border {
        max-width: 1000% !important
    }
}

@media screen and (max-width:980px) {
    .footer-middle {
        margin: 60px 0 !important
    }

    .footer-middle {
        width: 100% !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .footer-top-right {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .footer-button2 {
        margin: 0 !important
    }

    .footer-social-ul {
        margin: 0 0 40px 0 !important;
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap
    }

    .footer-social-li {
        padding: 0;
    }

    .footer-middle {
        column-gap: 10px
    }

    .footer-social {
        display: flex;
        align-items: center;
        flex-direction: column
    }
}

@media screen and (max-width:1366px) {
    .etap-border {
        box-shadow: 0 4px 20px 2px #717d7f !important
    }
}

@media screen and (max-width:1023px) {
    .blizkiy-wrap {
        justify-content: center;
        display: flex
    }

    .blizkiy-border2 {
        max-width: 100% !important
    }
}

@media screen and (max-width:768px) {
    .nozamen-absolute3 {
        position: absolute !important;
        width: 100%;
        max-width: 350px
    }
}

.header-logo_desc {
    margin-top: .5em;
    color: #223858
}

.header-link-licence_num,
.header-link-text_timework {
    margin-top: .5em;
    padding-left: 55px;
    display: flex;
    position: relative;
    align-items: center;
    color: #223858
}

.header-link-licence_num::before,
.header-link-text_timework::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0
}

.header-link-licence_num::before {
    background-image: url(/netcat_template/template/3/images/icon-license.png)
}

.header-link-text_timework::before {
    background-image: url(/netcat_template/template/3/images/icon-clock.png)
}

@media(max-width:1655px) {
    .wraper__bottom {
        column-gap: 15px
    }

    .header-nav2 {
        font-size: 16px;
        padding: 12px 18px
    }

    .header-li {
        padding: 0 6px 0 0
    }

    .popup_form.str-form.poisk-form input::placeholder {
        font-size: 16px
    }
}

@media(max-width:1320px) {
    .header-nav2 {
        font-size: 14px;
        padding: 12px 18px
    }

    .popup_form.str-form.poisk-form input::placeholder {
        font-size: 14px
    }
}

@media(max-width:1240px) {
    .header-nav2 {
        font-size: 12px;
        padding: 10px 14px
    }

    .header-li {
        padding: 0 4px 0 0
    }

    .popup_form.str-form.poisk-form input {
        padding: 15px
    }

    .popup_form.str-form.poisk-form input::placeholder {
        font-size: 14px
    }
}

@media(max-width:1080px) {
    .popup_form.str-form.poisk-form input {
        display: none
    }
}

@media(max-width:855px) {
    .popup_form.str-form.poisk-form input {
        display: block
    }

    .header-button2 {
        display: none;
    }
}

.header-button2.header-button3--new {
    display: none;
}

@media (max-width:855px) {
    .header-logo_desc {
        font-size: 10px;
        line-height: 1;
    }

    .header-top .header-logo a {
        display: flex;
        flex-direction: row;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
    }

    .header-top .header-logo a img {
        max-height: 2.2em;
        margin-left: 0;
    }

    .burger i {
        height: 44px;
    }

    .burger i:last-child {
        height: 28px;
        margin: 0;
        margin-right: 28px;
    }

    .burger {
        top: 0;
        right: 0;
    }

    .header-button2.header-button3--new {
        display: block;
    }

    .header-button2.header-button3--new button {
        min-width: 240px;
        width: 100%;
        min-height: 100%;
    }

    .header-button button {
        min-width: 100%;
        min-height: 100%;
    }

    .header-mobile-link .header-mobile-link-number {
        line-height: 1.2;
    }

    .header-logo {
        order: 3;
    }

    .header-mobile-link2 .header-mobile-link-number {
        font-size: 10px;
        line-height: 1;
        margin-top: 5px;
    }

    .header-mobile-link2 {
        padding: 0;
    }

    .header-mobile-link-title {
        margin: 0;
    }

    .header-top .header-mobile {
        order: 2;
        width: 40%;
        margin: 0;
    }

    .header-top .burger {
        order: 1;
        margin-bottom: 2px;
    }

    .header-top .header-buttons {
        order: 4;
        padding: 0
    }

    .header-mobile-link-title {
        font-size: 10px;
    }

    .header .header-search:not(.in-burger) {
        display: none
    }
}

blockquote {
    color: rgba(34, 56, 88, 1);
    font-style: italic;
    border-top: 2px solid rgba(199, 214, 220, 1);
    border-bottom: 2px solid rgba(199, 214, 220, 1);
    position: relative;
    padding-left: 100px;
    padding-top: 18px;
    padding-bottom: 18px;
}

blockquote p {
    padding: 0 !important;
}

blockquote:before {
    background-image: url('/netcat_template/template/3/images/quotes.svg');
    width: 88px;
    height: 63px;
    display: block;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 18px;
    left: 0;
}

blockquote:after {
    content: '— Пегов Владимир Александрович, Главврач, психиатр-нарколог, психотерапевт.';
    display: block;
    margin-top: 16px;
    font-style: normal;
}

.other-services {
    margin-bottom: 70px;
    padding-top: 70px
}

.other-services__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    text-align: center;
    color: #223858;
    margin-bottom: 26px
}

.other-services__text-under {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #4F6D98;
    margin-bottom: 50px
}

.other-services__items {
    display: flex;
    flex-wrap: wrap;
    gap: 36px
}

.other-services__item {
    padding: 30px;
    background-color: #FBFCFD;
    border-radius: 30px;
    flex-basis: calc((100% - 36px) / 2);
    box-shadow: 0 4px 20px 2px #43444440
}

.other-services__item-title {
    padding: 20px;
    background-color: #EFF2FA;
    display: flex;
    align-items: center;
    border-radius: 20px;
    margin-bottom: 20px
}

.other-services__item-svg {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    border: 1px solid #BFCADF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-right: 20px;
    border-width: 0, 0px, 0px, 0px;
    box-shadow: 0 4px 20px 2px rgba(67, 68, 68, 0.25)
}

.other-services__item-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.other-services__item-content a {
    text-decoration: none
}

.other-services__item-content div {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
    color: #4F6D98
}

.other-services__item-content a {
    display: flex;
    align-items: center;
    flex-basis: calc((100% - 10px) / 2)
}

.other-services__item-content a:not(:last-child) {
    margin-bottom: 9px
}

.other-services__item-content a svg {
    margin-right: 9px
}

@media (max-width:1220px) {
    .header-top .header-buttons {
        display: flex;
        align-items: stretch;
        gap: 5px;
    }

    .header-button,
    .header-button2 {
        width: 100%;
    }
}

@media (max-width:1220px) {
    .other-services__item-content {
        display: block
    }
}

@media (max-width:821px) {
    .other-services__items {
        display: block
    }

    .other-services__item:not(:last-child) {
        margin-bottom: 10px
    }

    .other-services__item {
        padding: 20px
    }

    .other-services__item-title {
        margin-bottom: 16px;
        padding: 16px
    }

    .other-services__item-content a:not(:last-child) {
        margin-bottom: 8px
    }

    .other-services__item-content div {
        font-size: 16px
    }

    .other-services__title {
        font-size: 26px;
        font-weight: 700;
        line-height: 39px
    }

    .other-services__text-under {
        font-size: 16px;
        font-weight: 500;
        line-height: 26.88px;
        text-align: center
    }

    .other-services__item-title h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 30px;
        text-align: center
    }
}

.anonim-card-wrapper {
    padding: 0 20px;
    margin: 80px auto
}

.anonim-card {
    padding: 60px;
    background-color: #FFF;
    margin: 0 auto;
    width: 100%;
    max-width: 1700px;
    display: flex;
    align-items: flex-start;
    border-radius: 30px;
    background-image: url("/netcat_template/template/3/images/anonimCard/backgroundPattern.svg");
    background-size: 150% 150%;
    background-repeat: no-repeat;
    background-position: 145% 10%
}

.anonim-card__text-content {
    width: 100%;
    max-width: 835px;
    margin-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    gap: 15px
}

p.anonim-card__tag {
    font-family: 'Fira Sans';
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #223858;
    padding: 10px 25px;
    background-color: #EFF2FA;
    border-radius: 50px
}

.anonim-card-desc {
    font-family: 'Fira Sans';
    font-size: 26px;
    line-height: 42px;
    font-weight: 500;
    color: #223858
}

.anonim-card__button {
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    font-family: 'Fira Sans';
    font-size: 16px;
    line-height: 24px;
    color: #FFF;
    padding: 14px 16px;
    width: 100%;
    max-width: 350px;
    border-radius: 26px;
    transition: 0.3s
}

.anonim-card__button:hover {
    box-shadow: 0 2px 12px 0 #186FE080
}

.anonim-card__button_mobile {
    display: none
}

.anonim-card__images {
    display: flex
}

.anonim-card__image {
    position: relative;
    width: 100%;
    height: auto
}

.anonim-card__image img {
    border: solid 15px #FFF;
    border-radius: 50%;
    overflow: hidden
}

.anonim-card__image_no {
    margin-right: -50px;
    z-index: 2
}

.anonim-card__image_no::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("/netcat_template/template/3/images/anonimCard/no.svg");
    position: absolute;
    z-index: 3;
    left: calc(50% - 32px);
    bottom: -15px
}

.anonim-card__image_yes::after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background-image: url("/netcat_template/template/3/images/anonimCard/yes.svg");
    position: absolute;
    z-index: 3;
    left: calc(50% - 32px);
    bottom: -15px
}

@media(max-width:1150px) {
    .anonim-card-wrapper {
        margin: 30px auto
    }

    .anonim-card {
        flex-wrap: wrap;
        padding: 24px;
        background-position: -282px 282px;
        background-size: 564px 564px
    }

    .anonim-card__text-content {
        max-width: 100%
    }

    .anonim-card__images {
        margin: 0 auto
    }

    .anonim-card__tag {
        text-align: center;
        width: 100%
    }

    .anonim-card__button {
        display: none
    }

    .anonim-card__button_mobile {
        display: block;
        max-width: 100%;
        text-align: center;
        margin-top: 55px
    }
}

.uslugiwork-bottom_with-plashka {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 25px
}

.uslugiwork__plashka {
    padding: 20px;
    border-radius: 15px;
    background-color: #EFF2FA;
    width: 100%;
    max-width: 310px
}

.plashka__pic {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 15px
}

.uslugiwork__plashka p {
    font-family: 'Fira Sans';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #223858
}

.uslugiwork__plashka p:last-child {
    margin-bottom: 0
}

p.plashka__text {
    font-family: 'Fira Sans';
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    color: #223858
}

@media(max-width:415px) {
    .uslugiwork__plashka {
        text-align: center;
        flex-basis: 100%
    }

    .plashka__pic {
        margin-left: auto;
        margin-right: auto
    }
}

.licenziya-text {
    padding: 20px 20px 0;
    color: #223858
}

.footer__nav-grid> :nth-child(1) {
    width: 170px;
}

@media (max-width: 970px) {
    .footer__nav-grid> :nth-child(1) {
        width: 200px;
    }
}

@media(min-width:1640px) {
    .footer__nav-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 40px
    }
}

@media(max-width:1640px) {
    .footer__nav-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 40px
    }
}

@media(max-width:1472px) {
    .footer__nav-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px
    }
}

@media(max-width:1400px) {
    .footer__nav-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px
    }
}

@media(max-width:1380px) {
    .footer__nav-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px
    }
}

.tekstoviy_block .text__content .article__wrap {
    margin-top: 40px
}

.section__link-wraper .grid__link {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 5px
}

.section__link-wraper {
    display: block;
    position: relative
}

.section__link .button__open {
    width: 190px;
    height: 48px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    border-radius: 26px;
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.section__link-wraper {
    max-height: 215px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    margin: 25px 0
}

.section__link-wraper.open {
    max-height: 650px;
    overflow: auto
}

.section__link-wraper.open::-webkit-scrollbar {
    width: 8px
}

.section__link-wraper.open::-webkit-scrollbar-track {
    background: #fff
}

.section__link-wraper.open::-webkit-scrollbar-thumb {
    background-color: #4F6D98;
    border-radius: 20px;
    border: 1px solid #4F6D98
}

@media screen and (max-width:560px) {
    .section__link .button__open {
        width: 160px;
        padding: 12px 12px;
        font-weight: 600;
        font-size: 14px
    }
}

@media screen and (max-width:980px) {
    .section__link-wraper .grid__link {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 5px
    }
}

@media screen and (max-width:760px) {
    .section__link-wraper .grid__link {
        grid-template-columns: repeat(1, 1fr);
        column-gap: 15px;
        row-gap: 5px
    }
}

.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer
}

.youtube .play {
    background: url('/youtube-play-btn.png') no-repeat;
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.youtube:hover .play {
    background-position: 0 0
}

@media screen and (max-width:1800px) {
    .work-img {
        position: relative;
        margin: -43px -10px -61px 0
    }
}

@media screen and (max-width:1600px) {
    .popular-container {
        padding: 0
    }

    .work {
        padding: 40px 0 50px
    }

    .work-img {
        position: relative;
        margin: 30px -10px -61px 0
    }

    .zdorov-block {
        width: 33.33333333%;
        padding: 40px 20px 0
    }

    .licenziya-sl .slick-slide {
        margin: 0 150px 0 0 !important
    }

    .licenziya-sl .slick-list {
        padding: 0 26% 0 0 !important
    }

    .vrachi-block {
        width: 25%;
        padding: 40px 20px 0
    }

    .vrachi-wrap {
        margin: 0
    }

    .vrachi-img img {
        width: 100%
    }

    .blizkiy-container {
        padding: 0
    }

    .onas-block {
        width: 25%;
        padding: 40px 20px 0
    }

    .onas-wrap {
        display: flex;
        flex-wrap: wrap;
        margin: 0
    }
}

@media screen and (max-width:1470px) {
    .zdorov-block-title p {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        color: #223858
    }

    .oklinike-inner-title p {
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        color: #223858
    }

    .stacionar-sl .slick-slide {
        margin: 0 20px !important
    }

    .stacionar-slayder {
        padding: 0
    }

    .blizkiy-border {
        position: relative;
        padding: 60px 20px;
        background: #c4d0ec;
        border-radius: 30px
    }

    .licenziya-sl .slick-slide {
        margin: 0 50px 0 0 !important
    }

    .licenziya-sl .slick-list {
        padding: 0 29% 0 0 !important
    }

    .vrachi-name p {
        padding: 10px 0 0;
        font-weight: 700;
        font-size: 22px;
        line-height: 28px;
        color: #223858
    }

    .tekstoviy-block {
        padding: 12px 10px 0 0
    }

    .tekstoviy-block2 {
        width: 50%;
        padding: 0 0 0 10px
    }

    .ceni-block {
        width: 20%
    }

    .ceni-block2 {
        padding: 0 100px 0 0;
        width: 65%
    }

    .otziv-sl .slick-slide {
        margin: 0 40px 0 0 !important
    }

    .otziv-sl .slick-list {
        padding: 0 32% 0 0 !important
    }

    .blizkiy-absolute {
        position: absolute;
        width: 191px;
        top: 116px;
        right: 470px
    }

    .karta-block {
        width: 30%
    }

    .karta-block2 {
        width: 70%
    }

    .konsultation-border {
        background: #c4d0ec;
        border-radius: 30px;
        padding: 80px 20px;
        position: relative
    }

    .konsultation-absolute {
        position: absolute;
        width: 160px;
        top: 26px;
        right: 510px
    }

    .otvet-bf:before {
        position: absolute;
        content: "";
        background: url(../images/otvet-bf.svg) 0 0 no-repeat;
        width: 459px;
        height: 100px;
        top: 15px;
        right: 20px
    }

    .specialistwork-block {
        width: 29%;
        padding: 0 10px 0 0
    }

    .specialistwork-block2 {
        width: 71%;
        padding: 40px 0 0 10px
    }

    .specialistwork-inner-block {
        width: 62%;
        padding: 0
    }

    .specialistwork-inner-block2 {
        width: 38%;
        padding: 0 0 0 20px
    }
}

.regions-grid {
    padding: 32px 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
}

a.regions-city {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #FBFCFD;
    text-decoration: none;
    border-radius: 16px;
    color: #4F6D98;
    font-size: 18px;
    box-shadow: 0 4px 20px 2px #43444440;
}

.regions-city:hover {
    background: #e0efff;
}

a.regions-city span:nth-child(1) {
    font-weight: 600;
}

@media(max-width: 991px) {
    .regions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .regions-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:1366px) {

    .zdorov-border {
        padding: 26px 20px 18px;
        background: #eff2fa;
        border: 2px solid #bfcadf;
        border-radius: 30px;
        height: 100%
    }

    .zdorov-block-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .zdorov-block-text {
        padding: 0 0 0 16px;
        width: 85%
    }

    .zdorov-block-suptitle-mb {
        display: block
    }

    .zdorov-block-suptitle-dk {
        display: none
    }

    .zdorov-block-wrap {
        align-items: center
    }

    .oklinike-absolute {
        position: absolute;
        width: 459px;
        top: 0;
        left: 48px
    }

    .oklinike-block {
        padding: 0 10px 0 0;
        position: relative;
        width: 50%
    }

    .oklinike-block2 {
        padding: 0 0 0 10px;
        width: 50%
    }

    .srochno-absolute {
        margin: -359px 0 0 150px
    }

    .licenziya-sl .slick-list {
        padding: 0 31% 0 0 !important
    }

    .vrachi-block {
        width: 25%;
        padding: 30px 10px 0
    }

    .vrachi-container {
        padding: 0 10px
    }

    .goroda-block2 {
        width: 31%;
        padding: 0 0 0 30px
    }

    .tekstoviy ol {
        padding: 0 0 0 20px
    }

    .tekstoviy-block3 {
        width: 60%
    }

    .tekstoviy ul {
        padding: 10px 0 0 20px
    }

    .etap-border {
        padding: 50px 20px;
        background: #fbfcfd url(../images/etap-border.png) center 0 no-repeat;
        box-shadow: 0 4px 20px 2px #ab0000;
        border-radius: 30px
    }

    .etap-absolute2 {
        display: none
    }

    .otvet-block {
        width: 40%;
        padding: 0;
        position: relative
    }

    .otvet-bf:before {
        display: none
    }

    .otvet-img {
        margin: 0
    }

    .otvet-block2 {
        width: 60%
    }

    .etap-img {
        margin: 0 -20px 0 0
    }

    .specialistwork-block {
        width: 27%;
        padding: 0 10px 0 0
    }

    .specialistwork-block2 {
        width: 73%;
        padding: 40px 0 0 10px
    }

    .specialistwork-inner-block {
        width: 65%;
        padding: 0
    }

    .specialistwork-inner-block2 {
        width: 35%;
        padding: 0 0 0 20px
    }

    .contaktiwork-block {
        margin: 0 50px 0 0
    }

    .goroda-absolute {
        position: absolute;
        width: 47px;
        right: 35px;
        bottom: 48px
    }

    .goroda-pd {
        padding: 20px 0 0 20px
    }

    .uslugiwork {
        padding: 20px 0 60px
    }

    .uslugiwork-statyya {
        background-position: center -37%
    }
}

@media screen and (max-width:1200px) {
    .zdorov-title p {
        font-size: 16px;
        line-height: 168%
    }

    .zdorov-title {
        padding: 10px 0 0
    }

    .zdorov-block {
        width: 33.33333333%;
        padding: 10px 5px 0
    }

    .zdorov-container {
        padding: 0 15px
    }

    .zdorov-wrap {
        padding: 0
    }

    .oklinike-title p {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98
    }

    .oklinike-border {
        padding: 20px 10px;
        background: #fbfcfd;
        box-shadow: 0 1px 8px 2px rgba(101, 101, 101, 0.2);
        border-radius: 30px
    }

    .oklinike-container {
        padding: 0
    }

    .oklinike-inner {
        display: flex;
        padding: 40px 0 0
    }

    .oklinike-wrap {
        padding: 0 10px
    }

    .oklinike-inner-suptitle p {
        padding: 10px 0 0;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
        color: #4f6d98
    }

    .oklinike-inner-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .oklinike-icon {
        box-shadow: 0 1px 8px 2px transparent;
        border: 1px solid #bfcadf;
        border-radius: 16px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .oklinike-inner-border {
        padding: 20px;
        height: 100%;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .srochno-title p {
        padding: 20px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .srochno-absolute {
        margin: -307px 0 0 120px
    }

    .stacionar {
        padding: 60px 0 0;
        background: url(../images/zdorov-bg.svg) center 0 no-repeat
    }

    .stacionar-title p {
        padding: 20px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #4f6d98
    }

    .stacionar-sl .slick-list {
        padding: 30px 0 0 !important
    }

    .stacionar-block:hover {
        transform: translate(0px, -15px);
        transition: 0.4s
    }

    .stacionar-border {
        padding: 20px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .stacionar-border-button {
        margin: 20px 0 0;
        display: inline-block;
        background: linear-gradient(to right, rgba(97, 169, 231, 1), rgba(22, 94, 196, 1));
        padding: 2px;
        border-radius: 26px;
        box-shadow: 0 2px 12px #3d0000
    }

    .stacionar-border-title p {
        padding: 20px 0 0;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .stacionar-border-price p {
        padding: 4px 0 0;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .stacionar-border-suptitle p {
        padding: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 168%;
        color: #4f6d98
    }

    .blizkiy-title p {
        padding: 33px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .blizkiy-inner-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .blizkiy-inner-icon {
        box-shadow: 0 1px 8px 2px transparent;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 16px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .blizkiy-inner-title {
        padding: 0 0 0 20px
    }

    .licenziya-button button {
        width: 310px;
        position: relative;
        padding: 19px 40px;
        background: #eff2fa;
        border: 1px solid #c4d0ec;
        border-radius: 30px
    }

    .licenziya-sl .slick-list {
        padding: 0 27% 0 0 !important
    }

    .licenziya-slayder {
        padding: 30px 0 0
    }

    .licenziya-center {
        display: flex;
        justify-content: center;
        padding: 54px 0 0
    }

    .vrachi-slayder {
        display: block
    }

    .vrachi-wrap {
        display: none
    }

    .vrachi-container {
        padding: 0
    }

    .vrachi-border {
        padding: 20px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .vrachi-button a {
        width: 208px;
        height: 44px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 26px
    }

    .vrachi-position p {
        padding: 16px 0 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #4f6d98
    }

    .vrachi-name p {
        padding: 10px 0 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .goroda {
        padding: 60px 0 0;
        background: url(../images/zdorov-bg.svg) center 0 no-repeat
    }

    .goroda-border {
        margin: 30px 0 0;
        padding: 20px;
        background: #eff2fa;
        border: 1px solid #c4d0ec;
        border-radius: 30px
    }

    .goroda-gorod ul li a {
        font-size: 16px;
        line-height: 168%
    }

    .goroda-gorod ul li {
        padding: 10px 0 0;
        width: 50%
    }

    .goroda-gorod {
        padding: 0
    }

    .title-center2 {
        text-align: center
    }

    .tekstoviy {
        padding: 60px 0 0
    }

    .tekstoviy h1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        color: #223858
    }

    .tekstoviy p {
        font-size: 16px;
        line-height: 168%
    }

    .tekstoviy ol {
        padding: 20px 0 0 30px
    }

    .tekstoviy ol li {
        padding: 11px 0 0 50px;
        font-size: 16px
    }

    .tekstoviy ol li p {
        font-size: 16px;
        line-height: 168%
    }

    .tekstoviy h2 {
        padding: 20px 0 0;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
        color: #223858
    }

    .tekstoviy-block {
        width: 60%;
        padding: 12px 10px 0 0
    }

    .tekstoviy-block2 {
        width: 40%;
        padding: 0 0 0 10px
    }

    .ceni {
        padding: 60px 0 0;
        background: url(../images/zdorov-bg.svg) center 0 no-repeat
    }

    .ceni-border {
        margin: 30px 0 0;
        background: #eff2fa;
        border: 2px solid #bfcadf;
        border-radius: 30px
    }

    .ceni-wrap {
        display: flex;
        align-items: center;
        padding: 20px
    }

    .ceni-title2 p {
        font-weight: 600;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .ceni-wrap2 {
        padding: 20px;
        display: flex;
        align-items: center;
        border-top: 1px solid #bfcadf
    }

    .ceni-suptitle p {
        font-size: 16px;
        line-height: 168%
    }

    .ceni-button button .ceni-button-p {
        font-weight: 900;
        font-size: 16px;
        line-height: 24px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .ceni-button button .ceni-button-hv {
        display: none;
        font-weight: 900;
        font-size: 16px;
        line-height: 24px;
        transition: 0.3s;
        background: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .ceni-button button {
        width: 100%;
        height: 38px;
        background: #eff2fa;
        border-radius: 26px
    }

    .licenziya-center2 {
        padding: 20px 0 0
    }

    .otziv-slayder {
        padding: 25px 0 0
    }

    .otziv-border {
        padding: 20px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .otziv-name p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .otziv-border-text {
        margin: 10px 0 0;
        background: #c4d0ec;
        border-radius: 30px;
        display: inline-block;
        padding: 4px 10px
    }

    .otziv-border-text p {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        display: flex;
        align-items: center;
        color: #223858
    }

    .otziv-title p {
        font-size: 16px;
        line-height: 168%
    }

    .title3 {
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        color: #eff2fa
    }

    .karta-icon:before {
        background-size: 39px;
        width: 39px;
        height: 43px;
        left: 0;
        top: -6px
    }

    .karta-border-border {
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 30px 0 0 30px;
        height: 100%;
        padding: 12px 17px 20px
    }

    .karta-icon {
        padding: 0 0 0 59px;
        position: relative
    }

    .karta-title {
        padding: 10px 0 0
    }

    .footer-middle {
        width: 837px
    }

    .footer-block {
        width: 259px;
        margin: 0 20px 0 0
    }

    .titleservice {
        font-weight: 700;
        font-size: 32px;
        line-height: 48px
    }

    .uslugiwork-title p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98;
        margin-bottom: 10px;
    }

    .uslugiwork-border {
        background: #fbfcfd;
        border-radius: 30px;
        padding: 20px
    }

    .uslugiwork {
        padding: 20px 0 60px;
        background: url(../images/uslugiwork-bg.png) center -37% no-repeat
    }

    .uslugiwork-absolute {
        display: none
    }

    .uslugiwork-bottom-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .uslugiwork-bottom-title {
        width: 87%;
        margin: 0 0 0 20px
    }

    .uslugiwork-bottom-icon {
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 16px;
        box-shadow: 0 1px 8px 2px transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px
    }

    .uslugiwork-bottom-wrap {
        padding: 20px 0 0;
        display: flex;
        align-items: center
    }

    .uslugiwork-bottom {
        padding: 10px 0 0
    }

    .skidki-container {
        padding: 0
    }

    .skidki-border {
        padding: 20px;
        background: #c4d0ec;
        border-radius: 30px
    }

    .skidki-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .tekstoviy ul li p {
        font-size: 16px;
        line-height: 168%
    }

    .tekstoviy ul li {
        font-size: 16px
    }

    .etap-title p {
        padding: 10px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #4f6d98
    }

    .etap-text-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .etap-text-suptitle p {
        font-weight: 400;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .etap-li:before {
        background-size: 46px;
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 30px;
        padding: 8px 0 0
    }

    .etap-text {
        width: 90%;
        padding: 0 0 0 20px
    }

    .etap-li {
        display: flex;
        align-items: flex-start;
        padding: 0 0 20px
    }

    .etap-block {
        width: 70%
    }

    .etap-block2 {
        width: 30%;
        position: relative;
        display: flex;
        justify-content: flex-end;
        padding: 0
    }

    .etap-absolute {
        display: none
    }

    .konsultation-title {
        padding: 20px 0 0
    }

    .konsultation-title p {
        padding: 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .konsultation-link a {
        text-decoration: none;
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        color: #223858
    }

    .konsultation-absolute2 {
        position: absolute;
        width: 148px;
        bottom: -15px;
        right: 22px
    }

    .konsultation-absolute {
        position: absolute;
        width: 160px;
        top: 26px;
        right: 365px
    }

    .accordion .text {
        position: relative;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #223858;
        margin: 0
    }

    .otvet-acc-title p {
        font-weight: 500;
        font-size: 20px;
        line-height: 30px;
        color: #4f6d98
    }

    .accordion .icon {
        width: 48px
    }

    .uslugiwork-block2 {
        padding: 0;
        width: 45%;
        display: flex;
        justify-content: flex-end;
        position: relative
    }

    .stayiwork-text {
        padding: 0 0 0 20px;
        width: 64%
    }

    .stayiwork-link {
        display: block;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px;
        text-decoration: none;
        padding: 20px
    }

    .uslugiwork-absolute2 {
        display: none
    }

    .statyyawork-border {
        padding: 10px 20px 20px
    }

    .statyyawork-li a {
        padding: 0 0 0 20px;
        display: block;
        width: 95%;
        text-decoration: none;
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #223858
    }

    .statyyawork-block-border {
        width: 445px;
        padding: 10px 20px 20px;
        background: #fbfcfd;
        border: 1px solid #bfcadf;
        border-radius: 30px;
        margin: 20px 0 0
    }

    .statyyawork-block2-title p {
        font-weight: 600;
        font-size: 18px;
        line-height: 27px;
        color: #223858
    }

    .statyyawork-block2-suptitle p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .statyyawork-block2-border {
        padding: 20px;
        max-width: 315px;
        width: 100%;
        background: #fbfcfd;
        border: 1px solid #bfcadf;
        border-radius: 20px
    }

    .statyyawork-block2-text {
        width: 77%;
        padding: 0 0 0 30px
    }

    .nozamen-input input {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98;
        margin: 0;
        width: 100%;
        padding: 0 0 0 30px;
        height: 46px;
        background: #fbfcfd;
        border: 1px solid #bfcadf;
        border-radius: 28.5px
    }

    .nozamen-button button p {
        font-weight: 900;
        font-size: 14px;
        line-height: 21px;
        color: #fff
    }

    .nozamen-button button {
        width: 100%;
        height: 45px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 26px
    }

    .nozamen-border-title p {
        padding: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98
    }

    .nozamen-block-border {
        padding: 20px 10px;
        max-width: 780px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .nozamen-border {
        background: #c4d0ec;
        border-radius: 30px;
        padding: 20px 20px 152px;
        position: relative
    }

    .nozamen-title p {
        padding: 33px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .nozamen-absolute {
        display: none
    }

    .nozamen-absolute2 {
        display: none
    }

    .koment-block2 {
        width: 30%;
        padding: 0 0 0 10px
    }

    .koment-block {
        width: 70%;
        padding: 0 10px 0 0
    }

    .koment-input2 input {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98;
        margin: 0;
        width: 100%;
        padding: 0 0 0 30px;
        height: 52px;
        background: #fbfcfd;
        border: 1px solid #bfcadf;
        border-radius: 28.5px
    }

    .koment-button button p {
        font-weight: 900;
        font-size: 14px;
        line-height: 21px;
        color: #fff
    }

    .koment-title p {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .koment-border {
        margin: 0 0 20px;
        padding: 20px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .koment-border2 {
        margin: 30px 0 0;
        padding: 20px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .koment-data p {
        padding: 0 0 0 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .koment-suptitle p {
        padding: 10px 0 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 27px;
        color: #4f6d98
    }

    .specialistwork-title {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .specialistwork-suptitle {
        font-weight: 400;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .specialistwork-rekomen-border {
        width: 250px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eff2fa;
        border: 0.75px solid #bfcadf;
        border-radius: 22.5px;
        padding: 10px 20px
    }

    .specialisttext h1 {
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        color: #223858
    }

    .specialisttext p {
        padding: 10px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .specialisttext h2 {
        padding: 10px 0 0;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #223858
    }

    .specialisttext ul {
        margin: 0 0 0 35px
    }

    .specialisttext ul li {
        display: flex;
        padding: 10px 0 0
    }

    .specialisttext ul li p {
        padding: 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: right;
        color: #4f6d98
    }

    .specialisttext ul li span {
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98;
        margin: 0 0 0 30px
    }

    .vrachi-bf:before {
        display: none
    }

    .title5 {
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        color: #eff2fa
    }

    .goroda-border2 {
        margin: 92px 0 0;
        padding: 10px 0 18px 30px;
        position: relative;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 0 0 30px 0
    }
}

@media (max-width:1024px) and (min-width:856px) {
    .header-button2 {
        margin: 0 0 0 10px;
        display: inline-block;
        background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
        padding: 2px;
        border-radius: 26px
    }
}

@media screen and (max-width:1024px) {
    .header-link-text {
        margin: 0 0 0 10px
    }

    .header-logo a {
        display: block
    }

    .header-logo a p {
        margin: 5px 0 0;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.03em
    }

    .header-logo-dk {
        margin: 0 0 0 10px;
        width: 52px;
        text-align: center
    }

    .work-border {
        margin: 30px 0 0;
        padding: 30px;
        max-width: 410px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .work-img {
        position: relative;
        margin: 30px -10px -33px 0
    }

    .popular-sl .slick-list {
        padding: 0 20% 0 0 !important
    }

    .zdorov-block {
        width: 50%
    }

    .oklinike-absolute {
        display: none
    }

    .oklinike-title {
        padding: 20px 0 0
    }

    .srochno-img {
        margin: -14px -15px -18px -14px
    }

    .stacionar-sl .slick-slide {
        margin: 0 10px !important
    }

    .stacionar-container {
        padding: 0
    }

    .blizkiy-absolute {
        display: none
    }

    .blizkiy-absolute2 {
        display: none
    }

    .blizkiy-wrap {
        flex-wrap: wrap
    }

    .blizkiy-block {
        width: 100%
    }

    .blizkiy-block3 {
        display: block;
        width: 100%
    }

    .blizkiy-block2 {
        padding: 40px 0 0;
        width: 100%
    }

    .blizkiy-inner-dk {
        display: none
    }

    .blizkiy-br {
        display: none
    }

    .blizkiy-inner {
        padding: 10px 0 0
    }

    .licenziya-sl .slick-slide {
        margin: 0 10px !important
    }

    .licenziya-container {
        padding: 0
    }

    .goroda-map div {
        height: 370px !important
    }

    .goroda-map iframe {
        height: 370px
    }

    .ceni-block2 {
        padding: 0 20px 0 0;
        width: 65%
    }

    .otziv-sl .slick-slide {
        margin: 0 20px 0 10px !important
    }

    .otziv-container {
        padding: 0
    }

    .karta-map div {
        height: 370px !important
    }

    .karta-map iframe {
        height: 370px
    }

    .karta-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #eff2fa
    }

    .karta-link-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #eff2fa
    }

    .karta-link-suptitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #eff2fa
    }

    .karta-suptitle {
        padding: 10px 0 0
    }

    .karta-link {
        padding: 10px 0 0
    }

    .footer-middle {
        width: 600px
    }

    .footer-block {
        width: 200px;
        margin: 0
    }

    .stayiwork-pd {
        padding: 0
    }

    .stayiwork-suptitle p {
        padding: 10px 0 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #4f6d98
    }

    .stayiwork-inner {
        display: flex;
        align-items: center;
        padding: 20px 0 0
    }

    .nozamen-absolute3 {
        position: absolute;
        bottom: -4px;
        right: 0;
        margin: 0;
        width: 383px
    }

    .ocenka-block {
        padding: 0 100px 0 0
    }

    .statyyawork-absolute {
        display: none
    }

    .statyyawork-absolute2 {
        display: none
    }

    .onas-block {
        width: 33.3333333%
    }

    .specialistwork-inner {
        flex-wrap: wrap
    }

    .specialistwork-inner-block {
        width: 100%
    }

    .specialistwork-inner-block2 {
        width: 100%;
        padding: 20px 0 0
    }

    .specialistwork-block2 {
        width: 58%;
        padding: 30px 0 0 10px
    }

    .specialistwork-block {
        width: 42%;
        padding: 0 10px 0 0
    }

    .ceniwork {
        background: none;
        padding: 20px 0 0
    }

    .ceniwork-padding {
        padding: 30px 0 0
    }

    .ceniwork-pd {
        padding: 20px 0 0
    }

    .ceniwork-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #223858
    }

    .ceniwork-li {
        padding: 0 30px 0 0
    }

    .ceniwork-block {
        padding: 30px 0 0
    }

    .title-center4 {
        text-align: center
    }

    .title4 {
        font-weight: 700;
        font-size: 26px;
        line-height: 39px;
        color: #223858
    }

    .ceniwork-block2 {
        padding: 30px 0 0
    }

    .contaktiwork-title {
        font-weight: 700;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .contaktiwork-li a {
        margin: 0 0 0 10px;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .contaktiwork-suptitle {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .contaktiwork-social-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #223858
    }

    .contaktiwork-block {
        margin: 0 20px 0 0
    }

    .goroda-pd {
        padding: 0 0 0 20px
    }

    .goroda-gorod2 ul li a {
        font-size: 16px;
        line-height: 168%
    }

    .goroda-border2 {
        margin: 13px 0 0;
        padding: 10px 0 18px 30px;
        position: relative;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 0 0 30px 0
    }
}

@media screen and (max-width:992px) {
    .vrachi-sl .slick-list {
        padding: 0 10% 0 0 !important
    }
}

@media screen and (max-width:855px) {
    .header-mobile {
        padding: 0 0 0 235px;
        display: block
    }

    .header-top {
        position: relative;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: flex-end !important;
    }

    .header-link-dk {
        display: none
    }

    .header-buttons {
        width: 100%;
        padding: 20px 0 0;
        justify-content: center
    }

    .header-bottom {
        display: none
    }

    .burger {
        display: block !important
    }

    .mt-munu-mb .header-navigation-wr {
        display: block !important
    }

    .mt-mobile {
        right: 0
    }

    .header-link {
        padding: 15px 0 0
    }

    .header-buttons-bur {
        display: block !important;
        padding: 15px 0 0 !important
    }

    .header-button2-bur {
        margin: 15px 0 0 !important
    }

    .top p {
        font-weight: 700;
        text-align: center;
        font-size: 12px;
        line-height: 18px;
        color: #e8f1ff
    }

    .header {
        padding: 10px 0 0
    }

    .work-wrap {
        flex-wrap: wrap
    }

    .work-block {
        width: 100%;
        padding: 0
    }

    .work-pd p br {
        display: none
    }

    .work-block2 {
        width: 100%;
        padding: 30px 0 0
    }

    .work-img {
        position: relative;
        margin: 0 0 -46px
    }

    .popular-sl .slick-list {
        padding: 0 10% 0 0 !important
    }

    .zdorov {
        padding: 30px 0 0;
        background: url(../images/zdorov-bg.svg) center 4% no-repeat
    }

    .oklinike {
        padding: 30px 0 0
    }

    .oklinike-wrap {
        flex-wrap: wrap
    }

    .oklinike-block {
        width: 100%;
        padding: 0
    }

    .oklinike-block2 {
        width: 100%;
        padding: 16px 0 0
    }

    .title-center3 {
        text-align: center
    }

    .oklinike-inner {
        flex-wrap: wrap;
        padding: 17px 0 0
    }

    .oklinike-inner-block {
        width: 100%;
        padding: 20px 10px 0
    }

    .srochno-wrap {
        flex-wrap: wrap
    }

    .srochno-block {
        position: relative;
        z-index: 1;
        width: 100%
    }

    .srochno-block2 {
        display: none
    }

    .srochno-block3 {
        display: block;
        width: 100%
    }

    .srochno-realite-img {
        margin: -62px 0 -270px;
        position: relative;
        z-index: -1
    }

    .srochno {
        padding: 70px 0 0
    }

    .srochno-absolute {
        margin: 0
    }

    .stacionar-sl .slick-list {
        padding: 30px 10% 0 0 !important
    }

    .blizkiy-border {
        position: relative;
        padding: 20px;
        background: #c4d0ec;
        border-radius: 30px
    }

    .licenziya {
        padding: 50px 0 0;
        background: url(../images/zdorov-bg.svg) center 9% no-repeat
    }

    .licenziya-sl .slick-list {
        padding: 0 10% 0 0 !important
    }

    .vrachi {
        padding: 60px 0 0;
        background: url(../images/zdorov-bg.svg) center 4% no-repeat
    }

    .vrachi-sl .slick-list {
        padding: 0 15% 0 0 !important
    }

    .goroda-wrap {
        flex-wrap: wrap
    }

    .goroda-block {
        width: 100%
    }

    .goroda-map {
        border-radius: 20px 20px 0 0
    }

    .goroda-block2 {
        width: 100%;
        padding: 10px 0 0
    }

    .tekstoviy {
        padding: 50px 0 0
    }

    .tekstoviy-wrap {
        flex-wrap: wrap;
        padding: 0 0 10px
    }

    .tekstoviy-block {
        width: 100%;
        padding: 0
    }

    .tekstoviy-block2 {
        width: 100%;
        padding: 30px 0 0
    }

    .ceni {
        padding: 30px 0 0;
        background: url(../images/zdorov-bg.svg) center 0 no-repeat
    }

    .ceni-wrap {
        display: none
    }

    .ceni-wrap2 {
        flex-wrap: wrap
    }

    .ceni-block {
        width: 100%
    }

    .ceni-title2 p {
        text-align: center
    }

    .ceni-block2 {
        width: 100%;
        padding: 20px 0 0
    }

    .ceni-block3 {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 20px 0 0
    }

    .ceni-button {
        width: 174px
    }

    .otziv {
        padding: 50px 0 0
    }

    .blizkiy2 {
        padding: 60px 0 0
    }

    .karta {
        padding: 80px 0 0
    }

    .karta-wrap {
        flex-wrap: wrap
    }

    .karta-block3 {
        display: block;
        width: 100%
    }

    .karta-block {
        display: none
    }

    .karta-block2 {
        width: 100%
    }

    .karta-map {
        border-radius: 20px 20px 0 0
    }

    .karta-border-border {
        border-radius: 0 0 30px 30px
    }

    .footer-middle {
        width: 100%;
        margin: 30px 0 0;
        display: flex
    }

    .footer-block {
        width: 33.3333333%
    }

    .karta-container {
        padding: 0 20px
    }

    .modal-border {
        max-width: 350px
    }

    .modal-title,
    .modal-title--new {
        padding: 0 0 20px
    }

    .modal-title p,
    .modal-title--new p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: #4f6d98
    }

    .modal-suptitle p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98
    }

    .modal-link a {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98
    }

    .modal-border2 {
        max-width: 350px
    }

    .modal-title2 p {
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98
    }

    .modal-li p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98;
        text-align: center
    }

    .uslugiwork-wrap {
        flex-wrap: wrap;
        padding: 20px 0 0
    }

    .uslugiwork-block {
        width: 100%
    }

    .uslugiwork-block2 {
        width: 100%;
        padding: 40px 0 0;
        justify-content: flex-start
    }

    .uslugiwork-border {
        position: relative;
        z-index: 1
    }

    .uslugiwork-bottom-title p br {
        display: none
    }

    .uslugiwork {
        padding: 10px 0 20px;
        background: none;
        position: relative
    }

    .uslugiwork:before {
        position: absolute;
        top: 30px;
        right: 0;
        bottom: 0;
        left: 0;
        content: "";
        background-size: cover
    }

    .skidki-slayder {
        display: block
    }

    .skidki-border {
        padding: 20px 0 55px
    }

    .skidki-block {
        display: none
    }

    .skidki-border2 {
        padding: 20px
    }

    .skidki-wrap {
        flex-wrap: wrap
    }

    .skidki-left {
        width: 100%
    }

    .skidki-title {
        padding: 0 0 0 20px
    }

    .skidki-icon img {
        width: 51px
    }

    .skidki-rigth {
        width: 100%
    }

    .skidki-button button {
        width: 100%
    }

    .skidki-button button .skidki-button-p {
        font-weight: 900;
        font-size: 14px;
        line-height: 21px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .skidki-button button .skidki-button-hv {
        display: none;
        font-weight: 900;
        font-size: 14px;
        line-height: 21px;
        transition: 0.3s;
        background: #fff;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .skidki-button button {
        width: 100%;
        height: 38px;
        background: #eff2fa;
        border-radius: 26px
    }

    .skidki {
        padding: 35px 0 0
    }

    .tekstoviy ul {
        padding: 20px 0 0 30px
    }

    .tekstoviy-wrap2 {
        padding: 10px 0 0;
        flex-wrap: wrap
    }

    .tekstoviy-block3 {
        width: 100%
    }

    .tekstoviy-block4 {
        width: 100%;
        padding: 30px 0 0
    }

    .etap-wrap {
        flex-wrap: wrap
    }

    .etap-block {
        width: 100%
    }

    .etap-block2 {
        padding: 20px 0 0;
        width: 100%;
        justify-content: center
    }

    .etap-img {
        margin: 0
    }

    .etap-border {
        padding: 20px
    }

    .etap-container {
        padding: 0
    }

    .etap {
        padding: 30px 0 0
    }

    .konsultation {
        padding: 50px 0 0
    }

    .konsultation-container {
        padding: 0
    }

    .konsultation-border {
        padding: 20px
    }

    .konsultation-absolute {
        display: none
    }

    .konsultation-absolute2 {
        display: none
    }

    .konsultation-wrap {
        flex-wrap: wrap
    }

    .konsultation-block {
        width: 100%
    }

    .konsultation-block2 {
        width: 100%;
        padding: 30px 0 0
    }

    .otvet {
        padding: 50px 0 0
    }

    .otvet-wrap {
        flex-wrap: wrap
    }

    .otvet-block {
        width: 100%
    }

    .otvet-img {
        display: none
    }

    .otvet-block2 {
        width: 100%;
        padding: 20px 0 0
    }

    .semechki-mb {
        display: none
    }

    .stayiwork-button button {
        width: 40px;
        height: 40px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 10px;
        transform: rotate(-180deg)
    }

    .stayiwork-button button img {
        width: 23px;
        margin: 3px 0 0
    }

    .stayiwork-li {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #eff2fa;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 6px;
        width: 23px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 5px;
        padding: 1px 0 0
    }

    .stayiwork-li2 {
        padding: 0 5px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #000
    }

    .stayiwork-ul {
        display: flex;
        align-items: center;
        padding: 0 15px
    }

    .stayiwork {
        padding: 20px 0 0
    }

    .uslugiwork-title-pd {
        padding: 20px 0 0
    }

    .statyyawork-wrap {
        flex-wrap: wrap
    }

    .statyyawork-block {
        width: 100%
    }

    .statyyawork-block2 {
        width: 100%;
        padding: 20px 0 0
    }

    .statyyawork-block-border {
        width: 100%
    }

    .statyyawork-block2-border {
        width: 100%
    }

    .statyyawork-pd {
        padding: 10px 0 0
    }

    .nozamen-border {
        background: #c4d0ec;
        border-radius: 30px;
        padding: 20px 20px 0;
        position: relative
    }

    .nozamen-absolute3 {
        position: relative;
        width: 100%;
        bottom: -4px;
        text-align: center;
        margin: 14px 0 0
    }

    .nozamen-title p {
        padding: 20px 0 0;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        color: #4f6d98
    }

    .nozamen-title p br {
        display: none
    }

    .nozamen-block-border {
        padding: 30px 15px 29px;
        max-width: 780px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .nozamen-block-wrap {
        flex-wrap: wrap
    }

    .nozamen-block-block {
        width: 100%
    }

    .nozamen-block-block2 {
        width: 100%
    }

    .nozamen-button {
        margin: 30px 0 0
    }

    .nozamen-border-title {
        padding: 20px 0 0
    }

    .ocenka-wrap {
        flex-wrap: wrap
    }

    .ocenka-block {
        width: 100%;
        padding: 0 0 20px
    }

    .ocenka-ul {
        display: flex;
        align-items: center;
        padding: 10px 0 0
    }

    .koment-wrap {
        flex-wrap: wrap
    }

    .koment-block {
        width: 100%;
        padding: 0
    }

    .koment-block2 {
        width: 100%;
        padding: 20px 0 0
    }

    .koment-input2 input {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #4f6d98;
        margin: 0;
        width: 100%;
        padding: 0 0 0 30px;
        height: 42px;
        background: #fbfcfd;
        border: 1px solid #bfcadf;
        border-radius: 28.5px
    }

    .koment-button button {
        width: 100%;
        height: 38px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 26px
    }

    .nozamen-container {
        padding: 0
    }

    .onas-block {
        width: 50%;
        padding: 20px 10px 0
    }

    .vrachi-border {
        height: 100%
    }

    .onas-container {
        padding: 0 10px
    }

    .onas {
        padding: 20px 0 0;
        background: url(../images/zdorov-bg.svg) center 5% no-repeat
    }

    .onas-padding {
        padding: 30px 0 0
    }

    .specialistwork {
        padding: 20px 0 0
    }

    .specialistwork-wrap {
        flex-wrap: wrap;
        padding: 0
    }

    .specialistwork-block {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .specialistwork-block2 {
        width: 100%;
        padding: 30px 0 0
    }

    .specialistwork-rekomen-border {
        width: 165px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #eff2fa;
        border: 0.75px solid #bfcadf;
        border-radius: 22.5px;
        padding: 10px 12px
    }

    .specialistwork-rekomen-block {
        padding: 20px 0 0
    }

    .specialistwork-rekomen {
        padding: 10px 0 0
    }

    .specialistwork-inner-block2 {
        width: 100%;
        padding: 30px 0 0
    }

    .specialisttext {
        padding: 50px 0 0
    }

    .ceni-wrap2 {
        border-top: none;
        border-bottom: 1px solid #bfcadf
    }

    .ceni-wrap2:last-child {
        border-bottom: none
    }

    .goroda-block3 {
        width: 100%;
        padding: 10px 0 0
    }

    .goroda-border2 {
        margin: 20px 0 0;
        border-radius: 0 0 30px 30px
    }

    .contaktiwork-wrap {
        flex-wrap: wrap;
        padding: 20px 0 0
    }

    .contaktiwork-block {
        width: 100%;
        margin: 0 0 30px
    }

    .contaktiwork-li {
        padding: 10px 0 0;
        display: flex;
        flex-wrap: wrap
    }

    .contaktiwork-ul2 {
        padding: 0
    }

    .contaktiwork-li3 {
        padding: 10px 0 0;
        display: flex
    }

    .contaktiwork-social {
        padding: 0;
        display: flex;
        align-items: center
    }

    .contaktiwork-ul3 {
        padding: 20px 0 0
    }
}

@media screen and (max-width:640px) {
    blockquote {
        padding-left: 0;
        padding-top: 90px;
    }

    .header-mobile {
        padding: 0 0 0 170px;
        display: block
    }

    .work-img {
        position: relative;
        margin: 0 0 -39px
    }

    .zdorov-block {
        width: 100%
    }

    .stacionar-sl .slick-list {
        padding: 30px 25% 0 0 !important
    }

    .blizkiy-inner {
        flex-wrap: wrap
    }

    .blizkiy-inner-block {
        width: 100%;
        padding: 20px 0 0
    }

    .blizkiy-inner-block:last-child {
        padding: 20px 0 0
    }

    .blizkiy-inner-title {
        width: 90%
    }

    .blizkiy-inner-title p br {
        display: none
    }

    .licenziya-sl .slick-list {
        padding: 0 45% 0 0 !important
    }

    .vrachi-sl .slick-list {
        padding: 0 10% 0 0 !important
    }

    .tekstoviy ol li {
        padding: 0
    }

    .tekstoviy ol {
        padding: 20px 0 0
    }

    .tekstoviy ol li:before {
        position: initial
    }
}

@media screen and (max-width:575px) {
    .header-mobile {
        padding: 0 0 0 138px;
        display: block
    }

    .work-img {
        position: relative;
        margin: 0 0 -35px
    }

    .work-absolute {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 0;
        bottom: 150px;
        width: 205px;
        padding: 5px 30px 5px 40px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        box-shadow: 0 1px 8px 2px transparent;
        border-radius: 39px
    }

    .srochno-realite-img {
        margin: -105px 0 -270px;
        position: relative;
        z-index: -1
    }

    .licenziya-sl .slick-list {
        padding: 0 40% 0 0 !important
    }

    .footer-social {
        flex-wrap: wrap
    }

    .footer-social-ul {
        width: 100%;
        padding: 0;
        margin: -10px 0 0;
        display: block
    }

    .footer-social-li {
        padding: 20px 0 0
    }

    .footer-middle {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .footer-block {
        width: auto
    }

    .footer-block-mb {
        justify-content: flex-end;
        width: 100%
    }

    .footer-middle-ul-pd {
        padding: 20px 0 0
    }

    .footer-middle-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #223858
    }

    .footer-middle-li a {
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .footer-middle-li {
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        color: #223858
    }

    .footer-bottom-title p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color: #4f6d98
    }

    .footer-bottom {
        padding: 30px 0 0
    }

    .footer-social-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        color: #223858
    }

    .footer-button button p {
        font-weight: 900;
        font-size: 14px;
        line-height: 21px;
        color: #fff
    }

    .footer-button2 button p {
        font-weight: 900;
        font-size: 14px;
        line-height: 21px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent
    }

    .footer-button button {
        width: 190px;
        height: 38px;
        background: linear-gradient(270deg, #0f5ddb 0, #2080e5 100%);
        border-radius: 26px
    }

    .footer-button2 button {
        width: 190px;
        height: 38px;
        background: #dfe8e9;
        border-radius: 26px
    }

    .footer-top-links {
        padding: 20px 0 0
    }

    .footer-top-link a {
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        text-align: right;
        color: #223858
    }

    .footer-top-olata {
        padding: 10px 0 0
    }

    .footer-top-olata-title p {
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        text-align: right;
        color: #223858
    }

    .footer-top-olata-li {
        padding: 0 33px 0 0
    }

    .modal-border3 {
        margin: 0 20px;
        padding: 30px;
        width: 100%;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        border-radius: 30px
    }

    .stayiwork-title {
        display: none
    }

    .stayiwork-title-mb {
        padding: 30px 0 0;
        text-align: center;
        display: block
    }

    .stayiwork-wrap {
        flex-wrap: wrap
    }

    .stayiwork-img {
        width: 100%
    }

    .stayiwork-img img {
        width: 100%
    }

    .stayiwork-text {
        width: 100%;
        padding: 30px 0 0
    }

    .stayiwork-suptitle {
        display: none
    }

    .stayiwork-inner {
        padding: 0;
        justify-content: center
    }
}

@media screen and (max-width:480px) {
    .header-mobile {
        padding: 0 0 0 93px;
        display: block
    }

    .srochno-realite-img {
        margin: -136px 0 -165px;
        position: relative;
        z-index: -1
    }

    .licenziya-sl .slick-list {
        padding: 0 30% 0 0 !important
    }

    .otziv-sl .slick-list {
        padding: 0 10% 0 0 !important
    }

    .header-button2.header-button3--new {
        margin: 0 0 0 20px;
        display: inline-block;
        background: linear-gradient(to right, rgba(15, 93, 219, 1), rgba(32, 128, 229, 1));
        padding: 2px;
        border-radius: 26px
    }

    .skidki-sl .slick-list {
        padding: 0 10% 0 0 !important
    }

    .koment-top {
        flex-wrap: wrap
    }

    .koment-data {
        width: 100%;
        padding: 10px 0 0
    }

    .onas-block {
        width: 100%
    }

    .header-button2.header-button3--new button span,
    .header-button button span {
        font-size: 13px;
        line-height: 120%;
    }

    .header-button2.header-button3--new button {
        min-width: 200px;
    }

    @media(max-width: 450px) {
        .header-buttons button.btn.js-show-modal {
            padding: 5px;
            min-width: 100%;
            width: 100%;
        }

        .header-top .header-mobile {
            width: 35%;
        }

        .header-logo {
            width: 35%;
        }

        .wraper__bottom {
            display: none;
        }
    }

    .header-buttons {
        column-gap: 10px;
    }

    .header-button button {
        width: 170px;
    }
}

@media(max-width: 405px) {
    .header-mobile-link-number {
        font-size: 14px;
        text-wrap: nowrap;
    }

    .header-logo a p {
        font-size: 10px;
    }

    .header-mobile-link-title,
    .header-logo_desc {
        font-size: 9px;
    }
}

@media screen and (max-width:415px) {
    .header-mobile {
        padding: 0 0 0 30px;
        display: block
    }

    .burger i:nth-of-type(2) {
        margin: -40px 20px 0 0
    }

    .work-img {
        position: relative;
        margin: 0 0 -25px
    }

    .work-absolute {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: space-between;
        left: 0;
        bottom: 109px;
        width: 205px;
        padding: 5px 30px 5px 40px;
        background: #eff2fa;
        border: 1px solid #bfcadf;
        box-shadow: 0 1px 8px 2px transparent;
        border-radius: 39px
    }

    .popular-suptitle {
        height: 137px;
        padding: 20px 0 0
    }

    .stacionar-sl .slick-list {
        padding: 30px 10% 0 0 !important
    }

    .licenziya-sl .slick-list {
        padding: 0 15% 0 0 !important
    }

    .semechki ul li {
        padding: 0 20px 0 0
    }

    .semechki ul li:before {
        right: 5px
    }

    .titleservice {
        max-width: initial
    }

    .uslugiwork-bottom {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .uslugiwork-bottom-wrap {
        flex-direction: column
    }

    .uslugiwork-bottom-title {
        margin: 0;
        text-align: center;
        width: 100%
    }

    .uslugiwork-bottom-title p {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:390px) {
    .header-mobile {
        padding: 0 0 0 45px;
        display: block
    }

    .header-button button,
    .header-button2 button {
        width: 170px;
        padding: 12px 12px
    }

    .header-button button span,
    .header-button2 button span {
        font-size: 13px
    }
}

@media screen and (max-width:390px) {
    .header-buttons {
        column-gap: 15px
    }

    .header-button button,
    .header-button2 button {
        width: 160px
    }
}

small {
    opacity: 1 !important;
}

.result_wrapper h3 {
    margin-bottom: 22px;
    text-align: center;
    font-size: 24px;
}

.result_wrapper p {
    text-align: center;
}

.header-li:nth-child(6) .header-absolute-ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden
}

.header-absolute2 .header-absolute-ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden
}

.header-absolute-ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 16px;
}

.header-absolute-ul::-webkit-scrollbar-thumb {
    background-color: #0f5ddb;
    border-radius: 16px;
}

.header-absolute-ul::-webkit-scrollbar-track {
    background: #BCBCBC;
    border-radius: 16px;
}

.header-absolute2 .header-absolute-ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 16px;
}

.header-absolute2 .header-absolute-ul::-webkit-scrollbar-thumb {
    background-color: #0f5ddb;
    border-radius: 16px;
}

.header-absolute2 .header-absolute-ul::-webkit-scrollbar-track {
    background: #BCBCBC;
    border-radius: 16px;
}

.goroda-map #map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map__wrap {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
}

.goroda-block3 {
    height: fit-content;
}

.goroda-map {
    width: 100%;
    height: 100%;
}

.goroda-gorod ul {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.goroda-gorod ul::-webkit-scrollbar {
    width: 6px;
    border-radius: 16px;
}

.goroda-gorod ul::-webkit-scrollbar-thumb {
    background-color: #0f5ddb;
    border-radius: 16px;
}

.goroda-gorod ul::-webkit-scrollbar-track {
    background: #BCBCBC;
    border-radius: 16px;
}

@media screen and (max-width: 1200px) {
    .modal-subtitle.modal-subtitle--new p {
        padding: 0 0 20px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        color: #4F6D98;
        text-align: center;
    }
}

.modal-subtitle.modal-subtitle--new p {
    padding: 0 0 20px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #4F6D98;
    text-align: center;
}

.work-border-title.work-border-title--new .work-border-title__p,
.work-border-title.work-border-title--new .work-border-title__p a {
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    text-align: center;
    color: #4F6D98;
}

.form-submit.form-submit--new {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

.new-form-bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px rgba(30, 124, 228, 0.2) solid;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.new-form-bottom__wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 50%;
}

.new-form-bottom__text {
    font-size: 13px;
    color: #4f80c1;
}

.new-form-bottom__point-wrap {
    width: 20px;
    height: 20px;
    background: linear-gradient(270deg, #0F5DDB 0, #2080E5 100%);
    min-width: 20px;
    min-height: 20px;
    border-radius: 50px;
    position: relative;
}

.new-form-bottom__point {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.header-mobile-link a,
.header-mobile-link p,
.header-mobile-link2 a,
.header-mobile-link2 p {
    text-align: left;
}

.uslugiwork-bottom__newwrap {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}

.uslugiwork-bottom__newwrap .uslugiwork-bottom-icon {
    min-width: 60px;
}

.uslugiwork-bottom__newwrap .uslugiwork-bottom-wrap {
    width: 50%;
}

.uslugiwork__price {
    width: 100%;
    padding-top: 20px;
}

.uslugiwork__price-title {
    font-size: 20px;
    padding: 20px;
    border-radius: 50px;
    background-color: #eff2fa;
    width: max-content;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    color: #223858;
}

.uslugiwork__price-title span {
    color: #1160dc;
    font-weight: 600;
    font-size: 26px;
}

.uslugiwork-border2 .work-button button {
    font-weight: 500;
    letter-spacing: 1px;
}

.uslugiwork-absolute {
    top: -125px;
    right: 76px;
}

.ceni-wrap--oplata {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.ceni-icons-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.ceni-icon-block {
    width: 100px;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ceni-icon-block img {
    max-width: 60px;
    max-height: 26px;
}

.ceni-wrap2.ceni-wrap2--oplata {
    border-top: none;
}

.ceni-wrap2.ceni-wrap2--rassrochka .ceni-block2 {
    width: 80%;
}

.ceni-wrap2.ceni-wrap2--rassrochka .ceni-title2 p,
.ceni-wrap2.ceni-wrap2--mobile .ceni-title2 p {
    color: rgba(30, 123, 228, 1);
}

@media (max-width: 1024px) {
    .ceni-wrap--oplata {
        flex-direction: column;
        justify-content: center;
    }

    .ceni-icons-block {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .ceni-icon-block {
        min-width: 30%;
        min-height: 70px;
    }

    .ceni-icon-block img {
        max-width: 75px;
        max-height: 40px;
    }

    .ceni-border.ceni-border--oplata {
        background-color: transparent;
        border: none;
    }

    .ceni-wrap2.ceni-wrap2--mobile {
        background-color: white;
        margin-top: 40px;
        border-radius: 25px;
    }

    .ceni-wrap2.ceni-wrap2--mobile .ceni-suptitle {
        text-align: center;
    }

    .uslugiwork-border2 {
        max-width: 100%;
    }

    .uslugiwork-bottom__newwrap {
        flex-direction: column;
        width: 100%;
        align-content: flex-start;
        justify-content: flex-start;
    }

    .uslugiwork-bottom__newwrap .uslugiwork-bottom-wrap {
        width: 100%;
    }
}

.specwork {
    padding: 50px 0 0
}

.specwork-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 70px
}

.specwork__ruk .container {
    border-radius: 50px;
    background: rgb(239, 242, 250);
    padding: 60px 0 0 0;
}

.specwork-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 170px;
    margin: 0 60px 60px 0;
}

.specwork {
    padding: 40px 0 0
}

.specwork-container {
    max-width: 1537px
}

.specwork-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.specwork-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.specwork-inner-block {
    width: auto
}

.specwork-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.specwork-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: rgb(34, 56, 88);
}

.specwork-suptitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: rgb(34, 56, 88);
}

.specwork-rekomen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap
}

.specwork-rekomen-border {
    padding: 20px 25px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #EFF2FA;
    border: .75px solid #BFCADF;
    border-radius: 22.5px
}

.specwork-rekomen-img img {
    max-width: 185px
}

.specwork-inner-block2 {
    width: 100%;
    min-width: 300px
}

.specwork-inner-border {
    padding: 40px;
    max-width: 100%;
    background: #EFF2FA;
    border: 1px solid #BFCADF;
    border-radius: 30px;
    height: 100%;
    min-width: 380px
}

.spectext h2 {
    margin-top: 100px;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: #223858;
    margin-bottom: 20px
}

.spectext p {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98
}

.spectext a {
    color: #4F6D98
}

.spectext h3 {
    padding: 20px 0 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 39px;
    color: #223858
}

.spectext__text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #4F6D98;
    width: 90%
}

.spectext__text ul li span {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #4F6D98;
    margin: 0 0 0 50px
}

del {
    position: relative;
    text-decoration: none;
    color: rgba(30, 124, 228, 0.5);
    font-size: 14px;
    font-weight: 500;
    line-height: 130%
}

del:before {
    content: "";
    border-bottom: 1px solid #1E7CE4;
    position: absolute;
    width: 100%;
    height: 80%;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
}

.specwork-rekomen-blocktxt {
    padding: 21px 50px 21px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    border: 0.75px solid rgb(30, 124, 228);
    border-radius: 22.5px
}

.specialistwork-rekomen-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    color: rgb(79, 109, 152)
}

.specialistwork-rekomen-price {
    color: rgb(34, 56, 88);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%
}

.specialistwork-rekomen-price span {
    color: rgb(30, 124, 228);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase
}

.hr-line {
    margin: 20px 0;
    padding: 0;
    height: 0;
    border: 1px solid rgba(30, 124, 228, 0.2)
}

.specwork-rekomen:nth-child(1) {
    margin-top: 40px
}

.specwork-inf {
    margin-bottom: 40px
}

.specwork-ul {
    width: 100%;
    color: rgb(79, 109, 152);
    font-size: 18px;
    font-weight: 700;
    line-height: 130%;
    margin-bottom: 50px;
}

.specwork-ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(30, 123, 228, 0.2);
    padding: 10px 0
}

.specwork-ul li span {
    font-weight: 400;
    line-height: 130%
}

.specwork-inner-block2 .work-button {
    margin: auto;
    position: relative;
    top: 0
}

.spectext__text ul {
    counter-reset: myCounter;
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.spectext__text ul li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    background: url(/netcat_template/template/3/images/speclist-li.svg) 0 0 no-repeat;
    display: inline-block;
    text-align: center;
    padding: 35px 64px 0 44px;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    color: #EFF2FA;
    height: 100px
}

.spectext__text ul li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%
}

.spectext__text ul li span {
    color: rgb(34, 56, 88);
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    margin: 0
}

.spectext__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
    margin-top: 40px
}

.specwork-block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px
}

.specwork-ul li:last-child {
    border-bottom: none !important;
}

.spectext__block--item {
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
    gap: 24px;
    color: rgb(79, 109, 152);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    border: 0.75px solid rgb(191, 202, 223);
    border-radius: 22.5px;
    background: rgb(239, 242, 250)
}

.spectext__block--item span {
    color: rgb(34, 56, 88);
    font-size: 20px;
    font-weight: 600;
    line-height: 130%
}

.spectext__education ul {
    list-style-type: square;
    list-style-position: inside
}

.spectext__education ul li {
    color: #4F6D98;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    padding-left: 0
}

.spectext__education ul li span {
    color: rgb(34, 56, 88)
}

.spectext__education ul li:not(:last-child) {
    padding-bottom: 20px
}

.spectext__education ul li::marker {
    color: rgb(79, 109, 152)
}

.spectext__development {
    display: none
}

.spectext__buttons {
    margin-bottom: 40px
}

.spectext__btn1 {
    padding: 14px 28px;
    color: rgb(34, 56, 88);
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    border: 1px solid rgb(191, 202, 223);
    border-radius: 32px;
    background: rgb(196, 208, 236)
}

.specwork-block2 {
    z-index: 1
}

.spectext__btn2 {
    padding: 14px 28px;
    color: rgb(34, 56, 88);
    font-size: 18px;
    font-weight: 600;
    line-height: 130%;
    border-radius: 32px;
    background: rgb(196, 208, 236)
}

.spectext__publications {
    list-style-type: square;
    list-style-position: inside;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr)
}

.spectext__publications li a {
    color: rgb(34, 56, 88);
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    text-decoration: none
}

.spectext__publications li span {
    color: rgb(34, 56, 88)
}

.spectext__publications li:not(:last-child) {
    padding-bottom: 20px
}

.spectext__publications li::marker {
    color: rgb(79, 109, 152)
}

.vrachi-spec {
    padding: 120px 0 0;
    background: url(/netcat_template/template/3/images/zdorov-bg.svg) center 9% no-repeat !important
}

.spectext__ruk p {
    padding-bottom: 20px
}

.spectext__ruk--education {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.spectext__ruk--manyblocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px
}

.spectext__ruk--item h3 {
    padding: 0
}

.spectext__ruk--item:not(:last-child) {
    padding-right: 40px;
    border-right: 1px solid rgba(30, 124, 228, 0.2)
}

.spectext__ruk--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    height: auto
}

.spectext__ruk--item h3 {
    color: rgb(34, 56, 88);
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

.spectext__ruk ul {
    list-style-type: square;
    list-style-position: inside
}

.spectext__ruk ul li {
    color: #4F6D98;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    padding-left: 0
}

.spectext__ruk ul li span {
    color: rgb(34, 56, 88)
}

.spectext__ruk ul li:not(:last-child) {
    padding-bottom: 20px
}

.spectext__ruk ul li::marker {
    color: rgb(79, 109, 152)
}

.uslugiwork__item:not(:last-child) {
    border-right: 1px solid rgba(30, 124, 228, 0.2)
}

.uslugiwork__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 40px
}

.spectext__ruk .uslugiwork-title ol li {
    padding: 20px 0 0 0
}

.spectext__ruk ol li span {
    color: rgb(34, 56, 88)
}

.spectext__ruk ul li a {
    text-decoration: none;
    color: rgb(34, 56, 88)
}

.section__link .button__open2 {
    border-radius: 26px;
    border: 3px solid #0F5DDB;
    font-weight: 800;
    font-size: 16px;
    color: #0F5DDB;
    padding: 16px 20px
}

.specwork__ruk .container {
    position: relative;
    overflow: hidden
}

.specwork__ruk .specwork-img {
    position: relative;
    z-index: 1;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 500px
}

.specwork__ruk .specwork-block::before {
    content: '';
    position: absolute;
    bottom: -170px;
    left: -92px;
    background-image: url('/netcat_template/template/3/images/glavvrach_fon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
    width: 100%;
    height: 100%
}

.specwork__ruk .specwork-block {
    max-width: 100%;
    width: 100%;
    min-height: 571px;
    max-height: 100%;
    overflow: hidden;
}

.specwork__ruk .specwork-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.uslugiwork-title p:not(:last-child) {
    padding-bottom: 12px
}

@media screen and (max-width:1024px) {
    .specwork-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:990px) {
    .specwork-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px
    }

    .specwork .title2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 130%
    }

    .specwork-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 130%
    }

    .specwork-suptitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 130%
    }

    .specialistwork-rekomen-title {
        font-size: 14px;
        font-weight: 400
    }

    .specialistwork-rekomen-price {
        font-size: 16px
    }

    .specialistwork-rekomen-price span {
        font-size: 16px
    }

    .specwork-inf {
        margin-bottom: 30px
    }

    .specwork-block2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .specwork-rekomen {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6px
    }

    .specwork-rekomen-blocktxt {
        padding: 14px 20px;
        gap: 8px
    }

    .specwork-rekomen-border {
        width: 100%;
        height: auto;
        padding: 20px
    }

    .specwork-rekomen-img img {
        max-width: 100%
    }

    .specwork-inner-block2 .modal-title2 p {
        font-size: 20px;
        margin-bottom: 15px;
        text-align: left
    }

    .specwork-ul li {
        font-size: 16px;
        font-weight: 700
    }

    .specwork-ul li span {
        font-weight: 400
    }

    .specwork-inner-border {
        padding: 25px
    }

    .spectext h2 {
        margin-top: 60px;
        font-size: 26px;
        margin-bottom: 14px;
        line-height: 130%
    }

    .spectext p {
        font-weight: 500;
        font-size: 16px;
        line-height: 140%
    }

    .spectext__text ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 15px 0
    }

    .spectext__text ul li {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 18px 0 0;
        font-size: 16px
    }

    .spectext__text ul li a {
        width: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 18px 0 0;
        font-weight: 500;
        font-size: 16px;
        line-height: 27px
    }

    .spectext__text ul li:before {
        counter-increment: myCounter;
        content: counter(myCounter);
        background: url(/netcat_template/template/3/images/tekstoviy-li.svg) 0 0 no-repeat;
        display: inline-block;
        text-align: center;
        padding: 7px 42px 0 17px;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #EFF2FA;
        height: 44px;
        width: 44px
    }

    .spectext__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 30px
    }

    .spectext__block--item {
        max-width: 100%;
        padding: 24px;
        gap: 10px;
        font-size: 16px
    }

    .spectext__block--item span {
        font-size: 16px
    }

    .spectext__buttons {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 6px
    }

    .spectext__btn1,
    .spectext__btn2 {
        font-size: 16px;
        font-weight: 600;
        width: 100%
    }

    .spectext__education ul li:not(:last-child) {
        padding-bottom: 14px
    }

    .spectext__publications {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .spectext__publications li:not(:last-child) {
        padding-bottom: 14px
    }

    .specialistwork .title-center {
        text-align: left !important
    }

    .vrachi-button {
        width: 100%
    }

    .specialistwork .vrachi-name {
        width: 100%
    }

    .specialistwork .vrachi-name p {
        min-height: 70px;
        width: 100%;
        text-align: left
    }

    .specialistwork .vrachi-position {
        width: 100%
    }

    .specialistwork .vrachi-position p {
        min-height: 58px;
        width: 100%;
        text-align: left
    }

    .specwork__ruk .container::before {
        background-image: none
    }

    .specwork__ruk .specwork-img img {
        max-width: 100%;
        max-height: 100%
    }

    .spectext__ruk--manyblocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .spectext__ruk--item:not(:last-child) {
        padding-bottom: 0;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(30, 124, 228, 0.2)
    }

    .spectext__ruk ul li {
        font-size: 16px;
        font-weight: 500
    }

    .spectext__ruk ul li:not(:last-child) {
        padding-bottom: 15px
    }

    .spectext__ruk ul li span {
        font-weight: 500
    }

    .uslugiwork__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .specwork__ruk .specwork-img {
        bottom: 0
    }

    .specwork__ruk .specwork-block::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url('/netcat_template/template/3/images/bg-glavmobile.svg');
        background-position: center center;
        z-index: 0; //min-width:438px;width:100%;height:100%;background-size:cover}.specwork__ruk .specwork-block{max-width:100%;width:100%;min-height:auto;position:relative}}@media screen and (max-width:1600px){.specwork__ruk .container{padding:40px 0 0 0}.specwork-wrap {-ms-flex-wrap:wrap;flex-wrap:wrap}.specwork-block2{gap:30px}.specwork-inner-block2 .work-button{margin:20px 0 auto;position:relative;top:auto}.specwork-inner-border{height:auto;min-width:100%}.uslugiwork__item:not(:last-child){border-right:none;border-bottom:1px solid rgba(30,124,228,0.2)}.spectext__ruk .uslugiwork-title ol li{padding:15px 0 0 0}.uslugiwork-title ol li{width:100%;font-size:16px;line-height:130%}.specwork__ruk .specwork-img{margin:0 auto}}@media screen and (max-width:1300px) {.specwork__ruk .specwork-img {margin:0 auto}.specwork-wrap {-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.specwork__ruk .specwork-img {bottom:-6px}}@media screen and (max-width:1200px){.uslugiwork:before{position:relative}.specwork-block2{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 20px 20px 20px;padding:0 20px;margin:0}.specwork__ruk .container {padding:30px 0 0 0}.specwork__ruk .specwork-block::before {bottom:-60px;left:0}.specwork-rekomen-rating {width:100%;}.specwork-rekomen-img {width:100%;max-width: max-content;}.specwork-rekomen-border {padding:20px;display:flex;flex-direction:row;justify-content:space-between;gap:28px;align-items:center}.specwork-ul {margin-bottom:20px}}


        .header-link {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
        }

        .header-link-text {
            margin: 0;
        }

        .header-link-title {
            font-weight: 700;
            font-size: 18px;
            color: #223858;
        }

        .header-link-suptitle {
            font-weight: 400;
            font-size: 14px;
            color: #223858;
            opacity: 0.6;
        }

        .header-link.city .header-link-suptitle {
            font-size: 16px;
            opacity: 1;
        }

        .header-link.phone:hover .header-link-title {
            text-decoration: underline;
        }

        .wraper__bottom {
            justify-content: space-between;
            padding-top: 20px;
        }

        .header .popup_form.str-form.poisk-form input {
            /*max-width: 250px;*/
            max-width: 130px;
            border-radius: 40px;
        }

        .header .popup_form.str-form.poisk-form input::placeholder {
            color: #223858;
            opacity: 0.6;
        }

        .header-buttons {
            gap: 10px;
        }

        .header-button {
            box-shadow: none;
            padding: 1px;
        }

        .header-button button {
            width: max-content;
            height: auto;
            padding: 14px 20px;
            border-radius: 26px;
        }

        .header-button2 button {
            background: #DFE8E9;
        }

        .header-button2 button span {
            background: linear-gradient(270deg, #0f5ddb 0%, #2080e5 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .header-logo-img {
            width: 100%;
            max-width: 173px;
        }

        .burger {
            border-radius: 10px;
            width: 36px;
            height: 36px;
            box-shadow: 0 2px 12px 0 rgba(24, 111, 224, 0.5);
            background: linear-gradient(270deg, #0f5ddb 0%, #2080e5 100%);
            top: auto;
            left: auto;
            right: auto;
        }

        .ham {
            cursor: pointer;
            -webkit-tap-highlight-color: transparent;
            transition: transform 400ms;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

        .hamRotate.active {
            transform: rotate(45deg);
        }

        .hamRotate180.active {
            transform: rotate(180deg);
        }

        .line {
            fill: none;
            transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
            stroke: #fff;
            stroke-width: 5.5;
            stroke-linecap: round;
        }

        .ham1 .top {
            stroke-dasharray: 40 139;
        }

        .ham1 .bottom {
            stroke-dasharray: 40 180;
        }

        .ham1.active .top {
            stroke-dashoffset: -98px;
        }

        .ham1.active .bottom {
            stroke-dashoffset: -138px;
        }

        .header-navigation {
            padding-top: 10px;
        }

        .modal {
            z-index: 100;
            overflow: hidden;
        }

        .js-modal.is-open {
            overflow: hidden;
        }

        @media (max-width: 1300px) {

            .header-link.city,
            .header-link.time {
                display: none;
            }
        }

        @media screen and (max-width: 1000px) {
            .burger {
                display: flex !important;
                align-items: center;
                justify-content: center;
                position: relative !important;
                order: 0 !important;
            }

            .header-top .header-buttons {
                display: none;
            }

            .header-logo-img {
                max-width: 120px;
                min-width: 90px;
            }
        }

        @media screen and (max-width: 855px) {
            .header {
                padding: 12px 0;
            }

            .header-top {
                flex-wrap: nowrap;
                flex-direction: row;
                align-items: center !important;
            }

            .header-logo,
            .burger {
                order: 0;
            }

            .header-top .header-buttons {
                display: none;
            }

            .header-link-title {
                font-size: 14px;
            }

            .header-link-suptitle {
                font-size: 12px;
            }

            .header-link svg {
                display: none;
            }

            .header-link.phone {
                padding: 0;
            }

            .wraper__bottom {
                padding: 0;
            }
        }

        @media screen and (max-width: 600px) {
            .header-link-title {
                font-size: 13px;
            }

            .header-link-suptitle {
                font-size: 10px;
            }
        }


        .semechki ul li a {
            font-size: 14px;
            padding: 8px 14px;
            border-radius: 40px;
        }


        .uslugiwork {
            padding: 50px 0;
        }

        .uslugiwork .semechki {
            padding: 0 0 50px;
        }

        .uslugiwork-border {
            padding: 50px;
            overflow: hidden;
        }

        .uslugiwork-wrap {
            align-items: center;
            gap: 40px;
            padding: 0;
        }

        .uslugiwork-name {
            max-width: none;
            margin-bottom: 40px;
            line-height: 120%;
        }

        .uslugiwork-title a[href^="tel:"] {
            text-wrap: nowrap;
        }

        .uslugiwork-advantages {
            display: flex;
            flex-wrap: wrap;
            gap: 14px 50px;
        }

        .uslugiwork-advantage {
            display: flex;
            align-items: center;
            gap: 12px;
            width: 100%;
            max-width: calc(50% - 25px);
        }

        .uslugiwork-advantage-text {
            font-weight: 500;
            font-size: 18px;
            line-height: 126%;
            color: #223858;
        }

        .uslugiwork-advantage-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 52px;
            height: 52px;
            flex-shrink: 0;
            border-radius: 10px;
            background: #eff2fa;
            border: 1px solid #e6ebf3;
        }

        .uslugiwork .work-button {
            margin-top: 20px;
        }

        .uslugiwork-block2 {
            padding: 0;
            justify-content: center;
            width: 40%;
        }

        .uslugiwork-border2 {
            width: 100%;
        }

        .uslugiwork-absolute {
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 115%;
            min-width: 600px;
        }

        .uslugiwork-absolute img {
            width: 100%;
        }

        .uslugiwork-btn {
            padding-top: 24px;
            position: relative;
            z-index: 3;
        }

        .uslugiwork-btn .btn {
            border-radius: 40px;
            padding: 18px 20px;
            border: 1px solid #2080E5;
            width: 100%;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .uslugiwork-btn .btn span {
            background: linear-gradient(270deg, #0f5ddb 0%, #2080e5 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            transition: all 0.3s ease;
        }

        .uslugiwork-btn .btn:hover {
            background: linear-gradient(270deg, #0f5ddb 0%, #2080e5 100%);
        }

        .uslugiwork-btn .btn:hover span {
            background: #fff;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .uslugiwork-btn .btn-blue {
            box-shadow: 0 2px 12px 0 rgba(24, 111, 224, 0.5);
            background: linear-gradient(270deg, #0f5ddb 0%, #2080e5 100%);
        }

        .uslugiwork-btn .btn-blue span {
            background: #fff;
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .uslugiwork-btn .btn-blue:hover {
            background: transparent;
        }

        .uslugiwork-btn .btn-blue:hover span {
            background: linear-gradient(270deg, #0f5ddb 0%, #2080e5 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .uslugiwork-btns {
            display: none;
        }


        @media(max-width: 1200px) {
            section.uslugiwork {
                background-image: none !important;
            }

            .uslugiwork {
                padding: 0 0 50px 0;
            }

            .uslugiwork-border {
                padding: 40px 30px;
            }

            .uslugiwork-block2 {
                justify-content: flex-end;
            }
        }

        @media screen and (max-width: 875px) {
            .semechki ul li a {
                font-size: 11px;
                padding: 6px 8px;
            }

            .uslugiwork .semechki {
                padding: 0 0 24px;
            }

            .uslugiwork-name {
                margin-bottom: 20px;
            }

            .uslugiwork-wrap {
                flex-direction: column;
                align-items: stretch;
                gap: 23px;
                padding: 0;
            }

            .uslugiwork-block,
            .uslugiwork-block2,
            .uslugiwork-block2-inner {
                width: 100%;
            }

            .uslugiwork-block2-hide {
                display: none;
            }

            .uslugiwork-btns {
                display: block;
            }

            .uslugiwork-btn {
                padding-top: 14px;
            }

            .uslugiwork__price-title {
                padding: 0 0 16px 0;
                border-bottom: 1px solid #e6ebf3;
                width: 100%;
                justify-content: space-between;
                background: transparent;
                box-shadow: none;
                border-radius: 0;
                font-size: 16px;
            }

            .uslugiwork__price-title span {
                font-size: 20px;
            }
        }

        @media screen and (max-width: 660px) {
            .uslugiwork-border {
                border-radius: 20px;
                padding: 24px 10px;
            }

            .uslugiwork-bottom {
                display: flex !important;
                padding-top: 24px !important;
            }

            .uslugiwork-advantages {
                gap: 10px;
            }

            .uslugiwork-advantage {
                max-width: 100%;
            }

            .uslugiwork-advantage-text {
                font-weight: 500;
                font-size: 16px;
            }

            .uslugiwork-advantage-icon {
                width: 46px;
                height: 46px;
            }

            .uslugiwork-border2 {
                padding: 24px 20px;
                border-radius: 20px;
            }

            .uslugiwork .work-button {
                margin-top: 14px;
            }
        }

        .payment__items {
            display: flex;
            gap: 4px;
            flex-wrap: wrap;
        }

        .payment__wrap {
            max-width: 300px;
        }


        .payment__item {
            flex: 1 1 29%;
            max-width: 83px;
            max-height: 74px;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(191, 202, 223, 0.5);
            border-radius: 10px;
            padding: 10px;
        }

        .payment__item-picture {
            display: block;
            max-width: 38px;
            max-height: 39px;
            width: 100%;
            height: 100%;
        }

        .payment__item-text {
            font-weight: 400;
            font-size: 12px;
            line-height: 117%;
            color: #223858;
        }

        .payment {
            margin-bottom: 40px;
            padding-top: 30px;
        }

        .payment__title {
            margin-bottom: 10px;
            font-family: var(--font-family);
            font-weight: 700;
            font-size: 16px;
            color: #223858;
        }

        .payment--mob {
            display: none;
        }

        @media (max-width: 600px) {
            .payment__title {
                font-family: var(--font-family);
                font-weight: 700;
                font-size: 16px;
                color: #223858;
            }

            .payment__item-text {
                font-family: var(--font-family);
                font-weight: 400;
                font-size: 12px;
                line-height: 117%;
                color: #223858;
            }

            .payment {
                padding-top: 0px;
            }
        }


        @media (max-width: 400px) {
            .payment {
                display: none;
            }

            .payment__wrap {
                max-width: 100%;
            }

            .payment__item {
                max-width: 100%;
            }

            .payment--mob {
                display: block;
            }
        }

        .footer-middle-li {
            margin-bottom: 12px;
        }

        .footer-middle-li span {
            font-weight: 400;
            font-size: 16px;
            line-height: 130%;
            color: #4f6d98;
        }

        .payment-methods__items {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .payment-methods__item {
            max-height: 158px;
            flex: 1 1 15%;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 1px solid rgba(191, 202, 223, 0.5);
            border-radius: 10px;
            padding: 16px;
        }

        .payment-methods__item-picture {
            display: block;
            max-width: 90px;
            max-height: 95px;
            width: 100%;
            height: 100%;
        }

        .payment-methods__item-picture img {
            max-width: 85px;
            width: 100%;
        }

        .payment-methods__item-text {
            font-weight: 400;
            font-size: 20px;
            line-height: 140%;
            color: #223858;
        }

        .payment-methods__title {
            margin-bottom: 30px;
            font-weight: 700;
            font-size: 32px;
            color: #223858;
        }

        @media (max-width: 1300px) {
            .payment-methods__item {
                flex: 1 1 32%;
            }
        }

        .payment-methods {
            padding-top: 70px;
            margin-bottom: 70px;
        }

        @media (max-width: 600px) {
            .payment-methods__title {
                font-family: var(--font-family);
                font-weight: 700;
                font-size: 16px;
                color: #223858;
            }

            .payment-methods__items {
                display: flex;
                gap: 4px;
                flex-wrap: wrap;
            }

            .payment-methods__item-text {
                font-family: var(--font-family);
                font-weight: 400;
                font-size: 12px;
                line-height: 117%;
                color: #223858;
            }

            .payment-methods {
                padding-top: 30px;
                margin-bottom: 30px;
            }

            .payment-methods__item-picture {
                display: block;
                max-width: 90px;
                max-height: 95px;
                width: 100%;
                height: 100%;
            }

            .payment-methods__item-picture img {
                max-width: 90px;
                width: 100%;
            }
        }


        .footer-top-link a {
            text-align: left;
        }

        .footer-button2 {
            margin: 10px 0 30px 0;
        }

        .footer-top-links--mob {
            display: none;
        }

        @media (max-width: 500px) {
            .footer-top {
                flex-direction: column;
            }

            .footer-top-right {
                width: 100%;
            }

            .footer-button2 {
                width: 100%;
            }

            .footer-social-ul {
                flex-direction: row;
            }

            .footer-social {
                flex-wrap: inherit;
                flex-direction: row;
                align-items: flex-start;
                justify-content: space-between;
                width: 100%;
            }

            .footer-social-ul {
                width: auto;
            }

            .footer-button {
                width: 100%;
            }

            .footer-top-button {
                width: 100%;
            }

            .footer-button button {
                width: 100%;
            }

            .footer-button2 button {
                width: 100%;
            }

            .footer-social-li {
                padding: 0px;
            }

            .footer-social-ul {
                margin: 0px 0px 20px 0px ! important;
            }

            .footer-social-title {
                padding-top: 8px;
            }

            .footer-middle {
                flex-direction: column-reverse;
            }

            .footer-top-links {
                display: none;
            }

            .footer-top-links--mob {
                display: block;
            }

            .payment--mob {
                padding-top: 40px;
            }

            .footer-middle {
                margin: 30px 0 !important;
            }
        }



        .swiper-pagination {
            position: static !important;
            margin-top: 20px;
        }

        .swiper-pagination-bullet {
            width: 10px !important;
            height: 10px !important;
            background: transparent !important;
            border: 2px solid #0F5DDB;
            opacity: 1 !important;
        }

        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #0F5DDB 0% !important;
        }


        .vrachi-border {
            position: relative;
        }

        .vrachi-img {
            position: relative;
            margin-bottom: 30px;
        }

        .vrachi-img img {
            width: 100%;
            height: 100%;
            max-height: 320px;
            border-radius: 25px;
            object-fit: cover;
            object-position: top;
        }

        .details-button {
            display: inline-block;
            padding: 14px 22px;
            background: linear-gradient(to right, #2080E5, #0F5DDB);
            color: #fff;
            border: none;
            border-radius: 24px;
            font-size: 18px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
            min-width: 75%;
        }

        .details-button a {
            text-decoration: none;
            color: #fff;
        }

        .details-button:hover {
            background-color: #0056b3;
            opacity: 0.7;
        }

        .vrachi-name p {
            line-height: 120% !important;
        }

        .card-info {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin-top: 16px;
            font-size: 16px;
            color: #4F6D98;
        }

        .card-footer {
            margin-top: 25px;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 10px;
        }

        @media screen and (max-width: 1200px) {
            .vrachi-border {
                align-items: stretch;
            }

            .vrachi-button a p {
                font-weight: 500;
                font-size: 18px;
            }

            .card-exp {
                white-space: nowrap;
            }

            .stars {
                height: 18px;
                color: #ffc107;
            }
        }

        @media screen and (max-width: 400px) {
            .vrachi-img img {
                max-height: 240px;
            }

            .details-button {
                width: 100%;
            }
        }

        .stock__top {
            margin: 60px 0 50px 0;
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 30px;
        }

        @media (max-width: 768px) {
            .stock__top {
                margin: 30px 0 32px 0;
            }
        }

        .stock__title {
            color: #223858;
            font-weight: 700;
            font-size: 48px;
            line-height: 130%;
            margin: 0 0 40px 0;
        }

        @media (max-width: 768px) {
            .stock__title {
                font-size: 26px;
                margin: 0 0 20px 0;
            }
        }

        .stock__text {
            font-weight: 400;
            font-size: 20px;
            line-height: 130%;
            color: #4F6D98;
        }

        @media (max-width: 768px) {
            .stock__text {
                font-size: 16px;
            }
        }

        .stock__top-right-text {
            margin: 0 0 30px 0;
            display: block;
            text-align: center;
            font-weight: 500;
            font-size: 20px;
            line-height: 130%;
            color: #223858;
        }

        .stock__top-left {
            width: 100%;
            max-width: 840px;
        }

        .stock__top-right {
            padding: 27px 35px;
            border-radius: 30px;
            background-color: #C4D0EC;
            max-width: 628px;
            width: 100%;
        }

        @media (max-width: 1023px) {
            .stock__top-right {
                display: none;
            }
        }

        .stock__top-right-title {
            font-weight: 500;
            font-size: 20px;
            line-height: 130%;
            margin: 0 0 30px 0;
            text-align: center;
            color: #223858;
        }

        .stock__top-right-wrapper {
            display: flex;
            gap: 10px;
            margin: 0 0 14px 0;
        }

        .stock__top-right-input {
            width: 100%;
            background-color: #FFFFFF;
            border-radius: 40px;
            padding: 15px 30px;
        }

        .stock__top-right-button {
            text-transform: uppercase;
            color: #FFFFFF;
            padding: 15px 35px;
            border-radius: 40px;
            background: linear-gradient(270deg, #0F5DDB 0%, #2080E5 100%);
            width: 100%;
            font-size: 14px;
            font-weight: 600;
        }

        @media (max-width: 1023px) {
            .stock__top-right-button {
                font-size: 12px;
            }
        }

        .stock__top-right-conditions {
            font-weight: 400;
            font-size: 14px;
            line-height: 130%;
            text-align: center;
            color: #4F6D98;
        }

        .stock__top-right-link {
            font-weight: 500;
            font-size: 14px;
            line-height: 130%;
            text-align: center;
            color: #4F6D98;
        }

        .stock__top-card {
            position: relative;
            border-radius: 30px;
            background-color: #EFF2FA;
            padding: 70px 50px;
            position: relative;
            margin: 0 0 40px 0;
            overflow: hidden;
        }

        @media (max-width: 768px) {
            .stock__top-card {
                padding: 24px 20px 20px 20px;
                margin: 0 0 16px 0;
            }
        }

        .stock__top-card-title {
            font-weight: 700;
            font-size: 40px;
            line-height: 120%;
            color: #223858;
            margin: 0 0 10px 0;
        }

        @media (max-width: 768px) {
            .stock__top-card-title {
                font-size: 24px;
            }
        }

        .stock__top-card-number {
            font-size: 56px;
            font-weight: 600;
        }

        .stock__top-card-text {
            font-weight: 400;
            font-size: 20px;
            line-height: 130%;
            color: #4F6D98;
            font-family: Poppins, Arial, sans-serif;
        }

        .stock__top-card-wrapper {
            display: flex;
        }

        @media (max-width: 1023px) {
            .stock__top-card-wrapper {
                flex-direction: column;
                gap: 16px;
            }
        }

        .stock__top-card-wrapper-left {
            padding: 0 50px 0 0;
            border-right: 1px solid #D5DAE5;
            display: flex;
            flex-direction: column;
            z-index: 1;
        }

        @media (max-width: 1023px) {
            .stock__top-card-wrapper-left {
                padding: 0 0 50px 0;
                border-bottom: 1px solid #D5DAE5;
                border-right: 0px;
            }
        }

        .stock__top-card-wrapper-right {
            padding: 0 200px 0 50px;
            display: flex;
            flex-direction: column;
            z-index: 1;
        }

        @media (max-width: 1023px) {
            .stock__top-card-wrapper-right {
                padding: 0;
                align-items: center;
            }
        }

        .stock__top-img {
            position: absolute;
            top: 0%;
            right: 6%;
        }

        @media (max-width: 1100px) {
            .stock__top-img {
                display: none;
            }
        }

        .stock__middle {
            margin: 0 0 40px 0;
        }

        @media (max-width: 768px) {
            .stock__middle {
            margin: 0 0 32px 0;
        }
        }

        .stock__middle-list {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .stock__middle-item {
            width: 100%;
            max-width: 410px;
            background-color: #EFF2FA;
            border-radius: 30px;
            padding: 20px 20px 30px 20px;
            display: flex;
            flex-direction: column;
        }

        .stock__middle-img {
            margin: 0 0 20px 0;
        }

        .stock__middle-img img {
            border-radius: 20px;
        }

        .stock__middle-title {
            margin: 0 0 16px 0;
            font-weight: 600;
            font-size: 24px;
            line-height: 120%;
            color: #223858;
        }

        .stock__middle-text {
            margin: 0 0 20px 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 120%;
            color: #4F6D98;
        }

        .stock__middle-data {
            padding: 20px;
            color: #2080E5;
        }

        .stock__middle-wrapper-svg {
            position: relative;
            margin: 0 0 12px 0;
            border: 1px solid #BFCADF;
            border-radius: 12px;
            margin-top: auto;
            background-color: rgba(255, 255, 255, 0.32);
        }

        .stock__middle-icon {
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            margin: 0 0 12px 0;
        }

        .stock__middle-button {
            border-radius: 12px;
            border: 1px solid #2080E5;
            color: #0F5DDB;
            text-transform: uppercase;
            width: 100%;
            padding: 15px 0;
            font-size: 14px;
            font-weight: 600;
            line-height: 100%;
            text-align: center;
            text-decoration: none;
        }

        .stock__top-card-space-big {
            display: block;
            position: absolute;
            width: 839px;
            height: 839px;
            border-radius: 50%;
            background-color: transparent;
            border: 1.56px solid #C6D4F5;
            top: -105px;
            right: -265px;
        }

        .stock__top-card-space-middle {
            display: block;
            position: absolute;
            width: 587px;
            height: 587px;
            border-radius: 50%;
            background-color: transparent;
            border: 1.56px solid #C6D4F5;
            top: 13px;
            right: -146px;
        }

        .stock__top-card-space-small {
            display: block;
            position: absolute;
            width: 376px;
            height: 376px;
            border-radius: 50%;
            background-color: transparent;
            border: 1.56px solid #C6D4F5;
            top: 110px;
            right: -20px;
        }

        @media (max-width: 1100px) {
            .stock__top-card-space-big,
            .stock__top-card-space-middle,
            .stock__top-card-space-small {
                display: none;
            }
        }

        .stock__bottom {
            display: flex;
            justify-content: space-between;
            padding: 60px;
            border-radius: 30px;
            background-color: #C4D0EC;
        }

        .stock__bottom-left {
            display:flex;
            flex-direction: column;
            width:100%;
            max-width: 718px;
            gap: 30px;
        }

        @media (max-width: 768px) {
            .stock__bottom-text {
                font-size: 14px;
            }
        }
        

        @media (max-width: 1023px) {
            .stock__bottom-left {
                margin: 0 0 40px 0;
                gap: 0;
                align-items: center;
            }
        }

        .stock__bottom-right-wrapper {
            display:flex;
            flex-direction: column;
        }

        .stock__bottom-title {
            font-size: 48px;
        }

        @media (max-width: 1023px) {
            .stock__bottom-title {
                font-size: 24px;
                line-height: 120%;
            }
        }

        @media (max-width: 400px) {
            .stock__bottom-title {
                font-size: 24px;
                line-height: 120%;
                text-align: center;
                max-width: 170px;
            }
        }

        .stock__bottom-right {
            width:100%;
            padding: 40px;
            max-width: 443px;
            background-color: #EFF2FA;
            border-radius: 30px;
        }

        @media (max-width: 1023px) {
            .stock__bottom-right {
                padding: 20px;
            }
        }

        .stock__bottom-right-input {
            margin: 0 0 20px 0;
        }

        .stock__bottom-right-conditions {
            margin: 0 0 16px 0;
        }

        @media (max-width: 1600px) {
            .stock__bottom-img {
                display: none;
            }
        }
        
        @media (max-width: 1023px) {
            .stock__bottom {
            flex-direction: column;
            align-items: center;
            padding: 24px 20px 20px 20px;
        }
        }

        .promotion-details__text {
            margin: 0 0 40px 0;
        }

        @media (max-width: 1023px) {
            .promotion-details__text {
                margin: 0 0 24px 0;
            }
        }
        
        .stock__middle-wrapper-svg {
            width:100%;
            max-width: 370px;
        }

        .promotion-details__content {
            display: flex;
            justify-content: space-between;
            margin: 60px 0 80px 0;
        }

        @media (max-width: 1023px) {
            .promotion-details__content {
                flex-direction: column;
            }
        }

        @media (max-width: 1023px) {
            .promotion-details__middle-wrapper-svg {
                display: none;
            }
        }

        .promotion-details__content-left {
            width:100%;
            max-width: 757px;
        }

        .promotion-details .tekstoviy {
            padding: 24px 0 0 0;
        }

        .promotion-details__content-right-img {
            display: block;
            width:100%;
            max-width: 668px;
            height: 100%;
            max-height: 420px;
        }

        .promotion-details__title {
            margin: 0;
        }

        .home-stock .stock__title {
            margin: 80px 0 50px 0;
            text-align: center;
        }

        .home-stock__link {
            display: block;
            width:100%;
            max-width: 200px;
            background-color: transparent;
            color: #2080E5;
            border: 1px solid #2080E5;
            border-radius: 26px;
            margin: 0 auto;
            padding: 14px 56px;
            text-decoration: auto;
        }
#toTop {
    opacity: 0;
    transition: opacity 300ms;
}