@charset "UTF-8";

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/als_hauss_bold.woff2) format("woff2"), url(../fonts/als_hauss_bold.woff2) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/ALSHauss-Black.woff2) format("woff2"), url(../fonts/ALSHauss-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/ALSHauss-Hairline.woff2) format("woff2"), url(../fonts/ALSHauss-Hairline.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/ALSHauss-Book.woff2) format("woff2"), url(../fonts/ALSHauss-Book.woff) format("woff");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/als_hauss_light.woff2) format("woff2"), url(../fonts/als_hauss_light.woff2) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/ALSHauss-Medium.woff2) format("woff2"), url(../fonts/ALSHauss-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/als_hauss_regular.woff2) format("woff2"), url(../fonts/als_hauss_regular.woff2) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ALSHauss;
    font-display: swap;
    src: url(../fonts/ALSHauss-Thin.woff2) format("woff2"), url(../fonts/ALSHauss-Thin.woff) format("woff");
    font-weight: 100;
    font-style: normal
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

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

body,
html {
    height: 100%;
    min-width: 320px;
    font-size: 20px;
}

body {
    color: #000;
    line-height: 1;
    font-family: ALSHauss;
    font-size: 1rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
    font-family: ALSHauss;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

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

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

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 50px
}

.tabs__title {
    padding: 1.875rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    border-radius: 20px 20px 0 0;
    border: 1px solid #007ac2;
    border-bottom: none
}

.tabs__title._tab-active {
    background: #007ac2;
    color: #fff;
    font-weight: 500
}

.tabs__content {
    padding: 50px 40px;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #007ac2
}

.tabs-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.tabs-sub__navigation {
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.tabs-sub__title {
    padding: 20px 15px;
    color: #007ac2;
    background: rgba(0, 0, 0, .04);
    text-align: start;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.tabs-sub__title._tab-active {
    background: #007ac2;
    color: #fff
}

.tabs-sub__content {
    max-width: 930px
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.drop-zone {
    width: 100%;
    padding: 17px 4px 11px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #007ac2
}

.drop-zone__prompt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    position: relative
}

.drop-zone__prompt::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background: url(../img/tabler_download.svg) center/contain no-repeat
}

.drop-zone__prompt span:nth-of-type(1) {
    color: #007ac2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -.66px
}

.drop-zone__prompt span:nth-of-type(2) {
    color: rgba(0, 0, 0, .3);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.55px
}

.drop-zone--over {
    border-style: solid
}

.drop-zone__input {
    display: none
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ccc;
    background-size: cover;
    position: relative
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    background: rgba(0, 0, 0, .75);
    font-size: 14px;
    text-align: center
}

input {
    outline: 0;
    height: 50px
}

.header {
    position: relative;
    z-index: 4
}

.header__top {
    position: relative;
    height: 46px;
    padding: 5px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #888;
}
.header__top-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.flex-spacer {
    flex: 1 1 auto;
}
.header__top-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

.header__top button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    border: 1px solid #007ac2;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__top button.menu__icon {
    display: none
}

.header__top button svg {
    fill: #007ac2;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header__body {
    padding: 20px 50px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 162px;
    flex: 0 0 162px;
    margin-right: 30px
}

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

.header__left {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px
}

.header__left span {
    display: block;
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.header__left-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.header__left-inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.2em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal
}
.header__left{
    display: flex;
	gap: 25px;
}
.header__left-inner .as {
    color: #ef8014;

}

.header__left-inner .gl {
    color: #007ac2;

}


.menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.menu__icon {
    display: none
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* max-width: 650px; */
    gap: 0.6em 0;
    padding-right: 35px;
}

.menu__item {
    position: relative;
    cursor: pointer
}

.menu__item .sub-menu {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    min-width: 200px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #007ac2;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2
}

.menu__item .sub-menu li:not(:last-of-type) {
    padding-bottom: 10px;
    border-bottom: 1px solid #006fba;
    margin-bottom: 10px
}

.menu__item .sub-menu a {
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: block
}

.menu__item .sub-menu a:active {
    color: #006fba
}

.menu__item._active .sub-menu {
    opacity: 1;
    visibility: visible
}

.menu__link {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    padding: 2px 0.5em;
    display: block;
    border-radius: 5px;
    overflow: hidden
}

