@font-face {
    font-family: 'Calibri';
    src: url("../fonts/Calibri.eot");
    src: url("../fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri.woff2") format("woff2"), url("../fonts/Calibri.woff") format("woff"), url("../fonts/Calibri.ttf") format("truetype"), url("../fonts/Calibri.svg#Calibri") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad';
    src: url("../fonts/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri-light';
    src: url("../fonts/Calibri-Light.eot");
    src: url("../fonts/Calibri-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri-Light.woff2") format("woff2"), url("../fonts/Calibri-Light.woff") format("woff"), url("../fonts/Calibri-Light.ttf") format("truetype"), url("../fonts/Calibri-Light.svg#Calibri-Light") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

html,
body {
    overflow-x: hidden;
}

body {
    width: 100%;
    position: relative;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    outline: none;
}

ul li {
    list-style-type: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 25px;
}

/* header  */
.header__top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 165px;
    background-color: #fff;
}

/* navbar */
.navbar__item {
    position: relative;
    display: inline-block;
    list-style: none;
}

.auth-links {
    text-align: right;
    margin-top: 75px;
}

.auth-links a {
    font-family: "Calibri";
    font-size: 18px;
    color: #280201;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.auth-links a:hover {
    color: #938180;
}

.navbar__list {
    white-space: nowrap;
    margin-top: 39px;
}

.navbar__link {
    font-family: "Calibri";
    font-size: 20px;
    display: block;
    margin: 0 15px;
    color: #000;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar__link:hover {
    color: #938180;
}

.menu-hide-btn {
    cursor: pointer;
    text-align: right;
    display: none;
}

.logo {
    padding-top: 42px;
}

.logo img {
    display: block;
    margin-bottom: 5px;
}

.logo__title {
    font-family: "Myriad";
    font-size: 20px;
    color: #938180;
    margin-left: 90px;
}

/* hamburger */
.hamburger {
    display: inline-block;
    position: absolute;
    right: 22px;
    bottom: 4px;
    z-index: 100;
    cursor: pointer;
    display: none;
    width: 30px;
    height: 17px;
}

.hamburger span {
    display: block;
    border-radius: 3px;
    width: 100%;
    height: 4px;
    background-color: #A49393;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
}

.hamburger span:first-child {
    top: 0;
}

.hamburger span:nth-child(2) {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
}

.hamburger span:nth-child(3) {
    bottom: 0;
}

.header__bottom {
    margin-top: 10px;
    background-color: #E1DCDD;
}

.header__bottom-inner {
    position: relative;
    font-size: 0;
}

.header__title {
    position: absolute;
    top: 71%;
    -webkit-transform: translate(0, -61%);
    -ms-transform: translate(0, -61%);
    transform: translate(0, -61%);
    margin-left: 90px;
    font-family: "Rubik","Calibri";
    font-weight: 400;
    font-size: 22px;
    color: #245158;
}

.about {
    margin-top: 63px;
    font-family: "Calibri";
    font-size: 24px;
    color: #655959;
}

.about__title {
    font-weight: 400;
    margin-bottom: 20px;
}

.about__content {
    font-family: "Calibri-light";
    left: 1.2;
}

.footer {
    margin-top: 30px;
    font-family: "Calibri";
    font-size: 18px;
    color: #10160d;
}

.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-media__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 100px;
    margin-top: 4px;
}

.social-media__list a {
    margin-right: 11px;
}

.social-media__list a img {
    -webkit-transition: 0.7s opacity linear;
    -o-transition: 0.7s opacity linear;
    transition: 0.7s opacity linear;
    opacity: 0.5;
}

.social-media__list a img:hover {
    opacity: 1;
}

.social-media {
    margin-right: 10px;
}

.footer__inf {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 50px;
}

.up {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 40px;
    right: 18px;
    margin-left: auto;
    border: none;
    outline: none;
    cursor: pointer;
    background: #fff;
}

