html, body {
    margin: 0;
    float: left;
    width: 100%;
    font-family: 'Gilroy-Regular';
    color: #353330;
}

body img.calendar-icon {
    vertical-align: top;
    cursor: pointer;
    width: 17px;
    height: 18px;
    margin: 0 0 0 1px;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: relative;
    float: right;
    margin-top: -35px;
}

body img.calendar-icon:hover {
    vertical-align: top;
    cursor: pointer;
    width: 17px;
    height: 18px;
    margin: 0 0 0 1px;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: relative;
    float: right;
    margin-top: -35px;
}

body img.calendar-icon:focus {
    vertical-align: top;
    cursor: pointer;
    width: 17px;
    height: 18px;
    margin: 0 0 0 1px;
    box-sizing: content-box;
    border: 1px solid transparent;
    position: relative;
    float: right;
    margin-top: -35px;
}

body .fancybox-container {
    z-index: 100;
}

.link-round__list > div .col-md-6:nth-child(5) .link-round__link {
    border-top: none;
}

.link-round__list > div .col-md-6:nth-child(4) .link-round__link {
    border-top: none;
}

.link-round__list > div .col-md-6:nth-child(6) .link-round__link {
    border-top: none;
}

iframe {
    width: 100% !important;
}

body .box-user__photo img {
    height: auto;
    width: 100%;
}

body ol li:before {
    counter-increment: myCounter;
    content: ' ';
    font-size: 20px;
    line-height: 20px;
    color: #642E9F;
    position: absolute;
    top: 10px;
    left: -39px;
    background: #642E9F;
    width: 10px;
    height: 10px;
    border-radius: 10px;
}


body .list-classes .tab-top h2 {
    margin-top: 0;
}

table.ty {
    max-width: 100%;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}

header .box-user__information span {
    color: grey;
    display: block;
    width: 100%;
    float: left;
    position: absolute;
    top: 10px;
    font-size: 13px;
}

header .box-user__information {
    position: relative;
}


header .logo img {
    width: 100%;
}

.col-md-8 span {
    font-family: 'Gilroy-Regular' !important;
}

@font-face {
    font-family: 'Gilroy-Regular';
    src: url(../fonts/gilroy/Gilroy-Regular.ttf);
}

@font-face {
    /*font-style: normal; font-weight: 500;*/
    font-family: 'Gilroy-Medium';
    src: url(../fonts/gilroy/Gilroy-Medium.ttf);
}

@font-face {
    /*font-style: normal; font-weight: 600;*/
    font-family: 'Gilroy-SemiBold';
    src: url(../fonts/gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
    /*font-style: normal; font-weight: bold;*/
    font-family: 'Gilroy-Bold';
    src: url(../fonts/gilroy/Gilroy-Bold.ttf);
}

@font-face {
    /*+*/
    font-family: 'Gilroy-Thin';
    src: url(../fonts/gilroy/Gilroy-Thin.ttf);
}

/*общие*/
.container {
    display: block;
    margin: 0 auto;
    box-sizing: unset;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

input:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

time {
    display: block;
    float: right;
    background: url(../images/7.svg) no-repeat left center;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #353330;
    box-sizing: border-box;
    padding: 0 0 0 23px;
}

aside {
    display: block;
    float: left;
    width: 100%;
}

button:focus {
    outline: none;
}

ol {
    list-style-type: none;
    text-transform: initial;
    counter-reset: myCounter;
    font-family: 'Gilroy-Medium';
    float: left;
    width: 100%;
}

ol li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #353330;
    margin: 0 0 15px;
    padding: 0 0 0 24px;
    display: block;
    float: left;
    width: 100%;

}

ol li:before {
    counter-increment: myCounter;
    content: '0' counter(myCounter);
    font-size: 20px;
    line-height: 20px;
    color: #642E9F;
    position: absolute;
    top: 3px;
    left: -39px;
}

.fancybox-bg {
    background: #260B62 !important;
    opacity: 0.7 !important;
}

.fancybox-show-infobar .fancybox-infobar {
    display: none !important;
}

.fancybox-close-small {
    left: 39px;
    background: transparent url(../images/22.svg) no-repeat center !important;
    color: transparent !important;
    top: 39px !important;
}

.fancybox-close-small:hover {
    left: 39px;
    background: transparent url(../images/22.svg) no-repeat center !important;
    color: transparent !important;
    top: 39px !important;
}

.fancybox-close-small:focus {
    left: 39px;
    background: transparent url(../images/22.svg) no-repeat center !important;
    color: transparent !important;
    top: 39px !important;
}


/*доп классы*/
.myrow {
    margin-left: 0;
    margin-right: 0;
}

.mycolpx {
    padding-left: 0;
    padding-right: 0;
}

.mycolpl {
    padding-left: 0;
}

.mycolpr {
    padding-right: 0;
}

.myrowborderbottom {
    border-bottom: 1px solid #F1F1F1;
}

.width-25 {
    width: 21% !important;
}

.width-45 {
    width: 48.1%;
}

.width-85 {
    width: 83.5%;
}

/*доп классы*/


/*кнопки*/
.btn-cross {
    display: inline-block;
    float: left;
    width: 20px;
    height: 20px;
    border: none;
    background: url(../images/3.svg) no-repeat center;
}

.btn-border {
    display: block;
    float: right;
    border: 1.5px solid #353330;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #353330;
    background: transparent;
    height: 60px;
    line-height: 60px;
    font-family: 'Gilroy-Bold';
}

.btn-border:hover {
    color: #353330;
}

.btn-border:focus {
    color: #353330;
}

.btn-violet {
    background: #642E9F;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    border: none;
    height: 60px;
    display: block;
    float: left;
}

.btn-violet:hover {
    color: #fff;
}

.more {
    display: block;
    width: 30px;
    margin-left: calc(50% - 15px);
    height: 30px;
    background: url(../images/14.svg) no-repeat center;
    float: left;
}

.btn-search {
    position: absolute;
    border: none;
    background: transparent url(../images/26.svg) no-repeat center;
    color: transparent;
    width: 20px;
    padding: 0;
}

/*кнопки*/
/*блоки*/
.archive__tab {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 29px;
    margin: 64px 0 0 0;
    float: left;
}

.archive__img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: url(../images/16.png) no-repeat center;
    background-size: cover;
    height: 250px;
}

.archive__wrap {
    display: block;
    float: right;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 29px 19px;
}

.archive__tab time {
    line-height: 16px;
}

.archive__tab p {
    font-size: 16px;
    line-height: 26px;
    color: #353330;
    font-family: 'Gilroy-Medium';
    margin: 13px 0 0 0;
}

/*--*/
.box {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #F1F1F1;
    padding: 48px 63px 52px 30px;
}

.box:last-child {
    border-bottom: none;
}

.box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-family: 'Gilroy-Medium';
}

/*--*/
.box-blue {
    display: block;
    float: left;
    width: 100%;
    background: #F1F7FF;
}

/*--*/
.box-user {
    display: block;
    float: left;
}

.box-user__photo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: left;
}

.box-user__photo img {
    height: 230px;
    width: auto;
}

.box-user__title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 100%;
    font-family: 'Gilroy-Bold';
}

.box-user__information {
    display: inline-flex;
    align-items: center;
    font-family: 'Gilroy-SemiBold';
    color: #1D1D1D;
}

.box-user__exit {
    display: block;
    float: left;

}

.box-user__information-wrap {
    display: inline-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid transparent !important;
    padding: 0 !important;
}

.box-user__top {
    display: inline-flex;
    width: 100%;
}

.box-user__bottom {
    display: inline-flex;
    width: 100%;
    border-top: 1px solid;
    font-family: 'Gilroy-Medium';
}

/*--*/
.chat {
    display: block;
    float: left;
    width: 100%;
    height: 640px;
    position: relative;
    background: #F1F7FF;
}

.chat-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #642E9F url(../images/4.svg) no-repeat 30px center;
    box-sizing: border-box;
    padding: 40px 0 40px 97px;
    font-family: 'Gilroy-Bold';
}

.chat-messages {
    display: block;
    float: left;
    width: 100%;
    padding: 0 50px 0;
    box-sizing: border-box;
}

