@font-face {
    font-family: "Kinetika";
    src: local("Kinetika-Light"), local("Kinetika-Light"), url("../fonts/Kinetika-Light.woff2") format("woff2"), url("../fonts/Kinetika-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Kinetika";
    src: local("Kinetika-Regular"), local("Kinetika-Regular"), url("../fonts/Kinetika-Regular.woff2") format("woff2"), url("../fonts/Kinetika-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Kinetika";
    src: local("Kinetika-Bold"), local("Kinetika-Bold"), url("../fonts/Kinetika-Bold.woff2") format("woff2"), url("../fonts/Kinetika-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

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

a {
    text-decoration: none;
    color: inherit
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0
}

input,
textarea {
    font-size: 16px !important
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 16px !important
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 16px !important
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 16px !important
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 16px !important
}

input::placeholder,
textarea::placeholder {
    font-size: 16px !important
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
    line-height: 130%
}

p {
    margin: 0 0 30px 0
}

p:last-child {
    margin: 0
}

body {
    font-family: "Kinetika";
    font-size: 16px;
    line-height: 120%;
    color: #002b4b;
    background-color: #e0e7e9
}

body.hidden {
    overflow: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.breadcrumbs {
    font-size: 12px
}

.breadcrumbs__inner {
    padding: 15px 0
}

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px
}

.breadcrumbs li+li {
    padding: 0 0 0 10px;
    position: relative
}

.breadcrumbs li+li::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumbs a {
    text-decoration: underline;
    -webkit-text-decoration-color: #002b4b;
    text-decoration-color: #002b4b;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.breadcrumbs a:hover {
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0)
}

.dss-title {
    font-size: 32px;
    line-height: 130%;
    font-weight: 700
}

.dss-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 130%
}

.swiper-button-prev,
.swiper-button-next {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #002b4b;
    border-radius: 50%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

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

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #002b4b;
    background-color: rgba(0, 0, 0, 0)
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
    fill: #002b4b
}

.swiper-button-prev svg,
.swiper-button-prev img,
.swiper-button-next svg,
.swiper-button-next img {
    width: 13px;
    height: 10px;
    -o-object-fit: contain;
    object-fit: contain;
    display: block
}

.swiper-button-prev {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-disabled {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #002b4b;
    background-color: rgba(0, 0, 0, 0)
}

.swiper-button-disabled svg path {
    fill: #002b4b
}

 .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 120%;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #002b4b;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #002b4b;
    color: #002b4b
}

.btn--transparent {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #002b4b;
    color: #002b4b
}

.btn--transparent:hover {
    color: #fff;
    background-color: #002b4b
}

.btn--white {
    background-color: #fff;
    color: #002b4b
}

.btn--white:hover {
    color: #fff;
    background-color: #002b4b
}

.header {
    padding: 12px 0
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__top-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    font-weight: 400;
    color: #003049
}

.header__top-links a {
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header__top-links a:hover {
    opacity: .7
}

.header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header__search-submit{
    display: none;
}

.header__search-btn {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    color: #003049;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease
}

.header__search-btn:hover {
    color: #000
}

.header__search-btn svg {
    width: 20px;
    height: 20px
}

.header__search-input {
    width: 0;
    opacity: 0;
    border: none;
    border-bottom: 1px solid #003049;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    -webkit-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    color: #003049
}

.header__search-input.active {
    width: 150px;
    opacity: 1;
    padding: 0 5px;
    margin-left: 5px
}

.header__search-input::-webkit-input-placeholder {
    color: rgba(0, 48, 73, .5)
}

.header__search-input::-moz-placeholder {
    color: rgba(0, 48, 73, .5)
}

.header__search-input:-ms-input-placeholder {
    color: rgba(0, 48, 73, .5)
}

.header__search-input::-ms-input-placeholder {
    color: rgba(0, 48, 73, .5)
}

.header__search-input::placeholder {
    color: rgba(0, 48, 73, .5)
}

.header__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header__social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header__social-link:hover {
    opacity: .6
}

.header__social-link img {
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain
}

.header__phone {
    font-weight: 500;
    color: #003049;
    white-space: nowrap;
    margin-left: 5px
}

.header__phone:hover {
    text-decoration: underline
}

.header__dropdown {
    position: relative;
    margin-left: 10px
}

.header__dropdown-btn {
    background: none;
    border: none;
    padding: 5px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    color: #003049;
    white-space: nowrap
}

.header__dropdown-btn img {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.header__dropdown-btn.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__dropdown-list {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    background-color: #e0e7e9;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 48, 73, .1);
    border-radius: 2px;
    padding: 8px 0;
    min-width: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100
}

.header__dropdown-list.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.header__dropdown-list li a {
    display: block;
    padding: 8px 15px;
    color: #003049;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}

.header__dropdown-list li a:hover {
    background-color: rgba(0, 48, 73, .05)
}

.header__bot {
    margin: 10px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #002b4b;
    border-radius: 10px;
    padding: 15px 20px;
    color: #e0e7e9;
    transition: linear .2s;
}

.header__logo {
    width: 105px;
    display: block
}

.header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.header__nav ul li a {
    font-weight: 400;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
}

.header__nav ul li a:hover {
    opacity: .7
}

.header__menu-btn {
    display: none
}

.header__box .header__search {
    display: none
}

.header__box .header__socials,
.header__box .header__phone,
.header__box .header__search {
    display: none
}

.dss-intro {
    padding: 0 0 50px 0
}

.dss-intro--two{
    padding-top: 30px;
}

.dss-intro--two .dss-intro__inner{
    background-color: #fff;
    margin: 0;
    border-radius: 10px;
}
.dss-intro--two .dss-intro__left{
    margin: 0 20px 0 0;
}
.dss-intro--two .dss-intro__right{
    max-width: 570px;
    width: 100%;   
    margin: 0 0 0 auto;
}
.dss-intro--two .dss-intro__right img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}

.dss-intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 0 0 -20px
}

.dss-intro__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    padding: 30px
}

.dss-intro__right {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    border-radius: 10px;
    overflow: hidden;
    max-height: 550px;
}

.dss-intro__right img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.dss-intro__title {
    max-width: 440px;
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 10px
}

.dss-intro__title img {
    margin: 0 0 -5px 0
}

.dss-intro__text {
    font-size: 20px;
    line-height: 150%;
    max-width: 470px;
    margin: 0 0 75px 0
}

.dss-intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto 0 0 -20px;
    max-width: 570px;
    width: 100%
}

.dss-intro .btn {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    font-size: 14px;
    padding: 15px 17px;
    flex: 1 1 auto;
}

.dss-intro ul {
    margin: 0 0 30px 0
}

.dss-intro li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5px 0;
    text-transform: lowercase;
}

.dss-intro li img {
    margin: 0 10px 0 0
}

.blk2-m {
    padding: 50px 0 30px
}

.blk2-m__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 -20px;
    flex-wrap: wrap;
}

.blk2-m__col:nth-child(1) {
    width: calc(48% - 20px);
    margin: 0 0 20px 20px;
}

.blk2-m__col:nth-child(2) {
    width: calc(48% - 20px);
    margin: 0 0 20px 20px;
}

.blk2-m__col:nth-child(2) .blk2-m__text {
    margin-bottom: 20px;
}



.blk2-m .dss-title {
    margin: 0 0 25px 0
}

.blk2-m .dss-subtitle {
    max-width: 550px;
    margin: 0 0 25px 0
}

.blk2-m__text,
.blk2-m__col{
    font-size: 20px;
    line-height: 130%
}

.blk2-m__text p{
    margin: 0 0 20px 0;
}
.blk2-m h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    margin: 0 0 30px 0;
}

