@font-face {
    font-family: 'Neucha Regular';
    src: url('../fonts/Neucha.eot');
    src: url('../fonts/Neucha.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Neucha.woff') format('woff'),
    url('../fonts/Neucha.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'San Francisco Pro Display Regular';
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Regular.eot');
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Regular.woff') format('woff'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'San Francisco Pro Display Bold';
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Bold.eot');
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Bold.woff') format('woff'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'San Francisco Pro Display Heavy';
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Heavy.eot');
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Heavy.woff') format('woff'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'San Francisco Pro Display Medium';
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Medium.eot');
    src: url('../font/fonts/SFProDisplay/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Medium.woff') format('woff'),
    url('../font/fonts/SFProDisplay/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url("../font/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../font/fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../font/fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../font/fonts/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: normal;
    font-style: normal; }
@font-face {
    font-family: 'Roboto-Medium';
    src: url('../font/fonts/Roboto-Medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  url('../font/fonts/Roboto-Medium/Roboto-Medium.woff') format('woff'), url('../font/fonts/Roboto-Medium/Roboto-Medium.ttf')  format('truetype'), url('../font/fonts/Roboto-Medium/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
}
#wrapper {
    min-height: 100%;
}
.clearfoot {
    height: 204px;
    clear: both;
}
a {
    outline: none;
}
button:focus {
    outline: none;
}

body {
    font-family: 'San Francisco Pro Display Regular', sans-serif;
    font-size: 16px;
    line-height: 19px;
    /*color: #000;*/
    color: #434E55;
    min-width: 340px;
}
.sheensay_fixed {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    background: rgba(67, 78, 85, 0.8);
    z-index: 9999;
}
header {
    background: #434E55;
}
header .container {
    min-height: 99px;
}
.sheensay_fixed .container {
    min-height: 69px;
}
header img {
    min-width: 66px;
}
.sheensay_fixed img {
    max-width: 55px;
}
header .icons a {
    color: #434E55;
}
header nav a {
    font-family: 'San Francisco Pro Display Regular', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    padding: 0 3px 5px;
    border-bottom: 3px solid transparent;
}
header nav a:hover,
header nav a.active {
    color: #53B3F9;
    border-bottom: 3px solid #53B3F9;
    text-decoration: none;
}
#link_videos:target {
    color: #53B3F9;
    border-bottom: 3px solid #53B3F9;
    text-decoration: none;
}
.fa-facebook, .fa-instagram {
    font-size: 1.4em;
    color: #fff;
}
.fa-vk {
    border-radius: 50%;
    padding: 3px;
}
.navbar {
    display: none;
}
.navbar-toggler {
    display: none;
    border: 0;
    padding: 0px 0 20px 10px;
}

.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 4px;
    position: relative;
    background: #fff;
    border-radius: 2px;
}
.navbar-toggler .navbar-toggler-icon::after {
    content: "";
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 8px;
}
.navbar-toggler .navbar-toggler-icon::before {
    content: "";
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 16px;
}
.navbar-collapse {
    position: absolute;
    background: rgba(67, 78, 85, 1);
    right: -8px;
    padding: 20px 40px;
    z-index: 99;
    margin-top: 14px;
}

.sheensay_fixed .navbar-collapse {
    background: rgba(67, 78, 85, 0.8);
}
.navbar-collapse .nav-link {
    font-size: 20px;
    display: inline-block;
}
section {
    clear: both;
}
#news_big {
    margin-bottom: 60px;
    padding-top: 50px;
}
.news_big img {
    border-radius: 5px;
    margin-bottom: 10px;
    /*max-width: 770px;*/
    height: 505px;
    object-fit: cover;
}
.news_big p {
    margin-bottom: 10px;
}
.text_news h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-family: 'San Francisco Pro Display Bold', sans-serif;
    margin-bottom: 10px;
}
.text_news .data {
    color: #828282;
    font-size: 14px;
}
.text_news p {
    font-family: 'San Francisco Pro Display Medium', sans-serif;
    font-size: 16px;
}
.text_news a {
    color: #000;
}
.wrap_slide {
    max-width: 355px;
}
.carousel-indicators {
    left: inherit;
    margin-right: 2px;
    bottom: -30px;
}
.carousel-indicators li {
    background: #434E55;
    width: 5px;
    height: 5px;
    line-height: 5px;
    border-radius: 50%;
    opacity: 1;
    border: 0;
    margin-right: 0;
    margin-left: 18px;
}
.carousel {

}
.carousel-inner img {
    border-radius: 6px;
    max-width: 360px;
}
.carousel-indicators .active {
    border: 1px solid #434E55;
    background: #fff;
    height: 5px;
    width: 5px;
    line-height: 5px;
}
#carouselExampleIndicators1 {
    margin-top: 27px;
}
.wrap_slide .carousel-control-next, .wrap_slide .carousel-control-prev {
    opacity: 0;
}
#facts {
    padding-top: 70px;
    padding-bottom: 80px;
}
.bgblue {
    background: #F5F9FD;
}
.tabs {
    margin-top: -66px;
}
.tabs > input {
    display: none;
    position: absolute;
}
.tabs > label {
    float: right;
    background: #434E55;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 16px;
    margin-left: 16px;
    color: #fff;
    vertical-align:top;
    font-family: 'Roboto-Medium', sans-serif;
    cursor: pointer;
    margin-bottom: 22px;
}
.tabs>input:checked+label {
    color: #fff;
    background: #1486C2;
}

