.stroka {
    display: flex;
    flex-wrap: wrap;
}
.stroka .lang-change {
    margin-top: 10px;
    font-family: "RobotoSlabRegular", sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.15px;
    cursor: pointer;
    padding-right: 10px;
    transition: 0.2s ease-in-out;
}

.stroka .lang-change:hover {
    filter: brightness(70%);
}




.whatsapp-hover-btn {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
}
.whatsapp-hover-btn img{
    width: 50px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.whatsapp-hover-btn img:hover{
    filter: brightness(130%);
}

#menu {
    /* border-bottom: 1px solid rgb(255, 199, 97); */
    /*text-align: center !important;*/
    /*margin: 0 auto;*/
    width: 100%;
    background-color: transparent;
    /*box-shadow: 0 16px 16px rgba(93, 93, 93, 0.3);*/
    position: absolute;
    /*height: auto !important;*/
    top: -100px !important;
    /*border-bottom: none;*/
}

#menu a {
    color: #ffffff;
}

#menu a:hover .black-circle {
    background-color: rgba(51, 51, 51, .5);
}

#menu img {
    width: 35px;
    margin: 0 auto;
    display: block;
}

#menu {
    font-size: 1.2rem;
}

.black-circle {
    transition: .2s;
    background-color: rgba(51, 51, 51, .3);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 10px 10px;
    width: 57px;
}

@media (min-width: 1441px) {
    #menu li {
        font-size: 20px;
    }
}

@media (max-width: 1024px) {
    #menu {
        top: -75px !important;
    }

    #menu li {
        font-size: 6.25vmin;
    }
}

@media (max-width: 768px) {
    #menu {
        display: none;
    }
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66666666%;
        flex: 0 0 16.66666666%;
        max-width: 16.66666666%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.usnewslogo .txt {
    display: flex !important;
    align-items: flex-start !important;
    flex-direction: column !important;
}

.header__order {
    background-color: transparent;
    box-shadow: none;
}

.header__order:hover {
    background-color: transparent;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	transition: all 0.15s;
	text-decoration: none;
	color: rgb(255 255 255);
}

.fa-whatsapp {
    font-size: 30px;
    color: #25d366;
}


.fa-instagram {
	font-size: 40px;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	
}

.whatsapp-btn {
    font-family: "RobotoSlabBold", sans-serif;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.87);

    margin-top: 10px;
    display: inline-block;
    /*width: 100%;*/
    /*text-align: left;*/
    /*height: 44px;*/
    /*line-height: 20px;*/
    display: flex;
    align-items: center;
}

html {
	overflow-x: hidden;
}