.blk2-m ol,
.pst-info__text ol{
    counter-reset: item;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.blk2-m ul:not(.blk2-m__list-mark) li,
.blk2-m ol:not(.blk2-m__list-mark) li,
.pst-info__text ol li{
    counter-increment: item;
    position: relative;
    padding-left: 30px;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    padding: 65px 15px 20px 15px;
    border-radius: 5px;
    background-color: #c6d9de;
    font-weight: 700;
    text-transform: lowercase;
}

.pst-info__text ol li{
       padding: 55px 15px 20px 15px; 
}

.pst-info__text h4{
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 130%;
}

.blk2-m ul:not(.blk2-m__list-mark) li::before,
.blk2-m ol:not(.blk2-m__list-mark) li::before,
.pst-info__text ol li::before{
    content: counter(item) "";
    position: absolute;
    left: 15px;
    top: 20px;
    font-weight: 700
}

.list-circle li,
.list-circle div,
.blk-info__col-top li,
.pst-recomendations li{
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px 0
}

.pst-recomendations li{
    font-size: 16px;
    text-transform: lowercase;
}

.blk-info__col li{
    padding: 0 0 0 20px !important;
    background-color: transparent !important;
    margin: 0 0 10px 0 !important;
    width: 100% !important;
    font-weight: 400 !important;
}

.blk-info__col li::before{
    display: none !important;
}

.list-circle li::after,
.list-circle div::after,
.blk-info__col-top li::after,
.pst-recomendations li::after{
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
    width: 14px;
    height: 14px;
    border: 3px solid #002b4b;
    border-radius: 50%
}

.pst-recomendations__text li::after{
     top: 5px;
}

body .list-decimal--four-col li {
    width: calc(33.33333% - 20px) !important;
    flex: 1 1 auto;
    text-transform: ;
}

body .list-decimal--four-col li::first-letter,
.blk2-m__col li::first-letter,
.blk11-m__item-text p::first-letter{
    text-transform: uppercase;
}

.suitable .blk2-m__col:nth-child(2){
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
}

.suitable .blk2-m__text{
    margin: 10px 0 20px;
}

.blk2-m .blk2-m__list-mark {
    margin: 25px 0
}

.blk2-m .blk2-m__list-mark li {
    position: relative;
    padding: 0 0 0 20px
}

.blk2-m .blk2-m__list-mark li:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #002b4b
}

.blk4-m {
    padding: 50px 0 30px
}

.blk4-m .dss-title {
    margin: 0 0 25px 0
}

.blk4-m ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.blk4-m li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    min-height: 200px
}

.blk4-m__img {
    margin: 0 0 20px 0;
    width: 90px;
    height: 90px
}

.blk4-m__img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.blk4-m__title {
    margin: 0 0 5px 0;
    font-size: 21px;
    line-height: 120%
}

.blk4-m__text {
    margin: 0 auto
}

.blk5-m {
    padding: 50px 0
}

.blk5-m .dss-title {
    margin: 0 0 25px 0
}

.blk5-m__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blk5-m__left {
    max-width: 445px;
    width: 100%;
    margin: 0 20px 0 0
}

.blk5-m__left-item {
    padding: 25px 20px;
    border-radius: 5px;
    background-color: #c6d9de;
    margin: 0 0 10px 0;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blk5-m__left-item strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
}

.blk5-m__left-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
}

.blk5-m__left-item:hover {
    background-color: #a8bec5
}

.blk5-m__left-item.active {
    background-color: #002b4b;
    color: #fff
}

.blk5-m__right {
    border-radius: 10px;
    padding: 30px;
    max-width: 845px;
    width: 100%;
    color: #fff;
    background-color: #002b4b
}

.blk5-m__right h3 {
    max-width: 645px;
    font-size: 24px;
    margin: 0 0 5px 0
}

.blk5-m__right-item {
    display: none;
    -webkit-animation: fadeIn .4s ease forwards;
    animation: fadeIn .4s ease forwards
}

.blk5-m__right-item.active {
    display: block
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.blk5-m__text {
    margin: 0 0 40px 0
}

.blk5-m__sup {
    font-weight: 700;
    margin: 0 0 20px 0;
    font-size: 18px
}

.blk5-m__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0
}

.blk5-m__item-right {
    padding: 0 70px 0 0;
    position: relative
}

.blk5-m__item-right span {
    width: 220px;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0d446e;
    border-radius: 5px
}

.blk5-m__item-right::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 15px;
    background-image: url("../images/icons/arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.blk6-m {
    display: none;
    padding: 50px 0
}

.blk6-m .container {
    overflow: hidden
}

.blk6-m .dss-title {
    max-width: 620px;
    padding: 0 110px 0 0
}

.blk6-m__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.blk6-m__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.blk6-m__btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #002b4b;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #002b4b;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blk6-m__btn:hover {
    background-color: #002b4b;
    color: #fff
}

.blk6-m__btn.swiper-button-disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none
}

.blk6-m__swiper {
    overflow: visible
}

.blk6-m__item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    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
}

.blk6-m__img {
    width: 100%;
    height: 315px
}

.blk6-m__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blk6-m__info {
    padding: 24px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blk6-m__info .btn {
    width: 100%;
    margin-top: auto
}

.blk6-m__name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 8px;
    color: #002b4b
}

.blk6-m__position {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: rgba(0, 43, 75, .7);
    margin-bottom: 20px
}

.blk6-m .btn {
    padding: 10px 18px
}

.blk6-m .swiper-button-prev,
.blk6-m .swiper-button-next {
    top: -70px
}

.blk6-m .swiper-button-prev {
    left: auto;
    right: 65px
}

.blk7-m {
    padding: 50px 0
}

.blk7-m .dss-title {
    margin: 0 0 30px 0
}

.blk7-m .dss-subtitle {
    margin: 0 0 20px 0
}

.blk7-m__item-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 20vh;
    margin: 0 0 200px 0
}

.blk7-m__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #c6d9de;
    border-radius: 5px;
    padding: 30px;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    will-change: transform
}

.blk7-m__item-num {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    margin: 0 0 250px 0
}

.blk7-m__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    max-width: 460px;
    width: 100%;
    margin: 0 20px 0 0
}

.blk7-m__right {
    border-radius: 10px;
    overflow: hidden
}

.blk7-m__right img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blk7-m__text {
    font-size: 20px;
    line-height: 150%
}

.blk8-m {
    padding: 50px 0;
    color: #fff
}

.blk8-m__inner {
    border-radius: 10px;
    background-color: #002b4b;
    padding: 30px 20px 5px 20px
}

.blk8-m__inner-box{
    display: flex;
    padding: 60px 50px;
}

.blk8-m__inner-box .blk8-m__item{
    width: 100%;  
    margin: 0;
        background-color: #fff;
    color: #002b4b;

}

.blk8-m__inner-box .blk8-m__item li::after{
    background-image: url(../images/icons/check2.svg);
}

.blk8-m__inner-box .blk8-m__show {
    color: #002b4b;
}
.blk8-m__inner-box .blk8-m__subtitle{
        background-color: #002b4b;
    color: #fff;
}

.blk8-m__inner-box .btn{
        background-color: #002b4b;
    color: #fff;
}

.blk8-m__inner-box .blk8-m__show span {
    background-color: #002b4b;
    color: #fff;
}

.blk8-m__inner-box .blk8-m__show span::before,
.blk8-m__inner-box .blk8-m__show span::after{
    background-color: #fff;
}


.blk8-m__inner-box-left{
    display: flex;
    flex-direction: column;
    max-width: 725px;
    width: 100%;
    margin: 0 20px 0 0;
}

.blk8-m__inner-box-left,
.blk8-m__inner-box-left .dss-title{
    text-align: left !important;
}

.blk8-m__inner-box-left h3{
    margin: 0 0 20px 0;
}

.blk8-m__inner-box-text{
    flex: 1 1 auto;
    font-size: 20px;
    line-height: 120%;
}

.blk8-m__inner-box-bot{
        font-size: 20px;
    line-height: 120%;
}