.tabs > section {
    display: none;
    overflow: hidden;
    padding: 50px 0 0 0;
    border-top: 3px solid #6551E0;
    clear: both;
}
.tabs>section>p {
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
#tab1:checked ~ #content-tab1, #tab2:checked ~ #content-tab2, #tab3:checked ~ #content-tab3 {
    display: block;
}
section h2 {
    font-family: 'San Francisco Pro Display Heavy', sans-serif;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 22px;
}
#news {
    padding-bottom: 80px;
    padding-top: 80px;
}
.hr {
    background: #F2994A;
    border-radius: 2px;
    height: 3px;
    clear: both;
    margin: 22px 0;
}
.hrpurple {
    background: #6551E0;
    margin-bottom: 50px;
}
.all {
    background: #434E55;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
    padding: 10px 16px;
    margin-right: 16px;
}
.add {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: url(../img/add.png) #F2994A no-repeat 15px 50%;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
    padding: 10px 16px 10px 45px;
}
.all:hover, .add:hover {
    color: #fff;
    text-decoration: none;
}
.quotes {
    padding: 8px;
}
.quotes img {
    border-radius: 6px;
    box-shadow: 0px 8px 16px rgba(97, 117, 138, 0.05), 0px 2px 8px rgba(97, 117, 138, 0.1);
}
.quotes0 img {
    max-width: 550px;
}
.quotes1 {
    max-width: 359px;
}
.quotes1 img {
    max-width: 359px;
}
.font16 {
    font-size: 16px;
}
.block_tags {
    margin-bottom: 40px;
    margin-top: 50px;
}
.block_tags span {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    color: #434E55;
    font-family: 'Roboto-Regular', sans-serif;
    display: flex;
    padding: 8px 12px 6px 24px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 10px;
}
.block_tags span::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #434E55;
    left: 10px;
    top: calc(50% - 4px/2);
    position: absolute;
}
.news {
    max-width: 350px;
    box-shadow: 0px 8px 16px rgba(97, 117, 138, 0.05), 0px 2px 8px rgba(97, 117, 138, 0.1);
    border-radius: 6px;
    background: #fff;
    margin-bottom: 30px;
}
.news.preview {
    margin-bottom: 0;
}
.news img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px 6px 0 0;
}
.news:nth-child(2), .news:nth-child(5) {
    margin: 0 15px 30px;
}
.news .news_text {
    padding: 0 10px;
    font-size: 16px;
    line-height: 19px;
    color: #434E55;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
.news .news_text h3 {
    font-family: 'San Francisco Pro Display Bold', sans-serif;
    font-size: 19px;
    line-height: 24px;
    color: #828282;
    margin-bottom: 10px;
}
.news .news_text b {
    font-family: 'San Francisco Pro Display Medium', sans-serif;
    color: #000;
    font-weight: normal;
}
.news .news_text b a {
    color: #000;
}
.news_text .d-flex span {
    font-size: 14px;
    line-height: 17px;
    color: #828282;
}
.news_text .d-flex a, .body-news a {
    color: #F2994A;
    font-size: 14px;
    line-height: 17px;
}
#education {
    padding: 70px 0;
}
#education .add {
    background: url(../img/add.png) #DF565F no-repeat 15px 50%;
    padding: 10px 16px 10px 45px;
}
section .nav-tabs {
    border-bottom: 0;
}
section .tab-content {
    clear: both;
}
section .nav-tabs .nav-link {
    border: 0;
    background: #434E55;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
    margin-right: 16px;
    padding: 11px 16px 10px;
    border-radius: 8px;
}
section .video-section .nav-tabs .nav-link {
    font-size: 16px;
    cursor: pointer;
}
#registration input[type="submit"],
#registration input[type="button"],
#registration_el input[type="submit"]{
    border: 0;
    background: #39b14a;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
    margin-right: 16px;
    padding: 11px 16px 10px;
    width: 100%;
}
section .nav-tabs .nav-link.active {
    background: #1486C2;
    color: #fff;
}
#education .d-flex.justify-content-end,
#videos .d-flex.justify-content-end {
    margin-top: -64px;
}
#education .hr {
    background: #DF565F;
}
.info {
    max-width: 650px;
    margin-left: 30px;
}
#education #carouselExampleIndicators2, #education .carousel {
    margin-top: 100px;
}
#education .carousel-inner {
    z-index: 99;
}
#education .carousel-inner img {
    max-width: 470px;
}
#education .carousel-indicators {
    top: -50px;
    left: 0;
    margin-left: 2px;
}
#education .carousel-control-prev-icon {
    background: url("../img/arrow_back.png") no-repeat 0 0;
    width: 24px;
    height: 24px;
}
#education .carousel-control-prev, #education .carousel-control-next {
    opacity: 1;
    width: 3%;
    top: calc(28% - 24px/2);
    bottom: inherit;
    z-index: 99;
}
#education .carousel-control-prev {
    left: -50px;
}
#education .carousel-control-next {
    right: -50px;
}
#education .carousel-control-next-icon {
    background: url("../img/arrow_next.png") no-repeat 0 0;
    width: 24px;
    height: 24px;
}
.info h3 {
    font-family: 'San Francisco Pro Display Bold', sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}
