:root {
    --ens-primary: #000;
    --ens-blue: #232C77;
    --ens-blue-light: rgb(24 36 135 / 80%);
    --ens-red: #E62737;
    --ens-white: #fff;
    --ens-yellow: #FFD64F;
    --ens-grey: #989898;
    --ens-error: #1E252D;
    --ens-success: #27ae60;
    --ens-border-radius: 4px;
    --ens-border-radius-full: 100%;
}

html {
    font-size: 10px!important;
}
body {
   background-color: white!important;
   color: var(--ens-primary);
   font-family: 'ProximaNova-Regular';
   font-optical-sizing: auto;
   overflow-x: hidden;
   font-size: 1.4rem;
   line-height: 1.7rem;
}
h1 {
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 50px;
   line-height: 50px;
   color: var(--ens-primary);
   margin-bottom: 2rem;
} 
h2 {
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 49px;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
h3{
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 2.4rem;
   line-height: 2.8rem;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
h4 {
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 2rem;
   line-height: 2.4rem;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
h5{
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 1.8rem;
   line-height: 2.2rem;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
h6{
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 1.6rem;
   line-height: 2rem;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
.blue-text {
   color: var(--ens-blue);
}
.red-text {
   color: var(--ens-red);
}


.mt-50 {
    margin-top: 5rem;
}
.mt-60 {
    margin-top: 6rem; 
}
.mt-100 {
     margin-top: 10rem;
}
.mb-50 {
    margin-bottom: 5rem;
}
.mb-100 {
    margin-bottom: 10rem;
}
.mt-120 {
    margin-top: 12rem;
}
.pt-30 {
    padding-top: 3rem;
}
.pb-30 {
    padding-bottom: 3rem;
}
.pt-50 {
    padding-top: 5rem;
}
.pt-100 {
    padding-top: 10rem;
}
.pb-50 {
    padding-bottom: 5rem;
}
.pb-100 {
    padding-bottom: 10rem;
}
.col-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bt {
    border-top: 1px solid var(--ens-wgrey);
}
.bb {
    border-bottom: 1px solid var(--ens-wgrey);
}
.bg-blue {
    background-color: var(--ens-blue);
}
.bg-red {
    background-color: var(--ens-red);
}
.bg-main {
    background-color: var(--ens-blue);
}

.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list li {
    list-style-type: none;
    padding: 0;
    margin: 0 0 6px;
}
.list li a {
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.8rem;
    color: var(--ens-primary);
    text-decoration: none;
}
.list li a:focus,
.list li a:hover {
    color: var(--ens-blue);
}
.list li.__active a {
    color: var(--ens-blue);
}
.text-blue {
    color: var(--ens-blue);
}
.col {
    padding-right: 15px;
    padding-left: 15px;
}
p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 1rem;
}
li {
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.text-20 {
    font-size: 20px;
    line-height: 24px;
}
.screen-title {
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 50px;
   line-height: 50px;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
.page-title {
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 40px;
   line-height: 49px;
   color: var(--ens-primary);
   margin-bottom: 2rem;
}
.rounded-xs {
   border-radius: var(--ens-border-radius);
}
.rounded-full {
   border-radius: 100%;
}
.page-template-default .breadcrumb {
    margin: 0;
}


.page-template-page-fillial_item span.section-title,
.page-template-page-fillial_item .section-title,
.custom-page .section-title,
.custom-page h1,
h2.section-title,
.section-title {
   font-family: 'ProximaNova-Regular';
   font-style: normal;
   font-weight: 700;
   font-size: 50px;
   line-height: 61px;
   color: var(--ens-primary);
   margin-top: 0;
   margin-bottom: 3rem;
}
.first-level-title span,
.section-title span {
   color: var(--ens-blue);
}
.screen-title {
   color: var(--ens-white);
   margin-bottom: 1rem;
}
a {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--ens-primary);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
header a {
    white-space: nowrap;
}
header .ens-header-dis {
    margin: 0;
}
 
.networks-block .networks li a img {border-radius: 100%;}
.help-course .item-of-album__col {width: calc(50% - 1.3333333%); margin-right: 1.3333333%;}

.header-logo img {
    width: auto;
    max-width: 128px;
    max-height: 58px;
    object-fit: contain;
}

.header .topline-content {
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 10px 0;
    justify-content: space-between;
    gap: 10px;
    margin-right: -15px;
    margin-left: -15px;
}
.d-flex {
    display: flex;
}
.justify-content-end {
    justify-content: flex-end;
}
.justify-content-start {
    justify-content: flex-start;
}

div.fix-socials {
    display: none!important;
}

.banner-zone__content{
    color: white;
    padding: 20px 0;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
}
.banner-zone__content p{
    font-size: 17px;
    margin-bottom: 8px;
    text-align: center;
}
.banner-zone__content h4{
    font-size: 19px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold;
}
@media only screen and (max-width: 767px){
    .banner-zone__content{
        font-size: 14px;
        padding: 20px 0 10px;
    }
    .banner-zone__content p{
        font-size: 14px;
    }
    .banner-zone__content h4{
        font-size: 16px;
    }
    .fancybox-slide .fb-modal {max-width: 100%;}
    .fb-modal .connect-form-wrp {padding: 0;box-shadow: none;}
    .fb-modal .form-accept p {display: flex;}
    .basic-button {box-shadow: none;}
    .news-slider:before {background-color: transparent;}
    .first-scr-banner {background-image: url(/wp-content/themes/englishnursery/img/banners/onegino-banner-480.webp)!important;}

}
.topline-content .topline-nav li {margin-right: 15px;}

#wp-admin-bar-new_draft{display: none!important;}

.topline-content .topline-nav li,
.menu-verhnee-menyu-container .sub-menu {transition: none;}
div.phone-switch {
    width: auto;
}
.phone-switch .dropdown .phone-dropdown .caret-block .caret {
    border-top-color: #232c77;
}
.phone-switch .dropdown .dropdown-menu li {
    color: white;
	width: 100%;
    margin-bottom: 5px;
}
.phone-switch .dropdown-menu a {
    color: white;
    font-size: 16px;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
}
.phone-switch .dropdown-menu .phone {
    color: white;
    font-size: 16px;
}
.logo-and-contacts .phone-switch .dropdown-menu .phone:active,
.logo-and-contacts .phone-switch .dropdown-menu .phone:focus,
.logo-and-contacts .phone-switch .dropdown-menu .phone:hover {
	background: transparent;
}
.phone-switch .dropdown-menu .active .phone  {
    background-color: #4d5491;
}
.phone-switch .dropdown-menu {
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
    background-color: #232C77;
    padding: 10px 3px 3px 5px;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: auto;
    width: 100%;
    margin: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-top: 10px;
    background-color: #232C77;
    padding: 10px 3px 3px 5px;
}
.dropdown.open .dropdown-menu {
    display: block;
}
.topline-content .phone-switch {display: none;}

@media screen and (max-width: 1025px) {
	.phone-switch .phone-dropdown a {
		font-family: 'ProximaNova-Bold';
	display: inline-block;
    color: #232c77;
    font-weight: bold;
	}
	.phone-switch .dropdown.open .dropdown-menu {min-width: 180px;}
	.phone-switch .dropdown-menu .phone {font-size: 14px;}
	.language-block .dropdown .dropdown-menu li .flag img {max-width: 25px;}
	.phone-switch .dropdown-menu .phone {background-color: transparent!important;}
	.phone-switch .dropdown-menu .active .phone {background-color: #4d5491!important;}
	.topline-content .phone-switch {display: block;}
}
@media screen and (max-width: 380px) {
	.topline-content .open-menu { margin-right: 10px;}

}
@media screen and (max-width: 350px) {
	.mobile-logo {max-width: 85px;}
	.phone-switch .phone-dropdown a {font-size: 14px;}
	.topline-content .open-menu { margin-right: 10px;}

}
#order-modal .half-row {display:block;max-width: 333px;clear: both;}
#order-modal .half-row .wpcf7-form-control-wrap {width: 100%;margin-bottom: 10px;display:inline-block;clear: both;}
.wpcf7-form-control-wrap {max-width: 333px;}
.reviews-slider .item-of-review {height: auto;}


.header .header-topline {
    float: none;
    background: transparent;
}
.topline-content .topline-nav li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
header .bvi-wrapper .shadow-sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 1 100%;
    width: 100%;
}
.socials {
    float: none;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    justify-content: flex-end;
}
.header-contacts-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.header-contacts-item .header-contacts-menu span {
    color: var(--ens-blue);
}


.header-contacts-item a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 24px;
}
.nav-list a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    transition: .3s;
}
.botomline-content {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: nowrap;
    padding-right: 15px;
    padding-left: 15px;
    min-height: 48px;
    box-sizing: border-box;
}
.site-menu-wrp {
    position: absolute;
    top: 135px;
    width: 100%;
    height: 100%;
    background: white;
}
.site-menu-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px; 
    color: #000;
}
.site-menu-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 123px;
    margin-left: -15px;
}
.site-menu-col-left {
    /* display: flex;
    flex-wrap: wrap;
    gap: 96px; */
}
.site-menu-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 96px;
}
.site-menu-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.site-menu-item {
	margin-bottom: 60px;
}
.site-menu-item ul {
    padding-left: 34px;
    margin: 0;
}
.site-menu-col-right {
    flex: 0 0 246px;
}
.site-menu-col-right .menu-name {
    margin-bottom: 20px;
}
.site-menu-item ul li {
    margin-bottom: 10px;
}
.site-menu-item ul li:last-child {
    margin-bottom: 0;
}
.site-menu-item ul a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    transition: .3s;
}
.site-menu-item .arrow {
    display: none;
}

.bg-blue p,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4 {
    color: white;
}
p.yellow-text,
h4.yellow-text,
h3.yellow-text,
h2.yellow-text,
.yellow-text {
    color: #FDD759;
    opacity: 1;
    clear: both;
    float: none;
    position: relative;
    z-index: 1
}

.menu-name {
    display: flex;
    align-items: center;
    margin-bottom: 11px;
    gap: 5px;
}
.menu-name img {
    max-width: 28px;
    height: auto;
}
a.name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
}
.site-menu-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}
.close-menu {
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
    font-size: 0;
    position: relative;
    left: 0;
    top: 0;
    transition: .3s;
}
.close-menu svg {
    max-width: 26px;
    max-height: 26px;
}
.close-menu:hover {
    opacity: .8;
}

.open-menu {
    margin-right: 40px;
    padding: 0;
    width: 22px;
    height: 18px;
    cursor: pointer;
}
.botomline-content nav {
    flex: 0 1 100%;
    width: 100%;
}
.header-bottomline {
    width: 100%;
    border-top: 1px solid #989898;
    box-sizing: border-box;
    max-height: 48px;
}
.language-block .dropdown .dropdown-toggle .language-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.9px;
    color: #000;
    margin: 0 5px 0 10px;
}
#page .ens-search {
    margin: 0;
}
#page .ens-search #ajaxsearchlite1 .probox .proinput input,
#page .ens-search .proinput input {
    color: var(--ens-grey) !important;
    box-shadow: none !important;
    border: none !important;
    font-family: 'ProximaNova-Regular'!important;
    font-size: 12px !important;
    margin: 0;
    height: 30px!important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px!important;
    text-shadow: none;
}
#page .ens-search div.asl_w .probox .promagnifier {
    transition: .3s;
}
#page .ens-search div.asl_w .probox .promagnifier .innericon svg {
    fill: var(--ens-grey)!important;
}
#page  div[id*='ajaxsearchlite'].asl_m {
    border: 1px solid #989898 !important;
}
div.asl_w .probox .promagnifier svg {
    transition: .3s;
}
.ens-search div.asl_w .probox .promagnifier:hover svg path,
div.asl_w .probox .promagnifier:hover svg path {
    fill: #000;
}


#page .ens-search #ajaxsearchlite1 .probox .proinput input::-webkit-input-placeholder,
#page .ens-search .proinput input::-webkit-input-placeholder {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: var(--ens-grey)!important;
}
#page .ens-search #ajaxsearchlite1 .probox .proinput input::-moz-placeholder,
#page .ens-search .proinput input::-moz-placeholder {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: var(--ens-grey)!important;
}
#page .ens-search #ajaxsearchlite1 .probox .proinput input:-ms-input-placeholder,
#page .ens-search .proinput input:-ms-input-placeholder {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: var(--ens-grey)!important;
}
#page .ens-search #ajaxsearchlite1 .probox .proinput input:-moz-placeholder,
#page .ens-search .proinput input:-moz-placeholder {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    color: var(--ens-grey)!important;
}
#ajaxsearchlite1 .probox .proinput, div.asl_w .probox .proinput {
    padding: 0!important;
    margin: 0!important;
}
.socials li {
    margin: 0;
    list-style-type: none;
    padding: 0;
    line-height: 1;
}
.socials li a img {
    min-width: 20px;
    max-width: 20px;
}
.header-contacts {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header-contacts-item {
    display: flex;
    align-items: center;
}
.header-icon {
    margin-right: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-icon svg {
    max-width: 26px;
    max-height: 26px;
}
.header-place {
    white-space: nowrap;
}
.header-contacts-arrow {
    cursor: pointer;
}
.language-block .dropdown .dropdown-toggle .caret-block .caret {
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIuNUw1LjUgNy41TDEgMi41IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    width: 11px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
}
header .bvi-wrapper {
    margin-left: 0;
}
.wrapper {
    max-width: 100%;
}

.screen {
   margin-bottom: 2rem;
}
.screen img {
   max-width: 100%;
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.bg-block {
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: center;
   flex-direction: column;
   min-height: 232px;
   box-sizing: border-box;
}
.screen .bg-block {
   min-height: 562px;
}
.bg-block h1,
.bg-block h2,
.bg-block h3,
.bg-block svg,
.bg-block img,
.bg-block .btn,
.bg-block p {
   position: relative;
   z-index: 2;
}
.bg-blue {
   position: relative;
   transition: .3s;
}
.bg-blue::before {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background-color: rgba(35, 44, 119, 0.8); /* Цвет #232C77 с прозрачностью 0.8 */
 z-index: 1;
 transition: .3s;
}




/* .bg-blue:hover::before {
   background-color: rgba(35, 44, 119, 0.5);
} */
.btn {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
     background-color: var(--ens-blue);
     color: white;
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     padding: 0 30px;
     height: 49px;
     border-radius: 0;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     outline: none;
     text-decoration: none;
     white-space: nowrap; 
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:visited {
    color: white;
}
.btn:hover {
     outline: none;
     text-decoration: none;
     background-color: var(--ens-blue-hover);
     color: white;
}
.btn:active {
     outline: none;
     text-decoration: none;
     background-color: var(--ens-blue-active);
     color: white;
}

.btn-blue {
     background-color: var(--ens-blue);
     color: white;
}
.btn-blue span {
    color: white;
    margin-left: 5px;
    font-size: 2rem;
    line-height: 2.8rem;
}

.btn-red {
    background-color: var(--ens-red);
    transition: .3s;
}
.btn-red:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #E62737;
}

.basic-button {
    height: 49px;
    border-radius: 0;
    padding: 0 30px;
    box-shadow: none;
}
.basic-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #E62737;
}

.info-block .bg-block {
    min-height: 348px;
    text-align: center;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 35px;
}
.info-block p {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0 auto;
}
.info-block img {
    max-width: 83px;
    display: block;
    margin: 0 auto 30px;
}
.home-screen .col-md-6 {
    padding: 0;
    margin: 0;
}
.screen-desc {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: var(--ens-white);
    margin-bottom: 3rem;
}
.home-screen {
    margin-bottom: 3rem;
}
.home-box {
    margin-left: auto;
    margin-right: 0;
    max-width: 750px;
    width: 100%;
}
.flex-row {
    display: flex;
    flex-wrap: wrap;
}
.home-screen .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}
.flex-row::before,
.flex-row::after {
    content: none;
}

.play-video {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: transparent;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
.play-video:hover {
    background: rgba(255, 255, 255, 0.2);
}
.play-video svg {
    width: 100%;
    height: 100%;
}
.play-video circle {
    stroke: white;
}
.play-video path {
    fill: white;
}
 


.video-block {
    position: relative;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0;
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.video-block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.05); 
    z-index: 3;
    transition: .3s;
}
.videos-grid .video-block::before {
    content: none;
}
.main-video-item .video-block::before {
    content: none;
}
.video-block:hover::before {
    background-color: rgba(35, 44, 119, 0.3);
}
.videos-grid .video-block::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.05); 
    z-index: 3;
    transition: .3s;
}
.videos-grid .video-block:hover::before {
    background-color: rgba(35, 44, 119, 0.3);
}
.one-teacher-image::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.05); 
    z-index: 3;
    transition: .3s;
}
.one-teacher-image:hover::before {
    background-color: rgba(35, 44, 119, 0.3);
}


.video-block-tour {
    height: 357px;
    max-height: 357px;
    margin: 0;
}
.video-block-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    border-radius: 0;
}
.video-block .play {
    width: 79px;
    height: 79px;
    background: transparent;
    box-shadow: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid white;
    float: none;
    position: relative;
    overflow: hidden;
    z-index: 40;
    top: 0;
    left: 0%;
    transform: none;
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    margin-bottom: 20px;
}
.video-block .play:before {
    content: "";
    display: block;
    float: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 55%;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-width: 17px 0 17px 28px;
}
.video-block-title {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: white;
    z-index: 4;
    position: relative;
}
.about-col-left {
    flex: 0 1 100%;
    width: auto;
}
.about-col-right {
    flex: 0 0 543px;
    width: auto;
}
.row-nowrap {
    flex-wrap: nowrap;
}
.advantages-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
    justify-content: space-between;
}
.advantages-block .section-title {
    margin-bottom: 3rem;
}

.advantages-col {
    display: flex;
    justify-content: center;
}
.advantages-item {
    max-width: 353px;
    width: 100%;
    margin-bottom: 110px;
}
/* .advantages-col:nth-child(3n+2) {
    justify-content: center;
}
.advantages-col:nth-child(3n) {
    justify-content: center;
} */
.advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.advantages-item-img {
    max-width: 353px;
}
.advantages-item-img img {
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: center;
}
.advantages-item-desc {
    padding: 30px;
    margin-top: -40px;
    min-height: 186px;
    max-width: 293px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.advantages-col:nth-last-of-type(1) .advantages-item-desc,
.advantages-col:nth-last-of-type(2) .advantages-item-desc,
.advantages-col:nth-last-of-type(3) .advantages-item-desc {
    min-height: 222px;
}

.advantages-item-desc p {
    color: white;
    margin: 0 0 5px;
}
.advantages-item-desc p:last-child {
    margin-bottom: 0;
}
.advantages-item-desc strong {
    min-height: 57px;
    display: block;
}
.arrow-round {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: var(--ens-blue);
    border: 1px solid var(--ens-blue);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.arrow-round svg {
    max-width: 13px;
}
.link {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}
.link svg {
    max-width: 19px;
    margin-left: 5px;
}
.advantages-item-link {
    position: absolute;
    bottom: -21px;
    left: calc(50% - 21px);
}
.advantages-item:hover .arrow-round {
    border: 1px solid white; 
}
.footer-topline {
    float: none;
    width: 100%;
    padding: 20px 0 0;
    background: var(--ens-blue);
    margin: 0;
    border: none;
}
.footer {
    margin-top: 60px;
    border: none;
}
.footer-topline .topline-content .ens-menu li a {
    color: white;
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.7rem;
    letter-spacing: 0;
    text-decoration: none;
}
.footer a {
    color: white;
}
.col-left-align {
    text-align: left;
}
.col-left-center {
    text-align: center;
}
.col-left-right {
    text-align: right;
}
.footer-bottomline {
    background-color: var(--ens-blue);
    float: none;
    border: none;
    padding-bottom: 20px;
    margin-top: -1px;
}
.footer-topline .topline-content .ens-menu {
    float: none;
    width: auto;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 80px;
}
.footer .footer-topline .topline-content {
    align-items: center;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 100px;
}
.footer-bottomline .bottomline-content {
    padding: 0;
    margin-top: 20px;
}
.footer-topline .topline-content .ens-menu li {
    float: none;
    margin: 0;
    width: auto;
}
.footer .socials {
    margin: 0;
    justify-content: flex-end;
}
.footer a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
}
.footer a.politics {
    text-decoration: underline;
}

.values-block {
    margin-top: 20px;
    margin-bottom: 70px;
}
.values-item {
    position: relative;
    padding: 0 0 0 50px;
    margin-bottom: 6rem;
}
.values-item h5 {
    min-height: 43px;
    margin-bottom: 1rem;
}
.values-item img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 43px;
}
.values-item p {
    min-height: 54px;
    margin-bottom: .5rem;
}
.more-wrapper p {
  max-height: 54px;  
  overflow: hidden;
  transition: max-height 0.5s ease;
  position: relative;
}
.more-btn svg {
    max-width: 19px;
    transition: .3s;
}
.more-btn:hover svg {
    transform: translateX(5px);
}
.more-wrapper.p-expanded p {
  max-height: max-content; 
}
.home .mission-name {
    margin-bottom: 0;
}

