.btn {
    padding: 24px 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;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 53px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.btn--red {
    color: #fffbef;
    background-color: #710114
}

.btn--red:hover {
    border-color: #710114;
    color: #710114;
    background-color: #fffbef
}

.btn--white {
    color: #710114;
    background-color: #fffbef
}

.btn--white:hover {
    border-color: #fffbef;
    color: #fffbef;
    background-color: #710114
}

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
}

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 {
    min-width: 320px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #263851;
    background-color: #fffbef;
    letter-spacing: -0.4px
}

body.menu-open {
    overflow: hidden
}

.wrapper {
    width: 100%;
    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: 1390px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px
}

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

.soc a {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 2.5px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.soc a:hover {
    opacity: .7
}

.soc svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.languege {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500
}

.languege a {
    display: block;
    margin: 0 4px;
    color: #a59b7e;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.languege a:hover {
    color: #fffbef
}

.languege a.active {
    pointer-events: none;
    font-weight: 700;
    color: #fff
}

.dss-title {
    font-size: 64px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
    line-height: 100%
}

.decor-line {
    position: relative;
    margin-bottom: 150px !important
}

.decor-line::after {
    content: "";
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1px;
    height: 55px;
    background-color: #263851
}

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

.pagination span,
.pagination a {
    border-left: solid .5px #fffbef;
    border-right: solid .5px #fffbef;
    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: 100px;
    height: 70px;
    background-color: #710114;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    color: #fffbef;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.pagination span:hover,
.pagination a:hover {
    background-color: #263851
}

.pagination span {
    background-color: #263851
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s;
    color: #fffbef
}

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

.header a:hover {
    -webkit-text-decoration-color: #fffbef;
    text-decoration-color: #fffbef
}

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

.header__logo {
    display: block;
    width: 175px;
    margin: 0 80px 0 0
}

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

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

.header__nav li {
    margin: 0 15px 0 0
}

.header__mob {
    display: none
}

.header__tel {
    margin: 0 20px 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__tel svg {
    display: block;
    margin: 0 5px 0 0
}

.header .languege {
    margin: 0 0 0 auto
}

.header__lesson {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 20px;
    padding: 5px 0;
    border-bottom: 1px solid #a59b7e
}

.header__lesson svg {
    display: block;
    margin: 0 5px 0 0
}

.header__btn {
    display: none
}

.header__logo-mob {
    display: none !important
}

.header--page .header__logo img {
    display: none
}

.header--page .header__logo-mob {
    display: block !important
}

.header--page * {
    color: #273751
}

.header--page .languege a.active {
    color: #273751
}

.header--page svg path {
    fill: #273751;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.header.sticky {
    background-color: rgba(113, 1, 20, .5);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.header.sticky .header__logo img {
    display: block
}

.header.sticky .header__logo-mob {
    display: none !important
}

.header.sticky * {
    color: #fffbef
}

.header.sticky .languege a.active {
    color: #fffbef
}

.header.sticky svg path {
    fill: #fffbef
}

.dss-intro {
    padding: 230px 0 210px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    background-attachment: fixed;
    color: #fff
}

.dss-intro .dss-title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 20px
}

.dss-intro__text {
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 120%
}

.dss-intro .btn {
    margin: 0 auto
}

.dss-direction {
    padding: 120px 0 0 0
}

.dss-direction .dss-title {
    margin: 0 0 140px 0
}

.dss-direction__decor {
    margin: 0 auto 10px;
    width: 65px
}

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

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

.dss-direction__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 25%
}

.dss-direction__img {
    width: 100%;
    overflow: hidden
}

.dss-direction__img img {
    width: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-direction__box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 40px;
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fffbef
}

.dss-direction__box * {
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.dss-direction__title {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-family: "Playfair Display", serif
}

.dss-direction__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.dss-direction__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 0;
    overflow: hidden;
    font-weight: 500
}

.dss-direction__btn:hover svg {
    -webkit-transform: scale(1.3) translateX(7px);
    -ms-transform: scale(1.3) translateX(7px);
    transform: scale(1.3) translateX(7px)
}

.dss-direction__btn svg {
    margin: 0 0 0 10px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-excellence {
    background-color: #273751
}

.dss-excellence * {
    color: #fffbef
}

.dss-excellence .dss-title {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    margin: 0 0 40px 0;
    text-align: left
}

.dss-excellence__inner {
    padding: 100px 0 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom left
}

.dss-excellence__left {
    max-width: 495px;
    width: 100%;
    margin: 0 30px 0 0
}

.dss-excellence__left .dss-excellence__text {
    max-width: 365px
}

.dss-excellence__right {
    max-width: 680px;
    width: 100%
}

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

.dss-excellence__item {
    border-top: 1px solid #5d6c86;
    padding: 20px 0 0 0;
    width: calc(50% - 40px);
    margin: 0 0 60px 40px
}

.dss-excellence__title {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    margin: 0 0 20px 0;
    line-height: 120%
}

.dss-excellence--twoo .dss-title {
    position: static
}

.dss-excellence--twoo .dss-excellence__item {
    width: calc(100% - 40px);
    margin: 0 0 40px 40px
}

.dss-about {
    padding: 120px 0 40px
}

.dss-about .dss-title {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 30px
}

.dss-about__decor {
    margin: 0 auto 10px;
    width: 65px
}

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

.dss-about__text {
    font-size: 24px;
    max-width: 685px;
    width: 100%;
    margin: 0 auto 155px;
    text-align: center;
    line-height: 120%
}

.dss-about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dss-about__box-left {
    width: 50%
}

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

.dss-about__box-right {
    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: 50%;
    background-color: #f2ecdc
}

.dss-about__box-right blockquote {
    margin: 0;
    max-width: 390px;
    width: 100%;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    line-height: 120%
}

.dss-about__box-right span {
    font-family: "Wix Madefor Display", sans-serif;
    display: block;
    margin: 40px 0 0 0;
    font-size: 16px
}

.dss-about__text-right {
    text-align: left;
    max-width: 355px;
    width: 100%
}

.dss-about--page {
    padding-bottom: 0 !important
}

.dss-about--page .dss-about__text {
    max-width: 900px
}

.dss-teachers {
    padding: 100px 0
}

.dss-teachers__decor {
    width: 60px;
    margin: 0 auto 15px
}

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

.dss-teachers .dss-title {
    margin: 0 0 150px 0
}

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

.dss-teachers__slider .swiper-wrapper{
	align-items: stretch;
}

.dss-teachers__slider .swiper-slide{
	height: auto;
	display: flex;
    flex-direction: column;
}



.dss-teachers__item {
    height: auto
}

.dss-teachers__img {
    width: 100%
}

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

.dss-teachers__box{
	padding: 15px 40px;
    background-color: #f2ecdc;
    border-right: 1px solid #fffbef;
	flex: 1 1 auto;
}

.dss-teachers__name {
    margin: 0 0 10px 0;
    font-size: 24px;
    font-family: "Playfair Display", serif;
	font-weight: 400;
}

.swiper-button-next,
.swiper-button-prev {
    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: 100px;
    height: 70px;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #710114;
    -webkit-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear
}

.dss-teachers__slider .swiper-button-next,
.dss-teachers__slider .swiper-button-prev{
	bottom: 10px;
}

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

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

.swiper-button-next {
    margin-left: 50.5px
}

.swiper-button-prev {
    margin-left: -50.5px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg)
}

.swiper-button-disabled {
    background-color: #263851;
    opacity: 1 !important
}

.dss-invite {
    padding: 95px 0 40px;
    background-image: url("../images/content/invite.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden
}

.dss-invite .dss-title {
    font-size: 96px;
    margin: 0 0 55px 0
}

.dss-invite__inner {
    position: relative;
    padding: 80px 20px;
    background-color: #710114
}

.dss-invite__inner::after,
.dss-invite__inner::before {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    background-image: url("../images/content/invite-decor.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.dss-invite__inner::after {
    top: 0px;
    left: -44px
}

.dss-invite__inner::before {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    bottom: 0;
    right: -45px
}

.dss-invite__title {
    position: relative;
    z-index: 1;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 70px;
    line-height: 120%;
    text-align: center
}

.dss-invite__title-mob {
    display: none
}

form {
    position: relative;
    z-index: 1;
    max-width: 550px;
    width: 100%;
    margin: 0 auto
}
.nf-form-title{
	display: none;
}

.dss-form__group {
    margin: 0 0 22px 0
}

.nf-field-label label  {
    margin: 0 0 15px 0;
    display: block;
	color: #F1F1F1;
	font-weight: 500;
}

.field-wrap>div input,
.field-wrap select{
    padding: 17px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid #cdaeb3;
	color: #F1F1F1 !important;
	outline: none !important;
}
.field-wrap select{
	cursor: pointer;
}

.nf-field-element input::placeholder{
	color: #CDAEB3 !important;
}

.field-wrap input[type=submit] {
    margin: 80px auto 0;
	color: #710114 !important;
    background-color: #fffbef;
	    padding: 24px 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;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    border-radius: 53px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: 
linear .2s;
    -o-transition: linear .2s;
    transition: 
linear .2s;
}


.field-wrap input[type=submit]:hover{
    border-color: #fffbef;
    color: #fffbef !important;
    background-color: #710114;
}

.dss-news {
    padding: 100px 0 0 0
}

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

.dss-news .dss-title {
    text-align: left
}

.dss-news__all {
    font-weight: 500;
    color: #710114;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dss-news__all img {
    display: block;
    margin: 0 0 0 5px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-news__all:hover img {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.dss-news__all--mob {
    display: none
}

.dss-news__box {
    background-color: #f2ecdc
}

.dss-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.dss-news__left {
    width: 50%
}

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

.dss-news__img{
	height: 450px;
}
.dss-news__box-inner{
	max-width: 700px;
	margin: 0 0 0 auto;
	padding: 20px;
}

.dss-news__right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.dss-news__item {
    display: block;
    padding: 15px 40px;
    -webkit-transition: linear .2s;
    -o-transition: linear .2s;
    transition: linear .2s
}

.dss-news__item *,
.dss-news__left *{
    -webkit-transition: linear .1s;
    -o-transition: linear .1s;
    transition: linear .1s
}

.dss-news__item:hover,
.dss-news__left:hover{
    background-color: #710114
}

.dss-news__item:hover *,
.dss-news__left:hover *{
    color: #fff
}

.dss-news__item:hover .dss-news__btn svg path {
    stroke: #fffbef
}

.dss-news__item:hover .dss-news__btn svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px)
}

.dss-news__title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 100%
}

.dss-news__text {
    margin: 0 0 30px 0
}

.dss-news__btn svg {
    margin: 0 0 0 5px
}

.dss-news__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.dss-news__bot .dss-news__item{
	width: 50%;
}	
.page-intro {
    padding: 230px 0;
    color: #fffbef;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: center
}

.page-intro .dss-title {
    font-size: 72px;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center
}

.page-intro .btn {
    margin: 0 auto
}

.page-intro__inner {
    padding: 80px 15px;
    background-color: #710114
}

.page-intro__text {
    max-width: 540px;
    width: 100%;
    margin: 0 auto
}

.page-intro--twoo {
    padding: 195px 0 145px
}

.page-intro--three {
    padding: 195px 0 40px
}

.page-intro--four {
    padding: 260px 0
}

.dss-gallery {
    padding: 100px 0 0
}

.dss-gallery__decor {
    width: 70px;
    margin: 0 auto 15px
}

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

.dss-gallery .dss-title {
    margin: 0 0 150px 0
}

.dss-gallery__slider {
    padding-bottom: 70px
}

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

.dss-audience {
    padding: 120px 0 0 0
}

.dss-audience__decor {
    margin: 0 auto 10px;
    width: 65px
}

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

.dss-audience .dss-title {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto
}

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

.dss-audience__item {
    padding: 60px 15px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 33.33333%;
    font-family: "Playfair Display", serif
}

.dss-audience__item:nth-child(odd) {
    background-color: #f2ecdc;
    color: #e4dfce
}

.dss-audience__item:nth-child(even) {
    background-color: #eae4d3;
    color: #fffbef
}

.dss-audience__num {
    max-width: 250px;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 64px;
    line-height: 100%;
    font-style: italic
}

.dss-audience__text {
    font-size: 24px;
    color: #263851;
    max-width: 250px;
    width: 100%;
    line-height: 120%
}

.timetable {
    padding: 100px 0;
    background-color: #273751;
    color: #fff;
    text-align: center
}

.timetable .dss-title {
    max-width: 955px;
    margin: 0 auto 40px
}

.timetable__text {
    font-size: 24px;
    line-height: 120%
}

.timetable .btn {
    margin: 60px auto 0;
    color: #273751
}

.timetable .btn:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #fff
}

.dss-lessons .dss-title {
    max-width: 600px;
    text-align: left;
    margin: 0 0 40px 0
}

.dss-lessons__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.dss-lessons__left {
    padding: 60px 15px;
    width: 50%
}

.dss-lessons__left-inner {
    margin: 0 65px 0 auto;
    max-width: 610px;
    width: 100%
}

.dss-lessons__text {
    margin: 0 0 40px 0
}

.dss-lessons__text li{
	position: relative;
	padding-left: 15px;
}

.dss-lessons__text li::before {
    content: "•"; 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px; 
}

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

.dss-lessons__col {
    border-top: 1px solid #5d6c86;
    padding: 20px 0 0 0;
    width: calc(50% - 40px);
    margin: 0 0 0 40px
}

.dss-lessons__title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin: 0 0 20px 0
}

.dss-lessons__right {
    width: 50%
}

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

.dss-review {
    padding: 100px 0 170px;
    overflow: hidden
}

.dss-review__decor {
    width: 70px;
    margin: 0 auto 15px
}

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

.dss-review__slider {
    background-color: #f2ecdc;
    padding: 100px 0;
    overflow: visible
}

.dss-review__slider .container {
    max-width: 720px
}

.dss-review__text {
    font-size: 24px;
    line-height: 120%;
    margin: 0 0 40px 0
}

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

.dss-review__avatar {
    margin: 0 15px 0 0;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden
}

.dss-review__avatar img {
    width: 100%;
    height: 100%;
    display: block
}

.dss-review__name {
    font-size: 24px;
    font-family: "Playfair Display", serif;
    margin: 0 0 5px 0
}

.dss-review .swiper-button-next,
.dss-review .swiper-button-prev {
    bottom: -70px
}

.news-page {
    padding: 150px 0 100px
}

.news-page .dss-title {
    margin: 0 0 50px 0
}

.news-page .dss-direction__box {
    position: static;
    background-color: #f2ecdc
}

.news-page .dss-direction__btn {
    height: auto;
    margin-top: 30px !important
}

.news-page .dss-direction__text {
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important
}

.news-page .dss-direction__item {
    width: 33.33333%
}

.news-page .dss-direction__item:hover .dss-direction__btn svg path {
    stroke: #fffbef !important
}

.news-page .dss-direction__item:nth-child(5n+1),
.news-page .dss-direction__item:nth-child(5n+2) {
    width: 50%
}

.news-page .dss-direction__btn {
    color: #710114
}

.news-page .dss-direction__btn svg path {
    stroke: #710114 !important
}

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

.dss-contacts a:hover {
    -webkit-text-decoration-color: #263851;
    text-decoration-color: #263851
}

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

.dss-contacts__item {
    padding: 145px 15px;
    width: 50%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dss-contacts__item:nth-child(2),
.dss-contacts__item:nth-child(3) {
    background-color: #f2ecdc
}

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

.dss-contacts__link {
    margin: 0 0 20px 0;
    font-family: "Playfair Display", serif;
    line-height: 110%;
    font-size: 48px
}

.dss-contacts__link:last-child {
    margin: 0
}

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

.dss-contacts__road img {
    margin: 0 0 0 5px
}

.dss-article {
    padding: 40px 0 100px
}

.dss-article .container {
    max-width: 760px
}

.dss-article img {
    width: 100%;
    height: auto;
    display: block;
    margin: 40px 0
}

.dss-article h2 {
    margin: 40px 0;
    font-size: 64px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
    line-height: 100%
}

.dss-article h3 {
    margin: 80px 0 20px;
    font-size: 24px;
    font-weight: 400;
    font-family: "Playfair Display", serif;
    text-align: center;
    line-height: 100%
}

.dss-article__text-lg {
    margin: 0 0 40px 0;
    font-size: 24px;
    line-height: 120%
}

.dss-article__text {
    margin: 0 0 40px 0;
    line-height: 120%
}

.dss-article ul li {
    position: relative;
    padding: 0 0 0 10px
}

.dss-article ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #263851
}

.dss-rooles__item {
    padding: 100px 0
}

.dss-rooles__item:nth-child(even) {
    background-color: #f2ecdc
}

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

.dss-rooles__left {
    max-width: 510px;
    width: 100%;
    padding: 0 30px 0 0
}

.dss-rooles__left .dss-title {
    line-height: 110%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    text-align: left
}

.dss-rooles__num {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 0 auto
}

.dss-rooles__right {
    width: 50%
}

.dss-rooles__right-item {
    border-top: 1px solid #c7c1b0;
    padding: 20px 0 40px
}

.dss-rooles__right-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    font-family: "Playfair Display", serif;
    line-height: 110%
}