.menu__link:active {
    background: #006fba;
    color: #fff
}
.menu__link:hover {
    color: rgba(0, 0, 0, .5)!important;
}
._active .menu__link {
    background: #006fba;
    color: #fff
}

.icon-menu {
    display: none
}

.aktsioneram_nav a {
    display: block;
    margin-bottom: 0.3em;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5;
}
.hide {
    display: none
}

.footer {
    padding: 30px 50px;
    border-top: 1px solid #f3f3f3
}

.footer p {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    color: #888;
}

.tegs {
    max-width: 1040px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    gap: 10px
}

.tegs__item {
    border-radius: 5px;
    border: 1px solid #c3cfcc;
    background: #e3f2ee;
    display: inline-block;
    padding: 7px 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.main {
    padding: 0 0 90px 0;
    position: relative;
    z-index: 3
}

.main__container, .bredcumbers__container {
    padding: 35px 35px 0;
}

.main_p {
    padding-top: 0
}

.main_p .top,
.main_p a,
.main_p h2,
.main_p p {
    max-width: 916px
}

.main_p .top__block {
    max-width: 348px;
    border: 1px solid #007ac2;
    border-radius: 20px;
    border: 1px solid #007ac2;
    background: #fff
}

.main_p .top__item:nth-of-type(2) {
    background: #fff
}

.main_p .top__item {
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    margin-top: 35px
}

.main h2 {
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.main h3 {
    margin-bottom: 25px;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 139.49%;
}

.main h3 a {
  border-bottom: 1px solid rgba(0,0,0,0.2);  
  transition: all ease 0.3s;
}
.main h3 a:hover {
    opacity: 0.7;
}

.main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__content {
    max-width: 574px
}

.main__asside {
    max-width: 914px;
    margin-bottom: 17px;
    margin-top: -170px
}

.news {
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 55px
}

.news__item span {
    display: block;
    margin-bottom: 0.3em;
    color: #888;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.news__item a {
  display: block;
  margin-bottom: 0.3em;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}

.news__item p {
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.pagging span {
    display: block;
    margin-bottom: 18px;
    color: #888;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

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

.pagging__item {
    color: #007ac2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    text-decoration: underline !important;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.pagging__item._active {
    color: #888;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    pointer-events: none;
    text-decoration: none !important
}

.top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-bottom: 15px
}

.top__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 7.5px);
    flex: 0 0 calc(50% - 7.5px);
    border-radius: 20px;
    overflow: hidden;
    padding: 25px 35px 35px;
}

.top__item:nth-of-type(1) {
    background: #e9f2f9
}

.top__item:nth-of-type(2) {
    background: #f2f3f4
}

.top__item h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px
}

.top__item h2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    transition: all ease 0.3s;
}
.top__item h2 a:hover {
    opacity: 0.7;
}

.top__item h2 span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    background: #007ac2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 30px
}

.top__item h2 span svg {
    stroke: #ffffff
}

.top__item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px
}

.top__block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - (35px / 2));
    flex: 0 0 calc(50% - (35px / 2));
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 89px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    min-height: 150px;
}

.top__block span {
    min-width: 132px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    font-size: 1rem;
    padding-right: 10px;
}

.top__block::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10px;
    flex: 0 0 10px;
    background: url(../img/arrow-blue.svg) center/contain no-repeat;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.top__block_03::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    height: 40px;
    background: url(../img/03.svg) center/contain no-repeat;
    margin-right: 20px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.top__block_04::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    background: url(../img/04.svg) center/contain no-repeat;
    margin-right: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.no-webp .top__block_01::before {
    background: url(../img/01.png) center/contain no-repeat
}

.top__block_01::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    margin-right: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.top__block_02::before {
    content: "";
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
    height: 25px;
    background: url(../img/02.svg) center/contain no-repeat;
    margin-right: 10px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.no-webp .fs {
    background: url(../img/photo.jpg) left center/cover no-repeat
}

.fs {
    height: 540px;
    position: relative
}

.fs::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 62, 100, .5);
    position: absolute;
    top: 0;
    left: 0
}

.fs__container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.fs__container h1 {
    color: #fff;
    font-size: 96px;
    font-style: normal;
    font-weight: 900;
    line-height: 112.49%;
    padding-bottom: 80px
}

.main-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px
}

.main-slider__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 7.5px);
    flex: 0 0 calc(50% - 7.5px)
}

.main-slider__slide img {
    display: block;
    width: 100%;
    height: auto
}

