@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.eot');
    src:
        url('../fonts/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff'),
        url('../fonts/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.eot');
    src:
        url('../fonts/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff'),
        url('../fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/*header*/

.header {
    padding: 15px 0 25px;
    background: none;
}
.header-nav {
    padding-left:15px;
}
.auth-button{
    font-family: Muller, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #1C202B;
    cursor: pointer;
    padding: 10px 32px;
    border: none;
    background-color: #F2DBCA;
    border-radius: 5px;
}

.auth-button:hover{
    color: #1C202B;
    opacity: 0.7;
    transition: .5s;
}

.nav-item .nav-link {
    color: #3D3D3D!important;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 11px;
    margin-right: 10px;
    box-sizing: border-box;
    border-bottom: 4px solid #ffffff00!important;
    padding-left: 0 !important;
    padding-right: 0px !important;
    width: max-content;
}

.nav-item .nav-link:hover{
    color: red!important;
    border-bottom: 4px solid red!important;
    padding-bottom: 11px;
    box-sizing: border-box;
}

/*about*/

.about{
    background: url('/images/intro-bg.jpg') no-repeat center center;
    background-size: cover;
    background-color: #F9F9F9;
    padding: 0 !important;
}

.about-bg2 {
    background: linear-gradient(0deg, #01C4AA, #01C4AA);
    background-size: 40% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 233px 0 40px;
    position: relative;
}

.about-bg2::before {
    content: '';
    background-image: url(/images/about-bg-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    display: block;
    height: calc(100% - 71px);
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-text{
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    color: #01AB94;
}

.about-title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #01AB94;
    padding-bottom: 15px;
}

.about-title-main{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 120%;
    color: #3D3D3D;
    margin-bottom: 125px;
}

.about-line {
    background-color: #fff;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 0px;
    display: flex;
    justify-content: space-between;
    padding: 20px 10px 30px;
}

.about-line-item,
.about-line-item > a {
    font-size: 16px;
    line-height: 22px;
    color: #3D3D3D;
    width: 100%;
    max-width: 264px;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.about-line-item > a:hover {
    text-decoration: none;
    color: #3D3D3D;
}

.about-line-item img{
    display: block;
    margin-bottom: 11px;
    min-height: 65px;
    object-fit: none;
}

.about-bg3 {
    padding-top: 80px;
    position: relative;
}


.about-bg3 .about-title {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 130%;
    text-transform: uppercase;
    color: #6072B3;
}

.about-bg3 .about-text {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #194353;
    text-transform: inherit;
    max-width: 590px;
    margin-bottom: 20px;
}

/*calendar*/

.calendar{
    padding: 100px 0;
}

.calendar.calendar-v2 .container {
    background-image: url(/images/calendar-bg-img-v2.png);
}

.calendar.calendar-v2 .modal-content .container {
    background-image: none;
}

.section-title{
    font-weight: 600;
    font-size: 36px;
    line-height: 53px;
    text-align: center;
    text-transform: uppercase;
    color: #6072B3;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.section-sub-title-text {
    text-transform: initial;
}

.section-title-text{
    margin-top: 20px;
}

.calendar-content {
    margin-left: 55%;
}

.calendar-content__block {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.calendar-content__img {
    width: 60px;
    margin-right: 20px;
}

.calendar-content__text-container {
    color: #3d3d3d;
}

.calendar-content__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.calendar-content__text {
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    display: flex;
    align-items: center;
}

.reg-button{
    background: #EE2D25;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 15px 50px 15px;
    border: none;
    cursor: pointer;
}

.reg-button:hover{
    background: #F16022;
}

/*courses*/

.courses{
    background-image: url(/images/course-bg.svg);
    background-size: 1090px 100%;
    background-position: 0px 230px;
    padding: 50px 0;
}

.course-item{
    background-color: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    min-height: 371px;
}

.course-item-img{
    height: 95%;
    width: 100%;
    border-bottom: 4px solid #D47B5F;
}

.pdf-download {
    background-image: url(/images/pdf-file.svg);
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #01AB94;
}

.pdf-download:hover {
    text-decoration: none;
    color: #01AB94;
}

.course-item-date{
    background: #F16022;
    font-weight: bold;
    font-size: 14px;
    line-height: 130%;
    color: #FFFFFF;
    padding: 3px 35px 3px 15px;
    position: absolute;
    left: 0;
    top: 93%;
}

.course-item-text{
    font-size: 18px;
    line-height: 130%;
    color: #5B5B5B;
    padding: 15px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.course-item-relative{
    position: relative;
}

/*feedback*/

.feedback{
    padding: 65px 0 130px;
}





.input-container {
    display: flex;
    flex-direction: column-reverse;
}

.feedback label {
    font-family: 'Inter';
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #3A4A56;
}
.anketa label {
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 9px;
    color: #000000;
}
.anketa label.agreement-check-label {
    font-weight: 400;
    font-size: 14px;
}

.feedback input::placeholder,
.feedback textarea::placeholder,
.anketa input::placeholder,
.anketa textarea::placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding-left: 0;
    margin-top: 15px;
}
.anketa-input::placeholder,
.form-control::placeholder{
    color: #7898AF !important;
}

.feedback input:active,
.feedback textarea:active,
.feedback input:focus,
.feedback textarea:focus,
.anketa input:active,
.anketa input:focus,
.anketa textarea:active,
.anketa textarea:focus {
    border-color: #D47B5F;
}




.feedback_button {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 37px;
    border: none;
    background: #7898AF;
    cursor: pointer;
}
.anketa-button {
    font-size: 18px;
    font-family: Muller, sans-serif;
    font-weight: 400;
    color: #ffffff;
    background: #c8979a;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px 32px;
    border: none;
}
.anketa-button:hover {
    background: #85171F;
}

.feedback_button:hover, .anketa-button:hover{
    color: #fff;
    transition: .5s;
    opacity: 0.9;
}

.feedback.feedback-v2 {
    background-image: url(/images/feedback-v2.png);
}

/*footer*/

.footer{
    background: #232020;
    padding: 25px 0;
    font-size: 18px;
    line-height: 22px;
    color: #3D3D3D;
}

.footer-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo {
    display:flex;
    align-items: center;
}
.footer-logo a{
    display: block;
    margin-right: 25px;
}
.footer-logo a img{
    display: block;
    width: 100%;
    max-width: 100px;
}

.swal2-styled.swal2-confirm{
    background: #85171F !important;
    text-align: center !important;
    color: #FFFFFF !important;
    padding: 10px 30px !important;
    border: none !important;
    cursor: pointer;
    border-radius: 5px !important;
    font-family: Muller!important;
    font-weight: 400!important;
    font-size: 18px !important;
    padding: 10px 32px !important;
    opacity: 0.7!important;
}
.swal2-styled:focus {
    box-shadow: unset !important;
}

.swal2-styled.swal2-confirm:hover{
    background: #85171F!important;
    opacity: 1!important;
}

.swal2-html-container{
    color: #5B5B5B!important;
}

.swal2-popup{
    border-radius: 0!important;
    border: 1px solid #000000!important;
    width: 39em!important;
    padding: 25px !important;
}

.modal-icon{
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 20px;
}

.auth-user-link{
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #3D3D3D;
    width: max-content;
    min-width: 120px;
}

.auth-user-link:hover{
    color: #3D3D3D;
}

.header-app{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.bid-section.form-reg{
    background: #fff;
    padding-top: 0;
}

.form-reg-title{
    background: url("/images/form_title_bg.png");
    padding: 42px 0 30px;
}

.form-reg-title .heading{
    color: #fff;
}

.form-reg-title .sub-title{
    font-size: 24px;
    line-height: 28px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.form-reg .agreement-row{
    color: #3D3D3D!important;
}

.checkbox-container .checkmark::after {
    border: 1px solid #828282;
}

.checkbox-container input:checked ~ .checkmark::after {
    background-image: url(../images/galka2.svg);
}

.form-reg h4{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 18px;
}

.form-reg .form-custom input[type='text'], .form-reg .form-custom input[type='email'],
.form-reg .form-custom select{
    margin-top: 19.5px;
    margin-bottom: 0!important;
    min-height: 49px;
}

.form-reg select{
    -webkit-appearance: none!important;
    -moz-appearance: window!important;
    background-image: url("/images/arrow_down.svg")!important;
    background-repeat: no-repeat!important;
    background-position: 99% center!important;
}

body .modal-header {
    border-radius: 0;
    background-size: auto 100%;
    position: relative;
    align-items: center;
}

body .modal .modal-header .modal-close {
    background-image: url(/images/modal-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 24px;
    min-height: 24px;
    top: calc(50% - 12px);
    border: 0;
    background-color: #ffffff00;
    color: #ffffff00;
}

body .modal .modal-body .input-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 5px !important;
}

body .modal .modal-body .input-container input {
    background: #ffffff;
    border: 1px solid #7898AF;
    box-sizing: border-box;
    border-radius: 0px;
    color: #3D3D3D;
    height: 50px;
}


body .modal .modal-body .input-container input:focus{
    border: 1px solid #B08C8B;
    outline: none !important;
}
body .modal .modal-body .btn-modal-auth {
    background-color: #D47B5F;
    color: #fff;
    border: 1px solid #D47B5F;
    width: 100%;
    text-align: center;
    justify-content: center;
}

body .modal .modal-body .btn-modal-auth:hover {
    transition: .5s;
    color: #fff;
    background-color: #6072B3;
    border-color: #6072B3;
}

#reg-forum-button {
    color: #fff;
}

@-moz-document url-prefix() {
    .css-select-moz {
        background-repeat: no-repeat;
        background-position: 99% center;
    }

    .form-reg select option{
        font-family: arial!important;
    }
}

.form-reg .form-custom input[type='text']:focus, .form-reg .form-custom input[type='email']:focus,
.form-reg .form-custom select:focus{
    /*border: 1px solid #ced4da!important;*/
    border: 1px solid #F16022!important;
}

.multimedia-contents-page {
    padding: 50px 0;
    min-height: calc(100vh - 324px);
}

.multimedia-contents-page .title {
    text-align: center;
    margin-bottom: 50px;
}

.multimedia-contents-page details {
    margin: 25px 0;
}

.multimedia-contents-page details p {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 18px;
}



@media (max-width: 1850px) {
    .about-title,
    .about-text,
    .about-title-main {
/*        background-color: #ffffffbd;*/
    }
}



@media (max-width: 1550px) {
    .about-bg3 .about-text {
        background-color: #ffffffbd;
        padding: 10px;
    }
}

@media (max-width: 1250px) {
    .navbar-expand-lg .navbar-nav {
        display: flex;
        flex-wrap: wrap;
    }
}

@media (max-width: 1210px) {
    .feedback {
        background-position-x: -102%;
    }
}


@media (max-width: 1046px) {
}

@media (max-width: 1024px) {

    .about-line {
        flex-wrap: wrap;
        justify-content: center;
    }

    .about-line-item {
        padding: 10px 0;
    }

    .calendar .container {
        background-image: none;
    }

    .calendar-content {
        margin: 0 auto;
    }

    .footer .footer-flex .footer-item {
        margin: 0 0 20px 0;
    }

    .footer .footer-flex {
        display: flex;
        flex-direction: column;
    }

    .about-bg3 .about-text {
        background-color: #ffffffbd;
        padding: 10px;
    }
}



@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.eot');
    src: url('/fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Roboto-Regular.woff') format('woff'),
    url('/fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.eot');
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Lato-Regular.woff') format('woff'),
    url('/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.chelyabinsk-page .about-title {

}

.chelyabinsk-page .about-text a {
    color: #194353;
    text-decoration: underline;
}

.chelyabinsk-page .about-text {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 120%;
    color: #194353;
    text-transform: inherit;
    margin-bottom: 20px;
}

.chelyabinsk-page .about-text img {
    max-width: 100%;
}

.intro-title {
    color: #3B5263;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 100px;
    text-transform: uppercase;
}

.intro-title span {
    display: block;
    font-weight: 400;
    padding-left: 44px;
    padding-top: 10px;
}

.intro-title span {
    color: #fff;
}

.intro-text {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}
.intro-color-wrap {
    background: rgba(59, 82, 99, 0.8);
    padding-top: 52px;
    padding-bottom: 80px;
    padding-right: 16px;
    position: relative;
}
.intro-color-wrap:before{
    content:'';
    width: 100%;
    height: 100%;
    background: rgba(59, 82, 99, 0.8);
    position: absolute;
    left: -100%;
    top: 0;
}

.calendar-img-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
@media (min-width: 400px) {
    .calendar-img-title {
        flex-direction: row;
    }
}
.calendar-img-title__color,
.calendar-img-title__gray {
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #3B5263;
}

.calendar-img-title__color {
    color: #B08C8B;
}

.calendar-img-title__decor {
    margin: 0 12px;
    display: block;
    width:1px;
    height:31px;
    background: #B08C8B;

}

.calendar-img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 27px;
}

.calendar-img-title__btn {
    display: block;
    border: none;
    padding: 12px 25px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #B08C8B;
}

.calendar-title{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #3B5263;
    margin-bottom: 61px;
    position: relative;
    padding-left: 17px;
}

.calendar-title-decor {
    display: block;
    width: 100%;
    height: 38px;
    background: #D6C5C5;
    position: absolute;
    left: 0;
    bottom: -24px;
    z-index: -1;
}

.calendar-title-decor:after{
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    position:absolute;
    right:-99%;
    top: 0;
    background: #D6C5C5;

}

.calendar-text {
    font-weight: 400;
    font-size: 16px;
    color: #3A4A56;
}
.calendar-text__link {
    color: #7898AF;
    text-decoration: underline;
}
.calendar-text_bold {
    color: #7898AF;
    font-weight: 700;
    font-size: 16px;
}
.text-list {
    font-weight: 400;
    font-size: 16px;
    color: #3A4A56;
    list-style-type:disc;
    margin-bottom: 0;
}
.bold-text {
    color: #3A4A56;
    font-weight: 700;
    font-size: 16px;
}

.color-wrapper {
    padding: 65px 32px;
    background: rgba(59, 82, 99, 0.8);
}

.lessons {
    background: url('../images/lessons-bg.jpg') no-repeat top left;
    background-size: cover;
    padding: 100px 0;
}

.lesson-title {
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 36px;
    text-transform: uppercase;
    padding-right: 80px;
    line-height: 36px;
}
.lesson-title_color {
    color: #A3D2E4;
    font-weight: 700;
}

.lesson-title_decor {
    font-size: 16px;
    color: #A3D2E4;
    font-weight: 700;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width:990px) {
    .lesson-title_decor {
        top: -40px;
    }
}
.lessons-text-main{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.calendar-title_right {
    text-align: right;
}
.calendar-title_right  .calendar-title-decor:after{
    content:'';
    right: auto;
    left:-99%;
}
.file-link {
    display: flex;
    align-items: center;
    color: #3A4A56;
    font-weight: 400;
    font-size: 16px;
}
.file-link  span{
    display: block;
    text-decoration: underline;
}

.contest {
    padding: 100px 0;
}

.text-side-wrapper {
    max-width: 557px;
    padding: 0 15px;
    padding-top: 44px;
}

.img-side {
    background: url('../images/conference-img.jpg') no-repeat center center;
    background-size: cover;
    height: 100%;
    position: relative;
}

.conference .row {
    height:100%;
}
.img-side{
    height: 570px;
}

.conference__title {
    color: #3B5263;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 22px;
}

.conference__title_color {
    color: #B08C8B;
    display: block;
    font-weight: 700;
}

.conference__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3A4A56;
}

.conference__text_color{
    color: #B08C8B;
    font-weight: 700;
}

.anketa-title {
    margin-top: 60px;
}

.feedback-title, .feedback-title a, .anketa-title{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    color: #3B5263;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.feedback-title a:hover {
    text-decoration: none;
    color: #3B5263;
}

.feedback-title__decor, .anketa-title__decor {
    display: block;
    width: 100%;
    height: 38px;
    background: #D6C5C5;
    position: relative;
    z-index: -1;
    bottom: 14px;
}

.feedback-title__decor:before, .anketa-title__decor:before {
    content:'';
    display: block;
    width: 100%;
    height: 38px;
    background: #D6C5C5;
    position: absolute;
    left: -99%;
    bottom: -0px;
    z-index: -1;
}

.feedback-title__decor:after, .anketa-title__decor:after {
    content:'';
    display: block;
    width: 100%;
    height: 38px;
    background: #D6C5C5;
    position: absolute;
    right: -99%;
    bottom: -0px;
    z-index: -1;
}

.input-container input,
.feedback textarea {
    width: 100%;
    background: rgba(163, 210, 228, 0.1);
    border: 1px solid #7898AF;
    padding-left: 20px;
    color: #7898AF;
    border-radius: 0;
}
.feedback textarea::placeholder, .input-container input::placeholder {
    color: #7898AF;
}
.feedback textarea {
    height: 238px;
}
#agreement-check, #agreement-check-2, #name-o, #date-oo, #name-oo, #email-oo, #phone-oo,
#event1,
#event2,
#event3,
#event4,
#event5 {
    display: none;
}
.agreement-check-label{
    font-family: "Muller", sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #191715;
    cursor: pointer;
    display: flex !important;
    align-items: center;
}
.agreement-check-label a, .check-link {
    text-decoration: underline;
    color: #000000;
}
.check-decor {
    display:block;
    width: 22px;
    height: 22px;
    margin-right: 20px;
    border: 1px solid #3B5263;
    flex-shrink: 0;
}
#agreement-check:checked+label .check-decor,
#agreement-check-2:checked+label .check-decor,
#name-o:checked+label .check-decor,
#date-oo:checked+label .check-decor,
#name-oo:checked+label .check-decor,
#email-oo:checked+label .check-decor,
#phone-oo:checked+label .check-decor,
#event1:checked + label .check-decor,
#event2:checked + label .check-decor,
#event3:checked + label .check-decor,
#event4:checked + label .check-decor,
#event5:checked + label .check-decor {
    background: url('../images/check-icon.svg') no-repeat center center #C10E1A;
    background-size: 50%;
    border: 1px solid #1C202B;
}

.footer-navbar-nav {
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    margin: 0 -15px;
    margin-bottom: 10px;

}
.footer-nav-item{
    margin: 0 10px;
    flex-shrink: 0;
}
.footer-text {
    font-family: Muller, sans-serif;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0;
}
.footer-nav-link {
    font-family: Muller, sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}
.footer-nav-link:hover {
    color:#fff;
    text-decoration: underline;
}
.footer-contact-link{
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 20px;
}
.footer-contact-link:last-child{
    margin-bottom: 0;
}
.footer-contact-link:hover {
    color:#fff;
    text-decoration: underline;
}

body {
    overflow-x: hidden;
}

@media (max-width:1091px){
    .navbar-nav {
        margin-bottom: 25px;
    }

    .text-side-wrapper {
        padding-bottom: 25px;
    }
}
@media (min-width:1091px){
    .navbar-nav  .nav-item {
        margin: 0 3px;
    }
}

.calendar-text-wrapper {
    padding-left:15px;
    display: flex;
    align-items: center;

}

@media (max-width:430px){
    .calendar-text-wrapper {
        padding-left:0px;
        padding-top: 15px;
    }
}

@media (min-width:500px){
    .feedback-title, .feedback-title a, .anketa-title {
        margin-bottom: 45px;
    }
}

@media (max-width:1306px){
    .footer-logo a img {
        max-width: 50px;
    }
    .footer-nav-item{
        margin: 0 10px;
    }
    .footer-logo__link {
        margin-right:0px;
        margin-bottom: 15px;
    }
}

@media (max-width:1091px) {
    .footer-logo a img {
        max-width: 50px;
    }
}

@media (max-width:768px) {
    .footer-nav-item {
        width: 45%;
    }
    .footer-nav-item {
        margin: 0;
        padding: 0 10px;
    }
}

.modal-title {
    position: relative;
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #191715;
    width: 100%;
    z-index: 1;
}
.modal-title__decor {
    display: block;
    width: 100%;
    height: 33px;
    position: absolute;
    bottom: -12px;
    left:0;
    z-index: -1;
    background: url(/images/loginbg.png) no-repeat;
    background-size: cover;
}

.m-header {
    padding-top: 50px;
    padding-bottom: 35px;
}

.modal-auth-btn {
    width: 100%;
    max-width: 123px;
    height: 39px;
    background: #C8979A;
    border:none;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.modal-auth-btn:hover{
    transition: all 0.3s;
    background: #85171F;
}
.reset-pass {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 10px;
    text-decoration: underline;
}
.header-logo-wrap a {
}
.header-logo-wrap a:last-child{
    margin-right:0;
}
.header-logo-wrap a img {
    width: 100%;
}
.anketa-form-container {
    padding-bottom: 10px;
}
.news-wrapper {
    background: url('../images/sdo/news-bg.jpg') no-repeat bottom center;
    background-size: cover;
    background: none;
}
@media (min-width:1357px) {
    .header-logo-wrap a {
        max-width: 114px;
        min-width: 60px;
    }
}
@media (max-width:400px) {
    .header-logo-wrap a {
        max-width: 50px;
    }
    .navbar{
        padding:0;
    }
    .intro-title{
        font-size: 24px;
    }
    .intro-title {
        margin-bottom: 50px;
    }
    .intro-text,.calendar-text,.bold-text,.conference__text {
        font-size: 14px;
    }
    .intro-color-wrap {
        padding: 40px 0;
    }
    .calendar{
        padding: 50px 0;
    }
    .lesson-title {
        font-size: 20px;
    }
}
@media (max-width:550px) {
    .lesson-title {
        padding-right: 0;
        padding-top: 40px;
    }
    .color-wrapper {
        padding-left:10px;
        padding-right: 10px;
    }
    .lessons, .contest{
        padding: 50px 0;
    }
}

.white-btn-wrap .btn {
    background: #FFFFFF;
    border: 1px solid #7898AF;
    font-weight: 400;
    font-size: 16px;
    color: #7898AF !important;
    padding: 10px 37px;
}
.white-btn-wrap .btn:hover {
    background: #7898AF;
    color: #fff !important;
    transition: all 0.3s;
}
.conference-color-block {
    background: rgba(163, 210, 228, 0.15);
}
.modal-body {
    padding-top: 0 !important;
    padding-bottom: 24px !important;
}
.footer-text_desktop {
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
}

@media (min-width:1300px) {
    .header-logo-wrap a {
        max-width: 114px;
    }
}

.pagination .page-item.active .page-link{
    background: #7898AF;
    border-color: #7898AF;
}

.pagination .pagination-prev-nav,
.pagination .pagination-next-nav {
    display: none;
}

.pagination .page-item .page-link{
    color: #3A4A56;
}

.agreement {
    margin-top: 23px;
}

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

.lessons-text {
    color: var(--3-a-4-a-56, #3A4A56);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 38px;
}
.lessons-text-bold {
    color: var(--3-a-4-a-56, #3A4A56);
    font-family: 'Inter';
    font-size: 16px;
    font-style: bold;
    font-weight: 700;
    line-height: 24px;
}

.lessons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.lessons-list__item {
    width: 50%;
    padding: 0 15px;
}

.lessons-list__link iframe{
    display: block;
    width: 100%;
    height: 305px;
}

.lessons-img {
    width: 100%;
    height: auto;
    margin-bottom:28px;
}

.lessons-title {
    color: var(--3-b-5263, #3B5263);
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lessons-description {
    color: var(--b-08-c-8-b, #B08C8B);
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.lessons-list__link:hover {
    text-decoration: none;
}
.lessons-list__item:hover {
    opacity: 0.8;
}

@media (max-width:767px) {
    .lessons-list__item {
        width: 100%;
    }
    .lessons-description {
        margin-bottom: 25px;
    }
}
.feedback-section {
    display: flex;
    width: 100%;
    justify-content: center;
    background: url("/images/feedbackbg.png") no-repeat;
    background-size: cover;
}
.feedback-section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 100px 0;
    width: 95%;
    max-width: 1140px;
    position: relative;
}
.feedback-section__title {
    font-family: "ALaRuss", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 64px;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.feedback-section-form-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.feedback-section-form-item {
    width: 50%;
}
.contact-form {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 25px 0px #1B1E2629;
    padding: 32px;
}
.feedback-form-input-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 20px;
}
.feedback-form-input-container input {
    width: 100%;
    height: 49px;
    border: 1px solid #000000;
    padding: 12px 20px;
    color: #191715;
    font-family: "Muller", sans-serif;
    font-size: 18px;
    font-weight: 400;
    border-radius: 0;
    background: #ffffff;
}
.feedback-form-input-container textarea {
    width: 100%;
    height: 116px;
    border: 1px solid #000000;
    padding: 12px 20px;
    color: #191715;
    font-family: "Muller", sans-serif;
    font-size: 18px;
    font-weight: 400;
    resize: none;
    line-height: 140%;
    border-radius: 0;
    background: #ffffff;
}
.feedback-form-input-container input::placeholder,
.feedback-form-input-container textarea::placeholder {
    color: #9D9D9D;
}
.feedback-btn-send-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.feedback-btn-send {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 32px;
    height: 42px;
    border-radius: 5px;
    background: #85171F;
    color: #FFFFFF;
    border: none;
    font-size: 18px;
    font-weight: 400;
    font-family: "Muller", sans-serif;
}
.feedback-btn-send:hover {
    opacity: 0.9;
    transition: 0.3s ease-in-out;
}
.feedback-man {
    position: absolute;
    bottom: 0;
    right: -150px;
    z-index: 0;
}
.feedback-section-form-item {
    z-index: 1;
}
.main-head {
    display: flex;
    width: 100%;
    justify-content: center;
    background: url(/images/feedbackbg.png) no-repeat;
    background-size: cover;
}
.main-head__container {
    display: flex;
    width: 95%;
    max-width: 1140px;
    position: relative;
    padding: 226px 0 0 0;
}
.main-head__content {
    display: flex;
    width: 50%;
    flex-direction: column;
}
.main-head__titile {
    margin-bottom: 12px;
    font-family: "ALaRuss", sans-serif;
    color: #FFFFFF;
    font-size: 84px;
    font-weight: 500;
    text-transform: uppercase;
}
.main-head__subtitle {
    font-weight: 400;
    font-size: 32px;
    font-family: "Muller", sans-serif;
    color: #FFFFFF;
    line-height: 125%;
}
.mha--title {
    color: #B81F2A;
    font-family: Muller, sans-serif;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
}
.mha--text {
    font-weight: 400;
    font-size: 18px;
    font-family: "Muller", sans-serif;
    color: #1C202B;
}
.mha--text b {
    font-weight: 700;
}
.main-head-about {
    padding: 24px;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #000000;
    transform: translateY(40px);
}
.main-head__content {
    z-index: 1;
}
.head-horse {
    position: absolute;
    bottom: 0;
    right: -170px;
    z-index: 0;
}
.header.mainpage-header {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    z-index: 2;
}
.header.mainpage-header .nav-item .nav-link {
    color: #ffffff!important;
}
.header.mainpage-header .nav-item .nav-link:hover {
    border-bottom: 4px solid #ffffff !important;
}
.main--quiz {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 144px;
}
.main-quiz__title {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 95%;
    margin-bottom: 60px;
    font-family: "ALaRuss", sans-serif;
    color: #B81F2A;
    font-weight: 500;
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
}
.main-quiz__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    max-width: 1920px;
}
.mqc__left-section {
    position: relative;
    width: 50%;
}
.mcq__left-students {
    position: absolute;
    top: 0;
    z-index: 2;
    width: calc(100% - 127px);
    right: 127px;
}
.mqc__right-section {
    display: flex;
    justify-content: flex-start;
    width: 50%;
    padding: 89px 0 92px 0;
}
.mcq__right--content {
    display: flex;
    flex-direction: column;
    width: 97%;
    max-width: 565px;
}
.mcq__right-text {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1C202B;
    margin-bottom: 20px;
}
.mcq__right-when {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #1C202B;
    margin-bottom: 20px;
}
.mcq__right-when b {
    font-weight: 700;
    color: #B81F2A;
}
.mcq__right-doc {
    display: flex;
    align-items: center;
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-decoration: underline;
    color: #1C202B;
    margin-bottom: 32px;
    gap: 8px;
}
.mcq__right-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 32px;
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    cursor: pointer;
    color: #FFFFFF;
    background: #85171F;
    border: none;
    border-radius: 5px;
    width: max-content;
}
.swal2-styled.swal2-confirm.mcq__right-btn {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    padding: 10px 32px!important;
    font-family: Muller, sans-serif!important;
    font-weight: 400!important;
    font-size: 18px!important;
    line-height: 120%!important;
    cursor: pointer!important;
    color: #FFFFFF!important;
    background: #85171F!important;
    border: none!important;
    border-radius: 5px!important;
    width: max-content!important;
}
.mcq__right-btn:hover {
    opacity: 0.9;
    transition: 0.5s ease-in-out;
    text-decoration: none;
    color: #FFFFFF;
}
.mrcl-div {
    margin-bottom: 24px;
}
.mcq__left-grey {
    position: absolute;
    right: 67px;
    bottom: 0;
    z-index: 1;
}
.mcq__left--certs {
    position: absolute;
    padding: 12px 16px;
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1C202B;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #FFFFFF;
    z-index: 3;
    right: 141px;
    bottom: 29px;
    max-width: 236px;
}
.main--quiz {
    overflow: hidden;
}
.mcq__left-students {
    min-width: 833px;
}
html {
    scroll-behavior: smooth;
}
.main-courses {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 100px 0;
}
.main-courses__title {
    font-family: "ALaRuss", sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 130%;
    color: #B81F2A;
    text-align: center;
    width: 95%;
    margin-bottom: 60px;
    text-transform: uppercase;
}
.courses_container {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1140px;
}
.courses__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
}
.courses__content {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1C202B;
    margin-bottom: 24px;
}
.courses__content b {
    font-weight: 700;
}
.courses__date {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #1C202B;
    margin-bottom: 32px;
    text-transform: uppercase;
}
.courses__date b {
    font-weight: 700;
    color: #B81F2A;
}
.courses__right {
    width: 50%;
    position: relative;
}
.courses-right-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.courses-right-1 {
    position: absolute;
    z-index: 1;
    right: -60px;
    bottom: -27px;
}
.courses-right-3 {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #1C202B;
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    max-width: 388px;
    border: 1px solid #000000;
    background: #FFFFFF;
    padding: 12px 16px;
    z-index: 3;
}
.master-classes {
    display: flex;
    width: 100%;
    justify-content: center;
    background: url("/images/masterclassesbg.png") no-repeat center top;
    background-size: cover;
    padding: 100px 0;
}
.master-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1140px;
    align-items: center;
    padding: 60px 40px;
    border: 1px solid #000000;
    background: #ffffff;
}
.master__title {
    margin-bottom: 40px;
    font-family: ALaRuss, sans-serif;
    font-weight: 500;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    color: #B81F2A;
    text-transform: uppercase;
    max-width: 708px;
}
.master__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.master__content--left {
    width: 48%;
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1C202B;
}
.master__content--left b {
    font-weight: 700;
}
.master__content--right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 48%;
}
.mcr--title {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1C202B;
    margin-bottom: 20px;
}
.main-competition {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 100px 0 0 0;
}
.main-competition__title {
    font-family: ALaRuss, sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    width: 95%;
    max-width: 1120px;
    margin-bottom: 60px;
    color: #B81F2A;
}
.main-competition__content {
    display: flex;
    width: 95%;
    max-width: 1140px;
    justify-content: space-between;
}
.mcc__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 111px 0;
}
.mcc__left {
    position: relative;
    width: calc(50% - 94px);
}
.mcc--left-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.mcc--left-1 {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: -125px;
}
.main-conference {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 100px 0 0 0;
}
.conference__title {
    font-family: ALaRuss, sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #B81F2A;
    margin-bottom: 60px;
    width: 95%;
    max-width: 1140px;
}
.conference__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.c-content__left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 94px;
}
.ccl__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 490px;
    padding: 58px 0;
}
.c-content__right {
    position: relative;
    width: 50%;
}
.conference-right-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-width: 959px;
}
.conference-right-2 {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 2;
}
.c-content-right--text {
    z-index: 3;
    width: 100%;
    max-width: 565px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    height: 100%;
}
.ccrt--item {
    position: absolute;
    right: 0;
    bottom: 35px;
    color: #1C202B;
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 16px;
    border: 1px solid #000000;
    background: #ffffff;
    max-width: 392px;
}
.main-news {
    display: flex;
    width: 100%;
    padding: 100px 0;
    flex-direction: column;
    align-items: center;
}
.news__title {
    font-family: ALaRuss, sans-serif;
    font-weight: 500;
    font-size: 64px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #B81F2A;
    max-width: 1146px;
}
.news__container {
    display: grid;
    width: 95%;
    max-width: 1140px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-bottom: 50px;
}
.news__grid-item {
    display: flex;
    flex-direction: column;
}
.news-grid-image {
    position: relative;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 190px;
}
.news-image-flag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
}
.news-image-ite {

    width: 100%;
}
.news-grid-title {
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #85171F;
    margin-bottom: 8px;
}
.news-grid-text {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #1C202B;
    max-height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;        /* количество строк, после которых будет троеточие */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.window-u-sure {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 555;
    background: rgba(0, 0, 0, 0.65);
}
.u-sure-input:checked ~ .window-u-sure {
    display: flex;
}
.u-sure-container {
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 1);
    background: #ffffff;
    padding: 24px;
    align-items: center;
    max-width: 415px;
    z-index: 2;
}
.u-sure-text {
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #191715;
    margin-bottom: 32px;
}
.close-u-sure {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    right: 8px;
    top: 8px;
}
.u-sure-input {
    display: none;
    visibility: hidden;
}
.u-sure-label-close {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.header-logo-11 {
    display: none!important;
}
.mainpage-header .header-logo-11 {
    display: initial!important;
}
.mainpage-header .header-logo-1 {
    display: none!important;
}
.register-preview-text {
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    width: 100%;
}
.inside-choose__list p span {
    display: flex;
    text-indent: 15px;
}
.admin__container {
    width: 95%;
    max-width: 1140px;
    margin: 0 auto;
}
.admin__container .form-select {
    margin-bottom: 15px;
}
.admin__container .return-back {
    text-decoration: underline;
    margin-bottom: 15px;
}
.admin__title {
    font-family: Muller, sans-serif;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
}
.admin__title h3 {
    font-family: Muller, sans-serif;
    font-weight: 700;

}
.qqe-ss-title {
    font-family: Muller, sans-serif;
    font-weight: 700;
}
.qqe-right-answer {
    display: flex;
    align-items: center;
}
.qqe-right-answer input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.quiz-question-edit-column {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid black;
    margin-bottom: 20px;
}
.qqe-delete-question {
    margin: 10px 0;
}
.qqe-save-question {
    margin-bottom: 20px;
}
.card-body {
    border: none;
}
.card {
    border: none!important;
}
.reset-pass-title {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 95%;
    margin-bottom: 60px;
    font-family: "ALaRuss", sans-serif;
    color: #1C202B;
    font-weight: 500;
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
}
.input-reset-pass {
    color: #000000;
    background-color: #ffffff;
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #000000!important;
    border-radius: 0!important;
    outline: none!important;
    box-shadow: none!important;
}
.modal-body .form-group label {
    margin-bottom: 1px;
}
body .modal .modal-body .input-container {
    margin-bottom: 30px!important;
}
#logout-button {
    width: 132px;
    height: 42px;
    padding: 0;
}
#logout-button img {
    width: 14px;
    height: 14px;
}
.swal2-html-container {
    font-family: Muller, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: #191715!important;
}
.swal2-html-container b {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 140%;
}
.swal2-content {
    padding: 0!important;
}
.header.mainpage-header #logout-button {
    color: white;
    border: 1px solid #FFFFFF;
    background: none;
}
.header.mainpage-header #logout-button img {
    display: none;
}
.qquiz-main__title {
    display: flex;
    justify-content: center;
    width: 100%;
    background: url(/img/titleinsidebg.png) 100%;
    background-size: cover;
}
.quiz-main__title--content {
    display: flex;
    width: 95%;
    max-width: 1140px;
    position: relative;
    padding: 47px 0;
}
.quizman {
    position: absolute;
    right: 0;
    bottom: 0;
}
.qmtc--text {
    font-family: ALaRuss, sans-serif;
    font-weight: 500;
    font-size: 60px;
    line-height: 130%;
    text-transform: uppercase;
    max-width: 704px;
    color: #ffffff;
    z-index: 2;
}
.news__grid-item a:hover {
    text-decoration: none;
}
.col-4.pt-3 a:hover {
    text-decoration: none;
}
.mcq__right-btn:disabled {
    background: grey;
    cursor: not-allowed;
}
.header.mainpage-header .navbar-light .navbar-toggler-icon {
    background-image: url("/images/mainplagemenu.svg");
}
.header.mainpage-header .collapse.show {
    background: rgba(0, 0, 0, 0.65);
}
.single-news .news__item-image img {
    max-width: 100%;
}
.news__item-single {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-single-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 950px;
}
.news-single-title {
    font-family: Muller, sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #85171F;
    margin-bottom: 24px;
    width: 100%;
}
.news-single-image {
    margin-bottom: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}
