.banerinfo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banerinfo{
    position: relative;
    margin-bottom: 85px;
    height: 350px;
}

.banerinfo:before{
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(31, 31, 31, 0.2);

}

.gallery_flexer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}
.programmy_insidebanner-button:hover {
border: 1px solid #FFFFFF;
background: #007BC2;
transition: 0.7s;
}
.abslobaner {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    width: 100%;
}

.absloban {
    display: flex;
    flex-direction: column;
    justify-content: center;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
}


.absloban h1 {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 38px;
    color: #FFFFFF;
}

section.zayavlenie {margin-top: 85px;}

.zayavlenie_flexer {display: flex;justify-content: space-between;    align-items: center;}

.zayavlenie_img {width: 43%;}

.zayavlenie_content {width: 53%;}

.body_notcentredtitle {position: relative;font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
font-size: 31px;
line-height: 120%;
/* or 37px */

text-transform: uppercase;

color: #312A24;padding-bottom: 25px;margin-bottom: 30px;}

.body_notcentredtitle:before {position: absolute;content: "";width: 60px;height: 4px;bottom: 0;left: 0;background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
border-radius: 2px;}

.body-text {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* or 150% */


color: #444444;}

.zayavlenie_content-text{
    margin-bottom:30px;
}

.input {
    padding: 18.37px 19px;
    width: 100%;
    margin-bottom: 20px;
    height: 58px;
    background: #EFEFEF;
    border-radius: 10px;
    border: none;
}
textarea{
    height: 112px!important;
}
input::placeholder{
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #555555;
}

.formstyle select{ 
        padding: 18.37px 19px;
    width: 100%;
    margin-bottom: 20px;
    height: 58px;
    background: #EFEFEF;
    border-radius: 10px;
    border: none;
}



.oneline_form {display: flex;justify-content: space-between;}

.mobileinput {width: 30%;}

.specialnostilist {width: 66.6%;}

specialnosti_formlist select {background: #EFEFEF;
border-radius: 10px;width: 100%;}

.specialnostilist select {

    padding: 18.37px 19px;
    width: 100%;
    margin-bottom: 20px;
    height: 58px;
    background: #EFEFEF;
    border-radius: 10px;
    border: none;}


input#scales:checked + label.label::after {opacity: 1;} 

input#scales:checked + label.label::before {background: #C10E0E; transition: .7s;}

.buttonline {display: flex;justify-content: space-between;}

.zayavlenie_content-form button {


width: 233px;
    height: 47px;
    background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border: none;
border-radius: 60px;
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.035em;
color: #FFFFFF;
transition: 0.7s;}

.zayavlenie_content-form button:hover {background: #FFFFFF;
    color: #C10E0E;
    border: 1px solid #C10E0E;
    text-decoration: none;}

.buttonline_accept {width: 60%;display: flex;
    align-items: center;}

input#scales {margin: 0;
    padding: 0;
    opacity: 0;
    position: absolute;}

label.label {position: relative;
    padding-left: 30px;
    white-space: normal;
    display: block;
    text-align: left;font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
/* or 160% */


color: #666666;}

label.label:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #C10E0E;
    border-radius: 4px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;}
.programmy_insidebanner {
    margin-top: 49.28px;
    margin-bottom: 58.18px;
}

.programmy_insidebanner-flexer {
    background: linear-gradient(135deg, #007BC2 0%, #00A2FF 100%);
    display: flex;
}

.programmy_insidebanner-img {
    width: 45%;
}

.programmy_insidebanner-content {
    display: flex;
    flex-direction: column;
    padding: 67px 57.5px;
    justify-content: space-between;
}

.programmy_insidebanner-code {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height, or 150% */
    color: #FFFFFF;
}

.programmy_insidebanner-code span{
        font-weight: 400;

}
.programmy_insidebanner-title {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 120%;
    display: flex;
    align-items: flex-end;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 26.64px;
    position:relative;
}

.programmy_insidebanner-title:before {
    position: absolute;
    content:"";
    bottom:0;
    left:0;
    width: 60px;
height: 4px;
background: #FFFFFF;
border-radius: 2px;
}
.programmy_insidebanner-button {
    background: #FFFFFF;
    border-radius: 60px;
    width: 232.62px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #007BC2;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.programmy_insidecontent{
    margin-bottom: 58.18px;
}

.programmy_insidecontent-title {font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 26px;
color: #312A24;margin-bottom: 18.37px;}

.programmy_insidecontent-text {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;
color: #312A24;width: 95%;}



.programmy_insidecitata-flexer {display: flex;justify-content: space-between;align-items: flex-start;padding: 44px 0;border-top: 1px solid #C5C5C5;border-bottom: 1px solid #C5C5C5;}

.programmy_insidecitata-img {width: 45px;height: 51px;}

.programmy_insidecitata-text {font-family: 'Inter';
font-style: italic;
font-weight: 500;
font-size: 18px;
line-height: 24px;
/* or 133% */


color: #312A24;width: 95%;}

.programmy_insidecitata {margin-bottom: 72.75px;}

.programmy_insidedata{margin-bottom: 81.48px;}

.programmy_insidedata-title {font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 26px;
/* identical to box height, or 108% */


color: #312A24;margin-bottom: 27px;}

.programmy_insidedata-text {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 19px;
line-height: 26px;

color: #312A24;}

.programmy_insidedata-text-ul {list-style: none;padding: 0;}

.programmy_insidedata-text-ul li:before {position: absolute;content: "-";left: 0;top: 0;/* 1 */

background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;}

.programmy_insidedata-text-ul li {position: relative;padding-left: 24px;padding-bottom: 15px;}
.programmy_insidedata-text-ul li:last-child{
    padding-bottom: 0px;
}


.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: inherit;
}

#zayavkaForm_forms_flash {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
  width: 40%
}
      
.alert.alert-success.alert-dismissible {
  height: 100%;
  width: 100%;
  align-items: center;
  text-align: center; 
background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);  color: white;
  padding: 40px;
  position: relative;
}


section.kontakty_komissii {margin-top: 49px;}

.kontakty_komissii-mapedblock {display: flex;background: #EFF6F9;align-items: center; margin-bottom: 60px;}

.map {width: 45%;height: 400px;}

.map iframe {width: 100%;height: 100%;}

.kontakty_komissii-titleblock {padding-left: 70px;}

.kontakty_komissii-content {display: flex; gap: 20px;}

.kontakty_komissii-content-box {flex: 0 0 33.3333333%;}

.kontakty_komissii-content-box svg {margin-right: 10px;}

.kontakty_komissii-content-box span {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 17px;
/* identical to box height */

text-transform: uppercase;

color: #312A24;
    margin-bottom: 10px;}

.contacts_text {
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 38px;
display: flex;
align-items: center;

color: #312A24;
    
}

.kontakty_komissii-content a{
    color: #312A24;
    text-decoration:none;
}

.contacts_address{
    padding-top:5px;
    font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.contacts_text-flexer{
        display: grid;
    grid-template-columns: 1fr 1fr;
}


.razdel-files {display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 32px;
    }

.files-col {border-radius: 10px;
    border: 2px solid #D8D8D8;
    padding: 30px;}

.file-date {
    
    margin-bottom: 7px;
    display: table;font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 24px;
/* identical to box height, or 185% */


color: #888888;}

.otdel-title {font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
display: flex;
align-items: center;

color: #222222;margin-bottom: 18px;}

.filedwn {display: flex;align-items: center;}

.filedwn a {text-decoration-line: underline;
    
    display: flex;
    align-items: center;
    border-right: 1px solid #9F9F9F;
    padding-right: 20px;
    margin-right: 20px;font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
/* identical to box height, or 150% */

text-decoration-line: underline!important;

color: #222222;}

.filedwn a svg {width: 30px;
    height: 30px;
    margin-right: 10px;}

.filedwn a:last-child {border-right: none;
    padding-right: 0;
    margin-right: 0;}

.imgblock {display: flex;
    flex-wrap: wrap;
    align-items: center;justify-content: space-between;}

.imgblock_img {width: 50%;}

.imgblock_text {width: 42%;}

.parents_about-text{width:85%;}



.slick-slide img {
    display: block;
    width: 100%;
        height: 100%;

}

.slick-list{
    overflow: hidden;
}


.abiturientam_slider .slick-track {
    display: flex !important;
}

.abiturientam_slider .slick-slide {
    height: inherit !important;
}

.abiturientam_slider .slick-slide > div {
    height: 100%;
}

.abiturientam_slider-box {height: 100%;}

@media screen and (max-width: 500px){
.abiturientam_slider .slick-slide {
    height: auto !important;
}

.abiturientam_slider .slick-track {
    display: block !important;
}
 
}



.abiturientam_slider .slick-list.draggable {padding: 0 !important;margin: 0 -30px;}

.abiturientam_slider .slick-slide.slick-current.slick-center {transform: scale(1.2);}

.abiturientam_slider .slick-slide {
    display: block;
    transform: scale(0.8);
    transition: 0.5s;}

.slick-prev:before, .slick-next:before {
    display: none;
}

.abiturientam_slider .slick-next {
    right: -20px;
    left: unset;

}
  
.abiturientam_slider .slick-prev {
    right: unset;
    left: -20px;
}
  
.abiturientam_slider .slick-prev, .abiturientam_slider  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: unset;
    top: 50%;
    transform: 0;
    display: block;
    width: 31.04px;
    height: 31.04px;
    background: #C7C7C7;
    padding: 0;
    z-index: 1;
    border-radius: 86.8572px;
}


.abiturientam_slider .slick-prev:hover , .abiturientam_slider  .slick-next:hover {
        transition: 1s;

    background: #FF335A;
}


.offices_slider .slick-dots{
    bottom: -85px;
}

.zaly_slider .slick-dots{
    bottom: -85px;
}
.clients_slider .slick-dots{
    bottom: -60px;
}

.slick-dots{
    bottom: -50px;
}
 .slick-dots li button:before{
     display: none;
 }
 .slick-dots li button{
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0; 
 }
 .slick-dots li {
width: 6px;
height: 6px;
background: #A7A7A7;
border-radius: 60px;

 }
 .slick-dots li.slick-active{
width: 43.05px;
height: 6px;
background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
border-radius: 60px;
 }
 
 
 .sotrudniki_block-box {background: #FFFFFF;
border: 1px solid #CBC2C2;
border-radius: 15px;}

.sotrudniki_block {display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;}

.sotrudniki_block-box-img {height: 400px;}

.sotrudniki_block-box-img img {width: 100%;height: 400px;}

.sotrudniki_block-box-title {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 30px;
    margin-bottom: 15px;

text-transform: uppercase;

color: #222222;position: relative;padding-bottom: 9px;}

.sotrudniki_block-box-title:before {position: absolute;content: "";width: 40.71px;
height: 4px;

bottom: 0;left: 0;background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
border-radius: 2px;}

.sotrudniki_block-box-content{
    padding: 25px 25px 40px 20px;
}

.sotrudniki_block-box-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.abiturientam_slider-box {display: flex!important;justify-content: center;align-items: center;min-height: 350px;}

.comment-footer {display: none;}

.comment-avatar {display: none;}

.blogdirector_imgblock-img {width: 37%;}

.blogdirector_imgblock-content {width: 57%;}

.blogdirector_imgblock {display: flex;justify-content: space-between;/* align-items: center; */}

.blog-text{color:#666666;}

.blogdirector_contactblock {width: 37%;margin-top: 45px;}

.blogdirector_contactblock-title {font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 120%;
/* identical to box height, or 29px */

display: flex;
align-items: flex-end;
text-transform: uppercase;

color: #312A24;border-bottom: 1px solid #AFAFAF;padding-bottom: 9px;}

.blogdirector_contactblock-content {display: flex;align-items: center;justify-content: space-between;margin-top: 35px;}

.blogdirector_contactblock-box {display: flex;align-items: center;font-family: 'Inter';
font-style: italic;
font-weight: 500;
font-size: 18px;
line-height: 24px;

color: #666666;}

.blogdirector_contactblock-box svg {margin-right: 9px;}

.comentblock-title{
    border-bottom: none;
    padding-bottom:unset;
}

.zapis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #AFAFAF;
    border-top: 1px solid #AFAFAF;
    padding: 28px 0 24px 0;
}

.minus {
    display: none;
}

.commentlist{
    display: none;
}
.zapis.opened .minus{
    display: flex;
}
.zapis.opened .plus{
    display: none;
}
.zapis.opened .commentlist{
    display: flex;
}

li.newslist-box {display: flex;justify-content: space-between;align-items: center;padding: 57px 0;border-bottom: 1px solid #CBCBCB;}

.newslist_image {width: 31.5%;}

.newslist_content {width: 62%;}

.newslist_content-date {font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 120%;
/* identical to box height, or 17px */

text-transform: uppercase;

color: #666666;margin-bottom: 19px;}

.newslist_content-title {font-family: 'Merriweather';
font-style: normal;
font-weight: 700;
font-size: 22px;
line-height: 28px;
/* identical to box height, or 127% */

display: flex;
align-items: center;
text-transform: uppercase;

color: #312A24;margin-bottom: 17px;}

.newslist_content-minidesc {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
    max-height: 72px;
    overflow: hidden;

color: #666666;}

.newslist_content-href {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
text-decoration-line: underline!important;
background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;margin-top: 16px;
color: #C10E0E;
}

.newslist_content-href svg {margin-left: 7px;}

li.newslist-box:first-child{
    padding: 0 0 57px 0;
}

.pagination {
    display: flex;
    padding: unset;
    margin: 85px 0 0 0;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.pagination > li > a, .pagination > li > span {border: none;color: #312A24;}

.pagination > li:first-child > a, .pagination > li:first-child > span {border: 2px solid #312A24;width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;border-radius: 4px;}

.pagination > li:last-child > a, .pagination > li:last-child > span {border: 2px solid #312A24;width: 45px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;border-radius: 4px;}

.pagination li:first-child {margin-right: 32px;}

.pagination li:last-child {margin-left: 32px;}

.pagination a {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 22px!important;}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {   
    background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
    border-radius: 50%;
    display: block;
    padding: 2px 8px;}

.newsinside {
    margin-top: 50px;
}

.newsinside_img {display: flex;flex: 0 0 33.33333%;gap: 15px;margin-top: 30px;}

.newsinside_img-img img {width: 100%;height: 100%;}

.comment-reply-title {display: none;}

.commentlist {margin-top: 47.5px;}

div#comment-form {margin: 0;}

.director_form {
    width: 60%;
}

.firstraw_directorform {
    display: flex;
    justify-content: space-between;
}

#comment-text {
    height: 100%!important;
}

.nameform_director {width: 43%;}

.mailform_director {width: 55%;}

.form-control {height: 30px;}

button.btn.btn-primary.buttonform_director {position: absolute;content: "";right: 20px;bottom: 18px;background: linear-gradient(135deg, #C10E0E 0%, #FF6565 100%);
border-radius: 24px;border: none;width: 158px;height: 37px;}

.form-group.commentform_director {position: relative;height: 167px;}

.commentlist_text {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 20px;
/* or 143% */


color: #666666;margin-top: 28px;margin-bottom: 72px;}


.commentlist_title {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 120%;
/* identical to box height, or 22px */

text-transform: uppercase;

color: #312A24;}

.commentlist_title span {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 25px;
/* identical to box height, or 156% */


color: #312A24;border: 1px solid #000000;padding: 0px 12px;margin-left: 19px;}

.commentlist_title-block {padding-bottom: 30px;}

.comments li {padding: 48px 0;border-top: 1px solid #DFDFDF;}

.comment {padding: 0;}

.comment-content {margin: 0;}

.comment-header {display: flex;flex-direction: column;}

.comment-name {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
/* identical to box height, or 139% */


color: #312A24;margin-bottom: 3px;}

.comment-date {margin: 0 0 11px 0;padding: 0;font-family: 'Inter';
font-style: normal;
font-weight: 300;
font-size: 14px;
line-height: 25px;
/* identical to box height, or 179% */


color: #312A24;}

.comment_question{font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;
/* or 153% */


color: #312A24;width: 65%;}

.comment_answerlist {margin-left: 10px;padding-left: 15px;border-left: 2px solid #C10E0E;}

.comment_answerlist-name {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
    display: flex;
    flex-wrap: wrap;


color: #312A24;}

.comment_answerlist-surname {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 17px;
line-height: 26px;
    width: 70%;


color: #312A24;}
.comment_answerlist-name p {
    margin-left: 10px;
}

.newslist-list{
    display: block;
}

.pagination li {
    margin: 2px;
}