.dss-rooles li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px 0
}

.dss-rooles li::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #263851
}

.footer {
    padding: 80px 0 0 0;
    background-color: #263851;
    text-align: center;
    color: #fffbef
}

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

.footer a:hover {
    -webkit-text-decoration-color: #fffbef;
    text-decoration-color: #fffbef
}

.footer__logo {
    display: block;
    width: 215px;
    margin: 0 auto 55px
}

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

.footer__col {
    margin: 0 0 35px 0
}

.footer__col a {
    margin: 12px 0 0 0;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 24px
}

.footer__col a+a {
    margin: 20px 0 0 0
}

.footer__col-title {
    color: #92a1bb;
    margin: 0 0 10px 0
}

.footer__col-nav {
    border-top: 1px solid #5d6c86;
    padding: 40px 0 20px 0;
    margin: 45px 0 0 0
}

.footer__col-nav ul {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer__col-nav ul a {
    display: block;
    margin: 9px
}

.footer__bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 0;
    margin: 40px 0 0 0;
    border-top: 1px solid #5d6c86;
    font-size: 14px
}

.footer__bot a {
    display: block;
    margin: 10px 30px
}
  .modal {
	display: none;
    max-width: 965px;
    width: 100%;
    padding: 80px 20px;
    background-color: #710114;
  }

  .modal__title {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 70px;
    line-height: 120%;
    text-align: center;
	color: #FFFBEF;
  }

