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

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Medium Italic'), local('CeraPro-MediumItalic'),
        url('../fonts/CeraPro-MediumItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Regular Italic'), local('CeraPro-RegularItalic'),
        url('../fonts/CeraPro-RegularItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Black Italic'), local('CeraPro-BlackItalic'),
        url('../fonts/CeraPro-BlackItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Medium'), local('CeraPro-Medium'),
        url('../fonts/CeraPro-Medium.woff2') format('woff2'),
        url('../fonts/CeraPro-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Bold Italic'), local('CeraPro-BoldItalic'),
        url('../fonts/CeraPro-BoldItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Thin Italic'), local('CeraPro-ThinItalic'),
        url('../fonts/CeraPro-ThinItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Light Italic'), local('CeraPro-LightItalic'),
        url('../fonts/CeraPro-LightItalic.woff2') format('woff2'),
        url('../fonts/CeraPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Black'), local('CeraPro-Black'),
        url('../fonts/CeraPro-Black.woff2') format('woff2'),
        url('../fonts/CeraPro-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Bold'), local('CeraPro-Bold'),
        url('../fonts/CeraPro-Bold.woff2') format('woff2'),
        url('../fonts/CeraPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('../fonts/CeraPro-Regular.woff2') format('woff2'),
        url('../fonts/CeraPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cera Pro';
    src: local('Cera Pro Thin'), local('CeraPro-Thin'),
        url('../fonts/CeraPro-Thin.woff2') format('woff2'),
        url('../fonts/CeraPro-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1160px;
    margin: auto;
}

body {
    background-color: #F6F9FB;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0E1B30;
}

.header {
    background-color: #0065a0;
    position: relative;
}

.header__top {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}

.header__menu__btn {
    display: none;
}

.header__top__logo {
    display: flex;
    column-gap: 10px;
    align-items: center;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
}

.header__search {
    height: 20px;
    background-color: #0685bf;
    border-radius: 2px;
    display: flex;
    align-items: center;
    padding: 10px;
    column-gap: 10px;
    transition: outline 0.2s ease-in-out;
}

.header__search__outline {
    outline: 1px solid #FFFFFF;
}

.header__search button {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    padding: 10px;
}

.header__search:hover {
    outline: 1px solid #FFFFFF;
    transition: outline 0.3s ease-in-out;
}

.header__search input::placeholder {
    font-family: 'Cera Pro', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.3;
}

.header__search input {
    border: none;
    background-color: transparent;
    font-family: 'Cera Pro', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 0.3;
    outline: none;
}

.header__search input:focus .header__search {
    outline: 1px solid #FFFFFF;
}

.header__visually {
    border: none;
    background-color: transparent;
    font-family: 'Cera Pro', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 11px 13px;
    column-gap: 10px;
    border: solid 1px #FFFFFF;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.header__visually__mobile {
    display: none;
}

.header__visually:hover {
    background-color: #FFFFFF;
    transition: 0.3s ease-in-out;
    color: #0065a0;
}

.header__visually svg path {
    transition: 0.2s ease-in-out;
}

.header__visually:hover svg path {
    fill: #0065a0;
    transition: 0.3s ease-in-out;
}

.header__dropdown {
    visibility: hidden;
    position: absolute;
    background-color: #FFFFFF;
    color: #0E1B30;
    padding: 10px 17px 20px 20px;
    top: -4px;
    left: -15px;
    right: -10px;
    border-radius: 2px;
    z-index: 13;
    box-shadow: 0px 5px 20px rgba(27, 47, 120, 0.2);
    opacity: 0;
    transition: opacity 0.2s;
}

.header__dropdown__tel {
    display: flex;
    align-items: center;
    color: #0E1B30;
    column-gap: 8px;
}

.header__dropdown__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 21px;
}

.header__dropdown__content a {
    font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    color: #0E1B30;
    margin-bottom: 15px;
}

.header__dropdown__content p {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0E1B30;
    text-align: left;
}

.header__dropdown__content h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0065a0;
    text-align: start;
    margin-bottom: 4px;
}

