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

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

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

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

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

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

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

html,
body {
    height: 100%
}

html {
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

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

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

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

input,
textarea {
    outline: none;
    font-size: 16px !important;
	color: #fff !important;
}

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

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

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

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

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

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

p {
    margin: 0 0 15px 0
}

p:last-child {
    margin: 0
}

body {
    font-family: "Gilroy";
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    background-color: #000
}

body.hidden {
    overflow: hidden
}

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

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

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

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

.dss-tittle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 30px 0
}

.dss-tittle 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;
    margin: 0 15px 0 0;
    padding: 2px 10px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dss-tittle--twoo {
    margin: 0 0 30px 0;
    font-size: 48px;
    font-weight: 600;
    line-height: 130%
}

.title-orange {
    background-color: #d38e17
}

.title-blue {
    background-color: #2b46be
}

.title-green {
    background-color: #2db148
}

.sticker-rotate {
    position: absolute;
    left: -25px;
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .25);
    background: -webkit-gradient(linear, left top, right top, from(rgb(163, 10, 10)), to(rgb(224, 0, 0)));
    background: -o-linear-gradient(left, rgb(163, 10, 10), rgb(224, 0, 0) 100%);
    background: linear-gradient(90deg, rgb(163, 10, 10), rgb(224, 0, 0) 100%);
    font-size: 10px;
    font-weight: 600;
    line-height: 150%;
    color: #fff;
    text-transform: uppercase;
    height: 17px;
    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
}

.sticker-rotate--orange {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .25);
    background: -webkit-gradient(linear, left top, right top, from(rgb(163, 51, 10)), to(rgb(224, 67, 0)));
    background: -o-linear-gradient(left, rgb(163, 51, 10), rgb(224, 67, 0) 100%);
    background: linear-gradient(90deg, rgb(163, 51, 10), rgb(224, 67, 0) 100%)
}

.stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.stickers .sticker-blue {
    background-color: #2b46be
}

.stickers .sticker-green {
    background-color: #2db148
}

.stickers .sticker-orange {
    background-color: #d38e17
}

.stickers li {
    margin: 0 0 10px 10px;
    padding: 3px 10px;
    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;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 5px;
    background: #2b46be
}