.modal .field-wrap input[type=submit]{
	margin: 30px auto 0;
}
.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: 10px;
	right: 10px;
}

.ninja-forms-form-wrap p {
	text-align: center;
}

.nf-form-fields-required,
.nf-error-msg{
	display: none;
}

@media(min-width: 991px) {
    .dss-direction__item:hover .dss-direction__img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .dss-direction__item:hover .dss-direction__box {
        background-color: #710114
    }

    .dss-direction__item:hover .dss-direction__box * {
        color: #fffbef
    }

    .dss-direction__item:hover .dss-direction__btn {
        margin: 30px 0 0 0;
        height: auto
    }

    .dss-direction__item:hover .dss-direction__text {
        -webkit-line-clamp: unset;
        overflow: visible
    }
}

@media(max-width: 1300px) {
    .header__logo {
        width: 90px;
        margin: 0 30px 0 0
    }

    .header a {
        font-size: 13px
    }

    .header__inner {
        height: 65px
    }

    .header__tel {
        margin: 0 15px 0 25px
    }
}

@media(max-width: 1200px) {
    .dss-direction__item {
        width: 33.33333%
    }

    .dss-title {
        font-size: 54px
    }

    .dss-direction .dss-title {
        margin: 0 0 50px 0
    }

    .dss-rooles__left {
        max-width: 400px
    }
}

