.my-container.corp-container {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 77px;
}
.my-container.corp-container.flex {
    display: flex;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0;
    display: block;
}
[class*="ground-pane"] {
    filter: grayscale(1);
}
.main-wrapper {
    overflow: hidden;
    background: #0e1327;
}
.def-nav {
    position: relative;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.def-nav .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
	transform: none;
	left: unset;
}
.def-nav.white .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
}

.def-nav.white .swiper-button-next::after,
.def-nav.white .swiper-button-prev::after {
    background: url(../img/arr-next_white.svg);
    width: 20px;
    height: 36px;
}
.def-nav.white .swiper-button-prev::after {
    background: url(../img/arr-prev_white.svg);
}
.def-nav.big .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.2);
    width: 7px;
    height: 7px;
    margin-left: 5px;
    margin-right: 5px;
}
.def-nav.big .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.def-nav.big .swiper-button-next::after,
.def-nav.big .swiper-button-prev::after {
    background: url(../img/arr-next_big.svg);
    width: 20px;
    height: 36px;
}
.def-nav.big .swiper-button-prev::after {
    background: url(../img/arr-prev_big.svg);
}
.def-nav .swiper-button-prev {
    position: relative;
	order: 0;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	margin: 0;
	
}
.def-nav .swiper-pagination {
    position: relative;
	order: 1;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	margin: 0 10px;
	width: auto;
}
.def-nav .swiper-button-next {
	order: 2;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	margin: 0;
	
}
.def-nav .swiper-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-left: 10px;
    margin-right: 10px;
    opacity: 1;
    transition: background 0.3s ease;
    outline: 0;
}
.def-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-radius: 10px;
    background: #5663ea;
}
.def-nav .swiper-button-next.swiper-button-disabled,
.def-nav .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.def-nav .swiper-button-next,
.def-nav .swiper-button-prev {
    background: 0 0;
	position: relative;
}
.def-nav .swiper-button-next::after,
.def-nav .swiper-button-prev::after {
    background: url(../img/arr-next.svg);
    content: "";
    width: 12px;
    height: 22px;
    opacity: 1;
    margin: 0;
}

.def-nav .swiper-button-prev::after {
    background: url(../img/arr-prev.svg);
}