.chat-message {
    display: block;
    float: left;
    width: 100%;
    margin: 22px 0 0;
}

.chat-message__photo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    float: left;
    width: 70px;
    height: 70px;
    margin: 4px 20px 0 0;
}

.chat-message__photo img {
    width: 100%;
}

.chat-message__wrap {
    display: inline-flex;
    float: right;
    width: 70%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chat-message__name {
    font-size: 12px;
    line-height: 20px;
    color: #642E9F;
    font-family: 'Gilroy-Bold';
}

.chat-message__data {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Gilroy-Medium';
}

.chat-message__massage {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-SemiBold';
    margin: 10px 0 0 0;
}

.chat-messages__content {

}

.chat-input {
    display: block;
    bottom: 0;
    position: absolute;
    padding: 0 50px 50px;
    box-sizing: border-box;
    width: 100%;
}

.chat-form {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    padding: 0 0 16px;
}

.chat-form__input {
    border: none;
    background: transparent;
    width: 87%;
    display: block;
    float: left;
}

.chat-form__submit {
    display: block;
    float: right;
    background: url(../images/5.svg) no-repeat center;
    border: none;
    width: 23px;
    height: 16px;
}

.chat-form input::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
}

/*--*/
.classes__item {
    display: block;
    float: left;
    width: 100%;
}

.classes__inner-item {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 0 -21px;
}

/*--*/
.clear {
    display: block;
    float: left;
    width: 100%;
}

/*--*/
.count {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 86px 49px;
}

.count__all {
    font-size: 40px;
    line-height: 20px;
    text-transform: uppercase;
    color: #642E9F;
}

.count__title {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #642E9F;
    font-family: 'Gilroy-Bold';
    display: block;
    float: left;
    width: 100%;
    margin: 18px 0 45px;
}

.count__table {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Gilroy-Medium';
}

.count__table tr {
    height: 53px;
}

.count__table td:nth-child(1) {
    width: 179px;
}

.count__table td:nth-child(2) {
    background: url(../images/23.svg) no-repeat center;
    color: transparent;

}

.count__table td:nth-child(3) {
    font-size: 30px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
}

/*--*/
.doc__link {
    display: flex;
    float: left;
    width: 100%;
    background: url(../images/24.svg) no-repeat left center;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #642E9F;
    font-family: 'Gilroy-Bold';
    height: 60px;
    box-sizing: border-box;
    padding: 0 0 0 64px;
    align-items: center;

}

.doc__link:hover {
    color: #642E9F;
}

.doc__link:focus {
    color: #642E9F;
}

/*--*/
.doc-xl {
    display: block;
    float: left;
    width: 100%;
    border-radius: 20px;
    border: none;
    position: relative;

}

.doc-xl iframe {
    display: block;
    float: left;
    width: 100%;
    border-radius: 20px;
    border: none;
    padding: 45px 0 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.15);
}

.doc-xl__top {
    display: block;
    float: left;
    width: 100%;
    height: 45px;
    background: #F1F1F1 url(../images/28.svg) no-repeat 26px center;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*--*/
.dowload__link {
    display: flex;
    float: left;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #642E9F;
    background: url(../images/15.svg) no-repeat left center;
    font-family: 'Gilroy-Bold';
    box-sizing: border-box;
    padding: 0 0 0 80px;
    margin: 13px 0 0 0;
    height: 60px;
    align-items: center;
}

.dowload__link:hover {
    color: #642E9F;
}

.dowload__link:focus {
    color: #642E9F;
}

/*--*/
.dropdown-list {
    display: block;
    float: left;
    width: 100%;
}

.dropdown-list__item {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    box-sizing: border-box;
    padding: 29px 0;
}

.dropdown-list__item:first-child {
    border-top: 1px solid;
}

.dropdown-list__item.active {
    color: #642E9F;
}

.dropdown-list__trigger {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    position: relative;
}

.dropdown-list__trigger::after {
    content: "+";
    font-size: 76px;
    font-family: 'Gilroy-Thin';
    line-height: 30px;
    position: absolute;
    top: 0;
    left: -4px;
    width: 30px;
}

.dropdown-list__item.active .dropdown-list__trigger::after {
    content: "-";
}

.dropdown-list__inner {
    margin: 0 0 0 20px;
    display: none;
}

.dropdown-list__inner-item {
    list-style: none;
    margin: 0 0 2px 0;
}

/*--*/
.enter__popup-tab {
    width: 585px;
    background: #fff;
    display: block;
    float: right;
}

.enter__popup-tab .box {
    padding: 0;
    padding: 71px 47px 81px 65px;
    box-sizing: border-box;
}

.enter__popup-tab .form__input {
    width: 100%;
}

.enter__popup-tab .btn-violet {
    width: 100%;
}

.enter__popup-tab .btn-border {
    width: 100%;
    margin: 31px 0;
}

.enter__popup-tab .link-violet {
    display: block;
    float: left;
    margin: 24px 0 40px;
}

.enter__popup-tab > form > div .form__label:nth-child(7) {
    font-size: 16px;
}

.enter__popup-tab > form > div .form__label:nth-child(7) .form__input {
    margin: 47px 0 16px;
}

.enter__popup-tab > form > div .form__input:nth-child(9) {
    width: 47%;
    margin: 27px 0 59px;
}

.enter__popup-tab > form > div .form__input:nth-child(10) {
    width: 47%;
    float: right;
    margin: 27px 0 59px;
}

/*--*/
.fon-img {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    background: #c4c4c436;
    position: absolute;
}

/*--*/
.fon-white {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
}

.fon-blue {
    display: block;
    float: left;
    width: 100%;
    background: #F1F7FF;
}

/*--*/
.fon-quote {
    display: block;
    float: left;
    width: 100%;
    height: 162px;
    background: url(../images/25.svg) no-repeat left;
    position: relative;
}

/*--*/
.form {
    display: block;
    float: left;
    width: 100%;
}

.form__input {
    display: block;
    float: left;
    width: 48%;
    display: inline-flex;
    align-items: center;
    font-family: 'Gilroy-SemiBold';
    color: #1D1D1D;
    border: none;
    border-bottom: 1px solid #000;
    margin: 47px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 17px 0;
    align-self: flex-start;
    background: transparent;
    font-size: 16px;
    line-height: 16px;
    height: 35px;
}

.form input::-webkit-input-placeholder { /*цвет текста подсказки*/
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    font-family: 'Gilroy-Medium';
}

.form__select {
    display: block;
    float: left;
    width: 48%;
    font-family: 'Gilroy-SemiBold';
    color: #1D1D1D;
    border: none;
    border-bottom: 1px solid #000;
    margin: 47px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 17px 0;
    background: transparent;
    font-size: 16px;
    line-height: 16px;
    color: #C4C4C4;
    font-family: 'Gilroy-Medium';
    height: 35px;
}

.form select {
    -webkit-appearance: none; /*убираем стандартную стрелочку*/
}

.form__option {
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    font-family: 'Gilroy-Medium';
}

.form__textarea {
    display: block;
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    font-family: 'Gilroy-Medium';
    margin: 44px 0 0 0;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    resize: none;
    padding: 0;
}

.form__label {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Gilroy-SemiBold';
}

.form__radio-wrap {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-Medium';
    margin: 24px 77px 0 0;
}

.form__radio[type="radio"] {
    border: 1px solid #353330;
    box-sizing: border-box;
    width: 20px;
    height: 20px;

}

.form__radio[type="radio"]:focus {
    background: red;
}

.form__radio[type="radio"]:checked {
    background: red;
}

.form__box {
    display: block;
    float: left;
}

.form__file {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.form__label-file {
    display: block;
    float: left;
    width: 100%;
}

.form__file-icon {
    display: block;
    float: left;
    overflow: hidden;
    width: 22px;
    height: 22px;
    background: url(../images/33.svg) no-repeat center;
    margin: 0 16px 0 0;
    font-family: 'Gilroy-SemiBold';
}

.form__file-text {
    color: #642E9F;
    font-size: 16px;
    line-height: 20px;
}

/*--*/
.images {
    display: flex;
    width: 100%;
    overflow: hidden;
    height: 317px;
    justify-content: center;
    align-items: center;
}

.images img {
    width: 100%;
}

/*--*/
.img__hr {
    display: block;
    width: 100%;
    border: none;
    height: 1px;
    background: #000;
    position: absolute;
    margin: 0;
}

/*--*/
.know__box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 33px;

}

.know__tab {
    display: block;
    float: left;
    width: 100%;
    margin: 50px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #353330;
    padding: 0 0 12px;
}

.know__img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 250px;
    background: url(../images/19.png) no-repeat center;
    background-size: cover;
}