.main-slider__pagination {
    display: none !important
}

.main-slider__prev {
    display: none !important
}

.main-slider__next {
    display: none !important
}

.bredcumbers {
    padding-top: 30px;
    padding-bottom: 10px
}

.bredcumbers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.bredcumbers ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #037ac1;
    font-size: 0.8rem;
    line-height: 1.1;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.bredcumbers ul li a svg {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4px;
    flex: 0 0 4px
}

.bredcumbers ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #037ac1;
    font-size: 0.8rem;
    line-height: 1.1;
    font-weight: 500;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s

}

.blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
 
}

.blocks__item h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    margin-bottom: 15px;
    text-decoration: none
}

.blocks__item p {
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    padding-bottom: 0;
}

.blocks__item p:not(:last-of-type) {
    margin-bottom: 1em;
}

.blocks__item a {
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #006fba;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 143.99%;
    margin-top: 30px
}

.blocks__item a svg {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6px;
    flex: 0 0 6px;
    stroke: #006fba;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.blocks-news {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.blocks-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.blocks-news__item span {
    color: rgba(0, 0, 0, .5);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.blocks-news__item a {
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 143.99%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 74px;
    margin-top: 50px
}

.banner div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 37px);
    flex: 0 0 calc(50% - 37px)
}

.banner img {
    display: block;
    width: 100%;
    height: auto
}

.form h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.1px;
    margin-bottom: 15px
}

.form h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.76px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 30px
}

.form label {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.1px;
    margin-bottom: 15px;
    display: block
}

.form input {
    border-radius: 10px;
    border: 1px solid #007ac2;
    display: block;
    color: #007ac2;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 143.99%;
    padding: 15px 15px 12px 15px;
    width: 100%
}

.form__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto)[5];
    grid-template-columns: repeat(5, auto);
    -ms-grid-rows: (auto)[5];
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 50px
}

.form__inputs .div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3
}

.form__inputs .div2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: 1/3/2/6
}

.form__inputs .div3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 2/1/3/5
}

.form__inputs .div4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 2/5/3/6
}

.form__inputs .div5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-area: 3/1/4/6
}

.form__inputs .div6 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2
}

.form__inputs .div7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-area: 4/2/5/4
}

.form__inputs .div8 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 2;
    grid-area: 4/4/5/6
}

.form__inputs .div9 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 5/1/6/5
}

.form__inputs .div10 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 5/5/6/6
}
.form__item.half {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.form__subitem {
    width: calc(50% - 10px);
}
@media screen and (max-width: 640px) {
    .form__item.half {
        flex-direction: column;
        justify-content: flex-start;
        gap: 20px;
    }
    .form__subitem {
        width: 100%;
    }    
}

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

.form__inputs_flex .form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: 100%
}

.form__inputs_flex .div1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.tabs__body_width {
    max-width: 450px
}

.drop-zone__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px
}

.btn-submit,
a.btn-submit,
input.btn-submit {
    max-width: 344px;
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 10px;
    background: #007ac2;
    color: #fff !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 143.99%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 90px
}

.flex__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 446px;
    flex: 0 0 446px
}

.flex__left p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.1px
}

.flex__left p span {
    color: #007ac2
}

.flex__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.flex__right h5 {
    margin-bottom: 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.1px
}

.flex__right ul {
    height: 177px;
    overflow-y: scroll;
    border-radius: 10px;
    border: 1px solid #007ac2
}

.flex__right ul::-webkit-scrollbar {
    width: 5px;
    margin-bottom: 5px
}

.flex__right ul::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px;
    margin: 5px
}

.flex__right ul::-webkit-scrollbar-thumb {
    border-radius: 4.5px;
    background: #007ac2
}

.flex__right ul li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.88px;
    padding: 20px
}

.flex__right ul li:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.tabs-sub__content_width {
    max-width: 1024px;
    width: 100%
}

.cost {
    max-width: 338px;
    width: 100%
}

.cost .btn-submit,
.cost input.btn-submit {
    margin-top: 0
}

.cost__item {
    border-radius: 10px;
    border: 1px solid #007ac2;
    height: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}

.cost__item span:nth-of-type(1) {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.1px
}

.cost__item span:nth-of-type(2) {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2.2px
}

.box {
    width: 300px;
    position: relative
}