.header__dropdown__text {
    font-family: 'Cera Pro', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.header__dropdown__hr {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 1px;
    background: #0E1B30;
    opacity: 0.1;
    border-radius: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.header__dropdown__rectangle {
    background-color: transparent;
    background-image: url(../img/rectangleBlack.svg);
    display: block;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
}

.header__tel__btn {
    padding: 6px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.header__tel__btn:hover .header__dropdown {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.header__top__center {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.header__tel {
    font-family: 'Cera Pro', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.header__tel__link {
    color: #FFFFFF;
}

.header__tel__text {
    font-family: 'Cera Pro', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
}

.header__tel__rectangle {
    background-color: transparent;
    background-image: url(../img/rectangle.svg);
    display: block;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
}

.header__hr {
    background-color: #FFFFFF;
    opacity: 0.3;
    height: 1px;
    margin-bottom: 10px;
}

.header__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    position: relative;
    gap: 10px;
}

.header__bottom nav ul {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.header__bottom li a {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
}

.header__bottom li a:hover {
    color: #76d0ea;
    transition: 0.3s ease-in-out;
}

.header__bottom__btn__container {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.socials{
    display: flex;
}

.social img{
    width: 20px;
    margin-right: 10px;
}

.header__help {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    padding: 9px 30px;
    display: flex;
    align-items: center;
    column-gap: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    background-color: transparent;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.header__help:hover {
    transition: 0.3s ease-in-out;
    background-color: #FFFFFF;
    color: #0065a0;
}

.header__help svg path {
    transition: 0.3s ease-in-out;
}

.header__help:hover svg path {
    fill: #0065a0;
    transition: 0.3s ease-in-out;
}

.header__problem {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 10px 30px;
    background-color: #0685bf;
    border: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
}

.header__problem:hover {
    color: #0065a0;
    transition: 0.3s ease-in-out;
    background-color: rgba(255, 255, 255, 0.1);
}

.header__problem svg path {
    transition: 0.3s ease-in-out;
}

.header__problem:hover svg path {
    fill: #0065a0;
    transition: 0.3s ease-in-out;
}

.breadcrumbs__list {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.breadcrumbs__list a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0E1B30;
}

.breadcrumbs__list span {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0065a0;
}

.breadcrumbs__item:not(:last-child)::after {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #0E1B30;
    content: '>';
    margin: 0 10px;
}

.slide-effect:after {
    content: "";
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(96.78deg, rgba(0, 101, 160, 0.8) 0%, rgba(0, 100, 161, 0.24) 100%);
}

.slide-effect img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    border-radius: 2px;
}

.container-slider {
    max-width: 1182px;
    margin: auto;
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.main__slider {
    overflow-x: hidden;
    position: relative;
    height: 400px;
    overflow-y: hidden;
    border-radius: 2px;
    margin-bottom: 20px;
    max-width: 1160px;
    margin: auto;
}

.main__slider__mobile-size {
    display: none;
}

.services__info {
    overflow-x: hidden;
}

.services__add {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 5px;
    margin-bottom: 20px;
}

.pagination-main {
    bottom: 31px !important;
}

.pagination-main .swiper-pagination-bullet {
    background-color: #FFFFFF;
    opacity: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
}

.pagination-main .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #FFFFFF;
    vertical-align: middle;
}

.main__slider__content {
    position: absolute;
    top: 120px;
    left: 60px;
    z-index: 1;
}

.main__slider__content h2 {
    font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    max-width: 540px;
    margin-bottom: 44px;
    padding-right: 80px;
}

.main__slider__content a {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    padding: 12px 30px;
    background-color: #76d0ea;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.main__slider__content a:hover {
    background-color: #FFFFFF;
    transition: 0.3s ease-in-out;
    color: #0065a0;
}

.button-prev-main::after {
    content: '';
    background-image: url(../img/sliderBtn.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 10px;
    height: 14px;
}

.button-prev-main {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #0065a0;
    border: 2px #FFFFFF solid;
    transition: 0.1s ease-in-out;
}

.button-prev-main:hover {
    background-color: #0685bf;
    transition: 0.2s ease-in-out;
}

.button-next-main::after {
    content: '';
    background-image: url(../img/sliderBtn.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    width: 10px;
    height: 14px;
    transform: rotate(180deg);
}

.button-next-main {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #0065a0;
    border: 2px #FFFFFF solid;
    transition: 0.1s ease-in-out;
}

.button-next-main:hover {
    background-color: #0685bf;
    transition: 0.2s ease-in-out;
}

.services__container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px;
    margin-bottom: 5px;
}

.services__card {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 26px 16px 30px 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.services__card:hover {
    background-color: #0065a0;
    transition: 0.3s ease-in-out;
}

.services__card svg path {
    transition: 0.2s ease-in-out;
}

.services__card:hover svg path {
    fill: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.services__card:hover h2 {
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.services__card:hover p {
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.services__card:hover div a {
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    border: 1px solid #FFFFFF;
}

.services__card h2 {
    transition: 0.2s ease-in-out;
}

.services__card p {
    transition: 0.2s ease-in-out;
}

.services__card div a {
    transition: 0.2s ease-in-out;
}

.services__card div a {
    transition: 0.2s ease-in-out;
}

.services__card div a:hover {
    background-color: #FFFFFF;
    color: #0065a0;
    transition: 0.3s ease-in-out;
}

.services__card svg {
    margin-bottom: 13px;
}

.services__card h2 {
    font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 16px;
    color: #0065a0;
    margin-bottom: 15px;
    min-height: 38px;
}

.services__card p {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 14px;
    color: #0E1B30;
    margin-bottom: 15px;
}

.services__card a {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 12px;
    color: #0E1B30;
    padding: 7px 10px;
    border: 1px solid #0E1B30;
    filter: drop-shadow(0px 2px 4px rgba(44, 39, 56, 0.08)) drop-shadow(0px 4px 8px rgba(44, 39, 56, 0.08));
    border-radius: 2px;
    width: fit-content;
}

.services__card div div {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.services__card__flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}

.services__info__left {
    display: grid;
    grid-template-columns: 2.1fr 1fr;
}

.swiper__second {
    grid-column-start: 1;
    grid-column-end: 5;
    overflow-x: hidden;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.05);
    border-radius: 2px;
    position: relative;
    z-index: 1;
}

.services__info__right {
    grid-column-start: 5;
    grid-column-end: 7;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.05);
    border-radius: 2px;
    padding: 52px 47px 47px 47px;
    z-index: 1;
}

.swiper__second__card__content {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.swiper__second__card__content img {
    max-width: 225px;
    height: 284px;
}

.swiper__second__card__content__text {
    max-width: 330px;
    padding-right: 20px;
    padding-left: 20px;
}

.swiper__second__card__content__text span {
    font-family: 'Cera Pro';
    font-weight: 700;
    font-size: 15px;
    color: #0E1B30;
    margin-bottom: 20px;
}

.swiper__second__card__content__text h2 {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 30px;
    color: #0065a0;
    line-height: 38px;
    margin-bottom: 10px;
}

.swiper__second__card__content__text p {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #0E1B30;
    margin-bottom: 30px;
}

.swiper__second__card__content__text a {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 12px;
    color: #0E1B30;
    padding: 7px 10px;
    border: 1px solid #0E1B30;
    filter: drop-shadow(0px 2px 4px rgba(44, 39, 56, 0.08)) drop-shadow(0px 4px 8px rgba(44, 39, 56, 0.08));
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.swiper__second__card__content__text a:hover {
    transition: 0.3s ease-in-out;
    background-color: #76d0ea;
    color: #FFFFFF;
    border: 1px solid #76d0ea;
}

.button__more {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 12px;
    color: #0E1B30;
    padding: 7px 10px;
    border: 1px solid #0E1B30;
    filter: drop-shadow(0px 2px 4px rgba(44, 39, 56, 0.08)) drop-shadow(0px 4px 8px rgba(44, 39, 56, 0.08));
    border-radius: 2px;
    transition: 0.2s ease-in-out;
}

.button__more:hover {
    transition: 0.3s ease-in-out;
    background-color: #76d0ea;
    color: #FFFFFF;
    border: 1px solid #76d0ea;
}

.second__swiper__pagination {
    bottom: 46px !important;
}

.second__swiper__pagination .swiper-pagination-bullet {
    background-color: #0E1B30;
    width: 6px;
    height: 6px;
    vertical-align: middle;
    opacity: 1;
}

.second__swiper__pagination .swiper-pagination-bullet-active {
    background-color: transparent;
    border: 2px solid #0E1B30;
    vertical-align: middle;
}

.services__info__right h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: #0E1B30;
    margin-bottom: 8px;
}

.services__info__right div a:not(:last-child) {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #0065a0;
    margin-bottom: 6px;
}

.services__info__right div a:last-child {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #0065a0;
}

.services__info__right div {
    margin-bottom: 27px;
}

.services__info__right p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #0E1B30;
    margin-bottom: 24px;
}

.news h2 {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    display: flex;
    color: #0E1B30;
    margin-bottom: 20px;
}

.news {
    margin-bottom: 60px;
}

.news-company {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 24px;
    gap: 40px;
}

.news-company__card img {
    width: 100%;
    height: 210px;
    margin-bottom: 13px;
    border-radius: 5px;
    object-fit: cover;
}

.news-company__card iframe {
    width: 100%;
    height: 210px;
    margin-bottom: 13px;
    border-radius: 5px;
}

.news-company__card div {
    transition: 0.2s ease-in-out;
}

.news-company__card:hover div {
    column-gap: 12px;
    transition: 0.3s ease-in-out;
}

.news-company__card div {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #0065a0;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    column-gap: 7px;
}

.news-company__arrow {
    background-color: transparent;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 8px;
}

.news-company__card p {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: #0E1B30;
}

.news-company__button {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #0E1B30;
    border: 1px solid #0E1B30;
    border-radius: 2px;
    padding: 10px 30px;
    display: inline-flex;
    column-gap: 8px;
    align-items: center;
    transition: 0.2s ease-in-out;
}

.news-company__button:hover {
    background-color: #76d0ea;
    transition: 0.3s ease-in-out;
    border: #76d0ea 1px solid;
    color: #FFFFFF;
}

.news-company__button svg path {
    transition: 0.2s ease-in-out;
}

.news-company__button:hover svg path {
    fill: #FFFFFF;
    transition: 0.3s ease-in-out;
}

.footer {
    background-color: #0065a0;
}

.footer__top {
    padding: 55px 0px;
}

.footer__top nav h3 {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.footer__contacts {
    max-width: 180px;
    color: #FFFFFF;
}

.footer__contacts address {
    font-style: normal;
    margin-bottom: 11px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer__contacts a {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
}

.footer__contacts a:not(:last-child) {
    margin-bottom: 11px;
}

.footer__contacts h3 {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.footer__partners ul {
    display: flex;
    max-width: 340px;
    flex-wrap: wrap;
    gap: 31px;
}

.footer__partners ul li {
    max-width: 106px;
}

.footer__partners ul li a {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer__partners h3 {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 28px;
    display: block;
}

.footer__top nav ul li a {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.footer__top nav ul li:not(:last-child) {
    margin-bottom: 11px;
}

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

.footer__bottom {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.footer__bottom div a {
    font-weight: 600;
}

.footer__bottom a {
    font-family: 'Cera Pro';
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer__hr {
    background-color: #FFFFFF;
    opacity: 0.3;
    height: 1px;
    margin-bottom: 10px;
}

.footer__partners__items {
    background-color: transparent;
    background-repeat: no-repeat;
    height: 36px;
    min-width: 50px;
    max-width: 100px;
    display: block;
    margin-bottom: 8px;
}

.fixed-links__problem {
    background-color: #0685bf;
    border-radius: 2px 0px 0px 2px;
    display: flex;
    column-gap: 10px;
    padding: 0px 15px;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    color: #FFFFFF;
    height: 43px;
    align-items: center;
    cursor: pointer;
    width: 110px;
    transition: 0.1s ease-in-out;
}

.fixed-links {
    width: 160px;
    position: fixed;
    right: 0;
    display: flex;
    top: 161px;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 1px;
    z-index: 11;
}

.fixed-links__help {
    background-color: #76d0ea;
    border-radius: 2px 0px 0px 2px;
    display: flex;
    column-gap: 10px;
    padding: 0px 15px;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    color: #FFFFFF;
    height: 43px;
    align-items: center;
    cursor: pointer;
    width: 110px;
    transition: 0.1s ease-in-out;
}

.fixed-links__problem:hover {
    padding-right: 30px;
    transition: 0.2s ease-in-out;
}

.fixed-links__help:hover {
    padding-right: 30px;
    transition: 0.2s ease-in-out;
}

.fixed-links__problem-img {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/problem.svg);
    width: 14px;
    height: 14px;
    display: block;
}

.fixed-links__help-img {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/help.svg);
    width: 14px;
    height: 14px;
    display: block;
}

.menu__help__container {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(12, 29, 46, 0.7);
    transition: all 0.2s;
}

.menu__help__container-open {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s;
}

.menu__help {
    position: absolute;
    right: 0;
    background-color: #FFFFFF;
    width: 625px;
    height: 100%;
    transform: translate(101%);
    transition: transform 0.2s;
    overflow-y: auto;
}

.menu__help-open {
    transform: translate(0%);
    transition: transform 0.3s;
}

.menu__help__head {
    padding: 20px 28px 23px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu__close__icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/close.svg);
    width: 12px;
    height: 12px;
    border: none;
    background-size: 12px;
    cursor: pointer;
    transition: 0.2s;
}

.menu__close__icon:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.menu__help__head h2 {
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
}

.menu__help__content {
    padding-right: 40px;
    padding-left: 40px;
}

.menu__aside__enter__container {
    padding-left: 40px;
    padding-right: 40px;
}

.menu__help__content a {
    padding-top: 10px;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0E1B30;
    display: block;
    padding-bottom: 6px;
    transition: opacity 0.2s;
}

.menu__aside__head__link {
    padding-top: 10px;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    display: inline-block;
    padding-bottom: 15px;
    border-bottom: rgba(14, 27, 48, 0.5) solid 1px;
}

.menu__help__content a:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.menu__help__content a:not(:last-child) {
    border-bottom: rgba(14, 27, 48, 0.5) solid 1px;
}

.menu-aside__back-btn {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0065a0;
    cursor: pointer;
}

.menu__aside__enter__text {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    padding-top: 10px;
}

.menu__aside__enter__text a {
    color: #0065a0;
}


/* Кнопка бургера */

.nav-toggle {
    position: relative;
    padding: 10px;
    background: transparent;
    border: 1px solid transparent;
    margin: 7px 0;
    top: 19px;
    right: -18px;
    -webkit-transform: (-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.nav-toggle:focus {
    outline-width: 0;
}

.nav-toggle [class*='bar-'] {
    background: #FFFFFF;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .2s ease all;
    transition: .2s ease all;
    height: 3px;
    width: 36px;
    margin-bottom: 6.2px;
    -webkit-transform-origin: 10% 42%;
    transform-origin: 14% 42%;
}

.benefits__img {
    margin-bottom: 60px;
    width: 100%;
}

.nav-toggle .bar-bot {
    margin-bottom: 0;
}

.opened .bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.opened .bar-mid {
    opacity: 0;
}

.opened .bar-bot {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Меню бургер */

.menu__container {
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    background-color: #0065a0;
    position: absolute;
    top: 163px;
    left: 0;
    z-index: 11;
    padding: 40px;
    padding-top: 20px;
}

.menu__container li {
    margin-bottom: 20px;
}

.menu__container a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.menu-show {
    visibility: visible;
}

/* about page start*/

.about__container-flex {
    display: grid;
    /* grid-template-columns: 0.5fr 1.4fr; */

    grid-template-columns: 25% 1fr;
    gap: 20px;
}

.info__top {
    height: 300px;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    position: relative;
    margin-bottom: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.info__top::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(28, 72, 129, 0.8);
    border-radius: 2px;
}

.info__main__text {
    position: absolute;
    bottom: 24px;
    left: 30px;
    font-family: 'Cera Pro';
    font-style: normal;
    color: #FFFFFF;
    z-index: 1;
    padding-right: 30px;
}

.info__main__text h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

.info__main__text h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
}

.info__bottom {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    margin-bottom: 40px;
    height: fit-content;
}

.info__bottom h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: rgba(14, 27, 48, 1);
    margin-bottom: 30px;
}

.info__bottom p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(14, 27, 48, 1);
    margin-bottom: 30px;
}

.info__bottom td:nth-child(1n) {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: rgba(14, 27, 48, 1);
    text-align: start;
    padding: 9px 10px;
    border-bottom: none;
}

.info__bottom__container table {
    width: 100%;
}

.info__bottom__container h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: rgba(14, 27, 48, 1);
    margin-bottom: 22px;
}

.info__bottom__container tr:nth-child(2n+1) {
    background-color: #F6F9FB;
}

.info__bottom__container tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(14, 27, 48, 0.1);
    gap: 60px;
}

.info__bottom__container tr td:nth-child(2n) {
    max-width: 410px;
    text-align: end;
    margin-bottom: 0;
    padding: 9px 10px;
}

.tel__table tr {
    gap: 10px;
}

.aside__menu {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    height: fit-content;
    margin-bottom: 60px;
}

/* Accordeon left start */
.asside__menu__head:not(.active) .asside__menu__content {
    max-height: 0px;
    visibility: hidden;
    transition: 0.3s;
}

.asside__menu__head ul {
    overflow: hidden;
}

.asside__menu__content {
    overflow-y: hidden;
    max-height: 5000px;
    visibility: visible;
    box-sizing: border-box;
    transition: 1.3s;
}

.asside__menu__content a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0E1B30;
    display: block;
    padding: 10px 37px 10px 25px;
    transition: 0.3s ease-in-out;
    position: relative;
    min-height: 25px;
    align-items: center
}

.asside__menu__content a:hover {
    background-color: rgba(14, 27, 48, 0.1);
    transition: 0.3s ease-in-out;
}

.asside__menu__head__button {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0E1B30;
    transition: 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    min-height: 25px;
}

.asside__first-level {
    border-bottom: 1px solid rgba(14, 27, 48, 0.1);
}

.asside__menu__head__button a {
    width: 100%;
    padding: 12px 20px 13px 25px;
}

.asside__menu__head__button:hover {
    background-color: rgba(14, 27, 48, 0.1);
    transition: 0.3s ease-in-out;
}

.asside__menu__content li {
    border-bottom: 1px solid rgba(14, 27, 48, 0.1);
    position: relative;
}

.asside__menu__head__button__second-level a:hover {
    background-color: transparent;
}

.asside__menu__content__second-level a {
    padding-left: 40px;
    display: flex;
}

.asside__menu__head .active .asside__menu__head__button__second-level {
    transition: 0s;
}

.asside__menu__head__button__second-level>span>a {
    padding-left: 25px;
}

.asside__menu__content__third-level li:last-child {
    border-bottom: none;
}

.aside__menu__rectangle {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/rectangle_menu.svg);
    width: 25px;
    height: 25px;
    background-size: 25px;
    transition: 0.3s;
    flex-shrink: 0;
    display: flex;
    padding: 10px;
    padding-right: 20px;
    background-position: center;
}

.asside__menu__head__button__second-level {
    padding-top: 0;
    padding-bottom: 0;
}

.asside__menu__head__button__second-level a {
    padding-right: 20px;
}

.asside__menu__content__third-level a {
    padding-left: 55px;
    align-items: flex-start;
}

.aside__menu__rectangle-active {
    transform: rotate(180deg);
    transition: 0.3s;
}

.asside__menu__head__button-active {
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0;
    background-color: #76d0ea;
}

.asside__menu__head__button-active+a {
    font-weight: 500;
}

/* Accordeon left end */

/* about page end*/


/* service page start */

.services-page__container {
    display: flex;
    gap: 20px;
}

.services h1 {
    font-weight: 500;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 20px;
}

.services__item__card {
    position: absolute;
    z-index: 1;
    padding-top: 42px;
    padding-bottom: 42px;
    padding-right: 47px;
    left: 10%;
}

.services__item__card svg {
    margin-bottom: 25px;
}

.services__item__card h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
    color: #FFFFFF;
    max-width: 173px;
}

.services__item__card p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    color: #FFFFFF;
    max-width: 264px;
    margin-bottom: 67px;
}

.services__item {
    background-color: transparent;
    background-repeat: no-repeat;
    height: 430px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}

.services__item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(27, 47, 120, 0.8), rgba(27, 47, 120, 0.8));
    border-radius: 5px;
}

.services__item__card a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 7px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    position: absolute;
    bottom: 0;
}

.services__item__card a:hover {
    background-color: #76d0ea;
    transition: 0.3s ease-in-out;
    border: 1px solid #76d0ea;
    color: #FFFFFF;
}

.services__entity__item {
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 2px;
    min-height: 295px;
    background-size: cover;
}

.services__entity__container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.services__entity__card {
    position: relative;
    padding: 34px;
    box-sizing: border-box;
    height: 100%;
}

.services__entity__card svg {
    margin-bottom: 20px;
}

.services__entity__card h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
    margin-bottom: 50px;
    max-width: 183px;
}

.services__entity__card a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 7px 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: 34px;
}

.services__entity__card a:hover {
    transition: 0.3s ease-in-out;
    background-color: #76d0ea;
    color: #FFFFFF;
    border: 1px solid #76d0ea;
}

/* service page end */

/* problem page start */

.select {
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D0D5DD;
    margin-bottom: 10px;
    padding: 14px;
    position: relative;
    user-select: none;
    transition: 0.2s;
}

.select.border {
    border: 1px solid #0065a0;
    transition: 0.3s;
}

.select div {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
}

.select__btn__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    margin-bottom: 10px;
}

.select__expand-layout {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    transition: 0.3s;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(27 47 120 / 10%);
    z-index: 2;
}

.select__option {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.select__label {
    padding: 14px;
    display: block;
    cursor: pointer;
}

.select__option input {
    display: none;
}

.select__option:hover {
    background-color: #D0D5DD;
    transition: 0.2s ease-in-out;
}

.select.open .select__expand-layout {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

.select__btn__rectangle {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/rectangle_select.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: block;
    transition: 0.3s;
}

.select__btn__rectangle.open {
    transform: rotate(180deg);
    transition: 0.3s;
}

.problem {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 20px 40px 40px 40px;
    margin-bottom: 60px;
}

.problem h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D0D5DD;
}

.problem p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    margin-bottom: 15px;
}

#map {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.form__input__checkbox {
    position: relative;
    display: flex;
    align-items: center;
}

.form__input__checkbox input {
    display: none;
}

.form__input__checkbox input+.form__input__checkbox__span {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border: 1px solid #0065a0;
    border-radius: 2px;
    text-align: center;
}

.page__text {
    margin-bottom: 30px;
}

.form__input__checkbox input+.form__input__checkbox__span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    background-image: url(../img/check.svg);
    height: 14px;
    width: 14px;
}