.adv-studies {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/englishnursery/imgs/adv-studies-bg.jpg);
    padding: 60px 0 10px;
}
.adv-studies-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 30px;
    justify-content: space-between;
    max-width: calc(2 * 570px + 16px); /* ширина + gap */
    margin: 0 auto;
}
.adv-studies.bg-blue::before {
    background-color: rgba(35, 44, 119, 0.9);
}
.adv-studies-col {
    max-width: 570px;
    width: 100%;
    box-sizing: border-box;
}
.adv-studies-item {
    position: relative;
    padding: 0 0 0 45px;
    margin-bottom: 50px;
}
.adv-studies-item img {
    position: absolute;
    left: 0;
    top: -5px;
    max-width: 35px;
}
.adv-studies-item p {
    max-width: 525px;
    font-size: 20px;
    line-height: 24px;
}
.quote-row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 0;
    flex-wrap: wrap;
}
.quote-block .quote-row {
    flex-wrap: nowrap;
    gap: 160px;
}
.quote-block {
    margin-bottom: 0;
}
.quote-block img {
    max-width: 480px;
    max-height: 218px;
    height: auto;
}
.quote-block p {
    font-family: 'ProximaNova-Regular';
    font-style: italic;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    text-decoration: none;
    font-style: normal;
    color: var(--ens-primary);
    margin: 0;
}
.quote-block-col-left {
    flex: 0 0 480px;
}
.quote-block-col-right {
    flex: 0 1 100%;
}
.slat-block {
    width: 100%;
    min-height: 208px;
    padding: 44px 0;
}
.slat-block .col-12 {
    width: 100%;
    flex: 0 0 100%;
}
.slat-block .btn {
    min-width: 250px;
}
.slat-block p {
    font-size: 2rem;
    line-height: 2.4rem;
    color: white;
    margin-bottom: 2rem;
}
.mission-block img {
    display: block;
    max-width: 100%;
    margin: 0 auto 2rem;
}
.mission-block .btn {
    min-width: 258px;
}
.mission-block p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.quote-text {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--ens-primary);
    position: relative;
    padding-top: 50px;
    max-width: 1075px;
}
.quote-text::before {
    content: '';
    display: block;
    float: none;
    width: 46px;
    height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    background-image: url(/wp-content/themes/englishnursery/imgs/icon-quote.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.mission-row {
    flex-wrap: nowrap;
    gap: 40px;
}
.mission-col-left {
    flex: 0 0 auto;
    width: 351px;
}
.mission-col-left img {
    max-width: 100%;
}
.mission-col-right {
    flex: 0 1 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mission-col-left .mission-email {
    margin-bottom: 2rem;
}
.mission-col-left .mission-position {
    margin-bottom: 1.5rem;
}
.mission-bottom p:last-child {
    margin-bottom: 0;
}
.mission-col-left p {
    font-size: 16px;
    line-height: 19px;
}
.ens-slider {
    visibility: visible;
    position: relative;
    opacity: 1;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}
.slider-arrows {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 10px;
    align-items: center;
}
.slider-arrows button {
    width: 33px;
    height: 33px;
    background-color: var(--ens-blue);
    border-radius: 100%;
    min-width: 33px;
}
.slider-arrows button svg {
   max-width: 13px;
    height: auto;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.slider-arrows .btn {
    margin-left: 47px;
}

.teachers-item-img {
    border-radius: 0;
}
.teachers-item-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    font-size: 0;
    border-radius: 0;
    display: block;
}
.teachers-item-title {
    font-family: 'ProximaNova-Regular';
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 2.8rem;
    color: white;
    margin-bottom: 3rem;
}
.teachers-item p {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: white;
    mix-blend-mode: normal;
    opacity: 0.6;
    margin: 0;
}
.teachers-item-bottom {
    padding: 3rem 2rem 1.5rem;
    display: flex;
    flex-direction: column;
    min-height: 200px;
}
.teachers-item .play-video {
    justify-self: end;
    align-self: flex-end;
}

.about-block .row {
    gap: 95px;
}
.about-block p {
    font-size: 20px;
    line-height: 24px;
}
.about-block strong {
    font-weight: 700;
}
.showmore-wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 840px;
}
.showmore {
    margin-top: 16px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    display: inline-flex;
    text-align: right;
    margin-left: auto;
    padding: 0 30px;
    min-width: 224px
}
.showmore:hover,
.showmore:focus,
.showmore:active {
    text-decoration: none;
}
.showmore span {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--ens-primary);
}
.showmore svg {
    max-width: 11px;
    height: auto;
    margin-left: 15px;
}
.showmore .text-close {
    display: none;
}
.showmore.active .text-close {
    display: inline;
}
.showmore.active .text-open {
    display: none;
}
.showmore-hidden {
    display: none;
}
.showmore .arrow {
    transition: transform 0.3s ease;
}
.showmore.active .arrow {
    transform: rotate(180deg);
}
.about-block h2:not(.section-title) {
    color: var(--ens-primary);
    margin-bottom: 1rem;
    font-size: 20px;
    line-height: 24px;
}

.programm-block-img {
    height: 100%;
    max-width: 575px;
    object-fit: cover;
    object-position: center;
}
.programm-block .btn {
    min-width: 180px;
}
.programm-block p {
    margin-bottom: 25px;
}
.programm-block .programm-block-subtitle {
    margin: 0;
}
.programm-block-left {
    flex: 0 1 100%;
}
.programm-block-right {
    flex: 0 0 575px;
}
.programm-block-row {
    flex-wrap: nowrap;
    gap: 32px;
}
.programm-block .section-title {
    margin-bottom: 20px;
}
.item-of-teacher .teachers-image,
.home .item-of-teacher .teachers-image {
    width: 100%;
    display: block;
    text-align: left;
}
#page .teachers-slider .item-of-teacher .teachers-image .only-image,
.item-of-teacher .teachers-image .only-image,
.home .item-of-teacher .teachers-image .only-image {
    max-width: 100%;
    width: 100%;
    height: 235px;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}
#page .item-of-teacher .teachers-image {
    max-width: 100%;
    border-radius: 0!important;
    width: 100%!important;
    margin: 0;
    overflow: hidden;
    height: 235px;
}
.home .item-of-teacher .teachers-image .only-image img,
#page .item-of-teacher .teachers-image .only-image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 0;
    border-radius: 0!important;
    box-sizing: border-box;
    transform: none!important;
    object-position: top;
}
#page .item-of-teacher .only-image,
#page .item-of-teacher .only-image img  {
    height: 235px;    
    clear: both;
    float: none;
    display: flex;
}
#page  .item-of-teacher .teachers-image .only-image img,
.item-of-teacher .teachers-image .only-image img:focus,
.item-of-teacher .teachers-image .only-image img:hover {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    transform: none!important;
}
#page .teachers-slider .item-of-teacher {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    margin: 0 70px;
    box-sizing: border-box;
}
#page .teachers-slider .slick-list {
    margin: 0 -70px;
}
#page .teachers-name,
#page .teachers-descript {
    clear: both;
    float: none;
    width: 100%;
    color: white;
    display: block;
    text-align: left;
    letter-spacing: 0;
}
.teachers-content {
    margin-left: -15px;
    margin-right: -15px;
}
.teachers-content .section-title {
    margin-bottom: 0;
    line-height: 49px;
}
#page .teachers-descript {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: white;
    mix-blend-mode: normal;
    opacity: 0.6;
    margin-bottom: 11px;
}
#page .teachers-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
}
.item-of-teacher-content {
    padding: 30px 15px 15px 20px;
    background-color: #232C77;
    min-height: 203px;
    clear: both;
    float: none;
}
.item-of-teacher-even .item-of-teacher-content {
    background-color: #E62737;
}
#page .item-of-teacher .play-video .teacher-link {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 43px;
    height: 43px;
    background-color: transparent;
    box-shadow: none;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iNDUiIHZpZXdCb3g9IjAgMCA0NSA0NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjIuNSIgY3k9IjIyLjUiIHI9IjIxLjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM0IDIyLjg3NTRMMTYuNzk2MiAzMi43NTA4VjEzTDM0IDIyLjg3NTRaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 43px;
    background-position: center;
}
#page .item-of-teacher .play-video .teacher-link:hover {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
#page .item-of-teacher .play-video .teacher-link:before {
    display: none!important;
}
#page .item-of-teacher .play-video {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 43px;
    height: 43px;
    margin-left: auto;
    margin-right: 0;
}
#page .teachers-slider .slick-dots {
    display: none!important;
}
#page .slick-arrow {
    min-width: 33px;
    min-height: 33px;
    width: 33px;
    height: 33px;
    border: none;
    font-size: 0;
    box-shadow: none;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#page .slick-arrow:hover {

}
#page .slick-arrow img {
    max-width: 12px;
    height: auto;
}
#page .teahers-slider-navigation .all-teahers {
    background-color: #E62737;
    margin-left: 25px;
    height: 49px;
    min-width: 175px;
}
#page .teahers-slider-navigation .all-teahers:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #E62737;
}

.home-quote-block .quote {
    max-width: 97%;
    margin: 10px auto 0;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    float: none;
}
.home-quote-block{
    width: 100%;
    margin-bottom: 0;
    margin-top: 30px;
    float: none;
}
.home-quote-block p{
    font-size: 16px;
    line-height: 1;
}
@media (max-width: 650px){
    .home-quote-block {
        width: 100%;
        margin-bottom: 0;
        margin-top: 30px;
        padding: 0 15px;
    }
    .home-quote-block .quote {
        font-size: 16px;
        line-height: 1.3;
    }
    .home-quote-block p{
        font-size: 15px;
        line-height: 1;
        margin-top: 10px;
    }
    .teachers-wrp {
        padding-bottom: 0;
    }

}
.teachers-wrp {
    padding: 0;
}
.preloader{
  display: none;
}
.fillial-map__mobile{
    display: none;
}
@media (max-width: 767px){
 
  .preloader{
    display: block;
  }
.map-preloader{
  display:block;position:absolute;top:50%;left:50%;height:50px;width:50px;margin:-25px 0 0 -25px;z-index:99999
  }
.map-preloader span{
  position:absolute;display:block;bottom:10px;width:9px;height:5px;background: #74af34;opacity:1;-webkit-animation:slickpr 1.5s infinite ease-in-out;animation:slickpr 1.5s infinite ease-in-out
  }
.map-preloader span:nth-child(2){
    left:11px;-webkit-animation-delay:.2s;animation-delay:.2s
  }
.map-preloader span:nth-child(3){
    left:22px;-webkit-animation-delay:.4s;animation-delay:.4s
  }
.map-preloader span:nth-child(4){
    left:33px;-webkit-animation-delay:.6s;animation-delay:.6s
  }
.map-preloader span:nth-child(5){
    left:44px;-webkit-animation-delay:.8s;animation-delay:.8s
  }
  @keyframes slickpr{
    0%{height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:.25}
    25%{height:30px;-webkit-transform:translateY(15px);transform:translateY(15px);-webkit-transform:translateY(15px);transform:translateY(15px);background:#74af34;opacity:1}
    50%{height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:.25}
    100%{height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:.25}
  }

  .home .fillials-info{
      display: block;
  } 
  .fillial-map__mobile{
      display: block;
      width: 100%;
      min-height: 250px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      float: none;
      margin-top: 20px;
  }
  .fillials-content .fillials-info .fillial-links,
  .fillials-info-list,
  .fillials-content .fillials-info .fillials-info-list li,
  .fillials-content .fillials-info .name,
  .home .fillials-info{
    float: none;
  }
  .map-mobile{display: none;}
  .map-fancy{
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .fillial-map__mobile img{
      object-fit: cover;
      object-position: center;
      width: 592px;
      margin-left: -50%;
  }

}
@media (max-width: 480px){
    .fillial-map__mobile {
        min-height: 200px;
    }

}
@media (max-width: 380px){
    .fillial-map__mobile {
        min-height: 180px;
    }

}
@media (max-width: 340px){
    .fillial-map__mobile {
        min-height: 160px;
    }

}

#page .quote-block .quote:before {
    content: '';
    display: block;
    float: none;
    width: 46px;
    height: 41px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent!important;
    border-radius: 0;
    box-shadow: none;
    background-image: url(/wp-content/themes/englishnursery/imgs/icon-quote.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#page .home-quote-block .quote {
    max-width: 100%;
    margin: 0 auto;
    padding-top: 70px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-style: normal;
}
.home-quote-block p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.reviews-wrp .section-title {
    text-align: left;
}
.reviews-wrp .m-all-reviews {
    display: none;
}
.reviews-row {
    width: 100%;
    justify-content: space-around;
    gap: 80px;
}

@media only screen and (min-width: 993px) {
    .reviews-row {
        display: flex;
    }

}
.reviews-wrp {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 120px 0 0;
}
.reviews-wrp .all-reviews {
    background: var(--ens-red)!important;
}
.reviews-wrp .all-reviews:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #E62737!important;
}

.item-of-review {
    background: white;
    border: 1px solid #6F6F6F;
    box-shadow: 4px 4px 20px rgba(111, 111, 111, 0.3);
    padding: 30px;
    flex: 0 0 345px;
}
.item-of-review .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
    display: block;
}
.review-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0;
}
.review-text {
    min-height: 86px;
    margin-bottom: 20px;
}
.review-image {
    margin-bottom: 20px;
}
.review-image img {
    max-width: 100%;
}
.review-rating {
    margin-bottom: 20px;
}
.review-rating svg {
    max-width: 161px;
    height: auto;
}

.special-offer-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.special-offer-img {
    max-width: 574px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.special-offer .special-offer-icon {
    position: absolute;
    right: -58px;
    top: -50px;
    z-index: 3;
}
.special-offer-icon img {
    max-width: 154px;
}
.special-offer-row {
    flex-wrap: nowrap;
    gap: 102px;
}
.special-offer-left {
    flex: 0 1 100%;
}
.special-offer-right {
    flex: 0 1 640px;
}
.special-offer-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    margin-bottom: 10px;
    color: white;
    position: relative;
}
.special-offer-subtitle {
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    margin-bottom: 20px;
}
.special-offer-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.special-offer {
    padding: 56px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/englishnursery/imgs/special-offer-bg.jpg);
}
.all-reviews-row {
    padding-top: 30px;
}

.item-of-news {
    float: none;
    position: relative;
}
.news-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 20px 0 0;
}
.news-left {
    flex: 0 0 639px;
    box-sizing: border-box;
}
.news-right {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-sizing: border-box;
}
.news-image-bg {
    min-width: 167px;
    width: 167px;
    height: 135px;
    background: #232C77;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    padding: 30px;
    overflow: hidden;
}
.news-image-bg img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.item-of-news.small {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin: 0 0 27px;
    box-sizing: border-box;
    max-height: 135px;
}
.item-of-news.small:last-child {
    margin-bottom: 0;
}
.item-of-news.small .link {
    transition: .3s;
}
.item-of-news.small .link svg {
    transition: .3s;
}
.item-of-news.small:hover .link svg {
    transform: translateX(5px);
}
.news-item-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.news-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.item-of-news .date {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 10px;
    background: #232C77;
    position: relative;
    z-index: 1;
    width: max-content;
}
.news-item-bottom {
    position: relative;
    z-index: 1;
}
.item-of-news.small .date {
    display: flex;
    flex-direction: row;
    gap: 0;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
    height: auto;
    min-height: auto;
    left: 5px;
    top: 5px;
    position: absolute;
    display: none;
}
.date span {
    display: block;
}
.item-of-news .bg-blue::before {
    z-index: 1;
    background-color: rgba(35, 44, 119, 0.6);
}
.item-of-news:hover .bg-blue::before {
    background-color: rgba(35, 44, 119, 0.3);
}
.news-item-image.bg-blue {
    transition: .3s;
}
.news-item-image.bg-blue:before {
    background: linear-gradient(
    to top,
    rgba(35, 44, 119, 0.99) 0%,
    rgba(35, 44, 119, 0.3) 40%,
    rgba(35, 44, 119, 0.01) 100%);
}
.item-of-news:hover .bg-blue::before {
    background: linear-gradient(
    to top,
    rgba(35, 44, 119, 0.99) 0%,
    rgba(35, 44, 119, 0.4) 40%,
    rgba(35, 44, 119, 0.02) 100%);
}


.news-image-full {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 40px 30px;
}
.news-image-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.news-item-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.news-image-full,
.item-of-news.full {
    height: 458px;
    margin: 0;
}
.news-right {
    height: 458px;
}
.item-of-news.full .news-item-title {
    color: white;
}
.item-of-news.full .link {
    color: white;
}
.news-block-wrp {
    padding: 0;
}
.panel-default > .panel-heading {
    color: white;
    background: rgba(24, 36, 135, 0.8);
    border: none;
    box-shadow: none;
    min-height: 44px;
    border-radius: 0;
    padding: 0;
    position: relative;
}
.panel-heading a::after {
    content: '';
    position: absolute;
    width: 11px;
    height: 9px;
    right: 73px;
    top: calc(50% - 4.5px);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIuNUw1LjUgNy41TDEgMi41IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
    transform: rotate(180deg);
}
.panel-heading a.collapsed::after {
    transform: rotate(0);
}

.page-template-page-documents .panel-group {
    max-width: calc(100% - 110px);
    margin: 0 auto;
}

.panel-group {
    margin-bottom: 0;
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.panel-title {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: white;
    padding: 0;  
}
.panel-heading a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-decoration: none;
    min-height: 44px;
    padding: 5px 73px;
}
.panel-group .panel + .panel {
    margin-top: 20px;
}
.fillials-content {
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.fillials-content .fillials-info {
    box-shadow: none;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.fillials-wrp .section-title {
    text-align: left;
    margin-bottom: 20px;
}

.fillials-wrp {
    padding: 0;
    background: white;
    box-shadow: none;
}

.fillials-wrp #map-main {
    height: 374px;
}
.fillials-row {
    flex-wrap: nowrap;
    gap: 96px;
    margin: 0;
    overflow: hidden;
    align-items: center;
}
.fillials-col-left {
    flex: 0 0 264px;
}
.fillials-col-right {
    flex: 0 1 100%;
}
.fillials-info-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.fillials-info-list li .info-val.link,
.fillials-info-list li .info-val a,
.fillials-info-list li .info-val {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    text-decoration: none;
}
.footer .row {
    margin-right: 0;
    margin-left: 0;
}
.fillials-info .name {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    display: block;
    margin-bottom: 20px;
}
.fillials-info-list li {
    margin-bottom: 17px;
}
.fillials-info-list li .ico-block {
    width: 29px;
    height: 29px;
    margin-right: 10px;
}
.fillials-info .socials {
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    float: none;
    clear: both;
}
.fillials-alls-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    margin-top: 25px;
    display: flex;
    float: none;
    clear: both;
    transition: .3s;
}
.fillials-alls-link:hover {
    text-decoration: none;
    color: #232C77;
}
.topline-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottomline-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.panel-body {
    padding: 20px 73px;
}
.panel-body .some-block-name {
    display: block;
    margin-bottom: 15px;
}
.panel-body span,
.panel-body a,
.panel-body p,
.panel-body li {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    letter-spacing: 0;
}
.panel-body li::marker {
  
}
.panel-body li {
    list-style-type: none;
    color: #000!important;
}
.panel-body ol,
.panel-body ul {
    padding-left: 20px;
}
.panel-body p:last-child {
    margin-bottom: 0;
}
.adv-studies-item h4 {
    min-height: 35px;
    margin-bottom: .5rem;
}
.home-screen .btn {
    min-width: 211px;
}
.quote-block .quote-author {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    margin-top: 20px;
}
.read-full {
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    transition: .3s;
    text-decoration: none;
}
.read-full:hover {
    text-decoration: none;
}
.read-full svg {
    max-width: 19px;
    margin-left: 5px;
}
.header-topline .open-menu {
    display: none;
}
.home-screen .socials-mob {
    display: none;
}


.slick-dots {
    margin: 20px auto 0;
    align-items: center;
}
#content .slick-dots li button,
.slick-dots li button {
    width: 10px;
    height: 10px;
    background: rgba(35, 44, 119, 0.5);
    border: none;
    box-shadow: none;
    box-sizing: border-box;
}
#content .slick-dots li.slick-active button,
.slick-dots li.slick-active button {
    width: 15px;
    height: 15px;
    background: #232C77;
    border: none;

}
.slick-dots li {
    margin: 0 5px;
    list-style-type: none!important;
}
.mission-block .mission-name {
    font-size: 16px;
    line-height: 19px;
}
.phone-choose-icon {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIuNUw1LjUgNy41TDEgMi41IiBzdHJva2U9ImJsYWNrIi8+Cjwvc3ZnPgo=);
    width: 11px;
    height: 9px;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    display: none;
}

.menu-mobile {
    display: none;
}
.menu-item-has-children {
    position: relative;
}
li .sub-menu {
    position: absolute;
    background-color: #232c77;
    bottom: auto;
    visibility: hidden;
    visibility: visible;
    padding: 5px 0;
    left: -6px;
    transition: none;
    transition: .3s;
    opacity: 0;
    z-index: -1;
    top: 30px;
    width: 240%;
}
.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 553;
}
.sub-menu li a {
    float: none;
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 1px;
    white-space: normal;
    padding: 5px 10px;
    transition: .3s;
}
.sub-menu li a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumbs__current {
    font-weight: 700;
    color: #232C77;
}
.m-all-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.m-all-reviews__link{
    display: flex;
    align-items: center;	
    color: #000;
}
.mention-star-rate svg{
    width: 20px;
}
@media (max-width: 550px){
    .m-all-reviews__link {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
    .m-all-reviews__link span{
        margin-bottom: 5px;
    }
    .m-all-reviews{margin-bottom: 0; }
}
.basic-image img {
    object-fit: cover;
    object-position: center;
}

.boxes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 268px));
    gap: 20px;
    justify-content: space-between;
}
.item-of-study-link {
    background-color: var(--ens-blue);
    padding: 43px 19px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    text-align: center;
    min-height: 185px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxes-item:nth-child(2n) .item-of-study-link {
    background-color: var(--ens-red);
}
#page .boxes-item a,
#page .boxes-item span,
#page .boxes-item p {
    color: white;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}