.info p {
    margin-bottom: 30px;
}
.info a.but {
    background: #DF565F;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium', sans-serif;
    display: inline-block;
    padding: 11px 16px 10px;
    color: #fff;
    margin-top: 80px;
}
.info a:hover {
    text-decoration: none;
}
#previews {
    padding-top: 70px;
    margin-bottom: 80px;
}
#previews .hr, .hrblue {
    background: #53B3F9;
}
#previews .add {
    background-color: #53B3F9;
}
#previews .flexslider {
    border: 0;
    margin-top: 50px;
}
#previews .flex-viewport {
    padding-left: 8px;
}
.flex-prev {
    background: url(../img/arrow_back1.png) no-repeat 0 0;
    font-size: 0;
}
.flex-next {
    background: url(../img/arrow_next1.png) no-repeat 0 0;
    font-size: 0;
}
.flex-direction-nav a::before,
.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before {
    display: none;
}
#previews .news {
    padding: 10px;
    box-shadow: 0px 8px 16px rgba(97, 117, 138, 0.05), 0px 2px 8px rgba(97, 117, 138, 0.1);
}
#previews .news p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
}
#previews .news p b {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    font-family: 'San Francisco Pro Display Medium', sans-serif;
    font-weight: normal;
    display: block;
    margin-bottom: 15px;
}
.block_filter {
    margin-top: 50px;
}
.block_filter input[type=checkbox] {
    display: none;
}
.block_filter label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 30px;
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Regular', sans-serif;
}
.block_filter .checkbox label:before {
    content: "";
    display: inline-block;

    width: 18px;
    height: 18px;

    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    border-radius: 1px;
    border: 2px solid #434e55;
}
.block_filter input[type=checkbox]:checked + label:before {
    content: "\2713";
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 15px;
    background: #434e55;
}
.line {
    border-top: 1px solid #434E55;
    padding-top: 50px;
}
.block_preview {
    max-width: 850px;
    font-size: 18px;
    line-height: 21px;
    padding-right: 10px;
}
.block_preview img {
    margin-right: 30px;
    max-width: 304px;
}
.block_preview h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    font-family: 'San Francisco Pro Display Bold', sans-serif;
    margin-bottom: 15px;
}
.block_preview p {
    margin-bottom: 30px;
}
.block_preview .address {
    color: #828282;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin-bottom: 30px;
}
.block_preview .details {
    color: #53B3F9;
    font-size: 14px;
    line-height: 17px;
}
#videos {
    padding: 70px 0;
}
#videos .hr {
    background: #27AE60;
}
#videos .news {
    background: none;
    box-shadow: none;
    margin: 0;
    max-width: 24%;
    cursor: pointer;
}
#videos .news img {
    border-radius: 6px;
}
#videos .news p b {
    font-size: 18px;
    line-height: 21px;
    color: #000;
    font-family: 'San Francisco Pro Display Medium', sans-serif;
    font-weight: normal;
}
#partners {
    padding: 70px 0;
}
#partners .hr {
    background: #1856A8;
}
#partners img {
    max-width: 150px;
}
footer {
    background: #434E55;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
    min-height: 204px;
    margin-top: -204px;
    position: relative;
}
.bgfoot {
    padding: 34px 0;
}
footer img {
    margin-right: 86px;
}
footer a {
    color: #BDBDBD;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    clear: left;
}
footer a.active,
footer a:hover {
    color: #53B3F9;
    text-decoration: underline;
}
.bgfoot p {
    margin-bottom: 15px;
}
.bgfoot .pfoot {
    max-width: 680px;
    margin: 0 auto;
    padding-right: 60px;
    font-size: 13px;
    /*margin-top: -40px;*/
    color: #fff;
}
.bgfoot p.pfoot b {
    font-size: 16px;
}
footer .bgfoot .d-flex .d-flex > div {
    padding-top: 10px;
}
footer p.text-center {
    background: #373F44;
    color: #BDBDBD;
    font-size: 12px;
    line-height: 24px;
    min-height: 24px;
    margin-bottom: 0;
}
footer p.text-center a {
    color: #BDBDBD;
    text-decoration: none;
}
aside {
    background: #F5F9FD;
    padding: 32px 10px;
}
aside h3 {
    font-size: 19px;
    line-height: 21px;
    font-family: 'San Francisco Pro Display Bold', sans-serif;
    margin-bottom: 32px;
}
aside .hr {
    margin-bottom: 16px;
}
aside .block_news {
    font-size: 14px;
    line-height: 17px;
    color: #434E55;
    border-bottom: 1px solid #BDBDBD;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
aside .block_news:last-child {
    border-bottom: 0;
}
aside .block_news h4 {
    font-size: 16px;
    line-height: 19px;
    font-family: 'San Francisco Pro Display Medium', sans-serif;
    color: #000;
    margin-bottom: 13px;
}
aside .block_news a {
    color: #434E55;
}
aside .block_news span.data {
    color: #828282;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-bottom: 13px;
}
aside .block_news p {
    margin-bottom: 0;
}
.content .block_tags span {
    margin-right: 16px;
}
.content .block_tags span:last-child {
    margin-right: 0;
}
.content {
    max-width: 770px;
    margin-right: 30px;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #434E55;
    padding-top: 32px;
    margin-bottom: 32px;
}
.content p, .content span,
.content ul li {
    font-family: 'San Francisco Pro Display Regular', sans-serif!important;
}
.content nav {
    color: #828282;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 32px;
}
.content nav a {
    color: #828282;
    margin: 0 10px;
}
.content nav a:first-child {
    font-size: 16px;
    margin-left: 0;
}
.content p.data {
    color: #F2994A;
    font-size: 14px;
}
.content h2 {
    font-size: 26px;
    line-height: 31px;
    color: #000;
    font-family: 'San Francisco Pro Display Bold', sans-serif;
    margin-bottom: 16px;
}
.content h3 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 16px;
}
.content img {
    margin-bottom: 16px;
}
.content p {
    text-indent: 10px;
}
.content p.address {
    color: #828282;
    font-size: 16px;
    line-height: 19px;
    text-indent: 0;
    margin-top: 32px;
}
.content p.address i {
    font-size: 19px;
    margin-right: 5px;
}
#registration input[type=text],
#registration input[type=email],
#registration input[type=number],
#registration_el input[type=text],
#registration_el input[type=email],
#registration_el input[type=number],
#registration textarea,
#registration select {
    width: 100%;
    border: 1px solid #7272a9;
    padding: 5px 5px;
    color: #989696;
    font-size: 18px;
    font-family: "Akrobat", sans-serif;
}
#registration input[type=submit],
#registration input[type=button],
#registration_el input[type=submit] {
    cursor: pointer;
}
.block-all-news .news {
    max-width: 100%;
}
.block-all-news .img-news.col-md-2 {
    max-width: 100%;
    padding-top: 10px;
}
.video-section .player-section,
.video-section .slides-section {
    width: 50%;
}
.video-section .news.active img {
    box-shadow: 0 0 1px 3px #1a94d4!important;
}
.vdp-datepicker__calendar {
    border: 0!important;
    width: 270px!important;
}
.vdp-datepicker__calendar header {
    line-height: 30px!important;
    background: #53B3F9;
    overflow: hidden;
    border-radius: 6px;
    color: #fff;
    font-family: 'San Francisco Pro Display Medium', sans-serif!important;
    font-size: 16px!important;
}
.vdp-datepicker__calendar header .prev::after {
    border-right: 10px solid #fff!important;
}
.vdp-datepicker__calendar header .next::after {
    border-left: 10px solid #fff!important;
}
.vdp-datepicker__calendar .cell {
    font-family: 'San Francisco Pro Display Regular', sans-serif!important;
    font-size: 16px!important;
    height: 28px!important;
    line-height: 26px!important;
    padding: 0!important;
    margin: 5px 0!important;
    border-radius: 4px;
}
.vdp-datepicker__calendar .cell.day-header {
    font-size: 16px!important;
    font-family: 'San Francisco Pro Display Medium', sans-serif!important;
}
.vdp-datepicker__calendar .cell.highlighted {
    background: #CBE8FD!important;
}
.vdp-datepicker__calendar .cell.weekend,
.vdp-datepicker__calendar .cell.day-header:nth-child(6),
.vdp-datepicker__calendar .cell.day-header:nth-child(7) {
    color: #53B3F9;
}
.vdp-datepicker__calendar header .prev:not(.disabled):hover,
.vdp-datepicker__calendar header .next:not(.disabled):hover,
.vdp-datepicker__calendar header .up:not(.disabled):hover {
    background: none!important;
}
.VueCarousel {
    margin-bottom: 20px;
}
.VueCarousel-navigation-prev {
    background: url(../img/arrow_back1.png) no-repeat 0 0;
    font-size: 0;
    width: 24px;
}
.VueCarousel-navigation-next {
    background: url(../img/arrow_next1.png) no-repeat 0 0;
    font-size: 0;
    width: 24px;
}
#registration {
    background: url(/imgnew/bgreg0.png) no-repeat 0 0;
    background-size: auto 440px;
}
#registration .col-5 h3,
#registration_el .col-5 h3 {
    font-size: 25px;
    margin-top: 20px;
    text-align: center;
    margin-right: 20px;
}
.cost {
    background: url(/imgnew/bgcost.png) no-repeat 0 0;
    color: #fff;
    font-size: 18px;
    background-size: 100% auto;
    padding: 20px 40px 30px 35px;
    font-family: 'Akrobat', sans-serif;
    text-shadow: 2px 0px 1px #000;
}
.cost h3 {
    font-size: 25px;
    margin-top: 30px;
    text-align: center;
    margin-right: 10px;
}
.cost b {
    display: block;
    font-size: 32px;
    line-height: 40px;
}