.stickers-twoo {
    margin: 0 0 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stickers-twoo li {
    border: 1px solid rgba(0, 0, 0, 0)
}

.stickers-twoo .sticker-blue {
    background-color: #47a7e2;
    color: #fff
}

.stickers-twoo .sticker-white {
    color: #000;
    background-color: #fff
}

.stickers-twoo .sticker-transparent {
    color: #fff;
    border-color: #fff;
    background-color: rgba(0, 0, 0, 0)
}

.stickers-twoo li {
    margin: 0 5px 5px 0;
    padding: 3px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    border-radius: 37px;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

.breadcrumbs {
    margin: 0 0 10px;
    background-color: rgba(0, 0, 0, 0)
}

.breadcrumbs__inner {
    padding: 10px 0px;
    overflow: hidden;
    max-width: 1400px
}

.breadcrumbs__list li {
    display: inline;
    position: relative;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.breadcrumbs__list li+li {
    padding-left: 15px
}

.breadcrumbs__list li+li::before {
    content: "/";
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    position: absolute;
    left: 2px;
    top: -2px
}

.breadcrumbs__list li span {
    color: #8e8e8e
}

.breadcrumbs__list li a {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.breadcrumbs__list li a:hover {
    color: #fff
}

.btn {
    padding: 15px 25px;
    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;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.btn--red {
    background-color: #c71111
}

.btn--red:hover {
    background-color: #ad0101
}

.btn--transparent {
    -webkit-backdrop-filter: blur(11.2px);
    backdrop-filter: blur(11.2px);
    background: rgba(255, 255, 255, .05);
    border-color: #fff
}

.btn--transparent:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000
}

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

.btn--white:hover {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #fff !important;
    border-color: #fff !important
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #000
}

.header-btn {
    padding: 17px 15px;
    width: 100%;
    border-radius: 5px;
    background: #181818;
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.account-btns {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    margin: 0 0 0 auto;
}

.select-wrap.header-btn-wrap:after {
    display: none;
}

.header__menu-btn {
    display: none
}

.header__inner {
    padding: 20px 0;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    display: block;
    width: 165px;
    margin: 0 55px 0 0
}

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

.header__search-form {
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #181818
}

.header__search-form input {
    display: none;
    padding: 10px;
    height: 100%;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none
}

.header__search-form 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;
    padding: 20px 10px;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #181818;
    height: 54px;
    width: 40px
}

.header__search-close {
    display: none !important
}

.header__enter {
    margin: 0 25px 0 auto;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.header__search-form.open input {
    display: block
}

.header__search-form.open .header__search-close {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.header__cabinet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    background: #181818;
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.header__cabinet-enter{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    background: transparent;
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    cursor: pointer;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
	transition: linear .2s;
}

.header__cabinet-enter:hover{
	color: #C71111;
}

.header__cabinet img {
    margin: 0 0 0 10px
}

.select-wrap {
    position: relative;
    margin: 0 10px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.select-wrap select {
    padding: 15px 35px 15px 15px;
    width: 100%;
    border-radius: 5px;
    background: #181818;
    height: 54px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.select-wrap select option {
    background: #181818;
    color: #fff
}
.select-wrap select option:hover{
	color: #C71111;
}
.select-wrap::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("/wp-content/uploads/2025/09/arrow-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 6px;
    height: 6px
}

.dss-menu {
    position: fixed;
    height: calc(100vh - 60px);
    overflow: auto;
    position: fixed;
    z-index: 9999;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    padding: 10px 0 30px 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s
}

.dss-menu .header__search-form {
    margin: 0 0 50px 0
}

.dss-menu .header__search-form input,
.dss-menu .header__search-form button {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.dss-menu .header__search-form input {
    width: 100%
}




.dss-menu__list-box li {
    margin: 0 0 15px 0
}

.dss-menu__list-box a {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.dss-menu__list-title {
    margin: 0 0 20px 0;
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer
}

.dss-menu__list-title::after,
.dss-menu__list-title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 10px;
    height: 1px;
    background-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-menu__list-title::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dss-menu__list-title.active::before {
    opacity: 0
}

.dss-menu__list-title.active::after {
    background-color: #c71111
}

.dss-menu__enter {
    margin: 50px 0 0 0;
    padding: 15px;
    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;
    border-radius: 5px;
    background: #181818;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%
}

.dss-menu__enter img {
    margin: 0 0 0 10px
}

.dss-menu__bot {
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    border-top: 1px solid #1e1e1e
}

.dss-menu__bot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%
}

.dss-menu__col {
    width: calc(50% - 30px)
}

.dss-menu__title {
    margin: 0 0 20px 0;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%
}

.margin-top {
    margin-top: 65px !important
}

.m-intro {
    position: relative;
    padding: 150px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.m-intro::after {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 0;
    left: 0;
    width: 100%;
    height: 420px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(81.179%, rgb(0, 0, 0)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%)
}

.m-intro__inner {
    position: relative;
    z-index: 1;
    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
}

.m-intro__title {
    margin: 0 0 10px 0;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%
}

.m-intro__text {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%
}

.m-intro__btns {
    margin: 0 0 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.m-intro__btns .btn {
    width: 200px;
    margin: 0 5px;
    font-size: 20px
}

.m-intro__video-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-intro__video-link img {
    margin: 0 10px 0 0;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-intro__video-link:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.m-intro__video-link:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.items-slider.margin-top {
    margin: 0 !important
}

.dss-items-wrap {
	position: relative;
    padding: 85px 0 75px
}
.dss-filter-wrap{
	position: relative;
	margin: 0 0 50px 0;
	padding: 0 100px 0 0;
}
.dss-filter-btns{
	overflow: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE та Edge старі */
}

.dss-filter-btns::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.dss-filter__next,
.dss-filter__prev{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 5px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	background: #000;
	transition: linear .2s;
	z-index: 1;
}
.dss-filter__next svg path,
.dss-filter__prev svg path{
	transition: linear .2s;
}
.dss-filter__next:hover,
.dss-filter__prev:hover{
	border-color: #C71111;
}
.dss-filter__next:hover svg path,
.dss-filter__prev:hover svg path{
	fill: #C71111;
}
.dss-filter__next{
	right: 0;
}
.dss-filter__prev{
	right: 50px;
	transform: rotate(180deg) !important;
}
	
.dss-filter-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px 0;
    padding: 0 100px 0 0
}

.dss-filter-btn {
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    background: #181818;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
	  white-space: nowrap;       
  overflow-wrap: normal;     
  word-break: keep-all;       
  -ms-word-break: keep-all;   
}

.dss-filter-btn img {
    margin: 0 10px 0 0
}

.dss-filter-btn:hover {
    background-color: #c71111
}

.dss-filter-btn.active {
    background-color: #c71111
}

.dss-items-wrap {
    overflow: hidden
}

.dss-items-wrap .container {
    overflow: hidden
}

.dss-items-wrap .dss-tittle-wrap {
    margin: 70px 0 30px
}

.dss-items-wrap .dss-tittle-wrap .dss-tittle {
    margin: 0 20px 0 0
}

.items-slider {
    position: relative
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    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;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    top: -50px;
    opacity: 1 !important;
    transition: linear .2s
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 25px
}

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

.swiper-button-next:hover,
.swiper-button-prev:hover {
    border-color: #c71111
}

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

.swiper-button-disabled {
    border-color: rgba(0, 0, 0, 0)
}

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

.swiper-button-next {
    right: 0
}

.swiper-button-prev {
    left: auto;
    right: 45px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sc-item {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    -webkit-transition: linear .4s;
    -o-transition: linear .4s;
    transition: linear .4s;
}

.sc-item::before{
	content: "";
	position: absolute;
	top: -17px;
	left: -17px;
	border: 17px solid #000;
	border-right: none;
	border-bottom: none;
	width: 120px;
	height: 120px;
	z-index: 1;
}

.sc-item__bot {
    position: relative;
    z-index: 999;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #000;
    border-bottom: 1px solid #323232;
    border-left: 1px solid #323232;
    border-right: 1px solid #323232;
    border-radius: 0px 0px 15px 15px;
    background: #fff;
    width: calc(100% + 30px);
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: max-height .4s ease, opacity .4s ease;
    -o-transition: max-height .4s ease, opacity .4s ease;
    transition: max-height .4s ease, opacity .4s ease
}

.sc-item__bot-title {
    margin: 0 0 5px 0;
    color: #9a9a9a;
    font-family: "Stolzl";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%
}

.sc-item__bot-text {
    color: #000;
    font-family: "Stolzl";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sc-item__bot-stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0
}

.sc-item:hover .sc-item__bot {
    height: 235px;
    opacity: 1;
    padding: 20px;
    margin: 10px 0 0 -15px;
    display: none !important;
}

.sc-item__bot-stick {
    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;
    margin: 0 5px 5px 0;
    color: #000;
    font-family: "Stolzl";
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    padding: 2px 5px;
    border: 1px solid #000;
    border-radius: 5px
}

.sc-item__bot-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-family: "Stolzl";
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #000;
    border-radius: 10px;
    height: 55px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.sc-item__bot-btn svg {
    margin: 0 0 0 5px
}

.sc-item__bot-btn:hover {
    background-color: #000;
    color: #fff
}

.sc-item__bot-btn:hover svg path {
    fill: #fff
}

.sc-item__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sc-item__text {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.sc-item__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

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

.show-more {
	margin-right: 140px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    text-underline-offset: 3px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.show-more:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.show-more img {
    margin: 0 0 0 10px
}

.m-about {
    padding: 75px 0
}

.m-about__top {
    margin: 0 0 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.m-about__left {
    max-width: 635px;
    width: 100%;
    margin: 0 30px 0 0
}

.m-about__title {
    margin: 0 0 30px 0;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%
}

.m-about__left-text {
    max-width: 410px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    line-height: 130%
}

.m-about__right {
    max-width: 425px;
    width: 100%
}

.m-about__right-text {
    margin: 0 0 45px 0
}

.m-about__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    color: #c71111;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-about__link:hover {
    -webkit-text-decoration-color: #c71111;
    text-decoration-color: #c71111
}

.items-slider-btn-mob {
    display: none
}

.video {
    margin: 0 0 20px 0;
    overflow: hidden;
    cursor: pointer
}

.video__inner {
    position: relative;
    padding-bottom: 56.25%;
    z-index: 2
}

.video__inner::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 180px;
    height: 200px;
    background-image: url("/wp-content/uploads/2026/05/play-2-red.svg");
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-animation: pulse 1.5s infinite ease-in-out;
    animation: pulse 1.5s infinite ease-in-out
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
}

.video__img {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: linear .5s;
    -o-transition: linear .5s;
    transition: linear .5s
}

.video__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__inner.play::after {
    display: none
}

.video__inner.play .video__img {
    opacity: 0;
  	pointer-events: none;
}

.video--cource .video__inner::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    background-image: url("/wp-content/uploads/2025/08/play-2.svg");
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.m-banner {
    margin: 75px 0;
    color: #000
}

.m-banner__inner {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    padding: 50px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.m-banner__left {
    max-width: 545px;
    width: 100%;
    margin: 0 20px 0 0
}

.m-banner .dss-tittle--twoo {
    margin: 0 0 20px 0;
    color: #000
}

.m-banner__right {
    max-width: 390px;
    width: 100%
}

.m-banner li {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
}

.m-banner li svg {
    margin: 0 10px 0 0
}

.m-banner li img {
    margin: 0 10px 0 0;
    width: 16px;
}

.m-banner .btn {
    max-width: 195px;
    width: 100%
}

.m-banner--red {
    position: relative;
    background-image: url("/wp-content/uploads/2025/08/banner-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin: 0;
    padding: 220px 0
}

.m-banner--red::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.821%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgb(0, 0, 0) 18.821%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgb(0, 0, 0) 18.821%, rgba(0, 0, 0, 0) 100%)
}

.m-banner--red::before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(81.179%, rgb(0, 0, 0)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%)
}

.m-banner--red .m-banner__inner {
    background-color: #c71111;
    color: #fff
}

.m-banner--red .dss-tittle--twoo {
    color: #fff
}

.m-banner--red svg path {
    fill: #fff
}

.dss-preview {
    padding: 75px 0
}

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

.dss-preview .sc-item {
	position: relative;
    pointer-events: none;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    height: 340px;
    background-size: cover
}

.dss-preview .sc-item__text {
    max-width: 390px;
    font-size: 16px
}

.dss-preview .stickers-twoo {
    margin: 0 0 15px 0
}

.dss-preview .sc-item__title {
    margin: 0 0 5px 0
}

.btn-mob {
    display: none
}

.dss-reviews {
    padding: 60px 0 50px
}

.dss-reviews__top {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-reviews__top .dss-tittle--twoo {
    margin: 0 20px 0 0
}

.dss-reviews__item {
    border-radius: 10px;
    padding: 20px;
    background: #181818
}

.dss-reviews__avatar {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 25px 0
}

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

.dss-reviews__name {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%
}

.dss-reviews__info {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.dss-reviews__rate {
    margin: 0 0 5px 0
}

.dss-reviews__box {
    position: relative;
    height: 800px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -10px
}

.dss-reviews__box::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(18.821%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgb(0, 0, 0) 18.821%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgb(0, 0, 0) 18.821%, rgba(0, 0, 0, 0) 100%)
}

.dss-reviews__box::before {
    z-index: 1;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(81.179%, rgb(0, 0, 0)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%)
}

.wrap {
    width: calc(25% - 10px);
    margin: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    height: 100%
}

.wrap:nth-child(odd) {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrap:nth-child(odd) .p-item {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wrap .items-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%
}

.p-item {
    margin: 0 0 10px 0
}

.p-items {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 100%
}

.marquee {
    -webkit-animation: scroll-vertical 120s linear infinite;
    animation: scroll-vertical 120s linear infinite
}

    .intro-show {
      position: relative;
      overflow: hidden;
    }

    .intro-show__box {
      position: absolute;
      inset: 0;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      gap: 0;
    }



    .wraper {
      overflow: hidden;
    }



    .items-wrap {
      display: flex;
      width: max-content;
    }

    .marquee-twoo {
	  margin: 0 0 20px 0;
      display: flex;
      animation: scroll-row 80s linear infinite;
      will-change: transform;
    }

    @keyframes scroll-row {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-50%);
      }
    }

    .reverse {
      animation-direction: reverse;
    }

    .intro-show-item {
      border-radius: 10px;
      overflow: hidden;
      height: 200px;
      width: 295px;
      flex-shrink: 0;
      margin: 10px;
      background: #222; 
    }

    .intro-show-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
 	  object-position: top;
    }
    .intro-show .container {
      position: relative;
      z-index: 2;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .intro-show__content {
      padding: 125px 0;
      color: #fff;
    }

    .intro-show__title {
      font-size: 48px;
      font-weight: 700;
      line-height: 1.2;
      margin-bottom: 24px;
    }

    .intro-show__text p {
      font-size: 18px;
      line-height: 1.6;
      max-width: 500px;
      opacity: 0.85;
    }

    .intro-show::before {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.55);
      z-index: 1;
    }

.pst-accordeon dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%
}

.pst-accordeon dt span {
	margin: 0 0 0 10px;
    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;
	flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #c71111;
    border: 1px solid #c71111;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
}

.pst-accordeon dt span svg {
    width: 15px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.pst-accordeon dt.active span {
    background-color: rgba(0, 0, 0, 0)
}

.pst-accordeon dt.active svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.pst-accordeon dt.active svg path {
    fill: #fff
}

.pst-accordeon dl {
    padding: 20px;
    border-radius: 5px;
    background: #181818
}

.pst-accordeon dd {
    margin: 0
}

.pst-accordeon dd.open {
    margin-top: 20px
}

.dss-faq {
    padding: 75px 0
}

.dss-faq a {
    text-decoration: underline;
}

.dss-faq .dss-tittle--twoo {
    text-align: center;
    margin: 0 auto 30px
}

.dss-catalog__title {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 110%
}

.dss-catalog .dss-items-wrap {
    padding: 15px 0 75px
}

.dss-catalog__btn-filter {
    display: none
}

.dss-catalog__subtitle {
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 110%
}

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

.dss-catalog__left {
    max-width: 310px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 30px 0 0;
    
}

.dss-catalog__right-wrap{
	width: 100%;
}

.dss-catalog__right {
    max-width: 960px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -10px
}

.dss-catalog .sc-item {
    width: calc(33.33333% - 10px);
    margin: 0 0 10px 10px
}

.dss-catalog__right-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-catalog__right-btn {
    margin: 0 20px 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 3px;
    background: #181818;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-catalog__right-btn img {
    margin: 0 0 0 10px
}

.dss-catalog__right-btn:hover {
    background-color: rgba(0, 0, 0, 0)
}

.dss-catalog__right-btn:last-child {
    background-color: rgba(0, 0, 0, 0)
}

.filter-group {
    background: #1e1e1e;
    color: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden
}

.filter-title {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.filter-content {
    padding: 10px 20px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: slideDown .3s ease forwards;
    animation: slideDown .3s ease forwards;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.filter-content label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px 0;
    cursor: pointer;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dss-catalog__close {
    display: none
}

.arrow {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.filter-title.active .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@-webkit-keyframes slideDown {
    from {
        opacity: 0;
        -webkit-transform: scaleY(0.95);
        transform: scaleY(0.95)
    }

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

@keyframes slideDown {
    from {
        opacity: 0;
        -webkit-transform: scaleY(0.95);
        transform: scaleY(0.95)
    }

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

.filter-content input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.filter-content input[type=checkbox]:checked {
    background-color: #c71111;
    border-color: #c71111
}

.filter-content input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #1e1e1e;
    border-width: 0 2px 2px 0
}

.registration-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7a7a7a;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
	background-color: transparent;
	 border: none;
	cursor: pointer;
}

.registration-back img {
    margin: 0 5px 0 0
}

.registration-back.margin-top {
    margin: 120px 0 0 0 !important
}

.registration {
    padding: 50px 0 100px
}

.registration__box {
    margin: 0 auto;
    max-width: 590px;
    width: 100%;
    border-radius: 15px;
    background: #1e1e1e;
    padding: 70px 50px;
    position: relative
}

.registration__close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 0 25px auto;
    padding: 0
}

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

.registration__steps {
    text-align: center;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 10px 0
}

.registration__title {
    margin: 0 0 25px 0;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    text-align: center
}

.registration__text {
    margin: 0 0 40px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center
}

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

.registration__btns .btn {
    margin: 0 5px;
    max-width: 215px;
    width: 100%
}

.registration__item {
    margin: 0 0 15px 0;
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    background: #323232;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.registration__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 10px 0
}

.registration__item-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.registration__item-title span {
    display: block;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    flex-shrink: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.registration__item-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    max-width: 310px
}

.registration__item.active {
    background-color: #fff
}

.registration__item.active * {
    color: #000
}

.registration__item.active .registration__item-title span {
    border: 6px solid #c71111
}

.registration__item:nth-child(1) .registration__item-top>span {
    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;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    border-radius: 5px;
    padding: 5px 10px;
    background: #c71111
}

.registration__item-wrap {
    margin: 0 0 40px 0
}

.form-group {
    position: relative;
    margin: 0 0 15px 0
}

.form-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%
}

.form-group label img {
    margin: 0 5px 0 0
}

.form-group>label span {
    color: #c71111;
    padding: 0 0 0 5px
}

.form-group input,
.form-group textarea {
    padding: 15px;
    border: 1px solid #6d6d6d;
    border-radius: 5px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    color: #fff
}

.form-group input::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    -webkit-transition: linear .2s;
    transition: linear .2s
}

.form-group input::-moz-placeholder,
.form-group textarea::-moz-placeholder {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    -moz-transition: linear .2s;
    transition: linear .2s
}

.form-group input:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    -ms-transition: linear .2s;
    transition: linear .2s
}

.form-group input::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    -ms-transition: linear .2s;
    transition: linear .2s
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.form-group input:hover,
.form-group textarea:hover {
    border-color: #fff
}

.form-group input:hover::-webkit-input-placeholder,
.form-group textarea:hover::-webkit-input-placeholder {
    color: #fff
}

.form-group input:hover::-moz-placeholder,
.form-group textarea:hover::-moz-placeholder {
    color: #fff
}

.form-group input:hover:-ms-input-placeholder,
.form-group textarea:hover:-ms-input-placeholder {
    color: #fff
}

.form-group input:hover::-ms-input-placeholder,
.form-group textarea:hover::-ms-input-placeholder {
    color: #fff
}

.form-group input:hover::placeholder,
.form-group textarea:hover::placeholder {
    color: #fff
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #fff
}

.form-group textarea {
    resize: none;
    height: 130px
}

.password-wrap {
    position: relative;
}

.password-wrap input {
    width: 100%;
    padding-right: 42px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    opacity: 0.6;
}

.toggle-password:hover {
    opacity: 1;
}

.form-group input.invalid, .form-group textarea.invalid {
	border: 1px solid #C71111;
}


.form-error {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    color: #c71111;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.form-error img {
    margin: 0 5px 0 0
}

.custom-file-label input {
    display: none
}

.custom-file-label {
    padding: 15px;
    border: 1px solid #6d6d6d;
    border-radius: 5px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    cursor: pointer
}

.file-formats {
    margin: 0 5px 0 auto
}

.form-text {
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 15px 0
}

.form-text span {
    color: #c71111;
    padding: 0 5px 0 0
}

.form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%
}

.form-check input[type=checkbox] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 3px 10px 0 0
}

.form-check input[type=checkbox]:checked {
    background-color: #c71111;
    border-color: #c71111
}

.form-check input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #1e1e1e;
    border-width: 0 2px 2px 0
}

.form-info {
    margin: 30px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c71111;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.form-info img {
    margin: 0 5px 0 0
}

.form-bot-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-bot-btns .btn {
    margin: 0 0 0 15px;
    width: 100%
}

.form-bot-btns .unclick {
    background-color: #7a7a7a;
    pointer-events: none
}

.curent-check {
    position: relative
}

.curent-check::after {
    content: "";
    position: absolute;
    bottom: 22px;
    right: 20px;
    width: 10px;
    height: 7px;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.curent-check input {
    background: #323232;
    border-color: #323232
}

.dss-cource {
    padding: 75px 0 65px
}

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

.dss-cource .btn--transparent {
    margin: 0 10px 0 0
}

.dss-item {
    position: relative;
    margin: 0 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-radius: 15px;
    background: #232323
}

.dss-item__flag {
    position: absolute;
    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;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    display: none !important;
}

.dss-item__flag img {
    width: 13px;
    height: 19px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-item__flag img:nth-child(1) {
    opacity: 1
}

.dss-item__flag img:nth-child(2) {
    opacity: 0;
    width: 18px;
    height: 20px
}

.dss-item__flag:hover {
    border-color: #fff
}

.dss-item__flag.active img:nth-child(1) {
    opacity: 0
}

.dss-item__flag.active img:nth-child(2) {
    opacity: 1
}

.dss-item__img {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 415px;
	width: 415px;
    margin: 0 20px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

.dss-item .stickers {
    position: absolute;
    top: 15px;
    right: 15px
}

.dss-item__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px 0 0;
    width: 100%
}

.dss-item__title {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%
}

.dss-item__name {
    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: left;
    border-radius: 20px;
    background: #353535;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px
}

.dss-item__time {
    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;
    border-radius: 20px;
    background: #353535;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
    margin-top: 10px;
}

.dss-item__text {
    margin: 20px 0 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    max-width: 900px
}

.dss-item__line {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-item__line li {
    margin: 0 0 0 10px
}

.dss-item__bot {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.dss-item__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-item__btns .btn {
    margin: 0 10px 0 0;
    padding: 8px 10px
}

.dss-item__part {
    margin: 0 0 20px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.dss-item__stickers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dss-item__sticker {
    margin: 10px 10px 0 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;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    padding: 10px 15px;
    border-radius: 50px;
    background: #353535;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.dss-item__sticker img {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 0
}

.dss-item--video .dss-item__img {
    position: relative
}

.dss-item--video .dss-item__img::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 99px;
    height: 110px;
    background-image: url(/wp-content/uploads/2026/05/play-2.svg);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-item--video:hover .dss-item__img:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.dss-item--lock .dss-item__img {
    pointer-events: none
}

.dss-item--lock .dss-item__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1
}

.dss-item--lock .dss-item__img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-image: url("../images/icons/lock.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.dss-item--lock .dss-item__content>.dss-item__sticker {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0
}

.dss-item--lock .dss-item__content .btn {
    padding: 8px 10px
}

.dss-item__bot-review {
    margin: 0 -80px 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
	display: none !important;
}

.dss-item__bot-review img {
    margin: 0 0 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-item__bot-review:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.dss-item-wrap {
    padding: 45px 0 0
}

.recomendation {
    padding: 75px 0 85px;
    overflow: hidden
}

.recomendation__slider {
    position: relative
}

.recomendation .sc-item {
    height: 315px
}

.recomendation .sc-item__title {
    font-size: 22px
}

.recomendation .sc-item__text {
    font-size: 16px
}

.intro-porgram {
    margin: 0 0 50px 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden
}

.intro-porgram::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 210px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(81.179%, rgb(0, 0, 0)));
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%)
}

.intro-porgram .dss-item__flag {
    position: relative
}

.intro-porgram__inner {
    position: relative;
    padding: 50px 0 0 0
}

.intro-porgram__imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 1050px;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.intro-porgram__imgs::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(-6.405%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgb(0, 0, 0) -6.405%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, rgb(0, 0, 0) -6.405%, rgba(0, 0, 0, 0) 100%)
}

.intro-porgram__img {
    width: 20%;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-animation: slideUp 2s forwards;
    animation: slideUp 2s forwards
}

.intro-porgram__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    -o-object-position: top center;
    object-position: top center
}

.intro-porgram .intro-porgram__img:nth-child(even) {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-animation-name: slideDown;
    animation-name: slideDown
}

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

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

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

.intro-porgram__content {
    max-width: 670px;
    position: relative;
    z-index: 10
}

.intro-porgram__title {
    color: #fff;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    margin: 0 0 10px 0
}

.intro-porgram__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    margin: 0 0 25px 0
}

.intro-porgram__box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.intro-porgram__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.intro-porgram__btns .btn {
    margin: 0 10px 10px 0
}

.intro-porgram__line {
    margin: 85px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.intro-porgram__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 45px 0 0
}

.intro-porgram__col li {
    padding: 8px 20px
}

.intro-porgram__col strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 10px 0
}

.p-exellence {
    padding: 130px 0 65px;
    overflow: hidden
}

.p-exellence__slider {
    display: none
}

.p-exellence .dss-tittle--twoo {
    max-width: 890px
}

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

.p-exellence__item {
    width: calc(33.33333% - 20px);
    padding: 15px;
    margin: 0 0 20px 20px;
    border-radius: 10px;
    background: #181818
}

.p-exellence__img {
    margin: 0 0 55px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #fff
}

.p-video {
    padding: 40px 0
}

.dss-invite {
    padding: 140px 0 90px
}

.dss-invite__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 440px
}

.dss-invite__img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.dss-invite__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dss-invite__title {
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    text-align: center
}

.dss-invite__title span {
    color: #c71111
}

.dss-part {
    padding: 80px 0 80px
}

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

.dss-part__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 0 0 20px 20px;
    width: calc(25% - 20px);
    height: 415px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 2px solid #363636;
    border-radius: 15px;
    font-family: "Stolzl";
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-part__item:hover {
    border-color: #fff
}

.dss-part__item:hover .dss-part__line span {
    background-color: #fff
}

.dss-part__item:hover .dss-part__line span svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.dss-part__item:hover .dss-part__line span svg path {
    fill: #000
}

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

.dss-part__top-lessons {
    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;
    padding: 3px 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #d8d8d8;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    height: 26px
}

.dss-part .stickers-twoo li {
    margin: 0 0 0 5px
}

.dss-part__chart {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 5px 0
}

.dss-part__title {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%
}

.dss-part__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

.dss-part__line span {
    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;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    margin: 0 0 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-part__line span svg {
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.intro-cource {
    padding: 10px 0 40px;
    background-image: url("../images/content/cource-intro-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 0 55px 0
}

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

.intro-cource__left {
    max-width: 690px;
    width: 100%
}

.intro-cource__left .breadcrumbs {
    margin: 0 0 50px 0
}

.intro-cource__left .breadcrumbs * {
    color: #fff
}

.intro-cource__part {
    margin: 0 0 10px 0
}

.intro-cource__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    margin: 0 0 30px 0
}

.intro-cource__text {
    margin: 0 0 30px 0
}

.intro-cource__right {
    max-width: 500px;
    width: 100%
}

.intro-cource__right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.intro-cource .stickers-twoo li {
    padding: 8px 20px
}

.cource-box {
    padding: 20px 0 10px
}

.cource-box .dss-item {
    padding: 40px
}

.cource-box .dss-item__title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%
}

.cource-box .dss-item__text {
    max-width: 100%
}

.interview {
    padding: 30px 0 0;
    overflow: hidden
}

.interview__logo {
    width: 135px;
    margin: 0 auto 20px
}

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

.inreview-intro__col-wrap{
	display: flex;
}

.interview__title {
    margin: 0 0 10px 0;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    text-align: center
}

.interview__text {
    max-width: 500px;
    margin: 0 auto 70px;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-align: center
}
.interview__slider {
    height: 400px
}

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

.interview__slider .swiper-slide {
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.interview .swiper-slide {
    margin: 0 5px !important;
    height: 260px
}
.interview__slider .swiper-wrapper{
	display: flex;
	align-items: center;
}
.interview__slider .swiper-slide-active{
	height: 300px;
}

.interview__slider-twoo .swiper-slide{
	height: 380px;
}

.interview__slider-twoo .swiper-slide-active{
	height: 480px;
}

.interview__slider-twoo{
	margin-top: 100px;
}

.interview__slider-twoo .swiper-slide img {
	object-position: top;
}

.p-intro{
	overflow: hidden;
}

.interview .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 -40px
}

.interview .swiper-slide-prev,
.interview .swiper-slide-next {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin: 0 15px !important;
    height: 260px
}

.interview .swiper-slide-active {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    margin: 0 30px !important;
    height: 300px
}


.inreview-intro {
    position: relative;
    padding: 0 0 115px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.inreview-intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inreview-intro__inner {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.inreview-intro__line {
    margin: 50px 0 60px;
    border-radius: 100px;
    padding: 10px 15px;
    background: #181818;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.inreview-intro__line img {
    margin: 0 10px 0 0;
    width: 70px;
    -o-object-fit: contain;
    object-fit: contain
}

.inreview-intro__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 110%
}

.inreview-intro__text {
    margin: 0 0 25px 0
}

.inreview-intro__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 60px 0
}

.inreview-intro__box .btn {
    margin: 0 10px 0 0
}

.inreview-intro__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.inreview-intro__bot .inreview-intro__text {
    font-size: 14px;
}

.inreview-intro__bot .inreview-intro__text {
    margin: 0
}

.inreview-intro__col {
    margin: 0 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.inreview-intro__col strong {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%
}

.inreview-intro__item {
    margin: 0 0 0 auto;
    padding: 15px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 10px;
    -webkit-backdrop-filter: blur(21.9px);
    backdrop-filter: blur(21.9px);
    background: rgba(255, 255, 255, .05)
}

.inreview-intro__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden
}

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

.inreview-intro__item-title {
    margin: 0 0 5px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 110%
}

.inreview-intro__text {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 130%
}

.inreview-intro .dss-item__flag {
    position: relative
}

.p-about {
    overflow: hidden;
    padding: 105px 0
}

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

.p-about__left {
    max-width: 480px;
    width: 100%;
    margin: 0 20px 0 0
}

.p-about__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 140%
}

.p-about__right {
    max-width: 640px
}

.p-about .p-exellence__item {
    width: calc(50% - 20px)
}

.banner-twoo {
    padding: 100px 0 50px;
    display: none !important;
}

.banner-twoo__inner {
    padding: 40px 50px;
    border-radius: 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-twoo__title {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    margin: 0 30px 0 0
}

.banner-twoo__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%
}

.banner-twoo__line img {
    margin: 0 0 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.banner-twoo__line:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.intro-show {
    padding: 40px 0 80px;
    position: relative;
    overflow: hidden
}

.intro-show .intro-show__box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	width: 100%;
	height: 445px;
}


.intro-show__title {
    max-width: 800px;
    margin: 0 auto 10px;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    text-align: center
}

.intro-show__text {
    max-width: 500px;
    margin: 0 auto;
    text-align: center
}

.intro-show .container {
    position: relative;
    z-index: 1
}

.block-show {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin: 0 0 95px 0
}

.block-show .inreview-intro__title {
    margin: 100px 0 10px
}

.block-show .dss-item__flag {
    position: relative
}

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

.block-show__text {
    margin: 0 0 20px 0;
    max-width: 400px;
    font-size: 20px;
    font-weight: 500;
    line-height: 130%
}

.block-show .inreview-intro__bot {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block-show .inreview-intro__col:nth-child(2) {
    max-width: 245px
}

.question {
    padding: 35px 0 110px
}

.decimal-list {
    counter-reset: item;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -20px
}

.decimal-list li {
    counter-increment: item;
    margin-bottom: 1em;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    padding: 20px 20px 20px 45px;
    border-top: 1px solid #353535;
    width: calc(33.33333% - 20px);
    margin: 0 0 20px 20px
}

.decimal-list li::before {
    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;
    content: counter(item);
    position: absolute;
    left: 0;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    color: #c71111;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%
}

.intro-lections {
    padding: 50px 0 100px;
    overflow: hidden
}

.intro-lections__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    max-width: 1030px;
    margin: 0 auto 40px
}

.intro-lections .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 245px;
    height: 410px;
    border-radius: 15px;
    overflow: hidden
}

.intro-lections .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.intro-podcast {
    overflow: hidden;
    padding: 50px 0 40px
}

.intro-podcast__title {
    margin: 0 auto 40px;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    max-width: 700px;
    width: 100%
}

.intro-podcast img {
    width: 100%;
    height: auto;
    display: block
}

.cabinet {
    padding: 50px 0 150px
}

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

.cabinet__left {
    max-width: 200px;
    width: 100%;
    margin: 0 20px 0 0
}

.cabinet__left a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    margin: 0 0 20px 20px
}

.cabinet__left a img,
.cabinet__left a svg {
    margin: 0 10px 0 0
}

.cabinet__left a img path,
.cabinet__left a svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.cabinet .registration-back {
    font-size: 16px;
    margin: 0 0 115px 0 !important
}

.cabinet .registration-back svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.cabinet .registration-back:hover {
    color: #fff
}

.cabinet .registration-back:hover svg path {
    fill: #fff
}

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

.cabinet__left-box a:hover,
.cabinet__left-box a.active {
    color: #fff
}

.cabinet__left-box a:hover svg path,
.cabinet__left-box a.active svg path {
    fill: #fff
}

.cabinet__exit {
    margin: 30px 0 0 20px !important
}

.cabinet__exit:hover {
    color: #fff
}

.cabinet__exit:hover svg path {
    stroke: #fff
}

.cabinet__right {
    max-width: 970px;
    width: 100%
}

.cabinet__avatar {
    margin: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.cabinet__avatar span {
    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;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: 0 15px 0 0;
    background-color: #fff
}

.cabinet__box {
    margin: 0 0 50px 0
}

.cabinet__box .custom-file-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none
}

.cabinet__title {
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 110%
}

.cabinet__item {
    padding: 20px;
    border-radius: 10px;
    background: #1e1e1e
}

.cabinet__box:nth-child(2) strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%
}

.cabinet__box:nth-child(2) p {
    font-size: 14px
}

.cabinet__box:nth-child(2) .btn {
    padding: 8px 10px
}

.cabinet__load-img {
    margin: 0 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 175px;
    width: 100%;
    border-radius: 15px;
    background: #323232
}

.cabinet__box:nth-child(3) .cabinet__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cabinet__box:nth-child(3) strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%
}

.cabinet__box:nth-child(3) strong img {
    width: 17px;
    height: 17px;
    margin: 0 5px 0 0
}

.cabinet__box:nth-child(3) p {
    font-size: 14px
}

.cabinet__box:nth-child(3) span {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%
}

.cabinet .file-placeholder {
    color: #fff !important;
    padding: 8px 10px
}

.cabinet .file-formats {
    margin: 0 0 0 10px
}

.cabinet .custom-file-label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.cabinet__label {
    margin: 0 0 15px 0
}

.cabinet__label:last-child {
    margin: 0
}

.cabinet__info-title {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%
}

.cabinet__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px;
    padding: 15px;
    background: #323232
}

