/*икнока мобильного меню*/
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/Avenir-Next-LT-Pro.ttf');
    font-weight: normal;
    font-style: normal;
}

.w-10 {
    max-width: 10% !important;
    width: 100% !important;
}

.w-20 {
    max-width: 20% !important;
    width: 100% !important;
}

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

.w-27 {
    max-width: 27% !important;
    width: 100% !important;
}

.w-33 {
    max-width: 33% !important;
    width: 100% !important;
}

.w-50 {
    max-width: 50% !important;
    width: 100% !important;
}

.w-66 {
    max-width: 66.6% !important;
    width: 66.6% !important;
}

.w-100 {
    max-width: 100% !important;
    width: 100% !important;
}

.color-black {
    color: #242424 !important;
}

body .btn-blue {
    background-color: #4E69AE;
    border-bottom: 5px solid #085CA7;
}

body .btn-blue:hover {
    background-color: #4E69AE;
    border-bottom: 5px solid #085CA7;
    opacity: .75;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Avenir Next LT Pro', sans-serif !important;
    font-size: 16px;
    color: #545F67;
    font-weight: 500;
}

body * {
    outline: 0 !important;
}

ul,
p {
    padding: 0;
    margin: 0;
}

li,
ol {
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

.button {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    background-color: #FF5F79;
    border-radius: 5px;
    padding: 12px 10px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 4px solid #F0415D;
    cursor: pointer;
    outline: 0 !important;
    box-sizing: border-box;
}

.button-auth, .button-cabinet {
    background: linear-gradient(170.27deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #EBECF0;
    background-blend-mode: soft-light, normal;
    box-sizing: border-box;
    border-radius: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    text-transform: capitalize;
    color: #274ACC;
    position: relative;
    padding: 19px 29px 20px 60px;
    max-width: 300px;
    width: 100%;
    border: 0;
}

.button-auth.login::after {
    background-image: url(/images/arrow-auth-login.svg);
    width: 20.57px;
    height: 22px;
    top: calc(50% - 11px)
}

.button-auth::before, .button-cabinet::after {
    content: '';
    position: absolute;
    background-image: url(/images/avatar-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 22px;
}

.button-auth::after {
    content: '';
    position: absolute;
    background-image: url(/images/arrow-auth.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 22px;
    height: 10px;
    top: calc(50% - 5px);
    right: 29px;
}

.header-button-container-bg {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: 350px;
    background-color: #274ACC;
}

.header-button-container-bg .button-auth {
    height: 60px;
    max-width: 335px;
    margin-right: 5px;
    box-shadow: none;
}

.button-container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 71px;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}
input,
input::placeholder,
textarea,
textarea::placeholder {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #274ACC;
    font-family: 'Avenir Next LT Pro', sans-serif;
}

input,
textarea,
select {
    padding: 13px 19px 11px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: #FAFBFF;
    border: 2px solid rgba(39, 74, 204, 0.23);
    box-sizing: border-box;
    border-radius: 5px;
}

input[type="checkbox"] {
    max-width: 25px;
}

::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px;
}

::-webkit-scrollbar-track {
    background-color:#ecedee
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 0px;
    border-radius: 0px;
    background-color:#4051a4;
}

::-webkit-scrollbar-thumb:hover{
    background-color:#6574cd;
}

::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

::-webkit-scrollbar{
    width: 5px;
    height:5px;
}

.container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

.sdo-container {
    box-shadow: 0px 0px 10px 0px #f3f3f3;
}

header.main-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.main-wrapper {
    padding-top: 80px;
}

.main-wrapper .slide-1 {
    margin-top: -80px;
    padding-top: 80px;
}

header .logo {
    display: flex;
    align-items: center;
}

header .header-button {
    display: flex;
    align-items: center;
    padding-top: 4px;
}

header .header-button .user,
header .header-button .exit {
    font-size: 16px;
    line-height: 19px;
    color: #4051A4;
    padding-right: 20px;
    padding: 8px 6px;
    display: flex;
    align-items: center;
}

header .header-button .user {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #4051A4;
    margin: 0 10px;
}

header .header-button .exit,
.swal-button-container .swal-button {
    font-style: normal;
    font-weight: 500;
    font-size: 14.4522px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #545F67;
    border: 1px solid #545F67;
    box-sizing: border-box;
    border-radius: 24px;
    padding: 8px 10px;
    margin: 0 10px;
    background-color: #fff;
    box-shadow: none;
}

.swal-button-container .swal-button:hover {
    background-color: #fff;
    cursor: pointer;
}

body .swal-text {
    color: #545F70;
}

header .header-button a.button {
    background-color: #4051A4;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    font-size: 14.4522px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    padding: 6px 19px;
    margin-right: 10px;
    border: 2px solid #4051A4;
}

header .header-button a.button:hover {
    background: #F4865A;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
}

header .header-button .auth {
    border: 1px solid #EA1D25;
    box-sizing: border-box;
    border-radius: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 17px;
    font-family: 'Avenir Next LT Pro', sans-serif;
    background-color: #EA1D25;
    color: #fff;
}

header .header-button .auth:hover {
    background-color: #fff;
    color: #EA1D25;
    transition: .5s;
}

header .menu-container .nav-menu {
    max-width: 1180px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    background-color: #F7F7F7;
    padding: 0px 60px 0px;
}

.admin header .menu-container .nav-menu {
    max-width: 830px;
}

.admin header .menu-container #nav-panel {
    width: 100%;
}

body .menu-container {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

body .menu-container nav#menu {
    max-width: 100%;
    margin-top: 20px;
    width: 100%;
}

body .menu-container .header-phone {
    justify-content: flex-end;
    padding: 20px 25px 0 25px;
    max-width: 350px;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background-color: #274ACC;
    box-sizing: border-box;
}

body .menu-container .header-phone span {
    background-image: url(/images/header-phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    padding-left: 40px;
}

body.admin .menu-container {
    background-color: #fff;
}

header #mobileMenu,
.mobile-text {
    display: none;
}

header .menu-container .nav-menu .nav-item {
    max-height: 60px;
    min-height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    min-width: 125px;
}

.admin header .menu-container .nav-menu .nav-item {
    min-width: 100px;
}

.admin header .menu-container.sdo-menu .nav-menu .nav-item {
    min-width: 125px;
}

header .menu-container .nav-menu .nav-item a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #242424;
    position: relative;
    padding: 20px 0px 17px;
}

header .menu-container .nav-menu .nav-item.logo a::before {
    opacity: 0;
    display: none;
}

header .menu-container .nav-menu .nav-item a::before {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    background-color: #FF5F79;
    position: absolute;
    bottom: 0;
    opacity: 0;
}

header .menu-container .nav-menu .nav-item a:hover::before {
    opacity: 1;
    transition: .5s;
}

body.admin  header .menu-container .nav-menu .nav-item a:hover::before {
    border-color: #F4865A;
}

header .menu-container .nav-menu .nav-item a.active::before {
    opacity: 1;
}

body.admin .menu-container .nav-menu .nav-item a.active::before {
    border-color: #F4865A;
}

header .menu-container .nav-menu .nav-item:last-child {
    margin-right: 0;
}

body.admin header .menu-container .nav-menu .nav-item a.disabled {
    position: relative;
    color: #545F67;
}

body.admin header .menu-container .nav-menu .nav-item a.disabled::before {
    content: "\f023";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    color: #545F67;
    text-align: center;
    padding-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.admin header .menu-container .nav-menu .nav-item a.disabled:hover::before {
    border: 0;
}

body.admin header .menu-container .nav-menu .nav-item a.disabled::after {
    content: "Заполните поля";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    color: #545F67;
    text-align: center;
    padding-top: 0px;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 35px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
    padding: 8px;
    border-radius: 5px;
}

body.admin header .menu-container .nav-menu .nav-item a.disabled:hover::after {
    display: flex;
}

.menu-container .nav-menu .nav-item.dropdown {
    position: relative;
}

.menu-container .nav-menu .nav-item.dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.menu-container .nav-menu .nav-item.dropdown:hover .dropdown-content  {
    display: block;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    padding: 10px 25px;
    top: 50px;
    left: 20px;
    text-align: left;
}

.menu-container .nav-menu .nav-item.dropdown .dropdown-content .nav-item {
    justify-content: flex-start;
}

.wrapper {
    position: relative;
}

.fixed-buttons {
    display: flex;
    position: fixed;
    z-index: 2;
    top: 30%;
    transform: rotate(90deg);
    left: -114px;
}

.fixed-buttons div {
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 20px;
    cursor: pointer;
}

.fixed-buttons div:first-child {
    background: linear-gradient(256.77deg, #F14E7F 0%, #FB7751 93%);
    border-radius: 5px 0 0 0;
}

.fixed-buttons div:last-child {
    background: #828282;
    border-radius: 0 5px 0 0;
}

.slide-paralax {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.title {
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 147%;
    text-transform: uppercase;
    color: #242424;
}

.text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 133.5%;
    color: #242424;
}

.wrapper .slide-1 {
    background-image: url(../images/bg-slide1.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 0;
    position: relative;
}

.wrapper .slide-1-container {
    max-width: 1180px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

.slide-1-content {
    z-index: 2;
}

.slide-1 .title {
    max-width: 750px;
    margin: 58px 0 20px;
}

.slide-1 .text {
    max-width: 725px;
    margin-bottom: 30px;
}

.slide-1 .button {
    margin: 50px 0 50px 79px;
}

.wrapper .slide-1-img {
    background-color: #274ACC;
    max-width: 350px;
    width: 100%;
    position: relative;
}

.wrapper .slide-1-img img {
    position: absolute;
    width: 441px;
    right: 54px;
    top: 0;
}

.wrapper .slide-2 {
    max-width: 1180px;
    margin: 0 auto;
}

.wrapper .slide-2 .owl-dots {
    display: none;
}

.wrapper .slide-2 .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 0;
    background-image: url(/images/arrowleft.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.wrapper .slide-2 .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    font-size: 0;
    background-image: url(/images/arrowright.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.wrapper .slide-2-container {
    max-width: 1180px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.wrapper .slide-2-courses-info {
    background-color: #274ACC;
    padding: 37px 49px;
    box-sizing: border-box;
    max-width: 470px;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/images/slide-2-slider-content-bg.svg);
    background-repeat: no-repeat;
    background-size: 35px 59px;
    background-position: left 20px;
}

.wrapper .slide-2-courses-info .date {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    margin-bottom: 36px;
}

.wrapper .slide-2-courses-info .title {
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.wrapper .slide-2-courses-info .text {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.wrapper .slide-2-courses-info .button {
    max-width: 200px;
}

.wrapper .slide-2-courses-img {
    height: auto;
    max-height: 400px;
}

.wrapper .slide-2-courses-img img {
    width: 100%;
    object-fit: contain;
    object-position: 0px 0px;
    object-position: 200px 0;
}

.wrapper .slide-3 {
    background: #4051A4;
    background-image: url(../images/slde-3-ellipse1.svg);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: auto;
    position: relative;
}

.wrapper .slide-3-container {
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.wrapper .slide-3-bg {
    background-color: #F8F8FB;
    padding: 65px 0 45px;
}

.slide-3 .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 60px;
}

.slide-3 .project-tasks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.task {
    background-color: #FFFFFF;
    border: 1px solid rgba(205, 208, 227, 0.295455);
    box-sizing: border-box;
    border-radius: 24px;
    padding: 30px;
    border-radius: 24px;
    max-width: 380px;
    width: 100%;
    margin: 15px 0;
}

.task__header {
    display: flex;
    align-content: center;
    margin-bottom: 21px;
}

.task__header img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
    border-radius: 50%;
    margin-right: 12px;
    object-fit: scale-down;
}

.task__header div {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #061058;
}

.task__body div {
    font-family: Avenir Next LT Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #061058;
}

.slide-4 {
    background-color: #274ACC;
    padding: 58px 0 65px
}

.slide-4 .slide-4-container {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.form-container .slide-4 .title,
.slide-4 .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 47px;
}

.slide-4 .contact-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slide-4 .contact-form .form-fields {
    width: 100%;
    max-width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.slide-4 .contact-form .form-fields input[type="tel"],
.slide-4 .contact-form .form-fields input[type="email"] {
    max-width: 48%;
    margin-top: 15px;
}

.slide-4 .contact-form .button-container {
    margin: 31px auto 0;
    max-width: 100%;
}

.slide-4 .contact-form .button-container .button {
    max-width: 200px;
    width: 100%;
}

.date {
    position: relative;
    overflow: hidden;
}

.date .date__text-dynamic,
.date .date__text-dynamic-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    transition: all ease 0.5s;
    background-color: #4051A4;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.date .date__text-dynamic {
    overflow: hidden;
}

.date:hover .date__text-dynamic {
    transform: translateX(-100%);
}

.date:hover .date__text-dynamic-inner {
    transform: translateX(100%);
}

#toTop {
    background-image: url('../images/arrow-go-to-top.svg');
    background-color: #274ACC;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
    width: 59px;
    height: 59px;
    right: 100px;
    bottom: 41px;
    border-radius: 50%;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 29px 19px;
    cursor: pointer;
    z-index: 99;
    position: fixed;
    display: none;
    border: 2px solid #274ACC;
}

#toTop:hover {
    opacity: 0.8;
    transition: .5s;
    border: 2px solid #274ACC;
    background-color: #274acce8;
}

footer {
    background-color: #F7F7F7;
    position: relative;
}

.footer-container {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 34px 0 14px;
}

.footer-container a {
    color: #fff;
}

.footer-container .copyright a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 133.5%;
    text-align: center;
    color: #5B676F;
}

{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #5B676F;
}

.footer-container .footer-contacts span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #5B676F;
    display: flex;
    align-items: center;
}

.footer-container .footer-contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-container .footer-contacts .mail {
    background-image: url(/images/mail-icon.svg);
    background-size: 25px 18.75px;
    background-repeat: no-repeat;
    display: block;
    height: 18.75px;
    padding-left: 33px;
}

.footer-container .footer-contacts .phone {
    background-image: url(/images/phone-icon.svg);
    background-size: 22.5px 22.5px;
    background-repeat: no-repeat;
    display: block;
    height: 22.5px;
    padding-left: 33px;
}

.modal.modal-custom {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 6px;
    background-color: #1f1f1f40;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal.modal-custom .modal-dialog {
    transform: translate(0, 0);
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.modal.modal-custom .modal-dialog .modal-content {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: url("../images/login-bg.svg") no-repeat 100% 90%,
    #fff url("../images/login-bg-2.svg") no-repeat 0 100%;
    background-clip: padding-box;
    outline: 0;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16), 0px 2px 8px rgba(0, 0, 0, 0.24), 0px 16px 32px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.modal.modal-custom .modal-close {
    position: absolute;
    min-width: 20px;
    min-height: 20px;
    right: 12px;
    top: 12px;
    z-index: 10;
    cursor: pointer;
    background-image: url(/images/X-exit.svg);
}

.modal.modal-custom .modal-close span {
    font-size: 0px;
}

.modal.modal-custom .modal-body,
.modal.modal-custom .modal-header {
    width: 100%;
    border-bottom: unset;
}

.modal.modal-custom .modal-header {
    background: #00A87C;
    color: #fff;
}

.modal.modal-custom .form-auth {
    width: 100%;
    text-align: center;
    position: relative;
}

.modal.modal-custom .form-auth .modal-title {
    background-color: #FFFFFF;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    font-family: "Avenir Next LT Pro", sans-serif;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    justify-content: center;
    opacity: 1;
    border: 0;
    color: #274acc;
}

.modal.modal-custom .form-auth input {
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #274acc7d;
    box-sizing: border-box;
    border-radius: 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #061058;
    font-family: "Avenir Next LT Pro", sans-serif;
    padding: 7px 12px 6px;
}

.modal.modal-custom .form-auth input:focus {
    border-color: #19007d;
}

.modal.modal-custom .form-auth .button {
    margin: 0 0 0 auto;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.03em;
    color: rgb(255, 255, 255);
    background-color: rgb(255, 95, 121);
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 12px 25px;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 4px solid rgb(240, 65, 93);
    outline: 0px !important;
}

.modal-corses-up-qualification .bid-section {
    background-color: #F8F8FB;
    min-height: 1vh;
    padding: 0px;
}

.modal-corses-up-qualification .bid-section .form-custom-container {
    padding-left: 25px;
    padding-right: 25px;
}

.modal-corses-up-qualification .opros-page form {
    padding: 0 25px;
}

.bid-section {
    background-color: #F8F8FB;
    min-height: 100vh;
    padding: 34px 0 22px;
}

.bid-section .heading {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #242424;
    justify-content: center;
}

.bid-section .text {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 133.5%;
    color: #242424;
    mix-blend-mode: normal;
    margin: 30px 0;
}

.bid-section-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-image: url(/images/bid-section-info-bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 15px;
}

.bid-section__information-block {
    max-width: 390px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.bid-section__information-block img {
    margin-right: 30px;
}

.bid-section__text {
    max-width: 310px;
}

.bid-section__text-header {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #061058;
    margin-bottom: 10px;
}

.bid-section__text-body {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #061058;
}

.bid-section__text-body span {
    font-size: 30px;
    line-height: 133.5%;
    color: #061058;
}

.bid-section .form-custom-container {
    background-image: url(/images/form-bg-bigsection.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    padding: 97px 0 57px;
}

.bid-section .form-custom-container .heading {
    color: #fff;
    margin-bottom: 47px;
}

.bid-section .form-custom-container .sub-title {
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 24px;
    text-transform: uppercase;
}

.bid-section .form-custom .form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bid-section .form-custom .form-row > div {
    max-width: 375px;
    width: 100%;
}

.bid-section .form-custom .form-control {
    font-family: "Avenir Next LT Pro", sans-serif;
    background-color: #fff;
    border: 2px solid rgba(39, 74, 204, 0.23);
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #274ACC;
    outline: 0;
    width: 100%;
    margin-bottom: 19.5px;
}

.bid-section .form-custom select option,
.bid-section .form-custom select option:disabled {
    font-family: "Avenir Next LT Pro", sans-serif;
    background: none;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #274ACC;
    border-bottom: 1px solid #fff;
    border-radius: unset;
    outline: 0;
    background: linear-gradient(170.27deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #EBECF0;
}

.bid-section .form-custom input::placeholder {
    color: #274ACC;
}

.bid-section .form-custom input:focus {
    border: 0;
    border-bottom: 1px solid #fff;
}

.bid-section .form-custom .form-group.agreement-row {
    margin-top: 11px;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    font-family: "Avenir Next LT Pro", sans-serif;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 15px;
}

.bid-section .form-custom .form-group.agreement-row .checkbox-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    position: relative;
}

.bid-section .form-custom .form-group.agreement-row .checkbox-container input {
    margin-right: 14px;
    display: none;
}

.bid-section .form-custom .form-group.agreement-row .checkbox-container .checkmark {
    position: relative;
    margin-right: 10px;
}

.bid-section .btn {
    width: auto;
    margin-left: 6%;
}

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

.checkbox-container .checkmark::after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #ffffff00;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
}

#wrapper {
    min-height: calc(100vh - 220px);
}

.message-section .close-window {
    display: flex;
    justify-content: center;
}

.message-section .close-window a {
    padding: 20px 20px 0;
    color: #4051A4;
    font-size: 21px;
}

.message-section .close-window a:hover {
    color: #F4865A;
}

.message-section .container {
    display: flex;
    min-height: calc(100vh - 220px);
    align-items: center;
    justify-content: center;
}

.courses-page {
    position: relative;
    overflow: hidden;
    min-height: 90vh;
}

.courses-page .courses-page-container {
    max-width: 1180px;
    margin: 0 auto;
}

.courses-page h1,
.tutor-references h1 {
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 45px;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #061058;
}

.courses-page .courses-page-container h1 {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 24px;
}

.anket-container .fields a {
    text-decoration: underline;
    margin-right: 20px;
}

.courses-page .your-courses,
.courses-page .available-courses,
.anket-container .your-courses {
    background: #FBFBFB;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.15);
    padding: 0px 35px 30px 64px;
    position: relative;
    margin: 30px 0;
    min-height: 190px;
}

.courses-page .your-courses::before,
.anket-container .your-courses::before{
    content: 'Ваш курс';
    position: absolute;
    background-color: #4051A4;
    transform: rotate(-90deg);
    height: 38px;
    width: 135px;
    top: 49px;
    left: -49px;
    color: #fff;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    display: flex;
    text-align: right;
    letter-spacing: 0.1em;
    padding: 8px 13px;
}

.courses-page .available-courses::before {
    content: 'Доступные курсы';
    position: absolute;
    background-color: #F4865A;
    transform: rotate(-90deg);
    height: 38px;
    width: 190px;
    top: 77px;
    left: -77px;
    color: #fff;
    align-items: center;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    display: flex;
    text-align: right;
    letter-spacing: 0.1em;
    padding: 8px 13px;
}

.courses-page .courses-page-container .blockwhite p {
    font-size: 14px;
}

.courses-page .collapse-box,
.anket-container .collapse-box{
    border-bottom: 1px solid #EFEFEF;
    padding: 26px 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.courses-page .collapse-box .collapse-box-container,
.anket-container .collapse-box .collapse-box-container {
    width: 100%;
    margin-right: 20px;
}

.courses-page .collapse-box .collapse-box__header,
.anket-container .collapse-box .collapse-box__header {
    padding-bottom: 6px;
}

.courses-page .collapse-box .collapse-box__header,
.courses-page .collapse-box .collapse-box__header a,
.anket-container .collapse-box .collapse-box__header,
.anket-container .collapse-box .collapse-box__header a {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #545F67;
}

.courses-page .collapse-box .collapse-box__header a:hover,
.anket-container .collapse-box .collapse-box__header a:hover{
    color: #4051A4;
}

.courses-page .collapse-box .collapse-box__footer {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #ADADAD;
}

.courses-page .collapse-box .button-container button {
    background-color: #F9A326;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    font-family: "Avenir Next LT Pro", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 5px 13px;
    border: 2px solid #F9A326;
    box-sizing: border-box;
    margin-bottom: 8px;
    width: 135px;
    justify-content: center;
}

.courses-page .collapse-box .button-container button:hover {
    background-color: #F4865A;
    border: 2px solid #fff;
}

.courses-page > img {
    position: absolute;
    z-index: -1;
}

.courses-page .courses-page-figura1 {
    top: 22%;
    right: 16%;
}

.courses-page .courses-page-figura2 {
    top: 1%;
    right: 35%;
}

.courses-page .courses-page-figura3 {
    top: 30%;
    left: 5%;
}

.courses-page .courses-page-figura4 {
    top: 40%;
    right: 4%;
}

.courses-page .courses-page-figura5 {
    bottom: 20%;
    right: 19%;
}

.courses-page .courses-page-figura6 {
    bottom: 4%;
    left: 20%;
}

.courses-page .courses-page-figura7 {
    top: 45%;
    left: 5%;
}

.courses-page .courses-page-figura8 {
    bottom: 0%;
    right: 4%;
}

.courses-page .courses-page-figura9 {
    top: 1%;
    left: 14%;
}

.courses-page .courses-page-figura10 {
    bottom: 15%;
    left: 3%;
}

.courses-page .courses-page-figura11 {
    bottom: 22%;
    right: 7%;
}

.courses-page .courses-page-figura12 {
    top: 43%;
    left: 18%;
}

.courses-page .courses-page-figura13 {
    top: 3%;
    right: 4%;
}

.courses-page .courses-page-figura14 {
    top: 4%;
    left: 20%;
}

.courses-page .courses-page-figura15 {
    top: -4%;
    left: 19%;
}

.courses-page .courses-page-figura16 {
    top: 4%;
    left: 30%;
}

.courses-page .collapse-box__title,
.anket-container .collapse-box__title{
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #545F67;
}

.courses-page .collapse-box__title .collapse-box__id {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #4051A4;
    padding-right: 4px;
}

.courses-page .collapse-box__title .button {
    padding: 3px 10px;
    background-color: #DDE2F8;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #4051A4;
    margin-left: 8px;
    border: 1px solid #DDE2F8;
    width: 72px;
    height: 20px;
    display: inline;
}

.courses-page .alert.alert-success {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    margin: 0 20px 0 10px;
    background-image: url(../images/sdo/alert_success.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-color: #fff;
    border: 0;
    padding: 1px;
    font-size: 0;
}

.courses-page .alert.alert-success .close {
    font-size: 0;
}

.error-page {
    min-height: calc(100vh - 224px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.error-page .error-page-container {
    max-width: 1180px;
    margin: 100px auto;
}

.error-page .error-page-container h1 {
    font-size: 200px;
    line-height: normal;
    text-align: center;
}

.error-page .error-page-container p,
.error-page .error-page-container p a {
    font-size: 24px;
    text-align: center;
}

.error-page .error-page-container p a {
    color: #4051A4;
}

.error-page .error-page-container p a:hover {
    color: #F4865A;
}

.admin .wrapper .slide-1-img img {
    max-width: 425px;
    width: 100%;
    right: 0;
    object-fit: none;
    object-position: bottom;
}

.admin .slide-1 .title {
    max-width: 780px;
}

.admin .container-fluid.progress-bar {
    padding: 20px 0;
    background-image: url(/images/header-courses-sdo-bg.svg);
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #274ACC;
}

.admin .container-fluid.progress-bar .container-courses {
    margin: 0 auto;
    padding: 0 25px;
}

.admin .sidebar {
    background: #FFFFFF;
    box-shadow: 9px 10px 10px -10px rgba(0, 0, 0, 0.1);
    color: #545F67;
    padding: 30px 0;
}

.admin .sidebar .card {
    border: 0;
    margin: 0 12px 0 auto;
}

.admin .sidebar .card .card-body {
    padding: 0;
}

.admin .sidebar .card .card-header {
    background-color: #274ACC;
    padding: 10px 20px;
    margin: 0 0 9px 0;
    border: 0;
}

.admin .sidebar.sidebar-alt .card .card-header {
    background-color: rgb(248, 248, 251);
}

.admin .sidebar .card:first-child .card-header {
    background-color: #F8F8FB;
    color: #061058;
}

.admin .sidebar.sidebar-alt .card:first-child .card-header {
    background-color: #fff;
}

.admin .sidebar .card:first-child .card-header a {
    color: #061058;
    font-weight: 400;
}

.admin .sidebar .card .card-header.course_menu_item-modules {
    background-image: url(/images/sdo/card-eader-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 95% center;
}

.admin .sidebar .card .card-header.course_menu_item-modules.active {
    background-color: #274ACC;
    color: #fff;
    background-image: url(/images/sdo/card-eader-arrow-up.svg);
}

.admin .sidebar .card .card-header.course_menu_item-modules.active > a {
    color: #fff;
}

.admin .sidebar #final-test.card .card-header {
    background-color: #FF5F79;
}

.admin .sidebar #final-test.card .card-header > a {
    color: #fff;
}

.admin .sidebar .card:last-child .card-header {
    border-bottom: 0;
}

.admin .sidebar .card .card-header a,
.admin .sidebar .card .card-header span {
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}

.admin .sidebar.sidebar-alt .card .card-header a,
.admin .sidebar.sidebar-alt .card .card-header span {
    color: rgb(6, 16, 88);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

.admin .sidebar .card .card-header.active {
    background-color: rgb(248 248 251);
}

.admin .sidebar .card .card-header.active span {
    color: rgb(6, 16, 88);
    font-weight: 400;
}
.admin .sidebar.sidebar-alt .card .card-header.active {
    background-color: #274ACC;
}
.admin .sidebar.sidebar-alt .card .card-header.active span {
    color: #fff;
    font-weight: 600;
}
.container-fluid .progress-bar__wrapper .box.active {
    background: #f33d5db8;
}

.progress-bar__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.progress-bar__wrapper .head-title-box {
    width: 100%;
    display: flex;
    color: rgba(34, 152, 244, 0.65);
    justify-content: center;
}

.progress-bar__wrapper .head-title-box-mobile {
    display: none;
    color: rgba(34, 152, 244, 0.65);
    justify-content: center;
    width: 100%;
}

.progress-bar__wrapper .head-title-box h3,
.progress-bar__wrapper .head-title-box-mobile h3 {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.progress-bar__wrapper .head-title-box h3.anket-1-3 {
    width: 45%;
    max-width: 486px;
}

.progress-bar__wrapper .head-title-box h3.modules-1-6 {
    width: 55%;
}

.progress-bar__wrapper .head-title-box h3.modules-1-6 span {
    text-transform: none;
}

.progress-bar__wrapper .head-title-box h3.anket-4-6 {
    width: 45%;
    max-width: 486px;
}

.progress-bar__wrapper .box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff url(../images/modules-header-green-bg.svg) no-repeat 0 0;
    padding: 15px 10px;
    margin: 8px 0;
    background-size: auto;
    border-radius: 25px;
    overflow: hidden;
    max-width: 280px;
    min-height: 160px;
}

.progress-bar__wrapper .box:first-child {
    background: #fff url(../images/modules-header-bg.svg) no-repeat 0 0;
    margin-left: 0px;
}
.progress-bar__wrapper .box:nth-child(3) {
    background: #fff url(../images/modules-header-orange-bg.svg) no-repeat 0 0;
}
.progress-bar__wrapper .box:last-child {
    background: #fff url(../images/modules-header-pink-bg.svg) no-repeat 0 0;
    margin-right: 0px;
}

.progress-bar__wrapper .box:first-child .box__status div {
    border-color: #74DBEE;
    color: #74DBEE;
}
.progress-bar__wrapper .box:nth-child(3) .box__status div {
    border-color: #FF9E32;
    color: #FF9E32;
}
.progress-bar__wrapper .box:last-child .box__status div {
    border-color: #FF5683;
    color: #FF5683;
}

.progress-bar__wrapper .box:first-child .box__status div.active {
    background-color: #74DBEE;
}
.progress-bar__wrapper .box:nth-child(3) .box__status div.active {
    background-color: #FF9E32;
}
.progress-bar__wrapper .box:last-child .box__status div.active {
    background-color: #FF5683;
}

.progress-bar__wrapper .box.introduction {
    align-items: center;
    padding: 0;
}

.progress-bar__wrapper .box.introduction .box__title a,
.progress-bar__wrapper .box.itog-test .box__status,
.progress-bar__wrapper .box.sertificat .box__status {
    display: flex;
    align-items: center;
}

.progress-bar__wrapper .box.itog-test .box__status,
.progress-bar__wrapper .box.sertificat .box__status {
    margin: 6px 32px 9px 34px;
}

.progress-bar__wrapper .box.introduction .box__title a::before {
    content: '';
    background-image: url(../images/sdo/vvedenie-icon.png);
    min-width: 12px;
    min-height: 12px;
    height: 12px;
    width: 12px;
    display: block;
    background-position: center;
    background-size: contain;
    margin-right: 9px;
}

.progress-bar__wrapper .box.itog-test .box__status::before {
    content: '';
    background-image: url(../images/sdo/itogtest-icon.png);
    min-width: 12px;
    min-height: 12px;
    height: 12px;
    width: 12px;
    display: block;
    background-position: center;
    background-size: contain;
    margin-right: 9px;
}

.progress-bar__wrapper .box.sertificat .box__status::before {
    content: '';
    background-image: url(../images/sdo/sertificat-icon.svg);
    background-repeat: no-repeat;
    min-width: 12px;
    min-height: 12px;
    height: 12px;
    width: 12px;
    display: block;
    background-position: center;
    background-size: contain;
    margin-right: 9px;
}

.progress-bar__wrapper .box.introduction .box__title a,
.progress-bar__wrapper .box.finaltest .box__title a {
    text-align: center;
    width: 100%;
}

.progress-bar__wrapper .box.introduction .box__title,
.progress-bar__wrapper .box.finaltest .box__title {
    max-width: 100%;
    margin: 0px 32px;
    text-align: center;
    bottom: 20px;
    top: auto;
    max-width: 126px;
}

.progress-bar__wrapper .box.finaltest .box__title {
    position: static;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.progress-bar__wrapper .box.finaltest .box__title a {
    white-space: initial;
    text-align: center;
    justify-content: center;
    display: flex;
    align-items: center;
}

.progress-bar__wrapper .box.introduction .box__status {
    display: none;
}

.progress-bar__wrapper .box {
    position: relative;
}

.progress-bar__wrapper .box__title {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #545F67;
    letter-spacing: 0.1em;
    margin: 0 auto;
    min-height: 72px;
}

.progress-bar__wrapper .box__title a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #061058;
    justify-content: center;
    white-space: normal;
}

.progress-bar__wrapper .box__divider {
    border: 1px dashed rgba(255, 255, 255, 0.5);
    margin-top: 2px;
}

.progress-bar__wrapper .box__status {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #545F67;
    min-height: 22px;
    margin: 6px;
}

.progress-bar__wrapper .box__status div {
    background-color: #fff;
    color: #00A87C;
    border-radius: 58px 0 58px 58px;
    margin: 2px;
    border: 1px solid #00A87C;
    width: 36px;
    max-width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-bar__wrapper .box__status div.w-space {
    background: #fff;
    color: #000;
    text-align: center;
    line-height: 1;
}

.progress-bar__wrapper .box__status div a {
    font-weight: 600;
    font-size: 15px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.progress-bar__wrapper .box__status div.test a {
    padding: 5px;
}

.progress-bar__wrapper .box__status div a:hover {
    text-decoration: none;
}

.progress-bar__wrapper .box__status div.active {
    background-color: #00A87C;
}

.progress-bar__wrapper .box__status div.active a {
    color: #fff;
}

.progress-bar__wrapper .box__status div.test a {
    font-size: 11px;
}

.progress-bar__wrapper .box:last-child:after {
    content: none;
}

.progress-bar--module-second.progress-bar {
    box-shadow: unset;
}

.progress-bar--module-second .progress-bar__wrapper .box {
    display: flex;
    flex-direction: column;
    width: 162px;
    background: linear-gradient(147.23deg, #D02846 -6.15%, #4F328A 139.99%);
    padding: 0 16px;
}

.progress-bar__wrapper .head-title-box h3.modules-1-6,
.progress-bar__wrapper .head-title-box.mobile-none {
    display: none;
}

.progress-bar__wrapper .head-title-box-mobile {
    display: flex;
}

.progress-bar__wrapper .head-title-box h3.anket-1-3 {
    width: 100%;
    max-width: 100%;
}

.admin .list-group .list-group-item {
    border: 0;
    padding: 8px 0px 8px 45px;
    background-color: unset;
}

.admin .list-group .list-group-item a {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 17px;
    color: #061058;
    border: 0 !important;
    background: none;
}

.admin .list-group .list-group-item a.active {
    color: rgb(39, 74, 204);
    font-weight: 600;
}

.admin .anket-container {
    max-width: 1920px;
    width: 100%;
    background-color: #F8F8FB;
    border-top: 4px solid #1E4295;
    padding: 40px;
}
.admin .anket-container .consent {
    padding: 30px 30px 0;
}

.admin .anket-container .input-checkbox-container {
    padding: 5px 30px;
}

.admin .anket-container .form-cabinet .fields-container-line input {
    max-width: 100%;
}

.admin .anket-container .form-cabinet input {
    max-width: 500px;
}

#wrap {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: rgba(0,0,0,.4);
    opacity: 1;
    z-index: 100;
    overflow: auto;
}

#window {
    max-width: 1140px;
    margin: 10vh auto;
    display: none;
    background: #fff;
    z-index: 200;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    padding: 16px;
    border-radius: 5px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.fade {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10vh auto;
    pointer-events: none;
    max-width: 1140px;
}

.courses-2 .modal.fade .modal-audio {
    position: absolute;
    top: calc(50% - 34px);
    right: calc(50% - 165px);
    margin: 0;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    height: 100%;
}

#window.modal-dialog iframe {
    height: 100%;
    zoom: 0.75;
}

#window.modal-dialog .modal-header {
    border-bottom: 0;
}

#window.modal-dialog .modal-header .close,
.blockwhite .modal-dialog .modal-header .btn.btn-secondary {
    font-size: 0px;
    width: 40px;
    height: 40px;
    background-size: contain;
    opacity: 1;
    cursor: pointer;
    z-index: 300;
    margin: 5px 5px 5px auto;
    background-color: #fff;
    background-repeat: no-repeat;
    border: 0;
    min-width: 40px;
    box-shadow: none;
}

.helpButton {
    float: right;
    min-width: 210px;
    font-size: 18px;
    min-height: 40px;
    line-height: 38px;
    padding: 0 10px;
    background-color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #ADADAD;
    text-align: center;
    color: #ADADAD;
    margin-right: -15px;
    cursor: pointer;
}

.les1work1help,
.les1work3help,
.les1work4help,
.les1work5help,
.les1work6help,
.les2work1help,
.les2work2help,
.les2work3help {
    display: none;
}

/* 404-page*/
.error-404 {
    min-height: calc(100vh - 224px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-404 .error-404-container {
    margin: 0 auto 30px;
}

.error-404 .error-404-container h1 {
    font-size: 250px;
    line-height: normal;
    text-align: center;
}

.error-404 .error-404-container p {
    color: #545F67;
    font-size: 30px;
    margin: 15px 0;
    text-align: center;
}

.error-404 .error-404-container p a {
    color: #545F67;
    font-size: 30px;
    margin: 15px 0;
    text-decoration: underline;
    display: block;
    text-align: center;
}

/*modal page courses */
.courses-page .message-modal.modal .modal-dialog {
    top: calc(50% - 74px);
    max-width: 600px;
}

.courses-page .message-modal.modal .modal-dialog .modal-header .close span {
    font-size: 0;
    background-image: url(/images/sdo/exit.png);
    display: block;
    height: 38px;
    width: 38px;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.courses-page .message-modal.modal .modal-dialog .modal-content {
    padding-bottom: 25px;
}

/* Opros page */
.opros-forms-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 68px;
}

.opros-form-link {
    background-color: #FFFFFF;
    border: 1px solid #F0F1F7;
    box-sizing: border-box;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    max-width: 378px;
    width: 100%;
    padding: 38px 29px;
    position: relative;
}

.opros-form-link:hover {
    box-shadow: -5px 5px 20px 10px #e4e4e4;
    transition: .5s;
}

.opros-form-link:hover .opros-form-link__body {
    text-decoration: underline;
}

.opros-form-link::before {
    content: '';
    background-image: url(/images/form-collection-data-bg-top-1.svg);
    background-size: 53px 47px;
    min-width: 53px;
    max-width: 53px;
    min-height: 47px;
    max-height: 47px;
    position: absolute;
    top: 0;
    left: 11px;
}

.opros-form-link:nth-child(1)::before {
    background-image: url(/images/form-collection-data-bg-top-1.svg);
}

.opros-form-link:nth-child(2)::before {
    background-image: url(/images/form-collection-data-bg-top-2.svg);
}

.opros-form-link:nth-child(3)::before {
    background-image: url(/images/form-collection-data-bg-top-3.svg);
}

.opros-form-link::after {
    content: '';
    background-color: #FF5F79;
    width: 10px;
    height: 138px;
    position: absolute;
    bottom: 0;
    right: 31px;
}

.opros-form-link:nth-child(1)::after {
    background-color: #FF5F79;
}

.opros-form-link:nth-child(2)::after {
    background-color: #274ACC;
}

.opros-form-link:nth-child(3)::after {
    background-color: #FEAC31;
}

.opros-form-link__header {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #061058;
    margin-bottom: 13px;
    padding-left: 81px;
}

.opros-form-link__body {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #061058;
    margin-bottom: 20px;
    max-width: 300px;
}

.opros-form-link .opros-form-link__body::before {
    content: '';
    background-size: 40px 38px;
    background-position: center;
    min-width: 71px;
    max-width: 71px;
    min-height: 70px;
    max-height: 70px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-right: 10px;
    background-image: url(/images/form-collection-data-1.svg);
    background-color: #FF5F79;
}

.opros-form-link:nth-child(1) .opros-form-link__body::before {
    background-image: url(/images/form-collection-data-1.svg);
    background-color: #FF5F79;
}

.opros-form-link:nth-child(2) .opros-form-link__body::before {
    background-image: url(/images/form-collection-data-2.svg);
    background-color: #274ACC;
}

.opros-form-link:nth-child(3) .opros-form-link__body::before {
    background-image: url(/images/form-collection-data-3.svg);
    background-color: #FEAC31;
}

.opros-form-link__footer {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #061058;
    max-width: 287px;
}

.form-container .title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #242424;
    margin-bottom: 10px;
}

.form-container .sub-title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #274ACC;
    max-width: 1060px;
    margin: 0 auto 20px;
}

.form-container .text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 133.5%;
    color: #061058;
    mix-blend-mode: normal;
    margin-bottom: 30px;
}

.form-container .text-light {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 133.5%;
    color: #061058;
    mix-blend-mode: normal;
    margin-bottom: 30px;
    display: block;
}

.form-container .bid-section .text-light {
    color: #242424;
}

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

.form-container .input-container label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 133.5%;
    color: #061058;
    margin-bottom: 8px;
    padding-left: 19px;
    min-height: 42.5px;
}

.form-container .input-container input,
.form-container .input-container select,
.form-container .input-container textarea {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 133.5%;
    color: #274ACC;
    padding: 16px 18px 10px;
    background: #FFFFFF;
    border: 1px solid #C9D2F3;
    box-sizing: border-box;
    border-radius: 5px;
    resize: none;
    width: 100%;
    max-width: 1035px;
    height: 50px;
}

.form-container .input-container input.invalid-feedback,
.form-container .input-container select.invalid-feedback,
.form-container .input-container textarea.invalid-feedback,
.opros-page  input[type="radio"].invalid-feedback + label::before,
.opros-page  input[type="checkbox"].invalid-feedback + label::before {
    border-color: rgb(244, 134, 90) !important;
    margin-bottom: 10px;
}

.opros-page .form-container .input-container {
    position: relative;
}

.opros-page .form-container .input-container .invalid-feedback {
    position: absolute;
    bottom: -20px;
}

.form-container .input-container textarea {
    min-height: 93px;
    height: auto;
}

.form-container .input-container input + .invalid-feedback input {
    border-color: rgb(244, 134, 90);
    margin-bottom: 10px;
}

.form-container .input-container input[type="date"] {
    background-image: url(/images/input-icon-calendar.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.form-container .input-container input[type="date"]::-webkit-inner-spin-button,
.form-container .input-container input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    background: none;
    background-size: contain;
    cursor: pointer;
}

.opros-page {
    padding-top: 44px;
    background-color: #F8F8FB;
}

.opros-page .title {
    margin-bottom: 14px;
}

.form-container .text {
    width: 100%;
    max-width: 100%;
}

.opros-page form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.opros-page form .input-container {
    max-width: 327px;
    width: 100%;
    margin-right: 25px;
    margin-bottom: 25px;
    justify-content: flex-start;
}

.opros-page form .input-container-row {
    display: flex;
    flex-direction: row;
    max-width: 485px;
    width: 100%;
    margin-right: 25px;
    align-items: flex-end;
    margin-bottom: 25px;
}

.opros-page form .input-container-row label {
    max-width: 296px;
    width: 100%;
    margin-right: 19px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 133.5%;
    color: #061058;
}

.opros-page form .input-container-row input {
    max-width: 153px;
    background-color: #FFFFFF;
    border: 1px solid #C9D2F3;
    box-sizing: border-box;
    border-radius: 5px;
}

.opros-page form .input-container-row-small-label label {
    max-width: 150px;
}

.opros-page form .input-container.input-year-container {
    max-width: 153px;
}

.opros-page form .button-container {
    max-width: 117px;
    width: 100%;
    align-items: flex-start;
    margin-top: 50px;
    margin-right: 0;
    margin-left: auto;
}

.opros-page form .button-container.button-container-row {
    margin-top: 0;
    align-items: flex-end;
    margin-bottom: 25px;
}

.opros-page .btn-blue {
    min-width: 225px;
}

.opros-page .radio-button-container {
    display: flex;
    margin: 15px 0 30px;
}

.opros-page .radio-button-container .radio-button input[type=radio],
.opros-page .radio-button-container .radio-button input[type=checkbox] {
    display: none;
}

.opros-page .radio-button-container .radio-button label {
    display: flex;
    margin: 0 19px;
    align-items: flex-start;
    min-width: 200px;
}

.opros-page .radio-button-container .radio-button input[type=radio] + label:before {
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #C9D2F3;
    box-sizing: border-box;
    border-radius: 50%;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    height: 14px;
    display: block;
    margin-right: 9px;
    margin-top: 3px;
}

.opros-page .radio-button-container .radio-button input[type=checkbox] + label:before {
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #C9D2F3;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    height: 14px;
    display: block;
    margin-right: 9px;
    margin-top: 3px;
}

.opros-page .radio-button-container .radio-button input[type=radio]:checked + label:before,
.opros-page .radio-button-container .radio-button input[type=checkbox]:checked + label:before {
    background-color: #FFFFFF;
    border: 1px solid #274ACC;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
}

.opros-page .radio-button-container .radio-button input[type=radio]:checked + label:before {
    background-image: url(/images/radio-checked.png);
    background-size: 6px 6px;
}

.opros-page .radio-button-container .radio-button input[type=checkbox]:checked + label:before {
    background-image: url(/images/checkbox-check-icon.png);
    background-size: 12px 7.78px;
}

.opros-page .checkbox-container .radio-button input[type=radio] {
    display: none;
}

.opros-page .checkbox-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 35px;
}

.opros-page .checkbox-container label {
    display: flex;
    margin: 0;
    align-items: center;
}

.opros-page .checkbox-container input[type=checkbox] {
    display: none;
}

.opros-page .checkbox-container input[type=checkbox] + label:before {
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #C9D2F3;
    box-sizing: border-box;
    border-radius: 3px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    height: 14px;
    display: block;
    margin-right: 9px;
}

.opros-page .checkbox-container input[type=checkbox]:checked + label:before {
    background-color: #FFFFFF;
    border: 1px solid #274ACC;
    box-sizing: border-box;
    background-image: url(/images/checkbox-check-icon.png);
    background-size: 12px 7.78px;
    background-repeat: no-repeat;
    background-position: center;
}

/* Opros page end */

/* auth-page start */

.auth-page .card {
    margin: 25px auto;
}

.auth-page .card-header {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #242424;
}

.auth-page .card-body > form {
    max-width: 525px;
    margin: 15px auto;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #e0e0e0;
    background-color: white;
}

.auth-page .card-body > form .form-group-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.auth-page .card-body > form .form-check {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 25px 0;
}

.auth-page .card-body > form .form-check input[type="checkbox"] {
    max-width: 20px;
}

/* auth-page end */

/* progress-page */
.progress-page .title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #061058;
}

.progress-page .modules-container {
    margin-top: 3rem;
}

.progress-page .modul-container {
    display: flex;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-position: right bottom;
    min-height: 350px;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 580px;
}

.modules-test {
    max-width: 170px;
}

.modules-test ul li {
    max-width: 168px;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 133.5%;
    color: #274ACC;
    margin-bottom: 125px;
}

.modules-test ul li:last-child {
    margin-bottom: 0px;
}

.progress-page .modules-container .modules-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.progress-page .modules-container .modules-info .modul {
    padding: 8px 0 8px 65px;
    margin-bottom: 16px;
}

.progress-page .modules-container .modules-info .modules-active .modul {
    padding-left: unset;
}

.progress-page .modules-container .modules-info .modul .working span {
    color: #FEAC31;
}

.progress-page .modules-container .modules-info .modul-container .modul:first-child {
    background: url("/images/modul-first.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .modul:nth-child(2) {
    background: url("/images/modul-second.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .modul:nth-child(3) {
    background: url("/images/modul-third.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .modul:last-child {
    background: url("/images/modul-fourth.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .row:first-child .modul {
    background: url("/images/modul-first.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .row:nth-child(2) .modul {
    background: url("/images/modul-second.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .row:nth-child(3) .modul {
    background: url("/images/modul-third.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul-container .row:last-child .modul {
    background: url("/images/modul-fourth.svg") no-repeat 0 50%;
}

.progress-page .modules-container .modules-info .modul .counted span {
    color: #274ACC;
}

.progress-page .modules-container .modules-info .modul .not-counted span {
    color: #FF5F79;
}

.progress-page .modules-container .modules-info .modul__title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #061058;
}

.progress-page .modules-container .modules-info .modul__text {
    font-family: Avenir Next LT Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 133.5%;
    color: #061058;
}

.progress-page .modules-container .modules-active {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 280px;
    width: 100%;
}

.modules-image {
    width: 355px;
    height: 356px;
    background: url("/images/modules-image.png") no-repeat 50%;
}

.progress-page .modules-container .modules-active .modul {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 133.5%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #061058;
    flex-direction: column;
    max-width: 140px;
    width: 100%;
    z-index: 3;
    opacity: 1;
}

.progress-page .modules-container .modules-active .modul::before,
.progress-page .modules-container .modules-active .modul.wait::before {
    content: '';
    background-image: url(/images/modul-wait.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px 42px;
    background-color: #FEAC31;
    border-radius: 58px 0 58px 58px;
    width: 71px;
    height: 71px;
    margin-bottom: 10px;
    z-index: 3;
}

.progress-page .modules-container .modules-active .modul:first-child::before {
    background-image: url(/images/modul-wait.svg);
    background-color: #74DBEE;
}

.progress-page .modules-container .modules-active .modul:nth-child(2)::before {
    background-image: url(/images/modul-pen.svg);
    background-color: #00A87C;
}

.progress-page .modules-container .modules-active .modul:nth-child(3)::before {
    background-image: url(/images/modul-pen.svg);
    background-color: #FF9E32;
}

.progress-page .modules-container .modules-active .modul:last-child::before {
    background-image: url(/images/modul-pen.svg);
    background-color: #FF5683;
}

/* progress-page end */

.mobile-menu-container {
    display: none;
    padding-left: 42px;
}

.link_return.btn {
    text-decoration: underline;
}


@media ( max-width: 1600px) {
    .slide-4 .slide-4-container {
        max-width: 1180px;
    }

    .slide-registration-courses::before {
        right: 0%;
    }

    .slide-registration-courses::after {
        left: 0%;
    }

}

@media ( max-width: 1400px) {
    header .header-button a.button {
        box-sizing: border-box;
        justify-content: center;
    }
    header .header-button .auth {
        box-sizing: border-box;
        justify-content: center;
    }

    body .owl-carousel .owl-nav button.owl-prev {
        left: 21px;
    }
    body .owl-carousel .owl-nav button.owl-next {
        right: 21px;
    }
    .slide-3-container .lecturers .lecturer {
        margin: 0 auto;
    }
    .slide-4 .slide-4-container {
        max-width: 924px;
    }
    .slide-registration-courses::before {
        right: 0%;
        background-size: 70%;
        background-position: right top;
    }
    .slide-registration-courses::after {
        right: 0%;
        background-size: 70%;
        background-position: left top;
    }
    .admin .courses-2 .progress-bar__wrapper .box {
        max-width: 169px;
    }
    .courses-2 .container-courses .box.anket.teachmodule  {
        max-width: 140px;
    }
}

@media (max-width: 1224px) {

}

@media (max-width: 1024px) {
    header #mobileMenu {
        display: block;
    }
    .menu-container {
        display: none;
    }
    .mobile-menu-container nav {
        display: flex;
        flex-direction: column;
        pointer-events: stroke;
        width: 100%;
    }
    .mobile-menu-container nav i {
        color: #fff;
        font-size: 44px;
        display: flex;
        flex-direction: column;
    }
    .mobile-menu-container ul {
        align-self: flex-start;
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 99;
        transition: 1s;
    }
    .mobile-menu-container li {
        align-items: center;
        color: #000;
        cursor: pointer;
        display: flex;
        justify-content: center;
        transition: all .3s ease;
        border-bottom: 1px solid #ff343421;
        box-sizing: border-box;
    }
    .mobile-menu-container li a {
        font-size: 16px;
        line-height: 19px;
        color: #4051A4;
        margin-right: 20px;
        padding: 8px 6px;
        display: flex;
        align-items: center;
    }
    .mobile-menu-container li a::before {
        content: '';
        display: block;
        height: 9px;
        width: 9px;
        min-width: 9px;
        min-height: 9px;
        border: 2px solid #DDE2F8;
        box-sizing: border-box;
        border-radius: 50%;
        margin-right: 10px;
    }
    .mobile-menu-container li a:hover {
        color: #F4865A;
        transition: .5s;
        cursor: pointer;
    }
    body .mobile-menu-container {
        align-items: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        position: relative;
        height: 100%;
    }
    .admin .mobile-menu-container {
        height: auto;
        padding-bottom: 25px;
    }
    .fade-enter-active,
    .fade-leave-ective {
        transition: opacity .3s ease;
    }
    .fade-enter,
    .fade-leave-to {
        opacity: 0;
    }
    .mobile-menu-container .menu,
    .mobile-menu-container .clear {
        cursor: pointer;
        transition: all .3s ease;
        color: #f9a326;
    }
    header .logo > div {
        display: none;
    }
    header .header-top-container {
        flex-wrap: wrap;
    }
    header .logo {
        max-width: 100px;
    }
    header .header-button {
        max-width: 360px;
        flex-direction: row;
    }
    header .header-button a.button {
        margin: 0 15px 0 0;
    }
    header .mobile-text {
        display: block;
        width: 100%;
        font-weight: bold;
        font-size: 29.1684px;
        line-height: 35px;
        text-align: center;
        font-size: 26px;
    }
    .slide-2-container {
        flex-wrap: wrap;
    }
    .slide-2-container > div {
        width: 100%;
    }
    .slide-2 > img {
        display: none;
    }
    .slide-2-container .slide-2-courses-info-image img {
        margin: 0 auto;
        display: block;
        position: static;
    }
    .slide-2-container .slide-2-courses-info-container {
        margin: 0 auto;
    }
    .slide-2-container .slide-2-courses-info-container h2 {
        text-align: center;
    }
    .slide-2-container .slide-2-courses-info-container .button {
        margin: 35px auto 0;
    }
    .form-container.opros-page {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 768px) {
    #toTop {
        display: none !important;
    }

    .header-button {
        margin-bottom: 10px;
    }
    header .header-button a.button {
        margin: 0 0 15px 0;
    }
    .courses-page .collapse-box {
        flex-wrap: wrap;
    }
    .courses-page .collapse-box .button-container {
        display: flex;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .courses-page .collapse-box .button-container > * {
        margin: 0 10px;
    }
    .slide-1 > img {
        display: none;
    }
    .slide-registration-courses-container .contact-form {
        flex-wrap: wrap;
    }
    .slide-registration-courses-container .contact-form > * {
        margin: 10px;
    }
    .wrapper .slide-2,
    .slide-registration-courses {
        padding-left: 25px;
        padding-right: 25px;
    }
    .header-button {
        margin-bottom: 10px;
    }
}

@media screen and (max-height: 1100px) {
    .plashka-pic {
        bottom: 35%;
    }
}
@media screen and (max-height: 1050px) {
    .plashka-pic {
        bottom: 33%;
    }
}
@media screen and (max-height: 1000px) {
    .plashka-pic {
        bottom: 31%;
    }
}
@media screen and (max-height: 950px) {
    .plashka-pic {
        bottom: 29%;
    }
}
@media screen and (max-height: 900px) {
    .plashka-pic {
        bottom: 27%;
    }
}
@media screen and (max-height: 850px) {
    .plashka-pic {
        bottom: 24%;
    }
}
@media screen and (max-height: 800px) {
    .plashka-pic {
        bottom: 21%;
    }
}
@media screen and (max-height: 750px) {
    .plashka-pic {
        bottom: 16%;
    }
}
@media screen and (max-height: 700px) {
    .fixed-buttons {
        top: 28%;
    }
    .plashka-pic {
        bottom: 14%;
    }
}
@media screen and (max-height: 650px) {
    .plashka-pic {
        bottom: 10%;
    }
}
@media screen and (max-height: 600px) {
    .plashka-pic {
        bottom: 42px;
    }
}
@media screen and (max-height: 550px) {
    .plashka-pic {
        bottom: 13px;
    }
}
@media screen and (max-height: 500px) {
    .plashka-pic {
        bottom: 0;
    }
}