.sect-block {
    max-width: 1190px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 0 auto;
}
.btn {
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 1px solid #5663ea;
    background: #5663ea;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    border-radius: 30px;
    padding-left: 30px;
    padding-top: 9px;
    padding-right: 30px;
    padding-bottom: 9px;
}
.btn:hover {
    border-color: rgba(86, 99, 234, 0.7);
    background: rgba(86, 99, 234, 0.7);
}
.btn.white {
    background: #fff;
    color: #000;
    border-radius: 30px;
    border: 1px solid #5663ea;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.btn.arrow {
    padding-top: 8px;
    padding-bottom: 8px;
}
.btn.arrow span {
    position: relative;
    padding-right: 30px;
}
.btn.arrow span::before {
    width: 11px;
    height: 18px;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    background: url(../img/btn-arr.svg);
}
.btn.arr-long {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    padding-top: 11px;
    padding-left: 45px;
    padding-right: 45px;
}
.btn.arr-long span {
    position: relative;
    padding-right: 35px;
}
.btn.arr-long span::before {
    width: 21px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
    background: url(../img/arr-long.svg);
}
.sect-hdr {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 40px;
    width: 100%;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.sect-hdr .sh-line {
    width: 10px;
    height: 40px;
    background: #5663ea;
    margin-right: 15px;
    display: block;
}
.default-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 13;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.default-popup.active {
    opacity: 1;
    visibility: visible;
}
.default-popup .dp-shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.default-popup .dp-content {
    background: #fff;
    border-radius: 20px;
    position: relative;
    max-width: 350px;
    width: 100%;
    padding-top: 49px;
    padding-bottom: 49px;
}
.default-popup .dp-content .my-container {
    max-width: 288px;
    padding-left: 19px;
    padding-right: 19px;
}
.default-popup .dp-content .dp-close {
    position: absolute;
    right: 0;
    top: -35px;
    width: 25px;
    height: 25px;
    background: no-repeat url(../img/dp-close.svg) 50%;
    cursor: pointer;
}
.default-popup .dp-content .dpc-hdr {
    display: block;
    color: #000;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 41px;
}
.default-popup .dp-content .def-inp {
    margin-bottom: 31px;
}
.default-popup .dp-content .def-inp input {
    border-color: #5663ea;
    padding-bottom: 5px;
}
.default-popup .dp-content .dpc-btn-wrap .btn.purple {
    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.default-popup .dp-content .dpc-btn-wrap.no-descr {
    padding-top: 20px;
}
.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex span {
    color: #000;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
}
.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex span:nth-child(1) {
    margin-right: 5px;
}
.default-popup .dp-content .dpc-btn-wrap .dpc-bw-flex span:nth-child(2) {
    color: #5862f5;
}
.default-popup .dp-content .dpc-btn-wrap .btn.purple {
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: 100%;
}
.default-popup .dp-content .dpc-btm-descr {
    display: block;
    color: #9c9c9c;
    font-size: 12px;
    line-height: 120%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.default-popup .dp-content .dpc-items .dpc-itm {
    display: flex;
    background: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 13px 15px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.default-popup .dp-content .dpc-items .dpc-itm:last-child {
    margin-bottom: 0;
}
.default-popup .dp-content .dpc-items .dpc-itm .dpc-i-descr {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    padding-right: 15px;
}
.default-popup .dp-content .dpc-items .dpc-itm .dpc-i-img img {
    display: block;
    max-width: 100%;
}
.default-popup .dp-content .dpc-thx {
    text-align: center;
}
.default-popup .dp-content .dpc-thx img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.default-popup .dp-content .dpc-thx .dpc-t-hdr {
    display: block;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}
.default-popup .dp-content .dpc-thx .dpc-t-hdr::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 234px;
    height: 1px;
    background: #5663ea;
    transform: translateX(-50%);
}
.default-popup .dp-content .dpc-thx p {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: #4a4a4a;
}
.custom-select {
    max-width: 322px;
    width: 100%;
    margin-right: auto;
}
.custom-select .select-items div,
.custom-select .select-selected {
    background: 0 0;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    background: #fff;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 45px;
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    border: 0 solid #000;
}
.custom-select .select-selected {
    position: relative;
}
.custom-select .select-selected.select-arrow-active {
    color: #5663ea;
    border-radius: 20px 20px 0 0;
}
.custom-select .select-selected.select-arrow-active::after {
    width: 23px;
    height: 23px;
    background: url(../img/close.svg);
}
.custom-select .select-selected::after {
    width: 18px;
    height: 11px;
    background: url(../img/sel-arr.svg);
    border: 0 solid #000;
    padding: 0;
    margin: 0;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.custom-select .select-items {
    background: #fff;
    max-height: 313px;
    overflow-y: auto;
    border-radius: 0 0 20px 20px;
    border: 0 solid #000;
}
.custom-select .select-items div {
    border-radius: 0;
    border: 0 solid #000;
    border-top: 1px solid #f1f1f1;
}
.def-inp input {
    display: block;
    outline: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 9px;
    font-family: Montserrat, sans-serif;
    color: #000;
    border: 0 solid #000;
    border-bottom: 1px solid #000;
}
.def-inp input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.def-inp input:-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.def-inp input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.def-inp input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
@keyframes line-anim {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(-200%);
    }
}
.cb-wrap .container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 145%;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    user-select: none;
}
.cb-wrap .container a {
    color: #5663ea;
}
.cb-wrap .container a:hover {
    color: #000;
}
.cb-wrap .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.cb-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    border-radius: 2px;
    background-color: transparent;
}
.cb-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cb-wrap .container input:checked ~ .checkmark:after {
    display: block;
}
.cb-wrap .container .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 16px;
    background: url(../img/sv-cb.svg);
}
.s-top-banner {
    background: #212639;
    overflow: hidden;
}
.s-top-banner .my-container.flex {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}
.s-top-banner .stb-left {
    width: 50%;
    padding-top: 129px;
    padding-bottom: 175px;
    position: relative;
}
.s-top-banner .stb-left .stb-lines {
    position: absolute;
    top: 0;
    right: -52px;
    background: #0e1327;
    width: 52px;
    height: 100%;
    padding-left: 21px;
}
.s-top-banner .stb-left .stb-lines .stb-lines-wrap {
    display: flex;
    transform: rotate(-90deg);
    height: 52px;
    width: 100%;
}
.s-top-banner .stb-left .stb-lines .stb-lines-wrap span {
    white-space: nowrap;
    color: #fff;
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    transform: translateX(-100%);
    animation: line-anim 10s linear 0s infinite;
}
.s-top-banner .stb-left .stb-lines .stb-lines-wrap span .purple {
    color: #5663ea;
    margin-left: 15px;
    margin-right: 15px;
}
.s-top-banner .stb-left .stb-text {
    max-width: 580px;
    width: 100%;
    margin-left: auto;
}
.s-top-banner .stb-left .stb-text .stb-l-hdr {
    display: block;
    color: #fff;
    font-size: 52px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 28px;
}
.s-top-banner .stb-left .stb-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 130%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    margin-bottom: 29px;
}
.s-top-banner .stb-right {
    width: 50%;
    background: #fff;
    padding-right: 15px;
    padding-left: 52px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.s-top-banner .stb-right .stb-slider .def-nav {
    margin-left: 0;
    margin-top: 26px;
    position: relative;
    left: -9px;
}
.s-top-banner .stb-right .stb-slider .swiper {
    padding-left: 126px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide {
    width: auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 270px;
    opacity: 0.1;
    transition: opacity 0.5s ease;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm {
    display: block;
    position: relative;
    padding-top: 41px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 38px;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-disc {
    position: absolute;
    border-radius: 5px 0 0 5px;
    background: #5663ea;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    right: 0;
    top: 10px;
    padding-right: 19px;
    padding-left: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-img {
    margin-bottom: 30px;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-hdr {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.s-four {
    background: #5663ea;
    border-radius: 10px;
    margin-top: -56px;
    position: relative;
    z-index: 1;
    margin-bottom: 140px;
}
.s-four .my-container.flex {
    flex-wrap: wrap;
    padding: 0;
}
.s-four .sf-itm {
    width: 25%;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.s-four .sf-itm:last-child::after {
    display: none;
}
.s-four .sf-itm::after {
    content: "";
    position: absolute;
    top: 3px;
    width: 1px;
    height: calc(100% - 6px);
    background: rgba(255, 255, 255, 0.22);
    right: 0;
}
.s-four .sf-itm .sfi-icn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-four .sf-itm .sfi-icn img {
    display: block;
    max-width: 100%;
}
.s-four .sf-itm p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    padding-left: 15px;
    width: calc(100% - 40px);
}
.s-about {
    background: #212639;
    border-radius: 20px 20px 0 0;
    padding-top: 100px;
    padding-bottom: 82px;
}
.s-about .sect-hdr {
    margin-bottom: 40px;
}
.s-about .sa-items {
    display: flex;
}
.s-about .sa-items .sa-left {
    background: #5663ea;
    border-radius: 20px;
    width: 34%;
    margin-bottom: 17px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-about .sa-items .sa-left .sal-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-about .sa-items .sa-right {
    width: 66%;
    padding-left: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s-about .sa-items .sa-right .sa-itm {
    width: calc(50% - 8px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 31px;
    padding-bottom: 31px;
    margin-bottom: 18px;
}
.s-about .sa-items .sa-right .sa-itm .sai-num {
    display: block;
    color: #5663ea;
    font-size: 38px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    margin-bottom: 17px;
}
.s-about .sa-items .sa-right .sa-itm .sai-num.small {
    font-size: 28px;
    padding-bottom: 14px;
}
.s-about .sa-items .sa-right .sa-itm p {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.s-part {
    background: #2c3143 no-repeat url(../img/part-bg.png) 50%;
    background-size: cover;
    padding-top: 61px;
}
.s-part .sp-top {
    margin-bottom: 51px;
}
.s-part .sp-top .spt-fz {
    display: flex;
    flex-wrap: wrap;
}
.s-part .sp-top .spt-fz .spt-itm {
    color: #fff;
    font-size: 16px;
    line-height: 135%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    background: #5663ea;
    border-radius: 3px;
    margin-right: 10px;
    padding-left: 21px;
    margin-bottom: 5px;
    padding-right: 21px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.s-part .sp-slider {
    background: #5663ea;
    padding-top: 24px;
    padding-bottom: 16px;
}
.s-part .sp-slider .swiper {
    padding-left: 77px;
    padding-right: 77px;
}
.s-part .sp-slider .swiper-wrapper {
    align-items: center;
}
.s-part .sp-slider .swiper-slide {
    width: auto;
}
.s-part .sp-slider .swiper-slide .sps-itm img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-teach {
    background: #212639;
    padding-top: 100px;
    padding-bottom: 39px;
}
.s-teach .sect-hdr {
    margin-bottom: 42px;
}
.s-teach .st-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.s-teach .st-items .st-itm {
    background: #fff;
    border-radius: 10px;
    width: calc(33.33% - 14px);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.s-teach .st-items .st-itm img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.s-acc {
    padding-top: 39px;
    padding-bottom: 100px;
    border-radius: 0 0 20px 20px;
    background: #212639;
    margin-bottom: 80px;
}
.s-acc .sect-hdr {
    margin-bottom: 40px;
}
.s-acc .sa-items {
    display: flex;
    justify-content: space-between;
}
.s-acc .sa-items .sa-itm {
    width: calc(50% - 10px);
    position: relative;
    padding-left: 120px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 20px;
    padding-right: 40px;
}
.s-acc .sa-items .sa-itm .sa-icn {
    background: #5663ea;
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.s-acc .sa-items .sa-itm .sa-icn img {
    display: block;
    max-width: 100%;
}
.s-acc .sa-items .sa-itm .sai-hdr {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 15px;
}
.s-acc .sa-items .sa-itm p {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    margin-bottom: 21px;
}
.s-acc .sa-items .sa-itm .sai-btn {
    display: block;
    text-align: right;
    color: #5663ea;
    font-size: 14px;
    line-height: 130%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.s-popular {
    padding-top: 60px;
}
.s-popular .spb-select {
    display: none;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-bottom: 40px;
}
.s-popular .sp-top {
    margin-bottom: 61px;
}
.s-popular .sp-block {
    padding-top: 59px;
    padding-bottom: 79px;
    border-radius: 20px;
    background: #212639;
}
.s-popular .sp-block .spb-nav {
    margin-bottom: 50px;
}
.s-popular .sp-block .spb-nav .my-container.flex {
    flex-wrap: wrap;
}
.s-popular .sp-block .spb-nav .btn.white {
    margin-bottom: 10px;
    margin-right: 10px;
}
.s-popular .sp-block .spb-nav .btn.white:last-child {
    margin-right: 0;
}
.s-popular .sp-block .spb-nav .btn.white.active,
.s-popular .sp-block .spb-nav .btn.white:hover {
    color: #5663ea;
}
.s-popular .sp-block .spb-slider {
    display: none;
}
.s-popular .sp-block .spb-slider.active {
    display: block;
}
.s-popular .sp-block .spb-slider .swiper {
    padding-left: 30px;
    padding-right: 30px;
}
.s-popular .sp-block .spb-slider .swiper-slide {
    height: auto;
}
.s-popular .sp-block .spb-slider .spb-btm {
    padding-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-popular .sp-block .spb-slider .spb-btm .def-nav {
    margin-left: 0;
}
.s-popular .sp-block .spb-slider .swiper-slide {
    background: #f1df85;
    border: 1px solid #fff;
    border-radius: 10px;
    width: 430px;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 155px;
    height: 100%;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-img {
    position: absolute;
    top: 2px;
    height: calc(100% - 4px);
    right: 2px;
    width: 138px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-img img {
    display: block;
    max-width: 100%;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-i-status {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-i-hdr {
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #000;
    max-width: 255px;
    width: 100%;
    margin-bottom: 15px;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-i-date {
    display: block;
    background: #fff;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    line-height: 100%;
    padding-top: 8px;
    max-width: 180px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 8px;
}
.s-extra {
    padding-top: 140px;
    padding-bottom: 70px;
}
.s-extra .se-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 59px;
}
.s-extra .se-top .set-logo img {
    display: block;
    max-width: 100%;
}
.s-extra .se-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s-extra .se-items .se-itm {
    width: calc(33.33% - 10px);
}
.s-extra .se-items .se-itm .sei-img {
    display: flex;
    height: 167px;
    padding: 5px;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background: #212639;
    border-radius: 20px;
    overflow: hidden;
}
.s-extra .se-items .se-itm .sei-img img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.s-extra .se-items .se-itm .sei-text {
    padding-top: 30px;
}
.s-extra .se-items .se-itm .sei-text .sei-t-hdr {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 14px;
}
.s-extra .se-items .se-itm .sei-text .sei-t-hdr::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 29%;
    background: #5663ea;
}
.s-extra .se-items .se-itm .sei-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.s-process {
    padding-top: 70px;
    padding-bottom: 120px;
}
.s-process .sect-hdr {
    margin-bottom: 74px;
}
.s-process .sp-block {
    height: 112px;
    border: 3px dashed rgba(255, 255, 255, 0.3);
    border-radius: 190px;
    position: relative;
    overflow-y: visible;
}
.s-process .sp-block::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    background: #0e1327;
    width: 50px;
    height: 100%;
}
.s-process .sp-block .spb-itm {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 1;
    border: 1px solid #5663ea;
    border-radius: 90px;
    background: #0e1327;
}
.s-process .sp-block .spb-itm:nth-child(1) {
    top: -19px;
    left: -5px;
}
.s-process .sp-block .spb-itm:nth-child(2) {
    left: 417px;
    top: -19px;
}
.s-process .sp-block .spb-itm:nth-child(3) {
    right: 141px;
    top: -19px;
}
.s-process .sp-block .spb-itm:nth-child(4) {
    right: 184px;
    top: 90px;
}
.s-process .sp-block .spb-itm .spb-i-num {
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    background: #5663ea;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.s-process .sp-block .spb-itm .spb-i-descr {
    width: calc(100% - 34px);
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.s-process .sp-block .spb-info {
    position: absolute;
    z-index: 1;
    top: 60px;
    background: #5663ea;
    left: -5px;
    color: #fff;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    border-radius: 10px;
    max-width: 552px;
    width: 100%;
    padding-top: 27px;
    padding-left: 90px;
    padding-right: 27px;
    padding-bottom: 24px;
}
.s-process .sp-block .spb-info::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(../img/info-icn.svg);
    left: 20px;
    top: 50%;
    margin-top: -20px;
}
.s-ind {
    padding-top: 68px;
    padding-bottom: 68px;
}
.s-ind .si-flex {
    display: flex;
    flex-wrap: wrap;
}
.s-ind .si-flex .si-left {
    width: calc(100% - 445px);
    padding-right: 25px;
}
.s-ind .si-flex .si-left .sect-hdr {
    margin-bottom: 87px;
}
.s-ind .si-flex .si-left .sect-hdr .sh-line {
    height: 78px;
}
.s-ind .si-flex .si-left .sil-logo {
    margin-bottom: 39px;
}
.s-ind .si-flex .si-left .sil-logo img {
    display: block;
    max-width: 100%;
}
.s-ind .si-flex .si-left .sil-items {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    max-width: 392px;
    width: 100%;
    padding-top: 38px;
    padding-bottom: 40px;
    margin-bottom: 41px;
}
.s-ind .si-flex .si-left .sil-items .sil-itm {
    margin-bottom: 27px;
}
.s-ind .si-flex .si-left .sil-items .sil-itm:last-child {
    margin-bottom: 0;
}
.s-ind .si-flex .si-left .sil-items .sil-itm .sil-descr {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.s-ind .si-flex .si-left .sil-items .sil-itm a.sil-descr:hover {
    color: #5663ea;
}
.s-ind .si-flex .si-left .sil-btm {
    color: #fff;
    font-size: 20px;
    line-height: 125%;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}
.s-ind .si-flex .si-right {
    width: 445px;
}
.s-ind .si-flex .si-right .mobile-visible {
    display: none;
}
.s-ind .si-flex .si-right .sir-form {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 43px;
    padding-bottom: 37px;
}
.s-ind .si-flex .si-right .sir-form .sir-f-hdr {
    display: block;
    color: #000;
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 34px;
}
.s-ind .si-flex .si-right .sir-form .def-inp {
    margin-bottom: 44px;
}
.s-ind .si-flex .si-right .sir-form .cb-wrap {
    margin-bottom: 51px;
}
.s-ind .si-flex .si-right .sir-form .btn {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.s-dist {
    padding-top: 70px;
}
.s-dist .sd-block {
    background: #212639;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}
.s-dist .sd-block .sd-left {
    width: calc(100% - 456px);
    padding-right: 25px;
    padding-left: 79px;
    padding-top: 82px;
    padding-bottom: 80px;
}
.s-dist .sd-block .sd-left .sect-hdr {
    margin-bottom: 30px;
}
.s-dist .sd-block .sd-left .sect-hdr .purple {
    color: #5663ea;
    margin-left: 10px;
}
.s-dist .sd-block .sd-left .sdl-select {
    display: none;
}
.s-dist .sd-block .sd-left .sdl-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.s-dist .sd-block .sd-left .sdl-nav .btn.white {
    margin-right: 10px;
    margin-bottom: 10px;
}
.s-dist .sd-block .sd-left .sdl-nav .btn.white:last-child {
    margin-right: 0;
}
.s-dist .sd-block .sd-left .sdl-nav .btn.white.active,
.s-dist .sd-block .sd-left .sdl-nav .btn.white:hover {
    color: #5663ea;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content {
    display: none;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content.active {
    display: block;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items {
    margin-bottom: 50px;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items .sdl-itm {
    margin-bottom: 30px;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items .sdl-itm:last-child {
    margin-bottom: 0;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items .sdl-itm .sdl-i-hdr {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    padding-left: 23px;
    position: relative;
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items .sdl-itm .sdl-i-hdr::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #5663ea;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -5px;
    transform: rotate(45deg);
}
.s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items .sdl-itm p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 135%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}
.s-dist .sd-block .sd-right {
    width: 456px;
    background: #5663ea;
}
.s-dist .sd-block .sd-right .sect-hdr {
    display: none;
}
.s-dist .sd-block .sd-right .sdl-select {
    display: none;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-btn-wrap {
    display: none;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider {
    display: none;
    padding-top: 81px;
    padding-left: 39px;
    padding-bottom: 85px;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .def-nav {
    margin-top: 44px;
    margin-left: 0;
    margin-right: auto;
    max-width: 320px;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .def-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider.active {
    display: block;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .sdr-s-hdr {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 30px;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide {
    width: 263px;
    background: #fff;
    border-radius: 10px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 19px;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-img {
    margin-bottom: 20px;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-text .sdr-it-hdr {
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 110%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    margin-bottom: 45px;
}
.s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-text .sdr-it-btm {
    color: #000;
    font-size: 16px;
    line-height: 135%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    display: block;
    padding-top: 11px;
    border-top: 1px solid #ececec;
}
.s-events {
    padding-top: 140px;
    padding-bottom: 70px;
}
.s-events .se-top {
    margin-bottom: 60px;
}
.s-events .se-block {
    background: #212639;
    border-radius: 20px;
    padding-top: 64px;
    padding-bottom: 57px;
}
.s-events .se-block .seb-select {
    display: none;
}
.s-events .se-block .seb-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 33px;
    padding-left: 79px;
    padding-right: 25px;
}
.s-events .se-block .seb-nav .btn.white {
    margin-right: 10px;
    margin-bottom: 10px;
}
.s-events .se-block .seb-nav .btn.white.hidden {
    display: none;
}
.s-events .se-block .seb-nav .btn.white.more {
    color: #5663ea;
}
.s-events .se-block .seb-nav .btn.white.disable {
    display: none;
}
.s-events .se-block .seb-nav .btn.white.active,
.s-events .se-block .seb-nav .btn.white:hover {
    background: #5663ea;
    color: #fff;
}
.s-events .se-block .seb-slider-wrap {
    margin-bottom: 43px;
}
.s-events .se-block .seb-slider-wrap .def-nav {
    margin-top: 48px;
}
.s-events .se-block .seb-slider-wrap .seb-slider {
    display: none;
}
.s-events .se-block .seb-slider-wrap .seb-slider .seb-btn-wrap {
    display: none;
}
.s-events .se-block .seb-slider-wrap .seb-slider .swiper {
    padding-bottom: 20px;
    padding-left: 79px;
    padding-right: 25px;
}
.s-events .se-block .seb-slider-wrap .seb-slider.active {
    display: block;
}
.s-events .se-block .seb-slider-wrap .seb-slider .swiper-slide {
    width: 426px;
    height: 243px;
}
.s-events .se-block .seb-slider-wrap .seb-slider .swiper-slide .seb-itm {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 5px;
}
.s-events .se-block .seb-slider-wrap .seb-slider .swiper-slide .seb-itm img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    border-radius: 5px;
}
.s-events .se-block .seb-btm-items {
    background: #5663ea;
    padding-left: 79px;
    padding-right: 25px;
    display: flex;
    padding-top: 37px;
    padding-bottom: 39px;
}
.s-events .se-block .seb-btm-items .seb-itm {
    width: 25%;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.s-events .se-block .seb-btm-items .seb-itm .seb-img {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
}
.s-events .se-block .seb-btm-items .seb-itm .seb-img img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.s-events .se-block .seb-btm-items .seb-itm .seb-descr {
    width: calc(100% - 40px);
    padding-left: 10px;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: #fff;
}
.s-news {
    padding-top: 70px;
    padding-bottom: 70px;
}
.s-news .sn-top {
    margin-bottom: 60px;
}
.def-nav {
    margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s-news .sn-slider .def-nav .swiper-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
}
.s-news .sn-slider .def-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #5663ea;
}
.s-news .sn-slider .swiper-slide {
    width: 373px;
}
.s-news .sn-slider .swiper-slide .sns-itm {
    display: block;
}
.s-news .sn-slider .swiper-slide .sns-itm .sns-img {
    position: relative;
    height: 440px;
    border-radius: 20px;
    background-color: #212639;
}
.s-news .sn-slider .swiper-slide .sns-itm .sns-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    border-radius: 20px;
}
.s-news .sn-slider .swiper-slide .sns-itm .sns-img .sns-btn {
    width: 60px;
    height: 60px;
    background: url(../img/btn-sqr.svg) 50%;
    background-size: cover;
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.s-news .sn-slider .swiper-slide .sns-itm .sns-text {
    padding-top: 30px;
}
.s-news .sn-slider .swiper-slide .sns-itm .sns-text .sns-t-descr {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
}
.s-faq {
    padding-top: 77px;
    padding-bottom: 77px;
}
.s-faq .sf-top {
    margin-bottom: 60px;
}
.s-faq .sf-block {
    border-radius: 20px;
    background: #212639 url(../img/faq_bg.png) 50%;
    background-size: cover;
    padding-top: 60px;
    padding-right: 79px;
    padding-left: 79px;
    padding-bottom: 60px;
    display: flex;
}
.s-faq .sf-block .sf-left {
    width: 50%;
}
.s-faq .sf-block .sf-left .sfl-nav .sfl-nv-itm {
    display: block;
    font-size: 18px;
    line-height: 285%;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: #fff;
    transition: all 0.5s ease;
    cursor: pointer;
}
.s-faq .sf-block .sf-left .sfl-nav .sfl-nv-itm span {
    position: relative;
    padding-right: 30px;
}
.s-faq .sf-block .sf-left .sfl-nav .sfl-nv-itm span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/nav-arr.svg);
    opacity: 0;
    transition: all 0.5s ease;
}
.s-faq .sf-block .sf-left .sfl-nav .sfl-nv-itm:hover {
    color: #5663ea;
}
.s-faq .sf-block .sf-left .sfl-nav .sfl-nv-itm.active {
    color: #5663ea;
}
.s-faq .sf-block .sf-left .sfl-nav .sfl-nv-itm.active span::before {
    opacity: 1;
}
.s-faq .sf-block .sf-right {
    width: 50%;
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
}
.s-faq .sf-block .sf-right .sfr-select {
    display: none;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items {
    display: none;
    border-radius: 10px;
    overflow: hidden;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items.active {
    display: block;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm {
    border-bottom: 2px solid #ebebeb;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top {
    background: #f8f8f8;
    color: #000;
    font-size: 16px;
    line-height: 115%;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    padding-left: 32px;
    padding-top: 40px;
    padding-bottom: 32px;
    padding-right: 75px;
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top::after,
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top::before {
    content: "";
    position: absolute;
    width: 38px;
    height: 38px;
    background: no-repeat url(../img/plus.svg) 50%;
    border: 1px solid #000;
    border-radius: 50%;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top::after {
    background: no-repeat #5663ea url(../img/plus_white.svg) 50%;
    border-color: #5663ea;
    opacity: 0;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top.active {
    background: #fff;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top.active::before {
    opacity: 0;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top.active::after {
    opacity: 1;
    transform: translateY(-50%) rotate(-45deg);
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-content {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 0;
    padding-bottom: 29px;
    background: #fff;
    display: none;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-content.active {
    display: block;
}
.s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-content p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 145%;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}

.sect-block .my-container {
	max-width: 1028px;
}

@media only screen and (max-width: 1600px) {
    .s-top-banner .stb-left .stb-text .stb-l-hdr {
        font-size: 44px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-hdr {
        font-size: 16px;
    }
    .sect-hdr {
        font-size: 34px;
    }
    .s-about .sa-items .sa-right .sa-itm .sai-num {
        font-size: 32px;
    }
    .s-about .sa-items .sa-right .sa-itm .sai-num.small {
        font-size: 24px;
        padding-bottom: 12px;
    }
    .s-about .sa-items .sa-right .sa-itm p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1280px) {
    .my-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .s-dist .sd-block .sd-left {
        padding-left: 30px;
    }
    .s-events .se-block .seb-nav {
        padding-left: 30px;
        padding-right: 30px;
    }
    .s-events .se-block .seb-btm-items {
        padding-left: 30px;
        padding-right: 30px;
    }
    .s-faq .sf-block {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top {
        font-size: 14px;
    }
    .s-news .sn-slider .swiper-slide {
        width: 290px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-img {
        height: 340px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-text .sns-t-descr {
        font-size: 21px;
    }
    .s-process .sp-block .spb-itm:nth-child(2) {
        left: 346px;
    }
    .s-process .sp-block .spb-itm:nth-child(3) {
        right: 43px;
    }
    .s-process .sp-block .spb-itm:nth-child(4) {
        right: 46px;
    }
    .s-dist .sd-block .sd-left {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .sect-block {
        max-width: 950px;
    }
    .sect-hdr {
        font-size: 28px;
    }
    .s-top-banner .stb-left .stb-text {
        padding-left: 15px;
        max-width: 500px;
    }
    .s-top-banner .stb-left .stb-text {
        max-width: 474px;
    }
    .s-top-banner .stb-left .stb-text .stb-l-hdr {
        font-size: 34px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm {
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-four .sf-itm {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .s-four {
        margin-bottom: 70px;
    }
    .s-about {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media only screen and (max-width: 992px) {
    .my-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-top-banner .stb-left {
        width: 100%;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .s-top-banner .stb-left .stb-text {
        max-width: 100%;
    }
    .s-top-banner .stb-right {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide {
        opacity: 1;
    }
    .s-top-banner .stb-left .stb-text .stb-l-hdr {
        font-size: 30px;
    }
    .s-top-banner .stb-left .stb-lines {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        padding-left: 0;
    }
    .s-top-banner .stb-left .stb-lines .stb-lines-wrap span {
        transform: translateX(0);
    }
    .s-top-banner .stb-left .stb-lines .stb-lines-wrap {
        transform: none;
        height: auto;
        padding-top: 9.5px;
        padding-bottom: 9.5px;
    }
    .s-top-banner .stb-left {
        padding-bottom: 125px;
    }
    @keyframes line-anim {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    .s-top-banner .stb-right .stb-slider .def-nav {
        margin-left: auto;
        left: 0;
    }
    .s-top-banner .stb-right .stb-slider .swiper {
        padding-left: 0;
        padding-right: 0;
    }
    .s-top-banner .stb-right {
        padding-left: 0;
        padding-right: 0;
        padding-top: 60px;
        padding-bottom: 64px;
    }
    .s-top-banner .stb-right .stb-slider .swiper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sect-block {
        padding-left: 0;
        padding-right: 0;
    }
    .s-four {
        display: none;
    }
    .s-events .se-block .seb-nav,
    .s-events .se-top,
    .s-extra .se-top,
    .s-faq .sf-top,
    .s-news,
    .s-popular .sp-top {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-process {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-ind .si-flex .si-left {
        padding-left: 0;
        padding-right: 16px;
    }
    .s-ind .si-flex {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-dist .sd-block .sd-left {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider {
        padding-left: 16px;
    }
    .s-events .se-block .seb-btm-items .seb-itm {
        width: 50%;
        margin-bottom: 20px;
    }
    .s-events .se-block .seb-btm-items {
        padding-left: 16px;
        padding-right: 16px;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 1px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-text .sns-t-descr {
        font-size: 18px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-img .sns-btn {
        width: 40px;
        height: 40px;
        left: 20px;
        bottom: 20px;
    }
    .s-faq .sf-block {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-process .sp-block .spb-itm .spb-i-descr {
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
        width: calc(100% - 30px);
    }
    .s-process .sp-block .spb-itm .spb-i-num {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
    .s-process .sp-block {
        border: 0 solid #000;
        height: auto;
    }
    .s-process .sp-block .spb-itm {
        position: relative;
    }
    .s-process .sp-block .spb-itm:nth-child(1),
    .s-process .sp-block .spb-itm:nth-child(2),
    .s-process .sp-block .spb-itm:nth-child(3),
    .s-process .sp-block .spb-itm:nth-child(4),
    .s-process .sp-block .spb-itm:nth-child(5) {
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }
    .s-extra .se-items {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-process .sp-block .spb-itm .spb-i-num {
        width: 28px;
        height: 28px;
    }
    .s-process .sp-block .spb-itm {
        margin-bottom: 30px;
    }
    .s-process .sp-block .spb-info {
        position: relative;
        top: 0;
        left: 0;
        max-width: 100%;
    }
    .s-process {
        padding-bottom: 70px;
    }
    .s-process .sect-hdr {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 768px) {
    .default-popup .dp-content .my-container {
        max-width: 100%;
    }
    .default-popup .dp-content {
        max-width: 288px;
    }
    .s-top-banner .stb-left .stb-text p br {
        display: none;
    }
    .s-top-banner .stb-left .stb-lines .stb-lines-wrap span {
        font-size: 16px;
    }
    .s-top-banner .stb-left .stb-lines .stb-lines-wrap {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .s-top-banner .stb-left .stb-lines .stb-lines-wrap span .purple {
        margin-left: 7px;
        margin-right: 7px;
    }
    .s-top-banner .stb-right {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide {
        width: 220px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-img {
        padding-left: 20px;
        padding-right: 20px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm {
        padding-top: 31px;
        padding-bottom: 30px;
    }
    .s-top-banner .stb-right .stb-slider .swiper .swiper-slide .stb-itm .stb-img {
        margin-bottom: 20px;
    }
    .s-top-banner .stb-right .stb-slider .def-nav {
        margin-top: 24px;
    }
    .s-top-banner .stb-right {
        padding-bottom: 45px;
    }
    .sect-block {
        padding-top: 80px;
    }
    .sect-hdr {
        font-size: 24px;
    }
    .sect-hdr .sh-line {
        width: 6px;
        height: 25px;
        border-radius: 2px;
    }
    .sect-hdr .sh-line {
        margin-right: 7px;
    }
    .s-about {
        padding-top: 60px;
    }
    .s-about .sa-items {
        flex-wrap: wrap;
    }
    .s-about .sa-items .sa-left {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-bottom: 11px;
    }
    .s-about .sa-items .sa-right {
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
    }
    .s-about .sa-items .sa-right .sa-itm {
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
    .s-about .sa-items .sa-left .sal-img {
        max-width: 65px;
    }
    .s-about .sa-items .sa-right .sa-itm .sai-num,
    .s-about .sa-items .sa-right .sa-itm .sai-num.small {
        font-size: 26px;
    }
    .s-about .sa-items .sa-right .sa-itm {
        padding-top: 27px;
        padding-bottom: 30px;
        margin-bottom: 10px;
    }
    .s-about .sa-items .sa-right .sa-itm .sai-num {
        padding-bottom: 8px;
        margin-bottom: 10px;
    }
    .s-part {
        padding-top: 59px;
    }
    .s-part .sp-top .spt-fz .spt-itm {
        margin-bottom: 9px;
    }
    .s-part .sp-top {
        margin-bottom: 59px;
    }
    .s-part .sp-slider {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .s-teach {
        padding-top: 59px;
    }
    .s-teach .st-items .st-itm {
        width: calc(50% - 2.5px);
        margin-bottom: 5px;
    }
    .s-teach .sect-hdr {
        margin-bottom: 40px;
    }
    .s-acc {
        padding-top: 16px;
        padding-bottom: 52px;
    }
    .s-acc .sa-items {
        flex-wrap: wrap;
    }
    .s-acc .sa-items .sa-itm {
        width: 100%;
        margin-bottom: 10px;
    }
    .s-acc .sa-items .sa-itm .sa-icn {
        height: auto;
        width: auto;
        background: 0 0;
        left: 20px;
        padding: 0;
        top: 28px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .s-acc .sect-hdr {
        margin-bottom: 23px;
    }
    .s-acc .sa-items .sa-itm {
        padding-left: 20px;
        padding-right: 16px;
        padding-top: 37px;
        padding-right: 20px;
    }
    .s-acc .sa-items .sa-itm .sai-hdr {
        padding-left: 70px;
        min-height: 36px;
    }
    .s-popular {
        border-radius: 20px;
        padding-top: 50px;
        background: #212639;
    }
    .s-popular .sect-hdr .sh-line {
        width: 6px;
        height: 48px;
    }
    .s-popular .sp-top {
        margin-bottom: 29px;
    }
    .s-popular .sp-block {
        background: 0 0;
    }
    .s-popular .sp-block .spb-nav {
        display: none;
    }
    .s-popular .sp-block {
        padding-top: 0;
    }
    .s-popular .spb-select {
        display: block;
    }
    .s-popular .sp-block .spb-slider .swiper-slide {
        width: 250px;
    }
    .s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-img {
        width: 96px;
    }
    .s-popular .sp-block .spb-slider .swiper-slide .spb-itm {
        padding-right: 116px;
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-i-hdr {
        font-size: 13px;
        line-height: 18px;
    }
    .s-popular .sp-block .spb-slider .swiper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-popular .sp-block .spb-slider .spb-btm {
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 33px;
    }
    .s-popular .sp-block .spb-slider .spb-btm .def-nav {
        margin-left: auto;
        margin-bottom: 43px;
    }
    .s-popular .sp-block {
        padding-bottom: 61px;
    }
    .s-extra .se-top .set-logo {
        display: none;
    }
    .s-extra .se-top .sect-hdr {
        width: 100%;
    }
    .s-extra {
        padding-top: 79px;
        padding-bottom: 50px;
    }
    .s-extra .se-top {
        margin-bottom: 39px;
    }
    .s-extra .se-items .se-itm {
        width: 100%;
        margin-bottom: 36px;
    }
    .s-extra .se-items .se-itm:last-child {
        margin-bottom: 0;
    }
    .s-extra .se-items .se-itm .sei-img {
        height: 130px;
    }
    .s-extra .se-items .se-itm .sei-text {
        padding-top: 19px;
    }
    .s-extra .se-items .se-itm .sei-text .sei-t-hdr {
        padding-bottom: 13px;
        margin-bottom: 10px;
    }
    .s-extra .se-items .se-itm .sei-text .sei-t-hdr::before {
        width: 110px;
    }
    .s-process {
        padding-top: 29px;
        padding-bottom: 29px;
    }
    .s-process .sect-hdr {
        margin-bottom: 38px;
    }
    .s-process .sp-block {
        position: relative;
    }
    .s-process .sp-block::before {
        content: "";
        position: absolute;
        left: 15px;
        z-index: 1;
        top: 0;
        width: 2px;
        height: 100%;
        border-left: 2px dashed rgba(255, 255, 255, 0.4);
    }
    .s-process .sp-block .spb-info {
        font-size: 14px;
        line-height: 130%;
        padding-left: 55px;
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .s-process .sp-block .spb-info::after {
        width: 30px;
        height: 30px;
        background-size: contain;
        left: 10px;
    }
    .s-ind {
        padding-top: 51px;
        padding-bottom: 40px;
    }
    .s-ind .si-flex {
        flex-wrap: wrap;
    }
    .s-ind .si-flex .si-left {
        width: 100%;
        order: 3;
    }
    .s-ind .si-flex .si-right .mobile-visible {
        display: flex;
        margin-bottom: 26px;
    }
    .s-ind .si-flex .si-right {
        width: 100%;
        order: 2;
    }
    .s-ind .si-flex .si-left .sect-hdr {
        display: none;
    }
    .s-ind .sect-hdr .sh-line {
        height: 72px;
    }
    .s-ind .si-flex .si-right .sir-form {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 41px;
        border-radius: 10px;
        margin-bottom: 50px;
    }
    .s-ind .si-flex .si-right .sir-form .sir-f-hdr {
        font-size: 20px;
        margin-bottom: 29px;
    }
    .s-ind .si-flex .si-right .sir-form .cb-wrap {
        margin-bottom: 30px;
        margin-top: -13px;
    }
    .s-ind .si-flex .si-left .sil-logo {
        margin-bottom: 29px;
    }
    .s-ind .si-flex .si-left .sil-items {
        padding-top: 27px;
        padding-bottom: 31px;
    }
    .s-ind .si-flex .si-left .sil-items .sil-itm {
        margin-bottom: 22px;
    }
    .s-dist .sd-block {
        flex-wrap: wrap;
    }
    .s-dist .sd-block .sd-left {
        width: 100%;
    }
    .s-dist .sd-block .sd-right {
        width: 100%;
        order: -1;
    }
    .s-dist {
        padding-top: 39px;
    }
    .s-dist .sd-block .sd-left {
        padding-top: 49px;
    }
    .s-dist .sd-block .sd-left .sdl-nav {
        display: none;
    }
    .s-popular .select-items {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .s-dist .sd-block .sd-right .sdl-select {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-dist .sd-block .sd-right .sdl-select .select-items {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .s-dist .sd-block .sd-left .sect-hdr {
        display: none;
    }
    .s-dist .sd-block .sd-right .sect-hdr {
        display: flex;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 30px;
    }
    .s-dist .sd-block .sd-right .sect-hdr .purple {
        margin-left: 7px;
    }
    .s-dist .sd-block .sd-right {
        background: #212639;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .sdr-s-hdr {
        display: none;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider {
        padding-left: 0;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-dist .sd-block {
        padding-top: 49px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider {
        padding-top: 40px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-text .sdr-it-hdr {
        font-size: 16px;
        line-height: 110%;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-text .sdr-it-btm {
        font-size: 14px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide {
        width: 192px;
        padding-top: 20px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .swiper-slide .sdr-itm .sdr-i-text .sdr-it-hdr {
        margin-bottom: 41px;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-slider .def-nav {
        margin-left: auto;
    }
    .s-dist .sd-block .sd-right .sdr-slider-wrap .sdr-btn-wrap {
        display: block;
        text-align: center;
    }
    .s-dist .sd-block .sd-left {
        padding-top: 38px;
        padding-bottom: 11px;
    }
    .s-dist .sd-block .sd-left .btn.arr-long {
        display: none;
    }
    .s-dist .sd-block .sd-left .sdl-content-wrap .sdl-content .sdl-items .sdl-itm {
        margin-bottom: 19px;
    }
    .s-events .se-block {
        background: 0 0;
    }
    .s-events {
        background: #212639;
        padding-top: 70px;
        border-radius: 20px;
    }
    .s-dist {
        margin-bottom: 79px;
    }
    .s-events {
        padding-top: 52px;
    }
    .s-events .sect-hdr .sh-line {
        height: 48px;
    }
    .s-events .se-block {
        padding-top: 0;
    }
    .s-events .se-block .seb-nav {
        display: none;
    }
    .s-events .se-block .seb-select {
        display: block;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 40px;
    }
    .s-events .se-block .seb-select .select-items {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .s-events .se-top {
        margin-bottom: 29px;
    }
    .s-events .se-block .seb-slider-wrap .seb-slider .swiper-slide {
        width: 263px;
        height: 150px;
    }
    .s-events .se-block .seb-slider-wrap .seb-slider .swiper {
        padding-left: 16px;
        padding-right: 16px;
    }
    .s-events .se-block .seb-slider-wrap .def-nav {
        margin-top: 41px;
    }
    .s-events .se-block .seb-slider-wrap .seb-slider .seb-btn-wrap {
        display: block;
        text-align: center;
        padding-top: 25px;
    }
    .s-events .se-block .seb-slider-wrap {
        margin-bottom: 41px;
    }
    .s-events .se-block .seb-btm-items .seb-itm {
        width: 100%;
        margin-bottom: 24px;
    }
    .s-events .se-block .seb-btm-items {
        padding-top: 40px;
        padding-bottom: 18px;
        padding-left: 32px;
        padding-right: 32px;
        border-radius: 0 0 20px 20px;
    }
    .s-events .se-block {
        padding-bottom: 0;
    }
    .s-events {
        padding-bottom: 0;
        margin-bottom: 80px;
    }
    .s-news {
        background: #212639;
        border-radius: 20px;
        padding-top: 50px;
    }
    .s-news .sn-top {
        margin-bottom: 36px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-img,
    .s-news .sn-slider .swiper-slide .sns-itm .sns-img img {
        border-radius: 10px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-img {
        height: 300px;
    }
    .s-news .sn-slider .swiper-slide {
        width: 254px;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-text .sns-t-descr {
        font-size: 16px;
        line-height: 120%;
    }
    .s-news .sn-slider .swiper-slide .sns-itm .sns-text {
        padding-top: 20px;
    }
    .s-news {
        padding-bottom: 66px;
        margin-bottom: 78px;
    }
    .s-faq .sect-hdr .sh-line {
        height: 45px;
    }
    .s-faq .sf-top {
        margin-bottom: 0;
    }
    .s-faq .sf-block {
        background: 0 0;
    }
    .s-faq {
        background: #212639;
        border-radius: 20px;
        padding-top: 52px;
    }
    .s-faq .sf-block .sf-left {
        display: none;
    }
    .s-faq .sf-block .sf-right {
        width: 100%;
    }
    .s-faq .sf-block .sf-right .sfr-select {
        display: block;
        margin-bottom: 40px;
    }
    .s-faq .sf-block .sf-right {
        background: 0 0;
        margin-top: 0;
    }
    .s-faq .sf-block {
        padding-top: 29px;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm {
        position: relative;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm.active::after {
        opacity: 1;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: #5663ea;
        z-index: 1;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top {
        font-size: 18px;
        line-height: 22px;
        text-transform: inherit;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 19px;
        padding-right: 19px;
        transition: all 0.5s ease;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top.active {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-content p {
        font-size: 16px;
        line-height: 130%;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top::after,
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-top::before {
        display: none;
    }
    .s-faq .sf-block .sf-right .sfr-items-wrap .sfr-items .sfr-itm .sfr-i-content {
        padding-left: 19px;
        padding-right: 19px;
        padding-bottom: 13px;
    }
    .s-faq {
        padding-bottom: 0;
    }
    .s-faq .sf-block {
        padding-bottom: 60px;
    }
}

.corp-container {
    max-width: none;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.75;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    opacity: 1;
    margin: 0;
}
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm .spb-img img {
    border-radius: 95%;
    width: 95%;
}
.corp-container ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.corp-container a {
    transition: all 0.5s ease;
    text-decoration: none;
}
.corp-container ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}
.corp-container :-moz-placeholder {
    color: #666;
    opacity: 1;
}
.corp-container ::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.corp-container :-ms-input-placeholder {
    color: #666;
    opacity: 1;
}
.corp-container * {
    box-sizing: border-box;
}
.corp-container input:focus:required:invalid,
.corp-container textarea:focus:required:invalid {
    color: #666;
}
.corp-container input:required:valid,
.corp-container textarea:required:valid {
    color: #666;
}
/*
.s-popular .sp-block .spb-slider .swiper-slide .spb-itm {height: 180px}
*/
.corp-container a {
    text-decoration: none !important;
}
.s-dist .sd-block .sdr-itm {
    text-decoration: none;
}

.s-popular .sp-block .spb-slider .swiper-slide a {
    text-decoration: none;
}
.s-news .sn-slider .swiper-slide .sns-itm {
    text-decoration: none;
}

.s-header .sh-top .sht-right .sht-select {
    max-width: 67px;
}
.s-top-banner .stb-left .stb-lines {
    overflow: hidden;
}
.s-ind .si-flex .si-left .sil-items .sil-itm a.sil-descr > a {
    color: #fff;
}

.s-ind .si-flex .si-left .sil-items .sil-itm a.sil-descr > a:hover {
    transition: all .5s ease;
    color: #667eea;
}