@media(max-width: 991px) {

    .header__tel,
    .header .soc,
    .header__inner>.languege {
        display: none
    }

    .header__btn {
        position: relative;
        margin: 0 0 0 20px;
        width: 32px;
        height: 32px;
        background-color: #710114;
        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: none;
        padding: 0
    }

    .header__btn span {
        height: 2px;
        background-color: #fffbef;
        width: 16px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__btn::after,
    .header__btn::before {
        content: "";
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        background-color: #fffbef;
        width: 16px;
        -webkit-transition: linear .2s;
        -o-transition: linear .2s;
        transition: linear .2s
    }

    .header__btn::after {
        top: 10px
    }

    .header__btn::before {
        bottom: 10px
    }

    .header a {
        font-size: 14px;
        line-height: 120%
    }

    .header__box {
        padding: 35px 15px;
        max-width: 100%;
        margin: 0;
        position: fixed;
        top: 65px;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100vh - 65px);
        z-index: 9999;
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: auto;
        -webkit-transition: linear .4s;
        -o-transition: linear .4s;
        transition: linear .4s;
        -webkit-transform: translateX(-120%);
        -ms-transform: translateX(-120%);
        transform: translateX(-120%);
        background-color: #fffbef;
        opacity: 0
    }

    .header.open {
        background-color: #fffbef;
        color: #273751
    }

    .header.open * {
        color: #273751
    }

    .header.open .header__box {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    .header.open .header__logo img {
        display: none
    }

    .header.open .header__logo-mob {
        display: block !important
    }

    .header.open .header__lesson {
        display: none
    }

    .header.open .header__btn {
        margin: 0 0 0 auto
    }

    .header.open .header__btn span {
        opacity: 0
    }

    .header.open .header__btn::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        top: 50%;
        left: 50%;
        bottom: auto
    }

    .header.open .header__btn::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%;
        left: 50%;
        bottom: auto
    }

    .header.open .header__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header.open .header__nav {
        width: 100%
    }

    .header.open .header__nav li {
        margin: 0 0 20px 0
    }

    .header.open a {
        font-family: "Playfair Display", serif;
        font-size: 24px
    }

    .header.open .btn {
        width: 100%;
        font-family: "Wix Madefor Display", sans-serif;
        font-size: 16px;
        color: #fffbef;
        margin: 10px auto 30px
    }

    .header__col-title {
        color: #c7c1b0 !important;
        margin: 0 0 5px 0
    }

    .header__mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

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

    .header__col a+a {
        margin: 20px 0 0 0
    }

    .dss-title {
        font-size: 40px;
        line-height: 100%;
        letter-spacing: -0.9px
    }

    .dss-intro__text {
        font-size: 20px
    }

    .dss-intro {
        padding: 235px 0 180px
    }

    .dss-direction__item {
        width: 50%
    }

    .dss-direction__text {
        width: 70%
    }

    .dss-direction__decor {
        width: 45px
    }

    .dss-direction {
        padding: 60px 0 0 0
    }

    .dss-title {
        font-size: 32px
    }

    .dss-direction .dss-title {
        margin: 0 0 70px 0
    }

    .dss-direction__box {
        padding: 15px;
        position: static
    }

    .dss-direction__btn {
        margin: 10px 0 15px 0;
        height: auto
    }

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

    .dss-excellence__left {
        max-width: 100%;
        margin: 0 0 40px 0
    }

    .dss-excellence__right {
        max-width: 100%
    }

    .dss-excellence__inner {
        background-position: bottom center;
        padding: 65px 0 130px;
        background-size: 300px
    }

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

    .dss-about__box-left,
    .dss-about__box-right {
        width: 100%
    }

    .dss-about__box-right {
        padding: 90px 15px
    }

    .dss-about {
        padding: 60px 0 40px
    }

    .dss-about .dss-title {
        line-height: 120%;
        margin: 0 auto 20px
    }

    .dss-about__text {
        font-size: 16px
    }

    .dss-about__text {
        margin: 0 auto 35px
    }

    .dss-about__box-right span {
        margin: 5px 0 0 0
    }

    .dss-teachers__decor {
        width: 41px
    }

    .dss-teachers {
        padding: 20px 0 60px
    }

    .dss-teachers .dss-title {
        margin: 0 0 70px 0
    }

    .dss-teachers__box {
        padding: 15px
    }

    .dss-invite .dss-title,
    .dss-invite__title {
        display: none
    }

    .dss-invite__title-mob {
        position: relative;
        z-index: 1;
        margin: 0 0 30px 0;
        font-family: "Playfair Display", serif;
        display: block;
        font-size: 32px;
        line-height: 120%;
        text-align: center
    }

    .dss-invite {
        padding: 120px 0 15px
    }

    .dss-invite__inner {
        padding: 25px 30px
    }

    .dss-form label {
        margin: 0 0 2px 0
    }

    .dss-form .btn {
        margin: 30px auto 0
    }

    .dss-news__bot {
        display: none
    }

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

    .dss-news__left,
    .dss-news__right {
        width: 100%
    }

    .dss-news__inner .dss-news__left {
        height: auto
    }

    .dss-news__all {
        display: none
    }

    .dss-news {
        padding: 65px 0 0 0
    }

    .dss-news__top {
        margin: 0 0 35px 0
    }

    .dss-news__item {
        padding: 15px
    }

    .dss-news__btn {
        color: #710114
    }

    .dss-news__all--mob {
        margin: 40px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer {
        padding: 50px 0 0 0
    }

    .page-intro {
        padding: 175px 0
    }

    .page-intro .dss-title {
        font-size: 40px
    }

    .dss-about--page .dss-about__text {
        margin: 0 auto 60px
    }

    .dss-about--page .dss-about__box-right {
        padding: 65px 15px
    }

    .dss-about--page .dss-about__decor {
        margin: 0 auto 20px;
        width: 45px
    }

    .dss-title {
        letter-spacing: -1px
    }

    .dss-excellence--twoo .dss-excellence__inner {
        padding: 65px 0 30px
    }

    .dss-gallery__decor {
        width: 45px
    }

    .dss-gallery {
        padding: 50px 0 50px
    }

    .dss-gallery .dss-title {
        margin: 0 0 65px 0
    }

    .dss-gallery__slider .swiper-slide {
        height: 310px
    }

    .dss-teachers__decor {
        margin: 0 auto 5px
    }

    .decor-line {
        margin-bottom: 65px !important
    }

    .decor-line::after {
        height: 35px
    }

    .decor-line::after {
        bottom: -50px
    }

    .page-intro--twoo {
        padding: 175px 0 135px
    }

    .dss-audience__decor {
        width: 45px
    }

    .dss-audience {
        padding: 75px 0 0 0
    }

    .dss-review__decor {
        width: 45px
    }

    .dss-review {
        padding: 65px 0 125px
    }

    .dss-review__slider {
        padding: 60px 0
    }

    .dss-review__text {
        font-size: 20px;
        margin: 0 0 30px 0
    }

    .dss-direction__btn svg path {
        stroke: #263851
    }

    .news-page {
        padding: 100px 0 70px
    }

    .dss-contacts__link {
        font-size: 32px
    }

    .dss-contacts__item {
        padding: 100px 15px
    }

    .dss-article h1 {
        font-size: 32px
    }

    .dss-article__text-lg {
        font-size: 20px
    }

    .dss-article img {
        margin: 30px 0
    }

    .dss-article h2,
    .dss-article h3 {
        margin: 30px 0 20px
    }

    .page-intro--three {
        padding: 175px 0 15px
    }
}