.blk8-m__inner-box .blk8-m__lis-wrap{
    max-width: 380px;
    width: 100%;
    margin: 0 0 0 auto;
}





.blk8-m .dss-title {
    color: #fff;
    text-align: center;
    margin: 0 0 10px 0
}

.blk8-m__text {
    max-width: 815px;
    width: 100%;
    margin: 0 auto 25px;
    font-size: 20px;
    text-align: center;
    line-height: 150%
}

.blk8-m__lis-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto
}

.blk8-m__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   column-gap: 20px;
}

.blk8-m__item {
    width: calc(33.33333% - 20px);
    margin: 0 auto 20px;
    padding: 30px 20px;
    background-color: #0d446e;
    border-radius: 5px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border: 1px solid transparent;
    transition: linear .2s;
}

.blk8-m__item:hover{
    border-color: #fff;
    transform: translate(-2px, -2px);
}

.blk8-m__item h3 {
    margin: 0 0 5px 0;
    font-size: 24px
}

.blk8-m__item ul {
    margin: 0 0 20px 0
}

.blk8-m__item ul li,
.blk2-m__col .blk2-m__list-mark li{
    position: relative;
    padding: 0 0 0 15px
}

.blk8-m__item ul li::after,
.blk2-m__col .blk2-m__list-mark li::after{
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.blk2-m__col .blk2-m__list-mark li::after {
    background-image: none;
    background-color: transparent;
    top: 2px;
}

.blk2-m__col li::after{
    top: 8px;
}

.blk8-m__item:nth-child(2) {
    background-color: #fff;
    color: #002b4b
}

.blk8-m__item:nth-child(2) .blk8-m__subtitle,
.blk8-m__item:nth-child(2) .btn,
.blk8-m__item:nth-child(2) .blk8-m__show span {
    background-color: #002b4b;
    color: #fff
}

.blk8-m__item:nth-child(2) .blk8-m__show span::after,
.blk8-m__item:nth-child(2) .blk8-m__show span::before {
    background-color: #fff
}

.blk8-m__item:nth-child(2) li::after{
    background-image: url("../images/icons/check2.svg")
}

.blk8-m__item:nth-child(2) .blk8-m__show {
    color: #002b4b
}

.blk8-m__subtitle {
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #002b4b;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px 0;
    font-size: 14px
}

.blk8-m__subtitle img {
    display: block
}

.blk8-m__item-text {
    margin: 0 0 10px 0
}

.blk8-m__item-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 0 0 20px 0
}

.blk8-m__item-col p {
    margin: 0 0 3px 0
}

.blk8-m__item-col strong {
    font-size: 20px
}

.blk8-m .btn {
    width: 100%;
    margin: 0 0 15px 0
}

.blk8-m__show {
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
    display: none;
}

.blk8-m__show span {
    display: block;
    margin: 0 0 0 5px;
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%
}

.blk8-m__show span::after,
.blk8-m__show span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 1px;
    background-color: #002b4b
}

.blk8-m__show span::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.blk8-m__hide-block {
    height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease
}

.blk9-m .container {
    padding-top: 50px;
    padding-bottom: 50px
}

.blk9-m__swiper {
    position: relative;
    overflow: visible
}

.blk9-m__swiper .swiper-wrapper{
    align-items: stretch;
}

.blk9-m__swiper .swiper-slide{
   height: auto; 
}

.blk9-m__swiper .swiper-button-prev,
.blk9-m__swiper .swiper-button-next {
    top: -50px
}

.blk9-m__swiper .swiper-button-prev {
    left: auto;
    right: 65px
}

.blk9-m .container {
    overflow: hidden
}

.blk9-m .dss-title {
    margin: 0 0 25px 0;
    padding: 0 110px 0 0
}

.blk9-m .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.blk9-m .swiper-slide img,
.blk9-m .swiper-slide video{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}


.blk9-m__swiper2 {
    position: relative;
    margin: 20px 0 0 0;
    padding-bottom: 60px;
    overflow: visible
}

.blk9-m__swiper2 .swiper-wrapper{
    align-items: stretch;
}

.blk9-m__swiper2 .swiper-slide{
    height: auto;
}

.blk9-m__swiper2 .swiper-button-prev,
.blk9-m__swiper2 .swiper-button-next {
    top: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.blk9-m__swiper2 .swiper-button-prev {
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

.blk9-m__swiper2 .swiper-button-next {
    right: auto;
    left: calc(50% + 30px)
}

.blk9-m__item {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px;
    height: 100%;
}

.blk9-m__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0
}

.blk9-m__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 20px 0 0;
    display: none;
}

.blk9-m__name {
    font-size: 24px;
    font-weight: 700
}

.blk9-m__btn-show {
    text-align: center;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    display: none;
}

.blk9-m__btn-show span {
    display: block;
    margin: 0 0 0 5px;
    position: relative;
    width: 15px;
    height: 15px;
    background-color: #002b4b;
    border-radius: 50%
}

.blk9-m__btn-show span::after,
.blk9-m__btn-show span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 6px;
    height: 1px;
    background-color: #fff
}

.blk9-m__btn-show span::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.blk9-m__hide {
    height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 10px 0;
    display: none;
}

.blk10-m {
    padding: 50px 0 30px
}

.blk10-m__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 40px
}

.blk10-m__info {
    max-width: 650px
}

.dss-faq__item {
    background-color: #c6d9de;
    border-radius: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.dss-faq__item.open .dss-faq__btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #002b4b
}

.dss-faq__item.open .dss-faq__content {
    height: auto;
    opacity: 1
}

.dss-faq__item.open .dss-faq__btn span {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.dss-faq__item.open .dss-faq__btn svg path {
    fill: #002b4b
}

.dss-faq__item.open .dss-faq__content {
    padding: 0 25px 25px 25px
}

.dss-faq__header {
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dss-faq__title {
    font-weight: 700;
    font-size: 21px;
    line-height: 120%
}

.dss-faq__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #002b4b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 0;
    position: relative
}

.dss-faq__btn span {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dss-faq__content {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 25px;
    margin: -10px 0 0 0;
    max-width: 1040px
}

.dss-faq ul {
    margin: 0 0 10px 0
}

.dss-faq li {
    position: relative;
    padding: 0 0 0 15px
}

.dss-faq li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: url(../images/icons/check2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.dss-faq--plus .dss-faq__btn {
    background-color: #002b4b !important
}

.dss-faq--plus .dss-faq__btn span {
    position: relative
}

.dss-faq--plus .dss-faq__btn span::after,
.dss-faq--plus .dss-faq__btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    width: 10px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-faq--plus .dss-faq__btn span::before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.dss-faq--plus .dss-faq__item.open span::after,
.dss-faq--plus .dss-faq__item.open span::before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg)
}

.blk11-m {
    padding: 50px 0
}

.blk11-m ul{
    margin: 0 0 30px 0;
}

.blk11-m .btn {
    margin: 30px 0 0 0;
    color: #fff !important;
    border-color: #fff !important;
}

.blk11-m .btn p{
    margin: 0;
}

.blk11-m .btn:hover,
.block-farom__box .field-wrap input[type=submit]:hover{
    background-color: #fff;
    color: #002b4b !important;
}

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

.blk11-m li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff;
}


.blk11-m .dss-title {
    margin: 0 0 40px 0
}

.blk11-m__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 50px -20px
}

.blk11-m__wrap {
    background-color: #002b4b;
    border-radius: 10px;
    padding: 60px 50px 50px 50px;
    color: #fff
}

.blk11-m__left-wrap {
    margin: 0 0 0 20px;
    width: calc(50% - 20px)
}

.blk11-m__left {
    max-width: 595px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}

.blk11-m__left .btn {
    display: none;
    max-width: 200px;
    width: 100%;
    padding: 10px 18px
}