.form__input__checkbox input:checked+.form__input__checkbox__span:before {
    opacity: 1;
}

.problem__container {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 25px;
}

.form__input input {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    position: relative;
    border: 1px solid #D0D5DD;
    border-radius: 2px;
    background: #FFFFFF;
    padding: 14px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    transition: 0.2s;
    cursor: pointer;
}

.form__input input:focus {
    border: 1px solid #0065a0;
    transition: 0.3s;
}

.form__input {
    position: relative;
    margin-bottom: 10px;
}

.form__input textarea {
    width: 100%;
    outline: none;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #D0D5DD;
    border-radius: 2px;
    background: #FFFFFF;
    padding: 14px;
    margin-bottom: 10px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    transition: 0.2s;
    cursor: pointer;
    height: 100px;
    resize: none;
}

.form__input textarea:focus {
    border: 1px solid #0065a0;
    transition: 0.3s;
}

.form__input__placeholder {
    user-select: none;
    position: absolute;
    top: 15%;
    left: 10px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #667085;
    background-color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    transition: 0.3s;
    cursor: pointer;
    margin-right: 1px;
}

.form__input__placeholder span {
    color: #FF4433;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
}

.placeholder__top {
    top: -15% !important;
    font-size: 13px;
    transition: 0.3s;
}