.news-single-image img {
    width: 100%;
}
.news-single-text {
    font-family: Muller, sans-serif!important;
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 140%!important;
    color: #1C202B!important;
    width: 100%;
}
.news-single-text * {
    font-family: Muller, sans-serif!important;
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 140%!important;
    color: #1C202B!important;
}
.news-single-text a {
    color: #007bff!important;
    text-decoration: underline!important;
    font-weight: bolder!important;
}
@media (max-width:770px) {
    .mcq__left-students {
        right: 50px;
    }
    .mcq__left--certs {
        right: 20px;
        bottom: 70px;
    }
    .courses-right-3 {
        bottom: 100px;
        right: auto;
    }
    .main-head__content {
        width: 100%;
    }
    .conference__content {
        width: 95%;
    }
    .c-content__left {
        padding-right: 25px;
    }
    .ccrt--item {
        bottom: 210px;
    }
    .conference-right-2 {
        bottom: 60px;
    }
    .qqmb-grid {
        grid-template-columns: 1fr!important;
    }
    .qquiz--body--container {
        padding: 10px!important;
    }
    .qquiz-question--title {
        font-size: 21px!important;
    }
    .qmtc--text {
        font-size: 40px!important;
    }
    .quizman {
        display: none!important;
    }
}
@media (max-width:500px) {
    .main-head__container {
        padding-top: 88px;
        flex-direction: column;
    }
    .head-horse {
        position: static;
        margin-top: 45px;
    }
    .main--quiz {
        padding-top: 45px;
    }
    .main-quiz__content {
        flex-direction: column-reverse;
    }
    .mqc__right-section {
        width: 95%;
        justify-content: center;
        padding: 0;
    }
    .mqc__left-section {
        height: 400px;
        margin-top: 15px;
    }
    .mcq__left-students {
        position: static;
        min-width: 100%;
    }
    .mqc__left-section {
        width: 100%;
    }
    .courses_container {
        flex-direction: column;
    }
    .courses__left {
        width: 100%;
    }
    .courses__right {
        width: 100%;
        height: 400px;
        margin-top: 15px;
    }
    .master__content {
        flex-direction: column;
    }
    .master__content--left {
        width: 100%;
    }
    .master__content--right {
        width: 100%;
        height: 400px;
        margin-top: 15px;
    }
    .master__content--right {
        max-width: 100%;
    }
    .master__content--right img {
        max-width: 100%;
    }
    .mcc__left img {
        max-width: 100%;
    }
    .master-container {
        width: 100%;
        padding: 60px 2.5%;
    }
    .conference-right-1 {
        min-width: 100%;
        max-width: 100%;
    }
    .ccrt--item {
        bottom: 100px;
    }
    .feedback-man {
        display: none;
    }
    .main-competition__content {
        flex-direction: column-reverse;
    }
    .mcc__right {
        width: 100%;
        padding-top: 10px;
    }
    .mcc__left {
        width: 100%;
        height: 400px;
    }
    .conference__content {
        flex-direction: column;
    }
    .c-content__left {
        width: 100%;
        padding-right: 0;
    }
    .c-content__right {
        width: 100%;
        height: 400px;
        margin-top: 15px;
    }
    .news__container {
        grid-template-columns: 1fr;
    }
    .news__grid-item {
        align-items: center;
    }
    .feedback-section-form-item {
        width: 100%;
    }
    .news-grid-image {
        height: auto;
        width: 100%;
        aspect-ratio: 19/16;
    }
    .news-mobile-class {
        flex-direction: column;
    }
    .news-mobile-class .col-4.pt-3 {
        width: 100%!important;
        max-width: 100%!important;
    }
    .news-mobile-class .col-4.pt-3 a img {
        width: 100%!important;
        max-width: 100%!important;
        max-height: initial!important;
    }
}