.cabinet__info {
    font-size: 12px
}

.cabinet__info-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #9e9e9e;
    font-size: 12px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.cabinet__info-link img {
    margin: 0 0 0 5px
}

.cabinet__info-link:hover {
    color: #fff
}

.cabinet .form-group {
    margin: 0 0 15px 0
}

.cabinet .form-group:last-child {
    margin: 0
}

.cabinet__avatar.mob {
    display: none
}

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

.cabinet .sc-item {
    margin: 0 0 20px 20px;
    width: calc(33.33333% - 20px)
}

.cabinet .dss-item__flag {
    width: 30px;
    height: 30px;
    pointer-events: none;
    top: 13px;
    right: 15px
}

.cabinet .dss-item__flag img {
    width: 9px
}

.cabinet .stickers {
    margin: 0 35px 0 0
}

.registration-back {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.registration-back svg path {
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.registration-back:hover {
    color: #fff
}

.registration-back:hover svg path {
    fill: #fff
}

.p-intro {
    padding: 70px 0 100px
}

.p-intro__logo {
    text-align: center;
    margin-bottom: 20px;
}

.p-intro__title {
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 0 auto 10px
}

.interview-intro .p-intro__title {
    max-width: 100%;
}

.interview-intro {
    padding: 40px 0 100px;
}

.p-intro__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
    max-width: 425px;
    width: 100%;
    margin: 0 auto 50px
}

.p-intro__slider {
    overflow: hidden
}

.p-intro .swiper-slide {
    border-radius: 10px;
    overflow: hidden
}

.p-intro .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover
}