.form__input__file {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.form__input__file input {
    display: none;
}

.form__input__file label {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #667085;
    padding: 14px 24px;
    border: 1px solid #D0D5DD;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
}

.form__input__file label:hover {
    background: #76d0ea;
    transition: 0.3s ease-in-out;
    color: #FFFFFF;
    border: 1px solid #76d0ea;
}

.form__input__file span {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
}

.problem__form button {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    background-color: #0065a0;
    border: none;
    width: 100%;
    padding: 15px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.problem__form button:hover {
    background-color: #76d0ea;
    transition: 0.3s ease-in-out;
}

.form__input__checkbox {
    margin-bottom: 14px;
}

.form__input__checkbox label {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0E1B30;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.form__input__checkbox label a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0065a0;
    border-bottom: 1px solid #0065a0;
}

.form__input__file__list {
    margin-bottom: 10px;
}

.form__input__file__list li {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #667085;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 3px;
}

.file__delete__icon {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../img/delete_file.svg);
    width: 18px;
    height: 16px;
    display: block;
    cursor: pointer;
}

/* problem page end */


/* page search start */

.page__search {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 20px 40px 40px 40px;
    margin-bottom: 60px;
}

.search__form {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 2px;
    position: relative;
    display: flex;
    padding-right: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.search__form input {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #667085;
    outline: none;
    padding: 14px;
}

.search__form button {
    padding-top: 5px;
    padding-left: 20px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: 0.2s;
}

.search__form button:hover {
    opacity: 0.5;
    transition: 0.3s;
}

.page__search h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 20px;
}

.result__search__container ul li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 20px;
}

.result__search__container ul li a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: #0E1B30;
    transition: 0.2s;
    display: block;
}

.result__search__container ul li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.result__search__container ul li p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #0E1B30;
}

.page__search p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #0E1B30;
}

.result__search__container ul li b {
    color: #76d0ea;
}

/* page search end */


/* page contacts start */

.content__container {
    padding: 20px 30px 40px 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    height: fit-content;
    margin-bottom: 60px;
}

.content__container h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 20px;
}

.contacts__items {
    padding-top: 20px;
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.contacts__item__noborder {
    border-bottom: none !important;
}

.contacts__item__txt {
    width: 100%;
}

.contacts__item__txt h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0E1B30;
    margin-bottom: 25px;
}

.contacts__item__txt div {
    padding-bottom: 38px;
    border-bottom: 1px solid rgba(14, 27, 48, 0.1);
}

.contacts__item__txt div p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0E1B30;
}

.contacts__page div {
    padding-bottom: 0;
    border: none;
}

.contacts__item__txt div p:not(:last-child) {
    margin-bottom: 12px;
}

.contacts__accordeon__btn {
    border-bottom: 1px solid #D0D5DD;
}

.container__accordion .contacts__accordeon__container:first-child {
    border-top: 1px solid #D0D5DD;
}

.contacts__accordeon__container h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #0E1B30;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 15px 15px 15px 15px;
    transition: 0.3s;
    user-select: none;
    gap: 10px;
}

.contacts__icon {
    background-color: transparent;
    background-image: url(../img/contacts__icon.svg);
    background-repeat: no-repeat;
    display: block;
    width: 48px;
    height: 48px;
    background-size: 48px;
    flex-shrink: 0;
}

.contacts__accordeon__container h2:hover {
    background-color: #F6F9FB;
    transition: 0.3s ease-in-out;
}