.cost span {
    display: block;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
}
.bgreg {
    background: url(/imgnew/bgreg_el.png) no-repeat 100% 100%;
    background-size: auto 440px;
}
.cost_left {

}
.cost_bot {
    background: url(/imgnew/bgcost_el.png) no-repeat 0 0;
    background-size: 100% auto;
    padding-left: 120px;
    padding-top: 23px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
    font-family: 'Akrobat', sans-serif;
    text-shadow: 1px 0px 1px #000;
}
.cost_bot b {
    font-size: 22px;
    line-height: 55px;
    display: block;
    white-space: nowrap;
}
#registration input[type="file"] {
    font-family: "Akrobat", sans-serif;
    font-size: 17px;
}
#registration .lab {
    color: #989696;
    font-size: 18px;
    font-family: "Akrobat", sans-serif;
}
.pabs {
    font-size: 22px;
    width: 400px;
    line-height: 25px;
    margin-top: 400px;
    margin-left: -110px;
}
#registration .price {
    margin-bottom: 1rem;
}
.panel_auth {
    background: #373F44;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
.panel_auth form {
    position: relative;
}
#auth_inline_email, #auth_inline_password {
    width: 170px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-size: 14px;
    line-height: 17px;
    border: 0;
    color: #fff;
    margin-right: 16px;
    padding: 4px 10px 6px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
button.btn-form-v1 {
    background: #fff;
    border-radius: 4px;
    color: #434E55;
    border: 0;
    height: 24px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    width: 60px;
    margin-right: 9px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
}
.panel_auth a {
    color: #fff;
    text-decoration: none;
}
.panel_auth a:hover {
    text-decoration: none;
}
.panel_auth .link_reg,
.panel_auth a.link_reg, .but_exit {
    color: #fff;
    margin-left: 16px;
    background: #53B3F9;
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    width: 110px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-family: 'San Francisco Pro Display Regular', sans-serif;
    padding: 0 5px;
    border: 0;
}
.panel_auth .link_reg {
    width: auto;
}
.but_exit {
    width: 60px;
}
.panel_auth span {
    color: #4b5257;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    width: 1px;
    background: #4b5257;
}
.panel_auth form span.error-form-header {
    display: block;
    color: #f00;
    position: absolute;
    width: 100%;
    background: none;
    right: 0;
    font-size: 12px;
    bottom: -5px;
    left: 10px;
}
.panel_auth .user-role {
    font-size: 14px;
}
.wrap_nav nav {
    color: #fff;
    font-size: 16px;
    background: url(../imgnew/bgmenu.png) no-repeat 50% 100%;
    padding: 15px 0 25px 0;
}
.wrap_nav nav a {
    color: #333!important;
    background: url("../imgnew/bg_no.png") no-repeat 50% 50%;
    background-size: 100% 100%;
    padding: 11px 12px 16px 12px;
    position: relative;
    font-family: 'Neucha', 'Neucha Regular', cursive;
    font-size: 16px;
}
.wrap_nav nav a::after {
    content: '';
    background: url("../imgnew/link_right.png") no-repeat 100% 50%;
    width: 2px;
    height: 26px;
    position: absolute;
    right: -5px;
    top: 8px;
}
.wrap_nav nav a:last-child {
    background: url("../imgnew/link_right.png") no-repeat 100% 50%;
}
.wrap_nav nav a:last-child::after {
    display: none;
}
.wrap_nav a.active,
.wrap_nav nav a:hover {
    color: #333!important;
    text-decoration: none;
    opacity: 0.8;
}
.wrap_nav nav li a.active, .wrap_nav nav li a:hover {
    background: url(../imgnew/bgactive.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}
.wrap_nav nav ul {
    margin: 0 auto;
}
.wrap_nav .dropdown::marker {
    font-size: 0;
}
.wrap_nav .dropdown-toggle::after {
    border: 0;
    right: 0px;
    top: 11px;
}
.wrap_nav .dropdown0 {
    position: relative;
}
.wrap_nav nav .dropdown-menu {
    min-width: 101px;
}
.wrap_nav nav .dropdown-menu a,
.wrap_nav nav .dropdown-menu a:hover {
    background: none;
    padding: 0;
    display: inline-block;
    margin-bottom: 7px;
}
.wrap_nav nav .dropdown-menu a:last-child {
    margin-bottom: 0;
}
.wrap_nav nav .dropdown-menu a::after {
    display: none!important;
}
.wrap_nav nav .dropdown-menu a:first-child:hover {
    color: #53B3F9!important;
}
.wrap_nav nav .dropdown-menu a:nth-child(2):hover {
    color: #27AE60!important;
}
.wrap_nav nav .dropdown-menu a:nth-child(3):hover {
    color: #DF565F!important;
}
.contacts-container a{
    text-decoration: none;
    color: #fff;
}
.list-glossary .table tr td {
    vertical-align: middle;
}
.list-glossary .table tr td:nth-child(3) {
    font-size: 16px;
}
.list-glossary .col-3 {
    margin-bottom: 20px;
}
.list-glossary button {
    background: url(/imgnew/audio.png) no-repeat 0 0;
    border: 0;
    font-size: 0;
    width: 33px;
    height: 33px;
}
#content .content .ql-align-justify a {
    color: #007bff!important;
}
.panel_auth .book__button {
    background: url("../imgnew/book.png") no-repeat 0 100%;
    width: 299px;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: right;
    padding: 18px 20px 12px;
    display: block;
    text-decoration: none;
}
.link_pdf {
    background: url('../img/pdf.png') no-repeat 0 50%/contain;
    padding: 8px 0 8px 50px;
}
.block_file .link_pdf a {
    color: #333;
}
.link_add {
    background: url('../imgnew/add.png') no-repeat 0 50%/contain;
    padding: 8px 0 8px 50px;
}
.link_add a {
    color: #333;
}
.block_file {
    margin-bottom: 30px;
}
.block_video .video {
    margin-bottom: 20px;
}
.registration__form .invalid-feedback {
    margin-top: -38px;
    position: absolute;
    line-height: 16px;
    font-size: 15px;
    color: #F2994A;
}
#ModalChoice .modal-dialog {
    width: 100%;
    max-width: 970px!important;
}
#ModalChoice .modal-content {
    background: url("../img/bgwindow-choice.png") no-repeat 50% 50%/100%!important;
    border: 0!important;
    border-radius: 0!important;
    padding: 0px 0 95px 0!important;
}
#ModalChoice .modal-body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 60px;
}
#ModalChoice .modal-header {
    border: 0!important;
    padding: 30px 80px 0px !important;
}
#ModalChoice .modal-text {
    text-align: center;
}
#ModalChoice .modal-text b {
    display: block;
    margin-bottom: 21px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 31px;
    font-family: 'Neucha Regular', sans-serif;
    color: #212276;
    font-weight: normal;
}
#ModalChoice .modal-text h4 {
    font-size: 62px;
    line-height: 68px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Neucha Regular', sans-serif;
    color: #4DA5D5;
    margin-bottom: 79px;
}
#ModalChoice .modal-text .link_a1 {
    background: url("../img/panel-blue.png") no-repeat 0 0;
    width: 228px;
    height: 228px;
    text-align: center;
    font-family: 'Neucha Regular', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #212276;
    display: inline-block;
    padding-top: 59px;
    text-decoration: none;
}
#ModalChoice .modal-text .link_a2 {
    background: url("../img/panel-green.png") no-repeat 0 0;
    width: 228px;
    height: 228px;
    text-align: center;
    font-family: 'Neucha Regular', sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #212276;
    display: inline-block;
    padding-top: 59px;
    text-decoration: none;
}
#ModalChoice .modal-text .link_window b {
    color: #fff;
    display: block;
    font-size: 48px;
    line-height: 53px;
    margin-top: 5px;
}
#ModalChoice .modal-text .link_window:hover {
    text-decoration: none;
}
@media(max-width: 970px) {
    #ModalChoice .modal-content {
        background-size: 100% 100%!important;
        padding-bottom: 75px!important;
    }
    #ModalChoice .modal-header {
        padding: 30px 80px 0 !important;
    }
    #ModalChoice .modal-body {
        padding: 0 80px;
    }
    #ModalChoice .modal-body img {
        height: 300px;
    }
    #ModalChoice .modal-text .link_a1,
    #ModalChoice .modal-text .link_a2 {
        width: 160px;
        height: 160px;
        background-size: contain;
        padding-top: 30px;
    }
}
@media(max-width: 782px) {
    #ModalChoice .modal-text h4 {
        font-size: 52px;
        line-height: 58px;
    }
}
@media(max-width: 719px) {
    #ModalChoice .modal-text h4 {
        font-size: 42px;
        line-height: 48px;
    }
}
@media(max-width: 680px) {
    #ModalChoice .modal-body {
        padding: 0 50px;
    }
}
@media(max-width: 635px) {
    #ModalChoice .modal-body img {
        height: 250px;
    }
}
@media(max-width: 600px) {
    #ModalChoice .modal-header {
        padding: 10px 20px 0 !important;
    }
    #ModalChoice .modal-content {
        border: 6px solid #1856A8!important;
        box-shadow: 0px 13px 34px rgba(0, 0, 0, 0.15)!important;
        border-radius: 20px!important;
        background: url("../img/bgwind-mob.png") #fff repeat !important;
        max-width: 96%;
        padding-bottom: 0!important;
    }
    #ModalChoice .modal-body img {
        display: none;
    }
    #ModalChoice .modal-text h4 {
        font-size: 42px;
        line-height: 46px;
    }
    #ModalChoice .modal-text .link_a1,
    #ModalChoice .modal-text .link_a2 {
        width: 228px;
        height: 228px;
        background-size: contain;
        padding-top: 59px;
    }
    #ModalChoice .modal-body {
        padding: 0 20px;
    }
    #ModalChoice .modal-text .d-flex {
        flex-wrap: wrap;
        justify-content: center!important;
    }
    #ModalChoice .modal-text h4 {
        margin-bottom: 39px;
    }
}
.span {
    position: relative;
}
.span:hover::after {
    content: attr(data-title);
    position: absolute;
    top: -35px;
    left: 0px;
    z-index: 99;
    background: #fff;
    width: 355px;
    font-size: 15px;
    border-radius: 6px;
    color: #333;
    animation: shadow  2s infinite ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
}