.boxes-item .item-of-study-link .study-link-descript {
    display: none;
}
.boxes-item .item-of-study-link .link {
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-color: var(--ens-blue)!important;
    border: 1px solid var(--ens-blue);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    position: absolute;
    bottom: -21px;
    left: calc(50% - 21px);
}
#page .boxes-item .link:hover,
#page .boxes-item .item-of-study-link .link:hover {
    background: #1f3068!important;
    border: 1px solid white;
}
.boxes-item .item-of-study-link .link svg {
    max-width: 13px;
}
.teahers-slider-navigation-mobile {
    display: none;
}

.no-list {
    list-style-type: none;
    padding: 0;
}
.no-list li {
    list-style-type: none;
    padding: 0;
}
ol li,
ul li,
li {
    color: #000;
}

.advantages-item {
    position: relative;
}
.advantages-item-link-hidden {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}



















/* About */

.about-main .mission-col-right {
    justify-content: flex-start;
}
.about-main .quote-text {
    margin-bottom: 85px;
}
.mission-bottom-row p:last-child {
    margin-bottom: 0;
}
.about-main .mission-col-left .mission-email {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.about-main .mission-col-left .mission-name,
.about-main .mission-col-left .mission-position {
    margin-bottom: 1rem;
}
.about-main .mission-col-left a,
.about-main .mission-col-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.about-main .mission-col-left .mission-position { 
    font-weight: 700;
}
.mission-bottom-row p {
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
 

.about-main .methods-wrp .section-title {
    text-align: left;
    margin: 0;
    width: 100%;
    clear: both;
}
.row-home-quote {
    clear: both;
}
div.methods-wrp {
    padding: 90px 0 30px;
}
div.some-methods-content {
    display: grid;
    grid-template-columns: repeat(3, 310px);
    justify-content: center;  
    gap: 0 100px;
}
.some-methods-col {
    width: 310px;
}
div.text-block .text a,
div.text-block a,
div.text-block .text,
div.text-block p {
    float: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    margin-bottom: 10px;
}
h3.three-level-title a,
h3.three-level-title,
.three-level-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0;
    text-align: left;
}
.some-methods-col .read-more-btn {
    padding: 0;
    margin-top: 15px;
    justify-content: flex-end;
}
.basic-image {
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.basic-image img {
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.some-methods-col .basic-image img {
    float: none;
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
    border: none;
    border-radius: 0;
}
.some-methods-col .basic-image {
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    height: 190px;
}
div.methods-wrp {
    padding-bottom: 0;
}
div.some-block-about-gradual {
    margin-bottom: 50px;
}

div.some-methods-content .some-block-about-gradual .text-block {
    height: 220px;
}
.about-main .mission-col-left img {
    margin-bottom: 20px;
}
.main {
    background-color: white;
}
body .breadcrumb {
    padding: 15px 0 30px 0;
}
.read-more-btn.active svg {
    transform: rotate(180deg);
}
.some-methods-col .three-level-title {
    min-height: 38px;
}
.breadcrumb .breadcrumbs__current,
.breadcrumb span[itemprop="name"] {
    padding: 3px 5px;
}
.breadcrumb .separator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
}
.breadcrumbs {
    display: flex;
    align-items: center;
    min-height: 25px;
}
div.some-methods-content>div {
    margin-bottom: 0;
}
.about-main .reviews-wrp {
    padding: 60px 0 0;
}
.about-main .some-methods-block-wrp {
    padding: 30px 0 0;
}







/* SERVICES */

.main-sevices .item-of-advantage {
    min-height: 249px;
    box-shadow: none;
    border: none;
}
.services-content .item-of-advantage .advantage-info {
    width: 100%;
    padding: 50px 42px;
    min-height: 249px!important;
}
.main-sevices .item-of-advantage .advantage-info .only-info .name {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    text-decoration-line: underline;
    text-transform: none;
    color: white;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
    min-height: 54px;
    margin: 0;
}
.main-sevices .item-of-advantage .advantage-info .only-info .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: white;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
.main-sevices .services-content .item-of-advantage {
    height: auto!important;
    min-height: auto!important;
    overflow: visible;
}
.services-content .item-of-advantage {
    background-image: url(/wp-content/themes/englishnursery/imgs/services-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.main-sevices .item-of-advantage .advantage-info .only-info {
    box-shadow: none;
    border: none;
    margin: 0;
}
.main-sevices .services-content .item-of-advantage:hover .advantages-item-link {
    border: 1px solid white;
}
#page .additional-classes-info .additional-name .arrow-round {
    width: 33px;
    margin-left: 15px;
}
#page .additional-classes-page-wrp .video-block-preview {
    border-radius: 0;
}
#page .additional-video-block .additional-video {
    box-shadow: none;
    border-radius: 0;
}
#page .group-info li {
    opacity: 1;
}
#page .wrap-txt-block p {
    color: #000;
}
#page .gradual-content .text-block div {
    color: #000;
    letter-spacing: 0;
}

.gallery-slider img {
    display: block;
    max-width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.dotted-list li {
    color: #000;
    letter-spacing: 0;
}



/* English Nursery & Primary School */

.study-row {
    flex-wrap: nowrap;
    gap: 90px;
    margin: 0;
}
.study-col-left {
    flex: 0 0 684px;
}
.study-col-right {
    flex: 0 1 100%;
}
.main-programs div.text-block .text a,
.main-programs div.text-block a,
.main-programs div.text-block .text, div.text-block p {
    font-size: 16px;
    line-height: 19px;
}
.advantages-block-desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
}



/* REVIEWS */
.reviews-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 67px;
    margin: 0;
    padding: 0;
    float: none;
    clear: both;
}
.review-image img {
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}
.review-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.item-of-review {
    position: relative;
    transition: .3s;
}
.item-of-review.item-of-review-hidden {
    display: none;
}
.reviews-list .item-of-review {
    flex: 0 0 345px;
}
.item-of-review:hover {
    background: linear-gradient(0deg, rgba(35, 44, 119, 0.1), rgba(35, 44, 119, 0.1)), #FFFFFF;
}
.item-of-review-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}


/* GALLERY */

.photogallety-content {
    display: grid;
    grid-template-columns: repeat(4, 298px);
    justify-content: space-between;
    gap: 0 50px;
}
.photogallety-content .col-md-3 {
    width: 100%;
}
.photogallety-content .item-of-gallery .gallery-image img {
    width: 100%;
    height: 190px;
    box-shadow: none;
    border-radius: 0;
}
.photogallety-content .item-of-gallery {
    margin-bottom: 33px;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
}
.photogallety-content .item-of-gallery .gallery-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000;
    letter-spacing: 0;
    text-align: center;
}
.photogallety-content .item-of-gallery .gallery-image {
    height: 190px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 20px;
    max-width: 100%;
    box-sizing: border-box;
}
.photogallery-wrp {
    padding-bottom: 0;
}


#page .main-photogallery-item .teahers-slider-navigation .all-teahers {
    min-width: 264px;
}
.main-photogallery-item .item-of-album__col-img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.main-photogallery-item .item-of-album__col-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.05);
    z-index: 3;
    transition: .3s;
}
.item-of-album__col:hover .item-of-album__col-img::before {
    background-color: rgba(35, 44, 119, 0.3);
}
.main-photogallery-item .item-of-album__col {
    width: 100%;
    margin: 0;
    height: 248px;
    border-radius: 0;
    box-shadow: none;
}
.main-photogallery-item .album-sliders-wrp-columns {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 29px 33px;
    margin-top: 30px;
    padding-bottom: 30px;
}
.main-video-item .teachers-content,
.main-photogallery-item .teachers-content {
    margin-left: 0;
}


.video-gallery-wrap .video-block-youtube .play {
    width: 54px;
    height: 54px;
    background: #1f3068;
    box-shadow: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 0;
    top: calc(50% - 29px);
}
.video-gallery-wrap .video-block-youtube .play:hover {
    background: #1f3068;
}
.video-block-youtube .play:before {
    border-width: 10px 0 10px 14px;
}
.video-gallery-wrap .video-gallery-wrap__item {
    width: 100%;
    height: auto;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    box-shadow: none;
    transform: none!important;
}
div.video-gallery-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
}
.video-gallery-wrap .video-block-preview {
    position: relative;
    left: 0;
    height: 250px;
    min-height: 250px;
    display: block;
    background-position: center;
    background-size: cover;
    transform: none!important;
}
.video-gallery-wrap .video-block-preview:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.05);
    z-index: 3;
    transition: .3s;
}
.video-gallery-wrap__item:hover .video-block-preview:before {
    background-color: rgba(35, 44, 119, 0.3);
}
.video-gallery-wrap .video-gallery-wrap__item-title {
    background-color: transparent;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    padding: 20px;
}
.video-gallery-wrap .video-block-youtube .play:before {
    border-width: 13px 0 13px 19px;
    margin-left: 2px;
}


.photogallety-content .item-of-gallery .gallery-image:hover img {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.photogallety-content .item-of-gallery {
    position: relative;
    overflow: hidden;
}
.photogallety-content .item-of-gallery::before {
    content: "";
    position: absolute;
    width: 100%;
    max-height: 190px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.05);
    z-index: 3;
    transition: .3s;
}
.photogallety-content .item-of-gallery:hover::before {
    background-color: rgba(35, 44, 119, 0.3);
}

.videos-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 30px;
    align-items: flex-start;
    clear: both;
    float: none;
}
.videos-grid-large {

}

.speech-service-desc {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.videos-grid .video-block .play {
    width: 54px;
    height: 54px;
    background: #1f3068;
    box-shadow: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: none;
    margin: 0;
    top: 50%;
}
.videos-grid-large .video-block .play {
    width: 145px;
    height: 145px;
}
.videos-grid .video-block .play:before {
    border-width: 10px 0 10px 14px;
}
.videos-grid-large .video-block .play:before {
    border-width: 35px 0 35px 55px;
    margin-left: 5px;
}
.videos-grid .video-block {
    float: none;
    width: 100%;
    height: 250px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    margin: 0;
    box-shadow: none;
}
.videos-grid .video-block-preview {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0;
}
.videos-grid-large .video-block {
    height: 409px;
}
.speech-service-text {
    font-size: 16px;
    line-height: 19px;
}
.main-speech .gradual-content {
    margin-bottom: 0;
}


.ways-work p {
    margin-bottom: 20px;
}
.num-item {
    min-height: 299px;
    width: 100%;
    background: #232C77;
    border: 3px solid #232C77;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 50px 80px;
    margin-bottom: 30px;
}
.num-item p {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: white;
    margin: 0;
}
.num-item-val {
    position: absolute;
    left: 30px;
}
.num-item-val svg {
    max-width: 106px;
}
.main-speech .teachers-content {
    margin-left: 0;
}
.ways-work li {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    list-style-type: disc;
}
.diagnosis-work-row {
    flex-wrap: nowrap;
    gap: 80px;
}
.diagnosis-work-col-left {
    flex: 0 1 100%;
}
.diagnosis-work-col-right {
    flex: 0 0 586px;
}
.diagnosis-work-col-right img {
    width: 100%;
    max-width: 100%;
    height: 366px;
    object-fit: cover;
}
.ways-work ul:last-child {
    margin-bottom: 0;
}
.main-speech div.text-block {
    margin-bottom: 30px;
}




li .sub-menu {
    top: 30px;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #989898;
    width: max-content;
    min-width: 200%;
    max-width: 300px;
}
.sub-menu li a {
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
}
.header-place-menu {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #989898;
    box-shadow: none;
    margin: 0;
    z-index: 3;
}

.header-phone-menu {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #989898;
    box-shadow: none;
    margin: 0;
    z-index: 3;
    min-width: 170px;
}
.header-phone-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.header-place {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
    word-break: break-word;
}

.site-menu-bottom {
    margin-left: 0;
}
.site-menu-head {
    padding-left: 15px;
}

.header-place-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-contacts-item {
    position: relative;
}

.header-place-menu.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header-place-menu li {
    font-size: 13px;
    line-height: 16px;
    cursor: pointer; 
    transition: .3s;
}
.header-place-menu li:hover {
    text-decoration: underline;
}
.header-contacts-arrow {
    margin-left: 4px;
}

.language-block .dropdown .dropdown-menu {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #989898;
}
.language-block .dropdown .dropdown-menu li .flag .language-name {
    color: #989898;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}
.language-block .dropdown .dropdown-menu li.active .flag .language-name {
    color: #232C77;
}
.language-block .dropdown .dropdown-menu li .flag img {
    width: 24px;
    margin-right: 5px;
}
.language-block .dropdown .dropdown-menu li {
    margin-bottom: 3px;
}
.language-block .dropdown .dropdown-menu li:last-child {
    margin-bottom: 0;
}


body div.asl_w .probox div.asl_simple-circle {
    border: 2px solid #989898;
}
body div.asl_w .probox .proloading {
    width: 24px;
    height: 24px;
    padding: 4px;
}
body div.asl_r .results .item .asl_content h3,
body div.asl_r .results .item .asl_content h3 a {
    font-weight: 400;
    font-size: 12px!important;
    line-height: 15px!important;
    color: #232C77;
    text-shadow: none;
}
body div.asl_r.vertical {
    margin: -1px 0 0 0;
    padding: 0;
    border: 0 solid #989898;
    border-radius: 0;
    box-shadow: none;
    max-width: 200px;
    min-width: 200px;
    width: 200px!important;
}
body div.asl_r .results .item {
    margin: 0;
    padding: 0;

}
body div[id*=ajaxsearchliteres].wpdreams_asl_results .results img.asl_image {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
}
body div.asl_r .results .item .asl_content {
    margin: 0;
    padding: 0;
}
body div.asl_r.asl_w.vertical .results .item::after {
    height: 1px;
    width: 100%;
    background: #989898;
}
body div.asl_r .results {
    border: 1px solid #989898;
}
body div.asl_m .probox .proclose svg {
    fill: #989898 !important;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -5px;
    padding: 0;
    box-shadow: none;
}



.fillials-page-content .item-of-advantage {
    border-radius: 0;
}
.screen-fillial .screen-title {
    max-width: 90%;
}





.uniform-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 35px;
    align-items: flex-start;
    margin-bottom: 30px;
}
.main-uniform img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.form-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}
.main-uniform .text-block p {
    font-size: 16px;
    line-height: 19px;
}
.form-image {
    margin-bottom: 20px;
    position: relative;
}
.uniform-image img {
    height: 400px;
}
.form-image img {
    height: 361px;
}
.fancybox-uniform {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-uniform::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.2);
    z-index: 1;
    transition: .3s;
}

div.small-slider-nav .all-photos {
    background-color: #E62737!important;
}
div.gradual-content li {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 0;
}

.gallery-slider {
    margin: 40px 0 0;
}

#page .gallery-slider .item-of-gal {
    margin: 0 10px;
}
#page .gallery-slider .slick-list {
    margin: 0 -10px;
}

.page-template-default li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 5px;
    letter-spacing: 0;
}
.help-course-desc {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    gap: 250px;
    align-items: center;
    clear: both;
    float: none;
}
div.help-course-desc p {
    width: max-content;
    margin: 0;
    font-weight: bold;
}

div.help-course a,
div.help-course p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 20px;
}
div.help-course-desc a {
    color: #3497C3;
}

div.help-course-img img {
    max-width: 100%;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.help-course-img {
    margin-bottom: 30px;
}
div.custom-page .row,
section.custom-page .row {
    padding: 0;
}



.wpcf7-form .checkbox-text a,
.wpcf7-form .checkbox-text {
    font-size: 12px;
    line-height: 15px;
}
form input[type=checkbox] {
    margin-right: 10px;
}
.form-accept p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-page-documents .panel-default > .panel-heading {
    color: white;
    border-color: rgba(24, 36, 135, 0.8);
    background: rgba(24, 36, 135, 0.8);
}
#accordion .panel-title .glyphicon {
    display: none;
}

.doc-list a {
    color: #3497C3;
}
  
.doc-list .documents-its__desc a,
.doc-list .col-doc-item a {
    color: #3497C3;
}
.doc-list .panel-title a {color: white;}
.doc-list .col-doc-item__img {
    display: none;
}
.anketa-form-wrp {
    max-width:350px;
}
.page-template-page-documents .panel-body ul {
    padding-left: 0;
    list-style-type: none;
}
.panel-body ol li {
    list-style-type: decimal;
}
.doc-list .col-doc-item__name a {
    color: #3497C3;
    text-decoration: underline;
}



div.select-fillial .jq-selectbox__select {
    height: 37px;
    width: 213px;
    line-height: 37px;
    padding: 0 45px 0 15px;
    border-radius: 0;
}
div.jq-selectbox__trigger-arrow {
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDExIDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMCAyTDUuNSA3TDEgMiIgc3Ryb2tlPSIjMjMyQzc3Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
    box-shadow: none;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}
div.select-fillial .jq-selectbox__select .jq-selectbox__select-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 37px;
    color: #232C77;
    font-family: 'ProximaNova-Regular';
    height: 100%;
}
div.select-fillial .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    top: 0;
}
.jq-selectbox.opened .jq-selectbox__trigger {
    transform: rotate(180deg);
}

.teachers-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    gap: 32px 140px;
    align-items: flex-start;
    margin-bottom: 30px;
    clear: both;
    float: none;
    width: 100%;
    padding: 0 15px;
}
.teachers-grid .item-of-teacher {
    padding: 0;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}
#page .teachers-grid .only-image {
    max-width: 100%;
    width: 100%;
    height: 235px;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}
#page .teachers-grid .teachers-image {
    max-width: 100%;
    border-radius: 0 !important;
    width: 100% !important;
    margin: 0;
    overflow: hidden;
    height: 235px;
}
#page .teachers-grid .only-image img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    box-sizing: border-box;
    transform: none !important;
}
.teachers-grid .item-of-teacher-content {
    width: 100%;
}
.teachers-list-col.teachers-list-col-hidden {
    display: none;
}
.btn.load-more-teachers {
    line-height: 40px;
    height: 49px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
}
div.jq-selectbox li {
    min-height: 27px;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #232C77;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
div.jq-selectbox ul {
    margin: 0;
    padding: 1px;
}
div.jq-selectbox li.selected {
    background-color: #232c77;
    color: #fff;
}
.main-teachers .text-block {
    margin-bottom: 20px;
}

.one-news-video iframe {
    max-width: 100%;
}
.one-news-video {
    width: 100%;
    display: flex;
    justify-content: center;
    float: none;
    clear: both;
}
.teacher-desc {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.one-teacher-image {
    width: 100%;
    position: relative;
}
.one-teacher-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.one-teacher-image .play {
    width: 111px;
    height: 111px;
    position: absolute;
    overflow: hidden;
    z-index: 40;
    top: 50%;
    left: 50%;
    background: #1f3068;
    box-shadow: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease-in-out .3s;
    -moz-transition: ease-in-out .3s;
    -ms-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    z-index: 4;
}
.one-teacher-image .play:before {
    content: "";
    display: block;
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 36px;
    margin-left: 5px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
}
.teacher-desc-list {
    width: 100%;
    margin: 0;
    letter-spacing: 0;
}
.teacher-desc-list li {
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 0;
}
.teacher-desc--title {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;   
}
.teacher-work {
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.teacher-info div.text-block p {
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.one-teacher-row {
    display: flex;
}
.teacher-info {
    display: flex;
    width: 100%;
    height: 100%;
}
.teacher-info div.text-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
}
.main-teacher .teachers-wrp .section-title {
    color: var(--ens-blue);
}
.teacher-info div.text-block p:last-child {
    margin-bottom: 0;
}

 

.single-review-row {
    display: flex;
    gap: 68px;
    clear: both;
    float: none;
}
.single-review-left {
    flex: 0 0 576px;
}
.single-review-right {
    flex: 0 1 100%;
}
.one-review-image {
    width: 100%;
    margin: 0;
}
.one-review-image img {
    max-width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.single-review-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 5px;
}
.single-review-row p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}
.single-review-row .all-reviews {
    background: var(--ens-red)!important;
    margin-top: 30px;
}
.single-review-row .all-reviews:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #E62737!important;
}
.one-review-wrp .reviews-list {
    margin-top: 30px;
}
.review-quote p {
    font-weight: bold;
}





.news-page-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-around;
    gap: 60px 100px;
    align-items: flex-start;
    margin-bottom: 30px;
    clear: both;
    float: none;
    width: 100%;
    padding: 0 15px;
    max-width: 1130px;
    margin: 0 auto;
}
.news-item {
    position: relative;
    max-width: 310px;
    width: 100%;
    margin: 0 auto;
}
.news-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000;
    margin-bottom: 10px;
}
.news-excerpt {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 10px;
}
.news-excerpt p {
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -moz-box;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    line-clamp: 8;
    box-orient: vertical;
}
.news-thumbnail {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    height: 190px;
}
.news-thumbnail img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
}
.news-date {
    background: rgba(35, 44, 119, 0.8);
    min-height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.news-item-btn {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    height: 47px;
    border: none;
    box-shadow: none;
    z-index: 3;
}
.news-item:hover .news-item-btn {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #E62737;
}
.news-content {
    min-height: 270px;
    display: flex;
    flex-wrap: wrap;
}
div.pagin-row .wp-pagenavi .current,
div.pagin-row .wp-pagenavi a {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0%;
    overflow: hidden;
    box-shadow: none;
    background: #232c77;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    margin: 0 5px;
}
div.pagin-row .wp-pagenavi .previouspostslink {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0%;
    overflow: hidden;
    box-shadow: none;
    background: #232c77;
    color: #fff;
    font-size: 0;
    line-height: 1;
    margin: 0 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEzIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMyAzLjA3ODc3SDFNMSAzLjA3ODc3TDQuMjY4NTEgMU0xIDMuMDc4NzdMNC4yMzE2MyA1LjIyOTE1IiBzdHJva2U9IndoaXRlIi8+Cjwvc3ZnPgo=)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 12px!important;
    border: none!important;
}
div.pagin-row .wp-pagenavi .nextpostslink {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 0;
    border-radius: 0%;
    overflow: hidden;
    box-shadow: none;
    background: #232c77;
    color: #fff;
    font-size: 0;
    line-height: 1;
    margin: 0 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDMuNDY0MTRINkgxMk0xMiAzLjQ2NDE0TDguNzMxNDkgMS4zODUzOE0xMiAzLjQ2NDE0TDguNzY4MzcgNS42MTQ1MiIgc3Ryb2tlPSJ3aGl0ZSIvPgo8L3N2Zz4K)!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: 12px!important;
    border: none!important;
}
div.pagin-row .wp-pagenavi .first, .pagin-row .wp-pagenavi .last {
    width: 130px;
    border-radius: 0!important;
    /* display: none; */
}
div.pagin-row .wp-pagenavi .current {
    background: var(--ens-red);
}
div.pagin-row {
    float: none;
    clear: both;
    width: 100%;
    padding: 60px 0 0;
}