.contacts__accordeon__retangle {
    background-color: transparent;
    background-image: url(../img/contacts_accordeon_rectangle.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
    display: block;
    transition: 0.2s;
}

.contacts__accordeon__dropdown {
    padding: 0px 30px 0px 30px;
    background-color: #F6F9FB;
}

.contacts__accordeon__dropdown__card {
    padding-top: 20px;
    margin-bottom: 20px;
}

.contacts__accordeon__dropdown__card:not(:last-child) {
    border-bottom: 1px solid #D0D5DD;
}

.contacts__accordeon__dropdown__card p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0E1B30;
    margin-bottom: 10px;
}

.contacts__accordeon__dropdown__card p:last-child {
    padding-bottom: 20px;
}

.contacts__accordeon__dropdown__card h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0E1B30;
    margin-bottom: 25px;
}

.contacts__accordeon__dropdown {
    visibility: hidden;
    max-height: 0px;
    transition: 0.3s;
    overflow-y: hidden;
}

.contacts__accordeon__dropdown .contacts__item__txt h2 {
    padding-left: 0 !important;
    margin-bottom: 0;
}

.contacts__accordeon-active {
    overflow-y: hidden;
    max-height: 5000px;
    visibility: visible;
    transition: 1.3s;
}

/* page contacts end */


/* page news start */

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

.news-company__card__main {
    grid-column-start: 1;
    grid-column-end: 3;
    position: relative;
    height: 300px;
    border-radius: 5px;
}

.news-company__card__main img {
    height: 300px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.news-company__card__main__txt {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 101, 160, 0.7);
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 15px;
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
}

.news-company__card__main:hover .news-company__card__main__txt div {
    transition: 0.3s ease-in-out;
    gap: 15px;
}

.news-company__card__main__txt div {
    display: flex;
    align-items: center;
}

.news-company__card__main div {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    transition: 0.2s ease-in-out;
}

.news-company__arrow__desktop {
    background-color: transparent;
    background-image: url(../img/news_main_rectangle.svg);
    background-repeat: no-repeat;
    width: 23px;
    height: 8px;
}

.news-company__card__main div svg {
    fill: #FFFFFF;
}

.news-company__arrow__mobile {
    display: none !important;
}

/* page news end */

/* page news detail start */

.news-detail__container {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 20px 40px 40px 40px;
    margin-bottom: 60px;
}

.news-detail__container span {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #0065a0;
    margin-bottom: 5px;
    display: block;
}

.news-detail__container h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D0D5DD;
}

.news-detail__container img {
    border-radius: 5px;
    margin-bottom: 5px;
    width: 100%;

    /*height: 450px;*/ 
    /*300px*/
    object-fit: cover;
}

.news-detail__container div p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    margin-bottom: 20px;
}

.news-detail__container div ul li {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    margin-bottom: 20px;
}

.telephone_table h3 {
    font-size: 15px;
}

/* page news detail end */

/* page photo detail start */

.photo__container ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.photo__container ul li img {
    height: 150px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}

.photo__container ul li img:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
}

.video__container iframe {
    width: 100%;
    height: 462px;
    border-radius: 5px;
}

/* page photo detail end */

/* popups start */

.popup {
    position: fixed;
    z-index: 999999999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(17, 24, 39, 0.9);
}

.popup.popup_opened {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.popup__container {
    position: relative;
    padding-top: 10px;
}

.popup__close {
    position: absolute;
    top: 25px;
    right: 20px;
    font-size: 25px;
    color: rgba(17, 24, 39, 0.5);
    font-weight: 300;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.popup__test {
    background-color: white;
    padding: 30px !important;
    max-width: 600px;
    border-radius: 13px;
}

.popup__img {
    max-width: 80vw;
    max-height: 80vh;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top center;
    object-position: top center;
    border-radius: 5px;
}

.urgent-info__container {
    position: relative;
    max-width: 440px;
    padding: 60px;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.urgent-info {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 20px;
}

.urgent-info h2 {
    color: #0065a0;
    margin-bottom: 20px;
    text-align: center;
}

.popup-urgent-info {
    padding-left: 60px;
    padding-right: 60px;
}

#photo.popup .popup__close {
    color: white;
    right: -10px;
    top: -25px;
}

/* popups end */

/* Скролбар модалка */

.urgent-info::-webkit-scrollbar {
    width: 3px;
}

.urgent-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #838383;
}

.urgent-info::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #cccccc;
}

.urgent-info {
    scrollbar-color: #838383 #cccccc; /* «цвет ползунка» «цвет полосы скроллбара» */
    scrollbar-width: thin;  /* толщина */
}

/* Скролбар модалка */

/* передать показания начало */

.transmission__bottom {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgb(27 47 120 / 10%);
    border-radius: 2px;
    margin-bottom: 40px;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.transmission__bottom div h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #0E1B30;
}

.transmission__bottom div p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0E1B30;
}

.transmission__bottom div p a {
    border-bottom: 1px solid #0E1B30;
}

.transmission__bottom div p:not(:last-child) {
    margin-bottom: 30px;
}

.transmission__bottom div p {
    padding-right: 10px;
}

/* передать показания конец */

/* entry page start */

.entry__bottom {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 30px 30px 40px 30px;
    margin-bottom: 60px;
}

.entry__content h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
    margin-bottom: 10px;
}

.entry__content ol {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    padding-left: 20px;
}

.entry__content ol li {
    list-style-type: decimal;
}

.entry__plugin {
    border: 1px solid #D0D5DD;
    border-radius: 2px;
    height: 200px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #667085;
}

/* entry page end */

.sealing__info__bottom {
    grid-column-start: 1;
    grid-column-end: 3;
    margin-top: 10px;
}

.sealing__info__bottom h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
}

.form__input textarea+.form__input__placeholder {
    top: 10%;
}

.form__input textarea+.placeholder__top {
    top: -7% !important;
}

.sealing__info__bottom ol {
    padding-left: 18px;
}

.sealing__info__bottom ol li {
    list-style-type: decimal;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    margin-bottom: 20px;
}

.sealing__info__bottom ol ul li {
    list-style-type: disc;
    margin-bottom: 0;
}

.sealing__info__bottom ol ul {
    margin-bottom: 20px;
}

.personal__area {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 20px 30px;
    max-width: 360px;
    margin: auto;
    margin-bottom: 83px;
    margin-top: 30px;
}

.personal__area h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0E1B30;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
}

.personal__area__btn__container {
    display: flex;
    margin-bottom: 10px;
}

.personal__area__btn__container button {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #0E1B30;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
    padding: 15px 23px;
    border: 1px solid #D0D5DD;
    transition: 0.2s ease-in-out;
}

.personal__area__btn__container button:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.personal__area__individual__btn {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.personal__area__legal__btn {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.personal__area__active {
    background-color: #0065a0 !important;
    border: none !important;
    color: #FFFFFF !important;
}

.personal__area__form__container .form__input {
    margin-bottom: 17px;
}

.personal__area__form__container .form__input__checkbox {
    margin-bottom: 15px;
}

.personal__area__form__container button {
    margin-bottom: 20px;
}

.personal__area__form__container a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #0E1B30;
    margin-bottom: 10px;
    display: block;
    transition: 0.2s ease-in-out;
}

.personal__area__form__container a:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
}

.individual__form {
    display: none;
}

.legal__form {
    display: none;
}

.personal__form__active {
    display: block;
}

.page__not__found {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    max-width: 760px;
    padding: 44px 110px 40px 110px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 60px;
}

.page__not__found h1 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #0E1B30;
    margin-bottom: 5px;
}

.page__not__found p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #0E1B30;
    max-width: 542px;
    margin: auto;
    margin-bottom: 30px;
}

.text__style a {
    color: #009fdd;
}

.text__style p {
    margin-bottom: 20px;
    line-height: 20px;
}

.text__style ul {
    margin-bottom: 20px;
    padding-left: 10px;
}

.text__style ul li {
    margin-bottom: 15px;
    list-style-type: '- ';
}

.text__style ol {
    padding-left: 0;
}

.text__style ol li {
    margin-bottom: 15px;
    line-height: 27px;
    font-size: 16px;
}

.text__style h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.page__not__found a {
    padding: 15px 105px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: #0065a0;
    border-radius: 2px;
    color: #FFFFFF;
    display: block;
    max-width: 100px;
    margin: auto;
    transition: 0.2s ease-in-out;
}