.box input#search {
    width: 32px;
    border: 1px solid #007ac2;
    height: 32px;
    border-radius: 16px;
    overflow: hidden;
    font-size: 10pt;
    float: left;
    color: #262626;
    padding-left: 32px;
    -webkit-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
    position: relative
}

.box input#search:hover .icon {
    background: #007ac2
}

.box input#search::-webkit-input-placeholder {
    color: #65737e
}

.box input#search:-moz-placeholder {
    color: #65737e
}

.box input#search::-moz-placeholder {
    color: #65737e
}

.box input#search:-ms-input-placeholder {
    color: #65737e
}

.box .icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden
}

.box .icon svg {
    fill: #007ac2;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.box input#search:active,
.box input#search:focus {
    outline: 0
}

.box:hover input#search {
    outline: 0;
    width: 300px
}

.box:hover .icon {
    background: #007ac2
}

.box:hover .icon svg {
    fill: #fff
}

.enter {
    background: #007ac2;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.enter h2 {
    color: #646464;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 143.99%
}

.enter p {
    color: #646464;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.enter a {
    color: #007ac2;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.enter__body {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    max-width: 920px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.enter__body_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.enter__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

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

.enter__main {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.enter__main p {
    text-align: center;
    margin-top: 30px
}

.enter__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 409px;
    flex: 0 0 409px;
    border-radius: 0 10px 10px 0;
    background: #f8f8f8;
    padding: 20px;
    -webkit-box-shadow: 0 0 40px 10px rgba(0, 0, 0, .07);
    box-shadow: 0 0 40px 10px rgba(0, 0, 0, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 100%
}

.enter__item {
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
    padding: 20px;
    max-width: 920px;
    width: 100%
}

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

.enter__item-flex .btn-submit,
.enter__item-flex input.btn-submit {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-top: 0
}

.enter__item-flex p {
    max-width: 600px
}

.enter__item-flex-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.enter .form {
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    width: 350px
}

.enter .form a {
    text-align: right;
    display: block
}

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

/* Стили для чекбокса согласия с политикой */
.enter .form__item.form__item-checkbox {
    margin-bottom: 20px !important;
    margin-top: 15px !important;
    text-align: left !important;
}

.enter .form__item-checkbox .checkbox-label {
    display: inline-flex !important;
    align-items: center !important;
    cursor: pointer !important;
    gap: 10px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    justify-content: flex-start !important;
    text-align: left !important;
    width: 100% !important;
}

.enter .form__item-checkbox .checkbox-input {
    position: absolute !important;
    opacity: 0 !important;
    cursor: pointer !important;
    height: 0 !important;
    width: 0 !important;
}

.enter .form__item-checkbox .checkbox-custom {
    flex-shrink: 0 !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    border: 2px solid #007ac2 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    position: relative !important;
}

.enter .form__item-checkbox .checkbox-custom::after {
    content: '' !important;
    width: 5px !important;
    height: 9px !important;
    border: solid #fff !important;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg) !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
    position: absolute !important;
    top: 1px !important;
    left: 5px !important;
}

.enter .form__item-checkbox .checkbox-input:checked + .checkbox-custom {
    background-color: #007ac2 !important;
    border-color: #007ac2 !important;
}

.enter .form__item-checkbox .checkbox-input:checked + .checkbox-custom::after {
    opacity: 1 !important;
}

.enter .form__item-checkbox .checkbox-label:hover .checkbox-custom {
    border-color: #005a8c !important;
    box-shadow: 0 0 0 3px rgba(0, 122, 194, 0.15) !important;
}

.enter .form__item-checkbox .checkbox-text {
    color: #555 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    flex: 1 !important;
    text-align: left !important;
}

.enter .form__item-checkbox .checkbox-text a {
    color: #007ac2 !important;
    text-decoration: underline !important;
    display: inline !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.enter .form__item-checkbox .checkbox-text a:hover {
    color: #005a8c !important;
    text-decoration: none !important;
}

/* Стили для неактивной кнопки */
.enter .btn-submit-disabled,
.enter input.btn-submit-disabled,
.enter input.btn-submit[disabled],
.enter .btn-submit[disabled] {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    background-color: #b0b0b0 !important;
    color: #fff !important;
}

.enter input::-webkit-input-placeholder {
    color: rgba(0, 122, 194, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.enter input::-moz-placeholder {
    color: rgba(0, 122, 194, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.enter input:-ms-input-placeholder {
    color: rgba(0, 122, 194, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.enter input::-ms-input-placeholder {
    color: rgba(0, 122, 194, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.enter input::placeholder {
    color: rgba(0, 122, 194, .5);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 143.99%
}

.enter .btn-submit,
.enter input.btn-submit {
    width: 200px
}

.enter .header__logo {
    width: 99px;
    height: 39px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px
}

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

.enter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px
}

.enter__header h2 {
    margin-top: 20px;
    margin-bottom: 0
}

.enter .input__viewpass {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-left: 1px solid #007ac2
}

.enter .input__viewpass::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: url("/local/templates/oblgaz/img/mdi_eye.svg") center/contain no-repeat;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.enter .input__viewpass.active::after {
    background: url("/local/templates/oblgaz/img/mdi_eye-no.svg") center/contain no-repeat
}

.btn-submit {
    cursor: pointer
}

.swiper {
    overflow: hidden
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.swiper-vertical .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.swiper-initialized .swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-button-lock {
    display: none !important
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    display: inline-block;
    border-radius: 50%;
    background: rgba(0, 121, 194, .3)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: #0079c2
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@media (max-width:1550px) {
    .main__content {
        max-width: 100%
    }

    .main__asside {
        margin-top: -105px;
        max-width: 450px
    }

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

    .top__item h2 {
        margin-bottom: 7px
    }
}

@media (max-width:96.875em) {
    .tabs__content {
        padding: 50px 20px
    }
	
    .tabs-sub__title {
        font-size: 18px
    }

    .drop-zone__prompt::before {
        width: 44px;
        height: 44px
    }

    .drop-zone__prompt {
        gap: 4px
    }

    .drop-zone__prompt span:nth-of-type(1) {
        font-size: 12px
    }

    .drop-zone__prompt span:nth-of-type(2) {
        font-size: 10px
    }

    .main {
        padding-bottom: 70px
    }

    .main__inner {
        gap: 40px
    }

    .fs__container h1 {
        padding-bottom: 64px
    }

    .main-slider__slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .banner div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px)
    }

    .banner {
        gap: 30px
    }

    .form__inputs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (auto)[8];
        grid-template-rows: repeat(8, auto);
        grid-column-gap: 20px;
        grid-row-gap: 20px
    }

    .form__inputs .div1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/2/3
    }

    .form__inputs .div2 {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 8/1/9/3
    }

    .form__inputs .div3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 2/1/3/3
    }

    .form__inputs .div4 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 7/1/8/3
    }

    .form__inputs .div5 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 3/1/4/3
    }

    .form__inputs .div6 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .form__inputs .div7 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4/2/5/3
    }

    .form__inputs .div8 {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 6/1/7/2
    }

    .form__inputs .div9 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 5/1/6/3
    }

    .form__inputs .div10 {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 6/2/7/3
    }

    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

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

    .flex__left p {
        font-size: 16px
    }
}

@media (max-width:85.9375em) {

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

    .header__left span {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: 10px
    }

}

@media (max-width:61.9875em) {
    .main h3 {
        font-size: 7vw;
    }
    .main__container, .bredcumbers__container {
        padding: 20px 20px 0;
    }
    .tabs__navigation {
        gap: 5px
    }

    .tabs__title {
        padding: 13px 9px 7px;
        font-size: 14px;
        font-style: normal
    }

    .tabs__title:nth-of-type(2) {
        white-space: nowrap
    }

    .tabs__content {
        padding: 40px 10px
    }

    .tabs-sub {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .tabs-sub__navigation {
        border-radius: 0;
        margin-left: -10px;
        margin-right: -10px
    }

    [class*=__container] {
        padding: 0 15px
    }

    .drop-zone {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4.5px);
        flex: 0 0 calc(50% - 4.5px)
    }

    .header__top {
        height: 50px;
        padding: 5px 10px;
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 12;
        background: #fff;
        overflow: hidden;
        white-space: nowrap;
    }

    .header__top button.menu__icon {
        display: block;
        background: #007ac2
    }
	
	.header__top {
		flex-direction: row-reverse;
	}
	
	.header__top-left button {
		display: none;
	}
	
	.header__top-left button#bigMenuToggle {
		display: flex;
	}
	
	.header__top-right {
		overflow-x: auto;
	}
	
	.hotlinks {
		margin-right: 20px;
		overflow-x: auto;
	}

    .header__container {
        padding: 5px 20px;
        width: 100vw;
    }
    
    .search-form.opened {
        width: 230px;
    }
    .header__body {
        gap: 20px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 50px;
        padding: 0;
    }

    .header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
        flex: 0 0 95px;
        height: 37px;
        margin-right: 6px;
        margin-bottom: 7px
    }

    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        background: #fff;
        z-index: 3;
        padding: 20px 15px;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        pointer-events: none
    }

    .menu-open .header__menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    .search-form button {
        display: none;
    }

    .header__left {
        flex-basis: 60%;
        max-width: 60%;
    	overflow-x: auto;
    }
    .header__left-inner {
        flex-direction: row;
        flex-wrap: nowrap;
        /*overflow-x: auto;*/
        white-space: nowrap;
    }
    .header__left span {
        display: none
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .menu__item .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 0;
        border: 0 solid #007ac2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 2px;
        min-width:200px;
    }

    .menu__item .sub-menu li:not(:last-of-type) {
        padding-bottom: 0;
        border-bottom: 0 solid #006fba;
        margin-bottom: 0
    }

    .menu__item .sub-menu a {
        color: #006fba;
        font-size: 17px;
        font-style: normal;
        font-weight: 350;
        line-height: 143.99%;
        padding: 6px 10px;
        border-radius: 2px;
        overflow: hidden
    }

    .menu__item .sub-menu a:active {
        background: #006fba;
        color: #fff
    }

    .menu__link {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 5px;
        padding: 6px 10px
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        left: 0;
        position: absolute;
        width: 14px;
        height: 2px;
        background-color: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .icon-menu::before {
        top: 9px
    }

    .icon-menu::after {
        bottom: 9px
    }

    .icon-menu span {
        top: calc(50% - 1px)
    }

    .menu-open .icon-menu {
        position: fixed;
        top: 10px;
        right: 15px
    }

    .menu-open .icon-menu span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .menu-open .icon-menu::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: calc(50% - 1px);
        left: 25%
    }

    .menu-open .icon-menu::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        bottom: calc(50% - 1px);
        left: 25%
    }

    .footer {
        padding: 30px 15px
    }

    .tegs__item {
        font-size: 14px;
        padding: 3px 8px
    }

    .main {
        padding: 30px 0 90px 0
    }

    .main h2 {
        font-size: 30px
    }

    .main__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main__asside {
        max-width: 100%;
        margin-top: 0
    }

    .fs__container h1 {
        font-size: 48px;
        font-style: normal;
        font-weight: 900;
        line-height: 112.49%;
        padding-bottom: 50px
    }

    .main-slider__slider {
        padding-bottom: 30px
    }

    .main-slider__wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0
    }

    .main-slider__pagination {
        display: block !important
    }

    .bredcumbers ul li a {
        font-size: 16px
    }

    .bredcumbers ul li span {
        font-size: 16px
    }

    .blocks {
        gap: 35px;
        margin-top: 25px
    }

    .blocks__item h3 {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 143.99%
    }

    .blocks__item p {
        font-size: 14px;
        font-style: normal;
        font-weight: 350;
        line-height: 168.99%
    }

    .blocks__item p:not(:last-of-type) {
        margin-bottom: 10px
    }

    .blocks__item a {
        font-size: 14px;
        font-style: normal;
        line-height: 168.99%;
        margin-top: 20px
    }

    .blocks-news__item a {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal
    }

    .banner div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
        flex: 0 0 calc(50% - 7.5px)
    }

    .banner {
        gap: 15px
    }

    .form h3 {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .form label {
        font-size: 16px;
        margin-bottom: 5px
    }

    .form input {
        padding: 15px;
        font-size: 16px
    }

    .form__inputs {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (auto)[10];
        grid-template-rows: repeat(10, auto);
        grid-column-gap: 0;
        grid-row-gap: 15px;
        margin-bottom: 30px
    }

    .form__inputs .div1 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 1/1/2/2
    }

    .form__inputs .div2 {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 10/1/11/2
    }

    .form__inputs .div3 {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 2/1/3/2
    }

    .form__inputs .div4 {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 9/1/10/2
    }

    .form__inputs .div5 {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3/1/4/2
    }

    .form__inputs .div6 {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .form__inputs .div7 {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5/1/6/2
    }

    .form__inputs .div8 {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 7/1/8/2
    }

    .form__inputs .div9 {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 8/1/9/2
    }

    .form__inputs .div10 {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 6/1/7/2
    }

    .form__inputs_flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .tabs__body_width {
        max-width: 100%
    }

    .drop-zone__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .btn-submit,
    a.btn-submit,
    input.btn-submit {
        max-width: 100%;
        margin-top: 30px
    }

    .flex__right h5 {
        font-size: 16px
    }

    .box {
        width: 200px
    }

    .box:hover input#search {
        width: 200px
    }

    .enter {
        padding: 10px 15px;
        height: 100%;
        min-height: 100vh
    }

    .enter__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

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

    .enter__left {
        width: 100%;
        padding-bottom: 0
    }

    .enter__left h2 {
        margin-bottom: 155px
    }

    .enter__left-inner {
        width: 100%
    }

    .enter__main {
        width: 100%
    }

    .enter__right {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        background: #fff;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .07);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, .07);
        padding-top: 0
    }

    .enter__right h2,
    .enter__right p {
        display: none
    }

    .enter__right .btn-submit,
    .enter__right input.btn-submit {
        margin-bottom: 15px;
        margin-top: 0;
        color: #007ac2 !important;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #007ac2
    }

    .enter__item-flex .btn-submit,
    .enter__item-flex input.btn-submit {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .enter__item-flex p {
        max-width: 100%
    }

    .enter__item-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px
    }

    .enter .form {
        max-width: 100%;
        width: 100%
    }

    .enter .btn-submit,
    .enter input.btn-submit {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .enter .header__logo {
        margin-bottom: 15px
    }

    .enter__header {
        margin-bottom: 15px
    }

    .enter__header h2 {
        margin-top: 15px
    }
}