.know__tab p {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #353330;
    font-family: 'Gilroy-SemiBold';
    margin: 23px 0 31px;
}

.know__popup-tab {
    width: 798px;
    background: #fff;
    display: block;
    float: right;
    box-sizing: border-box;
    padding: 47px 47px 108px 65px;
}

.know__popup-tab .know__img {
    margin: 50px 0 0;
    height: 474px;
}

.know__popup-tab p {
    margin: 6px 0;
}

.know__popup-tab .dowload__link {

}

/*--*/
.link-menu {
    display: flex;
    width: 48%;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
}

.link-menu__li {
    box-sizing: border-box;
    padding: 0 29px 12px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    border-bottom: 1px solid transparent;
    list-style: none;
}

.link-menu__link {
    color: #353330;
}

.link-menu__li:hover {
    border-bottom: 1px solid #642E9F;
}

.link-menu__li:focus {
    border-bottom: 1px solid #642E9F;
}

.link-menu__li:hover .link-menu__link {
    text-decoration: none;
    color: #642E9F;
}

.link-menu__li:focus .link-menu__link {
    text-decoration: none;
    color: #642E9F;
}

/*--*/
.link-round__list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;

}

.link-round__list > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.link-round__list > div > div {
    width: 48%;
    border-top: 1px solid #353330;
    display: flex;
}

.link-round__list > div > div:nth-last-child(-n+2) {
    border-bottom: 1px solid #353330;
}

.link-round__list li {
    list-style: none;
}

.link-round__link {
    display: block;
    float: left;
    width: 100%;
    /*border-top: 1px solid #353330;*/
    /*border-bottom: 1px solid #353330;*/
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #353330;
    font-family: 'Gilroy-Bold';
    background: url(../images/7.svg) no-repeat left center;
    padding: 40px 0 40px 22px;
    box-sizing: border-box;
    margin: auto
}

.link-round__list > div .col-md-6:last-child .link-round__link {
    border-top: none;
}

.link-round__link:hover {
    color: #353330;
}

.link-round__link:focus {
    color: #353330;
}

/*--*/
.link-violet {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #642E9F;
    font-family: 'Gilroy-SemiBold';
}

/*--*/
.logo {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: left;
    height: 79px;
    width: 79px;
    box-sizing: border-box;
}

/*--*/
.manual__item {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0 0;
}

.manual__namber {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #642E9F;
    margin: 0 37px 0 0;
}

.manual__item p {
    display: block;
    float: left;
    width: 75%;
    font-size: 20px;
    line-height: 30px;
    text-transform: initial;
    color: #353330;
}

.manual__screen {
    display: block;
    float: left;
    width: 100%;
    border-radius: 20px;
    border: none;
    position: relative;
    height: 344px;
}

.manual__screen-top {
    display: block;
    width: 100%;
    height: 45px;
    background: #F1F1F1 url(../images/28.svg) no-repeat 26px center;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.manual__screen-img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: url(../images/2.png) no-repeat center;
    display: block;
    float: left;
    width: 100%;
    height: 299px;
    background-size: cover;
    margin: 45px 0 0;
}

/*--*/
.memo__item {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0 0 74px;
}

.memo__item p {
    color: #353330;
    text-transform: initial;
    margin: 0 0 15px;
}

.memo__item p b {
    font-size: 20px;
    line-height: 30px;
    color: #353330;
    text-transform: initial;
}

.memo__item ol {
    margin: 36px 0 0;
}

/*--*/
.my-photo {
    display: block;
    float: right;
}

/*--*/
.otzyvy__tab {
    display: block;
    float: left;
    width: 95%;
    box-sizing: border-box;
    padding: 50px 0 44px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 0 18px;
}

.otzyvy__tab p {
    font-size: 20px;
    line-height: 30px;
}

.otzyvy__img {
    display: block;
    width: 100px;
    background: url(../images/user-big.png) no-repeat center;
    height: 100px;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    right: 46px;
}

.otzyvy__img .img__hr {
    bottom: -20px;
}

.otzyvy__hr {
    display: block;
    width: 100%;
    border: none;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -20px;
}

.otzyvy__wrap {
    display: block;
    float: right;
    width: 100%;
    padding: 29px 0 0 0;
}

.otzyvy__name {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    font-family: 'Gilroy-Bold';
}

.otzyvy__item {
    font-size: 16px;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%;
}

/*--*/
.p-border {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 17px 0 0 66px;
    color: #642E9F;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
}

.p-hr {
    transform: rotate(90deg);
    width: 50px;
    position: absolute;
    left: -23px;
    top: 43px;
    margin: 0;
    height: 1px;
    border: none;
    background: #353330;
}

/*--*/
.photo {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.photo .row {
    width: 100%;
}

.photo__item {
    display: inline-flex;
    width: 100%;
    height: 235px;
    margin: 0 0 29px 0;
}

.photo__item img {
    width: 100%;
}

/*--*/
.popup {
    display: none;
    width: 1200px;
    background: transparent !important;
    height: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    padding: 0 0 !important;
    margin: 0 calc(50% - 600px) !important;
}

/*--*/
.presentation {
    display: block;
    float: left;
    width: 100%;
}

.presentation__img {
    display: flex;
    height: 407px;
    width: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.presentation__img img {
    width: 100%;
}

/*--*/
.prise {
    display: block;
    float: left;
    background: url(../images/30.svg) no-repeat left center;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #642E9F;
    box-sizing: border-box;
    padding: 0 0 0 23px;
}

/*--*/
.sidebar {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 43px;
    margin: 0;
    box-sizing: border-box;
}

.sidebar__li {
    list-style: none;
    margin: 0 0 15px;
}

.sidebar__link {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    color: #353330;
}

.sidebar__link:hover {
    color: #642E9F;
}

.sidebar__link:focus {
    color: #642E9F;
}

/*--*/
.sign-up {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 86px 37px;
    background: #F1F7FF;
}

.sign-up .title-2 {
    margin: 0 0 14px 0;
}

.sign-up .title-3 {
    margin: 0 0 12px 0;
}

.sign-up__item {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 25px 0;
}

.sign-up__item hr {
    display: block;
    float: left;
    width: 88%;
    border: none;
    height: 1px;
    background: #000;
    margin: 23px 0;
}

.sign-up__item p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    float: left;
}

.sign-up__item:nth-child(4) .btn-violet {
    margin: 5px 0 27px 0;
}

.sign-up__item:nth-child(4) p {
    margin: 17px 0 0 0;
}

.sign-up__item .btn-violet {
    width: 100%;
    margin: 5px 0 9px 0;
}

.sign-up__item-number {
    display: inline-flex;
    width: 12%;
    justify-content: flex-end;
    align-items: center;
    height: 47px;
    font-size: 20px;
    text-transform: uppercase;
}

/*--*/
.slider {
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider .owl-stage-outer {
    float: left;
}

.slider .owl-item {
    float: left;
}

.slider .owl-dots {
    display: none;
}

.slider .owl-nav {
    display: flex;
    float: left;
    position: absolute;
    top: 0;
    width: 100%;
    justify-content: space-between;
    height: 62px;
    align-items: center;
}

.slider .owl-prev {
    background: url(../images/str-left.svg) no-repeat center;
    border: none;
    height: 14px;
    width: 22px;
    color: transparent;
    padding: 0;
}

.slider .owl-next {
    background: url(../images/str-right.svg) no-repeat center;
    border: none;
    height: 14px;
    width: 22px;
    color: transparent;
    padding: 0;
}

/*--*/
.slider-date {

}

.slider-date__item {
    display: block;
    float: left;
    width: 100%;
}

.slider-date__top {
    font-size: 40px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    box-sizing: border-box;
    padding: 20px;
}

.slider-date__wrap {
    display: block;
    float: left;
    width: 100%;
    margin: 51px 0 44px;
}

.slider-date__title {
    display: block;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
    margin: 26px 0 0;
}

/*--*/
.slider-gallery {
    float: left;
    width: 102%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 47px 0 0;
    margin: 0 0 60px;
}

.slider-gallery .owl-stage-outer {
    float: left;
}

.slider-gallery .owl-item {
    float: left;
}

.slider-gallery .owl-dots {
    display: none;
}

.slider-gallery .owl-nav {
    display: flex;
    position: absolute;
    top: -21px;
    width: 18%;
    justify-content: space-between;
    height: 62px;
    align-items: center;
    right: 0;
}

.slider-gallery .owl-prev {
    background: url(../images/str-left.svg) no-repeat center;
    border: none;
    height: 14px;
    width: 22px;
    color: transparent;
    padding: 0;
}

.slider-gallery .owl-next {
    background: url(../images/str-right.svg) no-repeat center;
    border: none;
    height: 14px;
    width: 22px;
    color: transparent;
    padding: 0;
}

/*--*/
.tab-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #353330;
    box-sizing: border-box;
    padding: 0 0 9px;
}

.tab-top__violet {
    font-size: 14px;
    line-height: 11px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #642E9F;
    font-family: 'Gilroy-Bold';
}

/*--*/
.tab__wrap {
    display: block;
    float: left;
    width: 100%;
}

.tab__title {
    font-size: 30px;
    line-height: 40px;
    color: #353330;
    font-family: 'Gilroy-SemiBold';
    margin: 41px 0 0 0;
}

.tab__img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: url(../images/user-big.png) no-repeat center;
    position: relative;
    background-size: cover;
}