.page__not__found a:hover {
    background-color: #76d0ea;
    transition: 0.3s ease-in-out;
}

.page__not__found svg {
    display: flex;
    width: 100%;
    margin: auto;
}

/* connection page start */

.connection__bottom {
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    border-radius: 2px;
    padding: 30px 30px 40px 30px;
    margin-bottom: 60px;
}

.problem__form h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    margin-bottom: 10px;
}

.connection__head {
    margin-bottom: 0 !important;
}

.connection__form__top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

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

.connection__file__head p {
    font-family: 'Cera Pro';
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #667085;
}

.connection__file__item {
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    border-radius: 2px;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.connection__file__item .form__input__file {
    margin-bottom: 0;
}

.connection__file__item .form__input__file label {
    padding: 7px 10px;
}

.connection__file__name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
}

.connection__file__name svg {
    flex-shrink: 0;
}

.connection__file__contaner {
    margin-bottom: 15px;
}

.connection__form__button__submit {
    margin-bottom: 30px;
}

.connection__know h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #0E1B30;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D0D5DD;
}

.connection__know p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
}

.connection__know ol {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
    padding-left: 18px;
    margin-bottom: 0;
}

.connection__know ol li {
    list-style-type: decimal;
}

.connection__know ol li:not(:last-child) {
    margin-bottom: 5px;
}

.connection__know ol li ul {
    padding-left: 27px;
}

.connection__know ol li ul li {
    list-style-type: disc;
}

/* connection page end */

#mapQuality {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.quality {
    padding-bottom: 0;
}

.quality p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    color: #0E1B30;
}

.quality__desription div {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0E1B30;
    margin-bottom: 10px;
    margin-top: 20px;

}

.quality__desription div span {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #76d0ea;
}

.quality__desription table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.quality__desription table th {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: start;
    color: #0E1B30;
    padding: 10px;
}

.quality__desription table tr:first-child {
    border-bottom: 1px solid #0E1B30;
}

.quality__desription table tr:last-child {
    border-bottom: 1px solid rgba(14, 27, 48, 0.1);
}

.quality__desription table tr th:not(:first-child) {
    text-align: center;
}

.quality__desription table tr td:not(:first-child) {
    text-align: center;
}

.quality__desription table tr:nth-child(2n) {
    background-color: #F6F9FB;
}

.quality__desription table tr td {
    padding: 10px;
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #0E1B30;
}

.quality__description__under__table {
    visibility: hidden;
    height: 0;
}

.quality__description__under__table-active {
    visibility: visible;
    height: auto;
    padding-bottom: 20px;
}

.quality__description__under__table-active p {
    padding-bottom: 20px;
}

.invalid {
    border: 1px solid rgb(224, 64, 64) !important;
    border-radius: 2px;
}

.valid {
    border: 1px solid #76d0ea !important;
    border-radius: 2px;
}

.smi__about-us {
    margin-bottom: 40px;
}

.smi__about-us p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #0E1B30;
    margin-bottom: 20px;
}

.smi__about-us h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0E1B30;
    margin-bottom: 15px;
}

.smi__about-us ul li {
    margin-bottom: 20px;
}

.smi__about-us ul li a {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #0065a0;
}

.telephone_table table:not(:last-child) {
    margin-bottom: 60px;
}

.telephone_table table tr td {
    font-size: 14px;
    line-height: 16px;
}

.telephone_table table th {
    font-size: 14px;
    line-height: 16px;
}

.managment__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.managment__card {
    display: flex;
    gap: 20px;
}

.video_smi h3 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #0E1B30;
    margin-bottom: 15px;
}


.managment__card img {
    width: 110px;
    height: 147px;
}

.managment__info h2 {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0E1B30;
    margin-bottom: 10px;
}

.managment__info p {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #0E1B30;
}

.vacancies__card ul {
    padding-left: 20px;
}

.vacancies__card ul li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.vacancies__card {
    border: 1px solid #D0D5DD;
    padding: 15px;
    border-radius: 5px;
}

.vacancies__card p {
    margin-bottom: 15px;
}

.vacancies__card h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
}

.vacancies-container {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.document-icon-pdf {
    background-color: transparent;
    background-image: url(../img/pdf_icon.png);
    display: block;
    width: 50px;
    height: 57px;
    background-size: 50px 57px;
    flex-shrink: 0;
}

.document-icon-docx {
    background-color: transparent;
    background-image: url(../img/docx_icon.png);
    display: block;
    width: 50px;
    height: 57px;
    background-size: 50px 57px;
    flex-shrink: 0;
}

.document-icon-doc {
    background-color: transparent;
    background-image: url(../img/doc_icon.png);
    display: block;
    width: 50px;
    height: 57px;
    background-size: 50px 57px;
    flex-shrink: 0;
}

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

.documents__item {
    color: #0E1B30 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
    padding: 15px;
    background: #FFFFFF;
    transition: 0.3s;
    border-radius: 2px;
    align-items: center;
    text-align: center;
}

.documents__item:hover {
    box-shadow: 0px 5px 10px rgba(27, 47, 120, 0.1);
    transition: 0.3s;
}

.documents h3 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.finance__container div h4 {
    margin-top: 0;
    background-color: #F6F9FB;
    padding: 20px;
}

.finance__container div {
    margin-top: 20px;
}

.finance__container div ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    margin-bottom: 0;
    padding: 20px;
}

.finance__container div ul li {
    margin-bottom: 0;
    list-style-type: none;
}

.finance__container div ul li a {
    text-decoration: underline;
}

.departure__table ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 20px;
    column-gap: 20px;
    padding: 20px;
}

.departure__table ul li {
    list-style-type: none;
}

.departure__table h4 {
    margin-top: 0;
    background-color: #F6F9FB;
    padding: 20px;
}

.departure__table ul li a {
    text-decoration: underline;
}

.counter__mifs_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.counters__mif__item {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    padding-bottom: 20px;
}

.counters__mif__item h3 {
    color: #FFFFFF;
    padding: 12px 24px;
    background-color: #76d0ea;
    width: fit-content;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 0;
}

.counters__mif__item p {
    padding: 10px 24px;
    margin-bottom: 0;
}

.link-blue {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 13px;
    border-radius: 2px;
    transition: 0.2s ease-in-out;
    background-color: #0065a0;
    border: 1px solid #0065a0;
    width: max-content;
}

.link-blue:hover {
    background-color: white !important;
    color: #0065a0 !important;
}

.select__btn.load::after {
    content: '';
    display: block;
    margin-left: 7px;
    background-image: url(../img/load.gif);
    width: 15px;
    height: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

ul.disc {
    list-style: disc;
    padding-left: 20px;
}

ul.disc li {
    list-style-type: initial;
}

.select__btn.load {
    display: flex;
    align-items: center;
}

.declaration__formula {
    background-color: #f2f2f2;
    padding: 15px 30px 15px 30px;
    margin-bottom: 20px;
    font-weight: 500;
    position: relative;
    border-radius: 5px;
}

.declaration__formula::after {
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #76d0ea;
    left: 0;
    top: 0;
    content: '';
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.declaration__formula p {
    margin-bottom: 10px;
}

.left__menu__min-height {
    min-height: 0px !important;
}

.calculator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}

/*Аккардион вакансии*/
.jobs-block {
	width: 90%;
	/*max-width: 600px;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	margin-bottom: 5rem;
}

details .jobs-detail {
	/*border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;*/
	padding: 1.5em;
}

details .jobs-detail > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
	/*border: 2px solid #000;*/
	padding: .75em 1em;
	cursor: pointer;
	position: relative;
	padding-left: calc(1.75rem + .75rem + .75rem);
}

summary:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: .75rem;
	content: "↓";
	width: 1.75rem;
	height: 1.75rem;
	background-color: #000;
	color: #FFF;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}

details[open] summary {
	background-color: #eee;
}

details[open] summary:before {
	content: "↑";
}

summary:hover {
	background-color: #eee;
}