.footer {
    margin: 60px 0 0 0;
    background-color: #181818
}

.footer__logo {
    width: 165px;
    height: 30px;
    display: block
}

.footer__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 0 195px 0
}

.footer__inner a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 10px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__inner a img {
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
    margin: 0 10px 0 0
}

.footer__inner a:hover {
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.footer__logo {
    display: block;
    margin: 0 30px 0 0 !important
}

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

.footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 0 auto;
    max-width: 830px;
    width: 100%
}

.footer__col {
    margin: 0 10px
}

.footer__col--mob {
    display: none
}

.footer__title {
    margin: 0 0 20px 0;
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%
}

.footer__bot {
    padding: 10px 0;
    border-top: 1px solid #343434;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__bot .footer__box a {
    margin: 0 10px
}

.footer__bot a {
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(0, 0, 0, 0);
    text-decoration-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.footer__bot a:hover {
    -webkit-text-decoration-color: #6d6d6d;
    text-decoration-color: #6d6d6d
}

.footer__bot a,
.footer__bot p {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%
}

.modal .carousel__button svg {
    -webkit-filter: none;
    filter: none
}

.modal__inner {
    color: #000;
    padding: 70px 50px;
    border-radius: 15px;
    background: #fff;
    max-width: 770px;
    width: 100%;
    border-radius: 15px
}

.modal__title {
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    max-width: 660px;
    margin: 0 auto 10px
}

.modal__subtitle {
    text-align: center;
    line-height: 1.2;
    margin-bottom: 15px;
}

.modal__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-align: center
}

.modal__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
    max-width: 420px;
    width: 100%
}

.modal__btns .btn {
    width: 50%;
    margin: 0 5px
}

.modal .btn--red:hover {
    border-color: #000;
    color: #000
}

.modal .btn--transparent {
    border-color: #000;
    color: #000
}

.modal .btn--transparent:hover {
    border-color: #c71111;
    color: #fff
}

.modal .form-group input,
.modal .form-group textarea {
    border: 1px solid #6d6d6d !important;
    color: #000 !important
}

.modal input[type=radio] {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #6d6d6d !important;
    width: 15px;
    height: 15px;
    border-radius: 1px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.modal input[type=radio]:checked {
    border: 4px solid #c71111 !important
}

#age-block-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 999999;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 20vh;
}



.fancybox__content {
    padding: 0;
    background-color: rgba(0, 0, 0, 0)
}

.fancybox__content>.carousel__button.is-close {
    top: 10px;
    right: 10px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox__content>.carousel__button.is-close svg path {
    stroke: #c71111
}

#modal-2,
#modal-4,
.modal__inner {
    max-width: 590px;
    width: 100%
}

.form-box {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.form-box legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px 0;
    width: 100%
}

.form-box legend span {
    color: #c71111
}

.form-box label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 10px);
    border: 1px solid #6d6d6d !important;
    padding: 15px;
    height: 50px;
    border-radius: 5px
}

.m-intro--about {
    padding: 5px 0 80px;
	position: relative;
	height: 56.25vw;
	overflow: hidden;
}

.m-intro--about iframe{
	position: absolute;
    top: calc(50% + 150px);
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.5);
    pointer-events: none;
}

.m-intro--about::before {
   content: "";
    position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
	z-index: 2;
}

.m-intro--about .container{
	position: relative; 
	z-index: 3;
}


.m-intro--about .breadcrumbs__list li span,
.m-intro--about .breadcrumbs__list li {
    color: #fff
}

.m-intro--about .breadcrumbs {
    position: relative;
    z-index: 1;
    margin: 0 0 110px 0
}

.m-intro--about .m-intro__text {
    max-width: 600px
}

.dss-target {
    padding: 60px 0 100px;
    overflow: hidden
}

.p-exellence__title {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%
}

.cooperation {
    padding: 65px 0 75px;
    overflow: hidden
}

.p-exellence__list--twoo .p-exellence__item {
    width: calc(25% - 20px)
}

.pst-exellence {
    padding: 40px 0
}

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

.pst-exellence__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
    border-radius: 15px;
    background: #181818
}

.pst-exellence__item>img {
    width: 40px;
    height: 40px;
    margin: 0 0 110px 0
}

.pst-exellence__item:first-child {
    padding: 20px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.pst-exellence__item:first-child .pst-exellence__title {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%
}

.pst-exellence__item {
    color: #fff
}

.pst-exellence__box {
    padding: 20px
}

.pst-exellence__item__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #c71111;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
    margin: 0 0 120px 0
}

.pst-exellence__title {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%
}

.pst-exellence__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.pst-exellence__item-img {
    max-width: 220px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

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

.pst-videos {
    padding: 70px 0 150px
}

.pst-videos .dss-tittle--twoo {
    max-width: 570px
}

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

.pst-videos__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(20% - 20px);
    margin: 0 0 20px 20px;
    padding: 20px;
    border-radius: 15px;
    min-height: 210px
}

.pst-videos__item span {
    margin: 0 0 10px auto;
    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;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.pst-videos__item:hover span {
    background-color: #fff
}

.pst-videos__item:hover svg path {
    fill: rgba(0, 0, 0, 0)
}

.pst-videos__item:nth-child(1) {
    background-color: #d38e17
}

.pst-videos__item:nth-child(1):hover svg path {
    fill: #d38e17
}

.pst-videos__item:nth-child(2) {
    background-color: #2b46be
}

.pst-videos__item:nth-child(2):hover svg path {
    fill: #2b46be
}

.pst-videos__item:nth-child(3) {
    background-color: #2db148
}

.pst-videos__item:nth-child(3):hover svg path {
    fill: #2db148
}

.pst-videos__item:nth-child(4) {
    background-color: #e26200
}

.pst-videos__item:nth-child(4):hover svg path {
    fill: #e26200
}

.pst-videos__item:nth-child(5) {
    background-color: #f4483f
}

.pst-videos__item:nth-child(5):hover svg path {
    fill: #f4483f
}

.pst-videos__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 120%
}