.blk11-m__right {
    margin: 0 0 0 20px;
    width: calc(50% - 20px)
}

.blk11-m__avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    height: auto;
    margin: 0 20px 0 0
}

.blk11-m__avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}

.blk11-m__name {
    font-size: 20px;
    line-height: 130%;
    font-weight: 700;
    margin: 0 0 3px 0
}

.blk11-m__position {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 120%;
}

.blk11-m__position p{
    margin: 0 0 5px 0;
}

.blk11-m__left-box-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: stretch;
    margin: 0 0 15px 0;
}

.blk11-m__left-box{
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
        color: #002b4b;
}

.blk11-m__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blk11-m__left-text {
    font-size: 18px;
    line-height: 130%
}

.blk11-m__left-text p{
    margin: 0 0 5px 0;
}

.blk11-m__item {
    border-radius: 5px;
    background-color: #0d446e;
    padding: 20px;
    margin: 0 0 20px 0
}

.blk11-m__item-text p{
    margin: 10px 0;
}

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

.blk11-m__item li::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #fff
}

.blk11-m__item:last-child {
    margin: 0
}

.blk11-m__step {
    padding: 6px 10px;
    border-radius: 3px;
    background-color: #002b4b;
    margin: 0 0 20px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.blk11-m__item-title,
.blk11-m__item h3{
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px 0;
    line-height: 120%
}

.blk11-m__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -20px
}

.blk11-m__bot ul li {
    position: relative;
    padding: 0 0 0 15px
}

.blk11-m__bot ul li::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-image: url(../images/icons/check2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.blk11-m__col {
    border-radius: 5px;
    padding: 20px;
    background-color: #c6d9de;
    margin: 0 0 0 20px;
    width: calc(50% - 20px);
    color: #002b4b
}

.blk11-m__bot-title {
    margin: 0 0 20px 0;
    color: #002b4b;
    font-weight: 700;
    font-size: 24px
}

.blk11-m__bot-subtitle {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 16px
}

.blk11-m__bot-info {
    margin: 10px 0 0 0;
    border-radius: 5px;
    background-color: #002b4b;
    color: #fff;
    padding: 10px;
    font-weight: 700
}

.blk11-m--twoo .blk11-m__inner {
    margin-bottom: 0
}

.blk12-m {
    padding: 50px 0
}

.blk12-m .dss-title {
    margin: 0 0 20px 0
}

.blk12-m__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 50px -20px
}

.blk12-m__left {
    margin: 0 0 0 20px;
    width: calc(50% - 20px)
}

.blk12-m__right {
    margin: 0 0 0 20px;
    width: calc(50% - 20px)
}

.blk12-m .btn {
    max-width: 365px;
    width: 100%
}

.blk12-m .container>img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px
}

.blk13-m {
    padding: 50px 0
}

.blk13-m__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px 0
}

.blk13-m__left {
    max-width: 450px;
    width: 100%;
    margin: 0 20px 0 0
}

.blk13-m__right {
    max-width: 620px;
    width: 100%;
    font-size: 20px
}

.blk13-m__right strong {
    display: block;
    margin: 0 0 20px 0
}

.blk13-m__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px -20px
}

.blk13-m__list li {
    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: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    padding: 30px 15px;
    background-color: #fff;
    border-radius: 5px;
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
    text-align: center
}

.blk13-m__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.blk13-m__bot-left {
    margin: 0 20px 0 0;
    max-width: 865px;
    width: 100%;
    font-size: 20px;
    line-height: 150%
}