/*--*/
.table-border {
    display: block;
    float: left;
    width: 95%;
    margin: 21px 0 21px 18px;
}

.table-border tbody {
    display: block;
    float: left;
    width: 100%;
}

.table-border tr {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #353330;
}

.table-border tr:last-child {
    border-bottom: 1px solid #353330;
}

.table-border td {
    padding: 30px 0;
    font-size: 24px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
}

.table-border td:first-child {
    width: 128px;
}

.table-border td:nth-child(2) {
    width: 45px;
    text-align: center;
    font-family: 'Gilroy-Regular';
}

.table-border td:last-child {
    padding: 0 0 0 46px;
}

.table-border time {
    font-size: 20px;
    line-height: 20px;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Gilroy-Regular';
}

.thesaurus .table-border, .thesaurus .table-file {
    margin: 21px 0 21px 0 !important;
    width: 100% !important;
}

/*--*/
.table-file {
    display: block;
    float: left;
    width: 95%;
    margin: 0 0 0 18px;
}

.table-file tbody {
    display: block;
    float: left;
    width: 100%;
}

.table-file tr {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #E5E5E5;
}

.table-file tr:last-child {
    border-bottom: 1px solid #353330;
}

.table-file th {
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    font-weight: normal;
    font-family: 'Gilroy-Medium';
    padding: 9px 0;

}

.table-file th:first-child {
    width: 94px;
}

.table-file td {
    color: #353330;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-Medium';
    padding: 19px 0;

}

.table-file td:first-child {
    width: 94px;
}

.table-file .doc__link {
    text-transform: initial;
    padding: 0 0 0 31px;
    height: 21px;
    background-size: contain;
}

/*--*/
.table-number {
    display: block;
    float: left;
    width: 100%;
    margin: 19px 0 0;
}

.table-number tr {
    height: 60px;
}

.table-number th {
    font-size: 100px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Medium';
    border-left: 1px solid;
    line-height: 76px;
    padding: 0 0 0 28px;
    font-weight: normal;
    width: 190px;
}

.table-number td {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-Bold';
    padding: 8px 0 45px;
}

/*--*/
.table-violet {
    margin: 19px 0 0;
    display: block;
    float: left;
}

.table-violet tr {
    height: 37px;
}

.table-violet th {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #642E9F;
    font-family: 'Gilroy-Bold';
    box-sizing: border-box;
    width: 83px;
    text-align: left;
}

.table-violet td {
    font-size: 50px;
    line-height: 20px;
    text-transform: uppercase;
    color: #642E9F;
    box-sizing: border-box;
    width: 83px;
}

/*--*/
.teacher__tab {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0 44px 0;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 0 18px;
}

.teacher__img {
    display: block;
    float: left;
    width: 100%;
    background: url(../images/user-big.png) no-repeat center;
    height: 231px;
    background-size: cover;
    position: relative;
}

.teacher__img .img__hr {
    bottom: -30px;
}

.teacher__wrap {
    display: block;
    float: right;
    width: 100%;
    padding: 0 0 0 21px;
}

.teacher__name {
    display: block;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 23px;
    font-family: 'Gilroy-Bold';
}

.teacher__item {
    font-size: 16px;
    line-height: 20px;
    display: block;
    float: left;
    width: 100%;
}

/*--*/
.test__item {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 28px 0 0 74px;
}

.test__item p {
    color: #353330;
    text-transform: initial;
    margin: 0 0 15px;
}

.test__item p b {
    font-size: 20px;
    line-height: 30px;
    color: #353330;
    text-transform: initial;
}

.test__item ol {
    margin: 36px 0 0;
}

/*--*/
.tested {
    color: #47C15B;
}

.no-tested {
    color: #767676;
}

/*--*/
.text-bold {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    display: block;
    float: left;

}

/*--*/
.text-red {
    color: #f14646;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
}

/*--*/
.title-2 {
    display: block;
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
    font-family: 'Gilroy-Bold';
}

/*--*/
.title-3 {
    display: block;
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    margin: 0;
}

.title-4 {
    display: block;
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
}

/*--*/
video {
    display: flex;
    float: left;
    width: 100%;
    height: 406px;
    justify-content: center;
    align-items: center;
    margin: 0 0 47px 0;
}

/*--*/
.wrap-left {
    width: 100%;
    float: left;
    display: block;
    box-sizing: border-box;

}

/*--*/
.wrap-right {
    width: 100%;
    float: left;
    display: block;
    background: #F1F7FF;
}

/*--*/
/*блоки*/
/*общие*/

/*header*/
header {
    display: block;
    float: left;
    width: 100%;
}

header .logo {
    border-right: 1px solid #F1F1F1;
}

header nav {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 0 19px 30px;
    height: 79px;
}

.box-menu {
    display: block;
    float: left;
    width: 100%;
}

.top-menu-top {
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    font-family: 'Gilroy-Medium';
    font-size: 13px;
    line-height: 20px;
}

.top-menu-top__li {
    display: block;
    float: left;
    margin: 0 35px 0 0;
}

.top-menu-top__li:last-child {
    margin: 0;
}

.top-menu-top__link {
    color: #A0A0A0;
}

.top-menu-bottom {
    display: flex;
    justify-content: flex-start;
    margin: 5px 0 0 0;
    padding: 0;
    font-family: 'Gilroy-Bold';
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.top-menu-bottom__li {
    display: block;
    float: left;
    margin: 0 51px 0 0;
}

.top-menu-bottom__li:last-child {
    margin: 0;
}

.top-menu-bottom__link {
    color: #1D1D1D;
}

header .box-user {
    height: 79px;
    box-sizing: border-box;
    width: 100%;
}

header .box-user__photo {
    height: 79px;
    width: 80px;
    float: left;
    overflow: hidden;
}

header .box-user__information {
    width: 60%;
    height: 79px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    padding: 0 30px;
    border-right: 1px solid #F1F1F1;
}

header .box-user__exit {
    background: url(../images/2.svg) no-repeat center;
    height: 80px;
    width: 18.5%;

}

/*header*/

/*main*/
main {
    display: block;
    float: left;
    width: 100%;
}

main p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-family: 'Gilroy-Medium';
    display: block;
    float: left;
}

/*cabinet*/
.cabinet .box:first-child {
    padding: 81px 63px 52px 30px;
}

.cabinet .box-user__photo {
    width: 48%;
    height: 325px;
}

.cabinet .btn-border {
    height: 60px;
    width: 48%;
    margin-top: calc(22% - 30px);
    line-height: 60px;
}