@media(max-width: 767px) {
	.header__inner{
		justify-content: space-between;
	}
	.dss-intro {
		background-attachment: inherit;
	}
.dss-news__img {
    height: auto;
}
    .dss-direction__item,
    .dss-direction__text {
        width: 100%
    }

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

    .footer__bot a {
        display: block;
        margin: 10px 0
    }

    .dss-excellence__item {
        width: calc(100% - 40px);
        margin: 0 0 30px 40px
    }

    .dss-invite__inner::after,
    .dss-invite__inner::before {
        display: none
    }

    .dss-audience__item {
        width: 50%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

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

    .dss-lessons__left,
    .dss-lessons__right {
        width: 100%
    }

    .dss-lessons__left-inner {
        margin: 0;
        max-width: 100%
    }

    .timetable {
        padding: 70px 0
    }

    .timetable__text {
        font-size: 20px
    }

    .timetable .btn {
        margin: 45px auto 0
    }

    .dss-lessons__col {
        width: calc(100% - 40px)
    }

    .dss-lessons__text {
        margin: 0 0 35px 0
    }

    .dss-lessons .btn {
        width: 100%
    }

    .news-page .dss-direction__item {
        width: 100% !important
    }

    .pagination span,
    .pagination a {
        width: 60px;
        height: 45px
    }

    .dss-contacts__item {
        width: 100%
    }

    .dss-contacts__item:nth-child(2),
    .dss-contacts__item:nth-child(3) {
        background-color: rgba(0, 0, 0, 0)
    }

    .dss-contacts__item:nth-child(even) {
        background-color: #f2ecdc !important
    }

    .dss-rooles__num {
        display: none
    }

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

    .dss-rooles__left {
        max-width: 100%;
        margin: 0 0 30px 0
    }

    .dss-rooles__left .dss-title {
        position: -webkit-sticky;
        position: sticky
    }

    .dss-rooles__left br {
        display: none
    }

    .dss-rooles__right {
        width: 100%
    }

    .page-intro--four {
        padding: 235px 0
    }

    .dss-rooles__item {
        padding: 50px 0 10px
    }

    .dss-rooles__right-item {
        padding: 20px 0 30px
    }
}

@media(max-width: 576px) {
    .dss-audience__item {
        width: 100%;
        padding: 20px 15px 45px
    }

    .dss-audience__num {
        margin: 0 0 15px 0
    }

    .dss-audience__text {
        max-width: 100%
    }
}

@media(max-width: 389px) {
    a.header__lesson {
        font-size: 10px
    }
}