.footer {
    background-color: #002b4b;
    margin: 50px 0 0 0;
    padding: 80px 0 30px;
    color: #fff;
    background-image: url(../images/content/footer-bg.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 60px
}

.footer__col {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer__col:first-child {
    max-width: 250px
}

.footer__logo {
    display: block;
    margin-bottom: 20px;
    width: 140px
}

.footer__logo img {
    width: 100%;
    height: auto
}

.footer__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 25px;
    text-transform: uppercase
}

.footer__list li {
    margin-bottom: 15px
}

.footer__list li:last-child {
    margin-bottom: 0
}

.footer__list li a {
    font-size: 16px;
    line-height: 140%;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.footer__list li a:hover {
    opacity: .7
}

.footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 20px;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.footer__contact:hover {
    opacity: .7
}

.footer__contact-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px
}

.footer__contact-icon svg {
    display: block
}

.footer__contact-text {
    font-size: 16px;
    line-height: 140%
}

.footer__info {
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 15px
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px
}

.footer__social-link {
    display: block;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.footer__social-link:hover {
    opacity: .7
}

.footer__social-link img {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__bottom {
    padding-top: 30px;
    text-align: center
}

.footer__copy {
    font-size: 14px;
    line-height: 140%;
    opacity: .6
}

.pst-catalog {
    padding: 50px 0
}

.pst-catalog .dss-title{
    margin: 0 0 25px 0;
}

.pst-catalog .pst-item__price{
    font-size: 16px;
    line-height: 120%;
}

.pst-catalog--twoo .pst-filter{
    margin: 0;
}

.pst-catalog--twoo .pst-list{
    padding-top: 40px;
    background-color: #C6D9DE;
    padding: 30px;
    border-radius: 0 10px 10px 10px;
}

.pst-catalog--twoo .pst-list.three-column{
    grid-template-columns: 1fr 1fr 1fr;
}

.pst-item__subtitle > p{
    margin: 0 0 10px 0;
}

.pst-item__subtitle li{
    margin: 0 !important;
}

.pst-catalog--twoo .pst-filter__btn{
    background-color: #fff;

    font-weight: 700;
    font-size: 24px;
    border-radius: 5px 5px 0 0;
}

.pst-catalog--twoo .pst-filter__btn.active{
    color: #002B4B;
    pointer-events: none;
     background-color: #C6D9DE;
}

.pst-catalog--twoo .pst-filter__list{
    gap: 5px;
}


.pst-catalog__top {
    margin-bottom: 40px
}


.pst-filter {
    margin-bottom: 40px
}

.pst-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.pst-filter__btn {
    display: flex;
    background-color: #c6d9de;
    border: none;
    border-radius: 5px;
    padding: 12px 25px;
    color: #002b4b;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pst-filter__btn:hover {
    background-color: #002b4b;
    color: #fff
}

.pst-filter__btn.active {
    background-color: #002b4b;
    color: #fff
}

.pst-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px
}

.pst-list--twoo {
        margin-bottom: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

.pst-item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    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-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.pst-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.pst-item__img-box {
    position: relative;
    height: 420px
}

.pst-item__img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
}

.pst-item__tag {
    position: absolute;
    top: 20px;
    left: 0;
    background-color: #002b4b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px
}

.pst-item__body {
    padding: 25px;
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.pst-item__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px
}

.pst-item__subtitle {
    margin-bottom: 25px;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* кількість рядків */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pst-item__detail-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 20px
}

.pst-item__detail-box {
    border: 1px solid #e0e7e9;
    border-radius: 5px;
    padding: 15px
}

.pst-item__detail-title {
    font-weight: 700;
    margin-bottom: 10px;
    display: block
}

.pst-item__detail-list li {
    position: relative;
    padding-left: 15px
}

.pst-item__detail-list li::before {
    content: "—";
    position: absolute;
    left: 0;
    font-size: 12px
}

.pst-item__detail-list li:last-child {
    margin-bottom: 0
}

.pst-item__detail-list--check li::before {
    content: "✔";
    color: #002b4b
}

.pst-item__footer {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pst-item__duration {
    font-size: 18px;
    margin-bottom: 5px
}

.pst-item__price {
    font-size: 21px;
    font-weight: 700
}

.block-farom {
    padding: 50px 0
}

.block-farom .dss-title {
    max-width: 860px;
    width: 100%;
    margin: 0 auto 10px;
}

.block-farom__inner {
    background-color: #002b4b;
    border-radius: 10px;
    padding: 60px 50px 50px 50px;
    color: #fff;
    text-align: center
}

.block-farom__text {
    font-size: 20px;
    line-height: 150%;
    max-width: 815px;
    width: 100%;
    margin: 0 auto 30px
}

.block-farom__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.block-farom .btn {
    color: #fff !important;
    border-color: #fff !important
}

.pst-info {
    padding: 50px 0
}

.pst-info__text p{
    font-size: 20px;
    line-height: 120%;
    margin: 0 0 20px 0;
}

.pst-info .dss-title {
    margin: 0 0 25px 0
}

.nf-form-title,
.nf-form-fields-required,
.ninja-forms-req-symbol,
.nf-error-msg{
    display: none;
}

.block-farom__box nf-fields-wrap{
    display: flex;
    align-items: flex-end;
}

.block-farom__box .field-wrap input[type=submit]{
    margin: 0 0 0 20px;
}


.field-wrap input[type=submit]{
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 15px 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #002b4b;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    margin: 30px 0 0 0;
    color: #fff !important;
    border-color: #fff !important;
    height: 51px;
}

.field-wrap>div input {
    border-radius: 5px;
    background-color: #fff;
    height: 51px;
    font-size: 16px;
    font-weight: 700;
    color: #002B4B;
    padding: 15px 20px;
    border: 1px solid #fff;
}

.field-wrap > div input::placeholder {
    color: #002B4B !important;
}

.label-above .nf-field-label{
    margin-bottom: 0 !important;
}

.nf-field-label label {
    font-weight: 400 !important;
}

.dss-intro__sticker {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #002b4b;
    color: #fff;
    padding: 5px 12px;
    border-radius: 3px;
}


.list-check li,
.blk-info__col-bot li,
.pst-item__subtitle li{
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px 0;
}

.list-check li::after,
.blk-info__col-bot li::after,
.pst-item__subtitle li::after,
.blk2-m__col .blk2-m__list-mark li::after{
    content: "✔";
    color: #002b4b;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
}

.pst-testimonial .dss-subtitle,
.pst-recomendations .dss-subtitle{
    margin: 20px 0 10px 0;
}


.pst-recomendations {
    padding: 50px 0
}

.pst-recomendations__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.pst-recomendations__info-text p{
    margin: 15px 0;
}

.pst-recomendations .dss-subtitle {
    margin: 0 0 10px 0
}

.pst-recomendations .dss-title {
    margin: 0 0 20px 0
}

.pst-recomendations__item {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #fff;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px
}

.pst-recomendations__item img {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 0 10px 0
}

.pst-recomendations__text {
    margin: 0 0 20px 0;
    font-size: 20px;
    line-height: 120%;
}

.dark-item {
    background-color: #c6d9de;
}

.pst-testimonial {
    padding: 50px 0
}

.pst-testimonial .dss-subtitle {
    margin: 0 0 20px 0
}

.pst-testimonial__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pst-testimonial__left {
    max-width: 570px;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    border-radius: 10px;
    background-color: #fff
}

.pst-testimonial__right {
    height: 440px;
    border-radius: 10px;
    overflow: hidden;
    max-width: 820px;
    width: 100%;
    margin: 0 0 0 -100px
}

.pst-testimonial__right video,
.pst-testimonial__right img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block
}


.pst-info {
    padding: 50px 0
}

.pst-info .dss-title {
    margin: 0 0 25px 0
}

.blk-info {
    padding: 40px 0
}

.blk-info__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.blk-info__col {
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    border-radius: 10px;
    background-color: #c6d9de
}

.blk-info__col .dss-subtitle {
    margin: 0 0 10px 0
}

.blk-info__col li {
    position: relative;
    padding-left: 20px
}

.blk-info__col-top {
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px
}

.blk-info__text {
    margin: 0 0 20px 0
}

.blk-info__text p{
    margin: 15px 0 10px 0;
}

.blk-info__col-bot {
    padding: 30px 20px
}


.dss-intro__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    flex: 1 1 auto;
}

.dss-intro__bot-right {
    margin: 0 0 20px 0
}

.dss-intro__bot-left {
    max-width: 470px;
    width: 100%;
    margin: 0 10px 0 0
}

.dss-intro__time {
    font-size: 18px;
    margin: 0 0 5px 0;
    text-align: right
}

.dss-intro__price {
    font-size: 18px;
    font-weight: 700;
    text-align: right
}


.m-intro {
    color: #fff;
    margin-bottom: 50px
}

.m-intro h1 {
    font-size: 56px;
    line-height: 110%
}

.m-intro__item {
    position: relative;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
    padding: 240px 40px 40px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 600px;
}

.m-intro__item video,
.m-intro__item img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.m-intro__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.m-intro__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-intro__left {
    max-width: 825px;
    width: 100%;
    margin: 0 20px 0 0
}

.m-intro__right {
    max-width: 340px;
    width: 100%
}

.m-intro__box {
    position: relative;
    padding: 25px;
    border-radius: 10px;
    overflow: hidden
}

.m-intro__box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 0;
    border: 1px solid #fff;
    border-radius: 15px;
}

.m-intro__box-content {
    position: relative;
    z-index: 10
}

.m-intro__btns {
    margin: 15px 0 0 0;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

.m-intro .btn--transparent {
    border-color: #fff;
    color: #fff
}

.m-intro .btn--transparent:hover {
    border-color: #002b4b
}

.list-dark {
    background-color: #002b4b !important;
    color: #fff
}

.list-dark .blk4-m__text {
    max-width: 100%
}

.list-dark .btn {
    margin: 15px 0 0 0
}

.list-dark .btn:hover {
    border-color: #fff
}

.blk4-m li {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px !important
}

.btn-grow .btn {
    width: 100%;
    margin: auto 0 0 0;
}

.m-gallery {
    padding: 50px 0;
    overflow: hidden
}

.m-gallery .dss-title {
    margin: 0 0 30px 0;
    padding: 0 100px 0 0
}

.m-gallery .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.m-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    object-position: center;
}

.m-gallery__swiper {
    position: relative;
    overflow: visible
}

.m-gallery .swiper-button-prev,
.m-gallery .swiper-button-next {
    top: -50px
}

.m-gallery .swiper-button-prev {
    left: auto;
    right: 65px
}

.pst-testimonial .btn {
    margin-top: 30px
}

.pst-testimonial--twoo .pst-testimonial__right {
    height: 505px
}

.pst-technologies {
    padding: 50px 0;
    overflow: hidden
}

.pst-technologies .container {
    overflow: hidden
}

.pst-technologies__top {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pst-technologies__left {
    margin: 0 20px 0 0
}

.pst-technologies__right {
    width: 50%
}

.pst-technologies__swiper {
    position: relative;
    overflow: visible
}

.pst-technologies__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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%
}

.pst-technologies__info {
    background-color: #002b4b;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    font-size: 16px
}

.pst-technologies__text {
    padding: 0 170px 0 0
}

.pst-technologies .swiper-button-prev,
.pst-technologies .swiper-button-next {
    top: -50px
}

.pst-technologies .swiper-button-prev {
    left: auto;
    right: 65px
}

.pst-technologies .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 760px
}

.pst-technologies .swiper-slide {
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px)/2) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}


.pls-info {
    padding: 0;
    margin: -20px 0 40px 0;
}

.pls-info h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    margin: 0 0 10px 0
}

.pls-info__subtitle {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 20px 0
}

.pls-info__item {
    margin: 0 0 10px 0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #c6d9de
}

.pls-info__item-top {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff
}

.pls-info__item-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.pls-info__item-top-col:nth-child(1) {
    max-width: 855px;
    width: 100%;
    margin: 0 15px 0 0
}

.pls-info__item-top-col:nth-child(2) {
    max-width: 145px;
    width: 100%;
    margin: 0 15px 0 0
}