@media(max-width: 498px) {
    .block_video {
        padding-right: 0!important;
    }
    .block_video .video {
        width: 100%;
    }
    .block_video .video iframe {
        width: 100%;
    }

}
@media (max-width: 600px) {
    .block-form-field {
        flex-direction: column;
        margin-left: 0;
        margin-right: 0;
    }
    .label-field {
        max-width: 100%;
        flex: 1 1 auto;
    }
    .form-control {
        max-width: 100%;
        flex: 1 1 auto;
    }
    .col-left {
        display: none;
    }
    .col-left + .col-8 {
        max-width: 100%;
        flex: 1 1 auto;
    }
    .row-form > .col-9 {
        max-width: 100%;
        flex: 1 1 auto;
    }
}
#banner {
    margin-bottom: 50px;
    text-align: center;
}
#banner img {
    max-width: 100%;
}

.main-form-order__radio{
    margin-top: 16px;
    display: flex;
    gap: 15px;
}

.main-form-order__radio label {
   margin-bottom: 0;
}

.main-form-order__radio .jq-radio {
    display: none; /* Скрываем стандартные радио-кнопки */
}

.main-form-order__radio label span {
    border: 0;
    background: #434E55;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 1px 4px rgba(0, 0, 0, 0.2);
    font-size: 18px;
    line-height: 21px;
    font-family: 'Roboto-Medium', sans-serif;
    color: #fff;
    padding: 11px 16px 10px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
}

