html { scroll-behavior: smooth; }

.main-screen-button-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px !important;
}
.main-screen-button-container a{
    margin-left: 15px;
    text-decoration: none !important;
}

.landing_preview{
	width: -webkit-fill-available;
	height: 90vh;
	display: flex;
	justify-content: center;
	align-items: center;

	background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0)), url(../images/preview.jpg);
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 100%;
	background-attachment: fixed;
}
.landing_preview .uk-container{
	width: -webkit-fill-available;
}
.videos.uk-container{
	width: calc(100% - 90px);
}
ul.list li{
	margin-bottom: 16px;
}
.red_block_item{
	background-size: cover !important;
	background-repeat: no-repeat !important;
}
.clubs_hover .article{
	margin-top: 20px;
    max-height: 248px;
    overflow-y: auto;
}
.clubs_hover .article::-webkit-scrollbar {
  display: none;
}
.teacher_img{
	height: 500px;
	width: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	align-self: flex-end;
}

.top_country .article{
	margin-bottom: 0;
    margin-top: auto;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: 32px;
}
.about-item{
	max-width: unset;
	width: -webkit-fill-available;
}
.about_teacher{
	display: flex;
}
.about_teacher .column{
	width: -webkit-fill-available !important;
	margin: 40px 0;
}
.choose_the_way_of_study .column{
	width: -webkit-fill-available !important;
}
.uk-navbar-right{
	font-family: 'Manrope', sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    color: #212121 !important;
    transition: .1s ease-in-out;
    transition-property: color,background-color;
}
.uk-sticky.uk-active .uk-navbar-right{
    color: #fff !important;
    transition: .4s;
}
.uk-navbar-right div:hover{
	cursor: pointer;
	color: #212121;
}
#change_language_cover{
	background: #fff;
	transition: all 1s ease-in-out;
}
.places_for_classes .subtitle{
	font-size: 16px;
	margin: 65px 0 20px 0;
}
.places_for_classes .article{
	width: fit-content;
	margin: 0 auto;
	cursor: pointer;
}
.places_for_classes .article::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #F2C062;
    transition: .4s;
    position: relative;
    bottom: 0;
    left: 0;
}
  
.places_for_classes .article:hover::after {
    width: 100%;
}
.footer_main_part.adaptive .row .column{
	align-items: center;
	width: auto !important;
}
/*.contact_form_main,
.russian_levels{
	margin: 120px 0;
}*/

.footer_li.soc-links{
	display: flex;
    align-items: center;
}
.footer_li.address{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer_li.soc-links a{
    width: 20px;
    margin-right: 6px;
}
.videos polyline{
	stroke: #0A3066 !important;
}
.footer_main_part.adaptive .column a:last-of-type{
	margin-top: 5px;
}

@media (min-width: 640px){
	.videos.uk-container{
		width: calc(100% - 120px);
	}
}
@media (min-width: 960px){
	.videos.uk-container{
		width: calc(100% - 140px);
	}
}


@media screen and (max-width: 479px){
	.landing_preview .column{
		height: inherit;
		overflow-y: auto;
		justify-content: center;
		align-items: center;
	}
	.main-screen-button-container{
        flex-direction: column;
        align-items: flex-start;
        width: fit-content;
    }
    .main-screen-button-container a{
        margin-left: 0;
        margin-top: 10px;
    }
    .main-screen-button-container a,
    .main-screen-button-container button{
    	width: -webkit-fill-available;
    }
    .main_title {
        text-align: center;
    }

    .article {
        text-align: center;
    }
	#teachers ul.uk-slider-items{
		flex-direction: column;
	}
	#teachers ul.uk-slider-nav{
		display: none;
	}
	ul.adaptive{
		display: none;
	}
	.videos iframe{
		min-height: 220px
	}
	.contact_form_main, 
	.russian_levels{
		margin: 60px 0;
	}
	.main_third-section li:last-of-type{
		margin-top: 40px;
	}
	.landing_preview{
		height: calc(100vh - 100px);
	}
	.about_teacher{
		flex-direction: column-reverse;
	}
	.about_teacher .column{
		margin-top: 0;
	}
	.teacher_img{
		width: -webkit-fill-available;
		height: auto;
	}
	.about_us_grid .uk-width-1-2{
		width: -webkit-fill-available;
	}
	.top_country .article{
		bottom: 12px;
		right: 13px;
	}
}
@media screen and (min-width: 480px) and (max-width: 767px){
	#teachers ul.uk-slider-items{
		flex-direction: column;
	}
	#teachers ul.uk-slider-nav{
		display: none;
	}
	ul.adaptive{
		display: none;
	}
	.videos iframe{
		min-height: 320px
	}
	.contact_form_main, 
	.russian_levels{
		margin: 80px 0;
	}
	.main_third-section li:last-of-type{
		margin-top: 40px;
	}
	.landing_preview{
		height: calc(100vh - 100px);
	}
	.about_teacher{
		flex-direction: column-reverse;
	}
	.about_teacher .column{
		margin-top: 0;
	}
	.teacher_img{
		width: -webkit-fill-available;
		height: auto;
	}
	.about_us_grid .uk-width-1-2{
		width: -webkit-fill-available;
	}
	.top_country .article{
		bottom: 12px;
		right: 13px;
	}
}
@media screen and (min-width: 768px) and (max-width: 959px){
	.videos iframe{
		min-height: 420px
	}
	.uk-navbar-nav>li>a{
		font-size: 12px !important;
	}
	.uk-sticky.uk-active li a{
		font-size: 13px !important;
	}
	.contact_form_main, 
	.russian_levels{
		margin: 100px 0;
	}
	.main_third-section li:last-of-type{
		margin-top: 40px;
	}
	.landing_preview{
		height: calc(50vh - 100px);
	}
	.top_country .article{
		bottom: 19px;
		right: 20px;
	}
	.teacher_img {
	    height: auto;
	    width: 50vw;
	}
}
@media screen and (min-width: 960px) and (max-width: 1199px){
	.videos iframe{
		min-height: 220px
	}
	.top_country .article{
		bottom: 24px;
		right: 25px;
	}
}

.about_country_main_part {
	margin: 0;
	padding-top: 60px;
}

.uk-navbar-left {
	flex-wrap: nowrap;
}

.main_content{
	padding-top: 0;
}

.footer_main_part {
	justify-content: space-between;
}

/*.about-item {
	min-height: 300px;
}*/

.uk-navbar-nav li a:hover {
	text-decoration: none !important;
}

.uk-navbar-nav li::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #F2C062;
    transition: .4s;
    position: relative;
    top:-20px;
    left: 10%;
}


.uk-navbar-nav li:hover::after {
    width: 80%;
}

.content-video {
	padding-top: 80px !important;
	margin: 0;
}

.about_teacher .column {
	margin: 40px;
}
.language_changer:after{
	display: none !important;
}

#thanks {
	background-color: #C10A36;
	padding-top: 73px;
	margin: 0;
    padding-bottom:0;
	margin-bottom: 80px;
	width: 100%;
}

#thanks .common-heading {
	color: #fff;
}

.error {
	color: #C10A36;
	display: block;
}