.pls-info__item-top-col:nth-child(3) {
    max-width: 255px;
    width: 100%
}

.pls-info__btns .btn {
    width: 100%;
    margin: 0 0 10px 0
}

.pls-info__btns .btn:last-child {
    margin: 0
}

.pls-info__time {
    margin: 0 0 5px 0
}

.pls-info__price {
    font-size: 21px;
    font-weight: 900;
    margin: 0 0 5px 0
}

.pls-info__item-box {
    padding: 20px
}

.pls-info__item-text {
    margin: 0 0 10px 0
}

.pls-info__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pls-info__item-col {
    width: 50%;
    padding: 0 20px 0 0
}

.pls-info__item-col img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.pls-info li {
    position: relative;
    padding-left: 20px;
    margin: 0 0 10px 0
}

.pls-info li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 12px;
    width: 14px;
    height: 14px;
    border: 3px solid #002b4b;
    border-radius: 50%
}

.pls-info__item-bot {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .4s ease;
    -o-transition: max-height .4s ease;
    transition: max-height .4s ease
}

.pls-info__show span:nth-child(2) {
    display: none
}

.pls-info__show.active span:nth-child(2) {
    display: block
}

.pls-info__show.active span:nth-child(1) {
    display: none
}

.blk2-m__text-bot{
    margin: 85px 0 0 0;
}

.blk2-m__bot-title{
    font-weight: 700;
    font-size: 24px;
    margin: 0 0 40px 0;
}

.blk2-m__bot-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -25px;
}

.blk2-m__bot-col{
    width: calc(33.33333% - 25px);
    margin: 0 0 0 25px;
}

.blk2-m__col--two{
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - 20px) !important;
}

.blk2-m__col--two .blk4-m__img{
    margin: 0 auto 20px;
}

.blk2-m__col--two .blk2-m__col-item{
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    min-height: 200px;
}