.cabinet .my-photo {
    width: 48%;
    margin: 29px 0 0 0;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-Medium';
}

.cabinet .btn-cross {
    margin: 0 17px 0 0;
}

.cabinet .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cabinet .box-user__information {
    width: 48%;
    border-bottom: 1px solid #000;
    margin: 44px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 17px 0;
    align-self: flex-start;
}

.cabinet .box-user__top {
    padding: 0 0 17px 0;
}

.cabinet .box-user__bottom {
    padding: 14px 0 0 0;
}

.cabinet .box-user {
    width: 100%;
    margin: 64px 0 0 0;
}

.cabinet .btn-violet {
    width: 48%;
    margin: 49px 0 0 0;
}

/*cabinet*/

/*setting-session*/
.setting-session {

}

.setting-session .box:nth-child(1) {
    margin: 33px 0 0 0;
}

.setting-session .box:nth-child(1) .title-2 {
    margin: 0 0 43px 0;
}

.setting-session .box:nth-child(3) .title-2 {
    margin: 53px 0 30px 0;
}

.setting-session .box {
    padding: 48px 63px 52px 43px;
}

.setting-session .box-user {
    margin: -20px 0 -12px;
    height: 230px;
}

.setting-session .box-user__photo {
    height: 230px;
    width: 230px;
    margin: 0 48px 0 0;
}

.setting-session .box-user__information-wrap {
    width: 59%;
    align-items: center;
    height: 230px
}

.setting-session .box-user__title {
    margin: 0 0 -23px 0;
}

.setting-session .box-user__information {
    font-family: 'Gilroy-Medium';
    font-size: 16px;
    line-height: 26px;
    margin: -36px 0 0 0;
}

.setting-session .presentation__wrap {
    margin: 100px 0 47px;
}

.setting-session .link-round__list {
    margin: 96px 0 47px 0;
    padding: 0;
}

/*setting-session*/

/*to-know*/
.to-know {

}

.to-know .title-2 {
    text-align: center;
    margin: 80px 0 0;
}

.to-know .more {
    margin: 0 auto 60px;
}

/*to-know*/

/*archive*/
.archive .title-2 {
    text-align: center;
    margin: 80px 0 28px;
}

.archive .more {
    margin-bottom: 39px;
}

/*archive*/

/*group*/
.group {

}

.group .box {
    border-bottom: none;
    padding: 72px 17px 0;
}

.group .box:nth-child(1) .title-2 {
    margin: 8px 0 44px;
}

.group .link-round__list {
    margin: 47px 0 0;
}

.link-round__list > div .col-md-6:nth-child(3) .link-round__link {
    border-top: none;
}

.group .slider-date {
    margin: 36px 0 0;
}

.group .doc__link {
    margin: 70px 0 0;
}

/*group*/

/*to-know-aside*/
.to-know-aside {
    padding: 81px 0 0;
}

.to-know-aside .title-2 {
    padding: 0 17px;
}

.to-know-aside .know__box {
    padding: 0 33px 0 18px;
}

.to-know-aside .know__tab {

    margin: 30px 0 50px;
}

.to-know-aside .know__img {
    height: 316px;
}

.to-know-aside .know__tab p {
    margin: 23px 0 21px;
}

.to-know-aside .more {
    margin-bottom: 55px;
}

/*to-know-aside*/

/*archive-aside*/
.archive-aside {
    padding: 81px 0 0;
}

.archive-aside .title-2 {
    margin: 0 0 28px 0;
    padding: 0 19px;
}

.archive-aside .link-menu {
    margin: 0;
    padding: 0 0 0 17px;
    width: 100%;
    justify-content: flex-start;
}

.archive-aside .link-menu__li {
    padding: 0 0 12px 0;
    margin: 0 60px 0 0;
}

.archive-aside .archive__tab {
    margin: 23px 0 0;
    padding: 0 47px 0 19px;
}

.archive-aside .archive__img {
    width: 97%;
    margin: 0;
}

.archive-aside .archive__wrap {
    padding: 0 0 29px 5px;
}

.archive-aside .tab__title {
    margin: 17px 0 0 0;
}

/*archive-aside*/

/*flow*/
.flow {
    padding: 81px 0 0;
}

.flow .box {
    padding: 0 32px 0 18px;
}

.flow .title-2 {
    margin: 0 0 42px 0;
}

.flow p {
    margin: 0 0 46px;
}

.flow .doc__link {
    border-bottom: 1px solid #353330;
    border-top: 1px solid #353330;
    padding: 50px 0 50px 64px;
    margin: 0 0 100px;
    color: #353330;
}

.flow .presentation__img {
    height: 549px;
    margin: 0 0 78px;
}

.flow .link-round__list {
    margin: 0 0 57px;
}

/*flow*/
.teachers {
    padding: 81px 0 0;
}

.teachers .title-2 {
    padding: 0 0 0 18px;
    margin: 0 0 49px;
}

.teachers .teacher__name {
    margin: 0 0 22px;
}

.teachers .teacher__item {
    margin: 0 0 10px;
}

.teachers .teacher__item:nth-child(4) {
    margin: 0 0 21px;
}

.teachers .teacher__tab:nth-child(2) {
    padding: 0 0 44px 0;
}

.teachers .teacher__tab:last-child {
    margin: 0 0 45px 18px;
}

.teachers .more {
    margin-bottom: 58px;
}

/*teachers*/

/*otzyvy*/
.otzyvy {
    padding: 81px 0 0;
}

.otzyvy .title-2 {
    padding: 0 0 0 18px;
    margin: 0 0 42px;
}

.otzyvy .otzyvy__tab:nth-child(2) {
    padding: 0 0 44px 0;
}

.otzyvy .otzyvy__name {
    margin: 0 0 4px;
}

.otzyvy .otzyvy__item {
    margin: 0 0 6px;
}

.otzyvy .more {
    margin-top: 22px;
    margin-bottom: 57px;
}

/*otzyvy*/

/*list-students*/
.list-students {
    padding: 0px 0 0;
}

.list-students .form__input {
    width: 100%;
    margin: 0;
}

.list-students .title-2 {
    padding: 0 0 0 18px;
}

.list-students .btn-search {
    top: 0px;
    right: 19px;
}

.list-students > div > div > div > div .col-md-6:nth-child(1) .form {
    padding: 0 0 0 18px;
}

.list-students > div > div > div > div .col-md-6:nth-child(2) .form {
    padding: 0 26px 0 0;
}

.list-students .form__select {
    width: 100%;
    background: url(../images/27.svg) no-repeat right;
}

.list-students .doc-xl {
    margin: 51px 18px 60px;
    width: 95%;

}

.list-students .doc-xl iframe {
    height: 625px;
}

/*list-students*/

/*dates*/
.dates {
    padding: 81px 0 0;
}

.dates .title-2 {
    padding: 0 0 0 18px;
}

.dates .slider-date__top {
    padding: 25px;
}

.dates .tab-top {
    width: 96%;
    margin: 0 0 0 34px;
    padding: 0 0 24px;
}

.dates .tab__wrap {
    width: 65%;
}

.dates .slider-date {
    margin: 30px 0 0 17px;
    width: 95%;
}

.dates .slider .owl-nav {
    height: 72px;
}

.dates .slider-date__title {
    margin: 0;
}

.dates time {
    float: left;
    background: url(../images/7.svg) no-repeat 16px center;
    padding: 0 0 0 40px;
}

.dates .table-violet {
    margin: 0;
}

/*dates*/

/*timing*/
.timing {
    padding: 81px 0 0;
}

.timing .title-2 {
    padding: 0 0 0 18px;
}

.timing .form {
    width: 19%;
    position: absolute;
    top: -50px;
    left: 252px;
}

.timing .form__select {
    border: none;
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #642E9F;
    font-family: 'Gilroy-Bold';
    height: 43px;
    background: url(../images/29.svg) no-repeat right 9px;
    width: 100%;
}

.timing .slider-date {
    margin: 30px 0 0 17px;
    width: 95%;
}

.timing .slider-date__title {
    margin: 0;
}

.timing .slider-date__top {
    padding: 24px;
}

.timing .slider .owl-nav {
    height: 70px;
}

.timing .tab-top {
    justify-content: flex-start;
}