.stop-scroll {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.site-container {
    position: relative;
    overflow: hidden;
	margin-top: 117px;
}

@media (min-width: 1441px) {
.first-screen .main-menu {
overflow: hidden;
    min-height: 767px;
    max-width: 1600px !important;
}
}

.header .container {
    left: -39px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-navbar:not(.uk-navbar-attached) {
    top: 0px !important;
	position: fixed;
	z-index: 100;
}



.dropbtn {
    background-color: #105670;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}


.dropbtn:hover, .dropbtn:focus {
  background-color: #ffffff;
    color: #105670;
}


.dropdown {
  position: absolute;
    display: flex;
    top: 50%;
    right: 0%;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}


.dropdown-content a:hover {background-color: #ddd}


.show {
	display:block;
	margin-top: 46px;
}

@media (min-width: 1441px){
.first-screen__edge:nth-child(2) {
    left: -111px;
}

.first-screen__edge:nth-child(3) {
    left: -93px;
}
.first-screen__edge:nth-child(4) {
	left: -38px;
}
}

a.whatsapp-btn:hover {
	text-decoration: none;
}

.fa-language {
font-size: 60px;
    margin-top: 21px;
    color: #0079b5;	
}
.process-section__heading.descr {
	position: relative;
    width: 100%;
    font-family: "RobotoSlabRegular", sans-serif;
	font-size: 19px;
    text-align: center;
    color: #fff;
}

@media (min-width: 1441px) {
.process-section__heading::before {
    bottom: -25px;
    width: 90px;
    height: 1px;
}
}

.accordion__content span {
	font-size: 17px;
    font-weight: 600;
}

.procedure-section__descr span {
	font-size: 17px;
    font-weight: 600;
}

.about-section.engmob {
	min-height: 528px;
    background-image: url(../images/process-bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
	padding-top: 80px;
    padding-bottom: 60px;
}

.engmob h2 {
	color: white;
}

.engmob p {
	color: white;
}

.engmob ul {
	color: white;
}

.engmob li {
	color: white;
}

.engmob span {
	font-size: 17px;
    font-weight: 600;
}

.exam {
    position: relative;
    min-height: 38.88889vw;
    background-image: url(../images/exam-bg.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1500px) {
.site-container {
		margin-top: 0px;
	}
.header {
		padding-top: 0;
    background-color: #0179b5;
	padding-bottom: 3px;
}
div.uk-container {
    display : none;
}
div.wrap ul,ol {
	padding-left: 0px;
}
div.first-screen__edges {
	display : none;
}
.map-section {
	padding-top: 12.0625vmin;
}
.procedure-section {
	min-height: 80vmin;
}
.process-section {
	padding-top: 18.5vmin;
}
.questions-section__heading::before {
	bottom: 31px;
}
.section-map {
	display : none;
}
.contacts {
	padding-top: 4vmin;
}
.header .container {
	left: 0px;
}
.tm-navbar.uk-navbar {
	display: none;
}
.fa-check {
	margin-top: 28px !important;
}
	}

#logo-id {
 margin-left: -190px;
 margin-top: 0px!important;
}

.uk-navbar-nav.uk-hidden-small {
	    margin-top: -1px;
		   
}



div.tm-nav.uk-visible-large > div > ul:nth-child(8) {
	margin-top: -75px!important;
height: 80px;
}

div.tm-nav.uk-visible-large > div > ul:nth-child(9) {
	margin-top: -75px!important;
height: 80px;
}

div.tm-nav.uk-visible-large > div > ul:nth-child(10) {
	margin-top: -75px!important;
height: 80px;
}

div.tm-nav.uk-visible-large > div > ul:nth-child(11) {
	margin-top: -75px!important;
height: 80px;
}

div.tm-nav.uk-visible-large > div > ul:nth-child(12) {
	margin-top: -75px!important;
height: 80px;
}

.uk-navbar-nav > li > a {
	    height: 128px;
		line-height: 70px;
}

.uk-navbar {
	height: 117px;
}

.tm-nav-wrapper {
	max-height: 115px!important;
}


body > nav > div > div > div.tm-nav.uk-visible-large > div > ul:nth-child(8) > li > a {
	    height: 60px;
}

body > nav > div > div > div.tm-nav.uk-visible-large > div > ul:nth-child(9) > li > a {
	    height: 60px;
}

body > nav > div > div > div.tm-nav.uk-visible-large > div > ul:nth-child(10) > li > a {
	    height: 60px;
}

body > nav > div > div > div.tm-nav.uk-visible-large > div > ul:nth-child(11) > li > a {
	    height: 60px;
}

body > nav > div > div > div.tm-nav.uk-visible-large > div > ul:nth-child(12) > li > a {
	    height: 60px;
}

@media (min-width: 960px) {
.header__burger {
	display: none;
}
}
@media (max-width: 1024px) {
.first-screen {
    min-height: 121.5vmin !important;
    background-position: left center;
}
div.about-section__text ul {
	padding-left: 30px;
text-align: justify;
}
.programs-section td{
font-size: 5vmin;
    line-height: 7.5vmin;
    letter-spacing: 0.04688vmin;
}
.first-screen__heading {
	padding-left: 0.3125vmin;
}
.header__adress {
	line-height: 5.25vmin;
}
.programs-section {
    padding-top: 0vmin;
}
}

.required_field {
	padding-bottom: 10px;
	    padding-left: 0px;
}