.blk2-m--kos .blk2-m__text,
.blk2-m--kos .blk2-m__bot-col p,
.blk2-m--kos .blk4-m__text{
    font-size: 16px;
}

    .pst-work {
        padding: 50px 0;
    }

    .pst-work .dss-title {
        color: #fff;
        max-width: 545px;
        margin: 0 0 20px 0;
          position: relative;
        z-index: 1;
    }

    .pst-work__inner {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        min-height: 550px;
        padding: 40px;
        border-radius: 10px;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .pst-work__inner::after{
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #000;
        opacity: .3;
    }

    .pst-work__bot {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 0 -20px;
        position: relative;
        z-index: 1;
    }

    .pst-work__item {
        width: calc(25% - 20px);
        margin: 0 0 0 20px;
        border-radius: 5px;
        background-color: #fff;
        padding: 15px 20px;
    }

    .pst-work__num {
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .pst-work__text {
        font-size: 21px;
        font-weight: 700;
        line-height: 110%;
    }
    
    .sld-procedures{
        padding: 50px 0;
        overflow: hidden;
    }
    
    .sld-procedures .dss-title{
        margin: 0 0 30px 0;
    }

.sld-procedures__item{
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

.sld-procedures__img{
    height: 255px;
    border-radius: 10px;
    overflow: hidden;
}

.sld-procedures__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.sld-procedures__item-content{
    padding: 20px;
}

.sld-procedures h3{
    font-size: 24px;
    margin: 0 0 5px 0;
}

.sld-procedures h4{
    font-size: 16px;
    margin: 0 0 10px 0;
}

.sld-procedures__text{
    margin: 0 0 20px 0;
    font-size: 16px;
}

.sld-procedures li{
    position: relative;
    padding-left: 20px;
}

.sld-procedures li::after{
    content: "✔";
    color: #002b4b;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
}

.sld-procedures__slider{
    position: relative;
}

.sld-procedures__slider .swiper-wrapper{
    align-items: stretch;
}

.sld-procedures__slider .swiper-slide{
    height: auto;
}

.sld-procedures__item{
    height: 100%;
}


.sld-procedures__slider .swiper-button-prev, 
.sld-procedures__slider .swiper-button-next {
    top: -50px;
}

.sld-procedures__slider .swiper-button-prev {
    left: auto;
    right: 65px;
}

.sld-procedures .dss-title{
    max-width: 540px;
}


.header {
  transition: all 0.3s ease;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header.sticky .header__top{
    display: none;
}

.header.sticky .header__bot{
    margin: 0;
}

body.has-sticky-header .wrapper {
  padding-top: var(--header-height, 80px);
}

.dss-article{
    padding: 80px 0 100px;
}

.dss-article h1{
    font-size: 52px;
    margin: 0 0 30px 0;
}

.dss-article img{
    height: 280px;
    width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 0 20px 0;
    border-radius: 10px;
}


.dss-article__inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -20px;
}

.dss-article h2{
    font-size: 22px;
    margin: 0 0 5px 0;
}

.dss-article__inner article {
    width: calc(33.33333% - 20px);
    margin: 0 0 45px 20px;
}

.pls-info__item-text--bot{
    margin: 20px 0 0 0 !important;
}

/*.procedure-template-default .pls-info__show{*/
/*    display: none;*/
/*}*/


/* Rehab Section Container */
.rehab-section {
  background-color: #ffffff;
  border: 1px solid #eef2f6;
  box-shadow: 0 10px 30px rgba(12, 33, 58, 0.04), 0 1px 3px rgba(12, 33, 58, 0.02);
  width: 100%;
  border-radius: 10px;
  padding: 32px 40px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rehab-section:hover {
  box-shadow: 0 20px 40px rgba(12, 33, 58, 0.08), 0 1px 3px rgba(12, 33, 58, 0.04);
}

/* Header */
.rehab-header {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 32px;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

/* Grid layout for items */
.rehab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* Card Item */
.rehab-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  outline: none;
  cursor: pointer;
}

/* Icon Container */
.rehab-icon-wrapper {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 4px 10px rgba(12, 33, 58, 0.05);
}

.rehab-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Content Area */
.rehab-content {
  display: flex;
  flex-direction: column;
}

/* Program Title */
.rehab-title {
  font-size: 22px;
  font-weight: 700;
  color: #0c213a;
  margin: 0 0 8px 0;
  line-height: 1.4;
  transition: ll 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* Detail Link */
.rehab-link {
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.rehab-link-arrow {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-size: 14px;
}

/* Hover Interactions */
.rehab-item:hover .rehab-icon-wrapper {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(27, 75, 132, 0.18);
}

.rehab-item:hover .rehab-icon-img {
  transform: scale(1.08);
}

.rehab-item:hover .rehab-title {
  color: #3a75c4;
}

.rehab-item:hover .rehab-link {
  color: #3a75c4;
}

.rehab-item:hover .rehab-link-arrow {
  transform: translateX(5px);
}

/* Active State / Focus State */
.rehab-item:focus-visible {
  border-radius: 8px;
  outline: 2px solid #3a75c4;
  outline-offset: 8px;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .rehab-grid {
    gap: 24px;
  }
  .rehab-section {
    padding: 28px 32px;
  }
}

@media (max-width: 768px) {
  .rehab-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .rehab-section {
    padding: 24px 24px;
  }
  .rehab-item {
    padding: 8px 0;
  }
}


@media (min-width: 1350px){
    .m-gallery .swiper-button-prev {
        left: auto;
        right: calc((100vw - 1195px) / 2);
    }
    
    .m-gallery .swiper-button-next {
        Right: calc((100vw - 1305px) / 2);
    }
}


@media(max-width: 1200px) {
       .m-intro h1 {
        font-size: 46px
    }
    .header__nav ul li a {
        font-size: 14px
    }

    .footer__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
        flex: 1 1 calc(50% - 30px)
    }

    .footer__col:first-child {
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 20px
    }

    .dss-intro__title {
        font-size: 38px
    }

    .dss-intro__text {
        font-size: 18px;
        margin: 0 0 35px 0
    }

    .dss-intro__btns {
        width: calc(100% + 20px)
    }

    .dss-intro__left,
    .dss-intro__right {
        width: calc(100% - 20px)
    }

    .blk7-m__item-num {
        margin: 0 0 40px 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
}

@media(max-width: 991px) {
    
.header__bot{
    align-items: center !important;
}
    .header__socials,
    .header__phone,
    .header__search {
        display: none
    }

    .header__box {
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 99999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 15px 15px 40px;
        -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;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        overflow: auto;
        background-color: #fff;
        color: #002b4b;
        opacity: 0;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s
    }

    .header__box .header__menu-btn span,
    .header__box .header__menu-btn::before,
    .header__box .header__menu-btn::after {
        background-color: #002b4b
    }

    .header__box.open {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header__menu-btn {
        padding: 0;
        margin: 0 0 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        outline: none;
        position: relative;
        height: 30px;
        width: 27px
    }

    .header__menu-btn span {
        display: block;
        width: 70%;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }

    .header__menu-btn::before {
        content: "";
        position: absolute;
        top: 2px;
        right: 0;
        width: 100%;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__menu-btn::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 100%;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s;
        border-radius: 10px
    }

    .header__nav ul {
        -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
    }

    .header__nav ul li a {
        font-size: 18px
    }

    .header__search {
        margin: 15px 0
    }

    .header__socials {
        margin: 15px 0 25px
    }

    .header__menu-btn.active::after {
        bottom: 13px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header__menu-btn.active::before {
        top: 13px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .header__menu-btn.active span {
        opacity: 0
    }

    .dss-intro__title,
    .dss-intro__text {
        max-width: 100%
    }

    .dss-intro__text {
        margin: 0 0 15px 0
    }

    .blk2-m__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk2-m__col:nth-child(1),
    .blk2-m__col:nth-child(2) {
        max-width: 100%;
        margin: 0 0 20px 20px;
    }

    .blk2-m__col:last-child {
        margin-bottom: 0
    }

    .blk2-m {
        padding: 30px 0
    }

    .blk3-m {
        padding: 30px 0
    }

    .blk3-m .dss-subtitle {
        margin: 0 0 15px 0
    }

    .blk3-m ol li {
        margin-bottom: 15px
    }

    .blk3-m ol li:last-child {
        margin-bottom: 0
    }

    .blk4-m li {
        width: calc(33.33333% - 20px)
    }

    .blk5-m {
        padding: 30px 0
    }

    .blk5-m__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk5-m__left {
        max-width: 100%;
        margin: 0 0 20px 0;
        position: relative;
        background-color: #c6d9de;
        border-radius: 5px
    }

    .blk5-m__left::after {
        content: "";
        position: absolute;
        right: 20px;
        top: 35px;
        width: 15px;
        height: 10px;
        background-image: url("../images/icons/arrow-down.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5);
        pointer-events: none;
        z-index: 2
    }

    .blk5-m__left.open::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .blk5-m__left.open .blk5-m__left-item {
        display: block !important
    }

    .blk5-m__left-item {
        margin-bottom: 0;
        border-radius: 0;
        display: none;
        padding: 20px
    }

    .blk5-m__left-item.active {
        display: block;
        background-color: rgba(0, 0, 0, 0);
        color: #002b4b;
        border-radius: 5px
    }

    .blk5-m__left-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 43, 75, .1)
    }

    .blk5-m__left-item strong {
        font-size: 18px;
        margin-bottom: 5px
    }

    .blk5-m__left-item p {
        font-size: 20px
    }

    .blk5-m__right {
        max-width: 100%;
        padding: 20px
    }

    .blk5-m__item {
        -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;
        gap: 10px
    }

    .blk5-m__item-right {
        padding: 0;
        width: 100%
    }

    .blk5-m__item-right span {
        width: 100%
    }

    .blk5-m__item-right::after {
        display: none
    }

    .blk5-m__item {
        margin: 0 0 20px 0
    }

    .blk5-m__left-item.active {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .blk5-m__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk8-m__item {
        padding: 25px 15px;
        width: calc(100% - 20px)
    }

    .blk6-m {
        padding: 30px 0
    }

    .blk6-m__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 25px
    }

    .blk9-m .container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .blk9-m__swiper .swiper-button-prev,
    .blk9-m__swiper .swiper-button-next,
    .sld-procedures__slider .swiper-button-prev, 
    .sld-procedures__slider .swiper-button-next{
        top: -40px
    }

    .blk9-m .dss-title {
        margin: 0 0 25px 0;
        padding: 0px 90px 0 0
    }

    .blk11-m {
        padding: 30px 0
    }

    .blk11-m__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    .blk11-m__left-wrap,
    .blk11-m__right {
        width: 100%;
        margin-left: 0
    }

    .blk11-m__left {
        position: relative !important;
        top: 0 !important;
        max-width: 100% !important;
        margin-bottom: 30px
    }

    .blk11-m__wrap {
        padding: 30px 20px
    }

    .blk11-m__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    .blk11-m__col {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px
    }

    .blk11-m__col:last-child {
        margin-bottom: 0
    }

    .blk12-m {
        padding: 30px 0
    }

    .blk12-m__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0
    }

    .blk12-m__left,
    .blk12-m__right {
        width: 100%;
        margin-left: 0
    }

    .blk12-m__left {
        margin-bottom: 20px
    }

    .blk12-m .btn {
        max-width: 100%
    }

    .blk13-m {
        padding: 30px 0
    }

    .blk13-m__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk13-m__left,
    .blk13-m__right {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .blk13-m__list {
        margin-left: 0
    }

    .blk13-m__list li {
        width: calc(50% - 20px);
        margin: 0 20px 20px 0
    }

    .blk13-m__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk13-m__bot-left,
    .blk13-m__bot-right {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .pst-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px
    }

    .pst-filter__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 5px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .pst-filter__list::-webkit-scrollbar {
        display: none
    }

    .pst-filter__btn {
        white-space: nowrap
    }
        .m-intro__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 30px 0
    }

    .m-intro__left {
        margin: 0 0 25px 0
    }

    .pst-technologies__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pst-technologies__right {
        width: 100%
    }

    .pst-technologies__left {
        margin: 0 0 20px 0
    }

    .pst-technologies .swiper {
        height: auto
    }

    .pst-technologies__item {
        min-height: 320px
    }
        .pls-info__item-top-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pls-info__item-top-col {
        margin: 0 0 15px 0 !important
    }

    .pls-info__item-top-col:last-child {
        margin-bottom: 0 !important
    }
    .blk2-m--kos .blk2-m__col{
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .blk2-m__text-bot {
        margin: 35px 0 0 0;
    }
    .blk2-m__bot-title {
        margin: 0 0 20px 0;
    }
    
    .blk2-m--kos .blk2-m__inner{
        margin: 0 !important;
    }
    .blk2-m__col.blk2-m__col--two{
        margin: 0 0 0 -20px !important;
    }
    .m__inner{
        margin: 0;
    }
    
    .pst-work__item {
        width: calc(50% - 20px) !important;
        margin: 20px 0 0 20px !important;
    }
    .pst-work__inner{
        padding: 30px 15px;
    }
    
    .pst-work__inner {
        padding: 30px 15px !important;
    }
    
}

@media(max-width: 767px) {
.rehab-item{
	flex-direction: column;
    align-items: flex-start;
}
.rehab-icon-wrapper{
	margin: 0 0 20px 0;
}

.rehab-title {
    font-size: 20px;
}

.rehab-title br{
	display: none;
}
.blk11-m__left-wrap{
    margin: 0 0 45px 0;
}
    
    
    .blk11-m__avatar{
        position: static;
    }
    .blk11-m__left-box-inner{
        flex-direction: column;
    }
    .dss-article h1 {
        font-size: 32px;
    }
    .dss-article__inner article {
        width: calc(100% - 20px);
        margin: 0 0 45px 20px;
    }
    
    .sld-procedures .dss-title{
        padding: 0 90px 0 0;
    }
    .pst-work__text {
        font-size: 18px;
    }
    .pst-work__item {
        width: calc(100% - 20px) !important;
    }
    .pst-info__text p{
        font-size: 18px;
    }
    .m-intro__item {
        min-height: auto;
    }
        .pls-info__item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pls-info__item-col {
        width: 100%;
        padding: 0;
        margin: 15px 0 0 0
    }

    .pls-info__item-top-col:nth-child(3) {
        max-width: 100%
    }

    .dss-intro__time,
    .dss-intro__price{
        font-size: 14px;
    }
    
    .dss-intro__bot-right {
        margin: 0;
    }
        
    .blk2-m ol:not(.blk2-m__list-mark) li{
            width: calc(100% - 20px);
    }
    .pst-item__img-box{
        height: 240px;
    }
    .blk4-m li{
        min-height: auto;
    }
    .block-farom__box nf-fields-wrap nf-field{
        width: 100%;
    }
    .block-farom__box .field-wrap input[type=submit] {
        margin: 0;
        width: 100%;
        max-width: 100%;
    }
    .block-farom__box nf-fields-wrap{
        flex-direction: column
    }
    .list-circle li, .list-circle div, 
    .blk-info__col-top li, 
    .pst-recomendations li{
        font-size: 16px;
    }
    .blk8-m__inner-box-text,
    .blk8-m__inner-box-bot{
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .blk8-m__inner-box .blk8-m__lis-wrap {
    max-width: 100%;
    margin: 30px 0 0 0;
}
    .blk8-m__inner-box{
        flex-direction: column;
        padding: 30px 15px !important;
    }
        .blk-info {
        padding: 40px 0 0;
    }
        .pst-testimonial__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    body .list-decimal--four-col li {
        width: calc(100% - 20px) !important;
        flex: 1 1 auto;
    }
    .blk-info__col {
        width: calc(100% - 20px);
        margin: 0 0 20px 20px;
    }
    .pst-testimonial__right {
        margin: -30px 0 0 0
    }
    .dss-intro--two .dss-intro__right{
        margin: 0 auto;
    }
    .dss-intro__right{
        margin: 20px 0 0 20px;
    }
    .dss-intro--two .dss-intro__right img{
        border-radius: 10px;
    }
    .footer {
        padding: 60px 0 30px
    }

    .footer__col {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 30px
    }

    .footer__col:last-child {
        margin-bottom: 0
    }

    .footer__inner {
        margin-bottom: 40px
    }

    .dss-intro__title {
        font-size: 32px
    }

    .dss-intro .btn {
        width: calc(100% - 20px);
        margin: 20px 0 0 20px
    }

    .dss-intro__left {
        padding: 20px 15px;
        margin: 0 0 20px 20px
    }

    .btn {
        padding: 13px 15px
    }

    .blk2-m__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk2-m__col {
        width: calc(100% - 20px) !important;
        margin: 20px 0 0 20px !important;
    }

    .blk4-m li {
        width: calc(100% - 20px);
        padding: 15px;
        min-height: 160px;
    }

    .blk4-m__title {
        font-size: 18px
    }

    .blk4-m__img {
        width: 60px;
        height: 60px
    }

    .dss-title {
        font-size: 28px;
        line-height: 120%
    }

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

    .blk6-m .swiper-button-prev,
    .blk9-m__swiper .swiper-button-prev,
    .sld-procedures__slider .swiper-button-prev{
        right: 45px
    }

    .blk6-m .swiper-button-prev,
    .blk6-m .swiper-button-next {
        top: -40px
    }

    .blk6-m .dss-title {
        padding: 0px 80px 0 0
    }

    .blk7-m__item-wrap {
        top: 10vh
    }

    .blk7-m__item {
        padding: 20px 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blk7-m__item-num {
        margin: 0 0 20px 0
    }

    .blk7-m__left {
        max-width: 100%;
        margin: 0 0 20px 0
    }

    .blk7-m .dss-subtitle {
        font-size: 20px;
        margin: 0 0 10px 0
    }

    .blk7-m__text {
        font-size: 16px;
        line-height: 130%
    }

    .blk7-m__right {
        height: 350px
    }

    .blk7-m__item-wrap:last-child {
        margin: 0
    }

    .blk8-m__inner {
        padding: 20px 15px 5px 15px
    }

    .blk8-m__item-col strong {
        font-size: 16px
    }

    .blk8-m .dss-title {
        margin-bottom: 20px
    }

    .blk8-m__text {
        font-size: 16px;
        margin-bottom: 20px
    }

    .blk9-m__avatar {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .blk9-m__name {
        font-size: 20px
    }

    .blk9-m__item {
        padding: 20px
    }

    .blk11-m__wrap {
        padding: 40px 15px 30px
    }

    .blk11-m__left {
        padding: 15px
    }

    .blk11-m__avatar {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blk11-m__name {
        font-size: 18px
    }

    .blk11-m__left-text {
        font-size: 16px
    }

    .blk11-m__item-title,
    .blk11-m__item h3{
        font-size: 20px
    }

    .blk11-m__bot-title {
        font-size: 20px
    }

    .blk13-m__list li {
        width: 100% !important;
        margin-right: 0 !important
    }

    .footer__col {
        text-align: center
    }

    .footer__contact {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .blk9-m__swiper2 .swiper-button-next {
        left: calc(50% + 20px)
    }

    .blk9-m__swiper2 .swiper-button-prev {
        left: calc(50% - 20px)
    }

    .blk10-m__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .dss-faq__header {
        padding: 25px 15px
    }

    .dss-faq__item.open .dss-faq__content {
        padding: 0 15px 25px 15px
    }

    .blk11-m__item,
    .blk11-m__col {
        padding: 20px 15px
    }

    .dss-faq__btn {
        width: 35px;
        height: 35px
    }

    .footer__logo {
        margin: 0 auto 20px
    }

    .footer__inner {
        gap: 10px
    }

    .dss-intro {
        padding: 0 0 25px 0
    }

    .pst-catalog {
        padding: 30px 0
    }

    .pst-item__body {
        padding: 20px
    }

    .pst-item__detail-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .pst-item__footer {
        -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;
        gap: 20px
    }

    .pst-item__footer-left {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .pst-item__btn {
        width: 100%
    }

    .pst-filter__list li,
    .pst-filter__btn {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .block-farom {
        padding: 25px 0
    }

    .block-farom__inner {
        padding: 50px 15px
    }
    
        .pst-testimonial,
    .pst-recomendations {
        padding: 25px 0
    }

    .pst-recomendations__item {
        width: calc(100% - 20px);
        padding: 30px 15px
    }
            .m-intro h1 {
        font-size: 38px
    }

    .m-intro__item {
        padding: 150px 20px 40px 20px
    }

    .m-intro__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .m-intro__btns .btn {
        width: 100%
    }
    .m-gallery,
    .pst-technologies{
        padding: 30px 0;
    }
    .m-gallery .dss-title {
        padding: 0 75px 0 0
    }

    .m-gallery .swiper-button-prev,
    .pst-technologies .swiper-button-prev {
        right: 45px
    }
    .pst-technologies .swiper-button-prev, 
    .pst-technologies .swiper-button-next {
        top: -40px;
    }

    .pst-technologies__text {
        padding: 0 90px 0 0
    }
    .blk2-m__col--two .blk2-m__col-item{
        width: 100%;
        margin: 0 0 20px 0;
    }
    .blk2-m__col.blk2-m__col--two{
        margin: 0 !important;
    }
    .blk2-m__bot-col {
        width: calc(100% - 25px);
        margin: 0 0 20px 25px;
    }
}