.dss-founder {
    padding: 75px 0 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.dss-founder blockquote {
    margin: 0;
    padding: 25px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    background-color: #ce0000;
    position: relative
}

.dss-founder blockquote::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -185px;
    width: 255px;
    height: 187px;
    background-image: url("/wp-content/uploads/2025/08/bracket-1.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right
}

.dss-founder blockquote span {
    margin: 30px 0 0 0;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 110%;
    text-align: right;
    font-style: italic
}

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

.dss-founder__left {
    max-width: 370px;
    width: 100%;
    margin: 0 15px 0 0
}

.dss-founder__left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.dss-founder__left ul li {
    margin: 0 10px 0 0
}

.dss-founder__left ul img {
    width: 30px;
    height: 30px
}

.dss-founder__suptitle {
    margin: 0 0 60px 0;
    color: #ce0000;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%
}

.dss-founder__title {
    margin: 0 0 20px 0;
    color: #fff;
    font-family: Gilroy;
    font-size: 64px;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: left
}

.dss-founder__sticker {
    border: 1px solid #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 23px;
    margin: 0 0 55px 0;
    padding: 5px 10px;
    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;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.dss-founder__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 40px 0
}

.dss-founder__right {
    max-width: 260px;
    width: 100%;
    padding: 100px 0 0 0
}

.dss-team {
    padding: 120px 0 85px;
    overflow: hidden
}

.dss-team .dss-tittle--twoo {
    padding: 0 100px 0 0
}

.dss-team__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-image: url("/wp-content/themes/medfuture/images/content/team-1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    padding: 20px;
    height: 420px
}

.dss-team__item:hover .dss-team__inner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

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

.dss-team__line span {
    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;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%
}

.dss-team__title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%
}

.dss-team__info {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.dss-team__inner {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 15px;
    border-radius: 15px;
    background: #fff;
    color: #000;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    -webkit-transform: translateY(120%);
    -ms-transform: translateY(120%);
    transform: translateY(120%)
}

.dss-team__inner .dss-team__title {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 110%
}

.dss-team__inner .dss-team__info {
    margin: 0 0 10px 0;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%
}

.dss-team__inner .dss-team__text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%
}

.dss-team__slider {
    position: relative
}

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

