section.landing-admission {
    max-width: 1600px;
    margin: auto;
    background-color: #f5f5f5;
}
.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);
}

.fa-whatsapp {
    font-size: 30px;
    color: #25d366;
}

.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: 115px;
}

@media (min-width: 1441px) {
.first-screen .main-menu {
overflow: hidden;
    min-height: 767px;
    max-width: 1600px !important;
}


.uk-navbar {
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
}

}

.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;
}



.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 (max-width: 450px) {
	
.tm-navbar:not(.uk-navbar-attached) {
		position: absolute;
	}
	body {
		max-width: max-content;
	}
	
	.dropdown {
	top: 5%;	
	}
.site-container {
	margin-top: 57px;
}
.header {
	padding-top: 19.69444vw;
}
.first-screen .main-menu .menu__bottom__order {
	display: none;
}
.header .container {
	left: 0px;
}
}

.dropdown.burger {
display: contents;
}


dropbtntwo:hover, .dropbtntwo:focus {
  background-color: #ffffff;
    color: #105670;
}
.dropbtntwo {
    background-color: #105670;
    color: white;
    padding: 16px;
    font-size: 18px;
    border: none;
    cursor: pointer;
}


.dropdowntwo {
  position: absolute;
    display: contents;
    top: 50%;
    right: 0%;
}


.dropdown-contenttwo {
    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-contenttwo a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}


.dropdown-contenttwo a:hover {background-color: #ddd}

.showtwo {
	display: block;
    margin-top: 56px;
    margin-left: -21px;
}

#myDropdowntwo a {
	visibility: inherit !important;
}
.edges-section__item {
    min-width: 215px !important;
    position: relative;
    margin-bottom: 2.63889vw;
}