.openModal, .btn-form{
    background-color: #0685bf;
    border-radius: 2px 0px 0px 2px;
    color: #FFFFFF;
    align-items: center;
    cursor: pointer;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    line-height: 12px;
    transition: 0.1s ease-in-out;
    border: 0;
    padding: 12px;
}

.modal{
    border: 0;
    border-radius: 4px;
    padding: 3em 2em;
    text-align: center;
    width: 100%;
    max-width: 500px;
    display: block;
    transform: scale(.2);
    opacity: 0;
    transition: all 0.2s linear;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal[open]{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

.form-field {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
    margin-bottom: 30px;
}

.block_btn_close {
    text-align: end;
}

.closeModal {
    border: 0;
    background-color: #ffff;
    cursor: pointer;
    right: 3px;
    position: fixed;
    top: 8px;
}

/*не удалять!*/
.nodelete{
    display: none;
}

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

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

@media(max-width: 1180px) {

    .telephone_table table {
        border: 0;
    }

    .telephone_table table th {
        display: none;
    }

    .telephone_table table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    .telephone_table table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid transparent;
    }

    .telephone_table table td:last-child {
        border-bottom: 0;
    }

    .telephone_table table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .telephone_table table tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 5px;
        padding-right: 5px;
        gap: 10px;
    }

    table td:before {
        text-align: start;
    }

    .telephone_table table tr {
        margin-bottom: 0;
    }

    .telephone_table table tr td:not(:first-child) {
        text-align: end;
    }

    .telephone_table h3 {
        margin-bottom: 20px;
    }

    .services__container {
        grid-template-columns: repeat(5, 1fr);
    }

    .services__add {
        grid-template-columns: repeat(5, 1fr);
    }

    .swiper__second {
        grid-column-end: 4;
    }

    .services__info__right {
        grid-column-start: 4;
    }

    .footer__bottom div {
        grid-column-start: 2;
        grid-column-end: 3;
    }

    .transmission__bottom {
        display: flex;
        flex-direction: column-reverse;
        gap: 40px;
    }
}

@media(max-width: 1200px) {

    .fixed-links {
        top: 183px;
    }

    .header__visually {
        display: none;
    }

    .bvi-open{
        display: none;
    }

    .header__bottom__btn__container {
        display: none;
    }

    .header__bottom nav {
        display: none;
    }

    .header__menu__btn {
        display: block;
    }

    .header__visually__mobile {
        display: block;
        border: none;
        background-color: transparent;
        font-family: 'Cera Pro', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #FFFFFF;
        display: flex;
        align-items: center;
        padding: 11px 13px;
        column-gap: 10px;
        border: solid 1px #FFFFFF;
        border-radius: 2px;
        transition: 0.2s ease-in-out;
    }

    .header__tel__rectangle {
        display: none;
    }

    .header__dropdown__rectangle {
        display: none;
    }

    .header__dropdown__text {
        font-family: 'Cera Pro', sans-serif;
        font-size: 13px;
        font-weight: 500;
        color: #FFFFFF;
    }

    .header__dropdown__hr {
        background-color: #FFFFFF;
    }

    .header__dropdown__content {
        padding-left: 0;
    }

    .header__dropdown__content h3 {
        color: #FFFFFF;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .header__dropdown__content p {
        color: #FFFFFF;
    }

    .menu__container ul {
        margin-bottom: 50px;
    }

    .header__dropdown {
        display: none;
    }
}

@media(min-width: 1181px) {

    .pay_page>div:nth-child(3),
    .pay_page>div:nth-child(4) {
        grid-column: 1/3;
    }
}

@media(max-width: 1180px) {
    .pay_page {
        flex-direction: column;
    }
}