.dss-form-section {
    padding: 70px 0 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.dss-form-section .dss-tittle--twoo {
    text-align: center
}

.dss-form__box {
    max-width: 540px;
    width: 100%;
    margin: 0 auto
}

.dss-form__group {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dss-form__group label {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%
}

.dss-form__group input,
.dss-form__group textarea {
    padding: 15px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 5px;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background: rgba(243, 243, 243, .05);
    color: #fff
}

.dss-form__group input::-webkit-input-placeholder,
.dss-form__group textarea::-webkit-input-placeholder {
    color: #fff
}

.dss-form__group input::-moz-placeholder,
.dss-form__group textarea::-moz-placeholder {
    color: #fff
}

.dss-form__group input:-ms-input-placeholder,
.dss-form__group textarea:-ms-input-placeholder {
    color: #fff
}

.dss-form__group input::-ms-input-placeholder,
.dss-form__group textarea::-ms-input-placeholder {
    color: #fff
}

.dss-form__group input::placeholder,
.dss-form__group textarea::placeholder {
    color: #fff
}

.dss-form__group textarea {
    height: 100px
}

.dss-form .btn {
    margin: 0 auto
}
.dss-partners__img-mob{
	display: none;
}
.dss-partners {
    padding: 130px 0 60px;
    overflow: hidden
}

.dss-partners .dss-tittle--twoo {
    text-align: center;
    max-width: 860px;
    margin: 0 auto
}

.dss-partners__text {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center
}

.dss-partners .btn {
    margin: 0 auto 55px
}

.circle {
  position: relative;
  border: 1px solid #000;
  margin: 1em auto;
  width: 690px;
  height: 690px;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
}

/* Сектори */
.circle li {
  background-color: #181818;
  font-size: 12px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 50%;
  transform-origin: 0% 100%;
  transition: linear .2s;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.circle li:hover { background: #fff; }
.circle li:hover .text { color: #000; }

.circle .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  width: 120px;
}

.circle .text img {
  margin-bottom: 6px;
  width: 40px;
  height: 40px;
}

.circle-mid {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 255px;
  height: 255px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  text-align: center;
  box-shadow: 0 0 19px rgba(0,0,0,.25);
}

.circle li:nth-child(1)  { transform: rotate(0deg) skewY(-55deg); }
.circle li:nth-child(1) .text  { transform: skewY(55deg) rotate(0deg) translate(13px, 15px);  }

.circle li:nth-child(2)  { transform: rotate(40deg) skewY(-55deg); }
.circle li:nth-child(2) .text  { transform: skewY(55deg) rotate(-40deg) translate(-10px, 30px); }

.circle li:nth-child(3)  { transform: rotate(80deg) skewY(-55deg); }
.circle li:nth-child(3) .text  { transform: skewY(55deg) rotate(-80deg) translate(-20px, 7px); }

.circle li:nth-child(4)  { transform: rotate(120deg) skewY(-55deg); }
.circle li:nth-child(4) .text  { transform: skewY(55deg) rotate(-120deg) translateX(-30px); }

.circle li:nth-child(5)  { transform: rotate(160deg) skewY(-55deg); }
.circle li:nth-child(5) .text  { transform: skewY(55deg) rotate(-160deg) translate(-20px, -25px); }

.circle li:nth-child(6)  { transform: rotate(200deg) skewY(-55deg); }
.circle li:nth-child(6) .text  { transform: skewY(55deg) rotate(-200deg) translate(-5px, -40px); }

.circle li:nth-child(7)  { transform: rotate(240deg) skewY(-55deg); }
.circle li:nth-child(7) .text  { transform: skewY(55deg) rotate(-240deg) translate(15px, -25px); }

.circle li:nth-child(8)  { transform: rotate(280deg) skewY(-55deg); }
.circle li:nth-child(8) .text  { transform: skewY(55deg) rotate(-280deg) translate(20px, -10px); }

.circle li:nth-child(9)  { transform: rotate(320deg) skewY(-55deg); }
.circle li:nth-child(9) .text  { transform: skewY(55deg) rotate(-320deg) translate(30px, 1px); }

.dss-partners .circle-wrap {
    margin: 0;
}

.title-dark-orange{ 
	background-color: #E26200;
}
.dss-lock{
	position: relative;
	pointer-events: none;
}
.dss-lock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
	border: none;
}
.dss-item--video .dss-lock::after, .dss-lock::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    background-image: url(/wp-content/uploads/2025/10/lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.m-intro-obl {
    padding: 35px 0 80px;
	overflow: hidden;
}

.m-intro-obl::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 0;
    left: -20px;
    width: 150vw;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(81.179%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 81.179%);
    background: linear-gradient(rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 81.179%)
}

.m-intro-obl::after {
    height: 200px
}

.m-intro-obl .m-intro__video-link img{
	opacity: .8;
}

.m-intro-obl .m-intro__text {
    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
}

.m-intro-obl .m-intro__text img {
    margin: 0 10px 0 0
}

.m-intro-obl .m-intro__btns {
    max-width: 600px;
    width: 100%
}

.m-intro-obl .m-intro__btns .btn {
    max-width: 310px;
    width: 100%
}

.m-intro-obl .m-intro-obl-img {
    max-width: 610px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0 30px 0
}

.m-intro-obl .m-intro-obl-logo {
	position: relative;
	z-index: 1;
    display: block;
    width: 55px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 0 80px 0
}

.obl-video {
    padding: 50px 0
}

.obl-video__btns {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.obl-video__btns .btn {
    width: 210px;
    margin: 0 5px
}

.obl-exellence {
    overflow: hidden
}

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

.obl-exellence__left {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    width: calc(50% - 20px);
    margin: 0 0 0 20px;
    min-height: 390px
}

.obl-exellence__left-text {
    font-size: 20px;
    color: #ce0000;
    line-height: 110%
}

.obl-exellence__lefr-title {
    font-size: 32px;
    color: #000;
	font-weight: 600;
    line-height: 110%
}

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

.obl-exellence .p-exellence__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 20px);
    height: calc(50% - 10px)
}

.obl-exellence .p-exellence__list {
    height: 100%
}

.obl-exellence .p-exellence__text {
    font-size: 20px
}

.p-exellence__num {
    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;
    font-size: 12px;
    color: #c71111;
    background-color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px
}

.obl-box {
    margin: 120px 0 80px;
    background-image: url("../images/content/obl-box-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.obl-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.obl-box__left {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 30px;
    max-width: 370px;
    width: 100%;
    min-height: 700px
}

.obl-box__text-one {
    margin: 0 0 40px 0;
    font-size: 20px
}

.obl-box__text-twoo {
    font-size: 64px;
    margin: 0 0 15px 0;
    line-height: 100%
}

.obl-box__text-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px
}

.obl-box__text-three img {
    margin: 0 10px 0 0
}

.obl-box__sticker {
    padding: 14px 15px;
    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;
    font-size: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px 0 0 0;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 53px
}

.obl-box__md {
    max-width: 450px;
    width: 100%
}

.obl-box__md img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom
}

.obl-box__right {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 30px;
    max-width: 4490px;
    width: 100%
}

.obl-box__line {
    padding: 20px 0 40px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.obl-box__line:first-child {
    border-bottom: none
}

.obl-box__line-title {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 400
}

.obl-box__line-text {
    font-size: 16px;
    font-weight: 500
}

.obl-box__text-four {
    margin: 20px 0 10px 0;
    font-size: 20px;
    font-weight: 400
}

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

.obl-box__imgs img {
    display: block;
    margin: 0 30px 0 0
}

.obl-box__itms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.obl-box__itm {
    margin: 0 40px 0 0
}

.obl-box__itm-title {
    font-size: 48px;
    line-height: 100%;
    font-weight: 600
}

.dss-faq--twoo .dss-tittle--twoo {
    text-align: left
}

.dss-faq--twoo .dss-faq__dt-inner {
    margin: 0 15px 0 0
}

.dss-faq--twoo .dss-faq__sticker {
    margin: 0 0 10px 0;
    height: 25px;
    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: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #fff;
    font-size: 14px;
    color: #000;
    padding: 5px 10px;
    border-radius: 100px
}

.dss-faq--twoo .dss-faq__dd-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px 0
}

.dss-faq--twoo .dss-faq__dd-title img {
    margin: 0 10px 0 0
}

.dss-faq--twoo .dss-faq__dd-text {
    margin: 0 0 10px 0;
    font-size: 16px
}

.dss-faq--twoo .dss-faq__dd-sticker {
    margin: 15px 0 5px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    padding: 6px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    border-radius: 34px;
    background: #fff;
	float: left;
}
.dss-faq--twoo .dss-faq__dd-sticker img{
	margin: 0 5px 0 0;
}
.dss-faq--twoo .dss-faq__dd-sticker+p {
    margin: 30px 0 10px;
	transform: translatex(10px);
	width: calc(100% - 10px);
}

.dss-faq--twoo .dss-faq__text-info {
    position: relative;
    font-size: 16px;
    font-style: italic;
    padding: 0 0 0 8px;
	clear: both; 
}

.dss-faq--twoo .dss-faq__text-info::after {
    content: "*";
    position: absolute;
    top: -3px;
    left: -3px;
    font-size: 16px;
    color: #c71111
}

.dss-faq--twoo .pst-accordeon dt span {
    width: 50px;
    height: 50px;
    position: relative;
	flex-shrink: 0;
}

.dss-faq--twoo .pst-accordeon dt span::after,
.dss-faq--twoo .pst-accordeon dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 45%;
    height: 2px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-faq--twoo .pst-accordeon dt span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.dss-faq--twoo .pst-accordeon dt.active span {
    border-color: #fff
}

.dss-faq--twoo .pst-accordeon dt.active span::after {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.obl-tarifs {
    padding: 50px 0 70px
}

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

.obl-tarifs__sale {
    position: relative;
    font-size: 22px;
    font-style: italic;
    font-family: "Caveat", cursive;
    max-width: 420px
}

.obl-tarifs__sale strong {
    font-size: 36px
}

.obl-tarifs__sale span {
    font-size: 22px;
    color: #c71111
}

.obl-tarifs__sale::after {
    content: "";
    position: absolute;
    bottom: 15px;
    left: -75px;
    background-image: url("../images/icons/arrow-dec2.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 61px;
    height: 67px
}

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

.obl-tarifs__item {
    color: #fff;
    width: calc(33.33333% - 20px);
    margin: 0 0 0 20px;
    border-radius: 20px;
    background: #202020;
    padding: 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.obl-tarifs__item li {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.obl-tarifs__item li img {
    margin: 0 10px 0 0
}

.obl-tarifs__item p {
    margin: 30px 0 5px 0
}

.obl-tarifs__title {
    margin: 0 0 30px 0;
    font-size: 32px;
    font-weight: 600;
	line-height: 110%;
}

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

.obl-tarifs__box span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 10px 0 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 100%
}

.obl-tarifs__sticker {
    padding: 6px 12px;
    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;
    border-radius: 88px;
    background: #c71111;
    color: #fff
}

.obl-tarifs__price {
    margin: 0 0 30px 0;
    color: #c71111;
    font-size: 48px;
    font-weight: 600;
    line-height: 100%
}

.obl-tarifs .btn {
    width: 100%
}

.obl-tarifs__item--white {
    background-color: #fff;
    color: #000
}

.obl-tarifs__item--white .btn--transparent {
	color: #000;
	border-color: #000;
}

.obl-tarifs__item--white .btn--transparent:hover {
	color: #fff;
	border-color: #000;
	background-color: #2b2b2b;
}

.dss-tittle-three {
    font-size: 64px;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 40px 0
}

.dst-exellence {
    padding: 60px 0 50px;
    overflow: hidden
}

.dst-exellence .dss-tittle-three {
    text-align: center;
    margin: 0 0 60px 0
}

.dst-exellence__slider {
    position: relative;
    padding-bottom: 40px
}

.dst-exellence__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dst-exellence__slider .swiper-slide {
    height: auto
}

.dst-exellence__slider::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: url("../images/icons/slider-decor.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right
}

.dst-exellence__item {
    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
}

.dst-exellence__item span {
    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;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    width: 30px;
    height: 30px;
    background-color: #c71111;
    border-radius: 50%;
    margin: 0 0 25px 0
}

.dst-exellence__item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
    border-radius: 10px;
    background: #181818
}

.dst-exellence__item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 0 5px 0
}

.btn--black-transparent {
    border-color: #000;
    color: #000
}

.dss-cource__box {
    color: #000;
    text-align: center;
    padding: 40px 20px;
    border-radius: 20px;
    background: #fff
}

.dss-cource__box-title {
    max-width: 900px;
    margin: 0 auto 30px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.dss-cource__box-btns {
    max-width: 360px;
    width: 100%;
    margin: 0 auto
}

.dss-cource__box-btns .btn {
    width: 100%;
    margin: 15px 0 0 0
}

.obl-box__imgs {
    margin: 0 0 15px 0
}

.thank-you {
    padding: 200px 0;
    text-align: center;
    display: flex;
}

.thank-you .btn--red {
    margin: 0 auto;
}

.thank-you h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.3;
}

.thank-you p {
    margin-bottom: 40px;
}

.obl-tarifs__item .descriptor-1 {
    margin: 0px 0 5px 0;
    font-size: 14px;
}

.inreview-intro__img-mob{
	display: none;
}

.intro-lections__slider .swiper-slide{
	transition: linear .2s;
}

.intro-lections__slider .swiper-wrapper{
	display: flex;
	align-items: center;
}

.pst-gallery{
	padding: 50px 0 70px;
}

.pst-gallery__box{
	text-align: center;
	margin: 0 0 30px 0;
	color: #fff;
}

.pst-gallery__logo{
	width: 150px;
	margin: 0 auto 20px;
}

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

.pst-gallery h1{
	font-size: 64px;
	line-height: 120%;
	margin: 0 0 10px 0;
	font-weight: 500;
}

.pst-gallery p{
	
}

.pst-gallery__inner{
	display: flex;
	position: relative;
}

.pst-gallery__inner::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url('/wp-content/uploads/2026/05/icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 340px;
	height: 55px;
}

.pst-gallery__col{
	width: 25%;
	display: flex;
	flex-wrap: wrap;
}

.pst-gallery__col:nth-child(2) .pst-gallery__img,
.pst-gallery__col:nth-child(3) .pst-gallery__img{
	width: 100%;
}

.pst-gallery__img{
	width: 50%;
	height: auto;
	border-radius: 50%;
	overflow: hidden;
}

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


.pst-gallery__img img {
	display: block;
	width: 100%;
	height: auto;
	animation: galleryFloat 17s ease-in-out infinite;
	will-change: transform;
}

/* Різна затримка для живішого ефекту */
.pst-gallery__img:nth-child(2) img {
	animation-delay: 0.8s;
}

.pst-gallery__img:nth-child(3) img {
	animation-delay: 1.6s;
}

.pst-gallery__img:nth-child(4) img {
	animation-delay: 2.4s;
}

@keyframes galleryFloat {
	0% {
		transform: scale(1) translateY(0px);
	}

	25% {
		transform: scale(1.03) translateY(-8px);
	}

	50% {
		transform: scale(1.06) translateY(0px);
	}

	75% {
		transform: scale(1.03) translateY(8px);
	}

	100% {
		transform: scale(1) translateY(0px);
	}
}

.dss-img-wrap{
	height: 300px;
	width: auto;
	margin: 0 10px;
	border-radius: 15px;
	overflow: hidden;
}

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

.wraper--twoo{
	margin: 50px 0 0 0;
}



@media(max-width: 992px) {

    .obl-exellence__left,
    .obl-exellence__right {
        width: calc(100% - 20px)
    }

    .obl-exellence__left {
        margin: 0 0 20px 20px
    }

    .obl-exellence__left {
        min-height: 0
    }

    .obl-exellence__lefr-title {
        font-size: 28px
    }

    .obl-exellence__left-text {
        margin: 0 0 55px 0
    }

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

    .obl-box__left,
    .obl-box__md,
    .obl-box__right {
        max-width: 100%;
        min-height: 0
    }

    .obl-box__md {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        max-width: 390px;
        margin: 0 auto
    }

    .obl-tarifs__item {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }

    .m-intro-obl .m-intro__btns {
        margin: 60px 0 0 0;
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px
    }
	.m-intro-obl::before {
		top: -150px;
	}
}

@media(max-width: 768px) {
	.dss-img-wrap{
		width: 145px;
		height: 210px;
		margin: 0 5px;
	}
	
	
	.inreview-intro__inner *:not(.inreview-intro__img-mob){
		position: relative;
		z-index: 2;
	}
	
	.inreview-intro__img-mob{
		position: relative;
		display: block;
		width: calc(100% + 30px);
		margin: 0 0 0 -15px;
	}
	
	.inreview-intro__img-mob .breadcrumbs{
		position: absolute;
		top: 10px;
		left: 15px;
		z-index: 2;
		right: 15px;
	}
	
	.inreview-intro__img-mob img{
		display: block;
		width: 100%;
		height: auto;
		
	}
	
	.inreview-intro{
		background-image: none !important;
	}
	
	.interview__slider .swiper-slide {
		height: 120px;
	}
	
	.interview__slider .swiper-slide-active {
		height: 160px;
	}
	

	
	.inreview-intro__col-wrap{
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.inreview-intro__col{
		width: 100%;
        max-width: 100%;
	}
	
	.interview__slider-twoo .swiper-slide {
		height: 220px;
	}
	
	.interview__slider-twoo .swiper-slide-active {
		height: 300px;
	}
	
	.interview__slider-twoo {
		margin-top: -40px;
	}
	
	.p-intro {
        padding: 25px 0 0 !important;
    }
	
	.m-intro.m-intro-obl{
		background-image: url("/wp-content/uploads/2025/10/bg-obl.webp") !important;
	}
	
	.m-intro-obl .m-intro__btns .btn{
		padding: 15px 3px;
		font-size: 15px;
	}
	.dss-faq--twoo .dss-faq__dd-sticker{
		float: none;
		text-align: left;
		font-size: 16px;
		line-height: 110%;
	}
	.dss-faq--twoo .dss-faq__dd-sticker+p{
		margin: 5px 0 10px;
	}


    .m-intro.m-intro-obl {
        padding: 60px 0 75px
    }

    .m-intro-obl .m-intro-obl-logo {
        margin: 0 0 55px 0
    }

    .obl-exellence {
        padding: 80px 0 20px
    }

    .obl-exellence__left-text {
        font-size: 16px
    }

    .obl-exellence__left {
        padding: 15px
    }

    .obl-exellence .p-exellence__item {
        width: 100%;
        height: 100%
    }

    .p-exellence__num {
        margin: 0 0 80px 0
    }

    .obl-video__btns {
        margin: 50px 0 30px 0
    }

    .obl-box {
        margin: 50px 0 55px
    }

    .obl-box__text-one {
        font-size: 16px;
        margin: 0 0 26px 0
    }

    .obl-box__text-twoo {
        font-size: 48px
    }

    .obl-box__text-three {
        font-size: 16px
    }

    .obl-box__stickers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 20px 0 0 -10px
    }

    .obl-box__sticker {
        padding: 9px;
        font-size: 13px;
        height: 32px;
        margin: 0 0 0 10px
    }

    .obl-box__right {
        padding: 0 0 30px
    }

    .obl-box__line-title {
        font-size: 16px;
        margin: 0
    }

    .obl-box__line {
        padding: 20px 0 15px
    }

    .obl-box__text-four {
        font-size: 16px
    }

    .obl-box__imgs img {
        width: 35%
    }

    .obl-box__itm-title {
        font-size: 28px
    }

    .obl-box__itm {
        position: absolute;
        max-width: 180px;
        margin: 0
    }

    .obl-box__itm:first-child {
        max-width: 120px;
        bottom: -120px;
        right: 0
    }

    .obl-box__itm:last-child {
        max-width: 120px;
        bottom: -265px;
        left: 0
    }

    .obl-box__itms {
        position: relative;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 390px;
        width: 100%;
        margin: 0 auto
    }

    .dss-faq--twoo .pst-accordeon dt span {
        width: 25px;
        height: 25px
    }

    .dss-faq--twoo .pst-accordeon dt {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dss-faq--twoo .pst-accordeon dt {
        font-size: 24px
    }

    .obl-tarifs__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 20px 0
    }

    .obl-tarifs__sale {
        padding: 0 60px 0 0
    }

    .obl-tarifs__sale::after {
        left: auto;
        right: 0px;
        -webkit-transform: rotate(125deg);
        -ms-transform: rotate(125deg);
        transform: rotate(125deg)
    }

    .obl-tarifs__item {
        padding: 20px
    }

    .obl-tarifs__title {
        font-size: 28px
    }

    .obl-tarifs__box span {
        font-size: 24px
    }

    .obl-tarifs__price {
        font-size: 32px
    }

    .dst-exellence .dss-tittle-three {
        font-size: 28px;
        text-align: left
    }

    .obl-tarifs {
        padding: 50px 0 20px
    }

    .dst-exellence {
        padding: 40px 0 35px;
        margin-bottom: 40px;
    }

    .dst-exellence .dss-tittle-three {
        margin: 0 0 30px 0
    }

    .dst-exellence__slider {
        padding-bottom: 0
    }

    .dss-cource__box-title {
        font-size: 28px
    }
}



@media(max-width: 1200px) {
	.header__logo{
		width: 100px;
	}
    .pst-videos__item {
        width: calc(33.33333% - 20px);
        min-height: 150px
    }
	.account-btns a{
		padding: 15px 10px !important;
	}
}

@media(max-width: 991px) {
	.dss-menu__list-box ul,
.select-wrap{
    display: none;
    margin: 0 0 0 25px
}

.select-wrap{
	margin: 0;
}

.dss-menu__list-box ul.hidden,
.select-wrap.hidden,
.select-wrap.hidden .select-dropdown,
.select-wrap.hidden .options-grid{
    display: block
}

.select-wrap{
	width: 100%;
}

.select-wrap.hidden .select-dropdown{
	opacity: 1;
	transform: translateY(0);
	background-color: transparent;
	width: 100%;
}

.dss-menu__list-box ul{
	margin: 0;
}

.select-wrap::after{
	display: none;
}

.select-dropdown{
	box-shadow: none;
	border: none;
	padding: 0;
	background: transparent;
}

.select-trigger{
	display: none;
}

.select-dropdown{
	position: static !important;
}
	.m-intro-obl::before{
		margin: -65px 0 0 0;
	}
	.m-intro--about{
		height: 100vh;
		min-height: 600px;
		padding: 20px 0 35px !important;
	}
    .pst-exellence__item {
        width: calc(100% - 20px)
    }
	.m-intro--about iframe {
        transform: translate(-50%, -50%) scale(3.8);
    }
	.sc-item,
	.swiper-backface-hidden .swiper-slide{
		overflow: hidden;
	}
	.sc-item::before{
		display: none;
	}
	.dss-filter__prev{
		right: auto;
		left: 0;
	}
}

@media(max-width: 768px) {
    .header__logo {
        width: 185px !important;
        height: 47px !important;
    }
	.dss-partners__img-mob{
		display: block;
		width: 100%;
		height: auto;
	}
	.circle-wrap{
		display: none;
	}
	.dss-filter__prev{
		display: none;
	}
	.dss-filter__next {
		right: 20px;
	}
	.dss-filter-wrap{
		padding: 0;
		position: relative;
	}
	.dss-filter-wrap::after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 145px;
		background: linear-gradient(90.00deg, rgba(1, 1, 1, 0),rgba(1, 1, 1, 1) 100%);
	}
	.dss-partners .circle-wrap {
		margin: -180px 0 -220px
	}

    .circle {
        -webkit-transform: scale(0.5) translateX(-305px);
        -ms-transform: scale(0.5) translateX(-305px);
        transform: scale(0.5) translateX(-305px)
    }

    .pst-videos__item {
        padding: 10px;
        width: calc(50% - 20px)
    }

    .pst-exellence__item:first-child .pst-exellence__title {
        font-size: 28px
    }

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

    .pst-exellence__item-img {
        max-width: 100%;
        height: 300px
    }

    .pst-exellence__item>img,
    .pst-exellence__item__num {
        margin: 0 0 40px 0
    }

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



    .dss-founder {
        padding-bottom: 350px;
		background-size: 750px 375px;
		background-position: bottom center;
    }

    .dss-founder__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .dss-founder__suptitle {
        margin: 0 0 20px 0
    }

    .dss-founder__title {
        font-size: 34px
    }
	
	.dss-founder{
		margin: 0 0 150px 0;
	}
	.dss-form-section {
		padding: 170px 0 90px;
	}
	.dss-partners {
		padding: 65px 0 60px;
	}

    .dss-founder__sticker {
        margin: 0 0 25px 0
    }
	.dss-founder__inner{
		position: relative;
	}

    .dss-founder__right {
       position: absolute;
	   bottom: -450px;
	   right: 0;
    }

    .dss-team {
        padding: 30px 0
    }
}

@media(max-width: 1200px) {
    .show-more {
        display: none
    }

    .items-slider-btn-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin: 20px 0 0 0
    }

    .dss-filter-btns {
        padding: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
	

    .dss-filter-wrap {
        overflow: auto;
        margin: 0 0 80px 0
    }

    .dss-filter-btn {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .dss-catalog__left {
        max-width: 250px
    }

    .dss-part__item {
        width: calc(33.33333% - 20px)
    }

    .pst-videos__title {
        font-size: 26px
    }
}

@media(max-width: 992px) {
	.pst-gallery__logo {
		width: 110px;
	}
	
	.pst-gallery h1{
		font-size: 40px;
	}
	
    .intro-lections__title {
        font-size: 40px
    }

    .header__inner {
        height: 60px
    }

    .m-intro {
        position: relative;
        padding: 90px 0 35px
    }

    .m-intro__title {
        font-size: 40px
    }

    .m-intro__text {
        font-size: 16px;
        margin: 0 0 40px 0
    }

    .margin-top {
        margin-top: 60px !important
    }

    .header .select-wrap,
    .header .header__search-form,
    .header .header__enter {
        display: none
    }

    .header .btn {
        padding: 5px 15px;
        height: 37px;
        margin: 0 0 0 auto
    }

    .header__logo {
        width: 105px;
        height: 22px
    }

    .header__menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 35px;
        height: 20px;
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        position: relative;
        border: none;
        margin: 0 20px 0 0
    }

    .header__menu-btn span {
        height: 2px;
        background-color: #fff;
        width: 100%;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after,
    .header__menu-btn::before {
        content: "";
        position: absolute;
        height: 2px;
        background-color: #fff;
        left: 0;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__menu-btn::after {
        top: 0;
        width: 80%
    }

    .header__menu-btn::before {
        width: 70%;
        bottom: 0
    }

    .header__menu-btn.active span {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .header__menu-btn.active::after {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg)
    }

    .header__menu-btn.active::before {
        width: 100%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg)
    }

    .m-intro__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 290px;
        width: 100%
    }

    .m-intro__btns .btn {
        margin: 0 0 10px 0;
        font-size: 16px;
        height: 54px;
        width: 100%
    }

    .dss-menu.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .m-intro__btns {
        margin: 0 0 80px 0
    }

    .dss-tittle {
        font-size: 28px;
        font-weight: 500;
        margin: 0 0 20px 0
    }

    .dss-items-wrap {
        padding: 55px 0 30px
    }

    .sc-item {
        height: 255px;
        background-size: cover
    }

    .dss-items-wrap .dss-tittle-wrap {
        margin: 0
    }

    .dss-items-wrap .dss-tittle-wrap .dss-tittle {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px 0 25px;
        padding: 0 80px 0 0
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 32px;
        height: 32px;
        top: -40px
    }

    .swiper-button-next svg,
    .swiper-button-prev svg {
        width: 15px
    }

    .dss-filter-wrap {
        width: calc(100% + 30px)
    }

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

    .dss-tittle--twoo {
        font-size: 28px;
        line-height: 130%;
        margin: 0 0 20px 0
    }

    .m-about__left-text {
        margin: 0 0 10px 0;
        max-width: 100%;
        font-size: 22px
    }

    .m-about__right {
        max-width: 100%
    }

    .m-about__left {
        margin: 0
    }

    .m-about {
        padding: 40px 0
    }

    .m-about__right-text {
        margin: 0 0 20px 0
    }

    .m-about__top {
        margin: 0 0 20px 0
    }

    .video__inner::after {
        height: 80px;
        width: 80px
    }

    .m-banner__inner {
        padding: 30px 20px
    }

    .wrap {
        width: calc(33.33333% - 10px)
    }

    .wrap:nth-child(4) {
        display: none
    }

    .dss-reviews__name {
        margin: 0 0 5px 0;
        font-size: 16px
    }

    .m-banner--red {
        padding: 100px 0
    }

    .dss-faq {
        padding: 20px 0
    }

    .dss-faq .dss-tittle--twoo {
        text-align: left
    }

    .pst-accordeon dl {
        padding: 15px
    }

    .dss-catalog__left {
        height: calc(100vh - 60px);
        overflow: auto;
        position: fixed;
        z-index: 9999;
        top: 60px;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background-color: #000;
        padding: 10px 15px 30px;
        margin: 0;
        max-width: 100%;
        opacity: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: linear .3s;
        -o-transition: linear .3s;
        transition: linear .3s
    }

    .dss-catalog__left.active {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    .dss-catalog__close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 0 10px 0;
        margin: 0 0 15px 0;
        border-bottom: 1px solid #1e1e1e
    }

    .dss-catalog__btn-filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        line-height: 110%
    }

    .dss-catalog__btn-filter img {
        margin: 0 0 0 10px
    }

    .dss-catalog__title-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .dss-catalog__subtitle {
        display: none
    }

    .dss-cource {
        overflow: hidden
    }

    .dss-cource .dss-catalog__subtitle {
        display: block
    }

    .dss-cource .dss-filter-btns {
        margin: 0 0 10px 0
    }

    .dss-cource .dss-filter-wrap {
        margin: 0 0 15px 0
    }

    .dss-cource .dss-catalog__subtitle {
        font-size: 16px;
        font-weight: 600;
        line-height: 110%
    }

    .dss-cource .select-wrap {
        width: 100%
    }

    .dss-item__img {
        max-width: 250px;
		width: 100%;
    }

    .intro-porgram__title {
        font-size: 40px
    }

    .intro-porgram__text {
        font-size: 16px
    }

    .p-exellence {
        padding: 50px 0 65px
    }

    .dss-invite {
        padding: 35px 0 30px
    }

    .dss-part__item {
        width: calc(50% - 20px)
    }

    .intro-cource__title {
        font-size: 40px;
        line-height: 120%
    }

    .dss-item--lock .dss-item__content>.dss-item__sticker {
        position: static;
        margin: 0 0 15px 0
    }

    .interview__title {
        font-size: 40px
    }

    .inreview-intro__title {
        font-size: 40px
    }

    .intro-show__title {
        font-size: 40px
    }

    .intro-show__title br {
        display: none
    }

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

    .cabinet__left {
        max-width: 100%;
        margin: 0 0 45px 0;
        position: relative
    }

    .cabinet__left-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .cabinet__left-box a {
        width: 50%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 2px solid #fff;
        color: #fff;
        margin: 0
    }

    .cabinet__left-box a svg path {
        fill: #fff
    }

    .cabinet__left-box a.active {
        border-bottom: 2px solid #c71111;
        color: #c71111
    }

    .cabinet__left-box a.active svg path {
        fill: #c71111
    }

    a.cabinet__exit {
        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;
        margin: 0;
        font-size: 0;
        width: 42px;
        height: 42px;
        border-radius: 5px;
        background: #181818
    }

    a.cabinet__exit img,
    a.cabinet__exit svg {
        margin: 0
    }

    .cabinet__avatar {
        display: none
    }

    .cabinet__avatar.mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 22px;
        font-weight: 600;
        line-height: 110%;
        padding: 0 80px 0 0
    }

    .cabinet__avatar span {
        width: 40px;
        height: 40px
    }

    .cabinet__exit {
        position: absolute;
        top: 20px;
        right: 0
    }

    .cabinet {
        padding: 20px 0 50px
    }

    .cabinet .registration-back {
        margin: 0 0 30px 0 !important
    }

    .cabinet__title {
        font-size: 22px
    }

    .p-intro__title {
        font-size: 40px
    }

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

    .sc-item__bot {
        display: none
    }

    .stickers li {
        margin: 0 10px 10px 0
    }

    .sc-item::after {
        content: "";
        position: absolute;
        top: 15px;
        right: 15px;
        width: 24px;
        height: 24px;
        background-image: url("../images/icons/arow-red.svg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
		display: none !important;
    }

    .pst-videos {
        padding: 30px 0
    }
}