.main-form-order__radio .jq-radio.checked + div + span {
    background-color: #1486C2; /* Цвет активной кнопки */
}

.main-form-order__radio label span:hover {
    background-color: #1486C2; /* Цвет при наведении */
}

.main-form-order__radio label span.active{
    background-color: #1486C2;
}

.education-radio.main-form-order__radio{
    flex-direction: column;
    margin-left: 15px;
    margin-top: 0;
}

.education-radio.main-form-order__radio label span {
    width: 100px;
}

/* новая страница регистрации */

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

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

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

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

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

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

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

@font-face {
    font-family: 'Repo';
    src: url('../fonts/Repo/Repo-DemiBold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}


.new-registration__textbook{
    background: url(../imgnew/reg_bg.png) no-repeat 50% 10%;
    background-size: cover;
    min-height: calc(100vh - 346px);
    padding-top: 15vh;
    flex: 1;
}

.new-block__registration{
    background: #E6F0FF;
    padding: 65px 40px 40px;
    border-radius: 20px;
    box-sizing: border-box;
    max-width: 500px;
    width: 500px;
    margin: 0 auto;
    position: relative;
}

.new-block__registration .registration__top{
    margin-bottom: 46px;
}

.new-block__registration .registration-input{
    background-color: #FFFFFF!important;
    border: none;
    padding: 0 12px 0 0;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #0A2B49!important;
    width: 100%;
    height: auto;
}

.new-block__registration .registration-input::placeholder{
    color: #87A1C3;
}

.new-block__registration .registration-input:focus-visible, .new-block__registration .registration-input:focus{
    border: none;
    outline: none;
}

.registration-input-container{
    display: flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #FFFFFF!important;
    border-radius: 12px;
    margin-bottom: 37px;
}

.new-block__registration label{
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #0A2B49;
    margin-bottom: 8px;
}

.new-block__registration form h3{
    font-family: 'Repo';
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #0A2B49

}

.new-block__registration form input[type="submit"]{
    background-color: #056BF0;
    padding: 10px 20px;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    border-radius: 16px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.new-block__registration form input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

.new-block__registration .checkbox-container{
    display: flex;
    align-items: center;
    gap: 8px;
}

.forget-password-container{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.forget-password-container a{
    color: #0A2B49;
    font-family: 'Manrope';
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
}

.registration-link{
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #87A1C3;
    display: flex;
    align-items: center;
    gap: 4px;
}

.registration-absolute-text{
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    color: #FFFFFF;
    background: linear-gradient(86.84deg, #5724A7 4.71%, #056BF0 95.22%);
    border-radius: 16px;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    width: max-content;
    position: absolute;
    top: 0;
    right: -34px;
}

.registration-absolute-top-text{
    font-family: 'Repo';
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #FFFFFF;
    background: #FFFFFF4D;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
    padding: 20px 40px;
    transform: rotate(-4deg); /* Наклон */
    position: absolute;
    top: -87px;
    left: -23px;
    width: 110%;
}

.new-block__registration .registration__form .invalid-feedback{
    display: block;
    margin-top: -27px;
    color: red;
}

.header-new{
    background: #E6F0FF!important;
    top: 0!important;
}

.header-new .container{
    position: relative;
}

.header-new nav a{
    color: #0A2B49;
}

.header-new.sheensay_fixed{
    background: rgba(230, 240, 255, 0.6)!important;
}

.header-icon{
    width: 36px;
    height: 36px;
    fill: #fff;
}

.header-new .icons a {
    color: #E6F0FF!important;
}

.header-new .header-icon {
    width: 36px;
    height: 36px;
    fill: #0A2B49;
}

.bg-grey{
    background-color: #0A2B49!important;
}

.footer-new{
    background: #E6F0FF;
}

.footer-new a {
    color: #0A2B49;
}

.footer-new .bgfoot .pfoot{
    color: #0A2B49;
}

.footer-new p.text-center{
    background: #c8dbf7;
    padding: 5px 0;
}

.footer-new p.text-center a {
    color: #0A2B49;
}

.header-auth-link{
    text-decoration: none;
    background: #FFFFFF4D;
    padding: 12px 24px 12px 60px;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
    position: absolute;
    right: -160px;
    top: 22%;
    border-radius: 16px;
}

.header-auth-link::before{
    content: url("/imgnew/user.svg");
    position: absolute;
    top: 13px;
    left: 22px;
}

.header-auth-link:hover{
    text-decoration: none;
    color: #FFFFFF;
}

#book #wrapper.wrapper-new {
    padding-top: 99px;
    display: flex;
    flex-direction: column;
}

.header-new.sheensay_fixed .header-auth-link{
    top: 11%;
}

#book #wrapper.wrapper-new #app{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.registration-buttons-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-new .navbar-toggler .navbar-toggler-icon,
.header-new .navbar-toggler .navbar-toggler-icon::before,
.header-new .navbar-toggler .navbar-toggler-icon::after{
    background: #0A2B49;
}

.header-new .navbar-collapse{
    background: #E6F0FF;
}

@media (max-width: 570px) {

    .registration-absolute-top-text{
        font-size: 28px;
        top: -54px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .registration-absolute-text{
        font-size: 20px;
        right: 0;
    }

    .registration-buttons-flex{
        flex-direction: column;
        justify-content: center;
        gap: 20px;
    }

    .new-block__registration{
        max-width: 100%;
    }

    .new-registration__textbook{
        background: linear-gradient(86.84deg, #5724A7 4.71%, #056BF0 95.22%);
        padding-top: 10vh;
        padding-bottom: 20px;
    }



}