.tabs-nav {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs-nav__item {
    outline: 0;
    color: #000;
    text-decoration: none;
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tabs-nav__item.active {
    color: #c10838;
}

.tabs-content {
    position: relative;
}

.tabs-content__item {
    -webkit-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    -o-transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    display: none;
}

.tabs-content__item.show {
    display: block;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.swiper-buttons {
    margin-top: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-next::after, .swiper-button-prev::after {
    display: none;
}

.swiper-button-next, .swiper-button-prev {
    position: static;
    width: auto;
    height: auto;
    margin: 0 80px;
}

.swiper-slide {
    text-align: center;
}

button, input[type=submit] {
    cursor: pointer;
}

textarea {
    resize: none;
}

/*auth form*/
.modal, .second-modal, .order-modal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.auth {
    margin: auto;
    position: relative;
    width: 630px;
    padding: 18px 41px;
    background-color: #cac3b5;
    font-family: "Calibri";
    font-size: 24px;
}
.auth_content{
    margin: 0;
}
.auth_content label{
    width: 220px;
    vertical-align: top;
}
.auth_content input{
    outline: none;
}    
.auth_content textarea {
    width: 294px;
    background-color: #E3EBF6;
    border: none;
    height: 39px;
    padding: 8px 12px;
    height: 100px;
}    


.auth__type-name {
    color: #442f2e;
}

.auth .form__group {
    font-family: "Calibri-Light";
    color: #10160d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.auth .form__group label {
    margin-right: 10px;
}

.auth .form__group input {
    width: 294px;
    background-color: #E3EBF6;
    border: none;
    height: 39px;
    padding: 8px 12px;
}

.form__group.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.form__group.column input {
    margin-left: 117px;
}

.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

#accept_terms {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}

.checkbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: -32px;
    width: 25px;
    height: 26px;
    background-color: #fff;
}

.form__group input[type=checkbox]:checked + label::before {
    content: '';
    position: absolute;
    background: url(../images/checkbox.png) no-repeat center center;
    top: 0;
    left: -32px;
    width: 25px;
    height: 26px;
    background-color: #fff;
}

.checkbox__title {
    font-size: 18px;
}

.auth input[type=submit] {
    font-family: "Calibri";
    font-size: 24px;
    color: #442f2e;
    background: none;
    text-align: left;
    border: none;
    padding: 0;
}

/*error*/
.errors {
    font-family: "Calibri-Light";
    font-size: 18px;
    color: #c10939;
}

span.error{
    display: block;
}
span.error span{
    font-family: "Calibri-Light";
    font-size: 18px;
    color: #c10939;
    display: block;
    margin-bottom: 5px;
}

.fs-hide-btn, .sd-hide-btn, .cn-hide-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

.auth-login {
    width: 369px;
}

.auth-login .form__group {
    display: block;
}

.auth-login .form__group input {
    display: block;
    width: 100%;
    outline: none;
}

.auth-login .auth-login__actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.auth-login .auth-login__actions input {
    width: auto;
}

.forgot_pass {
    font-family: "Calibri";
    font-size: 18px;
    color: #a02b46;
}

.socal-media {
    text-align: end;
}

.change-date {
    margin-top: 50px;
    width: 473px;
}

.change-date .form__group {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.change-date .form__group label {
    width: 188px;
    font-size: 24px;
    font-family: "Calibri-light";
}

.change-date .form__group input {
    width: 100%;
    padding: 8px 12px;
    height: 47px;
    background-color: #E1DDDD;
    border: none;
}

.change-date .form__group a[type="submit"] {
    font-size: 24px;
    color: #10160d;
    margin-top: 80px;
}

.change-date .form__group a:hover {
    color: #442f2e;
}

.cabinet {
    font-family: "Calibri";
    margin-top: 40px;
}

.tabs-nav {
    margin-top: 7px;
    margin-bottom: 20px;
}

.tabs-nav__item {
    font-size: 18px;
    color: #442f2e;
    margin: 0 13px;
}

.tabs-nav__item:first-child {
    margin: 0;
}

.cabinet__title {
    font-size: 24px;
    color: #10160d;
}

.session-date {
    margin-top: 20px;
    font-size: 24px;
    font-family: 'Calibri-light';
}

.about .about__content{
    width: 60%;
}

.about .about__title, .about .about__content{
    padding: 0 50px;
}
.header__top .container{
    position: relative;
}    
.header__top-inner{
    background-image: url('../images/bl.png');
    background-repeat: no-repeat;
    background-position: right bottom; 
}

@media only screen and (max-width: 1200px) {
    .logo__title {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .menu-hide-btn {
        display: block;
    }
    .header__top {
        padding-top: 35px;
    }
    .header__top-inner {
        display: block;
        height: auto;
        position: relative;
    }
    .auth-links {
        text-align: left;
        margin-top: 10px;
    }
    .hamburger {
        display: block;
    }
    .navbar {
        position: absolute;
        z-index: 99;
        right: -100%;
        -webkit-transition: right .3s linear;
        -o-transition: right .3s linear;
        transition: right .3s linear;
        background-color: rgba(198, 188, 175, 0.9);
        padding: 20px 20px;
        top: 158px;
    }
    .navbar__link {
        color: #280201;
        line-height: 2.2;
    }
    .navbar__list {
        margin-top: 0;
    }
    .navbar.opened {
        right: 10px;
    }
    .navbar__item {
        display: block;
    }
    .dropdown__list {
        position: static;
        height: 0;
        overflow: hidden;
    }
    .dropdown__list.visible {
        height: auto;
    }
    .modal, .second-modal {
        padding-top: 0;
    }
    .about .about__title, .about .about__content{
        padding: 0;
    }
    .about .about__content{
        width: 100%;
    }    
    .footer__inf {
        padding-left: 0px;
    }
    
}

@media only screen and (max-width: 768px) {
    .header__title {
        font-size: 20px;
        margin-left: 54px;
    }
    .footer__inner {
        display: block;
        position: relative;
    }
    .social-media {
        margin-top: 40px;
        margin-right: 0;
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .auth {
        width: 100%;
    }
    .auth-login {
        width: 60%;
    }
    .auth .form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .form__group.column input {
        margin-left: 0;
    }
    .header__bottom .container {
        padding: 0;
    }
    .bl_logo{
        display: none;
    }    
}

@media only screen and (max-width: 580px) {
    .change-date {
        width: 100%;
    }
    
}

@media only screen and (max-width: 480px) {
    .header__title {
        font-size: 12px;
        margin-left: 22px;
        top: 70%;
    }
    .auth-links a {
        font-size: 16px;
    }
    .logo__title {
        font-size: 16px;
    }
    .navbar {
        top: 0;
        background-color: #c6bcaf;
        width: 100%;
        right: -110%;
    }
    .navbar.opened {
        right: 0;
    }
    .crossed {
        display: none;
    }
    .auth-links {
        width: 80%;
    }
    .auth .form__group input {
        width: 100%;
    }
    .auth input[type="submit"] {
        font-size: 20px;
    }
    .auth-login {
        width: 100%;
    }
    .swiper-buttons {
        margin-top: 36px;
    }
    .tabs-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tabs-nav__item {
        margin: 0;
        margin-top: 15px;
    }
    .session-date {
        text-align: center;
    }
    .change-date .form__group label {
        font-size: 18px;
    }
    .change-date .form__group input {
        width: 65%;
        height: 31px;
    }
    .social-media__list a {
        width: 38px;
    }
    .footer__inf {
        margin-top: 20px;
    }
    .change-date .form__group a[type="submit"] {
        margin-top: 30px;
        font-size: 20px;
        margin-left: auto;
    }
}

.admin_editor{position: fixed; left: 0; top: 0; width: 30px; height: 20px; background: #FFF; border: 1px solid #F00; padding: 3px;
              border-bottom: 3px solid #000; overflow: hidden;}
.admin_editor:hover{height: 130px;}
.admin_editor a{display: block; text-align: center; margin-bottom: 8px;}
.header_line{width: 10px; height: 6px;}

.register_form a{
    color: #c10939;
    text-decoration: underline;
    cursor: pointer;
}

.tabs-content a, .about__content a{
    color: #c10939;
}

.about__content p{
    margin-bottom: 10px;
}

.header__bottom_line{
    background-color: #E1DCDD;
    height: 2px;
}

.text_pages{
    font-size: 20px;
}

.order-modal .auth-login{
    width: 232px;
}
.cn-title{
    font-size: 15px;
}
.cn-icons a{
    display: inline-block;
    width: 70px;
    height: 70px;
    outline: none;
    text-decoration: none;
}
.cn-icons .cn-wa{
    background: url(../images/cn_wa.png) no-repeat center center;
}

.cn-icons .cn-tg{
    background: url(../images/cn_tg.png) no-repeat center center;
}

.order-button{
    display: inline-block;
    background-color: #E1DCDD;
    width: auto;
    padding: 9px;
    cursor: pointer;
    font-size: 15px;
    color: #3e2422;
    margin-right: 15px;
}
.dpages_list > div{
    padding-bottom: 3px;
}
.dpages_list > div > a{
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.about__content .items_links{
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: #c10939;
	display: block;
	margin-bottom: 2px;
}
.form_values input{
    padding: 10px;
    width: 250px;
    margin-bottom: 5px;
}
.form_values .buttons .item{
    background-color:#E1DCDD;
    color:#3e2422;
    padding: 10px;
    width: 250px;
    margin-bottom: 5px;
    cursor: pointer;
}
.form_values .buttons .item > span{
    float: right;
}
.form_values .buttons .item > span > span{
    font-weight: bold;
}