@media(max-width: 768px) {
	.pst-gallery__inner::after {
		width: 140px;
	}
	
	.pst-gallery{
		overflow: hidden;
	}
	
	.pst-gallery__inner{
		transform: scale(1.4);
	}
	
    .pst-videos__title {
        font-size: 22px
    }

    .interview__text {
        max-width: 500px;
        margin: 0 auto 35px
    }

    .interview .swiper-wrapper {
        margin: 0 0 0 -30px
    }

    .m-banner__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .m-banner__left,
    .m-banner__right {
        margin: 0;
        max-width: 100%
    }

    .m-banner .dss-tittle--twoo {
        margin: 0 0 10px 0;
        font-size: 28px
    }

    .m-banner .btn {
        margin: 0 0 20px 0;
        width: 100%;
        max-width: 100%;
        font-size: 14px
    }

    .m-banner {
        margin: 10px 0 30px
    }

    .dss-preview .sc-item {
        width: calc(100% - 20px);
        height: 250px
    }

    .dss-preview {
        padding: 40px 0
    }

    .wrap {
        display: none;
        width: calc(100% - 10px)
    }

    .wrap:nth-child(1) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .dss-reviews__top .btn {
        display: none
    }

    .dss-reviews {
        padding: 15px 0 50px
    }

    .dss-reviews__item {
        padding: 15px
    }

    .dss-reviews__box {
        height: 650px
    }

    .btn-mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

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

    .footer__logo {
        margin: 0 0 70px 0 !important
    }

    .footer__inner .footer__box {
        margin: 0 0 0 -20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

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

    .footer__col--mob {
        display: block
    }

    .footer__col:nth-child(1) {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .footer__col:nth-child(4) {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .footer__bot a {
        display: none
    }

    .footer__bot p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .footer {
        margin: 40px 0 0 0
    }

    .footer__inner {
        padding: 40px 0 15px 0
    }

    .items-slider.margin-top {
        margin-top: 60px !important
    }

    .dss-reviews__box::after,
    .dss-reviews__box::before {
        height: 140px
    }

    .header__cabinet {
        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;
        height: 37px;
        width: 37px;
        padding: 0;
        font-size: 0
    }

    .header__cabinet img {
        margin: 0
    }

    .dss-catalog__right {
        margin: 0
    }

    .dss-catalog .sc-item {
        width: 100%;
        margin: 0 0 10px
    }

    .dss-catalog__title {
        font-size: 40px
    }

    .dss-catalog .dss-items-wrap {
        padding: 0px 0 25px
    }

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

    .dss-catalog .dss-filter-btns {
        margin: 0 0 10px 0
    }

    .dss-catalog .dss-filter-wrap {
        margin: 0 0 20px 0
    }

    .registration__box {
        padding: 50px 20px
    }

    .registration__title {
        font: 22px
    }

    .file-placeholder {
        display: none
    }

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

    .registration__btns .btn {
        margin: 0 0 10px 0
    }

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

    .dss-item {
        padding: 15px
    }

    .dss-item__img {
        max-width: 100%;
        margin: 0 0 15px 0
    }

    .dss-item__content {
        padding: 0
    }

    .dss-item__title {
        padding: 0 80px 0 0;
        font-size: 20px;
        min-height: 50px
    }

    .dss-item__flag {
        width: 40px;
        height: 40px
    }

    .dss-item__name {
        width: 100%;
        text-align: left;
		justify-content: flex-start;
    }

    .dss-item__btns {
        margin: 0 0 0 -10px;
        width: 110%
    }

    .dss-item__btns .btn {
        padding: 8px 5px;
        margin: 0 0 0 10px;
        width: calc(50% - 10px)
    }

    .dss-item__text {
        margin: 10px 0 10px 0
    }

    .dss-cource {
        padding: 25px 0 35px
    }

    .recomendation {
        padding: 80px 0 30px;
    }

    .recomendation .sc-item {
        height: 250px
    }

    .intro-porgram__imgs {
        position: relative;
        height: 250px;
        margin: 40px 0 0 0
    }

    .intro-porgram .container {
        margin: -300px auto 0
    }

    .intro-porgram__inner {
        padding: 200px 0 0 0
    }

    .intro-porgram__imgs::after {
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        height: 90px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-5%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(top, rgb(0, 0, 0) -5%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, rgb(0, 0, 0) -5%, rgba(0, 0, 0, 0) 100%)
    }

    .intro-porgram__imgs::before {
        z-index: 1;
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 90px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(81.179%, rgb(0, 0, 0)));
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%);
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 81.179%)
    }

    .intro-porgram__line {
        margin: 10px 0 0 0;
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2;
        width: 100%;
		flex-wrap: wrap;
    }
	
	.intro-porgram__line .intro-porgram__col{
		width: 50%;
		margin: 0 0 10px 0;
		padding: 0 10px 0 0;
	}

    .intro-porgram .dss-item__flag {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 15px 0 0 auto
    }

    .intro-porgram__col {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 10px 0 0
    }
	
	.intro-porgram__col .stickers-twoo{
		flex-direction: column;
	}

    .intro-porgram__col .stickers-twoo li {
        font-size: 14px
    }

    .intro-porgram__col strong {
        font-size: 16px
    }

    .intro-porgram__btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px 0 0 -10px;
        max-width: 100%;
        width: 100%
    }

    .intro-porgram__btns .btn {
        padding: 15px 10px;
        width: calc(50% - 10px);
        max-width: 100%;
        margin: 0 0 0 10px
    }

    .p-exellence__list {
        display: none
    }

    .p-exellence__slider {
        display: block;
        position: relative
    }

    .p-exellence__slider .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .p-exellence__slider .swiper-slide {
        height: auto
    }

    .p-exellence__item {
        width: 100%;
        margin: 0;
        height: 100%
    }

    .intro-porgram {
        margin: 0 0 10px 0
    }

    .p-exellence__item {
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .p-exellence__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .p-exellence__text br {
        display: none
    }

    .swiper-pagination {
        margin: 45px 0 -45px 0
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: #fff;
        opacity: 1;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .swiper-pagination-bullet-active {
        width: 25px;
        background-color: #c71111;
        border-radius: 100px
    }

    .p-exellence__img {
        width: 40px;
        height: 40px;
        margin: 0 0 40px 0
    }

    .p-exellence__img img {
        width: 40px;
        height: 40px
    }

    .dss-invite__img {
        position: static;
        max-width: 360px;
        width: 100%;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .dss-invite__title {
        font-size: 28px;
        text-align: left;
        margin: 0 0 20px 0
    }

    .dss-part__item {
        width: calc(100% - 20px);
        padding: 15px
    }

    .dss-part {
        padding: 25px 0 30px
    }

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

    .intro-cource__right {
        width: 200px;
        height: 200px;
        margin: -80px 0 0 auto
    }

    .intro-cource__text {
        line-height: 130%
    }

    .intro-cource .stickers-twoo li {
        font-size: 14px;
        padding: 5px 10px
    }

    .intro-cource {
        padding: 10px 0 0;
        margin: 0
    }

    .dss-cource__bot-box .btn {
        width: 50%;
        padding: 15px 10px
    }

    .dss-cource__bot-box .btn--red {
        margin: 0 0 0 10px
    }

    .cource-box .dss-item__bot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .dss-item__bot-review {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin: 15px 0 0 0
    }

    .dss-item__bot-review img {
        margin: 0 5px 0 0;
        width: 40px;
        height: 40px
    }

    .cource-box .dss-item {
        padding: 15px
    }

    .cource-box .dss-item__title {
        padding: 0;
        font-size: 20px
    }

    .cource-box .dss-item__flag {
        top: -5px;
        right: -5px
    }

    .cource-box .dss-item__part {
        margin: 0 0 30px 0
    }

    .video--cource .video__inner::after {
        width: 100px;
        height: 100px
    }

    .interview__logo {
        width: 110px
    }

    .interview {
        padding: 20px 0 0
    }

    .interview .swiper-slide-active {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        margin: 0 30px !important;
        height: 300px
    }

    .interview .swiper-slide-prev,
    .interview .swiper-slide-next {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        margin: 0 15px !important;
        height: 260px
    }

    .interview .swiper-slide-active {
        margin: 0 10px !important
    }

    .interview .swiper-slide {
        height: 135px
    }

    .interview__slider {
        height: 180px;
		margin-bottom: 30px;
    }
	
		.interview__slider-twoo{
		height: 370px;
	}

    .inreview-intro {
        background-size: 965px 440px;
        background-position: top 0px right -65px;
        padding: 0 0 15px 0
    }

    .inreview-intro__bot {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .inreview-intro__item {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        max-width: 100%;
        margin: 0 0 40px 0
    }

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

    .p-about__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .p-about .p-exellence__item {
        width: 100%
    }

    .banner-twoo__title {
        font-size: 20px;
        margin: 0 30px 0 0
    }

    .banner-twoo__inner {
        padding: 40px 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .banner-twoo__line {
        margin: 20px 0 0 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .banner-twoo__line img {
        margin: 0
    }

    .inreview-intro__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .inreview-intro__text {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .inreview-intro__box {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
        margin: 15px 0 0 0
    }

    .inreview-intro__bot {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

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

    .inreview-intro__btns {
        margin: 0 0 0 -10px;
        width: 102%
    }

    .inreview-intro__btns .btn {
        margin: 0 0 0 10px;
        width: calc(50% - 10px)
    }
	
	.inreview-intro__img-mob{
		position: relative;
	}
	
	.inreview-intro__img-mob::after{
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
			background: linear-gradient(
				to top,
				#000 0%,
				rgba(0, 0, 0, 0) 24%
			);
	}

    .inreview-intro__img-mob + * {
        margin: -40px 0 10px;
		padding: 0 !important;
    }
	
	.inreview-intro__img-mob + .inreview-intro__line{
		padding: 5px 10px !important;
		 margin: -55px 0 10px !important;
	}

    .dss-item__flag {
        margin: 0 0 25px auto
    }

    .inreview-intro__item-title {
        font-size: 16px
    }

    .inreview-intro__col strong {
        font-size: 16px
    }

    .btn {
        padding: 15px 10px
    }

    .p-about {
        padding: 35px 0 90px
    }
	
	.video{
		padding-top: 60px;
	}

	
	.intro-show-item {
    	height: 160px !important;
		width: 264px !important;
	}

    .intro-show .intro-show__box::after {
        width: 22%
    }
	
	.intro-show__content {
		padding: 50px 0;
	}
	
	.intro-show .intro-show__box {
		height: 355px;
	}

    .decimal-list li {
        padding: 20px 20px 20px 45px;
        width: calc(100% - 20px)
    }

    .breadcrumbs {
        -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
        order: -2
    }

    .block-show .inreview-intro__title {
        margin: 250px 0 10px;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .block-show {
        background-size: 965px 440px;
        background-position: top 0px right -65px;
        padding: 0 0 35px 0
    }

    .block-show__text {
        font-size: 16px
    }

    .inreview-intro__col {
        margin: 0 20px 0 0
    }

    .inreview-intro__col:nth-child(2) {
        max-width: 100% !important;
        width: 100%;
        margin: 0 !important;
    }

    .block-show .inreview-intro__box {
        margin: -50px 0 0 0
    }

    .block-show {
        margin: 0 0 5px 0
    }

    .decimal-list li {
        padding: 60px 0 20px
    }

    .intro-podcast__title {
        font-size: 40px;
        font-weight: 600;
        line-height: 110%
    }

    .intro-podcast img {
        width: calc(100% + 30px);
        margin: 0 0 0 -15px
    }

    .cabinet__box:nth-child(3) .cabinet__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .cabinet__load-img {
        margin: 20px 0 0 0;
        max-width: 300px;
        width: 100%;
        height: 300px
    }

    .cabinet .sc-item {
        width: calc(100% - 20px)
    }

    .modal__inner {
        padding: 70px 20px
    }

    .modal__title {
        font-size: 22px
    }

    .modal__text {
        font-size: 14px
    }

    .modal__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0 0 0
    }

    .modal .btn {
        width: 100% !important;
        margin: 10px 0 0 0 !important
    }

    .intro-lections .swiper-slide {
        width: 120px;
        height: 175px
    }

    .intro-lections {
        padding: 50px 0 20px
    }
}