.timing .tab__wrap {
    width: 50%;
}

.timing .teacher__name {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gilroy-Bold';
    width: 50%;
    margin: 0 0 0 20px;
}

.timing .tab__img {
    margin: 5px 0 0 100px;
}

.timing .img__hr {
    transform: rotate(90deg);
    left: -55px;
    top: 25px;
}

.timing .box-blue {
    margin: 38px 0 0 18px;
    padding: 60px 50px;
    width: 95%;
}

.timing .box-blue .title-2 {
    padding: 0;
    margin: 0 0 22px;
}

.timing .box-blue p {
    margin: 0 0 15px;
}

.timing .box-blue p:last-child {
    margin: 0;
}

.timing .box-blue ul {
    margin: 0 0 15px;
    padding: 0;
    font-family: 'Gilroy-Bold';
}

.timing .box-blue li {
    list-style: none;
}

/*timing*/

/*program*/
.program {
    padding: 81px 0 0;
}

.program .title-2 {
    padding: 0 0 0 18px;
}

.program .dowload__link {
    margin: -23px 0 0;
    float: right;
    width: 88%;
}

.program .doc-xl {
    margin: 14px 18px 60px;
    width: 95%;
}

.program .doc-xl iframe {
    height: 625px;
}

/*program*/

/*manual*/
.manual {
    padding: 81px 0 0;
}

.manual .title-2 {
    padding: 0 0 0 18px;
}

.manual .dropdown-list {
    margin: 30px 0 0;
    padding: 0 32px 0 18px;
    box-sizing: border-box;
}

/*manual*/

/*memo*/
.memo {
    padding: 81px 0 0;
}

.memo .title-2 {
    padding: 0 0 0 18px;
}

.memo .dropdown-list {
    margin: 30px 0 0;
    padding: 0 32px 0 18px;
    box-sizing: border-box;
}

/*manual*/

/*rules*/
.rules {
    padding: 81px 0 0;
}

.rules .title-1 {
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    margin: 0 0 21px 18px;
}

.rules .title-2 {
    font-size: 24px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    font-family: 'Gilroy-Bold';
}

.rules .title-3 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    margin: 27px 0 17px 18px;
}

.rules p {
    margin: 0 0 14px 18px;
    width: 95%;
}

.rules p b {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
}

.rules ol {
    margin: 24px 0 0 18px;
}

.rules ol li {

}

.rules .images {
    display: block;
    float: left;
    width: 443px;
    margin: 8px 31px 46px 19px;
}

.rules .images img {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 31px 0;

}

.rules .images__alt {
    display: block;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Gilroy-SemiBold';
    border-left: 1px solid #353330;;
    padding: 9px 0 9px 63px;
}

/*rules*/

/*anketa*/
.anketa {
    padding: 81px 0 0;
    margin: 0 0 -42px;
}

.anketa .btn-violet {
    width: 380px;
    margin: -41px auto 0 auto;
    float: none;
}

.anketa .title-2 {
    margin: 0 0 32px 18px;
}

.anketa p {
    margin: 0 0 16px 18px;
    width: 95%;
}

.anketa p b {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
}

.anketa .title-4 {
    margin: 20px 0 20px 18px;
}

.anketa .text-bold {
    width: 95%;
    margin: 0 0 0 18px;
}

.anketa ol {
    margin: 20px 0 0;
    padding: 0 0 19px 58px;
}

.anketa ol li {
    padding: 0 0 0 54px;
}

.anketa ol li:before {
    font-size: 50px;
    line-height: 20px;
    text-transform: uppercase;
    top: 15px;
}

.anketa ol li p {
    margin: 0;
}

.anketa ol li p b {
    font-size: 16px;
    line-height: 26px;
}

.anketa ol li .text-red {
    margin: 0;
    font-size: 16px;
    font-family: 'Gilroy-Medium';
}

.anketa .text-red {
    margin: 0 0 0 18px;
}

.anketa .box-blue {
    margin: -13px 0 51px 18px;
    width: 95%;
    padding: 33px 17px 17px 17px;
}

.anketa .fon-blue {
    margin: 95px 0 0;
    padding: 0 0 137px;
}

.anketa hr {
    width: 95%;
    margin: 0 0 28px 18px;
    border-top: 1px solid #353330;
}

.anketa p b {
    font-size: 16px;
}