.one-news-info {
    width: 100%;
}
.one-news-image {
    flex: 0 0 608px;
}
.one-news-image img {
    width: 100%;
    min-height: 296px;
    height: auto;
    max-height: 700px;
    object-fit: cover;
    object-position: center;
}

.one-news-info {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.one-news-image {
    float: left;
    width: 608px;
    max-width: 608px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.one-news-text a,
.one-news-text div,
.one-news-text p,
.one-news-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.one-news-text div div {
    margin-bottom: 10px;
}
.post-content-wrapper {
    width: 100%;
    max-width: 100%;
}

.main-posts .news-content {
    min-height: 120px;
}
.category-events .news-item .play-video {
    position: absolute;
    width: 36px;
    height: 36px;
    left: calc(50% - 15px);
    top: calc(50% - 30px);
    z-index: 3;
    box-shadow: none!important;
    border: none!important;
    background: transparent !important;
}
.category-events .news-item .play-video .teacher-link {
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #1f3068 !important;
    -webkit-box-shadow: none;
    box-shadow: none!important;
    border: none!important;
}
.study-page-content .col-md-12 {
    clear: both;
    float: none;
}
.study-dir {
    display: flex;
    justify-content: center;
    max-width: 1090px;
    gap: 70px;
    clear: both;
    float: none;
    margin: 70px auto 70px;
}
.study-dir-col {
    flex: 0 1 100%;
}
.study-dir-col:nth-child(1) {
    flex: 0 0 398px;
    padding: 52px 0 0;
}
.study-dir-image {
    margin-bottom: 20px;
}
.study-dir-image img {
    max-width: 100%;
    width: 100%;
    height: 490px;
    object-position: center;
    object-fit: cover;
}
div.videos-study .video-block {
    height: 485px;
}
.study-dir-subimage img {
    max-width: 100%;
}
.study-dir-info,
.study-dir p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 10px;
}
.study-dir ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.study-dir li {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-bottom: 10px;
}
body[class*="paged-"] .study-dir {
    display: none;
}
body[class*="paged-"] .videos-study {
    margin-bottom: 120px;
}

.gradual-desc,
.gradual-desc p,
.gradual-desc h4 {
    font-size: 16px;
    line-height: 19px;
    color: white;
}
.gradual-wrp img {
    max-width: 100%;
}
.gradual-desc h4 {
    font-weight: 700;
    font-size: 50px;
    line-height: 61px;
    text-align: center;
    margin-bottom: 20px;
}
.gradual-desc br {
    display: none;
}
.gradual-row {
    flex-wrap: nowrap;
    align-items: center;
    clear: both;
    float: none;
    padding: 120px 0;
}
.about-gradual img {
    height: 415px;
    object-fit: cover;
    object-position: center;
}
.about-gradual {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.about-gradual-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}
.about-gradual p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
}
.gradual-wrp .showmore-wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    width: 100%;
}
.another-articles {

}
section.reviews-wrp .reviews-row {
    justify-content: center;
}
.page-template-page-gradual .all-reviews-row {
    display: none;
}

#page .gradual-wrp .home-quote-block .quote {
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 50px;
}
.gradual-desc .col-12 {
    padding: 0 15px;
}
.gradual-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #000;
}
.gradual-row img {
    width: 100%;
    height: 467px;
    object-fit: cover;
    object-position: center;
}

 


.catering-box img {
    max-width: 100%;
}
.catering {
    float: none;
    clear: both; 
}
.catering-box {
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
    clear: both;
    gap: 30px;
}
.catering-box .item-of-teacher {
    max-width: 270px;
    padding: 0;
}
.catering-box .item-of-teacher .only-image {
    max-width: 100%;
    width: 100%;
    height: 230px;
    display: block;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    box-sizing: border-box;
}
.catering-box .item-of-teacher img {
    max-width: 100%;
    object-fit: cover;
    object-position: 50% 15%;
}
.catering-box .item-of-teacher:nth-child(2n) .item-of-teacher-content {
    background-color: #E62737;
}
#page .catering-box .teachers-name {
    font-size: 20px;
    line-height: 24px;
}
div.principies-of-food-content {
    max-width: 1130px;
    margin: 0 auto;
    clear: both;
    float: none;
}
.item-of-food img {
    display: block;
    object-fit: cover;
    object-position: center;
    margin-bottom: 2rem;
    max-width: 310px;
    height: 190px;
}
.page-template-page-eat .main-eat .hide-full-block {
    max-height: max-content;
    overflow: visible;
}


.meal-schedule {
    margin: 60px 0 0;
}
.meal-schedule-row {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 935px;
    margin: 0 auto;
    clear: both;
    float: none;
    gap: 150px;
}
.schedule-icon {

}
.schedule-icon img {
    max-width: 133px;
    height: auto;
}

.box-dekor {
    position: relative;
    background-color: white;
    box-shadow: 0px 4px 20px rgba(188, 188, 188, 0.2);
    padding: 30px;
    overflow: hidden;
}
.box-dekor:before {
    content: '';
    display: block;
    width: 207px;
    height: 233px;
    position: absolute;
    right: -29px;
    top: 31px;
    background: url(../imgs/icon-dekor.svg) no-repeat;
    background-size: 100% 100%;
}            

.schedule-subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 2rem;
}
.schedule-box {
    flex: 0 0 370px;
}
.schedule-box .btn {
    width: 100%;
    display: flex;
    padding: 0 12px;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
.schedule-box .btn:last-child {
    margin-bottom: 0;
}
ul.eating-schedule {
    padding: 0;
    margin: 0 0 10px;
    list-style-type: none;
}
ul.eating-schedule li {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
}
.item-of-rule {
    width: 100%;
}
.item-rule-header {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    height: 190px;
}
.item-rule-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(35, 44, 119, 0.8);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: white;
    text-align: center;
    margin: 0;
    padding: 10px;
}
.item-rule-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.food-rules-content {
    flex-wrap: wrap;
}
.food-rules-col:nth-child(10) {
    order: 9;
}
.food-rules-col:nth-child(9) {
    order: 10;
}
.food-rules-col:nth-child(11) {
    order: 11;
}
.food-rules-col:nth-child(12) {
    order: 12;
}
.item-rule-img {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.item-rule-img img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.item-rule .text-block p {
    margin: 0;
}
div.item-rule .text-block {
    margin-bottom: 0;
}
section.food-rules-wrp {
    padding: 0;
    margin: 120px 0 0;
}
.videos-grid-large .video-block-eat {
    height: 470px;
}

.working-desc {
    width: 100%;
}
.working-desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 2rem;   
}
.working-desc p:last-child {
    margin-bottom: 0;
}

.vacancy-form-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.vacancy-form .vacancy-form-title {
    width: 100%;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
}
.vacancy-form p {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 2rem;
    width: 100%;
}
.vacancy-form {
    padding: 30px 0;
}


#fillial-contacts a, 
#fillial-contacts p, 
#fillial-contacts .section-title{
    color: white;
}


.fillial-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    clear: both;
    float: none;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: white;
}
.fillial-box-item {
    display: flex;
    align-items: center;
    max-width: 330px;
}
.fillial-box-item  svg {
    max-width: 30px;
    min-width: 27px;
    margin-right: 20px;
}
.fillial-box-item strong {
    display: none;
}


.preloader {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 99999;
    align-items: center;
    background-color: white;
}
.preloader span {
    position: absolute;
    display: block;
    bottom: 50%;
    width: 9px;
    height: 5px;
    background: #232c77;
    opacity: 1;
    -webkit-animation: slickpr 1.5s infinite ease-in-out;
    animation: slickpr 1.5s infinite ease-in-out;
    left: calc(25% + 25px);
}
.preloader span:nth-child(2) {
    left: calc(25% + 36px);
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.preloader span:nth-child(3) {
    left: calc(25% + 47px);
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.preloader span:nth-child(4) {
    left: calc(25% + 58px);
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.preloader span:nth-child(5) {
    left: calc(25% + 69px);
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
@keyframes slickpr{
  0%{height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:.25}
  25%{height:30px;-webkit-transform:translateY(15px);transform:translateY(15px);-webkit-transform:translateY(15px);transform:translateY(15px);background:#232c77;opacity:1}
  50%{height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:.25}
  100%{height:5px;-webkit-transform:translateY(0px);transform:translateY(0px);-webkit-transform:translateY(0px);transform:translateY(0px);opacity:.25}
}


.onegino-items__row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 120px;
    margin: 0;
    justify-content: space-between;
}
.onegino-items__item span {
    display: inline;
}
.onegino-items__item {
    overflow: hidden;
    position: relative;
    box-shadow: none;
    max-width: 270px;
    width: 100%;
    margin: 0 auto 30px;
    border-radius: 0;
}
.onegino-items__item:nth-child(6),
.onegino-items__item:nth-child(2) {
    margin: 0;
}
.onegino-items__item:nth-child(9),
.onegino-items__item:nth-child(5) {
    margin: 0;
    margin-left: auto;
    margin-right: 0;
}
.onegino-items__item--gall{

}
.fillial-invite p {
    text-align: center;
}
.onegino-item__img{
      height: 210px;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
}
.onegino-item h4{
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        margin-bottom: 10px;
        margin-top: 20px;
        text-align: left;
}
.onegino-item__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin: 0;
}
.onegino-item__btn {
      margin: 10px 0 5px;
      transition: .3s;
      text-decoration: none;
      border-radius: 23px;
      background: #74af34;
      color: #fff;
      padding: 0 20px;
      height: 26px;
      line-height: 26px;
      display: block;
      max-width: 120px;
      text-align: center;
}
.onegino-item__btn:hover,
.onegino-item__btn:active{
      text-decoration: none;
      color: white;
      box-shadow: 1px 2px 5px 1px #5a9020;
}
.onegino-item__img img{
      max-width: 100%;
      width: 100%;
      height: auto;
}
.onegino-item__img{
      position: relative;
}
.onegino-item__link{
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
}
.onegino-item__showalbum {
    background: rgba(35, 44, 119, 0.8);
    min-height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: white;
}
.onegino-item__img {
    height: 190px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.fillial-grid-bg {
    width: 100%;
    height: 235px;
    background-color: #232C77;
    padding: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    position: relative;
}
.fillial-grid-bg::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 152px;
    height: 72px;
    background-image: url(../imgs/icons/white-dekor.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.fillial-grid-bg::after {
    content: '';
    position: absolute;
    right: -42px;
    bottom: -5px;
    width: 140px;
    height: 153px;
    background-image: url(../imgs/icons/white-dekor-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.fillial-grids-row {
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    gap: 0 100px;
    margin: 0 auto;
}
.fillial-grid-red .fillial-grid-bg {
    background-color: #E62737;
}
.fillial-grid-red .fillial-grid-bg::before {
    left: auto;
    right: 0;
}
.fillial-grid-red .fillial-grid-bg::after {
    content: none;
}
.fillial-grid {
    margin-bottom: 30px;
    flex: 0 0 300px;
}
#fillial-grids .section-title {
    text-align: center;
}

.fillial-map-wrp {
    height: 374px;
    border-radius: 0;
}
.fillial-doings-row {
    display: flex;
    justify-content: space-between;
    gap: 0 100px;
    flex-wrap: wrap;
    clear: both;
    float: none;
    padding: 0 15px;
}
.fillial-doings-col {
    flex: 0 0 268px;
}
.fillial-advantage {
    position: relative;
}
.fillial-advantage-image {
    width: 100%;
}
.fillial-advantage-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border: none;
    display: block;
}
.fillial-advantage-info {
    background-color: #232C77;
    min-height: 90px;
    max-width: calc(100% - 60px);
    margin: 0 auto;
    padding: 12px;
    transform: translateY(-45px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fillial-advantage-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.fillial-advantage-info p {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: white;
    position: relative;
    z-index: 1;
}
.fillial-advantage .advantages-item-link {
    border: 1px solid white;
}
.fillial-advantage:hover .advantages-item-link {
    border: 1px solid #232C77;
}
.fillial-advantage-info::before {
    content: '';
    position: absolute;
    width: 59px;
    height: 67px;
    background-image: url(/wp-content/themes/englishnursery/imgs/icons/and.svg);
    background-repeat: no-repeat;
    background-size: 59px;
    left: 10px;
    top: 11px;
}


.page-template-page-fillial_item div.teachers-slider .item-of-teacher {
    height: auto;
}
div.item-of-teacher-content {
    width: 100%;
}
.page-template-page-fillial_item #fillial-doings {
    margin: 120px 0 0;
}
.page-template-page-fillial_item .teachers-content {
    margin-left: 0;
    margin-right: 0;
}


.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    clear: both;
    width: 100%;
    border: none;
    box-shadow: none;
    margin-bottom: 30px;
}
.nav-tabs > li > a {
    margin: 0;
    background-color: transparent;
    border: 1px solid #E62737;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #E62737;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    min-height: 49px;
}
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus {
    color: white!important;
    background-color: #E62737!important;
    border: 1px solid #E62737!important;
    box-shadow: none;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: white!important;
    background-color: #E62737!important;
    border: 1px solid #E62737!important;
}
.nav-tabs > li {
    position: relative;
    display: block;
    margin: 0 15px;
}

.tab-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 30px;
}
.tab-gallery-col {

}
.tab-gallery-col img {
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: center;
}
.fillial-gallery .tab-pane {
    text-align: center;
}
.fillial-gallery .tab-pane .btn {
    margin: 30px auto 0;
}

.screen-fillial-links {
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 3;
}
.screen-fillial-links a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: white;
    margin: 0 0 10px;
}
.screen-fillial-links a svg {
    max-width: 24px;
    margin-right: 5px;
}


.screen-video-play {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM2IiBoZWlnaHQ9IjEzOCIgdmlld0JveD0iMCAwIDEzNiAxMzgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxlbGxpcHNlIGN4PSI2OCIgY3k9IjY5IiByeD0iNTgiIHJ5PSI1OSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOTUgNjguNTUyMUw1Mi42ODgxIDkyLjEwNDJWNDVMOTUgNjguNTUyMVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: 116px;
    background-position: center;
    transition: .3s;
    border-radius: 100%;
}
.screen-video-play:hover {
    opacity: .7;
}
.screen-video {
    position: relative;
}
.screen-video .play-video {
    position: absolute;
    width: 116px;
    height: 116px;
    z-index: 4;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    margin: 0;
    padding: 0;
    background: transparent;
}

.promo-box {
    display: flex;
    height: 504px;
    align-items: center;
}
.promo-box > img {
    flex: 0 0 384px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.promo-content {
    flex: 0 1 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 90px;
}
.promo-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 60px 0 40px;
    width: calc(100% + 50px);
    margin-left: -10px;
}
.promo-slider .promo-item {
    padding: 0;
    box-shadow: 4px 4px 23.8px #C0C0C0;
    overflow: hidden;
    margin: 0 30px;
    box-sizing: border-box;
}
#page .promo-slider .slick-arrow {
    position: absolute;
    top: calc(50% - 16.5px);
}
#page .promo-slider .slick-prev {
    left: -20px;
}
#page .promo-slider .slick-next {
    right: -53px;
    left: auto;
}
.promo-slider .slick-dots {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    justify-content: center;
}
.fillial-places {
    margin-top: 80px;
}
.promo-item p {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}
#page .promo-item .section-title {
    margin-bottom: 10px;
    position: relative;
}
#page .promo-item .section-title img {
    position: absolute;
    top: 0;
    left: -26px;
    max-width: 45px;
}
.promo-item .btn {
    margin-top: 10px;
    height: 49px;
}


div.connect-form-wrp {
    background-color: white;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.fb-modal .fancybox-close-small {
    font-size: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk3NzUgMTMuMDAwMkwyMS43OTQ3IDUuMTgxNThDMjIuMDY0NyA0LjkxMTU1IDIyLjA2NDcgNC40NzI1NiAyMS43OTQ3IDQuMjAyNTNDMjEuNTI0NyAzLjkzMjQ5IDIxLjA4NTggMy45MzI0OSAyMC44MTU5IDQuMjAyNTNMMTIuOTk4NiAxMi4wMjExTDUuMTgxMzggNC4yMDI1M0M0LjkxMTM5IDMuOTMyNDkgNC40NzI0OCAzLjkzMjQ5IDQuMjAyNDkgNC4yMDI1M0MzLjkzMjUgNC40NzI1NiAzLjkzMjUgNC45MTE1NSA0LjIwMjQ5IDUuMTgxNThMMTIuMDE5NyAxMy4wMDAyTDQuMjAyNDkgMjAuODE4OEMzLjkzMjUgMjEuMDg4OCAzLjkzMjUgMjEuNTI3OCA0LjIwMjQ5IDIxLjc5NzhDNC4zMzgxOCAyMS45MzM1IDQuNTE1NCAyMiA0LjY5MjYzIDIyQzQuODY5ODUgMjIgNS4wNDcwOCAyMS45MzIxIDUuMTgyNzYgMjEuNzk3OEwxMyAxMy45NzkyTDIwLjgxNzIgMjEuNzk3OEMyMC45NTI5IDIxLjkzMzUgMjEuMTMwMSAyMiAyMS4zMDc0IDIyQzIxLjQ4NDYgMjIgMjEuNjYxOCAyMS45MzIxIDIxLjc5NzUgMjEuNzk3OEMyMi4wNjc1IDIxLjUyNzggMjIuMDY3NSAyMS4wODg4IDIxLjc5NzUgMjAuODE4OEwxMy45ODAzIDEzLjAwMDJIMTMuOTc3NVoiIGZpbGw9IiMxNTE1MjgiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
    width: 26px;
    height: 26px;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 25px;
    padding: 0;
}
.fb-modal .fancybox-close-small:hover {
    background-color: transparent;
    box-shadow: none;
    border: none;
    opacity: .8;
}
.ens-form-title,
div.fb-modal .section-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 15px;
}
div.fb-modal {
    width: 506px;
}

form .basic-input {
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    height: 37px;
    border: 1px solid #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
}
form label {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin: 0;
    display: block;
}
.ens-form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 0 20px;
}
.ens-form-item {
    margin-bottom: 20px;
    position: relative;
}
.ens-form br {
    display: none;
}
.ens-form p {
    line-height: 1;
    margin: 0;
}
form textarea.basic-input {
    min-height: 81px;
    width: 100%;
    max-width: 100%;
    max-height: 100px;
}
.wpcf7-form-control-wrap {
    width: 100%;
    max-width: 100%;
}

.ens-form-accept label {
    display: flex;
}
.select-fillial .jq-selectbox__select {
    border: 1px solid #000;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ens-form .jq-selectbox__dropdown {
    top: 37px!important;
}
.ens-form .wpcf7-list-item {
    margin: 0;
}
.ens-form .wpcf7-form-control-wrap {
    margin-top: 10px;
}
.ens-form div.jq-selectbox li:nth-child(1) {
    display: none;
}
.ens-form-accept .wpcf7-form-control-wrap {
    width: max-content;
    max-width:  max-content;
    margin: 0;
}
.ens-form span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
}
.ens-form .btn.send {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    height: 37px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 0;
}
form .basic-input::placeholder {
    color: rgb(0 0 0 / 50%);
}
form .basic-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(0 0 0 / 50%);
}
form .basic-input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(0 0 0 / 50%);
}
form .basic-input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: rgb(0 0 0 / 50%);
}

.ens-form .wpcf7-not-valid {
    border: 1px solid #d83645;
}
.ens-form div.select-fillial .jq-selectbox__select .jq-selectbox__select-text {
    color: rgb(0 0 0 / 50%);
}
.ens-form div.select-fillial.changed .jq-selectbox__select .jq-selectbox__select-text {
    color: #000;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 9999s ease-in-out 0s;
}