@media(max-width: 1035px) {

    .photo__container ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__top {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 50px;
    }

    .footer__bottom div {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .footer__bottom {
        grid-template-columns: 1fr;
        display: grid;
        justify-items: center;
        row-gap: 10px;
        padding-bottom: 20px;
    }

    .footer__partners ul {
        flex-wrap: wrap;
    }
}

@media(max-width: 990px) {

    .finance__container div ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .services__container {
        grid-template-columns: repeat(4, 1fr);
    }

    .calculator {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 950px) {

    .managment__container {
        grid-template-columns: 1fr;
    }

    .news-company {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .services__add {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .swiper__second {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .services__info__right {
        grid-column-start: 1;
        grid-column-end: 1;
    }

    .fixed-links {
        top: 386px;
    }

    .header__tel__btn {
        display: none;
    }

    .header__top__logo {
        font-size: 20px;
    }

    .header__top__logo img {
        width: 40px;
    }

    .header__hr {
        margin-bottom: 0px;
    }

    .header__bottom {
        padding-bottom: 0px;
    }

    .menu__container {
        top: 128px;
    }
}

@media(max-width: 900px) {

    .counter__mifs_container {
        grid-template-columns: 1fr;
    }

    .vacancies-container {
        grid-template-columns: 1fr;
    }

    .header__visually {
        font-size: 0px;
        padding: 13px 13px 13px 4px;
    }
}

@media(max-width: 850px) {

    .calculator {
        grid-template-columns: 1fr 1fr;
    }

    .counter__mifs_container {
        grid-template-columns: 1fr 1fr;
    }

    .vacancies-container {
        grid-template-columns: 1fr 1fr;
    }

    .managment__container {
        grid-template-columns: 1fr 1fr;
    }

    .info__main__text {
        left: 15px;
    }

    .footer__top nav h3 {
        margin-bottom: 15px;
    }

    .footer__contacts h3 {
        margin-bottom: 15px;
    }

    .footer__partners h3 {
        margin-bottom: 15px;
    }

    .footer__bottom p {
        text-align: center;
    }

    .info__bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about__container-flex {
        display: block;
    }

    .problem__container {
        display: flex;
        flex-direction: column-reverse;
    }

    #map {
        height: 400px;
    }
}

@media(max-width: 768px) {

    .popup-urgent-info {
        padding-left: 20px;
        padding-right: 20px;
    }

    .urgent-info__container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .connection__bottom {
        padding: 30px 15px 40px 15px;
    }

    .connection__form__top {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .page__not__found h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .page__not__found {
        padding-left: 15px;
        padding-right: 15px;
    }

    .entry__bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .transmission__bottom {
        padding-left: 15px;
        padding-right: 15px;
    }

    .photo__container ul li img:hover {
        transform: scale(1);
    }

    .news-detail__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .content__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .main__slider {
        border-radius: 0px;
    }

    .page__search h1 {
        font-size: 20px;
    }

    .page__search {
        padding-left: 20px;
        padding-right: 20px;
    }

    .problem {
        padding-left: 20px;
        padding-right: 20px;
    }

    .info__bottom__container div p {
        white-space: wrap;
    }

    .main__slider__desktop-size {
        display: none;
    }

    .main__slider__mobile-size {
        display: block;
    }

    .second__swiper__pagination {
        bottom: 20px !important;
    }

    .services__container {
        grid-template-columns: repeat(3, 1fr);
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .container-slider {
        padding-right: 0;
        padding-left: 0;
        margin-top: 0;
    }

    .button-prev-main {
        display: none;
    }

    .button-next-main {
        display: none;
    }

    .main__slider__content {
        top: 80px;
    }

    .main__slider__content h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .menu__help__container-open {
        overflow-y: auto;
    }

    .menu__help {
        width: 100%;
    }

    .fixed-links__problem {
        padding: 0px 3px;
        padding-left: 10px;
        height: 30px;
    }

    .fixed-links__help {
        padding: 0px 3px;
        padding-left: 10px;
        height: 30px;
    }
}

@media(max-width: 700px) {
    .counter__mifs_container {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 670px) {

    .calculator {
        grid-template-columns: 1fr;
    }

    .departure__table ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .managment__container {
        grid-template-columns: 1fr;
    }

    .vacancies-container {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 600px) {

    .departure__table ul {
        grid-template-columns: repeat(3, 1fr);
    }

    .finance__container div ul {
        grid-template-columns: 1fr;
    }

    .quality__desription div {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .quality__desription div span {
        font-size: 14px;
    }

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

    .services-page__container {
        flex-wrap: wrap;
    }

    table {
        border: 0;
    }

    table th {
        display: none;
    }

    table tr {
        margin-bottom: 10px;
        display: block;
        border-bottom: 2px solid #ddd;
    }

    table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid transparent;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .quality__desription table tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 5px;
        padding-right: 5px;
        gap: 10px;
    }

    table td:before {
        text-align: start;
    }

    .quality__desription table tr {
        margin-bottom: 0;
    }

    .quality__desription table tr td:not(:first-child) {
        text-align: end;
    }
}

@media(max-width: 550px) {

    .link-blue {
        font-size: 14px;
        line-height: 17px;
    }

    .documents__item {
        text-align: start;
    }

    .documents__container {
        grid-template-columns: 1fr;
    }

    .documents__item {
        flex-direction: row;
        padding: 10px;
    }

    .documents__item:hover {
        box-shadow: none;
    }

    .photo__container ul li img {
        height: calc(180px + (40 + 40 * 0.7) * ((100vw - 580px) / 767));
    }

    .photo__container ul {
        grid-template-columns: 1fr;
    }

    .news-company__card__main img {
        height: 210px;
    }

    .news-company__card__main {
        grid-column-end: 1;
        height: auto;
    }

    .news-company__arrow__desktop {
        display: none !important;
    }

    .news-company__arrow__mobile {
        display: block !important;
    }

    .news-company__card__main__txt {
        position: static;
        background-color: transparent;
        flex-direction: column;
        padding-left: 0;
        padding-bottom: 0;
    }

    .news-company__card__main__txt div {
        font-family: 'Cera Pro';
        font-weight: 500;
        font-size: 13px;
        line-height: 16px;
        color: #0065a0;
        display: flex;
        align-items: center;
        column-gap: 7px;
    }

    .news-company__card__main__txt p {
        font-family: 'Cera Pro';
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
        color: #0E1B30;
    }

    .news__container {
        grid-template-columns: 1fr;
    }

    .info__bottom__container div p {
        max-width: 100%;
    }

    .news-company {
        grid-template-columns: 1fr;
    }

    .services__info__right {
        padding: 33px 20px;
    }

    .swiper__second__card__content img {
        display: none;
    }

    .swiper__second__card__content__text {
        max-width: 450px;
    }

    .fixed-links {
        top: 20vh;
    }

    .footer__top {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .header__top__center {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .header__search {
        width: 100%;
    }

    .header__top {
        display: grid;
        row-gap: 20px;
        align-items: center;
    }

    .menu__container {
        top: 188px;
    }

    .info__bottom__container tr {
        display: block;
        margin-bottom: 0;
    }

    .info__bottom tr td:nth-child(1n) {
        text-align: end;
        font-weight: 500;
    }

    .info__bottom tr td:nth-child(2n) {
        margin-right: 0;
        font-weight: 400;
        max-width: none;
    }

    .services__entity__container {
        grid-template-columns: repeat(1, 1fr);
    }

    .departure__table ul {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media(max-width: 470px) {

    .select__btn__container {
        margin-bottom: 0;
        margin-top: 0;
    }

    .form__input__placeholder {
        font-size: 13px;
        left: 10px;
        padding-top: 4px;
        top: 26%;
        line-height: 13px;
    }

    .form__input textarea+.form__input__placeholder {
        top: 10%;
    }

    .form__input textarea+.placeholder__top {
        top: -10% !important;
    }

    .placeholder__top {
        top: -25% !important;
    }

    .form__input input::placeholder {
        font-size: 13px;
    }

    .select div {
        font-size: 13px;
    }

    .select__option {
        font-size: 11px;
    }

    .main__slider__content {
        top: 70px;
        left: 40px;
    }

    .main__slider__content h2 {
        padding-right: 40px;
        font-size: 20px;
        line-height: 20px;
    }
}

@media(max-width: 425px) {

    .contacts__icon {
        display: none;
    }

    .counters__mif__item p {
        padding: 10px 12px;
    }

    .info__main__text h2 {
        font-size: 25px;
        line-height: 25px;
    }

    .content__container h1 {
        line-height: 22px;
    }

    .managment__card {
        gap: 10px;
    }

    .managment__card img {
        width: 90px;
        height: 127px;
    }

    .managment__info h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .managment__info p {
        font-size: 14px;
        line-height: 18px;
    }

    .quality__desription table tr td {
        font-size: 14px;
        line-height: 16px;
    }

    .page__not__found a {
        max-width: 100%;
        padding: 15px 20px;
    }

    .personal__area {
        padding-left: 15px;
        padding-right: 15px;
    }

    .video__container iframe {
        height: 315px;
    }

    .news-detail__container img {
        /*height: 200px;*/
    }

    .news-detail__container h1 {
        font-size: 20px;
        line-height: 22px;
    }

    .contacts__accordeon__dropdown {
        padding: 0px 10px;
    }

    .content__container h1 {
        font-size: 18px;
    }

    .contacts__item__txt h2 {
        line-height: 18px;
        margin-bottom: 20px;
    }

    .content__container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contacts__accordeon__container h2 {
        padding-left: 5px;
    }

    .contacts__items svg {
        display: none;
    }

    .contacts__accordeon__container {
        padding-left: 0;
    }

    .page__search h1 {
        font-size: 18px;
    }

    .problem h1 {
        font-size: 18px;
    }

    .result__search__container ul li a {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        display: block;
    }

    .result__search__container ul li p {
        font-size: 16px;
        line-height: 20px;
    }

    .page__search {
        padding-left: 15px;
        padding-right: 15px;
    }

    .problem {
        padding-left: 15px;
        padding-right: 15px;
    }

    .services__container {
        grid-template-columns: 1fr;
    }

    .services__card p {
        max-width: 200px;
    }

    .form__input__file {
        flex-direction: column-reverse;
    }

    .form__input__file label {
        width: 100%;
        box-sizing: border-box;
    }
}

@media(max-width: 375px) {

    .link-blue {
        font-size: 13px;
        padding: 11px 4px;
    }

    .connection__file__name {
        font-size: 13px;
        line-height: 15px;
    }

    .form__input__file label {
        font-size: 13px;
    }
}

@media(max-width: 322px) {
    .header__top__logo {
        font-size: 19px;
    }
}


.response {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    width: 350px;
    max-width: 90vw;
    max-height: 80vh;
    background-color: white;
    color: #0E1B30;
    font-size: 18px;
    text-align: center;
}

#response .popup__close {
    top: -15px;
    right: -20px;
    color: white;
    font-size: 18px;
}

.form__submit:disabled:hover {
    background-color: #0065a0 !important;
    cursor: not-allowed !important;
}

.form__submit:disabled {
    opacity: 0.7;
}


.priemnaya {
    margin-bottom: 35px;
    margin-top: 30px;
}

.priemnaya form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.priemnaya__address {
    grid-column: 1/3;
}

.priemnaya__text,
.priemnaya__address,
.priemnaya form .form__submit {
    grid-column: 1/3;
}

.priemnaya form .form__submit {
    max-width: 250px;
}

@media(max-width: 767px) {
    .priemnaya form {
        grid-template-columns: 1fr;
    }

    .priemnaya form>* {
        grid-column: initial !important;
    }
}

.dopusk-legal__1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

@media(max-width: 767px) {
    .dopusk-legal__1 {
        display: block;
    }

    .dopusk-legal .connection__file__head {
        display: block;
    }

    .dopusk-legal .connection__file__head p {
        text-align: left;
    }
}

.dopusk-individuals__row1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media(max-width: 767px) {
    .dopusk-individuals__row1 {
        display: block;
    }
}


.septik__row1,
.septik__row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start
}

.septik__row3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    align-items: start
}

@media(max-width: 767px) {

    .septik__row1,
    .septik__row2,
    .septik__row3 {
        display: block;
    }

    .connection__file__head {
        display: block;
    }

    .connection__file__head p {
        text-align: left;
    }
}

.support__row1,
.support__row2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media(max-width: 767px) {

    .support__row1,
    .support__row2 {
        display: block;
    }

    .modal{
        width: 285px;
    }
}