.anketa .box {
    background: #fff;
    margin: 0 0 64px 18px;
    padding: 23px 68px 0;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.anketa .form {
    padding: 87px 0 0;

}

.anketa .form .title-2 {
    margin: 0 0 20px 18px;
}

.anketa .box-user__information {
    width: 48%;
    border-bottom: 1px solid #000;
    margin: 44px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 14px 0;
    align-self: flex-start;
    float: left;
    font-size: 16px;
}

.anketa .form__select {
    width: 48%;
    background: url(../images/27.svg) no-repeat right;
    color: #353330;
}

.anketa .form ol {
    margin: 45px 0 0;
    padding: 0 0 0 38px;
}

.anketa .form ol li {
    padding: 0 0 0 17px;
    margin: 0 0 48px;
}

.anketa .form ol li fonts {
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    display: block;
    float: left;
}

.anketa .form ol li:before {
    font-size: 30px;
    line-height: 20px;
    text-transform: uppercase;
    top: 3px;
}

.anketa .form .btn-violet {
    margin: 0 0 0 18px;
}

/*anketa*/

/*list-classes*/
.list-classes {
    padding: 81px 0 0;
}

.list-classes .title-2 {
    padding: 0 0 0 18px;
}

.list-classes .btn-border {
    width: 380px;
    margin: -41px auto 0 auto;
    float: none;
}

.list-classes .link-menu {
    margin: 36px 0 0 0;
    width: 100%;
    justify-content: flex-start;
}

.list-classes .link-menu__li {
    padding: 0 0 7px 0;
    margin: 0 41px 0 18px;
}

.list-classes .dropdown-list {
    margin: 16px 0 0 18px;
    width: 95%;
}

.list-classes .dropdown-list__item {

}

.list-classes .dropdown-list__item:first-child {
    border-top: none;
}

.list-classes .tab-top {
    flex-wrap: wrap;
    border-bottom: none;
}

.list-classes .tab-top__violet {
    margin: 0 0 9px;
}

.list-classes .tab-top .title-4 {
    line-height: 30px;
    margin: 19px 0 31px;
}

.list-classes .tab-top time {
    font-family: 'Gilroy-Regular';
    margin: 0 0 15px;
}

.list-classes .tab-top .prise {
    font-family: 'Gilroy-Regular';
    margin: 0 0 31px;
}

.list-classes .dropdown-list__item {
    text-transform: initial;
}

.list-classes .dropdown-list__trigger {
    height: 60px;
    width: 300px;
    margin: 21px 0 13px;
    float: left;
}

.list-classes .dropdown-list__trigger::after {
    content: "Подробнее";
    font-size: 76px;
    font-family: 'Gilroy-Thin';
    position: absolute;
    background: #642E9F url(../images/31.svg) no-repeat right 30px center;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Gilroy-Bold';
    border: none;
    height: 60px;
    display: block;
    float: left;
    width: 100%;
    left: 0;
}

.list-classes .dropdown-list__item.active .dropdown-list__trigger::after {
    content: "Свернуть";
    background: #642E9F url(../images/32.svg) no-repeat right 30px center;
}

.list-classes .images {
    margin: 0 0 62px;
}

.list-classes .tab__wrap {

}

.list-classes .tab__img {
    margin: 0 0 0 31px;
}

.list-classes .img__hr {
    transform: rotate(90deg);
    left: -56px;
    top: 25px;
}

.list-classes .teacher__name {
    font-size: 16px;
    line-height: 20px;
    width: 74%;
    margin: -5px 0 0 19px;
}

.list-classes .dropdown-list__item.active {
    color: #353330;
}

.list-classes ol {
    margin: 20px 0 25px;
}

.list-classes .classes__inner-item p {
    padding: 22px 0 0 64px;
    margin: 0 0 43px;
}

.list-classes .teacher__tab {
    margin: 0;
    padding: 27px 0 20px 0;
    border-bottom: 0;
}

.list-classes .classes__inner-item .teacher__name {
    font-size: 24px;
    width: 100%;
    margin: 0 0 25px 17px;
}

.list-classes .classes__inner-item .teacher__item {
    margin: 0 0 10px 17px;
    font-family: 'Gilroy-Regular';
}

.list-classes .classes__inner-item .teacher__tab p {
    padding: 10px 0 0 17px;
    margin: 0;
}

.list-classes .photo__item {
    height: 315px;
    overflow: hidden;
    width: 100%;
    margin: 0;
}

/*list-classes*/

/*thesaurus*/
.thesaurus {
    padding: 81px 0 0;
    /*margin: 0 0 -42px;*/
}

.thesaurus .fon-white {
    padding: 0 0 100px;
}

.thesaurus .fon-blue {
    padding: 0 0 100px;
}

.thesaurus .title-2 {
    padding: 0 0 0 18px;
    margin: 0 0 3px;
}

.thesaurus .title-3 {
    padding: 0 0 0 18px;
}

.thesaurus .title-4 {
    padding: 0 0 0 18px;
    margin: 0;
}

.thesaurus p {
    padding: 0 0 0 18px;
    width: 95%;
    margin: 20px 0 39px;
}

.thesaurus p b {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
}

.thesaurus p:nth-child(10) {
    margin: 20px 0 16px;
}

.thesaurus .link-menu {
    justify-content: flex-start;
    margin: 25px 0 17px 18px;
    width: 100%;
    float: left;
}

.thesaurus .link-menu__li {
    padding: 0 32px 0 0;
}

.thesaurus .table-file {

}

.thesaurus .table-file tr {

}

.thesaurus .table-file th {

}

.thesaurus .table-file th:nth-child(2) {
    width: 194px;
}

.thesaurus .table-file th:nth-child(3) {
    width: 285px;
}

.thesaurus .table-file th:nth-child(4) {
    width: 188px;
}

.thesaurus .table-file .doc__link {
    font-size: 16px;
}

.thesaurus .table-file td:nth-child(2) {
    width: 194px;
}

.thesaurus .table-file td:nth-child(3) {
    width: 285px;
}

.thesaurus .table-file td:nth-child(4) {
    width: 188px;
}

.thesaurus .box {
    background: #fff;
    margin: 0 0 30px 18px;
    padding: 23px 68px 49px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.thesaurus .form {
    padding: 87px 0 0;

}

.thesaurus .form .title-2 {
    margin: -4px 0 8px 0;
}

.thesaurus .box-user__information {
    width: 48%;
    border-bottom: 1px solid #000;
    margin: 44px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 14px 0;
    align-self: flex-start;
    float: left;
    font-size: 16px;
}

.thesaurus .form__file {
    width: 48%;
}

.thesaurus .form .btn-violet {
    margin: 0 0 0 18px;
    width: 36%;
}

.thesaurus .form__box {
    width: 48%;
}

.thesaurus .dowload__link {
    margin: 13px 0 16px 0;
}

.thesaurus .form__label-file {
    margin: 44px 0 0 0;

}

/*thesaurus*/

/*attestation*/
.attestation {
    padding: 81px 0 0;
    margin: 0 0 -42px;
}

.attestation .fon-white {
    padding: 0 0 8px;
}

.attestation .fon-blue {
    padding: 0 0 100px;
}

.attestation .title-2 {
    padding: 0 0 0 18px;
    margin: 0 0 3px;
}

.attestation .title-3 {
    padding: 0 0 0 18px;
    line-height: 30px;
}

.attestation .title-4 {
    padding: 0 0 0 18px;
    margin: 0;
}

.attestation p {
    padding: 0 0 0 18px;
    width: 95%;
    margin: 20px 0 39px;
}

.attestation p b {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Gilroy-SemiBold';
}

.attestation p:nth-child(10) {
    margin: 20px 0 16px;
}

.attestation ol {
    margin: 15px 0 0 17px;
}

.attestation ol li:nth-child(10):before {
    counter-increment: myCounter;
    content: '' counter(myCounter);

}

.attestation .dowload__link {
    margin: 32px 0 49px 19px;
    border-bottom: 1px solid #353330;
    border-top: 1px solid #353330;
    height: 121px;
    width: 93%;
}

.attestation .col-md-6:nth-child(10) .dowload__link {
    margin: 32px 0 49px 0;
}

.attestation .dropdown-list {
    width: 95%;
    margin: 0 0 0 18px;
}

.attestation .dropdown-list__inner {
    margin: 0 0 0 -20px;
}

.attestation .dropdown-list ol {
    margin: -5px 0 0 -53px;
    padding: 0 0 0 38px;
    width: 107%;
}

.attestation .dropdown-list ol li {
    padding: 0 0 0 39px;
    margin: 0 0 8px;
}

.attestation .dropdown-list ol li:before {
    font-size: 50px;
    line-height: 38px;
    text-transform: uppercase;
    top: 3px;
}

.attestation ol p b {
    font-size: 16px;
}

.attestation ol p {
    margin: 0 0 13px;
}

.attestation ol li p:first-child {
    margin: -8px 0 0;
}

.attestation .doc-xl {
    margin: 27px 0 18px -57px;
    width: 107%;
    height: 625px;
}

.attestation .doc-xl iframe {
    height: 100%;
}

.attestation hr {
    display: block;
    float: left;
    width: 95%;
    border: none;
    height: 1px;
    background: #353330;
    margin: 98px 0 0 18px;
}

.attestation time {
    font-size: 40px;
    line-height: 31px;
    text-transform: uppercase;
    float: left;
    margin: 48px 0 0 18px;
    background-size: contain;
    padding: 0 0 0 39px;
}

.attestation .box {
    background: #fff;
    margin: 0 0 30px 18px;
    padding: 23px 68px 49px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.attestation .form {
    padding: 87px 0 0;

}

.attestation .form .title-2 {
    margin: -4px 0 8px 0;
}

.attestation .form .dowload__link {
    border: none;
    margin: -19px 0 0 19px;
}

.attestation .box-user__information {
    width: 48%;
    border-bottom: 1px solid #000;
    margin: 44px 0 0 0;
    box-sizing: border-box;
    padding: 0 0 14px 0;
    align-self: flex-start;
    float: left;
    font-size: 16px;
}

.attestation .form__file {
    width: 48%;
}

.attestation .form .btn-violet {
    margin: 0 0 0 18px;
    width: 36%;
}

.attestation .form__box {
    width: 48%;
}

.attestation .form__label-file {
    margin: 44px 0 0 0;

}

/*attestation*/
/*главная*/
.gl-top__wrap {

}

.gl-top__wrap .tab-top__violet {
    font-size: 30px;
}

.gl-top__wrap .tab__title {
    font-size: 20px;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

.gl-top__wrap .tab__title:nth-child(4) {
    margin: 15px 0 0 0;
}

.gl-top {
    display: block;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.gl-top__img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.gl-top > h1 {
    position: absolute;
    top: 25px;
    left: 125px;
    /* filter: brightness(35%); */
    width: 54%;
    color: #fff;
    font-size: 29px;
    padding: 10px;

}

.gl-tab {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 29px;
    margin: 64px 0 0 0;
    float: left;
}

.gl-tab__img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
    background: url(../images/16.png) no-repeat center;
    background-size: cover;
    height: 250px;
}

.gl-tab__wrap {
    display: block;
    float: right;
    width: 100%;
    box-sizing: border-box;
}

.gl-tab time {
    line-height: 16px;
}

.gl-tab p {
    font-size: 16px;
    line-height: 26px;
    color: #353330;
    font-family: 'Gilroy-Medium';
    margin: -7px 0 0 0;
    line-height: 26px;
}

.gl-tab p b {
    color: #642E9F;
}

.gl-ol {
    padding: 0 67px;
    margin: 30px 0 0;
}

.gl-ol__li {
    padding: 0;
    margin: 0;
}

.gl-ul {
    margin: 30px 0 0;
    font-size: 16px;
    line-height: 26px;
    color: #353330;
    font-family: 'Gilroy-Medium';
}


/*главная*/
/*main*/

/*footer*/
footer {
    display: block;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #A0A0A0;
    margin: 41px 0 0 0;
}

.footer-tab {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 61px 46px;
}

footer > div > div .col-md-6:nth-child(1) {
    border-top: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
}

footer > div > div .col-md-6:nth-child(2) {
    border-top: 1px solid #F1F1F1;
}

footer > div > div .col-md-6:nth-child(3) {
    border-top: 1px solid #F1F1F1;
    border-right: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

footer > div > div .col-md-6:nth-child(4) {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
}

.footer-tab__title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #353330;
    font-family: 'Gilroy-Bold';
    margin: 0 0 13px 0;
}

.footer-tab__information {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: 'Gilroy-Medium';
}

.address {
    display: block;
    float: left;
    width: 100%;
    font-family: 'Gilroy-Medium';
    box-sizing: border-box;
    padding: 51px 45px 0;
    margin: 0 0 11px 0;

}

.copy {
    display: block;
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 45px 218px;
}

/*footer*/
@media (min-width: 768px) and  (max-width: 1200px) {
    .container {
        width: 100%;
        box-sizing: border-box;
    }

    .box-user__information {
        width: 100% !important;
    }

    .form__input {
        width: 100%;
    }

    .width-25 {
        width: 100% !important;
    }

    .form__select {
        width: 100%;
    }
}

@media (max-width: 768px) {

    .gl-top > h1 {
        position: absolute;
        top: 80px;
        left: 80px;
        width: 54%;
        color: #fff;
        font-size: 20px;
    }

    .gl-ol {
        padding: 0 7px;
        margin: 10px 0 0;
    }

    .gl-top__wrap img {
        max-width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        width: 100% !important;
    }

    iframe {
        max-width: 100% !important;
    }

    .top-menu-top {
        width: 100%;
        float: left;
        display: block;
    }

    .top-menu-top li {
        width: 100%;
        float: left;
        display: block;
    }

    .top-menu-bottom {
        width: 100%;
        float: left;
        display: block;
    }

    .top-menu-bottom li {
        width: 100%;
        float: left;
        display: block;
    }

    header nav {
        height: auto;
    }

    .title-2 {
        line-height: 30px;
    }

    header .box-user__information span {
        color: grey;
        display: block;
        width: 100%;
        float: left;
        position: absolute;
        top: 0px;
        font-size: 13px;
    }

    .cabinet .btn-violet {
        width: 70%;
        margin: 49px 0 0 0;
    }

    .box {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #F1F1F1;
        padding: 0;
    }

    .sidebar {
        display: block;
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }

    .col-md-8 > div {
        float: left;
    }

    .thesaurus {
        float:none !important;
    }

    .popup {
        display: none;
        width: 100%;
        background: transparent !important;
        height: auto;
        position: absolute !important;
        top: 0;
        left: 0;
        padding: 40px !important;
        margin: 0 !important;
    }

    .fancybox-close-small {
        left: 9px;
        background: transparent url(/images/22.svg) no-repeat center !important;
        color: transparent !important;
        top: 9px !important;
    }

    .fancybox-close-small:hover {
        left: 9px;
        background: transparent url(/images/22.svg) no-repeat center !important;
        color: transparent !important;
        top: 9px !important;
    }

    .tab__title {
        font-size: 24px;
        line-height: 26px;
        color: #353330;
        font-family: 'Gilroy-SemiBold';
        margin: 18px 0 0 0;
    }

    .enter__popup-tab {
        width: 100%;
        background: #fff;
        display: block;
        float: right;
    }

    .enter__popup-tab .btn-border {
        width: 100%;
        margin: 31px 0;
        font-size: 16px;
    }

    #registration-popup .enter__popup-tab .btn-violet {
        width: 100%;
        margin-top: 60px;
        font-size: 16px;
    }

    .bx-auth-reg .title-2 {
        font-size: 20px;
    }

    .know__popup-tab {
        width: 100%;
        background: #fff;
        display: block;
        float: left;
        box-sizing: border-box;
        padding: 10px;
    }

    .know__popup-tab .know__img {
        margin: 10px 0 0;
        height: auto;
        max-height: 250px;
    }

    .slider-date__title {
        display: block;
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 17px;
        font-family: 'Gilroy-SemiBold';
        margin: 26px 0 0;
    }


}


.know__tab {
    min-height: 460px;
}

.know__tab p {
    min-height: 120px;
}

body .manual__namber {
    display: block;
    float: left;
    font-size: 25px;
    line-height: 40px;
    text-transform: uppercase;
    color: #642E9F;
    margin: 0 37px 0 0;
    width: 100%;
}


.mycolpx span {
    font-size: 15px !important;
}

body .know__img {
    background: none;
}

.newsall {
    float: right;
    color: #642E9F;
    font-weight: bold;
    text-transform: uppercase;
}

.blue-background-text {
    background-color: #F1F7FF;
    text-align: justify;
    font-size: 15pt;
    padding: 10px;
    margin-bottom: 30px;
}

.study--menu-link-col {
    border-top: 1px solid;
    padding: 30px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 45%;
}


.study--menu-link-col:nth-last-child(-n+2) {
    border-bottom: 1px solid;
}

.study--menu-link-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 14pt;
}
.study--svg {
    height: 25px;
    width: 25px;
}
.study--svg-checked {
    fill: green;
}
.study--svg- {
    fill: grey;
}
.study--svg-load {
    fill: orange;
}

.study--record-list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.study--record-list-group {
    height: 600px;
    overflow-y: scroll;
}

.study--record-list-group li {
    background-color: #F1F7FF;
}
.study--record-list-group ul {
    margin-bottom: 0!important;
}
.study--record-panel {
    border: none;
    font-weight: bold;
    font-size: 14pt;
}
.study--record-panel .panel-heading {
    background-color: #F1F7FF;
    color: #642E9F;
    font-size: 14pt;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}
.study--page-title {
    margin: 0 auto;
    font-size: 18pt;
    color: #642E9F;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

.study--fill-width {
    width: 100% !important;
    text-align: center;
}

.study--fill-width > .link-round__link {
    width: auto !important;
}

ul.study--teacher-group {
    padding: 0;
    float: left;
    margin-bottom: 40px !important;
}

ul.study--teacher-group li {
    float: left;
    margin-right: 10px;
    display: block;
    font-size: 14pt;
    font-weight: bold;
    color: #642E9F;
}

ul.study--teacher-group li span {
    font-size: 14pt;
}
.study--page-text {
    margin-top: 40px;
}

.viewerContainer, .toolbarContainer, .findbar, .secondaryToolbar  {
    background-color: #642E9F !important;
}

.study-col {
    overflow-y: hidden !important;
}

/*--*/
.slider-sidebar {
    display: block;
    float: left;
    width: 90%;
    overflow: hidden;
    position: relative;
    height: 207px;
}

.slider-sidebar .owl-stage-outer {
    float: left;
}

.slider-sidebar .owl-item {
    float: left;
}

.slider-sidebar .owl-dots {
    display: none;
}

.slider-sidebar .owl-nav {
    display: flex;
    float: left;
    position: absolute;
    top: 45%;
    width: 100%;
    justify-content: space-between;
    height: 62px;
    align-items: center;
}

.slider-sidebar .owl-prev {
    background: url(../images/str-left.svg) no-repeat center;
    border: none;
    height: 14px;
    width: 22px;
    color: transparent;
    padding: 0;
}

.slider-sidebar .owl-next {
    background: url(../images/str-right.svg) no-repeat center;
    border: none;
    height: 14px;
    width: 22px;
    color: transparent;
    padding: 0;
}
.slider-sidebar img {
    width: 100%;
}

@media screen and (max-width: 991px) {
    .slider-sidebar {
        width: 100%;
    }
}

.owl-carousel__sidebar-img {
    width: 100%;
    height: 207px!important;
    object-fit: contain;
    object-position: center;
}

.violet {
    background-color: #642E9F !important;
    color: #ffffff !important;
    border: 0 !important; ;

}
.table-rasp td, .table-rasp time {
    font-size: 18px !important;
    background-image: none;
}

.table-rasp time {
    padding: 0;
    float:left;
}
@media (max-width: 768px){
	.main-video{
		display: flex;
		float: left;
		width: 100%;
		justify-content: center;
		align-items: center;
		margin: 23px 20px;
	}
}