div.success-modal {
    overflow: hidden;
    padding: 60px;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #232C77;
    width: 506px;
}
div.success-modal .demo-modal__thanks {
    font-weight: 800;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    margin: 0 0 5px;
}
div.success-modal .demo-modal__message {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: white;
    margin: 0 0 10px;
}
div.success-modal .socials {
    width: 100%;
    justify-content: center;
    margin: 0 auto;
}
div.success-modal .fancybox-close-small {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: white;
    font-weight: 200;
    background-color: transparent;
    font-size: 30px;
}
div.success-modal .fancybox-close-small:hover {
    opacity: .8;
}
.ens-form div.jq-selectbox li {
    color: #000;
    justify-content: center;
    text-align: center;
}
.ens-form div.jq-selectbox li:hover {
    color: white;
}
.ens-form .btn.send:disabled,
.btn.disabled,
.btn[disabled] {
    opacity: .5;
}
.ens-form-accept span.wpcf7-not-valid-tip {
    display: none;
}
.ens-form .ens-form-accept .wpcf7-not-valid {
    border: none;
}

form input[type=checkbox] {
    width: 18px;
    height: 18px;
    background-image: none;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #000;
}
form input[type=checkbox]:checked {
    width: 18px;
    height: 18px;
    background: url(/wp-content/themes/englishnursery/imgs/icons/checkbox-checked.svg) no-repeat;
    background-size: 12px;
    background-position: center;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #000;
}
.ens-form .ens-form-accept .wpcf7-not-valid input[type=checkbox] {
    border: 1px solid #d83645; 
}
.ens-form div.jq-selectbox li.selected {
    color: #fff;
}

.slider-wrapper {
    position: relative;
    width: 100%;
}
.promo-slider {
    overflow: hidden;
    max-height: 604px;
}

.promo-slider.slick-initialized {
    overflow: visible;
    max-height: max-content;  
}

.nav-list .__current {
    font-weight: bold;
}

.slick-arrow.slick-prev {
    background: url(/wp-content/themes/englishnursery/imgs/icons/arrow-prev.svg) no-repeat;
    background-size: 12px;
    background-position: center center;
    background-color: #232C77;
}
.slick-arrow.slick-next {
    background: url(/wp-content/themes/englishnursery/imgs/icons/arrow-next.svg) no-repeat;
    background-size: 12px;
    background-position: center center;
    background-color: #232C77;
}
.slider-white-prevue {
    position: relative;
}
.slider-white-prevue::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 222;
    left: 0;
    top: 0;
}
.preloader-slider {
    text-align: center;
    justify-content: center;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




.fillials-page-wrp .item-of-advantage .advantage-info .only-info .name {
    font-family: 'ProximaNova-Regular';
}
.screen-fillial .screen-title {
    margin-bottom: 3rem;
}


div.ens-header-dis__list {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #989898;
    box-shadow: none;
    margin: 0;
    z-index: 3;
    display: block;
}
div.ens-header-dis__list.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
div.ens-header-dis__list li a {
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    transition: .3s;
    color: #000;
    white-space: normal;
}
.fb-modal .wpcf7-spinner {
    position: absolute;
    bottom: -32px;
    left: calc(50% - 12px);
    margin: 0;
}
form div.ens-form-row .jq-selectbox__select,
div.ens-form-row .jq-selectbox__select {
    width: 100%;
}
form div.ens-form-row .jq-selectbox,
div.ens-form-row .jq-selectbox {
    width: 100%;
}
#page .other-teachers-slider .item-of-teacher .teachers-image .only-image {
    width: 100%;
    height: 100%;
}
#page .other-teachers-slider .item-of-teacher {
    margin: 0;
    box-shadow: none;
    border: none;
}
#page .other-teachers-slider .item-of-teacher {
    margin: 0 15px;
}
#page .item-of-teacher .only-image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    box-sizing: border-box;
    transform: none !important;
}
#page .item-of-teacher .only-image,
#page .item-of-teacher .only-image img  {
    height: 235px;
}

#page .col-medical-desc p,
div.col-medical-desc p {
    color: #000;
    letter-spacing: 0;
}

body .bvi-body[data-bvi-theme="white"] #page img {
    background-color: transparent !important;
}
body .bvi-body[data-bvi-theme="white"] #page .item-of-review-link:hover {
    background: transparent !important;
}
body .bvi-body[data-bvi-theme=white] #page .open-menu {
    font-size: 0 !important;
}
body .bvi-body[data-bvi-theme="white"] #page .item-of-study-link .link svg path,
body .bvi-body[data-bvi-theme="white"] .advantages-item-link svg path {
    stroke: #000!important;
}
body .bvi-body[data-bvi-theme="white"] #page #content .jq-selectbox__trigger-arrow {
    border: none !important;
}
body .bvi-body[data-bvi-theme="white"] #page .btn {
    display: flex;
    min-height: 49px;
}
body .bvi-body[data-bvi-theme="white"] .bg-blue::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(35, 44, 119, 0.1);
    z-index: 1;
    transition: .3s;
}

.fillials-map-mob {
    display: none;
}

.item-of-advantage .advantage-image img,
.advantage-image__imgs {
    font-size: 0;
}

.item-hidden-link {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

 
.video-container {
    max-width: 800px;
    margin: 0 auto;
    background: #000;
}
.player-fill {
width: 100%;
height: 100%;
min-height: 560px;
object-fit: cover;
object-position: center;
}
.video-iframe {
    width: 100%;
    min-height: 560px;
    height: 560px;
}
.video-box {
  position: relative;
  overflow: hidden;
}
.video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}




.video-box {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    overflow: hidden;
}
  
  /* Превью с фоновым изображением */
.video-preview {
    width: 100%;
    padding: 20px; 
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 560px;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
    background-color: var(--bs-blue);
    transition: .3s;
}
.video-preview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bs-blue);
    transition: .3s;
}
.video-preview::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/video/video-pattern.svg') repeat;
    opacity: 1;  
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    background-color: var(--bs-blue);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 2px solid white;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 5;
    cursor: pointer;
}
.play-button:hover {
    background-color: var(--bs-blue-hover);
}
.play-button:active {
    background-color: var(--bs-blue-active);
} 
.play-button::before {
    content: '';
    border-style: solid;
    border-width: 15px 0 15px 25px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px;
}

.video-box iframe {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 620px;
    border-radius: var(--bs-border-radius);
    overflow: hidden;
}




@media only screen and (max-width: 767px) {
    .player-fill {
        min-height: 347px;
    }
    .video-iframe {
        width: 100%;
        height: 347px;
        min-height: 347px;
    }
    .video-box iframe {
        height: 347px;
        min-height: 347px;
        max-height: 347px;
    }
    .video-preview {
        min-height: 347px;
    }


}





