@media (max-width:61.9875em) and (any-hover:hover) {

    .enter__right .btn-submit:hover,
    .enter__right input.btn-submit:hover {
        color: #fff !important
    }
}

@media (max-width:29.99875em) {
    .top__item-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .enter__item-flex-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (any-hover:hover) {
    .header__top button:hover {
        background: #007ac2
    }

    .header__top button:hover svg {
        fill: #fff
    }

    .menu__item .sub-menu a:hover {
        color: #006fba
    }

    .menu__link:hover {
        color: #007ac2
    }

    .tegs__item:hover {
        color: rgba(0, 0, 0, .6);
        border: 1px solid #c8d6de;
        background: #dcecf6
    }

    .pagging__item:hover {
        color: rgba(0, 122, 194, .6)
    }

    .top__block_03:hover::before {
        background: url(../img/03-white.svg) center/contain no-repeat
    }

    .top__block_04:hover::before {
        background: url(../img/04-white.svg) center/contain no-repeat
    }

    .no-webp .top__block_01:hover::before {
        background: url(../img/01-white.png) center/contain no-repeat
    }

    .top__block_02:hover::before {
        background: url(../img/02-white.svg) center/contain no-repeat
    }

    .top__block:hover {
        background: #007ac2;
        color: #fff
    }

    .top__block:hover::after {
        background: url(../img/arrow-white-block.svg) center/contain no-repeat
    }

    .bredcumbers ul li a:hover {
        color: rgba(0, 111, 186, .6)
    }

    .blocks__item a:hover {
        color: rgba(0, 111, 186, .6)
    }

    .blocks__item a:hover svg {
        stroke: rgba(0, 111, 186, .6)
    }

    .blocks-news__item a:hover {
        color: rgba(0, 111, 186, .6)
    }

    .btn-submit:hover,
    a.btn-submit:hover,
    input.btn-submit:hover {
        background: rgba(0, 122, 194, .6)
    }

    .enter a:hover {
        color: rgba(0, 111, 186, .6)
    }
}

.webp .top__block_01::before {
    background: url(../img/01.webp) center/contain no-repeat
}

.webp .fs {
    background: url(../img/photo.webp) left center/cover no-repeat
}

@media (any-hover:hover) {
    .webp .top__block_01:hover::before {
        background: url(../img/01-white.webp) center/contain no-repeat
    }
}

.map_bg{
    width: 100px;
    height: 100px;
    background-color: #006fba;
}

/* Custom checkbox styles for "Нужды" */
.need-checkbox {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 2px solid #007ac2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    background-color: #fff;
}
.need-checkbox-active {
    background-color: #007ac2 !important;
}