*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: transparent;
    outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
body,
div,
form,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    line-height: 1
}

button,
input,
textarea {
    outline: 0!important;
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s;
    font-family: inherit
}

input:active,
input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus,
input[type=text]:focus {
    outline: 0!important
}

::-webkit-input-placeholder {
    color: #222
}

::-moz-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222
}

:-ms-input-placeholder {
    color: #222
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

html {
    height: 100%;
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

svg {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

path,
svg {
    -webkit-transition: .125s;
    -o-transition: .125s;
    transition: .125s
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms
}

a:focus,
a:hover {
    text-decoration: none!important
}

li,
ul {
    margin: 0;
    padding: 5px;
    /*list-style: none*/
}

i {
    line-height: 100%
}

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

button {
    cursor: pointer;
    border: none;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 125ms;
    -o-transition: 125ms;
    transition: 125ms;
    background-color: inherit
}

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

@font-face {
    font-family: Circe;
    src: url(../fonts/circe-regular.ttf) format("ttf"), url(../fonts/circe-regular.woff2) format("woff2"), url(../fonts/circe-regular.woff) format("woff"), url(../fonts/circe-regular.eot) format("eot");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circe;
    src: url(../fonts/circe-bold.ttf) format("ttf"), url(../fonts/circe-bold.woff2) format("woff2"), url(../fonts/circe-bold.woff) format("woff"), url(../fonts/circe-bold.eot) format("eot");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Circe;
    src: url(../fonts/circe-extrabold.ttf) format("ttf"), url(../fonts/circe-extrabold.woff2) format("woff2"), url(../fonts/circe-extrabold.woff) format("woff"), url(../fonts/circe-extrabold.eot) format("eot");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/oswald-medium.ttf) format("ttf"), url(../fonts/oswald-medium.woff2) format("woff2"), url(../fonts/oswald-medium.woff) format("woff"), url(../fonts/oswald-medium.eot) format("eot");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/oswald-semibold.ttf) format("ttf"), url(../fonts/oswald-semibold.woff2) format("woff2"), url(../fonts/oswald-semibold.woff) format("woff"), url(../fonts/oswald-semibold.eot) format("eot");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oswald;
    src: url(../fonts/oswald-bold.ttf) format("ttf"), url(../fonts/oswald-bold.woff2) format("woff2"), url(../fonts/oswald-bold.woff) format("woff"), url(../fonts/oswald-bold.eot) format("eot");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

.content {
    -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;
    padding: 127px 0 0;
}

body {
    font-family: Circe, sans-serif;
    font-weight: 400;
    color: #35353e;
    background: #ffffff;
    width:100%; 
    overflow-x:hidden
}

body.fixed-body {
    overflow-y: hidden
}

.container {
    max-width: 1610px;
    margin: 0 auto;
    padding: 0 30px
}

@media screen and (max-width:992px) {
    .container {
        padding: 0 15px
    }
}

a:hover {
    color: #2165f9;
}

.display1 {
    font-weight: 500;
    font-size: 45px;
    line-height: 131%;
    font-family: Oswald, sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase
}

.body-text h2,
.display2 {
    font-size: 24px
}

.body-text h3,
.display3 {
    font-size: 19px
}

.body-text h4,
.display4 {
    font-size: 16px
}

.body-text h2,
.body-text h3,
.body-text h4,
.display2,
.display3,
.display4 {
    font-weight: 600;
    line-height: 150%;
    font-family: Oswald, sans-serif;
    margin-bottom: 25px;
}

.body-text {
    font-size: 18px;
    line-height: 110%; /* было 133% */
    color: #666973
}

.body-text h5,
.body-text p {
    font-size: inherit;
    line-height: inherit
}

.body-text h5:not(:last-child),
.body-text p:not(:last-child) {
    margin-bottom: 25px
}

.body-text h5 a,
.body-text p a {
    color: #2165f9;
}

.body-text ul {
    line-height: inherit;
    padding-left: 12px
}

.body-text ul li {
    line-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    /*display: flex; - скрыт 17.01.24 */
}

.body-text ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666973;
    -webkit-transform: translateY(11px);
    -ms-transform: translateY(11px);
    transform: translateY(11px);
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.black-text {
    color: #35353e
}

.accent-text {
    color: #2165f9
}

.linear-text {
    background: -o-linear-gradient(356.57deg, #2165f9 6.42%, #11a9d9 44.9%);
    background: linear-gradient(93.43deg, #2165f9 6.42%, #11a9d9 44.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0 0 #00000000
}

.quote-text {
    padding-left: 26px;
    position: relative
}

.quote-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    border-radius: 7px;
    background-color: #35353e
}

@media screen and (max-width:1450px) {
    .display1 {
        font-size: 38px
    }
}

@media screen and (max-width:992px) {
    .display1 {
        font-size: 28px;
        line-height: 143%
    }
    .body-text h2,
    .display2 {
        font-size: 20px;
        line-height: 130%
    }
    .body-text {
        font-size: 15px
    }
    .body-text p:not(:last-child) {
        margin-bottom: 20px
    }
}

.mbtn {
    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: .225s ease-out;
    -o-transition: .225s ease-out;
    transition: .225s ease-out;
    padding: 0
}

.mbtn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.mbtn-accent,
.mbtn-gray {
    height: 57px;
    /* border-radius: 1000px; */
    font-weight: 700;
    font-size: 18px
}

.mbtn-accent {
    background: -o-linear-gradient(353.61deg, #0d899f -11.35%, #19b8ae 114.56%);
    background: linear-gradient(96.39deg, #2165f9 -11.35%, #11a9d9 114.56%);
    color: #fff
}

.mbtn-accent:hover {
    opacity: .8;
    color: #fff
}

.mbtn-gray {
    background-color: #f4f5f9;
    color: #2165f9;
}

.mbtn-gray:hover {
    background-color: #e4e6f0;
    color: #2165f9
}

.swiper-button-next,
.swiper-button-prev {
    z-index: 2;
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    background: #2165f9;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #c3c7dc
}

.swiper-button-next.mbtn-black path,
.swiper-button-prev.mbtn-black path {
    stroke: #fff
}

.mbtn-black {
    background: #2165f9;
}

.mbtn-black:hover {
    background: #1d1d23
}

.arrow-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 161%
}

.arrow-link svg {
    margin-left: 19px
}

.social-btn {
    width: 52px;
    height: 52px;
    /* border-radius: 50%; */
    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;
    background-color: #e4e6f0
}

.social-btn:hover {
    background-color: #c3c8de
}

.social-btn:not(:last-child) {
    margin-right: 10px
}

@media screen and (max-width:1200px) {
    .mbtn-accent,
    .mbtn-gray {
        height: 53px;
        font-size: 15px
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 52px;
        height: 52px
    }
}

@media screen and (max-width:992px) {
    .arrow-link {
        font-size: 15px;
        line-height: 193%
    }
    .arrow-link svg {
        margin-left: 15px
    }
}

.fg {
    position: relative;
    margin: 0
}

.fg input,
.fg textarea {
    border: none;
    border-bottom: 1px solid rgba(102, 105, 115, .2);
    padding: 0;
    height: 60px;
    width: 100%;
    font-size: 24px;
    font-family: Oswald, sans-serif;
    background-color: transparent;
    color: #35353e
}

.fg textarea {
    resize: none
}

.fg label {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
    line-height: 133%;
    color: #666973
}

.fg .nice-select {
    width: 100%;
    height: 51px;
    padding: 0;
    border: none;
    background-color: transparent!important;
    border-bottom: 1px solid rgba(102, 105, 115, .2);
    border-radius: 0
}

.fg .nice-select .current {
    padding-right: 57px;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    line-height: 150%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center
}

.fg .nice-select .list {
    margin-top: 10px;
    -webkit-filter: drop-shadow(0 4px 36px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 4px 36px rgba(0, 0, 0, .1));
    border: none;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    width: unset;
    min-width: 100%
}

.fg .nice-select .option {
    padding: 15px 30px;
    font-size: 18px;
    line-height: 150%;
    border-color: #e3e5ef;
    border-style: solid
}

.mcheck {
    position: relative
}

.mcheck input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer
}

.mcheck input:checked+label::before {
    background-image: url(../img/check.svg)
}

.mcheck label {
    padding-left: 41px;
    position: relative;
    min-height: 24px
}

.mcheck label:before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #e8eaf2;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s
}

.mcheck label a {
    position: relative;
    z-index: 2
}

.file-input__wrap {
    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;
    position: relative;
    border-bottom: 1px solid rgba(102, 105, 115, .2);
    height: 60px
}

.file-input__wrap input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.file-input__name {
    width: calc(100% - 25px);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.file-input__hint {
    margin-top: 6.5px;
    font-size: 14px;
    line-height: 171%;
    color: #666973
}

.tab__content {
    display: none
}

.tab__content--active {
    display: block
}

.pagination {
    margin-top: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

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

.pagination__btn {
    margin-left: 10px;
    width: 52px;
    height: 52px;
    border-radius: 50%
}

.pagination__item {
    font-weight: 700;
    font-size: 16px;
    line-height: 188%;
    margin-right: 15px
}

.pagination__item--active {
    color: #138a98;
    pointer-events: none
}

.video {
    position: relative;
    padding-bottom: 45%;
}

.video video {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.video--played video {
    pointer-events: unset
}

.video--played .video__play {
    display: none
}

.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.swiper-pagination {
    z-index: 1
}

.mob-visible {
    display: none
}

@media screen and (min-width:1200px) {
    .num-pagination .swiper-pagination-bullet {
        opacity: 0;
        pointer-events: none
    }
}

@media screen and (max-width:1200px) {
    .num-pagination {
        width: 100%;
        min-height: 52px;
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 60px
    }
    .num-pagination .swiper-pagination-bullet {
        width: unset;
        height: unset;
        margin: 0 8px!important;
        opacity: 1;
        background-color: transparent!important;
        font-weight: 700;
        font-size: 15px;
        line-height: 150%
    }
    .num-pagination .swiper-pagination-bullet-active {
        color: #138a98
    }
    .pagination {
        position: relative;
        padding: 0 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 52px
    }
    .pagination__buttons {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0
    }
    .pagination__btn {
        position: absolute;
        top: 0
    }
    .pagination__btn--prev {
        left: 0;
        margin-left: 0
    }
    .pagination__btn--next {
        right: 0
    }
}

@media screen and (max-width:768px) {
    .mob-visible {
        display: unset;
    }
    .desktop-visible {
        display: none;
    }
}

.breadcrumbs {
    padding: 30px 0 70px
}

.breadcrumbs__item {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    display: inline;
    color: #666973
}

.breadcrumbs__item:last-child {
    color: #2165f9
}

.breadcrumbs__item:not(:first-child):before {
    content: '/';
    color: #666973;
    margin: 0 5px 0 3px
}

.breadcrumbs__back {
    display: none
}

@media screen and (max-width:1200px) {
    .breadcrumbs {
        padding: 18px 0px 0px
    }
    .breadcrumbs__back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 22px
    }
    .breadcrumbs__back svg {
        margin: 0 15px 0 0
    }
}

.trust-card {
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%
}

.trust-card img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    /*opacity:  0.3;*/
    transition: all .3s;
}

.trust-card:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    background: #d0e8ff;
}

.trust-card:hover img{
  opacity: 1;
}


.categories__title {
    font-weight: 500;
    font-size: 45px;
    line-height: 131%;
    font-family: Oswald, sans-serif;
    letter-spacing: .02em;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
}


.category-card {
    background: #d0e8ff;
    padding: 9px 37px 28px;
    position: relative
}

.category-card.color2,
.category-card.color2 .category-card__link {
    background: #e3e5ef
}

.category-card__img {
    position: relative;
    padding-bottom: 65%;
    display: block;
    margin-bottom: 9px;
    overflow: hidden
}

.category-card__title{
	min-height: 71.2px;
	display: block;
}

.category-card__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.category-card__desc {
    margin-top: 25px
}

.category-card__link {
    width: 80px;
    height: 80px;
    border: 10px solid #ffffff;
    /* border-radius: 50%; */
    position: absolute;
    bottom: -20px;
    right: -20px;
    background: #d0e8ff;
}

.category-card__link:hover {
    background: -o-linear-gradient(353.61deg, #0d899f -11.35%, #19b8ae 114.56%)!important;
    background: linear-gradient(96.39deg, #2165f9 -11.35%, #11a9d9 114.56%)!important;
    opacity: 1
}

.category-card__link:hover path {
    stroke: #fff!important
}

.use-card {
    background-color: #fff;
    padding: 41px 20px 35px 50px;
    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
}

.use-card__img {
    height: 151px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.use-card__img img {
    max-height: 100%;
    max-width: 100%;
    display: block
}

.use-card__title {
    margin-top: 17px
}

.use-card__num {
    font-weight: 500;
    font-size: 245px;
    font-family: Oswald, sans-serif;
    opacity: .07;
    font-variant-numeric: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum"
}

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

.material-card__num {
    color: #2165f9;
    text-align: right
}

.material-card__title {
    margin: 17px 0 35px
}

.material-card__desc {
    margin: 5px 0 55px
}

.material-card__img {
    margin-top: auto;
    position: relative;
    padding-bottom: 89.2%
}

.material-card__img img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.news-card {
    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
}

.news-card--search {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
}

.news-card--search .news-card__img {
    margin-right: 87px
}

.news-card:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e3e5ef
}

.news-card__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 23.4%;
    display: block;
    margin-right: 15px
}

.news-card__img img {
    width: 100%
}

.news-card__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 760px;
    width: 100%
}

.news-card__day,
.news-card__month {
    letter-spacing: .05em
}

.news-card__month {
    font-family: Oswald, sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-top: 7px;
    font-weight: 700;
    text-transform: uppercase
}

.news-card__desc {
    margin-top: 9px
}

.video-card__media {
    padding-bottom: 60%;
    position: relative;
    display: block
}

.video-card__media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video-card__title {
    margin-top: 20px
}

.video-card__desc {
    margin-top: 15px
}

.team-card {
    background: #d4ebf1
}

.team-card--two {
    background: #e3e5ef
}

.team-card__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.team-card__desc {
    padding: 30px 35px 45px
}

.team-card__text {
    margin-top: 35px
}

.team-card__text span {
    font-size: 18px;
    line-height: 24px;
    color: #666973;
    display: block
}

.team-card__text span:not(:first-child) {
    margin-top: 9px
}

@media screen and (max-width:1200px) {
    .news-card {
        display: grid;
        gap: 36px 31px;
        grid-template-columns: 320px calc(100% - 361px)
    }
    .news-card--search {
        grid-template-columns: 100%!important;
        gap: 20px
    }
    .news-card--search .news-card__img {
        height: unset
    }
    .news-card__content {
        grid-column: 1/-1
    }
    .news-card__img {
        width: 100%;
        margin: 0;
        max-width: 500px
    }
    .news-card__desc {
        margin-top: 20px
    }
}

@media screen and (max-width:992px) {
/*14.11.2023*/

.header__logo:before {
    content: 'TM';
    float: left;
    line-height: 1;
    /*margin-left: 100%;*/
    font-family: "Circe";
    color: #000000;
/*15.11.23*/
    font-size: 6.2pt;
    margin-left: 12.8em !important;
    margin-top: 0.5em !important;
    position: absolute !important;
}


    .category-card {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 5px;
        min-height: 110px;
        max-width: 100%;
        grid-template-columns: 102px calc(100% - 112px);
        gap: 6px 10px
    }
    .category-card__img {
        position: static;
        padding: 0;
        height: 81px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        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
    }
    .category-card__img img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: static
    }
    .category-card__desc {
        display: none
    }
    .category-card__link {
        width: 60px;
        height: 60px;
        border-width: 8px;
        bottom: -8px;
        right: -5px
    }
    .use-card {
        display: block;
        padding: 5px 20px 5px 2px;
        max-width: calc(100% - 15px);
        position: relative
    }
    .use-card__num {
        display: none
    }
    .use-card__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        min-height: 110px
    }
    .use-card__img {
        position: static;
        padding: 0;
        width: 102px;
        height: 81px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 10px;
        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
    }
    .use-card__img img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        position: static
    }
    .use-card__title {
        margin: 0
    }
    .use-card:before {
        content: '';
        position: absolute;
        background-color: #fff;
        background-image: url(../img/arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        border: 8px solid #d0e8ff;
        width: 60px;
        height: 60px;
        bottom: -8px;
        right: -30px;
        /* border-radius: 50% */
    }
    .use-card:hover:before {
        background-image: url(../img/arrow-white.svg), -o-linear-gradient(353.61deg, #0d899f -11.35%, #19b8ae 114.56%)!important;
        background-image: url(../img/arrow-white.svg), linear-gradient(96.39deg, #0d899f -11.35%, #19b8ae 114.56%)!important;
        opacity: 1
    }
    .use-card:hover:before path {
        stroke: #fff!important
    }
    .material-card__top {
        margin-bottom: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .material-card__title {
        margin: 0 10px 0 0
    }
}

@media screen and (max-width:768px) {
    .news-card {
        grid-template-columns: 190px calc(100% - 221px)
    }
    .news-card__month {
        font-size: 15px;
        line-height: 173%;
        margin: 0
    }
    .news-card__img {
        height: 120px
    }
    .news-card__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.modal-backdrop.show {
    opacity: .7
}

.modal-dialog {
    max-width: 526px;
    width: 100%;
    pointer-events: unset;
    background: #fff;
    -webkit-box-shadow: 0 4px 174px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 174px rgba(0, 0, 0, .25);
    padding: 75px 47px 69px
}

.modal__close {
    position: absolute;
    right: 12px;
    top: 12px
}

.modal__title {
    text-align: center
}

.modal__form {
    margin-top: 69px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__form .fg {
    width: 100%;
    margin-bottom: 40px
}

.modal__check {
    width: 100%
}

.modal__btn {
    padding: 0 31px;
    margin-top: 70px
}

.modal__btn svg {
    margin-left: 12px
}

@media screen and (max-width:576px) {
    .modal-dialog {
        padding: 35px 15px
    }
    .modal__form {
        margin-top: 30px
    }
    .modal__form .fg {
        margin-bottom: 20px
    }
    .modal__btn {
        margin-top: 25px;
        width: 100%
    }
}

.logo {
    display: block;
    width: 169px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.logo img {
    width: 100%;
    display: block
}

.header {
    padding: 25px 0;
    position: relative;
    z-index: 10
}



.header {
    position: fixed !important;
    width: 100%;
    background: #ffffff;
    top: 0;
    /*padding-bottom: 0 !important;*/
}

.main.content {
    padding-top: 118px;
}




.header__inner {
    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
}

.header__logo {
    margin-right: 44px
}

.header__logo:before {
    content: 'TM';
    float: left;
    line-height: 1;
    /*margin-left: 100%;*/
    font-family: "Circe";
    color: #000000;
/*15.11.23*/
    font-size: 6.2pt;
    margin-left: 20.8em;
    margin-top: 1.2em;
    position: absolute;
}

@media screen and (max-width:1420px) {
    .header__logo:before {
        margin-left: 17.5em;

    }
}

@media screen and (max-width:1320px) {
    .header__logo:before {
        margin-left: 15.0em;

    }
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header__contacts {
    text-align: right;
    margin-left: auto;
    padding-left: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__contacts--mob {
    display: none
}

.header__phone {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    font-family: Oswald, sans-serif;
    color: #2165f9;
    display: block
}

.header__phone:hover {
    color: #35353e
}

.header__mail {
    font-weight: 700;
    font-size: 18px
}

.header__search {
    margin-left: 30px;
    width: 191px
}

.header__search input {
    width: 100%;
    height: 52px;
    padding: 0 10px 0 57px;
    background-color: #e4e6f0;
    /* border-radius: 1000px; */
    border: none;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-position: left 20px center
}

.header__search-close,
.header__search-toggle {
    display: none
}

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

.header__socials--mob {
    display: none
}

.header__lang,
.header__social {
    font-weight: 700;
    font-size: 18px;
    font-family: Oswald, sans-serif;
    color: #2165f9;
}

.header__burger,
.header__call {
    display: none
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.nav__item {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
    position: relative
}

.nav__item:not(:last-child) {
    margin-right: 24px
}

.nav__item-show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: inherit;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav__item-show svg {
    margin-left: 13px
}

.nav__item-show:hover {
    color: #2165f9;
    cursor: pointer
}

.nav__item-show:hover path {
    stroke: #2165f9
}

.nav__item-hidden {
    position: absolute;
    top: 20px;
    /*top: 0px;*/
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 20px;
    /*padding-top: 44px;*/
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav__item-hidden-inner {
    -webkit-filter: drop-shadow(0 4px 36px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 4px 36px rgba(0, 0, 0, .1));
    background: #f7f8fa
}

.nav__item-link {
    min-width: 172px;
    padding: 15px 20px;
    min-height: 57px;
	min-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	text-align: left;
}

.nav__item-link:not(:last-child) {
    border-bottom: 1px solid #e3e5ef
}

.nav__item--active .nav__item-show {
    color: #2165f9
}

.nav__item--active .nav__item-show path {
    stroke: #2165f9
}

.nav__item--active .nav__item-show svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav__item--active .nav__item-hidden {
    opacity: 1;
    pointer-events: unset
}

.nav__item--catalog {
    position: static
}

@media screen and (min-width:1200px) {
    .nav__item--catalog .nav__item-hidden {
        position: absolute;
        left: 0;
        width: 100%;
        top: 70px;
        height: calc(100vh - 40px);
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding-top: 78px
    }
}

.header-catalog {
    background-color: #fff;
    z-index: 10;
    height: 100%;
    width: 100%;
    text-align: left;
    padding: 30px 0 50px;
    overflow-y: auto
}

.header-catalog__scroll {
    width: calc(100% - 24px);
    margin: 0 auto;
    height: calc(100vh - 155px);
    overflow-y: auto
}

.header-catalog__scroll::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

.header-catalog__scroll::-webkit-scrollbar-track {
    background: #d7dae6;
    border-radius: 4px
}

.header-catalog__scroll::-webkit-scrollbar-thumb {
    background: #2165f9;
    border-radius: 4px
}

.header-catalog .container {
    min-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
}

.header-catalog__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 3;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px
}

.header-catalog__group {
    display: inline-block;
    width: 100%
}

.header-catalog__group:not(:last-child) {
    margin-bottom: 50px
}

.header-catalog__link,
.header-catalog__title {
    font-size: 18px;
    line-height: 150%
}

.header-catalog__title {
    font-weight: 700;
    margin-bottom: 25px
}

.header-catalog__title svg {
    display: none
}

.header-catalog__links {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-catalog__link {
    margin-right: auto
}

.header-catalog__link:not(:last-child) {
    margin-bottom: 15px
}

@media screen and (max-width:1600px) {
    .header__search {
        width: unset;
        margin-left: auto;
        padding-left: 20px
    }
    .header__search-wrap {
        width: 100vw;
        overflow: hidden;
        position: fixed;
        top: -100%;
        left: 0;
        z-index: 101;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-22.81%, #fff), color-stop(102.72%, #e3e5ef));
        background: -o-linear-gradient(top, #fff -22.81%, #e3e5ef 102.72%);
        background: linear-gradient(180deg, #fff -22.81%, #e3e5ef 102.72%);
        height: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s
    }
    .header__search-toggle {
        display: unset
    }
    .header__search-bg {
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(53, 53, 62, .6);
        display: none
    }
    .header__search input {
        height: 100%;
        border-radius: 0;
        background-color: transparent;
        background-size: 34px auto;
        padding: 0 60px;
        background-position: left center;
        font-size: 18px
    }
    .header__search-close {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .header__search--active .header__search-wrap {
        top: 0
    }
    .header__search--active .header__search-bg {
        display: block
    }
    .header__socials {
        margin-left: auto;
        padding-left: 20px
    }
}

@media screen and (max-width:1420px) {
    .header__logo {
        width: 140px;
        margin-right: 20px
    }
    .header__contacts,
    .header__search,
    .header__socials {
        padding-left: 10px
    }
}

@media screen and (max-width:1320px) {
    .header__logo {
        width: 120px
    }
}

@media screen and (max-width:1320px) and (min-width:1200px) {
    .header__lang,
    .header__social {
        width: 40px;
        height: 40px
    }
    .header__lang:not(:last-child),
    .header__social:not(:last-child) {
        margin-right: 5px
    }
}

@media screen and (max-width:1320px) {
    .nav__item:not(:last-child) {
        margin-right: 10px
    }
}

@media screen and (max-width:1200px) {
    .header__inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header__logo {
        margin: 0 10px
    }
    .header__right {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }
    .header__mob {
        padding: 0 0 20px;
        background: #f6f7fa;
        position: fixed;
        top: 98px;
        left: 0;
        width: 100%;
        height: calc(100vh - 98px);
        overflow-y: auto;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        -webkit-transition: .8s;
        -o-transition: .8s;
        transition: .8s
    }
    .header__mob-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .header__contacts--dekstop,
    .header__socials--dekstop {
        display: none
    }
    .header__socials {
        margin-top: 28px;
        padding: 0 30px
    }
    .header__socials--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .header__contacts {
        text-align: left;
        padding: 0 30px
    }
    .header__contacts--mob {
        display: block
    }
    .header__mail,
    .header__phone {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        font-family: Circe, sans-serif;
        color: #35353e;
        display: block;
        margin-top: 28px
    }
    .header__call {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 10px
    }
    .header__search {
        padding-left: 0
    }
    .header__burger {
        width: 32px;
        height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 15;
        margin-right: 44px
    }
    .header__burger span {
        display: block;
        width: 100%;
        height: 2px;
        background: #35353e;
        right: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border-radius: 2px
    }
    .header__burger span:nth-child(1) {
        position: absolute;
        top: 0;
        width: 50%
    }
    .header__burger span:nth-child(3) {
        position: absolute;
        bottom: 0
    }
    .header--active .header__burger span:nth-child(1) {
        width: 100%;
        -webkit-transform: rotate(-45deg) translate(-7px, 5px);
        -ms-transform: rotate(-45deg) translate(-7px, 5px);
        transform: rotate(-45deg) translate(-7px, 5px)
    }
    .header--active .header__burger span:nth-child(2) {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }
    .header--active .header__burger span:nth-child(3) {
        -webkit-transform: rotate(45deg) translate(-7px, -5px);
        -ms-transform: rotate(45deg) translate(-7px, -5px);
        transform: rotate(45deg) translate(-7px, -5px)
    }
    .header--active .header__mob {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
    .nav {
        display: block
    }
    .nav a.nav__item {
        padding: 0 30px;
        height: 62px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }
    .nav__item {
        margin: 0!important;
        font-size: 15px;
        font-weight: 700;
        text-align: unset
    }
    .nav__item br {
        display: none
    }
    .nav__item-show {
        height: 62px;
        padding: 0 30px
    }
    .nav__item-show svg {
        margin-left: 7px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
    .nav__item-hidden {
        opacity: 1;
        pointer-events: unset;
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        padding: 0;
        background: #e3e5ef;
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        display: none
    }
    .nav__item-hidden-inner {
        padding: 0;
        -webkit-filter: unset;
        filter: unset;
        background-color: transparent
    }
    .nav__item-link {
        border: none!important
    }
    .nav__item--active .nav__item-show svg {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    .header-catalog {
        position: static;
        background-color: transparent;
        padding: 0
    }
    .header-catalog__scroll {
        width: unset;
        overflow: unset;
        height: unset;
    }
    .header-catalog .container {
        padding: 0
    }
    .header-catalog__links {
        display: none
    }
    .header-catalog__inner {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
    .header-catalog__link,
    .header-catalog__title {
        font-size: 15px;
        line-height: 22px;
        padding: 20px 30px;
        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;
        margin-bottom: 0!important
    }
    .header-catalog__title svg {
        margin-left: 10px;
        display: unset
    }
    .header-catalog__title--active svg {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
    .header-catalog__group {
        margin: 0!important
    }
    .header-catalog__link {
        font-weight: 400;
        padding-left: 45px
    }
    .header-catalog__group:not(:last-child),
    .header-catalog__link:not(:last-child),
    .nav__item-link:not(:last-child) {
        position: relative
    }
    .header-catalog__group:not(:last-child):before,
    .header-catalog__link:not(:last-child):before,
    .nav__item-link:not(:last-child):before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff
    }
}

@media screen and (max-width:992px) {
    .header {
        padding: 14px 0
    }
    .header__logo {
        width: 107px
    }
    .header__mob {
        top: 71px;
        height: calc(100vh - 71px)
    }
    .header__contacts,
    .header__socials,
    .nav__item-show,
    a.nav__item {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
}

.footer {
    padding: 86px 0 47px;
    background-color: #fff
}

.footer__col {
    max-width: 358px
}

.footer__col:not(:last-child) {
    margin-right: 50px
}

.footer__group:not(:last-child) {
    margin-bottom: 39px
}

.footer__title {
    margin-bottom: 32px;
    display: block
}

.footer__links {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__link {
    color: #35353e;
    margin-right: auto
}

.footer__link:not(:last-child) {
    margin-bottom: 13px
}

.footer__hint {
    margin-bottom: 15px
}

.footer__form {
    width: 356px;
    position: relative
}

.footer__form input {
    padding-right: 55px
}

.footer__btn {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 52px;
    height: 52px;
    /* border-radius: 50% */
}

.footer__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.footer__contacts-item:not(:last-child) {
    margin-bottom: 21px
}

.footer__contacts-icon {
    margin-right: 19px!important;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 52px;
    height: unset;
    /* border-radius: 90px; */
    pointer-events: none
}

.footer__contacts-desc {
    padding-top: 5px
}

.footer__right {
    width: 356px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footer__conf {
    text-decoration: underline
}

.footer__c,
.footer__conf {
    color: #35353e
}

.footer__logo {
    margin-bottom: 27px
}


.footer__left:before {
    content: 'TM';
    /*background-size: 100% 100%; - не понятно вообще для чего */
    float: left;
    line-height: 1;
    /*margin-left: 180px;*/
    font-family: "Circe";
    color: #000000;
    font-size: 6.2pt;
/*14.11.2023*/
    margin-left: 20.8em;
    margin-top: 1.2em;
    position: absolute;
}


.footer__logo2 {
    width: 117px;
    display: block;
    margin-top: 10px
}

.footer__logo2 svg {
    width: 100%;
    height: auto
}

.footer__logo2:hover svg&gt;g {
    opacity: .6
}

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

.footer__contacts2 {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__mail,
.footer__phone {
    margin-right: auto
}

.footer__mail:not(:last-child),
.footer__phone:not(:last-child) {
    margin-bottom: 17px
}

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

.footer-bottom {
    padding-top: 42px;
    margin-top: 54px;
    border-top: 1px solid rgba(102, 105, 115, .27)
}

.footer-bottom__inner {
    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
}

@media screen and (max-width:1200px) {
    .footer {
        padding: 34px 0 58px
    }
    .footer__col {
        max-width: 100%
    }
    .footer__group {
        margin: 0!important
    }
    .footer__title {
        margin-bottom: 25px
    }
    .footer__contacts,
    .footer__links {
        display: none
    }
    .footer__form {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
    .footer__hint {
        margin-bottom: 0
    }
    .footer__socials {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .footer__contacts2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 32px
    }
    .footer__left {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 27px
    }
    .footer__right {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 35px;
        width: 100%
    }
    .footer__mail:not(:last-child),
    .footer__phone:not(:last-child) {
        margin-bottom: 23px
    }
    .footer__logo {
        margin-bottom: 20px
    }
    .footer-top__inner {
        display: grid;
        grid-template-columns: 100%;
        position: relative;
        padding-bottom: 115px
    }
    .footer-bottom {
        margin-top: 50px;
        padding-top: 50px
    }
    .footer-bottom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }
}

.main {
    padding: 207px 0 80px;
    background-image: url(../img/main-bg.svg), -webkit-gradient(linear, left top, left bottom, color-stop(19.27%, #f4f5f9), color-stop(102.72%, #e3e5ef));
    background-image: url(../img/main-bg.svg), -o-linear-gradient(top, #f4f5f9 19.27%, #e3e5ef 102.72%);
    background-image: /*url(../img/main-bg.svg), */linear-gradient(180deg, #f4f5f9 19.27%, #e3e5ef 102.72%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -118px
}

.main__inner {
    display: grid;
    grid-template-columns: 795px calc(100% - 825px);
    gap: 30px
}

.main__content {
    position: relative;
    z-index: 2
}

.main__desc {
    margin-top: 43px;
    line-height: 150%;
    max-width: 490px
}

.main__buttons {
    margin-top: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main__btn {
    padding: 0 45px
}

.main__btn:not(:last-child) {
    margin-right: 16px
}

.main__btn svg {
    margin-left: 20px
}

.main__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 50px
}

.main__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px
}

.main__slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 48px
}

.main-slide .swiper-container {
    overflow: hidden
}

@media screen and (min-width:1200px) {
    .main-slide .swiper-pagination {
        position: static;
        margin: 0 15px;
        width: 132px;
        height: 3px;
        background: #d7dae6;
        border-radius: 4px
    }
    .main-slide .swiper-pagination .swiper-pagination-progressbar-fill {
        background-color: #2165f9!important
    }
}

.main-slide .swiper-slide img {
    max-width: 100%;
	display: block;
	margin: 0 auto;
}

.main-slide .swiper-button-next,
.main-slide .swiper-button-prev {
    position: static;
    margin: 0 0 0 10px
}

.trust {
    padding: 63px 0 0
}

.trust__slider {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 60px calc(100% - 200px) 60px;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.trust .swiper-container {
    overflow: hidden
}

.trust .swiper-pagination {
    display: none
}

.trust .swiper-button-next,
.trust .swiper-button-prev {
    position: static;
    margin: 0
}

.block__top {
    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
}

.categories {
    padding: 0 0 100px
}

.categories__grid {
   /* margin-top: 60px; */
    display: grid;
    grid-template-columns: repeat(4, calc(25% - ((46px * 3)/ 4)));
    gap: 35px 46px
}

.use {
    padding: 100px 0 116px;
    background: #d0e8ff;
    margin-top: 23px
}

.use__grid {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, calc((100% / 3) - ((46px * 2)/ 3)));
    gap: 35px 46px
}

.consult {
    padding: 150px 0
}

.consult__inner {
    display: grid;
    grid-template-columns: auto 48.75%;
    gap: 30px;
    position: relative;
    z-index: 2
}

.consult__content {
    max-width: 608px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.consult__desc {
    padding-top: 40px;
    max-width: 400px;
    margin-top: auto
}

.consult__desc--mt40 {
    margin-top: 0
}

.consult__form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.consult__full {
    grid-column: 1/-1
}

.consult__btn {
    margin: 61px 0 0 auto;
    padding: 0 33px
}

.consult__btn svg {
    margin-left: 16px
}

.consult__contacts {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    max-width: 545px
}

.consult__contacts-title {
    margin-bottom: 13px
}

.materials {
    padding: 25px 0 140px
}

.materials--pt112 {
    padding-top: 112px
}

.materials__desc {
    margin-top: 26px
}

.materials .swiper-container {
    margin-top: 63px
}

.materials .slider-section__nav {
    display: none
}

.service {
    padding: 100px 0 55px;
    background-color: #d0e8ff;
}

.service__inner {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service__title {
    width: 100%
}

.service__grid {
    width: 100%;
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - ((38px * 3)/ 4)));
    gap: 35px 38px
}

.service__icon {
    height: 60px;
    margin-bottom: 25px
}

.service__icon img {
    max-height: 100%
}

.service__desc {
    margin-top: 25px
}

.service__link {
    margin-top: 65px;
    padding: 0 46px
}

.service__link svg {
    margin-left: 25px
}

.sections-group {
    position: relative
}

.sections-group__img {
    position: absolute;
    right: 0;
    bottom: -30px;
    pointer-events: none
}

.sections-group section {
    position: relative;
    z-index: 2
}

.news {
    padding: 128px 0 43px
}

.news__grid {
    margin-top: 58px
}

.contacts {
    margin-bottom: 50px;
    padding: 42px 0;
    position: relative;
    z-index: 2
}

.contacts--pt0 {
    padding-top: 0
}

.map {
    height: 618px;
    width: 50%;
}

@media screen and (max-width: 1200px) {
    .map {
        width: 100%;
    }
}

.contact-card {
    position: absolute;
    background: #fff;
    right: calc(50% - 775px);
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 618px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 50%;
}

@media (min-width: 1201px) {
    .contact-card {
        width: 50%;
        left: 50%;
        top: 47%;
        height: 618px;
    }
}

.contact-card__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-card .tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    height: 65px;
    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;
    background-color: #e3e5ef;
    font-weight: 600;
    font-size: 18px;
    font-family: Oswald, sans-serif;
    color: #35353e;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.contact-card .tab:hover {
    background-color: rgba(227, 229, 239, .8)
}

.contact-card .tab--active {
    pointer-events: none;
    color: #2165f9;
    background-color: #d0e8ff;
}

.contact-card__content {
    padding: 47px 50px 57px;
    -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
}

.contact-card__content.tab__content--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-card__items {
    margin-top: 40px
}

.contact-card__item:not(:last-child) {
    margin-bottom: 25px
}

.contact-card__icon {
    display: none
}

.contact-card__desc {
    margin-top: 13px
}

.contact-card__nav {
    margin-top: auto;
    padding-top: 20px;
    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
}

.contact-card__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-card__btn {
    padding: 0 26px 0 31px
}

.contact-card__btn svg {
    margin-left: 11px
}

@media screen and (max-width:1610px) {
    .contact-card {
        right: 150px
    }
}

@media screen and (max-width:1450px) {
    .main__inner {
        grid-template-columns: 670px calc(100% - 680px);
        gap: 10px
    }
    .categories__grid,
    .service__grid {
        grid-template-columns: repeat(3, calc(33.33% - ((30px * 2)/ 3)));
        gap: 30px
    }
    .use__grid {
        grid-template-columns: repeat(2, calc(50% - 15px));
        gap: 30px
    }
    .materials .slider-section__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 35px
    }
}

@media screen and (max-width:1200px) {
    .main {
        margin-top: -98px;
        padding: 120px 0 110px
    }
    .main__inner {
        grid-template-columns: 100%;
        gap: 65px
    }
    .main__content {
        max-width: 670px
    }
    .main__slider {
        max-width: 500px
    }
    .main__slider-all,
    .main__slider-current {
        display: none
    }
    .main__slider-pagination {
        width: 100%
    }
    .main__slider-bottom {
        position: relative;
        display: block
    }
    .main__desc {
        margin-top: 15px
    }
    .main__buttons {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .main__btn {
        margin-top: 9px;
        padding: 0 40px
    }
    .main__btn svg {
        margin-left: 15px;
        width: 14px;
        height: auto
    }
    .main-slide .swiper-pagination {
        position: static
    }
    .main-slide .swiper-button-next,
    .main-slide .swiper-button-prev {
        position: absolute;
        top: 0;
        margin: 0
    }
    .main-slide .swiper-button-prev {
        left: 0
    }
    .main-slide .swiper-button-next {
        right: 0
    }
    .trust {
        padding: 32px 0 42px
    }
    .trust .swiper-container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        grid-column: 1/-1
    }
    .trust .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        /*display: flex;*/
        position: static;
        padding: 0;
        display: none;
    }
    .trust .swiper-button-prev {
        display: none;
    }
    .trust .swiper-button-next {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        display: none;
    }
    .trust__slider {
        gap: 75px 0;
        grid-template-columns: 52px calc(100% - 104px) 52px
    }
    .categories {
        padding: 42px 0 32px
    }
    .use {
        padding: 47px 0 76px
    }
    .consult {
        padding: 65px 0
    }
    .materials {
        padding: 60px 0
    }
    .materials .swiper-container {
        margin-top: 44px
    }
    .service {
        padding: 90px 0 77px
    }
    .news {
        padding: 67px 0 27px
    }
    .news__grid {
        margin-top: 22px
    }
    .contacts {
        padding: 15px 0 0
    }
    .contact-card {
        background-color: transparent;
        width: 100%;
        min-height: unset;
        position: static;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }
    .contact-card__content {
        padding: 40px 30px 50px
    }
}

@media screen and (max-width:992px) {
    .main__title span {
        display: none
    }
    .main__desc {
        line-height: 133%
    }
    .trust {
        overflow: hidden
    }
    .trust .swiper-slide {
        width: 153px
    }
    .trust .swiper-container {
        overflow: unset
    }
    .block__top {
        display: grid;
        grid-template-columns: 100%;
        gap: 18px
    }
    .categories__grid,
    .service__grid,
    .use__grid {
        margin-top: 23px;
        grid-template-columns: repeat(2, calc(50% - 7.5px));
        gap: 15px
    }
    .consult__inner {
        grid-template-columns: 100%;
        gap: 70px
    }
    .consult__desc {
        padding-top: 20px
    }
    .consult__form-grid {
        gap: 30px
    }
    .consult__btn {
        margin: 54px 0 0;
        padding: 0 40px
    }
    .consult__contacts {
        padding-top: 24px
    }
    .service__grid {
        margin-top: 60px
    }
    .contact-card__content {
        padding-left: 15px;
        padding-right: 15px
    }
    .contact-card__title {
        display: none
    }
    .contact-card__items {
        margin: 0
    }
    .contact-card__item:not(:last-child) {
        margin-bottom: 30px
    }
    .contact-card__desc {
        margin-top: 16px
    }
    .contact-card__nav {
        padding-top: 30px
    }
    .contact-card__subtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .contact-card__icon {
        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;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 20px;
        height: 26px;
        margin-right: 13px
    }
    .map {
        height: 565px
    }
}

@media screen and (max-width:800px) {
    .categories__grid,
    .use__grid {
        grid-template-columns: 100%
    }
}

@media screen and (max-width:768px) {
    .consult__form-grid {
        grid-template-columns: 100%
    }
    .service__grid {
        grid-template-columns: 100%;
        gap: 60px;
        text-align: center;
        padding: 0 40px
    }
    .service__btn {
        margin-top: 60px;
        padding: 0 40px
    }
    .contacts--pt0 .contact-card {
        margin-top: 27px
    }
}

.news-page {
    padding-bottom: 30px;
    background-image: url(../img/wave2.svg);
    background-position: center top;
    background-repeat: no-repeat
}

.news-page__top {
    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;
    margin-top: 51px
}

.news-page__links {
    padding: 9px 13px;
    background: #fff;
    border-radius: 1000px
}

.news-page__link {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    font-weight: 700;
    font-size: 18px;
    line-height: 161%
}

.news-page__link:not(:last-child) {
    border-right: 1px solid #d9d9d9
}

.news-page__link--active {
    color: #2165f9;
    pointer-events: none
}

.news-page__grid {
    margin-top: 40px
}

.news-filter__show {
    display: none
}

.news-filter__hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-page {
    padding-bottom: 132px
}

.search-page__grid {
    margin-top: 73px
}

.news-item {
    padding: 0 0 18px
}

.news-item__top {
    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
}

@media screen and (min-width:1200px) {
    .news-item__top .breadcrumbs__back {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0
    }
    .news-item__top .breadcrumbs__back svg {
        display: none
    }
}

.news-item__date {
    font-size: 20px
}

.news-item__title {
    margin-top: 25px;
    text-transform: unset
}

.news-social {
    margin-top: 70px
}

.news-social__items {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-social__item:not(:last-child) {
    margin-right: 30px
}

.news-social__item:hover path {
    fill: #138a98
}

.news-content {
    margin-top: 47px
}

.news-content img {
    /*width: 100%;*/
    display: block
}

.news-content img:not(:last-child) {
    margin-bottom: 50px;
}

.news-content h2 {
    max-width: 1141px
}

.news-content h2:not(:last-child) {
    margin-bottom: 30px
}

.news-content .mlist {
    margin: 40px 0;
    line-height: inherit;
    padding-left: 70px
}

.news-content .mlist h5 {
    margin: 0!important
}

@media screen and (min-width: 992px){
	.main-slide .swiper-slide img{
		max-height: 400px;
	}
	.main-category{
		min-height: 700px;
	}
}

@media screen and (max-width:1200px) {
    .search-page {
        padding-bottom: 100px
    }
    .search-page__grid {
        margin-top: 43px
    }
    .news-item__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .news-item__top .breadcrumbs__back {
        margin-right: auto
    }
    .news-item__top .breadcrumbs__back svg {
        display: unset
    }
    .news-item__date {
        width: 100%
    }
    .news-social {
        margin-top: 25px
    }
    .news-social__items {
        margin-top: 5px
    }
    .news-social__item:not(:last-child) {
        margin-right: 24px
    }
    .news-content {
        margin-top: 35px
    }
    .news-content img:not(:last-child) {
        margin-bottom: 34px;
        /*width: 100%;*/
        width: 70%; /* изменено - 10/11/2023 */
    }
    .news-content .mlist {
        padding-left: 0;
        margin: 20px 0
    }
    .news-page__top {
        margin-top: 24px
    }
    .news-page__top .arrow-link {
        display: none
    }
    .news-page__link {
        border: none!important;
        padding: 6px 31px;
        font-size: 15px;
        line-height: 193%;
        height: unset
    }
    .news-filter {
        height: 41px;
        width: 100%;
        max-width: 500px;
        padding: 0;
        position: relative
    }
    .news-filter--active .news-filter__hidden {
        opacity: 1;
        pointer-events: unset
    }
    .news-filter__show {
        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;
        padding: 6px 31px;
        font-weight: 700;
        font-size: 15px;
        line-height: 193%;
        color: #0d899f;
        cursor: pointer
    }
    .news-filter__hidden {
        background-color: #fff;
        padding: 6px 0;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 5px;
        display: block;
        width: 100%;
        border-radius: 20px;
        max-height: 350px;
        overflow-y: auto
    }
}

.service-page {
    background-image: url(../img/wave3.svg);
    background-position: center top;
    background-repeat: no-repeat
}

.service-main {
    padding-bottom: 65px
}

.service-main__inner {
    display: grid;
    grid-template-columns: 470px calc(100% - 550px);
    gap: 80px
}

.service-main__right {
    position: relative;
    padding-right: 40px
}

.service-main__title {
    margin-top: 25px
}

.service-main__desc {
    max-width: 360px;
    margin-top: 85px
}

.service-main__btn {
    width: 100%;
    margin-top: 60px
}

.service-main__btn svg {
    margin-left: 15px
}

@media screen and (min-width:1200px) {
    .service-main .main__slider-pagination {
        position: absolute;
        height: 185px;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .service-main .main__slider-pagination .swiper-pagination {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-61%, -50%) rotate(90deg);
        -ms-transform: translate(-61%, -50%) rotate(90deg);
        transform: translate(-61%, -50%) rotate(90deg)
    }
}

.service-slider {
    max-width: 878px
}

.service-slider__item {
    position: relative;
    padding-left: 120px
}

.service-slider__content {
    max-width: 634px;
    margin-left: auto;
    background: #d0e8ff;
    padding: 53px 87px 69px;
    position: relative;
    z-index: 2;
    min-height: 100%
}

.service-slider__img {
    position: absolute;
    top: 9%;
    left: 37%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    height: 100px;
    z-index: 22;
    width: 100%;
}

.service-slider__img img {
    height: 100%;
    width: auto
}

.service-slider__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.service-slider__title {
    padding-top: 20px;
    margin-left: 15px
}

.service-slider__desc {
    margin-top: 27px
}

.service-slider__nav {
    padding-left: 120px;
    margin-top: 41px
}

.service-slider__buttons {
    max-width: 634px;
    width: 100%;
    margin-left: auto;
    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
}

.service-slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.service-slider .swiper-slide {
    height: auto
}

.service-slider .swiper-button-next,
.service-slider .swiper-button-prev {
    position: static;
    margin: 0 5px
}

.service-consult {
    padding: 60px 0;
    overflow: hidden;
	font-size: 18px;
    line-height: 110%;
    color: #666973;
}

.service-consult__inner {
    display: grid;
    grid-template-columns: 49% 51%
}

.service-consult__desc {
    margin-top: 40px
}

.service-consult__grid {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
}

.service-consult__full {
    grid-column: 1/-1
}

.service-consult__bottom {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px
}

.service-consult__btn {
    margin-right: auto;
    padding: 0 46px
}

.service-consult__btn svg {
    margin-left: 15px
}

.service-consult__hint {
    margin-top: 25px;
    width: 100%
}

.service-consult__content {
    position: relative;
    padding-top: 8px
}

.service-consult__img1 {
    position: absolute;
    top: 187px;
    left: 334px;
    height: 451px
}

.service-consult__img2 {
    position: absolute;
    top: 550px;
    left: 140px;
    height: 296px;
    z-index: 2
}

.service-consult__info {
    max-width: 416px;
    padding: 25px 30px;
    background-color: #f4f5f9;
    margin-left: 197px;
    position: relative;
    z-index: 3
}

@media screen and (max-width:1450px) {
    .service-slider__title {
        padding-top: 12px
    }
}

@media screen and (max-width:1600px) {
    .service-main__inner {
        grid-template-columns: 440px calc(100% - 470px);
        gap: 30px
    }
    .service-slider__content {
        padding: 30px 45px 40px
    }
}

@media screen and (max-width:1200px) {
    .service-main {
        padding-bottom: 22px
    }
    .service-main__right {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .service-slider {
        margin-top: 45px
    }
    .service-slider__item {
        padding: 74px 0 0
    }
    .service-slider__img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: unset;
        max-width: 225px;
        z-index: 3
    }
    .service-slider__nav {
        padding: 0;
        margin: 0
    }
    .service-slider__content {
        padding: 86px 15px 75px
    }
    .service-slider .swiper-button-next,
    .service-slider .swiper-button-prev {
        position: absolute;
        top: 0
    }
    .service-consult {
        padding: 22px 0 3px
    }
    .service-consult__inner {
        grid-template-columns: 100%;
        position: relative
    }
    .service-consult__img1,
    .service-consult__img2 {
        display: none
    }
    .service-consult__content {
        position: static
    }
    .service-consult__info {
        padding: 0;
        margin: 0;
        max-width: 100%;
        position: absolute;
        top: 90px
    }
    .service-consult__grid {
        margin-top: 110px;
        gap: 30px
    }
    .service-consult__desc {
        margin-top: 30px
    }
}

@media screen and (max-width:992px) {
    .service-main__inner {
        grid-template-columns: 100%;
        gap: 57px
    }
    .service-main__title br {
        display: none
    }
    .service-main__desc {
        margin-top: 24px;
        max-width: unset
    }
    .service-main__btn {
        margin-top: 60px /* 111px */
    }
    .service-main .swiper-pagination {
        top: 510px;  /* -192px */
        bottom: unset;
        position: absolute
    }
    .service-slider {
        max-width: unset;
        margin: 0 0 0 -15px;
        width: calc(100% + 30px)
    }
    .service-slider__content {
        max-width: 100%
    }
    .service-slider__title {
        margin-left: 3px
    }
    .service-slider__desc {
        margin-top: 23px
    }
    .service-slider .swiper-button-next,
    .service-slider .swiper-button-prev {
        top: 510px;   /* -192px */
    }
    .service-consult__info {
        top: 80px
    }
    .service-consult__bottom {
        margin-top: 40px
    }
    .service-consult__hint {
        margin-top: 32px
    }
    .service-consult__btn {
        padding: 0 40px
    }
    .news-content img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }

/*26.01.24*/
    .service-slider__img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: unset;
        max-width: 225px;
        z-index: 3
    }
}

@media screen and (max-width:375px) {

    .service-main .swiper-pagination {
        top: 540px;  /* -192px */
        bottom: unset;
        position: absolute
    }
    .service-slider .swiper-button-next,
    .service-slider .swiper-button-prev {
        top: 540px;   /* -192px */
    }
/*26.01.24*/
    .service-slider__img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: unset;
        max-width: 225px;
        z-index: 3
    }
}


@media screen and (max-width:768px) {
    .service-consult__grid {
        grid-template-columns: 100%
    }
    .service-consult__btn {
        padding: 0;
        width: 100%
    }
}

.catalog-page {
    padding-bottom: 72px
}

.catalog-page__btn {
    padding: 0 33px
}

.catalog-page__btn svg {
    margin-left: 16px
}

.main-category {
    background-image: url(../img/wave4.svg);
    background-repeat: no-repeat;
    background-position: center bottom 54px;
    background-color: #fff;
    margin-top: -118px;
    padding: 118px 0 100px
}

.main-category__inner {
    margin-top: 15px;
    position: relative
}

.main-category__content {
    max-width: 618px
}

.main-category__img {
    width: calc(100% - 650px);
    max-width: 679px;
    margin-left: auto;
    position: absolute;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 0%; /* new */
    height: 400px;
    //display: -webkit-box;
    //display: -ms-flexbox;
    //display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width: 520px) {
    .main-category__img img {
        height: 220px;
    }
}

.main-category__img img {
    display: block;
    height: 100%;
    margin-top: -30px;
}

@media screen and (max-width: 1115px) {
    .main-category__img {
        max-height: 100%;
    }
}

@media screen and (min-width: 993px) {
    .main-category__img {
        margin-top: 40px;
    }
}

/* @media screen and (max-width: 576px) {
    .main-category__img img {
        max-width: 290px;
    }
} */


@media screen and (max-width: 992px) {
    .main-category__img img {

    }
}

.main-category__slider {
    max-width: 700px;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.main-category__slider img {
    display: block;
    /* max-width: 570px */
}

.main-category__title {
    margin-top: 15px
}

.main-category__subtitle2 {
    margin-top: 60px;
    max-width: 500px;
    text-transform: uppercase;
    color: #35353e;
    font-weight: 700
}

.main-category__desc {
    margin-top: 60px;
    max-width: 598px
}

.main-category__link {
    color: #2165f9;
    font-size: 18px;
    margin-top: 30px;
}

.main-category__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 49px
}

.main-category__nav--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: unset
}

.main-category__nav--flex .main-category__btn {
    padding: 0 46px
}

.main-category__nav--flex .main-category__btn:not(:last-child) {
    margin-right: 16px
}

.main-category__btn svg {
    margin-left: 20px
}

.catalog-category {
    padding: 150px 0
}

.catalog-category--pt80 {
    padding-top: 80px
}

.catalog-category .categories__grid {
    margin: 0
}

.filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 48px
}

.filter__item {
    min-width: 110px
}

.filter__item:not(:last-child) {
    margin-right: 70px
}

.service-desc {
   /* padding: 80px 0 */
}

.service-desc--pt110 {
    padding-top: 55px
}

.service-desc--pt188 {
    padding: 188px 0 4px
}

.service-desc__title2 {
    margin-bottom: 55px
}

.service-desc__inner {
    display: grid;
    grid-template-columns: calc(100% - 48.71% - 38px) 48.71%;
    gap: 38px;
    position: relative

}

.service-desc__inner:before {
    content: '';
    position: absolute;
    width: 2000px;
    height: 100%;
    background-color: #fff;
    right: 401px;
    top: 0
}

.service-desc__content {
    padding: 60px 0
}

.service-desc__content,
.service-desc__img {
    position: relative;
    z-index: 2
}

.service-desc__img {
    margin-top: -78px
}

.service-desc__img img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
}

.service-desc__title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(102, 105, 115, .27)
}

.service-desc__text {
    max-width: 754px
}

.advantages__top,
.slider-section__top {
    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;
    margin-bottom: 72px
}

.advantages__nav,
.slider-section__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.advantages .swiper-container,
.slider-section .swiper-container {
    overflow: hidden
}

.advantages .swiper-wrapper,
.slider-section .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.advantages .swiper-pagination,
.slider-section .swiper-pagination {
    display: none
}

.advantages .swiper-slide,
.slider-section .swiper-slide {
    height: auto
}

.advantages .swiper-button-next,
.advantages .swiper-button-prev,
.slider-section .swiper-button-next,
.slider-section .swiper-button-prev {
    margin: 0 0 0 10px;
    position: static
}

.collection {
    padding: 10px 0 130px
}

.collection .swiper-container {
    padding: 0 20px 20px 0
}

.videos {
    padding: 55px 0 110px
}

.functionality {
    padding: 40px 0 75px
}

.opportunity {
    padding: 75px 0;
    overflow: hidden
}

.opportunity__inner {
    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
}

.opportunity__left {
    width: 360px
}

.opportunity__title {
    margin-top: 15px;
}

.opportunity__desc {
    margin-top: 85px;
}

.opportunity__desc li{
    list-style: auto;
}


.opportunity__right {
    width: calc(100% - 390px);
    max-width: 1091px;
    position: relative
}

.opportunity__img {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 92%;
    max-width: 69%;
    width: auto;
    display: block
}

.opportunity__content {
    padding: 80px 50px 50px 85px;
    max-width: 635px;
    margin-left: auto;
    background-color: #d4ebf1;
    position: relative;
    z-index: 2
}

.opportunity__desc2 {
    margin-top: 28px
}

.props {
    padding: 55px 0 54px
}

.props__grid {
    margin-top: 55px;
    color: #666973;
	overflow-x: auto;
}

.props__col:nth-child(1) .props__item {
    padding-left: 30px
}

.props__grid table{
	width: 100%;
	min-width: 1400px;
}

@media screen and (max-width:768px) {
	.props__grid table{
		width: 100%;
		min-width: 600px;
	}
}






td {
    /*height: 53px;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    /* white-space: nowrap; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 10px;
    font-size: 18px;
    line-height: 133%;

}


@media screen and (max-width:768px) {
	td {
		font-size: 15px;
	}

    .service-slider__img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 225px;
        z-index: 3
    }
}




.props__grid th:first-child,
.props__grid td:first-child{
	width: 500px;
}

th {
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    /* white-space: nowrap; */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 10px;
    font-size: 18px;
    line-height: 133%;
    /* color: #35353e; */
    background-color: #fff;
	width: 100%;
	font-weight: normal;
}

@media screen and (max-width:768px) {
	th {
		font-size: 15px;
	}
}

.props__item:nth-child(odd) {
    background: #fff
}

.props__bottom {
    margin-top: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.props__link {
    padding: 0 46px
}

.props__link svg {
    margin-left: 15px
}

@media screen and (max-width:1350px) {
    .filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 28px
    }
    .filter__item {
        margin-bottom: 20px
    }
    .filter__item:not(:last-child) {
        margin-right: 20px
    }
    .opportunity__content {
        padding: 40px 20px;
        max-width: 65%
    }
}

@media screen and (max-width:1200px) {
    .advantages .container,
    .slider-section .container {
        position: relative;
        padding-bottom: 77px
    }
    .advantages__top,
    .slider-section__top {
        margin-bottom: 43px
    }
    .advantages__nav,
    .slider-section__nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-evenly;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 15px;
        width: 100%
    }
    .advantages .swiper-pagination,
    .slider-section .swiper-pagination {
/*        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        width: unset;
        padding: 0 */
    }
    .advantages .swiper-button-next,
    .advantages .swiper-button-prev,
    .slider-section .swiper-button-next,
    .slider-section .swiper-button-prev {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0
    }
    .main-category {
        margin-top: -99px;
        padding-bottom: 62px
    }
    .main-category__content {
        max-width: 500px
    }
    .main-category__img,
    .main-category__slider {
        width: calc(100% - 530px)
    }
    .catalog-category {
        padding: 36px 0 73px
    }
    .functionality {
        padding: 38px 0 45px
    }
    .opportunity {
        padding: 35px 0
    }
    .opportunity__right {
        padding-top: 146px
    }
    .opportunity__content {
        max-width: 100%;
        padding: 89px 15px 94px
    }
    .opportunity__img {
        height: 221px;
        width: auto;
        max-width: 100%;
        max-height: unset;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        z-index: 3
    }
    .props {
        padding: 55px 0 50px
    }
    .props__grid {
        margin-top: 30px;
        grid-template-columns: 100%;
        gap: 58px
    }
    .props__item--mob-hide {
        display: none
    }
    .props__item.black-text {
        font-weight: 700
    }
    .props__bottom {
        margin-top: 30px
    }
    .videos {
        padding: 55px 0
    }
    .collection {
        padding-bottom: 65px
    }
}

@media screen and (max-width:992px) {
    .catalog-page .container {
        position: relative;
        padding-bottom: 79px
    }
    .catalog-page__btn {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: calc(100% - 30px)
    }
    .main-category__img {
        height: 250px;
        position: static;
        margin: 42px 0 0 -15px;
        max-width: 400px;
		transform: unset;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .main-category__content {
        max-width: 100%
    }
    .main-category__title {
        margin: 10px 0 38px 0px
    }
    .main-category__subtitle2 {
        margin-top: 36px
    }
    .main-category__desc {
        margin-top: 38px
    }
    .main-category__nav {
        margin-top: 62px
    }
    .main-category__slider {
        position: relative;
        height: unset;
        margin: 32px 0 0 -15px;
        width: 100%;
        max-width: 400px
    }
    .main-category--item .main-category__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .main-category--item .main-category__desc,
    .main-category--item .main-category__subtitle2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .main-category--item .main-category__nav {
        /*margin-bottom: 80px;*/ /* 174px  */
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 60px
    }
    .main-category--item .main-category__btn {
        margin-top: 18px;
        padding: 0 40px
    }
    .main-category--item .main__slider-bottom {
        padding-left: 15px;
        /*position: absolute;
        bottom: -305px; */
        width: calc(100% + 15px)
    }
    .main-category--item .swiper-button-prev {
        left: 15px
    }
    .catalog-category .category-card__desc {
        margin: 0;
        display: block;
        grid-column: 1/-1;
        padding: 0 20px 3px 0
    }
    .service-desc {
        padding: 0 0 32px
    }
    .service-desc--pt110 {
        padding-top: 50px
    }
    .service-desc--pt110 .service-desc__inner:before {
        display: none
    }
    .service-desc__inner {
        grid-template-columns: 100%;
        gap: 0
    }
    .service-desc__inner:before {
        right: 0;
        width: 100%;
        height: 100%
    }
    .service-desc__img {
        margin: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .service-desc__content {
        padding: 22px 15px 33px
    }
    .service-desc__title {
        padding-bottom: 16px;
        margin-bottom: 13px
    }
    .service-desc__title2 {
        margin-bottom: 43px
    }
    .filter {
        display: none
    }
    .opportunity__inner {
        display: block
    }
    .opportunity__left {
        width: 100%
    }
    .opportunity__right {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-top: 21px
    }
    .opportunity__title {
        margin-top: 25px
    }
    .opportunity__desc {
        margin-top: 23px
    }
    .props__grid {
        gap: 40px
    }
    .props__item {
        min-height: 40px;
        height: unset;
        padding: 10px!important;
        font-size: 15px
    }
}

@media screen and (max-width:768px) {
    .main-category__nav {
        grid-template-columns: 100%;
        max-width: 273px
    }
}

.main-partners {
    padding-bottom: 85px
}

.main-partners--delivery .main-partners__desc {
    max-width: 425px
}

.main-partners .breadcrumbs {
    padding-bottom: 10px
}

.main-partners__inner {
    display: grid;
    grid-template-columns: 540px calc(100% - 540px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-partners__img {
    margin-left: -315px;
    width: calc(100% + 315px);
    position: relative
}

.main-partners__img img {
    z-index: 2;
    position: relative;
    width: 100%
}

.main-partners__content {
    position: relative;
    z-index: 4;
    padding: 43px 79px 43px 0;
    margin-top: -11px
}

.main-partners__content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2000px;
    background-color: #d0e8ff;
    pointer-events: none
}

.main-partners__desc,
.main-partners__title {
    position: relative;
    z-index: 2
}

.main-partners__desc {
    margin-top: 40px
}

.main-partners__link {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 160px;
    height: 120px;
    background-color: #d0e8ff;
    z-index: 3
}

.main-partners__link:hover {
    background-color: #e4e6f0
}

.main-partners__rect {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 100px;
    height: 100px;
    border: 4px solid #d4ebf1
}

.partners {
    padding: 85px 0 45px;
    overflow: hidden
}

.partners__slider {
    position: relative
}

.partners__slider:before {
    content: '';
    position: absolute;
    height: 200px;
    width: 100vw;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none
}

.partners__img {
    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;
    padding: 10px;
    height: 200px
}

.partners__img img {
    max-width: 100%;
    max-height: 100%
}

.partners .swiper-slide {
    width: 250px;
    padding-bottom: 300px
}

.partners .swiper-slide-active .partners__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partners .swiper-button-next,
.partners .swiper-button-prev {
    position: absolute
}

.partners .swiper-container {
    position: relative
}

.partners .swiper-pagination {
    display: none
}

.partners__info {
    margin-top: 54px;
    position: relative
}

.partners__content {
    position: absolute;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    display: none;
    -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;
    text-align: center;
    margin-top: 50px
}

.partners__content--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.partners__desc {
    margin-top: 60px;
    max-width: 1100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.partners__link {
    margin: 48px auto 0;
    padding: 0 46px
}

.partners__link svg {
    margin-left: 16px
}

.delivery-info {
    margin-top: 57px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px
}

.delivery-info__num {
    font-weight: 500;
    font-size: 90px;
    line-height: 148%;
    letter-spacing: .02em;
    text-transform: uppercase;
    color: #2165f9;
    font-family: Oswald, sans-serif
}

.delivery-info__desc {
    margin-top: 23px
}

@media screen and (max-width:1200px) {
    .main-partners {
        padding-bottom: 19px
    }
    .main-partners__inner {
        grid-template-columns: 340px calc(100% - 340px)
    }
    .main-partners__content {
        padding: 20px 30px 32px 0
    }
    .main-partners__img {
        width: calc(100% + 145px);
        margin-left: -145px;
        min-height: 421px
    }
    .main-partners__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }
    .main-partners__desc {
        margin-top: 10px
    }
    .main-partners__link {
        width: 80px;
        height: 70px;
        bottom: -32px;
        right: 14px
    }
    .main-partners__link svg {
        width: 16px;
        height: auto
    }
    .main-partners__rect {
        display: none
    }
    .partners {
        padding: 19px 0 49px
    }
}

@media screen and (max-width:992px) {
    .main-partners__inner {
        grid-template-columns: 222px calc(100% - 222px)
    }
    .main-partners__content {
        padding-right: 10px;
        margin-top: 28px
    }
    .main-partners__img {
        min-height: 331px
    }
    .main-partners__img img {
        left: 0
    }
    .partners {
        position: relative
    }
    .partners__info {
        position: static;
        margin: 0
    }
    .partners__desc {
        margin-top: 35px
    }
    .partners__img {
        padding: 11px;
        height: 126px
    }
    .partners .swiper-slide {
        width: 220px;
        padding-bottom: 230px
    }
    .partners .swiper-button-next,
    .partners .swiper-button-prev {
        position: static;
        margin-top: 0
    }
    .partners .swiper-pagination {
/*        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex  */
    }
    .partners__nav {
        margin-top: 30px;
        position: static;
        bottom: 153px;
        left: 15px;
        width: calc(100% - 0px);
        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-evenly;
    }
    .partners__slider:before {
        height: 126px
    }
    .partners__link {
        padding: 0 34px;
        width: calc(100% - 30px)
    }
    .partners__content {
        width: calc(100vw - 45px);
        margin-top: 25px
    }
    .delivery-info {
        margin-top: 16px;
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }
    .delivery-info__num {
        font-size: 50px;
        line-height: 74px
    }
    .delivery-info__data {
        margin-top: 2px
    }
    .delivery-info__desc {
        margin-top: 10px;
        max-width: 320px
    }
}

@media screen and (max-width:768px) {
    .delivery-info {
        grid-template-columns: 100%
    }
}

.use-page {
    padding-bottom: 6px;
    background-image: url(../img/wave5.svg);
    background-position: center top;
    background-repeat: no-repeat
}

.use-page__subtitle {
    margin-top: 35px
}

.use-page__top {
    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;
    margin-top: 20px
}

.use-page__link {
    padding: 0 33px
}

.use-page__link svg {
    margin-left: 16px
}

.use-page__wrap {
    display: grid;
    grid-template-columns: 332px calc(100% - 332px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.use-page__img img {
    width: 100%
}

.use-info {
    background-color: #d0e8ff;
    width: 726px;
    padding: 60px;
    position: relative;
    z-index: 2
}

.use-info:before {
    display: none
}

.use-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.use-info__img {
    width: 122px;
    margin: 0 0 -25px 25px
}

.use-info__title {
    margin-top: 15px
}

.use-info__desc {
    margin-top: 47px
}

@media screen and (max-width:1200px) {
    .use-page__wrap {
        grid-template-columns: 430px calc(100% - 430px)
    }
    .use-page__img {
        width: calc(100% + 145px);
        margin-left: -145px;
        min-height: 421px;
        position: relative
    }
    .use-page__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }
    .use-info {
        width: 100%;
        margin-left: -30px;
        padding: 20px 30px 32px;
        position: relative;
        z-index: 2
    }
    .use-info__img,
    .use-info__subtitle {
        display: none
    }
    .use-info__title {
        margin: 0
    }
}

@media screen and (max-width:992px) {
    .use-page .use__grid {
        margin-top: 31px
    }
    .use-page .container {
        padding-bottom: 88px;
        position: relative
    }
    .use-page__link {
        position: absolute;
        left: 15px;
        bottom: 0;
        width: calc(100% - 30px);
        padding: 0
    }
    .use-page__wrap {
        grid-template-columns: 237px calc(100% - 237px)
    }
    .use-page__img {
        width: calc(100% + 94px);
        margin-left: -94px;
        min-height: 331px
    }
    .use-page__img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0
    }
    .use-page2 .container {
        padding-bottom: 0
    }
    .use-info {
        margin-left: -15px;
        padding: 20px 15px 36px
    }
    .use-info__desc {
        margin-top: 15px
    }
}

.career {
    padding: 0 0 65px;
    background: -o-radial-gradient(108.12% 81.26%, 106.88% 81.19%, #19b8ae 0, rgba(25, 184, 174, .67) 92.62%);
    background: radial-gradient(106.88% 81.19% at 108.12% 81.26%, #19b8ae 0, rgba(25, 184, 174, .67) 92.62%);
    position: relative
}

.career::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/career-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.career .breadcrumbs {
    padding: 30px 0;
    position: relative;
    z-index: 2
}

.career .breadcrumbs__item {
    color: #fff
}

.career .breadcrumbs__item:before,
.career .breadcrumbs__item:last-child {
    color: #fff!important
}

.career__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

.career__left {
    max-width: 675px;
    margin-right: 100px
}

.career__img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.career__subtitle {
    font-size: 24px;
    line-height: 58px;
    letter-spacing: .02em;
    color: #fff
}

.career__title {
    margin-top: 5px;
    color: #fff
}

.career__text {
    margin-top: 25px;
    color: #fff
}

.career__btn {
    width: 258px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.career__btn-arrow {
    margin-left: 15px
}

.job-openings {
    padding: 100px 0 20px
}

.job-openings__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.job-openings__left {
    width: calc(100% - 774px)
}

.job-openings__right {
    width: 678px;
    margin-left: 96px
}

.job-openings__title {
    margin-bottom: 60px
}

.job-openings__subtitle {
    margin-top: 20px
}

.job-openings__subtitle a {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.job-openings__item {
    background: #fff;
    padding: 30px 0
}

.job-openings__item:not(:first-child) {
    margin-top: 15px
}

.job-openings__item-show {
    padding: 0 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;
    position: relative;
    cursor: pointer
}

.job-openings__item-show--active .job-openings__show-btn svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.job-openings__item-title {
    font-weight: 700
}

.job-openings__item-hidden {
    margin-top: 20px;
    padding: 37px 30px 0;
    display: none;
    position: relative;
    border-top: 1px solid #d6d6d9;
}

.job-openings__item-hidden--active {
    display: block;
}

.job-openings__item-desc p span {
    font-weight: 700;
}

.job-openings__mob  {
    margin-top: 20px;
}

.job-openings__item-info {
    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-top: 50px;
}

.job-openings__item-see {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.job-openings__item-see span {
    margin-right: 10px
}

.job-openings__item-btn {
    width: 258px
}

.job-openings__item-btn i {
    margin-left: 15px
}

.job-openings__show-btn {
    margin-left: 10px
}

.consult {
    position: relative
}

.consult__bg-img {
    position: absolute;
    right: 0;
    bottom: -10px;
    pointer-events: none
}

@media screen and (max-width:1450px) {
    .career__left {
        max-width: 550px;
        margin-right: 50px
    }
    .job-openings__right {
        width: 550px;
        margin-left: 50px
    }
    .job-openings__left {
        width: calc(100% - 600px)
    }
}

@media screen and (max-width:1300px) {
    .job-openings__inner {
        display: block
    }
    .job-openings__left {
        width: 100%
    }
    .job-openings__right {
        width: 100%;
        margin-top: 90px;
        margin-left: 0
    }
}

@media screen and (max-width:1200px) {
    .career__inner {
        display: block
    }
    .career__left {
        max-width: 100%;
        margin-right: 0
    }
    .career__right {
        margin-top: 50px
    }
}

@media screen and (max-width:992px) {
    .career::after {
        background-image: url(../img/career-bg__mob.png);
        top: -35px
    }
    .career__subtitle {
        font-size: 20px
    }
    .career__btn {
        margin-top: 30px;
        width: 233px
    }
    .job-openings__title {
        margin-bottom: 30px
    }
    .job-openings__item-info {
        margin-top: 20px;
        display: block
    }
    .job-openings__item-btn {
        margin-top: 25px;
        width: 239px
    }
    .job-openings__mob {
        display: block;
        margin-top: 20px
    }
    .job-openings__mob-link,
    .job-openings__mob-title {
        line-height: 22px
    }
    .job-openings__subtitle a {
        display: block;
        margin-top: 10px;
        text-decoration: none
    }
}

@media screen and (max-width:768px) {
    .career {
        padding: 0;
        background: 0 0
    }
    .career:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 200px);
        background: -o-radial-gradient(108.12% 81.26%, 106.88% 81.19%, #19b8ae 0, rgba(25, 184, 174, .67) 92.62%);
        background: radial-gradient(106.88% 81.19% at 108.12% 81.26%, #19b8ae 0, rgba(25, 184, 174, .67) 92.62%)
    }
    .job-openings {
        padding: 60px 0 20px
    }
}

@media screen and (max-width:576px) {
    .career:before {
        height: calc(100% - 115px)
    }
}

.company-desc {
    padding: 0 0 56px;
    position: relative
}

.company-desc:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/company-desc__bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.company-desc__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.company-desc__left {
    position: relative;
    z-index: 2;
    width: 1070px
}

.company-desc__right {
    width: calc(100% - 1070px)
}

.company-desc__desc {
    background: #fff;
    padding: 40px 40px 30px;
    margin-top: 35px
}

.company-desc__desc p {
    font-size: 18px;
    line-height: 24px;
    color: #666973
}

.company-desc__desc p:not(:last-child),
.company-desc__desc ul {
    margin-bottom: 20px
}

.company-desc__desc ul li {
    font-size: 18px;
    line-height: 24px;
    color: #666973
}

.company-desc__img {
    position: relative;
    margin-top: 0
}

.company-desc__img img {
    position: absolute;
    top: 0;
    right: 0
}

.competencies {
    padding: 50px 0 60px;
    overflow: hidden
}

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

.competencies__left {
    position: relative;
    z-index: 3;
    width: calc(100% - 48.7% - 60px)
}

.competencies__right {
    width: 48.7%;
    margin-left: 60px;
    position: relative;
    padding: 50px 0 60px 30px
}

.competencies__right::after,
.competencies__right:before {
    content: '';
    position: absolute;
    top: 0;
    width: 5000px;
    height: 100%;
    pointer-events: none
}

.competencies__right:after {
    background-color: #fff;
    left: 0
}

.competencies__right:before {
    background-color: #f4f5f9;
    right: 100%;
    z-index: 2
}

.competencies__slide {
    position: relative
}

.competencies__slide-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px
}

.competencies__button-prev {
    position: static;
    margin-top: 0
}

.competencies__button-next {
    position: static;
    margin-top: 0;
    margin-left: 10px
}

.competencies__desc {
    margin-top: 45px
}

.competencies__desc p {
    font-size: 18px;
    text-align: justify;
}

.competencies__slider {
    position: relative
}

.competencies .swiper {
    overflow: unset;
    width: 312px;
    max-width: 100%;
    margin-left: 0;
    position: relative
}

.competencies .swiper:before {
    z-index: 2;
    content: '';
    position: absolute;
    height: 1px;
    width: 2000px;
    top: 10px;
    left: 0;
    background: rgba(102, 105, 115, .14)
}

.competencies .swiper-slide-active .competency-card__round {
    background: -o-linear-gradient(353.61deg, #0d899f -11.35%, #19b8ae 114.56%);
    background: linear-gradient(96.39deg, #2165f9 -11.35%, #11a9d9 114.56%);
}

.competencies .swiper-pagination {
    display: none
}

.competency-card__subtitle {
    margin-top: 25px
}

.competency-card__desc {
    margin-top: 30px
}

.competency-card__round {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #35353e;
    display: block;
    margin-bottom: 38px
}

.team {
    padding: 60px 0 90px
}

.team__slide {
    position: relative
}

.team__slide-nav {
    margin-bottom: 70px;
    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
}

.team .swiper {
    width: 100%;
    height: 100%
}

.team__nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team__button-next {
    position: static;
    margin-left: 10px;
    width: 52px;
    height: 52px
}

.team__button-prev {
    position: static;
    width: 52px;
    height: 52px
}

.advantages {
    background: #e3e5ef;
    padding: 90px 0;
    margin: 90px 0 65px
}

.advantages__slide {
    position: relative
}

.advantages .swiper {
    width: 100%;
    height: 100%
}

.advantages__nav {
    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: 70px
}

.advantages__nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.advantages__button-next,
.advantages__button-prev {
    position: static
}

.advantages__button-next {
    margin-left: 10px
}

.advantages__card {
    background: rgba(255, 255, 255, .6);
    text-align: center;
    padding: 50px 15px 35px;
    height: 387px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.advantages__card-img {
    height: 155px;
    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
}

.advantages__card-img img {
    max-width: 100%;
    max-height: 100%
}

.advantages__card-desc {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    margin-top: 34px
}

.principles {
    padding: 65px 0 200px
}

.principles__items {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 38px
}

.principles__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 45px 38px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:1200px) {
    .principles__item:nth-child(3n) .principles__item-content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .principles__item--big {
        grid-template-columns: 1fr 1fr;
        grid-column: span 2
    }
}

.principles__item-img img {
    width: 100%;
    height: auto
}

.principles__item-subtitle {
    color: #000
}

.principles__item-text {
    margin-top: 38px
}

@media screen and (max-width:1600px) {
    .company-desc__inner {
        display: block
    }
    .company-desc__left {
        width: 100%
    }
    .company-desc__right {
        width: 100%;
        margin-top: 50px
    }
    .company-desc__img img {
        position: static;
        width: 100%;
        height: auto
    }
}

@media screen and (max-width:1450px) {
    .principles__item,
    .principles__items {
        gap: 29px
    }
}

@media screen and (max-width:1200px) {
    .competencies__inner {
        display: block
    }
    .competencies__left {
        width: 100%
    }
    .competencies__right {
        width: calc(100% + 60px);
        margin: 50px 0 0 -30px;
        background-color: #fff;
        padding: 67px 30px 157px
    }
    .competencies__right:after,
    .competencies__right:before {
        display: none
    }
    .competencies__slide {
        position: static
    }
    .competencies__slide-nav {
        margin: 0;
        position: absolute;
        bottom: 60px;
        left: 0;
        width: 100%;
        padding: 0 30px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .competencies .swiper:before {
        display: none
    }
    .competencies .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0
    }
    .competency-card__round {
        display: none
    }
    .competency-card__subtitle {
        margin-top: 37px
    }
    .competency-card__desc {
        margin-top: 44px
    }
    .team {
        padding: 20px 0 45px
    }
    .advantages {
        margin-bottom: 32px
    }
    .principles {
        padding: 34px 0 80px
    }
    .principles__items {
        margin-top: 27px;
        grid-template-columns: 100%
    }
    .principles__item {
        position: relative
    }
    .principles__item:nth-child(even) .principles__item-subtitle {
        padding: 0 208px 0 0
    }
    .principles__item:nth-child(even) .principles__item-img {
        left: unset;
        right: 0
    }
    .principles__item-img {
        position: absolute;
        width: 165px;
        height: 173px
    }
    .principles__item-img img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
    .principles__item-subtitle {
        min-height: 173px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 208px
    }
    .principles__item-text {
        margin-top: 28px
    }
}

@media screen and (max-width:992px) {
    .company-desc {
        padding: 0 0 35px
    }
    .company-desc__right {
        display: none
    }
    .company-desc__desc {
        background: 0 0;
        padding: 0
    }
    .company-desc__desc p {
        font-size: 15px;
        line-height: 20px
    }
    .company-desc__desc ul {
        padding-left: 15px
    }
    .company-desc__desc ul li {
        font-size: 15px;
        line-height: 20px
    }
    .competencies__title br {
        display: none
    }
    .competencies__desc {
        margin-top: 30px
    }
    .advantages__card {
        padding: 37px 3px 10px
    }
    .advantages__card-img {
        height: 105px
    }
    .advantages__card-desc {
        margin-top: 24px
    }
}

.error {
    padding: 0 0 220px;
    background-image: url(../img/error-bg.png);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% auto
}

.error__inner {
    position: relative
}

.error__left {
    max-width: 630px
}

.error__subtitle {
    margin-top: 40px
}

.error__items {
    margin-top: 106px
}

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

.error__item:not(:last-child) {
    margin-bottom: 34px
}

.error__item .social-btn {
    margin-right: 20px
}

.error__social-network {
    margin-top: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 71px
}

.error__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 19px
}

.error__link {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    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
}

.error__link:not(:first-child) {
    margin-left: 12px
}

.error__telegram {
    background: #50abff
}

.error__whatsapp {
    background: #4cb663
}

.error__404 {
    font-family: Oswald, sans-serif;
    font-weight: 500;
    font-size: 516px;
    letter-spacing: .01em;
    text-transform: uppercase;
    -webkit-font-feature-settings: 'ss07' on, 'ss08' on;
    font-feature-settings: 'ss07' on, 'ss08' on;
    background: -o-linear-gradient(353.61deg, #0d899f -11.35%, #19b8ae 114.56%);
    background: linear-gradient(96.39deg, #0d899f -11.35%, #19b8ae 114.56%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: absolute;
    top: 80px;
    right: 0
}

@media screen and (max-width:1600px) {
    .error__404 {
        font-size: 450px
    }
}

@media screen and (max-width:1500px) {
    .error__404 {
        font-size: 350px
    }
}

@media screen and (max-width:1300px) {
    .error__404 {
        position: static;
        font-size: 280px;
        margin-top: 20px
    }
    .error__items {
        margin-top: 50px
    }
}

@media screen and (max-width:992px) {
    .error {
        padding: 0 0 120px
    }
    .error__social-network {
        display: block
    }
    .error__links {
        margin-top: 20px
    }
}

@media screen and (max-width:576px) {
    .company-desc:after {
        background-image: url(../img/company-desc__bg-mob.png);
        background-size: 100%
    }
    .error__404 {
        font-size: 200px;
        text-align: center
    }
    .competencies__desc p {
        font-size: 19px;
    }
}

@media screen and (max-width:375px) {
    .error__404 {
        font-size: 180px
    }
/*26.01.24*/
    .service-slider__img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: unset;
        max-width: 225px;
        z-index: 3
    }
}

.politics {
    padding: 0 0 135px;
    background-image: url(../img/error-bg.png);
    background-repeat: no-repeat;
    background-position: top 0 left 0;
    background-size: 100% auto
}

.politics__desc {
    padding: 50px 40px;
    margin-top: 55px;
    background: #fff
}

.politics__desc table{
    width: 100%;
    min-width: 1400px;
}
.politics__desc th{
    width: 50%;
}

.politics__desc tr:nth-child(2n){
	background: #f4f5f9;
}

@media screen and (max-width:992px) {
    .politics {
        padding: 0 0 200px;
        background-image: none
    }
    .politics__desc {
        padding: 0;
        margin-top: 45px;
        background: 0 0
    }
    .service-slider__img {
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        height: 150px;
        max-width: 225px;
        z-index: 3
    }
}

.site-map {
    padding-bottom: 130px
}

.site-map__inner {
    padding: 53px 80px 65px;
    margin-top: 55px;
    background: #fff;
    display: grid;
    grid-template-columns: 1.4fr 1.3fr 1fr;
    gap: 50px
}

.site-group:not(:last-child) {
    margin-bottom: 11px
}

.site-group__title {
    font-weight: 600;
    font-size: 19px;
    line-height: 165%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    font-family: Oswald, sans-serif
}

.site-group__links {
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 385px
}

.site-group__link,
.site-group__sublink2,
.site-group__sublink3 {
    margin-right: auto;
    font-size: 18px;
    line-height: 133%
}

.site-group__link::before,
.site-group__sublink2::before,
.site-group__sublink3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666973;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    margin: 0 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.site-group__link:not(:last-child),
.site-group__sublink2:not(:last-child),
.site-group__sublink3:not(:last-child) {
    margin-bottom: 13px
}

.site-group__subgroup2 {
    margin-top: 13px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.site-group__sublink2,
.site-group__sublink3 {
    font-size: 16px;
    line-height: 150%;
    color: #646570
}

.site-group__sublink2:before,
.site-group__sublink3:before {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.site-group__subgroup3 {
    padding-left: 22px
}

@media screen and (max-width:1200px) {
    .site-map {
        padding-bottom: 85px
    }
    .site-map__inner {
        padding: 30px;
        gap: 30px;
        margin-top: 45px
    }
}

@media screen and (max-width:992px) {
    .site-map__inner {
        grid-template-columns: 100%;
        gap: 25px;
        padding: 0;
        background-color: transparent
    }
    .site-group:not(:last-child) {
        margin-bottom: 21px!important
    }
    .site-group__links {
        max-width: 100%
    }
}

.ModalAccess .modal__desc { font-size: 20px; }
.ModalAccess2 .modal__desc { font-size: 20px; } 

.ModalAccess2 .modal__desc:not(:last-child) { padding-top: 30px; }

/*# sourceMappingURL=../sourcemaps/style.min.css.map */


div[id^="wait_"] 
{ 
    display: none !important; 
    background: none !important; 
    border: 0 !important; 
    color: #000000; 
    font-family: Verdana, Arial, 
    sans-serif; font-size: 11px; 
    font-style: normal !important; 
    font-variant: normal !important; 
    font-weight: normal; 
    letter-spacing: normal !important; 
    line-height: normal; 
    padding: 0 !important; 
    position: absolute; 
    text-align: center !important; 
    text-indent: 0 !important; 
    width: 0px !important; 
    height: 0px !important; 
    word-spacing: normal !important; 
    z-index: 0; 
    content: ""; 
}

.page-up {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    background: linear-gradient(96.39deg, #2165f9 -11.35%, #11a9d9 114.56%);
    /* border-radius: 50%; */
    display: none;
    z-index: 100;
    cursor: pointer;
}

.page-up img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}

.telegram-bot {
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 150px;
    right: 40px;
    background: linear-gradient(96.39deg, #2165f9 -11.35%, #11a9d9 114.56%);
    /* border-radius: 50%; */
    z-index: 100;
    cursor: pointer;
}

@media (max-width: 768px) {
    .telegram-bot {
        width: 70px;
        height: 70px;
        margin-bottom: -25px;
    }
    .page-up {
        width: 70px;
        height: 70px;
    }
}

.telegram-bot svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: auto;
}