@media only screen and (min-width: 992px) {
    .logo-and-contacts .phone {font-size: 18px;letter-spacing: 0.3px;}
    .botomline-content .col-lg-3 {padding-left: 0;}
}
@media only screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
    .home .item-of-teacher-content {
        padding: 20px 15px;
        min-height: 170px;
    }
    #page .teachers-name {
        margin-bottom: 15px;
    }



}
@media only screen and (min-width: 1200px) {
    .botomline-content {
        padding-right: 30px;
        padding-left: 15px;
    }
    .adv-studies-row {
        justify-content: space-between;
        display: flex;
        max-width: 100%;
    }
    .row-home-quote {
        margin: 0;
    }




}
@media only screen and (min-width: 1281px) {
    .fillial-doings-row {
        justify-content: flex-start;
    }


}
@media only screen and (min-width: 1800px) {
    .header .topline-content {
        width: 1500px;
    }
    .container {
        width: 1530px;
    }
    .socials {
        margin: 0 80px;
    }
    .container-full {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
    }
    .screen img {
        min-height: 839px;
    }
    .services-content .item-of-advantage .advantage-info {
        padding: 64px 55x;
        min-height: 322px !important;
    }
    .main-sevices .item-of-advantage .advantage-info .only-info .text {
        font-size: 20px;
        line-height: 24px;
    }
    .main-sevices .item-of-advantage .advantage-info .only-info .name {
        font-size: 20px;
        line-height: 24px; 
    }
    .home .item-of-teacher .teachers-image .only-image img, 
    #page .item-of-teacher .teachers-image .only-image img {
        object-position: 50% 20%;
    }





}
@media only screen and (max-width: 1900px) {
    .teachers-grid {
        gap: 32px 60px;
    }
    .screen img {
        min-height: 600px;
        max-height: 600px;
    }





}
@media only screen and (max-width: 1800px) {
    .video-block-tour {
        height: 100%;
    }
    .showmore {
        margin-top: 10px;
    }
    #page .teachers-slider .item-of-teacher {
        margin: 0 15px;
    }
    #page .teachers-slider .slick-list {
        margin: 0 -15px;
    }



}
@media only screen and (min-width: 1200px) and (max-width: 1800px) {
    .container-full {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto;
    }
    .home-screen .row {
        gap: 20px;
    }
    .home-screen {
        margin-bottom: 2rem;
    }
    .home-box {
        max-width: 585px;
    }
    .about-col-right {
        flex: 0 0 530px;
    }
    .about-block .row {
        gap: 10px;
    }
    .mt-120 {
        margin-top: 10rem;
    }
    .screen img {
        min-height: 562px;
        max-height: 566px;
    }
    .info-block .bg-block {
        min-height: 232px;
    }
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .custom-page .section-title,
    .custom-page h1,
    h2.section-title, 
    .section-title {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 20px;
    }
    .text-20 {
        font-size: 18px;
        line-height: 22px;
    }
    .about-block p {
        font-size: 18px;
        line-height: 22px;
    }

    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .custom-page .section-title,
    .custom-page h1,
    h2.section-title, 
    .section-title {
        font-size: calc(40px + (50 - 40) * ((100vw - 1200px) / (1800 - 1200)));
        line-height: calc(49px + (61 - 49) * ((100vw - 1200px) / (1800 - 1200)));
    }
    .quote-block img {
        max-width: 351px;
        max-height: 160px;
    }
    .quote-block p {
        font-size: 30px;
        line-height: 37px;
    }
    .quote-block .quote-row {
        gap: 100px;
    }
    .quote-block-col-left {
        flex: 0 0 351px;
    }
    .advantages-item {
        max-width: 300px;
        margin-bottom: 36px;
    }
    .advantages-item-img img {
        height: 202px;
    }
    .advantages-item-desc {
        padding: 30px;
        min-height: 145px;
        max-width: 229px;
    }
    .header-contacts {
        gap: 10px;
    }







}
@media only screen and (max-width: 1680px) {
    p {
        font-size: 14px;
        line-height: 17px;
            font-size: 16px;
        line-height: 19px;
    }
    .header-contacts {
        gap: 10px;
    }
    .link {
        font-size: 14px;
        line-height: 17px;
    }
    .home-screen .row {
        gap: 20px;
    }
    .home-screen {
        margin-bottom: 2rem;
    }
    .info-block .bg-block {
        min-height: 232px;
    }
    .home-box {
        max-width: 585px;
    }
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .custom-page .section-title,
    .custom-page h1,
    h2.section-title, 
    .section-title {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 20px;
    }
    .text-20 {
        font-size: 18px;
        line-height: 22px;
    }
    .about-block p {
        font-size: 18px;
        line-height: 22px;
    }
    .about-col-right {
        flex: 0 0 530px;
    }
    .about-block .row {
        gap: 10px;
    }
    .mt-120 {
        margin-top: 10rem;
    }
    .screen-title {
        font-size: 50px;
        line-height: 50px;
    }
    .screen-desc {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 3rem;
    }
    .quote-block img {
        max-width: 351px;
        max-height: 160px;
    }
    .quote-block p {
        font-size: 30px;
        line-height: 37px;
    }
    .quote-block .quote-row {
        gap: 100px;
    }
    .quote-block-col-left {
        flex: 0 0 351px;
    }
    .advantages-item {
        max-width: 300px;
        margin-bottom: 36px;
    }
    .advantages-item-img img {
        height: 202px;
    }
    .advantages-item-desc {
        padding: 27px;
        min-height: 195px;
        max-width: 230px;
    }
    .arrow-round {
        width: 33px;
        height: 33px;
    }
    .advantages-item-link {
        position: absolute;
        bottom: -16.5px;
        left: calc(50% - 16.5px);
    }
    .advantages-item-desc p {
        font-size: 14px;
        line-height: 17px;
        font-size: 16px;
        line-height: 19px;
    }
    .values-item h5 {
        margin-bottom: .5rem;
    }
    .adv-studies {
        padding: 30px 0 0;
    }
    .adv-studies-item {
        margin-bottom: 30px;
    }
    .adv-studies-col {
        max-width: 520px;
    }
    .adv-studies-row {
        gap: 0 30px;
        max-width: calc(2 * 530px + 0);
    }
    .programm-block-right {
        flex: 0 0 468px;
    }
    .programm-block-img {
        max-width: 100%;
        height: max-content;
    }
    .programm-block-row {
        gap: 56px;
    }
    .programm-block p {
        font-size: 14px;
        line-height: 17px;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }
    .slat-block {
        padding: 30px 0;
    }
    .slat-block p {
        font-size: 2.2rem;
        line-height: 2.7rem;
    }
    .btn {
        font-size: 14px;
        line-height: 17px;
        height: 47px;
    }
    .slat-block .btn {
        min-width: 226px;
    }
    .programm-block .btn {
        min-width: 165px;
    }
    .home-screen .btn {
        min-width: auto;
    }
    .mission-col-left {
        width: 330px;
    }
    .mission-block p {
        font-size: 14px;
        line-height: 17px;
        font-size: 16px;
        line-height: 19px;
    }
    .mission-block .btn {
        min-width: 234px;
    }
    .mission-block .quote-text {
        font-size: 20px;
        line-height: 24px;
        max-width: 670px;
    }
    #page .teachers-slider .item-of-teacher {
        margin: 0 15px;
    }
    #page .teachers-slider .slick-list {
        margin: 0 -15px;
    }
    #page .teachers-slider .item-of-teacher .teachers-image .only-image,
    .item-of-teacher .teachers-image .only-image,
    .home .item-of-teacher .teachers-image .only-image {
        height: 235px;
    }
    .item-of-teacher-content {
        padding: 30px 15px 15px 20px;
        min-height: 202px;
    }
    #page .teachers-descript {
        font-size: 15px;
        line-height: 18px;
    }
    #page .teahers-slider-navigation .all-teahers {
        margin-left: 40px;
        height: 47px;
    }
    .home-quote-block {
        margin-top: 20px;
    }
    .quote-block .quote-author {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
    }
    .reviews-wrp {
        padding: 100px 0 0;
    }
    .reviews-row {
        gap: 67px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .item-of-review {
        padding: 30px;
        flex: 0 1 30%;
    }
    .read-full {
        font-size: 14px;
        line-height: 17px;
    }
    .special-offer-title {
        font-size: 40px;
        line-height: 49px;
    }
    .special-offer-subtitle {
        font-size: 26px;
        line-height: 32px;
    }
    .special-offer-right {
        flex: 0 0 530px;
    }
    .special-offer-img {
        max-width: 100%;
    }
    .special-offer .special-offer-icon {
        max-width: 129px;
        right: -55px;
        top: -45px;
    }
    .special-offer {
        padding: 40px 0;
    }
    .news-image-full,
    .item-of-news.full {
        height: 378px;
    }
    .item-of-news.small {
        margin: 0 0 27px;
        max-height: 108px;
    }
    .news-image-bg {
        min-width: 134px;
        width: 134px;
        height: 108px;
        margin-right: 30px;
        padding: 30px;
    }
    .news-image-full {
        padding: 20px;
    }
    .item-of-news.small:last-child {
        margin-bottom: 0;
    }
    .news-right {
        height: 378px;
    }
    .panel-body a,
    .panel-body p,
    .panel-body li {
        font-size: 16px;
        line-height: 19px;
    }
    .panel-heading a {
        font-size: 18px;
        line-height: 22px;
        min-height: 42px;
    }
    .fillials-info-list li .info-val.link, .fillials-info-list li .info-val a, .fillials-info-list li .info-val {
        font-size: 14px;
        line-height: 17px;
    }
    .footer {
        margin-top: 50px;
    }
    .fillials-info-list svg {
        max-width: 28px;
        max-height: 23px;
    }
    .fillials-info-list li {
        margin-bottom: 15px;
    }
    .about-block h2:not(.section-title) {
        font-size: 18px;
        line-height: 22px;
    }
    .showmore {
        height: 47px;
    }
    .adv-studies-item p {
        font-size: 18px;
        line-height: 22px;
    }
    .about-main .mission-col-left .mission-email,
    .about-main .mission-col-left a,
    .about-main .mission-col-left p {
        font-size: 16px;
        line-height: 19px;
    }
    .services-content .item-of-advantage .advantage-info {
        padding: 50px 40px;
        min-height: 290px !important;
    }
    .advantages-block-desc {
        margin-bottom: 20px;
    }
    .study-row {
        gap: 30px;
    }
    .study-col-left {
        flex: 0 0 570px;
    }
    .photogallety-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 0;
    }

    .main-photogallery-item .item-of-album__col {
        height: 190px;
    }
    .main-photogallery-item .album-sliders-wrp-columns {
        grid-template-columns: repeat(4, 1fr);
        gap: 29px 33px;
        margin-top: 20px;
    }
    #page .main-photogallery-item .teahers-slider-navigation .all-teahers {
        min-width: 239px;
    }
    .video-gallery-wrap .video-block-preview {
        height: 190px;
        min-height: 190px;
    }
    .basic-button {
        font-size: 14px;
        line-height: 17px;
    }
    .videos-grid-large .video-block {
        height: 310px;
    }
    .videos-grid-large .video-block .play {
        width: 111px;
        height: 111px;
    }
    .videos-grid-large .video-block .play:before {
        border-width: 25px 0 25px 40px;
        margin-left: 5px;
    }
    .num-item {
        min-height: 231px;
        width: 100%;
        padding: 20px 30px;
        margin-bottom: 30px;
    }
    .ways-work li {
        font-size: 18px;
        line-height: 22px;
    }
    .diagnosis-work-col-right {
        flex: 0 0 530px;
    }
    .diagnosis-work-col-right img {
        height: 329px;
    }
    .uniform-image img {
        height: 310px;
    }
    .form-image img {
        height: 360px;
    }
    .uniform-row {
        gap: 0;
    }
    div.help-course-img img {
        height: 402px;
    }
    .teachers-grid {
        gap: 32px 30px;
    }
    #page .teachers-grid .teachers-image,
    #page .teachers-grid .only-image,
    #page .teachers-grid .item-of-teacher .teachers-image .only-image img {
        height: 230px;
    }
    .teachers-grid .item-of-teacher-content {
        min-height: 200px;
    }
    .main-teachers .text-block {
        margin-bottom: 10px;
    }
    .teahers-page-content {
        margin-bottom: 20px;
    }
    .btn.load-more-teachers {
        line-height: 47px;
        height: 47px;
    }
    .reviews-list .item-of-review {
        flex: 0 0 345px;
    }
    .reviews-list {
        justify-content: space-between;
        gap: 20px 60px;
    }
    .one-review-image img {
        max-width: 100%;
        height: 326px;
        object-fit: cover;
        object-position: 50% 28%;
        width: 100%;
    }
    .single-review-left {
        flex: 0 0 576px;
    }
    .single-review-row {
        gap: 30px;
    }
    .single-review-row .all-reviews {
        margin-top: 20px;
    }
    .news-page-list {
        gap: 60px;
        max-width: 1050px;
    }
    div.videos-study .video-block {
        height: 380px;
    }
    .study-dir {
        max-width: 804px;
        gap: 50px;
        margin: 40px auto 40px;
    }
    .study-dir-col:nth-child(1) {
        flex: 0 0 300px;
        padding: 40px 0 0;
    }
    .study-dir-image img {
        height: 360px;
    }
    .gradual-desc h4 {
        font-size: 40px;
        line-height: 49px;
        margin-bottom: 20px;
    }
    .gradual-text {
        font-size: 16px;
        line-height: 19px;
    }
    .gradual-row img {
        height: 360px;
    }
    .gradual-row {
        padding: 90px 0;
    }
    .videos-grid-large .video-block-eat {
        height: 370px;
    }
    div.principies-of-food-content {
        max-width: 1050px;
        margin: 0 auto;
    }
    .page-template-page-eat .main-eat .hide-full-block {
        margin: 0;
    }
    .page-template-page-eat .gradual-wrp .text-block {
        margin: 0;
    }
    .item-rule-img img {
        max-height: 120px;
    }
    .main-eat .item-of-review {
        flex: 0 1 35%;
    }
    .panel-body span, .panel-body a, .panel-body p, .panel-body li {
        font-size: 16px;
        line-height: 19px;
    }
    .promo-box > img {
        flex: 0 0 300px;
    }
    .promo-content {
        padding: 50px;
    }
    .onegino-items__row {
        gap: 0 50px;
    }
    .fillial-places {
        margin-top: 60px;
    }
    .fillial-grids-row {
        gap: 0 60px;
        max-width: 1020px;
    }
    .tab-gallery-col img {
        width: 100%;
        height: 180px;
    }
    .fillial-doings-row {
        gap: 0 30px;
    }
    .fillial-box-item svg {
        max-width: 26px;
        min-width: 24px;
        margin-right: 13px;
    }
    .nav-tabs > li > a {
        min-height: 47px;
    }
    .video-block-tour {
        height: 350px;
        max-height: 350px;
    }
    .main-fillial .reviews-row {
        margin-left: 0;
    }
    .page-template-page-fillial_item .teachers-content {
        margin-left: -15px;
    }
    .advantages-col:nth-last-of-type(1) .advantages-item-desc,
    .advantages-col:nth-last-of-type(2) .advantages-item-desc,
    .advantages-col:nth-last-of-type(3) .advantages-item-desc {
        min-height: 222px;
        padding: 20px;
        max-width: 240px;
    }
    .advantages-col:nth-last-of-type(1) .advantages-item-desc strong,
    .advantages-col:nth-last-of-type(2) .advantages-item-desc strong,
    .advantages-col:nth-last-of-type(3) .advantages-item-desc strong{
        min-height: 40px;
    }

 


}
@media only screen and (max-width: 1480px) {
    div.container {
        width: 1200px;
    }
    .container.container-full {
        max-width: 100%;
        width: 100%;
    }
    body .breadcrumb {
        padding: 15px 0 20px 0;
    }
    .promo-box > img {
        flex: 0 0 272px;
    }
    .promo-content {
        padding: 43px;
    }
    .fillial-box-item {
        font-size: 14px;
        line-height: 17px;
    }
    .onegino-items__row {
        gap: 0 30px;
    }
    .fillial-doings-row {
        gap: 0 30px;
    }
    #page .promo-slider .slick-arrow {
        top: calc(50% - 15px);
        min-width: 30px;
        min-height: 30px;
        width: 30px;
        height: 30px;
    }
    #page .promo-slider .slick-prev {
        left: -20px;
    }
    #page .promo-slider .slick-next {
        right: -43px;
        left: auto;
    }

















}
@media only screen and (max-width: 1300px) {
    .container-full {
        max-width: 100%;
        width: 100%;
    }
    .special-offer {
        padding: 30px 0;
    }



}
@media only screen and (max-width: 1220px) {
    div.container {
        width: 90%;
    }
    .home-box {
        max-width: 88%;
    }
    .adv-studies-col {
        max-width: 530px;
    }
    .adv-studies-row {
        gap: 0 30px;
        max-width: calc(2 * 530px + 16px);
    }








}
@media only screen and (max-width: 1200px) {

    .page-template-page-fillial_item .teachers-content {
        margin-left: 0;
    }
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .custom-page .section-title,
    .custom-page h1,
    h2.section-title, .section-title {
        font-size: 35px;
        line-height: 42px;
    }
    .btn {
        min-width: max-content;
    }
    .slat-block .btn {
        min-width: max-content;
    }
    #page .main-photogallery-item .teahers-slider-navigation .all-teahers {
        min-width: max-content;
    }
    .programm-block .btn {
        min-width: max-content;
    }
    .home-screen .btn {
        min-width: max-content;
    }
    .mission-block .btn {
        min-width: max-content;
    }
    .screen-title {
        font-size: 40px;
        line-height: 55px;
    }
    .screen-desc {
        font-size: 20px;
        line-height: 24px;
    }
    .study-col-left {
        flex: 0 0 50%;
    }
    .study-row {
        gap: 20px;
    }
    .boxes-grid {
        gap: 0 20px;
        grid-template-columns: repeat(auto-fit, minmax(0, 23%));
    }
    .main-programs div.text-block .text a, .main-programs div.text-block a, .main-programs div.text-block .text, div.text-block p {
        font-size: 14px;
        line-height: 17px;
    }
    .boxes-grid .item-of-study-link {
        padding: 30px 10px;
    }
    .advantages-block-desc {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px;
    }
    .main-photogallery-item .album-sliders-wrp-columns {
        gap: 20px;
    }
    .videos-grid-large .video-block {
        height: 250px;
    }
    .main-speech .text-20 {
        font-size: 16px;
        line-height: 19px;    
    }
    .diagnosis-work-row {
        gap: 30px;
    }
    .diagnosis-work-col-right {
        flex: 0 0 500px;
    }
    .diagnosis-work-col-right img {
        height: 300px;
    }
    .footer-topline .topline-content .ens-menu {
        gap: 40px;
    }
    .ways-work li {
        font-size: 16px;
        line-height: 19px; 
    }
    .speech-service-desc {
        font-size: 16px;
        line-height: 19px; 
    }
    .mt-120 {
        margin-top: 8rem;
    }
    .form-image img {
        height: 280px;
    }
    .form-name,
    .main-uniform .text-block p {
        font-size: 14px;
        line-height: 17px;
    }
    .main-uniform h3.three-level-title a, 
    .main-uniform h3.three-level-title {
        font-size: 14px;
        line-height: 17px;
    }
    .uniform-image img {
        height: 250px;
    }
    .page-template-page-documents .panel-group {
        max-width: 100%;
    }
    .doc-list div.container {
        width: 100%;
        padding: 0;
    }
    .botomline-content .nav-list {display: none;}
    li {
        font-size: 14px;
        line-height: 17px;
    }
    .teachers-grid {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 20px;
        gap: 20px;
    }
    .reviews-list {
        justify-content: center;
        gap: 30px 60px;
    }
    .news-page-list {
        gap: 30px 20px;
        max-width: 100%;
        justify-content: space-between;
    }
    .news-content {
        min-height: 230px;
    }
    div.pagin-row {
        padding: 40px 0 0;
    }
    div.videos-study .video-block {
        height: 320px;
    }
    .study-dir {
        max-width: 100%;
        padding: 0 15px;
    }
    .study-dir-info,
    .study-dir p,
    .study-dir li {
        font-size: 14px;
        line-height: 17px;
    }
    .gradual-row {
        padding: 70px 0;
    }
    .gradual-desc h4 {
        font-size: 28px;
        line-height: 32px;
    }
    .videos-grid-large .video-block-eat {
        height: 270px;
    }
    .catering-box > img {
        display: none;
    }
    div.principies-of-food-content {
        max-width: 100%;
        margin: 0 auto;
    }
    .schedule-icon {
        display: none;
    }
    .food-rules-col:nth-child(10),
    .food-rules-col:nth-child(12) {
        display: none;
    }
    .main-eat .item-of-review {
        flex: 0 1 45%;
    }
    .fillial-doings-col {
        flex: 0 0 48%;
    }
    .fillial-doings-row {
        gap: 0;
    }
    .news-left {
        flex: 0 0 500px;
    }
    .screen-video .play-video {
        width: 96px;
        height: 96px;
    }
    .fillial-box {
        flex-wrap: wrap;
    }
    .promo-box > img {
        flex: 0 0 230px;
        max-width: 230px;
    }
    .promo-box {
        height: 400px;
    }
    .promo-item p {
        font-size: 14px;
        line-height: 17px;
    }
    .fillial-places {
        margin-top: 40px;
    }
    #fillial-contacts span.section-title,
    #fillial-contacts .section-title {
        font-size: 20px;
        line-height: 24px;
    }
    .onegino-items__row {
        gap: 0 20px;
    }
    .fillial-box-item {
        font-size: 16px;
        line-height: 19px;
        max-width: 100%;
        margin-bottom: 20px;
        flex: 0 0 50%;
    }
    #page .promo-item .section-title img {
        left: -8px;
        max-width: 25px;
    }
    .screen-video-play {
        background-size: 96px;
    }
    .onegino-item__text p {
        font-size: 14px;
        line-height: 17px;
    }
    .onegino-items__row {
        grid-template-columns: repeat(3, 1fr);
    }
    .quote-block.fillial-invite p {
        font-weight: 700;
        font-size: 16px;
        line-height: 17px;
        text-align: left;
    }
    .quote-block.fillial-invite .quote-row {
        gap: 30px;
    }
    .fillial-grids-row {
        gap: 0;
        max-width: 100%;
    }
    .fillial-grid {
        margin-bottom: 30px;
        flex: 0 0 48%;
    }
    .tab-gallery {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    .nav-tabs > li > a {
        font-size: 14px;
        line-height: 17px;
    }









}
@media only screen and (max-width: 992px) {


    .tab-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .quote-block.fillial-invite p {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        text-align: left;
    }
    .onegino-items__row {
        grid-template-columns: repeat(2, 1fr);
    }
    .promo-box {
        height: 347px;
    }
    .promo-box > img {
        flex: 0 0 217px;
        max-width: 217px;
    }
    .fillial-box-item {
        font-size: 12px;
        line-height: 15px;
    }
    .home-screen .row {
        flex-wrap: wrap;
        gap: 0;
    }
    .home-screen .col-md-6 {
        flex: 0 0 100%;
        min-height: 600px;
        height: 600px;
    }
    .header-contacts-item {
        display: none;
    }
    .header-contacts-item:nth-child(2) {
        display: flex;
    }
    header .bvi-wrapper,
    header .socials {
        display: none;
    }
    .language-block .dropdown .dropdown-toggle .caret-block {
        display: inline-block;
    }
    .screen-desc br,
    .screen-title br {
        display: none;
    }
    .home-box {
        max-width: 100%;
    }
    .home-box {
        max-width: 100%;
        margin: 0 auto;
        padding-right: 80px;
        padding-left: 80px;
    }
    .home-screen {
        margin-bottom: 1rem;
    }
    .info-block .bg-block {
        min-height: 277px;
    }
    div.container {
        width: 100%;
        padding-right: 80px;
        padding-left: 80px;
    }
    .container.container-full {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .header-topline .open-menu {
        display: inline-flex;
    }
    .topline-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      
      .header-logo {
        margin-right: auto;
      }
      
      /* Опционально для остальных блоков */
      .topline-content > *:not(.header-logo) {
        margin-left: 20px; /* немного отступа, если нужно */
      }
      .header-logo img {
        max-width: 95px;
        max-height: 43px;
        object-fit: contain;
    }
    .header .topline-content {
        min-height: 63px;
        padding: 10px 0;
        gap: 0;
    }
    .topline-content .open-menu {
        margin-right: 0;
    }
    .home-screen .socials-mob {
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 96px;
        bottom: 80px;
        z-index: 4;
        margin: 0;
        padding: 0;
        width: 36px;
        gap: 0;
        align-items: center;
        justify-content: center;
    }
    .home-screen .socials-mob li a {
        width: 36px;
        height: 36px;
    }
    .home-screen .socials-mob li a img {
        min-width: 36px;
        max-width: 36px;
        min-height: 36px;
        max-height: 36px;
    }
    .home-screen .socials-mob li {
        margin: 0 0 15px;
    }
    .home-screen .socials-mob li:last-child {
        margin-bottom: 0;
    }
    .row-nowrap {
        flex-wrap: wrap;
    }
    .about-col-left,
    .about-col-right {
        flex: 0 0 100%;
    }
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .custom-page .section-title,
    .custom-page h1,
    h2.section-title, .section-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 30px;
    }
    .about-block .section-title {
        margin-bottom: 10px;
    }
    .showmore {
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        margin-top: 0;
    }
    .video-block-preview,
    .video-block-tour {
        height: 395px;
    }
    .video-block .play {
        width: 57px;
        height: 57px;
    }
    .video-block .play:before {
        border-width: 13px 0 13px 24px;
    }
    .advantages-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .advantages-item-img img {
        height: 198px;
    }
    .advantages-item-img {
        max-width: 100%;
    }
    .advantages-item-desc {
        padding: 30px;
        min-height: 161px;
        max-width: calc(100% - 42px);
    }
    .advantages-col {
        padding: 0 15px;
        margin: 0;
        justify-content: flex-start;
    }
    .advantages-col:nth-child(2n) {
        justify-content: flex-end;
    }
    .values-block .col-12,
    .values-block .col-sm-6 {
        width: 100%;
    }
    .values-item {
        position: relative;
        padding: 0 0 0 50px;
        margin-bottom: 3rem;
    }
    .adv-studies-col {
        max-width: 100%;
        width: 100%;
    }
    .adv-studies-row {
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .adv-studies-item h4 {
        font-size: 18px;
        line-height: 22px;
        min-height: 35px;
        margin-bottom: .5rem;
    }
    .adv-studies-item p {
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
    }
    .adv-studies-item {
        margin-bottom: 28px;
    }
    .quote-block img {
        max-width: 216px;
        max-height: 90px;
    }
    .quote-block p {
        font-size: 14px;
        line-height: 17px;
        text-decoration: underline;
    }
    .quote-block .quote-row {
        gap: 20px;
        justify-content: flex-start;
    }
    .quote-block-col-left {
        flex: 0 0 216px;
    }
    .programm-block-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .programm-block-right {
        flex: 0 0 100%;
        display: contents;
    }
    .programm-block-left {
        flex: 0 0 100%;
        display: contents;
    }
    .programm-block-img {
        max-width: 100%;
        height: max-content;
        max-height: 472px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        order: 3;
        margin-bottom: 20px;
        display: block;
    }
    .programm-block .section-title {
        order: 1;
    }
    .programm-block p {
        order: 9;
    }
    .programm-block p:nth-child(1) {
        order: 2;  
    }
    .programm-block p:nth-child(2) {
        order: 3;  
    }
    .programm-block p:nth-child(3) {
        order: 3;  
    }
    .programm-block p:nth-child(4) {
        order: 3;  
    }
    .programm-block .btn {
        order: 11;
        justify-self: flex-end;
        align-self: flex-end;
        margin-left: auto;
        margin-right: 0;
    }
    .slat-block p {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    .btn {
        height: 47px;
        padding: 0 20px;
    }
    .mission-row {
        flex-wrap: wrap;
        gap: 0;
        margin: 0;
        clear: both;
        width: 100%;
    }
    .mission-col-left {
        flex: 0 0 100%;
        display: contents;
    }
    .mission-col-right {
        flex: 0 0 100%;
        display: contents;
    }
    .mission-block img {
        order: 3;
    }
    .mission-block .quote-text {
        order: 1;
        font-size: 20px;
        line-height: 24px;
    }
    .mission-col-left .mission-position {
        order: 4;
        width: 100%;
        display: block;
        font-size: 20px;
        line-height: 24px;
    }
    .mission-col-left .mission-position + p {
        order: 5;
        width: 100%;
    }
    .mission-bottom {
        order: 7;
    }
    .about-main .mission-col-left .mission-email {
        order: 5;
    }
    #page .teachers-slider .slick-dots {
        display: flex !important;
        align-items: center;
    }
    .about-main .quote-text {
        margin-bottom: 20px;
    }
    .about-main .quote-text {
        order: 1;
        font-size: 18px;
        line-height: 22px;
    }
    .about-main img {
        order: 3;
    }
    .about-main .mission-bottom {
        order: 6;
        margin-bottom: 30px;
    }
    .mission-bottom-row p:last-child {
        margin-bottom: 0;
    }
    .mission-bottom-row p {
        margin-bottom: 30px;
    }
    .teachers-slider {
        padding-left: 50px;
        padding-right: 50px;
    }
    .teahers-slider-navigation {
        padding: 0;
        margin: 30px 0 0;
        justify-content: flex-end;
        align-items: center;
        flex-direction: row;
    }
    .teahers-slider-navigation .teachers-nav {
        padding: 0;
        margin: 0;
        position: absolute;
        top: calc(50% - 17px);
        width: 100%;
        justify-content: space-between;
        display: flex;
    }
    .teachers-content {
        position: relative;
    }
    .teachers-content .mobile-bottom {
        position: static;
    }
    #page .item-of-teacher .teachers-image,
    #page .teachers-slider .item-of-teacher .teachers-image .only-image,
    .item-of-teacher .teachers-image .only-image,
    .home .item-of-teacher .teachers-image .only-image,
    .home .item-of-teacher .teachers-image .only-image img,
    #page .item-of-teacher .teachers-image .only-image img {
        height: 197px;
    }
    #page .item-of-teacher .only-image,
    #page .item-of-teacher .only-image img  {
        height: 197px;
    }
    #page .teachers-content .slick-arrow {
        margin: 0;
    }
    #page .home-quote-block .quote {
        font-size: 18px;
        line-height: 22px;
        padding-top: 43px;
    }
    #page .quote-block .quote:before {
        background-size: 36px;
    }
    #page .teachers-name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #page .teachers-descript {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 26px;
    }
    .teachers-content .section-title {
        color: #232C77;
        text-align: left;
    }
    .home-quote-block {
        padding: 0 15px;
    }
    .special-offer-right,
    .special-offer-left {
        flex: 0 0 100%;
        display: contents;
    }
    .special-offer-row {
        flex-wrap: wrap;
        gap: 0;
    }
    .news-right {
        display: none;
    }
    .news-left {
        flex: 0 0 100%;
    }
    .news-image-full, .item-of-news.full {
        height: 400px;
    }
    .panel-heading a {
        min-height: 54px;
        padding: 10px 30px;
        font-size: 14px;
        line-height: 17px;
        padding-right: 40px;
    }
    .panel-title {
        font-size: 14px;
        line-height: 17px; 
    }
    .panel-heading a::after {
        right: 23px;
    }
    .panel-body a,
    .panel-body p,
    .panel-body li {
        font-size: 14px;
        line-height: 17px;
    }
    .panel-body {
        padding: 20px 30px;
    }
    .panel-body li {
        margin-bottom: .5rem;
    }
    .fillials-row {
        flex-wrap: wrap;
        gap: 0;
    }
    .fillials-col-left {
        flex: 0 0 100%;
        display: contents;
    }
    .fillials-col-right {
        flex: 0 0 100%;
        display: contents;
    }
    .fillials-wrp #map-main {
        height: 354px;
        width: 100%;
    }
    .fillials-wrp .section-title {
        text-align: left;
        order: 1;
    }
    .fillials-info .name {
        order: 2;
    }
    .map-block {
        order: 3;
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .fillials-info-list {
        order: 5;
    }
    .fillials-info .socials {
        order: 6;
    }
    .fillials-alls-link {
        display: none;
    }
    #content .active-school,
    .fillials-info {
        flex: 0 0 100%;
        display: contents;
    }
    .footer-topline .topline-content .ens-menu {
        width: 100%;
        justify-content: space-between;
        gap: 30px;
        order: 3;
        margin-top: 17px;
    }
    .footer .socials {
        order: 2;
    }
    .footer-logo {
        order: 1;
    }
    .footer-bottomline .bottomline-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    .footer .footer-topline .topline-content {
        flex-wrap: wrap;
        gap: 0;
    }    
    .footer-bottomline .bottomline-content > div {
        margin-bottom: 10px;
    }
    .footer .header-logo {
        margin: 0;
    }
    .footer .header-logo img {
        max-width: 73px;
    }
    .fillials-wrp .socials li a img {
        min-width: 36px;
        max-width: 36px;
    }
    .special-offer-img {
        width: 100%;
        max-width: 100%;
    }
    .special-offer-title {
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 30px;
        order: 1;
    }
    .special-offer-subtitle {
        font-size: 18px;
        line-height: 22px;
        order: 4;
    }
    .special-offer-desc {
        font-size: 18px;
        line-height: 22px;
        order: 5;  
    }
    .special-offer .btn {
        order: 6;
    }
    .special-offer-box {
        order: 2;
        margin-bottom: 30px;
    }
    .reviews-row {
        gap: 0;
        max-width: 490px;
        padding: 0;
        margin: 0 auto;
    }
    .reviews-row .slick-list {
        padding: 20px;
    }
    .reviews-row .item-of-review {
        margin: 0 50px;
        overflow: hidden;
    }
    .reviews-row  .slick-dots {
        margin: 0 auto;
    }
    .mission-block .mission-name {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 28px;
        order: 5;
        width: 100%;
    }
    .mission-block .btn {
        margin-left: auto;
        margin-right: 0;
        display: flex;
        width: max-content;
    }
    #page .item-of-teacher .play-video .teacher-link {
        width: 24px;
        height: 24px;
        background-size: 24px;
    }
    .item-of-teacher-content {
        padding: 25px 15px 15px 20px;
        min-height: 171px;
    }
    .reviews-wrp .section-title {
        margin-bottom: 10px;
    }
    header .topline-content .open-menu {
        margin-right: 0;
        margin-left: 25px;
    }
    .language-block .dropdown .dropdown-toggle .language-name {
        display: inline-block;
    }
    .phone-choose-icon {
        display: inline-block;
    }
    .header-contacts-item a {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 1.2px;
        color: #232C77;
    }
    .menu-mobile {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 82px;
    }
    .site-menu-wrp .menu-wrp-container {
        display: none;
    }
    .site-menu-wrp {
        top: 0;
        width: 100%;
        height: 100%;
        max-width: calc(100% - 57px);
    }
    .site-menu-wrp ul {
        list-style-type: none;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 0;
    }
    .site-menu-wrp .socials {
        flex-direction: row;
        justify-content: flex-start;
        gap: 0;
    }
    .site-menu-wrp .header-logo img {
        max-width: 296px;
        max-height: 134px;
        width: 100%;
        height: auto;
    }
    .site-menu-wrp .header-logo {
        max-width: 296px;
        margin: 0 auto;
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
        margin-bottom: 40px;
    }
    .site-menu-wrp .ens-search {
        float: none;
        clear: both;
        max-width: 203px;
        margin-bottom: 30px;
    }
    .site-menu-wrp .nav-list {
        margin-bottom: 50px;
    }
    .site-menu-wrp .header-contacts-item {
        display: flex;
    }
    .site-menu-wrp .ens-search #ajaxsearchlite1 .probox,
    .site-menu-wrp .ens-search div.asl_m .probox .proinput input,
    .site-menu-wrp .ens-search div.asl_w .probox {
        height: 30px!important
    }
    .site-menu-wrp .ens-search div.asl_w .probox .promagnifier {
        width: 30px;
        height: 30px!important
    }
    .site-menu-wrp div.asl_m .probox .proinput form {
        height: 30px!important 
    }
    .site-menu-wrp .nav-list li {
        margin-bottom: 30px;
    }
    #page .ens-search {
        margin-bottom: 30px;
    }
    .site-menu-wrp .header-contacts {
        gap: 0;
        flex-wrap: wrap;
    }
    .site-menu-wrp .header-contacts-item {
        gap: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .site-menu-wrp .socials li a img {
        min-width: 48px;
        max-width: 48px;
        width: 48px;
        height: 48px;
    }
    .site-menu-wrp .socials li {
        margin-right: 30px;
    }
    .advantages-col {
        justify-content: flex-start;
    }
    .advantages-col:nth-child(2n) {
        justify-content: flex-end;
    }
    .some-methods-col .basic-image,
    .some-methods-col .basic-image img {
        height: 195px;
    }
    div.some-methods-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }
    .some-methods-col {
        width: 100%;
    }
    h3.three-level-title a, h3.three-level-title, .three-level-title {
        font-size: 14px;
        line-height: 17px;
        min-height: auto;
    }
    div.text-block .text a, div.text-block a, div.text-block .text, div.text-block p {
        font-size: 14px;
        line-height: 17px;
    }
    .some-methods-col .three-level-title {
        min-height: auto;
    }
    .quote-block .quote-author {
        font-size: 18px;
        line-height: 22px;
    }
    .main-sevices .services-content .item-of-advantage {
        max-width: 360px;
        margin: 0 auto;
    }
    .main-sevices .item-of-advantage .advantage-info .only-info .name {
        font-size: 20px;
        line-height: 24px;
        min-height: 48px;
    }
    .main-sevices .item-of-advantage .advantage-info .only-info .text {
        font-size: 18px;
        line-height: 22px;
    }
    .services-content>div {
        display: flex;
        justify-content: center;
    }
    .services-content .item-of-advantage .advantage-info {
        padding: 47px 33px;
        min-height: 249px !important;
    }
    .boxes-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 30px;
    }
    .boxes-item {
        margin-bottom: 30px;
    }
    .study-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .study-col-right,
    .study-col-left {
        flex: 0 0 100%;
    }
    .basic-image {
        margin-bottom: 20px;
    }
    .boxes-item {
        margin-bottom: 50px;
    }
    .boxes-item:nth-child(1) {
        order: 1;
    }
    .boxes-item:nth-child(2) {
        order: 2;
    }
    .boxes-item:nth-child(3) {
        order: 4;
    }
    .boxes-item:nth-child(4) {
        order: 3;
    }
    .page-template-page-english_nursery_primary_school .advantages-block {
        margin-top: 50px;
    }
    .photogallety-content {
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
    }
    .photogallety-content .item-of-gallery {
        margin-bottom: 20px;
        min-height: 250px;
    }
    div.video-gallery-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .main-photogallery-item .album-sliders-wrp-columns {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 22px;
    }
    .teahers-slider-navigation.teahers-slider-navigation-mobile,
    .teahers-slider-navigation-mobile {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .teahers-slider-navigation.teahers-slider-navigation-desktop,
    .main-photogallery-item .teachers-content .teahers-slider-navigation {
        display: none;
    }
    .main-photogallery-item .teachers-content .section-title {
        color: #000;
    }
    .main-video-item .teachers-content .section-title {
        color: rgb(0, 0, 0);
    }
    .main-speech .text-20 {
        font-size: 14px;
        line-height: 17px;
    }
    .diagnosis-work-row {
        gap: 30px;
    }
    .diagnosis-work-col-right {
        flex: 0 0 500px;
    }
    .diagnosis-work-col-right img {
        height: 300px;
    }
    .ways-work li {
        font-size: 14px;
        line-height: 17px;
    }
    .videos-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .diagnosis-work-col-left,
    .diagnosis-work-col-right {
        flex: 0 0 100%;
    }
    .diagnosis-work-row {
        flex-wrap: wrap;
        gap: 0;
    }
    .videos-grid-large .video-block {
        height: 335px;
        margin-bottom: 30px;
    }
    .teachers-slider {
        width: 100%;
    }
    .teachers-slider .slick-list {
        overflow: hidden;
    }
    .speech-service-desc {
        font-size: 14px;
        line-height: 17px;
    }
    .uniform-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 0;
        margin-bottom: 20px;
    }
    .uniform-image img {
        height: 337px;
    }
    .form-image img {
        height: 390px;
    }
    .uniform-row-mob {
        display: flex;
        flex-wrap: wrap;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
    .order-3 {
        order: 3;
    }
    .order-1 .uniform-image {
        margin-bottom: 20px;
    }
    .main-uniform .text-block {
        margin-bottom: 10px;
    }
    div.help-course-img img {
        height: 211px;
    }
    .help-course-desc {
        display: block;
        gap: 0;
    }
    div.help-course-desc p {
        width: 100%;
        margin-bottom: 20px;
    }
    div.help-course-desc a {
        display: block;
    }
    .help-course-img {
        margin-bottom: 20px;
    }
    .page-template-page-documents .panel-heading a {
        min-height: 44px;
        padding: 5px 30px;
    }
    .panel-default > .panel-heading {
        min-height: 44px;
    }
    .teachers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .one-teacher-row {
        flex-wrap: wrap;
    }
    .one-teacher-image img {
        width: 100%;
        height: 334px;
    }
    .one-teacher-image {
        margin-bottom: 20px;
    }
    .teacher-work,
    .teacher-desc--title,
    .teacher-desc-list li,
    .teacher-info div.text-block p {
        font-size: 14px;
        line-height: 17px;
    }
    .reviews-list {
        justify-content: center;
        gap: 30px 60px;
    }
    .category-reviews .reviews-title-row {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .category-reviews .reviews-title-row .section-title {
        text-align: left;
    }
    .single-review-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .title-row .section-title {
        text-align: left;
    }
    .title-row {
        justify-content: flex-start;
        align-items: flex-start;
    }


    .one-review-wrp .review-quote {
        order: 3;
    }
    .single-review-title {
        order: 1;
        display: flex;
        width: 100%;
    }
    .one-review-wrp .review-rating {
        order: 2;
    }
    .single-review-right p {
        order: 5;
    }
    .single-review-row .all-reviews {
        order: 7;
        width: 100%;
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .single-review-right,
    .single-review-left {
        flex: 0 0 100%;
        display: contents;
    }
    .one-review-image {
        order: 4;
        margin-bottom: 20px;
    }
    .reviews-list.another-reviews-list {
        display: block;
        max-width: 350px; 
        margin: 30px auto;
    }
    .news-page-list {
        gap: 30px 20px;
        max-width: 100%;
        justify-content: space-between;
        grid-template-columns: repeat(2, 1fr);
    }
    .news-thumbnail img,
    .news-thumbnail {
        height: 188px;
    }
    div.pagin-row {
        padding: 30px 0 0;
    }
    .study-dir {
        max-width: 100%;
        gap: 0;
        margin: 40px auto 40px;
        padding: 0 15px;
        flex-wrap: wrap;
    }
    .study-dir-col,
    .study-dir-col:nth-child(1) {
        flex: 0 0 100%;
        padding: 0;
    }
    div.videos-study .video-block {
        height: 400px;
    }
    div.videos-study .video-block-preview {
        width: 100%;
        height: 100%;
    }
    .study-dir-image img {
        height: 448px;
        max-width: 376px;
        margin: 0 auto;
        display: block;
    }
    .category-study .section-title {
        margin-bottom: 20px;
    }
    .gradual-row {
        padding: 50px 0;
        flex-wrap: wrap;
    }
    .gradual-wrp .home-quote-block {
        padding: 0;
    }
    .gradual-desc h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .gradual-desc {
        padding: 30px 0;
    }
    #page .gradual-wrp .home-quote-block .quote {
        font-size: 16px;
        line-height: 19px;
    }
    .about-gradual img {
        height: 400px;
    }
    .about-gradual {
        width: 100%;
        margin-bottom: 10px;
    }
    .another-articles-slider {
        display: block;
        gap: 0;
        width: 100%;
        max-width: 100%;
    }
    .another-articles-slider .news-item {
        max-width: max-content;
        margin: 0 auto;
    }
    .videos-grid .video-block-preview {
        width: 100%;
        height: 100%;
    }
    .videos-grid-large .video-block-eat {
        height: 360px;
        margin-bottom: 30px;
    }
    div.principies-of-food-content {
        max-width: 100%;
        flex-wrap: wrap;
    }
    .principies-of-food-content>div {
        margin-bottom: 20px;
        width: 100%;
    }
    .item-of-food,
    .item-of-food img {
        width: 100%;
        max-width: 100%;
    }
    .item-of-food img {
        height: 320px;
    }
    .screen.screen-fillial .socials-mob {
        display: none;
    }
    .slider-wrapper div.container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #page .promo-slider .slick-next,
    #page .promo-slider .slick-prev {
        display: none!important;
    }
    .promo-slider .slick-list {
        margin: 0;
        padding: 60px 0 30px;
        width: 100%;
    }
    .promo-slider .promo-item {
        margin: 0;
    }
    .promo-slider .slick-dots {
        position: relative;
        bottom: 0;
        margin: 0;
    }
    .fillial-places {
        margin-top: 70px;
    }
    .promo-content {
        padding: 40px 20px;
    }
    #page .onegino-items__item {
        margin: 0 auto;
    }










}
@media only screen and (max-width: 840px) {
    .programm-block-img {
        max-height: 372px;
    }
    .about-main .mission-col-left img {
        width: 100%;
    }
    .photogallety-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .photogallety-content .item-of-gallery .gallery-image,
    .photogallety-content .item-of-gallery .gallery-image img {
        height: 185px;
    }
    .photogallety-content .item-of-gallery .gallery-name {
        font-size: 14px;
        line-height: 17px;
    }
    .main-photogallery-item .album-sliders-wrp-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 22px;
    }
    .main-photogallery-item .item-of-album__col {
        height: 185px;
    }
    div.video-gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .main-video-item div.video-gallery-wrap {
        margin-top: 20px;
    }
    .num-item {
        min-height: 290px;
    }
    div.help-course-img img {
        height: 211px;
    }
    .working-desc p {
        font-size: 14px;
        line-height: 17px;
    }
    .vacancy-form p {
        font-size: 14px;
        line-height: 17px;    
    }
    .vacancy-form {
        max-width: calc(100% - 160px);
        margin: 0 auto;
        float: none;
        clear: both;
    }
    #ens-vacancy {
        margin-bottom: 7rem;
    }













}
@media only screen and (max-width: 767px) {
    .col-12 {
        width: 100%;
    }
    div.container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .header-contacts-item a {
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1.2px;
        color: #232C77;
    }
    .header-logo img {
        max-width: 73px;
        max-height: 33px;
    }
    header .language-block .dropdown .dropdown-toggle .flag {
        width: 21px;
        height: 14px;
    }
    header .language-block .dropdown .dropdown-toggle .language-name {
        font-size: 12px;
        line-height: 15px;
    }
    .header-icon svg {
        max-width: 18px;
        max-height: 18px;
    }
    .home-box {
        padding-right: 30px;
        padding-left: 30px;
    }
    .topline-content > *:not(.header-logo) {
        margin-left: 15px;
    }
    header .topline-content .open-menu {
        margin-left: 18px;
    }
    .header-icon {
        margin-right: 2px;
    }
    .screen-title {
        font-weight: 700;
        font-size: 26px;
        line-height: 26px;
    }
    .screen-desc {
        font-size: 18px;
        line-height: 22px;
    }
    .home-screen .socials-mob {
        right: 30px;
        bottom: 15px;
        width: 36px;
    }
    .btn {
        height: 45px;
        padding: 0 20px;
    }
    .home-screen .col-md-6 {
        min-height: 347px;
        height: 347px;
    }
    .info-block .col-6 {
        width: 50%;
    }
    .home-screen {
        margin-bottom: .5rem;
    }
    .info-block .bg-block {
        min-height: 141px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .info-block p {
        font-size: 14px;
        line-height: 17px;
    }
    .info-block img {
        max-width: 50px;
        margin: 0 auto 30px;
    }
    .header .topline-content {
        min-height: 66px;
        padding: 10px 0;
        margin: 0;
    }
    .info-block p br {
        display: none;
    }
    .about-block {
        margin-top: 7rem;
    }
    .mt-120 {
        margin-top: 7rem;
    }
    .about-block p {
        font-size: 14px;
        line-height: 17px;
    }
    .about-block strong {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .about-block .row {
        gap: 0;
    }
    .about-block .showmore {
        margin-bottom: 1rem;
    }
    .video-block-preview {
        height: 237px;
    }
    .video-block-tour {
        height: 237px;
    }
    .advantages-item {
        max-width: 100%;
        margin-bottom: 37px;
    }
    .advantages-item-desc {
        padding: 23px 7px 22px;
        min-height: 93px;
        max-width: calc(100% - 24px);
        margin-top: -25px;
    }
    .advantages-item-desc p {
        font-size: 10px;
        line-height: 12px;
    }
    .advantages-item-img img {
        height: 114px;
    }
    .advantages-col {
        padding: 0 10px;
    }
    .advantages-item-desc strong {
        min-height: 36px;
    }
    .advantages-item-link {
        width: 33px;
        height: 33px;
        bottom: -17px;
        left: calc(50% - 17px);
        border: 1px solid white;
    }
    .values-item img {
        max-width: 30px;
    }
    .values-block {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .adv-studies-item h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .adv-studies-item p {
        font-size: 14px;
        line-height: 17px;
    }
    .quote-block img {
        max-width: 122px;
        max-height: 51px;
    }
    .quote-block-col-left {
        flex: 0 0 122px;
    }
    .programm-block-right,
    .programm-block-left {
        padding: 0;
    }
    .programm-block-row {
        margin: 0;
    }
    .quote-block .quote-row {
        gap: 0;
    }
    .programm-block .programm-block-subtitle {
        margin: 0 0 20px;
    }
    .quote-row {
        margin: 0;
    }
    .programm-block .btn {
        width: 100%;
        margin-left: 0;
        display: flex;
    }
    .mission-block img {
        height: 439px;
        object-fit: cover;
    }
    .mission-row {
        margin: 0;
    }
    .mission-block .section-title {
        margin-bottom: 20px;
    }
    .quote-text::before {
        width: 37px;
        height: 33px;
        background-size: 30px;
    }
    .mission-block .quote-text {
        font-size: 16px;
        line-height: 19px;
        padding-top: 43px;
        max-width: 100%;
    }
    .mission-col-left .mission-position,
    .mission-block .mission-name {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 1.5rem;
    }
    .mission-bottom p {
        font-size: 12px;
        line-height: 15px;
    }
    .teachers-wrp .teachers-slider {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        max-width: calc(100% - 90px);
        float: none;
    }
    #page .teahers-slider-navigation .all-teahers {
        height: 45px;
    }
    #page .teachers-slider .item-of-teacher {
        margin: 0 10px;
    }
    .teachers-wrp .col-xs-12 {
        width: 100%;
        box-sizing: border-box;
        float: none;
    }
    .teachers-content {
        margin-left: 0;
        margin-right: 0;
    }
    #page .item-of-teacher .teachers-image, 
    #page .teachers-slider .item-of-teacher .teachers-image .only-image,
    .item-of-teacher .teachers-image .only-image, 
    .home .item-of-teacher .teachers-image .only-image, 
    .home .item-of-teacher .teachers-image .only-image img,
    #page .item-of-teacher .teachers-image .only-image img {
        height: 109px;
    }
    #page .item-of-teacher .only-image,
    #page .item-of-teacher .only-image img  {
        height: 109px;
    }
    #page .teachers-slider .slick-list {
        overflow: hidden;
    }
    .item-of-teacher-content {
        padding: 14px 7px 7px 9px;
        min-height: 106px;
    }
    #page .teachers-name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #page .teachers-descript {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
    }
    #page .item-of-teacher .play-video .teacher-link {
        width: 17px;
        height: 17px;
        background-size: 14px;
    }
    .teahers-slider-navigation .teachers-nav {
        padding: 0 14px;
        top: calc(50% - 30px);
        left: 0;
    }
    .btn {
        font-size: 12px;
        line-height: 15px;
    }
    #page .item-of-teacher .play-video {
        width: 17px;
        height: 17px;
    }
    #page .home-quote-block .quote {
        font-size: 16px;
        line-height: 19px;
    }
    .teahers-slider-navigation {
        margin: 35px 0 0;
    }
    .reviews-wrp .row {
        margin: 0;
    }
    .reviews-row {
        max-width: 100%;
        margin: 0;
    }
    .reviews-row .slick-list {
        padding: 15px 15px 25px;
        margin: 0 -20px;
    }
    .reviews-row .item-of-review {
        margin: 0 10px;
    }
    .item-of-review {
        padding: 30px;
        flex: 0 0 100%;
    }
    .reviews-wrp .col-xs-12 {
        padding: 0;
    }
    .item-of-review .name {
        font-size: 20px;
        line-height: 24px;
    }
    .review-text p {
        font-size: 12px;
        line-height: 15px;
    }
    .special-offer-row {
        margin: 0;
    }
    .special-offer-img {
        width: 100%;
        max-width: calc(100% - 17px);
    }
    .special-offer .special-offer-icon {
        max-width: 78px;
        right: -12px;
        top: -32px;
    }
    .special-offer-desc {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 30px;
    }
    .news-block-wrp .col-xs-12 {
        padding: 0;
    }
    .news-right {
        display: flex;
    }
    .news-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .news-image-full, .item-of-news.full {
        height: 293px;
    }
    .news-left {
        margin-bottom: 30px;
    }
    .news-image-bg {
        min-width: 116px;
        width: 116px;
        height: 94px;
        margin-right: 30px;
        padding: 20px;
    }
    .item-of-news .date {
        font-size: 16px;
        line-height: 19px;
        min-height: 39px;
    }
    .news-item-title {
        font-size: 16px;
        line-height: 19px;
    }
    .panel-heading a {
        min-height: 54px;
        padding: 10px 21px;
    }
    .panel-body {
        padding: 21px;
    }
    .fillials-wrp #map-main {
        height: 254px;
    }
    .footer-topline .topline-content .ens-menu {
        justify-content: flex-start;
        gap: 0;
        margin-top: 17px;
        flex-wrap: wrap;
    }
    .footer-topline .topline-content .ens-menu li {
        width: 100%;
        margin-bottom: .5rem;
        text-align: left;
        justify-content: flex-start;
    }
    .footer-topline .topline-content .ens-menu li a {
        text-align: left;
        text-decoration: underline;
    }
    footer .topline-content > *:not(.header-logo) {
        margin-left: 0;
    }
    .site-menu-wrp {
        top: 0;
        max-width: calc(100% - 47px);
    }
    .menu-mobile {
        padding: 15px;
    }
    .site-menu-wrp .nav-list li {
        margin-bottom: 20px;
    }
    .site-menu-wrp .header-logo img {
        max-width: 122px;
        max-height: 55px;
    }
    .site-menu-wrp .header-logo {
        max-width: 122px;
        margin-bottom: 15px;
    }
    .site-menu-wrp .nav-list {
        margin-bottom: 40px;
    }
    .site-menu-wrp .socials li a img {
        min-width: 20px;
        max-width: 20px;
        width: 20px;
        height: 20px;
    }
    .site-menu-wrp .header-contacts-item {
        margin-bottom: 20px;
    }
    .about-main .quote-text {
        font-size: 16px;
        line-height: 19px;
    }
    .mission-bottom-row p {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 15px;
    }
    .mission-bottom-row p:last-child {
        margin-bottom: 0;
    }
    .some-methods-col .basic-image,
    .some-methods-col .basic-image img {
        height: 103px;
    }
    div.some-methods-content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
        padding: 0 15px;
    }
    .some-methods-col {
        width: 100%;
    }
    h3.three-level-title a, h3.three-level-title, .three-level-title {
        font-size: 14px;
        line-height: 17px;
    }
    div.text-block .text a, div.text-block a, div.text-block .text, div.text-block p {
        font-size: 14px;
        line-height: 17px;
    }
    div.some-block-about-gradual {
        margin-bottom: 20px;
    }
    .about-main .reviews-wrp {
        padding: 50px 0 0;
    }
    #page .home-quote-block .quote {
        font-size: 16px;
        line-height: 19px;
    }
    .quote-block .quote-author {
        font-size: 20px;
        line-height: 24px;
    }
    .main-sevices .item-of-advantage .advantage-info .only-info .text {
        font-size: 16px;
        line-height: 19px;
    }
    .main-sevices .item-of-advantage .advantage-info .only-info .name {
        font-size: 22px;
        line-height: 27px;
        min-height: 54px;
    }
    .breadcrumb .breadcrumbs li a, .breadcrumbs a {
        font-size: 12px;
        line-height: 15px;
    }
    body .breadcrumb {
        padding: 0 0 20px 0;
    }
    .main-programs .basic-image img {
        width: 100%;
        height: 250px;
    }
    .boxes-grid {
        display: grid;
        grid-template-columns: 1fr; 
        gap: 0;
    }
    .boxes-item .item-of-study-link .link {
        width: 33px;
        height: 33px;
        bottom: -16.5px;
        left: calc(50% - 16.5px);
    }
    .boxes-item:nth-child(2) {
        order: 2;
    }
    .boxes-item:nth-child(3) {
        order: 3;
    }
    .boxes-item {
        max-width: calc(100% - 80px);
        margin: 0 auto 50px;
        width: 100%;
    }
    .boxes-grid .item-of-study-link {
        padding: 43px 19px;
    }
    .page-template-page-english_nursery_primary_school .advantages-block {
        margin-top: 20px;
    }
    .photogallety-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }
    .photogallety-content .item-of-gallery .gallery-image,
    .photogallety-content .item-of-gallery .gallery-image img {
        height: 105px;
    }
    .photogallety-content .item-of-gallery {
        margin-bottom: 20px;
        min-height: 155px;
    }
    .main-photogallery-item .item-of-album__col,
    .main-photogallery-item .item-of-album__col:nth-child(2n),
    .main-photogallery-item .item-of-album__col:nth-child(3n),
    .main-photogallery-item .item-of-album__col:nth-child(4n) {
        width: 100%;
        margin: 0 auto;
        height: 120px;
    }
    .main-photogallery-item .album-sliders-wrp-columns {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .main-photogallery-item .teahers-slider-navigation-mobile {
        margin: 0 auto;
        width: 100%;
    }
    #page .main-photogallery-item .teahers-slider-navigation .all-teahers {
        min-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
    div.video-gallery-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .main-video-item div.video-gallery-wrap {
        grid-template-columns: 1fr; 
        gap: 0;
    }
    #page .teahers-slider-navigation-mobile .all-teahers {
        margin-left: 0;
    }
    .main-video-item .video-gallery-wrap__item,
    .main-video-item .video-gallery-wrap__item:nth-child(2n),
    .main-video-item .video-gallery-wrap__item:nth-child(3n),
    .main-video-item .video-gallery-wrap__item:nth-child(4n) {
        width: 100%;
        max-width: calc(100% - 90px);
        margin: 0 auto 20px;
        height: auto;
    }
    .main-video-item .video-gallery-wrap {
        padding-bottom: 0;
    }
    .speech-service-desc {
        font-size: 14px;
        line-height: 17px;
    }
    .videos-grid-large .video-block {
        height: 194px;
        margin-bottom: 30px;
    }
    .num-item p {
        font-size: 18px;
        line-height: 22px;
    }
    .num-item {
        min-height: 231px;
        padding: 25px;
    }
    .main-speech .text-20 {
        font-size: 14px;
        line-height: 17px;
    }
    .diagnosis-work-col-right img {
        height: 267px;
    }
    .videos-grid-large .video-block .play {
        width: 72px;
        height: 72px;
    }
    .videos-grid-large .video-block .play:before {
        border-width: 15px 0 15px 26px;
        margin-left: 4px;
    }
    .videos-grid-large .video-block:last-child {
        margin-bottom: 0;
    }
    .uniform-image img {
        height: 250px;
    }
    .form-image img {
        height: 250px;
    }
    div.help-course-img img {
        height: 150px;
    }
    #page .breadcrumb a,
    #page .breadcrumb .breadcrumbs__current,
    #page .breadcrumb span[itemprop="name"],
    #page .breadcrumb .breadcrumbs__current {
        font-size: 12px;
        line-height: 15px;
        white-space: normal;
    }
    .breadcrumb .separator {
        margin: 0;
    }
    #page .breadcrumb .breadcrumbs__current {
        white-space: normal;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-clamp: 1;
        box-orient: vertical;
    }
    .page-template-page-documents .doc-list {
        padding-top: 0;
    }
    li {
        font-size: 14px;
        line-height: 17px;
    }
    .teachers-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    #page .teachers-grid .teachers-image
     #page .teachers-grid .only-image,
    #page .teachers-grid .item-of-teacher .teachers-image .only-image img {
        height: 146px;
    }
    #page .teachers-grid .teachers-image, #page .teachers-grid .only-image, #page .teachers-grid .item-of-teacher .teachers-image .only-image img {
        height: 146px;
    }
    #page .teachers-grid .item-of-teacher .teachers-image,
    #page .teachers-grid .item-of-teacher .teachers-image .only-image,
    #page .teachers-grid .item-of-teacher .teachers-image .only-image img {
        height: 146px;
    }
    .teachers-grid .item-of-teacher-content {
        min-height: 130px;
    }
    .clearfy-cookie-container {
        font-size: 12px;
        line-height: 15px;
    }
    .main-teachers .load-more {
        margin-bottom: 0;
        margin-top: 30px;
    }
    .teacher-desc {
        margin-bottom: 0;
        flex-wrap: wrap;
        gap: 0;
    }
    .teacher-desc-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .one-teacher-image img {
        height: 250px;
    }
    .one-teacher-image .play {
        width: 54px;
        height: 54px;
    }
    .one-teacher-image .play:before {
        border-width: 12px 0 12px 20px;
        margin-left: 2px;
    }
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .main-teacher .section-title span,
    .custom-page .section-title,
    .custom-page h1,
    h2.section-title, .section-title {
        font-size: 30px;
        line-height: 37px;
    }
    .one-review-image img {
        height: 250px;
    }
    .main-single-review .title-row .section-title {
        margin-bottom: 0;
    }
    .main-single-review .one-review-wrp {
        margin-bottom: 0;
    }
    .news-thumbnail img,
    .news-thumbnail {
        height: 150px;
    }
    .news-date {
        font-size: 12px;
        line-height: 15px;
    }
    .news-excerpt,
    .news-excerpt p {
        font-size: 12px;
        line-height: 15px;
    }
    .btn.news-item-btn {
        font-size: 14px;
        line-height: 17px;
    }
    .news-title {
        font-size: 12px;
        line-height: 15px;
    }
    .news-page-list {
        gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }
    .news-content {
        min-height: 240px;
    }
    div.videos-study .video-block {
        height: 270px;
    }
    .category-study .main-study p:empty {
        display: none;
    }
    .category-study .study-page-content .text-block {
        margin-bottom: 10px;
    }
    .gradual-row img {
        height: auto;
        min-height: 220px;
    }
    #page .gradual-wrp .home-quote-block .quote,
    .gradual-text {
        font-size: 14px;
        line-height: 17px;
    }
    .about-gradual-title {
        font-size: 16px;
        line-height: 19px;
    }
    .about-gradual p {
        font-size: 14px;
        line-height: 17px;
    }
    .about-gradual img {
        height: auto;
        min-height: 240px;
        max-height: 300px;
    }
    .reviews-wrp {
        padding: 70px 0 0;
    }
    .videos-grid-large .video-block-eat {
        height: 240px;
    }
    .vacancy-form {
        max-width: calc(100% - 30px);
        margin: 0 auto;
    }
    div.success-modal {
        width: calc(100% - 30px);
        padding: 50px 30px;
    }
    div.fb-modal {
        width: calc(100% - 30px);
    }
    .ens-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .screen-fillial .col-md-6 {
        height: auto;
        min-height: 347px;
        padding: 30px 0;
    }
    .screen-fillial-links {
        bottom: 16px;
        right: 16px;
    }
    .screen-fillial-links a {
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
    }
    .screen-fillial-links a:last-child {
        margin-bottom: 0;
    }
    .screen-fillial .screen-video,
    .screen-fillial .screen-image {
        padding: 0;
    }
    .screen-video .play-video {
        width: 57px;
        height: 57px;
    }
    .screen-video-play {
        background-size: 57px;
    }
    .screen-fillial {
        margin-bottom: 3rem;
    }
    .fillial-contacts {
        padding: 30px 0;
    }
    .fillial-box-item {
        font-size: 14px;
        line-height: 17px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .fillial-box-item svg {
        max-width: 29px;
        min-width: 24px;
        margin-right: 12px;
    }
    .promo-box > img {
        flex: 0 0 100px;
        max-width: 100px;
        height: 100%;
        display: block;
        min-height: 220px;
    }
    .promo-box {
        height: auto;
        min-height: 200px;
    }
    #page .promo-item .section-title {
        font-size: 20px;
        line-height: 26px;
    }
    .promo-item p {
        font-size: 14px;
        line-height: 17px;
    }
    .promo-item .btn {
        margin-top: 10px;
        height: 45px;
    }
    .promo-slider .slick-list {
        padding: 70px 0 30px;
    }
    .promo-content {
        padding: 30px 14px;
    }
    .screen-fillial .row {
        margin-right: 0;
    }
    .preloader-slider {
        left: 35%;
    }
    #page .promo-item .section-title img {
        left: -8px;
        max-width: 18px;
    }
    .onegino-item__img {
        height: 145px;
    }
    .onegino-item__showalbum {
        font-size: 14px;
        line-height: 17px;
    }
    .onegino-item h4 {
        font-size: 14px;
        line-height: 17px;
    }
    .onegino-item__text p {
        font-size: 12px;
        line-height: 15px;
    }
    #page .onegino-items__item {
        margin-bottom: 20px;
    }
    .quote-block.fillial-invite p {
        font-size: 14px;
        line-height: 17px;
    }
    .quote-block.fillial-invite .quote-row {
        gap: 20px;
    }
    .quote-block-col-left {
        padding: 0;
    }
    .quote-block-col-right {
        flex: 0 1 100%;
        padding: 0 10px 0 0;
    }
    .fillial-grid-bg {
        height: 150px;
        padding: 20px 14px;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .fillial-grid-bg::before {
        width: 65px;
        height: 32px;
        background-size: 65px;
    }
    .fillial-grid-bg::after {
        right: 0;
        bottom: -25px;
        width: 32px;
        height: 65px;
        background-size: 32px;
    }
    .fillial-grid {
        margin-bottom: 20px;
        flex: 0 0 47.5%;
    }
    .fillial-grid:last-child {
        margin-bottom: 0;
    }
    .fillial-grid:nth-last-child(2) {
        margin-bottom: 0;
    }
    .nav-tabs > li > a {
        font-size: 14px;
        line-height: 17px;
        min-height: 45px;
        width: 100%;
    }
    .nav-tabs {
        flex-wrap: wrap;
        gap: 0;
        justify-content: flex-start;
        margin: 0 -10px 5px;
    }
    .nav-tabs > li {
        float: none;
        margin: 0 10px 15px;
        flex: 0 0 calc(50% - 20px);
    }
    .tab-gallery-col img {
        height: 125px;
    }
    .fillial-gallery .tab-pane .btn {
        margin: 30px auto 0;
        height: 47px;
    }
    .page-template-page-fillial_item #fillial-doings {
        margin: 70px 0 0;
    }
    .page-template-page-fillial_item section.teachers-wrp,
    .page-template-page-fillial_item .teachers-wrp {
        padding: 0;
    }
    .fillial-advantage-image img {
        height: 125px;
    }
    .fillial-advantage-info {
        min-height: 60px;
        max-width: calc(100% - 36px);
        padding: 9px;
        transform: translateY(-40px);
    }
    .fillial-advantage-info p {
        font-size: 12px;
        line-height: 15px;
    }
    .fillial-doings-col {
        flex: 0 0 47.5%;
    }
    .fillial-doings-col .advantages-item-link {
        width: 26px;
        height: 26px;
        bottom: -13px;
        left: calc(50% - 13px);
    }
    .fillial-advantage-info::before {
        width: 59px;
        height: 50px;
        background-image: url(/wp-content/themes/englishnursery/imgs/icons/and-mob.svg);
        background-size: 59px;
        left: 10px;
        top: auto;
        bottom: 0;
        background-position: bottom;
    }
    .fillial-map-wrp .fillial-map {
        overflow: hidden;
        position: relative;
    }
    .fillial-map-wrp {
        height: 200px;
        margin-bottom: 20px;
    }
    #fill-location .fillial-map-wrp {
        height: 180px;
        flex: 0 0 100%;
        order: 3;
    }
    .page-template-page-fillial_item .news-block-wrp {
        padding: 0;
    }
    .page-template-page-fillial_item .news-row {
        margin: 0;
    }
    .site-menu-wrp div.asl_w .probox .proclose, 
    .site-menu-wrp div.asl_w .probox .promagnifier, 
    .site-menu-wrp div.asl_w .probox .prosettings {
        height: 30px !important;
    }
    .site-menu-wrp .socials {
        width: max-content;
    }
    .breadcrumb,
    .page-template-default .breadcrumb,
    ol.breadcrumb {
        padding-left: 0!important;
    }
    .fillials-map-mob {
        display: block;
        width: 100%;
        order: 3;
        margin-bottom: 20px;
    }
    .fillials-map-mob img {
        max-width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
    }
    .page-template-page-fillial_item section.news-block-wrp,
    .page-template-page-fillial_item .news-block-wrp {
        padding-bottom: 0;
    }
    .site-menu-wrp .nav-list .sub-menu li {
        margin-bottom: 0;
    }
    .sub-menu li a {
        font-size: 12px;
        padding: 3px 10px;
    }
    li .sub-menu {
        min-width: auto;
        max-width: 280px;
    }
    .advantages-col:nth-last-of-type(1) .advantages-item-desc, .advantages-col:nth-last-of-type(2) .advantages-item-desc, .advantages-col:nth-last-of-type(3) .advantages-item-desc {
        min-height: 150px;
        padding: 23px 7px 22px;
        max-width: calc(100% - 24px);
    }
    .advantages-col:nth-last-of-type(1) .advantages-item-desc strong,
    .advantages-col:nth-last-of-type(2) .advantages-item-desc strong,
    .advantages-col:nth-last-of-type(3) .advantages-item-desc strong{
        min-height: 20px;
    }










}
@media only screen and (max-width: 580px) {



    div iframe,
    iframe {
        max-width: 100%;
        /* height: auto; */
    }
    #fill-location .socials li a img {
        min-width: 20px;
        max-width: 20px;
    }
    .fillial-advantage-info p {
        font-size: 10px;
        line-height: 12px;
    }
    .fillial-advantage-image img {
        height: 114px;
    }
    .tab-gallery-col img {
        height: 114px;
    }
    .nav-tabs > li > a {
        font-size: 12px;
        line-height: 15px;
    }
    .fillial-grid-bg {
        height: 110px;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    .onegino-item__text p {
        font-size: 10px;
        line-height: 12px;
    }
    .onegino-item h4 {
        font-size: 10px;
        line-height: 12px;
    }
    .onegino-item__showalbum {
        min-height: 32px;
        font-size: 10px;
        line-height: 12px;
    }
    .onegino-item__img {
        height: 125px;
    }
    .promo-item p {
        font-size: 12px;
        line-height: 15px;
    }
    .promo-box > img {
        flex: 0 0 87px;
        max-width: 87px;
        height: 100%;
        display: block;
        min-height: 220px;
    }
    .working-desc p {
        font-size: 12px;
        line-height: 15px;
    }
    .gradual-desc .col-12 {
        padding: 0;
    }
    .gradual-desc, .gradual-desc p {
        font-size: 12px;
        line-height: 15px;
        text-align: left;
    }
    .gradual-desc h4 {
        font-size: 16px;
        line-height: 19px;
    }
    .reviews-wrp {
        padding: 70px 0 0;
    }
    .another-articles-slider .news-thumbnail img,
    .another-articles-slider .news-thumbnail {
        height: 190px;
    }
    .about-gradual p {
        font-size: 12px;
        line-height: 15px;
    }
    .about-gradual-title {
        font-size: 14px;
        line-height: 17px;
    }
    #page .gradual-wrp .home-quote-block .quote,
    .gradual-text {
        font-size: 12px;
        line-height: 15px;
    }
    .study-dir-info, .study-dir p, .study-dir li {
        font-size: 12px;
        line-height: 15px;
    }
    div.videos-study .video-block {
        height: 240px;
        margin-bottom: 20px;
    }
    .news-thumbnail img,
    .news-thumbnail {
        height: 100px;
    }
    div.pagin-row {
        padding: 30px 0 0;
    }
    .one-teacher-image img {
        height: 196px;
    }
    .fillials-wrp #map-main {
        height: 242px;
    }
    h3.three-level-title a, h3.three-level-title, .three-level-title {
        font-size: 12px;
        line-height: 15px;
    }
    div.text-block .text a, div.text-block a, div.text-block .text, div.text-block p {
        font-size: 12px;
        line-height: 15px;
    }
    div.some-methods-content .some-block-about-gradual .text-block {
        height: 300px;
    }
    .some-methods-col .three-level-title {
        min-height: 30px;
    }
    .main-programs .basic-image img {
        width: 100%;
        height: 177px;
    }
    .main-programs div.text-block .text a, .main-programs div.text-block a, .main-programs div.text-block .text, div.text-block p {
        font-size: 12px;
        line-height: 15px;
    }
    .photogallety-content .item-of-gallery .gallery-name {
        font-size: 12px;
        line-height: 15px;
    }
    .main-speech .text-20 {
        font-size: 12px;
        line-height: 15px;
    }
    .diagnosis-work-col-right img {
        height: 247px;
    }
    .ways-work li {
        font-size: 12px;
        line-height: 15px;
    }
    .ways-work li:last-child {
        margin-bottom: 0;
    }
    #page .teachers-name {
        font-size: 16px;
        line-height: 20px;
    }
    .uniform-image img {
        height: 196px;
    }
    .form-image img {
        height: 228px;
    }
    .form-name, .main-uniform .text-block p {
        font-size: 12px;
        line-height: 15px;
    }
    .main-uniform .col {
        padding-right: 10px;
        padding-left: 10px;
    }
    .uniform-row {
        grid-template-columns: repeat(2, 1fr);
        margin-right: -10px;
        margin-left: -10px;
    }
    .main-uniform h3.three-level-title a, .main-uniform h3.three-level-title {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 20px;
    }
    div.help-course-img img {
        height: 122px;
    }
    .page-template-default li, .page-template-default p {
        font-size: 12px;
        line-height: 15px;
    }
    .page-template-default ol {
        padding-left: 15px;
    }
    li {
        font-size: 12px;
        line-height: 15px;
    }
    .dostupnaya-sreda a,
    .dostupnaya-sreda p,
    .dostupnaya-sreda li {
        font-size: 12px;
        line-height: 15px; 
    }
    .reviews-list .item-of-review {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }
    .reviews-list {
        justify-content: center;
        gap: 0;
    }
    .category-reviews .all-reviews-row {
        padding-top: 0;
    }
    .single-review-row p {
        font-size: 12px;
        line-height: 15px; 
    }
    .reviews-list.another-reviews-list {
        max-width: 100%;
    }
    .one-review-image img {
        height: 206px;
    }
    .category-events .news-item .play-video,
    .category-events .news-item .play-video .teacher-link {
        width: 30px;
        height: 30px;
    }
    .item-of-food img {
        height: 240px;
    }
    .meal-schedule {
        margin: 30px 0 0;
    }
    section.food-rules-wrp {
        margin: 70px 0 0;
    }
    div.text-block .text:empty,
    div.text-block p:empty {
        display: none;
    }
    .catering-box .item-of-teacher {
        max-width: 270px;
        margin: 0 auto 20px;
    }
    .screen-fillial {
        margin-bottom: 3rem;
    }
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .main-teacher .section-title span,
    .custom-page .section-title,
    .custom-page h1, 
    span.section-title,
    h2.section-title,
    .section-title {
        font-size: 30px;
        line-height: 37px;
    }







    
}
@media only screen and (max-width: 480px) {
    .pagin-row .wp-pagenavi .first, .pagin-row .wp-pagenavi .last {
        display: none;
    }
    .catering-box {
        flex-wrap: wrap;
        gap: 0;
    }
    .item-of-food img {
        height: 190px;
    }
    .main-eat .item-of-review {
        flex: 0 0 100%;
    }
    .news-right {
        height: auto;
    }
    .header-contacts-item span {
        font-size: 14px;
        letter-spacing: 0;
    }
    #page .breadcrumb a, #page .breadcrumb .breadcrumbs__current, #page .breadcrumb span[itemprop="name"], #page .breadcrumb .breadcrumbs__current {
        font-size: 12px;
        line-height: 18px;
    }


}
@media only screen and (max-width: 380px) {
    .main-video-item .video-gallery-wrap__item,
    .main-video-item .video-gallery-wrap__item:nth-child(2n),
    .main-video-item .video-gallery-wrap__item:nth-child(3n),
    .main-video-item .video-gallery-wrap__item:nth-child(4n) {
        max-width: calc(100% - 60px);
    }
    .panel-heading a {
        padding-right: 35px;
    }
    .news-image-bg {
        margin-right: 20px;
    }
    .item-of-news.small {
        margin: 0 0 20px;
    }
    .language-block .dropdown .dropdown-toggle .language-name {
        margin: 0 4px 0 6px;
    }
    .topline-content > *:not(.header-logo) {
        margin-left: 10px;
    }

    
}
@media only screen and (max-width: 360px) {
    .page-template-page-fillial_item span.section-title,
    .page-template-page-fillial_item .section-title,
    .main-teacher .section-title span,
    .custom-page .section-title,
    .custom-page h1, 
    span.section-title,
    h2.section-title,
    .section-title {
        font-size: 27px;
        line-height: 34px;
    }
    .nav > li > a {
        padding: 10px;
    }
    .nav-tabs > li {
        margin: 0 5px 10px;
        flex: 0 0 calc(50% - 10px);
    }
    .nav-tabs {
        margin: 0 -5px 5px;
    }
    .tab-gallery {
        gap: 15px;
    }

}
@media only screen and (max-width: 350px) {
    .main-video-item .video-gallery-wrap__item,
    .main-video-item .video-gallery-wrap__item:nth-child(2n),
    .main-video-item .video-gallery-wrap__item:nth-child(3n),
    .main-video-item .video-gallery-wrap__item:nth-child(4n) {
        max-width: 100%;
    }
    .news-image-bg {
        margin-right: 12px;
    }
    .header-icon svg {
        margin-right: 4px;
    }



    
}
@media only screen and (max-width: 420px) and (max-height: 650px) {
    .site-menu-wrp .nav-list li {
        margin-bottom: 10px;
    }
    #page .ens-search {
        margin-bottom: 20px;
    }
    .site-menu-wrp .nav-list {
        margin-bottom: 20px;
    }
    .site-menu-wrp .header-contacts-item {
        margin-bottom: 10px;
    }
    .header-contacts-item span {
        font-size: 12px;
        line-height: 15px;
    }
    .header-icon svg {
        margin-right: 4px;
    }
    .site-menu-wrp .header-logo img {
        max-width: 122px;
        max-height: 50px;
    }
    .ens-form-item {
        margin-bottom: 15px;
    }
    .ens-form .wpcf7-form-control-wrap {
        margin-top: 5px;
    }


}