body{
    overflow-x: hidden;  box-sizing: border-box;
    background-color: #fff;
}

html body {
    box-sizing: border-box;
    background-color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4 {
    font-family: "Montserrat", sans-serif;
  }
  
  p {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 16px;
  }
  
  h1 {
    font-size: 48px;
  }
  
  h2 {
    font-size: 24px;
    font-weight: 700;
  }
  
  h3 {
    font-size: 20px;
  }
  
  h4 {
    font-size: 18px;
  }
  
  section{
    max-width: 100%;
  }

  .uk-navbar-container {
    background:  inherit !important;
  }
  
  .main-nav {
    display: flex;
    justify-content: space-between;
  }

  .clubs ul.uk-slider-items{
    width: -webkit-fill-available;
    height: 380px;
  }
  
  .uk-navbar-nav>li>a {
    font-family: 'Manrope', sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    color: #212121 !important;
  }
  
  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  
  .header-logo {
    content: url(../images/logo.png);
    padding-right: 45px;
  }
  
  li .second-level::after {
    content: '';
    -webkit-mask-image: url(../images/chevron.up.svg) ;
  
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
      -webkit-mask-position: center;
    /* background-image:url(../images/chevron.up.svg); */
    background-size: 10px 5px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px; 
    height: 5px;
    /* margin-top: 10px; */
    background-color: #212121;
    /* width: 15px; */
    position: relative;
    left: 6px;
  }
  
  .custom-btn {
    border: 0;
    padding: 16px 24px;
    background-color: #0A3066;
    color: white;
    text-transform: uppercase;
    transition: .4s;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
  }
  
  .uk-sticky.uk-active .uk-navbar-dropdown-nav li a {
    color: #212121 !important;
    /* transition: .4s; */
}

.uk-sticky.uk-active header,
.uk-sticky.uk-active header .header-container {
  height: 80px;
  transition: .4s;
}

.uk-sticky.uk-active .header-container {
  padding: 0;
  transition: .4s;
}

.uk-sticky.uk-active .custom-btn:hover {
  background-color: #0A3066;
  color: #fff;
}

.uk-sticky-placeholder {
  height: 80px;
}

  .custom-btn:hover {
    background: #C10A36;
  }
  
  /*DROPDOWN*/
  .select-dropdown {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 16px 0 0;
  }
  .select-dropdown::last-child {
    margin-right: 0px;
  }
  .select-dropdown__button {
    /* padding: 10px 35px 10px 15px; */
    background-color: inherit;
    color: #212121;
    /* border: 1px solid #cecece; */
    /* border-radius: 3px; */
    cursor: pointer;
    /* width: 210px; */
    /* text-align: left; */
    border: none;
  }
  .select-dropdown__button::focus {
    outline: none;
  }
  .select-dropdown__button .zmdi-chevron-down {
    position: absolute;
    right: 10px;
    top: 12px;
  }
  .select-dropdown__list {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    max-height: 300px;
    overflow: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #cecece;
    border-top: 0px solid transparent;
    list-style-type: none;
    opacity: 0;
    pointer-events: none;
    transform-origin: top left;
    transform: scale(1, 0);
    transition: all ease-in-out 0.3s;
    z-index: 2;
  }
  .select-dropdown__list.active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1, 1);
  }
  .select-dropdown__list-item {
    display: block;
    list-style-type: none;
    padding: 10px 15px;
    background: #fff;
    border-top: 1px solid #e6e6e6;
    cursor: pointer;
    text-align: left;
    transition: all ease-in-out 0.3s;
    font-family: 'Manrope', sans-serif !important;
    font-weight: normal;
    font-size: 14px !important;
    line-height: 19px !important;
    text-transform: uppercase !important;
    color: #212121;
  }
  .select-dropdown__list-item:hover {
    background-color: #0A3066;
    color: #fff;
    transition: all ease-in-out 0.3s;
  }
  
  .uk-sticky.uk-active header {
    background-color: #C10A36;
    transition: .3s;
  }
  
  /* .uk-sticky.uk-active .uk-navbar-container {
    background-color: #C10A36 !important;
    transition: .4s;
  } */
  
   /* .uk-sticky.uk-active .select-dropdown__button {
    background-color: #C10A36;
    transition: .4s;
  } */
  
  .uk-sticky.uk-active li a {
    color: #fff !important;
    transition: .4s;
    white-space: nowrap;
  }
  
  .uk-sticky.uk-active li .second-level::after {
    background-color: #fff;
    transition: .4s;
  }
  
  .uk-sticky.uk-active .select-dropdown__button {
    color: #fff;
    transition: .4s;
  }
  
  .uk-sticky.uk-active .select-dropdown__button::after {
    background-color: #fff;
    transition: .4s;
  }
  
  .uk-sticky.uk-active .custom-btn {
    background-color: #fff;
    color: #C10A36;
    transition: .4s;
  }

  .header-logo {
    transition: .4s;
  }
  
  .uk-sticky.uk-active .header-logo {
    content: url(../images/logo_white.png);
    transition: .4s;
    height: 60px;
  }

  .uk-sticky.uk-active .uk-offcanvas-bar {
    background-color: #C10A36 !important;
  }

  .uk-sticky.uk-active .uk-offcanvas-bar button {
    color: #fff !important;
  }

  .uk-sticky.uk-active .uk-offcanvas-bar .made_by {
    color: #fff !important;
  }
  
  
  .select-dropdown__button::after {
    content: '';
    -webkit-mask-image: url(../images/chevron.up.svg) ;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
      -webkit-mask-position: center;
    /* background-image:url(../images/chevron.up.svg); */
    background-size: 10px 5px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px; 
    height: 5px;
    /* margin-top: 10px; */
    background-color: #212121;
    width: 10px;
    position: relative;
    /* left: 5px; */
    right: 8px;
    top: -2px;
  }
  /*DROPDOWN END*/
  
  .main_first-section {
    height: 100%;
    background: url(../images/first_background.png) no-repeat center center fixed;
    /* background-size: cover; */
    background-size: cover;
    /* height: 100%; */
  }

  .font-color-white {
    color: #fff;
  }

  .font-color-white .top_country {
    color: #fff;
    outline: 1px solid #fff;
    transition: .5s;
  }
  
  .font-color-white .top_country:hover::before, .font-color-white .top_country:hover::after {
    border-color: #fff;
  }
  
  .font-color-white .top_country.green:hover {
    outline: 1px solid #239323;
  }

  .font-color-white .top_country.green:hover::before, .font-color-white .top_country.green:hover::after {
    border-color: #239323;
  }

  .discleimer {
    margin-top: 10px;
    font-style: italic;
    text-align: center;
  }
  
  .discleimer-wrapper {
    margin-top: 40px;
    
  }
  
  
  .title-container {
    padding-top: 244px;
  }
  
  .title-container h1 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
    margin: 0;
  }
  
  .title-container p {
    color: #fff;
    font-size: 20px;
    line-height: 27px;
    margin: 0;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  
  .languages-cards {
    padding-top: 80px;
    padding-bottom: 20px;
  }
  
  .language-card {
    background: rgba(255, 255, 255, 0.7);
    max-width: 381px;
    padding-top: 30px;
    padding-left: 32px;
    transition: .3s;
    /* margin-left: -40px; */
  }

  .language-card:hover {
    background: #fff;
  }

  .language-card:first-child {
    border: 8px solid #0A3066;
  }

  .language-card:nth-child(2) {
    border: 8px solid #0A3066;
    position: relative;
  }

  .language-card:not(:last-child) {
    /* margin-right: 20px; */
  }

  /* .languages-cards {
    padding-left: 40px;
  } */

  /* .languages-cards .uk-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  } */

  .language-card h2 {
      margin: 0;
      padding-bottom: 8px;
  }

  .language-card p {
    margin: 0;
    padding-bottom: 52px;
    }

  .language-card .flex-container {
    display: flex;
    justify-content: flex-end;
    margin-right: 16px;
    margin-bottom: 20px;
  }

  .right-arrow-btn {
      border: none;
      background: none;
  }

  .language-card .right-arrow-btn {
    padding-bottom: 16px;
  }
  
  .main_content {
    padding-top: 120px;
  }

  .common-heading {
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #212121;
    text-align: center;
  }
  
  .common-heading-third {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #212121;
    margin: 0;
  }

  .about-item {
    height: 100%;
    /*max-width: 333px;*/
    padding: 0 40px;
    position: relative;
    background: #F8F7FC;
  }

  .about-cover:nth-child(2n+1) .about-item {
    margin-left: auto;
  }

  .about-item:nth-child(odd) {
    /* margin-right: 20px; */
  }

  /* .about-container .uk-grid {
    margin-left: 150px;
  } */

  /* .about_us_grid {
    justify-content: center;
    grid-column-gap: 20px;
  } */

  .inner-about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 68px;
    position: relative;
    z-index: 2;
    height: calc(100% - 88px);
  }
  .inner-about .fact{
    height: -webkit-fill-available;
    align-items: flex-end;
  }

  .inner-about img {
    margin-bottom: 20px;
    max-width: 64px;
    max-height: 64px;
  }

  .inner-about hr {
    width: 108px;
    height: 4px;
    background: #F2C062;
    margin: 12px 0 16px 0;
  }

  .inner-about p {
    opacity: 0.8;
    color: #212121;
    text-align: center;
    margin: 0;
  }

  .inner-about a {
    padding-top: 16px;
  }

  .inner-about a {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration-line: none;
    color: #F2C062;

  }

  .inner-about a::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #F2C062;
    transition: 300ms;
  }
  
  .inner-about a:hover::after {
    width: 100%;
  }

  .rectangle {
    width: 100%;
    height: 64px;
    background: linear-gradient(
90deg
, #F1F2F8 0%, rgba(241, 242, 248, 0) 100%);
    position: absolute;
    left: 0;
    transition: .7s;
  }

  .rectangle::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #0A3066;
    display: block;
    position: relative;
    top: 52px;
  }

  .about-item:hover .rectangle {
    height: 100%;
  }

  .main-slider-team p {
    text-align: center;
  }

  .slider-arrows {
    position: relative;
    top: -250px;
  }

  .club-item {
    background-image: url(../images/Rectangle.png);
    min-height: 400px;
    min-width: 413px;
    margin-right: 10px;
  }

  .club-item * {
    color: #fff;
  }



  
body{
  overflow-x: hidden;
}

a.uk-slidenav{
  padding: 0 !important;
}
.client_speak a.uk-position-center-left-out,
.main_third-section a.uk-position-center-left-out,
.choose_the_way_of_study a.uk-position-center-left-out,
.advantages a.uk-position-center-left-out{
  margin-right: 40px;
}
.client_speak a.uk-position-center-right-out,
.main_third-section a.uk-position-center-right-out,
.choose_the_way_of_study a.uk-position-center-right-out,
.advantages a.uk-position-center-right-out{
  margin-left: 40px;
}
/*.videos a.uk-position-center-left-out{
  margin-right: 150px;
}
.videos a.uk-position-center-right-out{
  margin-left: 150px;
}*/
.videos video,
.videos iframe{
  width: -webkit-fill-available;
  height: auto;
  position: relative;
  object-fit: cover;
  cursor: pointer;
}
.main_third-section li{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_third-section li img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  object-fit: cover;
}
.slider-arrows{
  position: absolute;
  top: 0;
  width: -webkit-fill-available;
}
.main_third-section .slider-arrows{
  top: 112px;
}
/*.clubs [class*=uk-position-center-left], 
.clubs [class*=uk-position-center-right]{
  top: 192px;
}*/
.client_speak [class*=uk-position-center-left], 
.client_speak [class*=uk-position-center-right]{
  top: 33px;
}
.choose_the_way_of_study [class*=uk-position-center-left], 
.choose_the_way_of_study [class*=uk-position-center-right]{
  top: 150px;
}
/*.videos [class*=uk-position-center-left], 
.videos [class*=uk-position-center-right]{
  top: 100px;
}*/
.contact_form_main .title,
#contacts .title{
  text-align: unset;
  font-size: 20px;
  color: #212121;
}
.contact_form_main .fact,
#contacts .fact{
  font-size: 16px;
  opacity: 1;
}
.uk-icon svg{
  opacity: 0.5;
}
.about_country_main_part .title{
  text-align: start;
}

.interested_in_content .article{
  font-size: 16px;
}
.about_country_main_part .title{
    font-size: 20px;
  }
  .about_country_main_part .article{
    font-size: 16px;
    font-family: "Manrope", sans-serif;
  }

.current_offers a{
	display: flex;
	flex-direction: row;
}
.current_offers a:hover{
  text-decoration: none;
}

.select-dropdown__button::after {
  content: '';
  -webkit-mask-image: url(../images/chevron.up.svg) ;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
    -webkit-mask-position: center;
  /* background-image:url(../images/chevron.up.svg); */
  background-size: 10px 5px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 10px; 
  height: 5px;
  /* margin-top: 10px; */
  background-color: #212121;
  width: 10px;
  position: relative;
  /* left: 5px; */
  right: 8px;
}
/*DROPDOWN END*/

.main_first-section {
  height: 100%;
  background: url(../images/first_background.png) no-repeat center center fixed;
  /* background-size: cover; */
  background-size: cover;
  /* height: 100%; */
}

.title-container {
  padding-top: 244px;
}

.title-container h1 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin: 0;
}

.title-container p {
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  margin: 0;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 20px;
}

.languages-cards {
  padding-top: 80px;
}

.language-card {
  background-color: #fff;
}

  #about_country_page .uk-grid{
    margin: 0;
  }
  #about_country_page .uk-grid>*{
    padding: 0;
  }

  #about_country_page .uk-grid img{
  	min-width: 100%;
    min-height: 100%;
  	object-fit: cover;
  }






/*about country*/
main{
    font-family: 'Manrope' !important;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
  }
  ul{
    list-style-type: square;
    margin: 0;
  }
  ul li::before {
    color: #0A3066 !important;
  }
  polyline{
    stroke-width: 3;
  }
  ul.list li{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }


  .pr_blue_b{
    background: #0A3066 !important;
  }
  .pr_blue_c{
    color: #0A3066 !important;
  }
  .pr_black_b{
    background: #212121 !important;
  }
  .pr_black_c{
    color: #212121 !important;
  }
  .pr_gold_b{
    background: #F2C062 !important;
  }
  .pr_gold_c{
    color: #F2C062 !important;
  }
  .pr_red_b{
    background: #C10A36 !important;
  }
  .pr_red_c{
    color: #C10A36 !important;
  }
  .pr_white_b{
    background: #ffffff !important;
  }
  .pr_white_c{
    color: #ffffff !important;
  }
  .sc_blue_b{
    background: #001B41 !important;
  }
  .sc_blue_c{
    color: #001B41 !important;
  }
  .sc_mgrey_b{
    background: #666666 !important;
  }
  .sc_mgrey_c{
    color: #666666 !important;
  }
  .sc_lgrey_b{
    background: #F8F7FC !important;
  }
  .sc_lgrey_c{
    color: #F8F7FC !important;
  }

  .bold{
    font-weight: bold;
  }



  .slider ul.uk-slider-items{
    height: 700px;
    overflow: hidden;
  }
  .slider li{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slider img{
    object-fit: cover;
    min-height: 100%;
    width: 100%;
    filter: brightness(50%);
  }
  .slider ul.uk-slider-nav{
    width: 100%;
    position: absolute;
    top: 650px;
  }
  .slider div.uk-container.column{
    position: absolute;
    width: -webkit-fill-available;
  }
  .link{
    display: flex;
    flex-direction: row;
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
  }
  .final_page{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    opacity: 0.6;
  }
  .link_arrow,
  .top_country_arrow{
    margin: 0 10px;
    background-color: #fff;
    -webkit-mask: url(/images/arrow.right.svg) no-repeat center;
    -webkit-mask-size: 100%;
  }
  .red_block_item .link_arrow,
  .top_country .top_country_arrow{
      -webkit-mask-position: bottom;
  }
  .link_arrow,
  .top_country_arrow{
    width: 24px;
    height: 24px;
  }
  .link .link_arrow{
    width: 10px;
    height: 10px;
  }
  .to_top .link_arrow{
    width: 15px;
    height: 15px;
  }
  .clubs_hover div.row,
  .clubs_main div.row{
    justify-content: space-between;
    align-items: center;
  }




  .row{
    width: 100%;
    height: auto;
    display: flex !important;
    flex-direction: row;
  }
  .column{
    width: auto;
    display: flex;
    flex-direction: column;
  }
  .light_grey{
    width: calc(100% - 108px);
    background: #F8F7FC;
    padding: 54px;
  }
  .about_country_main_part{
    margin: 120px auto;
  }
  #about_country_page .uk-grid{
    margin-bottom: 65px;
  }
  #contacts_main_part .row{
    margin-bottom: 120px;
  }
  .title{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
  }


  .subtitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
  }

  .top_countries .subtitle {
    margin-bottom: 0;
  }
  .main_title{
    font-size: 48px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
  }
  .main_title h1{
    color: #fff;
  }
  .about_country_img{
    width: 522px;
    height: auto;/*348px;*/
    overflow: hidden;
  }
  #about_country_page .column{
    max-width: 500px;
    justify-content: center;
  }
  .about_country_img img{
    min-height: 100%;
    min-width: 100%;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
  }
  .img_left{
    margin-right: 128px;
  }
  .img_right{
    margin-left: 128px;
  }
  .article{
    margin-bottom: 24px;

    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
  }
  .article.bold{
    font-family: 'Montserrat';
    font-size: 14px !important;
    font-weight: bold;
  }
  .column .article.bold{
    text-transform: uppercase;
  }
  .fact{
    color: #0A3066;
    font-family: Manrope;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0.6;
  }
  .fact img{
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .jc-sb{
    justify-content: space-between;
  }
  .light_grey .column{
    width: 45%;
  }
  .choose_the_way_of_study .column{
    width: 336px;
  }
  .enroll-btn{
    margin: 15px 0;
  }
  .content{
    width: 100%; 
    padding: 80px 0;
    margin-bottom: 120px;
    display: flex; 
    justify-content: center;
  }
  .red_block_item{
    position: relative;
    background-position: center;
    height: 336px;
    width: 336px;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 15px;
    outline: 12px solid #C10A36;
    outline-offset: -10px;
    padding: 0;
  }
  .red_block_item .article{
    display: unset;
  }
  .sc_lgrey_b .red_block_item{
    outline-color: #F8F7FC;
  }
  .red_block_item .row{
    width: 100%;
    justify-content: space-between;
  }
  .red_block_item .subtitle,
  .red_block_item .article{
    margin-bottom: 0;
  }
  .about_country_page .red_block_item:hover{
    cursor: pointer;
    background-image: none;
    background: #F2C062;
    justify-content: space-between;
/*    color: #212121 !important;*/
  }
  .about_country_page .red_block_item .clubs_main{
  	color: #fff !important;
  }
  .about_country_page .red_block_item .clubs_hover{
  	color: #212121 !important;
  }
  /*.about_country_page .red_block_item:hover .link_arrow{
    background-color: #212121 !important;
  }
  .about_country_page .red_block_item:hover .subtitle{
    color: #212121 !important;
  }*/
  .about_country_page .red_block_item:hover .article{
    display: block !important;
    margin: 0;
  }


  .free_consultation{
    width: 630px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  form{
    width: 100%;
  }
  label{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #212121;
    opacity: 0.8;
    position: relative;
    display: block;
  }
  input{
    width: 100%;
    padding: 15px;
    outline: 1px solid #F2C062;
    border: none;
    margin-top: 6px;
    margin-bottom: 24px;
    outline-offset: -1px;

    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #212121;
  }
  input:focus,
  input:placeholder-shown {
    outline: 4px solid #F2C062;
    outline-offset: -4px;
  }
  /*input:invalid {
    width: calc(100% - 38px);
    border: 4px solid #C10A36;
  }
  input:invalid > .error_label{
    color: #C10A36;
    display: block;
  }
  .error_label{
    display: none;
  }*/
  .submit_btn{
    width: 100% !important;
    padding: 15px 0;
    display: flex;
    justify-content: center;
  }

  .video_desc{
    margin-top: 24px;
  }


  .client_speak li{
    display: flex;
  }
  .client_speak img{
    width: 70px !important;
    height: 70px;
    border-radius: 35px;
    margin-right: 35px;
  }
  .client_speak .article,
  .free_consultation .article{
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }
  .author{
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 2px;
    opacity: 0.3;
  }
  ul.author{
    opacity: 1;
  }
  ul.author > li > a{
    background-color: #fff !important;
    opacity: 0.3;
  }
  .uk-active > a{
    opacity: 0.5 !important;
  }
  ul.author.pr_black_bc > li > a{
    background-color: #212121 !important;
  }

  .more_info_button{
    width: fit-content;
    height: fit-content;
    padding: 15px 24px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;

    font-family: 'Manrope';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
  }
  .more_info_button.pr_white_b.pr_blue_c:hover{
    color: #fff !important;
    background: #C10A36 !important;
  }
  .more_info_button.pr_white_b.pr_blue_c:disabled{
    color: #666666 !important;
    background: #F8F7FC !important;
  }
  .more_info_button.pr_white_b.pr_red_c:hover{
    color: #fff !important;
    background: #0A3066 !important;
  }
  .more_info_button.pr_white_b.pr_red_c:disabled{
    color: #666666 !important;
    background: #F8F7FC !important;
  }
  .more_info_button.pr_white_c.pr_red_b:hover{
    color: #fff !important;
    background: #0A3066 !important;
  }
  .more_info_button.pr_white_c.pr_red_b:disabled{
    color: #fff !important;
    background: #666666 !important;
  }
  .more_info_button.pr_blue_b.pr_white_c:hover{
    color: #fff !important;
    background: #C10A36 !important;
  }
  .more_info_button.pr_blue_b.pr_white_c:disabled{
    color: #fff !important;
    background: #666666 !important;
  }
  .more_info_button.border_white{
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
  }
  .more_info_button.border_white:hover{
    outline: 4px solid #fff;
    outline-offset: -4px;
  }
  .more_info_button.border_white:disabled{
    outline: none;
    opacity: 0.5
  }
  .more_info_button.border_blue{
    border: 1px solid #0A3066;
    color: #0A3066;
    background: transparent;
  }
  .more_info_button.border_blue:hover{
    border: 1px solid #C10A36;
    outline: 4px solid #C10A36;
    outline-offset: -4px;
  }
  .more_info_button.border_blue:disabled{
    outline: none;
    border: 1px solid #666666;
    color: #666666;
  }

  .choose_the_way_of_study li{
    width: unset;
    padding-left: 12px;
  }
  .choose_the_way_of_study .uk-position-relative li{
    width: 100%;
    padding: 0;
  }
  .choose_the_way_of_study .article{
    font-size: 16px;
    line-height: 24px;
  }


  footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-family: 'Manrope';
  }
  .footer_main_part{
    /*width: 1150px;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .footer_main_part.adaptive{
    display: none;
  }
  .footer_additional{
    opacity: 0.5;
    margin-bottom: 25px;
  }
  .footer_li{
    margin-bottom: 12px;
  }
  .logo{
    width: 110px;
    height: 80px;
  }
  .logo_desc{
    margin: 20px 0;
    max-width: 305px;
  }
  .social_media{
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .to_top{
    width: 48px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    cursor: pointer;
  }
  .to_top .link_arrow{
    margin: 0;
    background-color: #F2C062 !important;
    transform: rotate(-90deg);
  }
  footer .select-dropdown__button{
    background-color: #001B41;
    color: #fff;
  }
  footer .select-dropdown__button:after{
    background-color: #fff;
  }
/*about country*/



/*country*/
  .grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  .interested_in_content .uk-grid .red_block_item{
    margin-bottom: 0;
    outline-color: #fff;
  }
  .top_country{
    position: relative;
    display: flex;
    justify-content: space-between;
    outline: 1px solid #0A3066;
    color: #212121;
    padding: 30px 32px;
    min-height: 60px;
    text-transform: uppercase;
  }
  .top_country:hover{
    cursor: pointer;
    outline-offset: unset;

  }
  #full-fill-animation .top_country:hover{
    background: #0A3066;
    transition: all .25s .5s ease-in-out;
    color: #FFFFFF;
  }


  .top_country::before, 
  .top_country::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
  }
  .top_country::before {
    border-bottom-width: 8px;
    border-right-width: 8px;
  }
  .top_country::after {
    border-top-width: 8px;
    border-left-width: 8px;
  }
  .top_country:hover::before, 
  .top_country:hover::after {
    border-color: #0A3066;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: calc(100% );
    height: calc(100%);
  }
  .top_country:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .top_country:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }

  .advantages ul.uk-slider-items li{
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('https://picsum.photos/1522');
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    background-size: 100%;
    background-repeat: no-repeat;
  }



  .full_fill .top_country:hover{
    cursor: pointer;
    /* background: #0A3066; */
    /* color: #ffffff; */
  }
  #full-fill-animation .top_country:hover .top_country_arrow{
    background-color: #ffffff; 
  }
  .full_fill .grid{
    grid-template-columns: repeat(4, 1fr);
  }
  .top_country_arrow{
  	height: -webkit-fill-available;
    justify-content: flex-end;
    background-color: #0A3066;
  }
  .other_countries{
    margin: 120px 0;
  }
  .other_country{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 30px;
  }
  .flag{
    width: 36px;
    height: 36px;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .flag img{
    height: 64px;
  }
  .country_name{
    height: fit-content;
    margin-left: 10px;
    text-align: center;
  }
  .other_country:hover{
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }
  .interested_in_select{
    display: block !important;
    border: 1px solid #F2C062;
    padding: 16px;
    min-width: 305px;
  }
  .interested_in_content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .interested_in_country{
    height: 400px;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)), url('https://picsum.photos/522/400');
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .interested_in_country .row{
    width: 100%;
    justify-content: space-between;
  }
  .interested_in_country .row,
  .interested_in_country .subtitle{
    margin-bottom: 5px;
    padding: 0;
  }


  .consultation{
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .step_row{
    width: -webkit-fill-available;
    margin-bottom: 40px;
  }
  .step{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 24px 20px 24px;
  }
  .square{
    width: 12px;
    height: 12px;
    position: relative;
    top: 55px;
    margin-right: calc(100% + 36px);
  }
  .step_number{
    font-size: 48px;
    font-weight: bold;
  }
  .step_icon{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .step_line{
    width: 108px;
    height: 4px;
    margin-bottom: 16px;
  }
  .mb8{
    margin-bottom: 80px;
  }
  .mb24{
    margin-bottom: 24px;
  }
  .fw500{
    font-weight: 500 !important;
  }
  .red_block_grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
  }
  .other_countries .row{
    justify-content: center;
  }
  .other_countries .row:not(:last-of-type){
    margin-bottom: 40px;
  }
  #contacts .title{
    margin-bottom: 16px;
  }
  #contacts .fact{
    margin-top: 8px;
    max-width: 45vw;
    width: max-content;
  }
  #contacts .fact a{
  	word-wrap: break-word;
    max-width: calc(45vw - 36px);
  }
  #contacts_row{
    justify-content: space-between;
  }
  #map iframe{
    width: 100%;
    height: 400px;
  }
  .grid_work{
    height: fit-content;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }
  .adaptive_menu_icon{
    display: none;
    cursor: pointer;
    border: none;
    height: 30px;

    background-color: #212121;
    -webkit-mask: url(../images/menu.svg) no-repeat center;
    mask: url(../images/menu.svg) no-repeat center;
  }
  .adaptive_menu_icon:hover{
    background-color: #C10A36;
  }



  .languages-cards .language-card{
    background: rgba(255,255,255,0.7);
    border: none;
    cursor: pointer;

    transition: all 0.25s 0.0833333333s;
    position: relative;
  }
  .languages-cards .language-card:hover{
    background: #fff;
  }
  .languages-cards .language-card::before, 
  .languages-cards .language-card::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
  }
  .languages-cards .language-card::before {
    border-bottom-width: 4px;
    border-right-width: 4px;
  }
  .languages-cards .language-card::after {
    border-top-width: 4px;
    border-left-width: 4px;
  }
  .languages-cards .language-card:hover::before, 
  .languages-cards .language-card:hover::after {
    border-color: #0A3066;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .languages-cards .language-card:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .languages-cards .language-card:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }
/*country*/



@media screen and (max-width: 479px){
  .clubs ul.uk-slider-items{
    height: 350px;
  }
  .choose_the_way_of_study .grid{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .choose_the_way_of_study .column{
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .choose_the_way_of_study .red_block_item{
    width: 100%;
    height: 350px;
  }
  .choose_the_way_of_study .uk-slider-nav.uk-dotnav{
    width: -webkit-fill-available !important;
    margin-left: unset !important;
  }
  .uk-sticky.uk-active .adaptive_menu_icon{
    background-color: #fff;
  }
  .uk-sticky.uk-active .adaptive_menu_icon:hover{
    background-color: #0A3066;
  }
  .offcanvas-usage-main{
    width: -webkit-fill-available;
  }
  div.header-icon{
    margin-top: 30px !important;
  }
  div.header-icon img{
    height: 50px;
  }
  .adaptive_menu_icon{
    display: unset !important;
  }
  .uk-navbar-left nav,
  .header_right_side select,
  .header_right_side button{
    display: none;
  }
  main, .fact{
    font-size: 12px;
  }
  main.about_country .about_country_main_part .uk-grid{
    flex-direction: column;
  }
  .reverse{
    flex-direction: column-reverse;
  }
  main.about_country .about_country_main_part .uk-grid .subtitle,
  main.about_country .about_country_main_part .uk-grid .title{
    margin-bottom: 5px;
  }
  .light_grey .column{
    width: 100%;
    margin-bottom: 10px;
  }
  .slider ul.uk-slider-items{
    height: 100vh;
  }
  .slider ul.uk-slider-nav{
    top: 90vh;
  }
  .slider div.uk-container.column{
    position: absolute;
    width: -webkit-fill-available;
  }

  .light_grey{
    width: calc(100% - 44px);
    padding: 22px;
  }
  .about_country_main_part{
    width: 90vw;
    margin: 50px 0;
  }
  .about_country_main_part .uk-grid{
    margin-bottom: 25px;
  }
  .title{
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  .subtitle{
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  .main_title{
    font-size: 20px !important;
    margin: 7px 0;
  }
 
  .article{
    font-size: 12px;
  }
  .about_country_img{
    width: 90vw;
    height: auto/*60vw*/;
    margin-bottom: 20px;
  }
  .img_left{
    margin-right: 0px;
  }
  .img_right{
    margin-left: 0px;
  }
  .article{
    margin-bottom: 10px;
  }
  .content{
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .red_block_item{
    height: 43vw;
    width: 43vw;
}

  .free_consultation{
    width: 90vw;
  }
  /*input{
    width: calc(100% - 15px);
    padding: 7px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
  input:focus{
    width: calc(100% - 22px);
    border: 4px solid #F2C062;
  }
  input:placeholder-shown {
    border: 4px solid #F2C062;
  }*/
  .submit_btn{
    padding: 8px 0 !important;
  }

  .video_desc{
    margin-top: 10px;
  }

  .client_speak img{
    width: 20vw !important;
    height: 20vw;
    border-radius: 20vw;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .more_info_button{
    padding: 6px 10px;
    font-size: 12px;
  }

  .footer_main_part{
    display: none;
    width: 95vw;
    margin-top: 30px;
    margin-bottom: 6px;
  }
  .footer_main_part.adaptive{
    display: flex;
    flex-direction: column;
  }
  .footer_main_part.adaptive .column{
    align-items: center;
  }
  .footer_main_part.adaptive .row{
    display: flex;
    justify-content: center;
  }
  .footer_main_part.adaptive .row .column{
    width: 25%;
    margin: 0 4%;
  }
  .footer_additional{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .footer_li{
    margin-bottom: 6px;
  }
  .logo{
    width: 23vw;
    height: 16vw;
  }
  .logo_desc{
    margin: 10px 0;
    max-width: 62vw;
    font-size: 12px;
    margin-left: 10px;
  }
  .social_media{
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .to_top{
    width: 30px;
    height: 30px;
    border-radius: 19px;
    font-size: 19px;
  }
  .adaptive_social{
    width: 85vw;
  }
  .interested_in .row.mb8{
    flex-direction: column;
  }
  .interested_in .row.mb8 div,
  .interested_in .row.mb8 select,
  .interested_in .row.mb8 button{
    margin: 5px 0 !important;
  }
  .other_countries .row{
    margin-bottom: 0 !important;
    flex-direction: column;
    align-items: center;
  }
  .other_countries .row .other_country{
    margin-bottom: 10px;
  }

  .about_country_main_part .grid{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .grid{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .red_block_grid{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .top_country{
    height: 40px;
    padding: 12px 13px;
  }
  .other_countries{
    margin: 50px 0;
  }
  .other_country{
    margin: 0 12px;
  }
  .flag{
    width: 15px;
    height: 15px;
    border-radius: 10px;
  }
  .country_name{
    margin-left: 7px;
    font-size: 12px;
  }
  .other_country:hover{
    font-size: 14px;
  }
  .interested_in_select{
    padding: 6px;
    min-width: 125px;
  }
  .interested_in_country{
    height: 83vw;
    padding: 0 10px;
  }

  .consultation{
    margin-top: 50px;
  }
  .step_row{
    margin-bottom: 18px;
  }
  .step{
    padding: 3px 10px 9px 10px;
  }
  .square{
    width: 6px;
    height: 6px;
    top: 20px;
    margin-right: calc(100% + 15px);
  }
  .step_number{
    font-size: 40px;
  }
  .step_icon{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .step_line{
    width: 45px;
    height: 2.5px;
    margin-bottom: 6px;
  }
  .uk-slider-nav a{
    width: 4px;
    height: 4px;
  }
  .mb8{
    margin-bottom: 30px;
  }
  .interested_in_country .row,
  .interested_in_country .subtitle{
    margin-bottom: 4px;
  }
  .bold{
    font-size: 14px;
  }
  .footer_li{
    font-size: 12px;
  }
  .client_speak li{
    flex-direction: column;
    align-items: center;
  }
  .videos .uk-position-relative .uk-slider-container,
  .videos .uk-position-relative .uk-slider-container div,
  .client_speak .uk-position-relative .uk-slider-container,
  .client_speak .uk-position-relative .uk-slider-container div,
  .choose_the_way_of_study .uk-position-relative .uk-slider-container,
  .choose_the_way_of_study .uk-position-relative .uk-slider-container div{
    display: block;
  }
  .client_speak .uk-position-relative div,
  .choose_the_way_of_study .uk-position-relative div{
    display: none;
  }
  .interested_in .row div,
  .interested_in .row select,
  .interested_in .row button{
    margin: 0 5px !important;
    font-size: 12px;
  }
  .interested_in_content button{
    margin-top: 30px !important;
  }
  .more_info_button.border_white:hover{
    outline: 3px solid #fff;
    outline-offset: -3px;
  }
  .more_info_button.border_blue:hover{
    outline: 3px solid #C10A36;
    outline-offset: -3px;
  }
  .top_country:hover{
    outline: 4px solid #0A3066;
    outline-offset: -4px;
  }
  #contacts{
    flex-direction: row;
    justify-content: space-between;
  }
  #work .subtitle{
    margin-bottom: 20px;
  }
  .grid_work{
    margin-top: 4vw;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_work .column:last-of-type{
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
  /*.grid_work .column:not(:last-of-type):not(:first-of-type){
    align-items: flex-end;
  }*/
  .grid_work .column:last-of-type > .title,
  .grid_work .column:last-of-type .fact{
    margin: 0 !important;
  }
  #contacts_main_part .row{
    margin-bottom: 8vw;
  }
  .start_stop_video{
    top: 25% !important;
  }
  .videos .uk-child-width-1-2>*{
    width: 100% !important;
  }
  #about_country_page .column{
    max-width: none;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px){
  .clubs ul.uk-slider-items{
    height: 450px;
  }
  .start_stop_video{
    top: 75px !important;
  }
  .videos .uk-child-width-1-2>*{
    width: 100%;
  }
  .choose_the_way_of_study .grid{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .choose_the_way_of_study .column{
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .choose_the_way_of_study .red_block_item{
    width: 100%;
    height: 400px;
  }
  .choose_the_way_of_study .uk-slider-nav.uk-dotnav{
    width: -webkit-fill-available !important;
    margin-left: unset !important;
  }
  .uk-sticky.uk-active .adaptive_menu_icon{
    background-color: #fff;
  }
  .uk-sticky.uk-active .adaptive_menu_icon:hover{
    background-color: #0A3066;
  }
  .offcanvas-usage-main{
    width: 75vw;
  }
  div.header-icon{
    margin-top: 30px !important;
  }
  div.header-icon img{
    height: 70px;
  }
  .adaptive_menu_icon{
    display: unset !important;
  }
  .uk-navbar-left nav,
  .header_right_side select,
  .header_right_side button{
    display: none;
  }
  main.about_country .about_country_main_part .uk-grid{
    flex-direction: column;
  }
  .reverse{
    flex-direction: column-reverse;
  }
  main.about_country .about_country_main_part .uk-grid .subtitle,
  main.about_country .about_country_main_part .uk-grid .title{
    margin-bottom: 5px;
  }
  .light_grey .column{
    width: 100%;
    margin-bottom: 10px;
  }
  .slider ul.uk-slider-items{
    height: 350px;
  }
  .slider ul.uk-slider-nav{
    top: 305px;
  }
  .slider div.uk-container.column{
    position: absolute;
    width: -webkit-fill-available;
  }

  .light_grey{
    width: calc(100% - 44px);
    padding: 22px;
  }
  .about_country_main_part{
    /*width: 440px;*/
    margin: 50px 0;
  }
  .about_country_main_part .uk-grid{
    margin-bottom: 25px;
  }
  .title{
    font-size: 16px !important;
    margin-bottom: 20px;
  }
  .subtitle{
    font-size: 14px !important;
    margin-bottom: 20px;
  }
  .main_title{
    font-size: 20px !important;
    margin: 7px 0;
  }
  .article{
    font-size: 12px;
  }
  .about_country_img{
    /*width: 440px;*/
    height: auto/*293px*/;
    margin-bottom: 20px;
  }
  .img_left{
    margin-right: 0px;
  }
  .img_right{
    margin-left: 0px;
  }
  .article{
    margin-bottom: 10px;
  }
  .content{
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .red_block_item{
    height: 192px;
    width: 192px;
  }


  .free_consultation{
    width: 400px;
  }
  /*input{
    width: calc(100% - 15px);
    padding: 7px;
    margin-top: 4px;
    margin-bottom: 10px;
  }
  input:focus{
    width: calc(100% - 22px);
    border: 4px solid #F2C062;
  }
  input:placeholder-shown {
    border: 4px solid #F2C062;
  }*/
  .submit_btn{
    padding: 8px 0 !important;
  }

  .video_desc{
    margin-top: 10px;
  }

  .client_speak img{
    width: 90px !important;
    height: 90px;
    border-radius: 90px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .more_info_button{
    padding: 6px 10px;
    font-size: 12px;
  }

  .footer_main_part{
    display: none;
    width: 460px;
    margin-top: 30px;
    margin-bottom: 6px;
  }
  .footer_main_part.adaptive{
    display: flex;
    flex-direction: column;
  }
  .footer_main_part.adaptive .column{
    align-items: center;
  }
  .footer_main_part.adaptive .row{
    display: flex;
    justify-content: center;
  }
  .footer_main_part.adaptive .row .column{
    width: 25%;
    margin: 0 4%;
  }
  .footer_additional{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .footer_li{
    margin-bottom: 6px;
  }
  .logo{
    width: 110px;
    height: 80px;
  }
  .logo_desc{
    margin: 10px 0;
    max-width: 305px;
    font-size: 12px;
    margin-left: 10px;
  }
  .social_media{
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .to_top{
    width: 30px;
    height: 30px;
    border-radius: 19px;
    font-size: 19px;
  }
  .adaptive_social{
    width: 415px;
  }

  .grid{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .red_block_grid{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .top_country{
    height: 40px;
    padding: 12px 13px;
  }
  .other_countries{
    margin: 50px 0;
  }
  .other_country{
    margin: 0 12px;
  }
  .flag{
    width: 15px;
    height: 15px;
    border-radius: 10px;
  }
  .country_name{
    margin-left: 7px;
    font-size: 12px;
  }
  .other_country:hover{
    font-size: 14px;
  }
  .interested_in_select{
    padding: 6px;
    min-width: 125px;
  }
  .interested_in_country{
    height: 212.5px;
    padding: 0 10px;
  }

  .consultation{
    margin-top: 50px;
  }
  .step_row{
    margin-bottom: 18px;
  }
  .step{
    padding: 3px 10px 9px 10px;
  }
  .square{
    width: 6px;
    height: 6px;
    top: 20px;
    margin-right: calc(100% + 15px);
  }
  .step_number{
    font-size: 40px;
  }
  .step_icon{
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .step_line{
    width: 45px;
    height: 2.5px;
    margin-bottom: 6px;
  }
  .uk-slider-nav a{
    width: 4px;
    height: 4px;
  }
  .mb8{
    margin-bottom: 30px;
  }
  .interested_in_country .row,
  .interested_in_country .subtitle{
    margin-bottom: 4px;
  }
  .bold{
    font-size: 14px;
  }
  .footer_li{
    font-size: 12px;
  }
  .client_speak li{
    flex-direction: column;
    align-items: center;
  }
  .videos .uk-position-relative .uk-slider-container,
  .videos .uk-position-relative .uk-slider-container div,
  .client_speak .uk-position-relative .uk-slider-container,
  .client_speak .uk-position-relative .uk-slider-container div,
  .choose_the_way_of_study .uk-position-relative .uk-slider-container,
  .choose_the_way_of_study .uk-position-relative .uk-slider-container div{
    display: block;
  }
  .client_speak .uk-position-relative div,
  .choose_the_way_of_study .uk-position-relative div{
    display: none;
  }
  .other_countries .row{
    margin-bottom: 30px !important;
  }
  .interested_in .row div,
  .interested_in .row select,
  .interested_in .row button{
    margin: 0 5px !important;
    font-size: 12px;
  }
  .interested_in_content button{
    margin-top: 30px !important;
  }
  .more_info_button.border_white:hover{
    outline: 3px solid #fff;
    outline-offset: -3px;
  }
  .more_info_button.border_blue:hover{
    outline: 3px solid #C10A36;
    outline-offset: -3px;
  }
  .top_country:hover{
    outline: 4px solid #0A3066;
    outline-offset: -4px;
  }
  #contacts{
    flex-direction: row;
    justify-content: space-between;
  }
  #work .subtitle{
    margin-bottom: 20px;
  }
  .grid_work{
    margin-top: 20px;
    padding: 0 20px;
    grid-column-gap: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid_work .column:last-of-type{
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
  .grid_work .column:not(:last-of-type):not(:first-of-type){
    align-items: flex-end;
  }
  .grid_work .column:last-of-type > .title,
  .grid_work .column:last-of-type .fact{
    margin: 0 !important;
  }
  #contacts_main_part .row{
    margin-bottom: 40px;
  }
  #about_country_page .column{
    max-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 959px){
  .reverse{
    flex-direction: column-reverse;
  }
  #about_country_page .column{
    max-width: 320px;
  }

  .clubs ul.uk-child-width-1-3>*{
    width: 50%;
  }
  .choose_the_way_of_study .column{
    width: 100%;
  }
  .choose_the_way_of_study .red_block_item{
    width: 100%;
    height: 300px;
  }
  .choose_the_way_of_study .uk-slider-nav.uk-dotnav{
    width: -webkit-fill-available !important;
    margin-left: unset !important;
  }
  .slider ul.uk-slider-items{
    height: 450px;
  }
  .slider ul.uk-slider-nav{
    top: 400px;
  }
  .slider div.uk-container.column{
    position: absolute;
    width: -webkit-fill-available;
  }

  .light_grey{
    width: calc(100% - 70px);
    padding: 35px;
  }
  .about_country_main_part{
    /*width: 730px;*/
    margin: 80px 0;
  }
  .about_country_main_part .uk-grid{
    margin-bottom: 40px;
  }
  .title{
    font-size: 16px;
    margin-bottom: 32px;
  }
  .subtitle{
    font-size: 13px;
    margin-bottom: 32px;
  }
  .main_title{
    font-size: 32px;
    margin: 7px 0;
  }
  .about_country_img{
    width: 330px;
    height: auto/*225px*/;
  }
  .img_left{
    margin-right: 80px;
  }
  .img_right{
    margin-left: 80px;
  }
  .article{
    margin-bottom: 16px;
  }
  .content{
    padding: 50px 0;
    margin-bottom: 80px;
  }
  .red_block_item{
    height: 208px;
    width: 208px;
  }

  .free_consultation{
    width: 400px;
  }
  /*input{
    width: calc(100% - 21px);
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 16px;
  }
  input:focus{
    width: calc(100% - 29px);
    border: 4px solid #F2C062;
  }
  input:placeholder-shown {
    border: 4px solid #F2C062;
  }*/
  .submit_btn{
    padding: 10px 0;
  }

  .video_desc{
    margin-top: 16px;
  }

  .client_speak img{
    width: 45px !important;
    height: 45px;
    border-radius: 24px;
    margin-right: 24px;
  }
  .more_info_button{
    padding: 10px 16px;
  }

  .footer_main_part{
    /*width: 730px;*/
    margin-top: 35px;
    margin-bottom: 7px;
  }
  .footer_additional{
    margin-bottom: 16px;
    font-size: 14px;
  }
  .footer_li{
    margin-bottom: 8px;
  }
  .logo{
    width: 70px;
    height: 50px;
  }
  .logo_desc{
    margin: 13px 0;
    max-width: 200px;
    font-size: 14px;
  }
  .social_media{
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .to_top{
    width: 32px;
    height: 32px;
    border-radius: 19px;
    font-size: 16px;
  }

  .grid{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 13px;
  }
  .red_block_grid{
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 13px;
  }
  .top_country{
    height: 40px;
    padding: 19px 20px;
  }
  .other_countries{
    margin: 80px 0;
  }
  .other_country{
    margin: 0 19px;
  }
  .flag{
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .country_name{
    margin-left: 7px;
  }
  .other_country:hover{
    font-size: 15px;
  }
  .interested_in_select{
    padding: 10px;
    min-width: 200px;
  }
  .interested_in_country{
    height: 255px;
    padding: 0 16px;
  }

  .consultation{
    margin-top: 80px;
  }
  .step_row{
    margin-bottom: 26px;
  }
  .step{
    padding: 5px 16px 13px 16px;
  }
  .square{
    width: 8px;
    height: 8px;
    top: 32px;
    margin-right: calc(100% + 24px);
  }
  .step_number{
    font-size: 44px;
  }
  .step_icon{
    font-size: 13px;
    margin-top: 13px;
    margin-bottom: 8px;
  }
  .step_line{
    width: 70px;
    height: 3px;
    margin-bottom: 10px;
  }
  .uk-slider-nav a{
    width: 6px;
    height: 6px;
  }
  .mb8{
    margin-bottom: 50px;
  }
  .interested_in_country .row,
  .interested_in_country .subtitle{
    margin-bottom: 4px;
  }
  .bold{
    font-size: 14px;
  }
  .footer_li{
    font-size: 12px;
  }
  #contacts_main_part .row{
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1199px){
  #about_country_page .column{
    max-width: 395px;
  }
  .slider ul.uk-slider-items{
    height: 560px;
  }
  .slider ul.uk-slider-nav{
    top: 520px;
  }
  .slider div.uk-container.column{
    position: absolute;
    width: -webkit-fill-available;
  }

  .light_grey{
    width: calc(100% - 88px);
    padding: 44px;
  }
  .about_country_main_part{
    /*width: 910px;*/
    margin: 100px 0;
  }
  .about_country_main_part .uk-grid{
    margin-bottom: 50px;
  }
  .title{
    font-size: 20px;
    margin-bottom: 32px;
  }
  .subtitle{
    font-size: 16px;
    margin-bottom: 32px;
  }
  .main_title{
    font-size: 40px;
    margin: 8px 0;
  }
  .about_country_img{
    width: 415px;
    height: auto/*280px*/;
  }
  .img_left{
    margin-right: 100px;
  }
  .img_right{
    margin-left: 100px;
  }
  .article{
    margin-bottom: 20px;
  }
  .choose_the_way_of_study .column{
    width: 269px;
  }
  .content{
    width: 100%; 
    padding: 65px 0;
    margin-bottom: 100px;
  }
  .red_block_item{
    height: 269px;
    width: 269px;
  }



  .free_consultation{
    width: 500px;
  }
  /*input{
    width: calc(100% - 25px);
    padding: 12px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  input:focus{
    width: calc(100% - 32px);
    border: 4px solid #F2C062;
  }
  input:placeholder-shown {
    border: 4px solid #F2C062;
  }*/
  .submit_btn{
    padding: 12px 0;
  }

  .video_desc{
    margin-top: 20px;
  }

  .client_speak img{
    width: 55px !important;
    height: 55px;
    border-radius: 30px;
    margin-right: 30px;
  }
  .more_info_button{
    padding: 12px 20px;
  }

  .footer_main_part{
    width: 920px;
    margin-top: 35px;
    margin-bottom: 8px;
  }
  .footer_additional{
    margin-bottom: 20px;
  }
  .footer_li{
    margin-bottom: 10px;
  }
  .logo{
    width: 90px;
    height: 65px;
  }
  .logo_desc{
    margin: 16px 0;
    max-width: 245px;
  }
  .social_media{
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .to_top{
    width: 39px;
    height: 39px;
    border-radius: 24px;
    font-size: 20px;
  }

  .grid{
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
  .red_block_grid{
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
  .top_country{
    min-height: 50px;
    padding: 24px 25px;
  }
  .other_countries{
    margin: 100px 0;
  }
  .other_country{
    margin: 0 24px;
  }
  .flag{
    width: 29px;
    height: 29px;
    border-radius: 18px;
  }
  .flag img{
    height: 64px;
  }
  .country_name{
    margin-left: 8px;
  }
  .other_country:hover{
    font-size: 18px;
  }
  .interested_in_select{
    padding: 13px;
    min-width: 245px;
  }
  .interested_in_country{
    height: 320px;
    padding: 0 20px;
  }

  .consultation{
    margin-top: 100px;
  }
  .step_row{
    margin-bottom: 32px;
  }
  .step{
    padding: 6px 20px 16px 20px;
  }
  .square{
    width: 10px;
    height: 10px;
    top: 40px;
    margin-right: calc(100% + 30px);
  }
  .step_number{
    font-size: 44px;
  }
  .step_icon{
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 10px;
  }
  .step_line{
    width: 90px;
    height: 3px;
    margin-bottom: 13px;
  }
  .uk-slider-nav a{
    width: 8px;
    height: 8px;
  }
  .mb8{
    margin-bottom: 64px;
  }
  .interested_in_country .row,
  .interested_in_country .subtitle{
    margin-bottom: 4px;
  }
  #contacts_main_part .row{
    margin-bottom: 100px;
  }
}

.current_offers{
  /*width: 1150px;*/
  margin: 120px auto;
  display: flex;
  flex-direction: column;
}
.current_offers h2{
  margin-bottom: 80px;
}
.current_offers_img{
  width: 305px;
  height: 240px;
  object-fit: cover;
}
.current_offers_img img{
  width: 305px;
  height: 240px;
  max-width: calc(100vw - 30px);
}
.current_offers_title{
  font-family: Manrope;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #212121;

  margin-bottom: 24px;
}
.current_offers_text{
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.current_offers .column{
  margin-left: 20px;
  width: -webkit-fill-available;
}
.current_offers .grid{
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}

.subscribe{
  margin: 120px auto;
  padding: 80px 108px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #F2C062;
}
.subscribe .column,
.subscribe .row{
  width: fit-content;
}
.subscribe .column{
  margin-right: 70px;
}
.subscribe_title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212121;

  margin-bottom: 8px;
}
.subscribe_text{
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #212121;
}
.subscribe input{
  width: 275px;
  margin-right: 20px;
  margin-top: 0;
  border: none;
}
.subscribe input,
.subscribe .more_info_button{
  height: 20px;
}


.contact_form_main{
  /*width: 1150px;*/
  margin: 0 auto;
}

.advantages{
  padding: 0 !important;
}
.advantages ul.uk-slider-items{
  width: 1150px;
  height: 630px;
}
.advantages img{
  filter: brightness(40%);
}
.advantages [class*=uk-position-center-left], 
.advantages [class*=uk-position-center-right]{
  top: 50%;
}
.advantages .uk-position-center{
  max-width: 575px;
}
.advantages_title{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin-bottom: 216px;
}
.advantages_subtitle{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;

  margin-bottom: 24px;
}
.advantages_text{
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;

  margin-bottom: 125px;
}

.clubs{
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 120px 0;
}
.clubs h2{
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  text-transform: uppercase;
  color: #212121;

  margin-bottom: 80px;
}

.clubs ul.uk-slider-items li{
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  outline: 10px solid #fff;
  outline-offset: -10px;
  position: relative;
}
.clubs ul.uk-slider-items li:hover{
  cursor: pointer;
  /*background-image: none !important;
  background: #C10A36;
  justify-content: space-between;*/
}
.clubs .subtitle{
  margin-bottom: 4px;
}
.clubs .article{
  font-family: Manrope;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0;
}
.clubs_hover{
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  background: #C10A36;
  cursor: pointer;
  transition: opacity .5s ease-in-out;
  z-index: 2;
  opacity: 0;

  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding: 41px 25px 25px 25px;
}

.pr_red_b .clubs_hover{
  background: #F2C062;
}

.clubs_main{
  position: absolute;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  transition: opacity .4s .3s ease-in-out;
  padding: 50px 34px 34px 34px;
}
.clubs ul.uk-slider-items li:hover .clubs_main,
.red_block_item:hover .clubs_main{
  opacity: 0;
  transition: opacity .3s ease-in-out;
}
.clubs ul.uk-slider-items li:hover .clubs_hover,
.red_block_item:hover .clubs_hover{
  opacity: 1;
  transition: opacity .2s .4s ease-in-out;
}

  .pr_red_b .clubs_hover .link_arrow, 
  .pr_red_b .clubs_hover .top_country_arrow{
    background-color: #212121;
  }

  .clubs ul.uk-slider-items li::before, 
  .clubs ul.uk-slider-items li::after,
  .red_block_item::before,
  .red_block_item::after {
    border: 0 solid transparent;
    box-sizing: border-box;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 0;
  }
  .clubs ul.uk-slider-items li::before,
  .red_block_item::before {
    border-bottom-width: 4px;
    border-right-width: 4px;
  }
  .clubs ul.uk-slider-items li::after,
  .red_block_item::after {
    border-top-width: 4px;
    border-left-width: 4px;
  }
  .clubs ul.uk-slider-items li:hover::before,
  .red_block_item:hover::before,
  .clubs ul.uk-slider-items li:hover::after,
  .red_block_item:hover::after {
    border-color: #C10A36;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
  }
  .pr_red_b .red_block_item:hover::before,
  .pr_red_b .red_block_item:hover::after {
    border-color: #F2C062;
  }
  .clubs ul.uk-slider-items li:hover::before,
  .red_block_item:hover::before {
    transition-delay: 0s, 0s, 0.25s;
  }
  .clubs ul.uk-slider-items li:hover::after,
  .red_block_item:hover::after {
    transition-delay: 0s, 0.25s, 0s;
  }

@media (max-width: 960px){
  .current_offers a{
  	flex-direction: column;
  }
  .current_offers_img{
    width: -webkit-fill-available !important;
    height: auto !important;
    margin-bottom: 20px;
  }
  .current_offers_img img{
    width: -webkit-fill-available !important;
    height: auto !important;
    max-height: 70vw;
  }
}

@media screen and (max-width: 768px){
  .uk-child-width-1-2>*,
  .uk-child-width-1-3>*{
    width: 100%;
  }
  /* input[name=email]{
    outline: none;
    margin-bottom: 20px !important;
  } */
  .current_offers{
    /*width: 90vw;*/
    margin: 50px auto;
  }
  .current_offers h2{
    margin-bottom: 30px;
  }
  .current_offers_title{
    font-size: 18px;

    margin-bottom: 24px;
  }
  .current_offers_text{
    font-size: 16px;
  }
  .current_offers .grid{
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
  .top_countries .grid{
    grid-template-columns: repeat(1, 1fr);
  }
  .current_offers .grid .row{
    flex-direction: column;
  }
  .current_offers .grid .row .column{
    margin: 0;
  }

  .subscribe{
    margin: 50px auto;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .subscribe .column{
    margin-right: 0;
    margin-bottom: 20px;
  }
  .subscribe .row{
    flex-direction: column;
    width: -webkit-fill-available;
  }
  .subscribe_title{
    font-size: 20px;

    margin-bottom: 8px;
    text-align: center;
  }
  .subscribe_text{
    font-size: 16px;
    text-align: center;
  }
  .subscribe input{
    width: -webkit-fill-available;
    margin-right: 0;
    height: 30px !important;
  }
  .subscribe input,
  .subscribe .more_info_button{
    width: -webkit-fill-available;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .contact_form_main{
    /*width: 90vw;*/
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .advantages ul.uk-slider-items{
    width: 90vw;
    height: fit-content;
    flex-direction: column;
  }
  .advantages ul.uk-slider-items li{
    width: -webkit-fill-available;
    height: fit-content;
    margin-bottom: 20px;
  }
  .advantages .uk-slider-nav,
  .advantages a,
  .clubs .uk-slider-nav,
  .clubs a{
    display: none;
  }
  .advantages .uk-position-center{
    max-width: 70vw;
  }
  .advantages_title{
    font-size: 24px;

    margin-bottom: 90px;
  }
  .advantages_subtitle{
    font-size: 20px;

    margin-bottom: 24px;
  }
  .advantages_text{
    font-size: 16px;

    margin-bottom: 0;
  }

  .clubs{
    margin: 50px 0;
  }
  .clubs h2{
    font-size: 24px;

    margin-bottom: 30px;
  }

  .clubs ul.uk-slider-items li{
    padding: 40px 24px 24px 24px;
    outline: 10px solid #fff;
    outline-offset: -10px;
  }
  .clubs .article{
    font-size: 16px;
  }

  .full_fill{
    width: -webkit-fill-available;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .full_fill .top_countries{
    width: -webkit-fill-available;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px){

  .start_stop_video{
    top: 55px !important;
  }
  .current_offers{
    width: 720px;
    margin: 80px auto;
  }
  .current_offers .row{
    flex-direction: column;
  }
  .current_offers .column{
    margin-left: 0;
  }
  .current_offers h2{
    margin-bottom: 50px;
  }
  .current_offers_img{
    margin-bottom: 20px;
    width: 350px;
    height: 275px;
  }
  .current_offers_img img{
    width: 350px;
    height: 275px;
  }
  .current_offers_title{
    font-size: 16px;

    margin-bottom: 24px;
  }
  .current_offers_text{
    font-size: 14px;
  }
  .current_offers .grid{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .full_fill{
    width: 720px;
    margin: 80px auto;
  }
  .full_fill .grid{
    grid-template-columns: repeat(2, 1fr);
  }

  .main_third-section .uk-position-relative a,
  .advantages .uk-position-relative a{
    display: none;
  }

  .subscribe{
    width: 600px;
    margin: 80px auto;
    padding: 50px 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .subscribe .column{
    margin-right: 45px;
  }
  .subscribe_title{
    font-size: 16px;

    margin-bottom: 8px;
  }
  .subscribe_text{
    font-size: 14px;
  }
  .subscribe input{
    width: 170px;
    margin-right: 20px;
  }
  .subscribe input,
  .subscribe .more_info_button{
    height: 20px;
  }


  .contact_form_main{
    width: 720px;
    margin: 0 auto;
  }

  .advantages ul.uk-slider-items{
    width: 720px;
    height: 450px;
  }
  .advantages .uk-position-center{
    max-width: 360px;
  }
  .advantages_title{
    font-size: 20px;

    margin-bottom: 100px;
  }
  .advantages_subtitle{
    font-size: 16px;

    margin-bottom: 24px;
  }
  .advantages_text{
    font-size: 14px;

    margin-bottom: 30px;
  }

  .clubs{
    margin: 80px 0;
  }
  .clubs h2{
    font-size: 20px;

    margin-bottom: 50px;
  }
  .clubs ul.uk-slider-items{
    /*width: 730px;*/
    height: 325px;
  }

  .clubs .article{
    font-size: 14px;
  }


}

@media screen and (min-width: 960px) and (max-width: 1199px){
  .start_stop_video{
    top: 85px !important;
  }
  .main_third-section .uk-position-relative a,
  .advantages .uk-position-relative a{
    display: none;
  }
  .current_offers{
    /*width: 910px;*/
    margin: 100px auto;
  }
  .current_offers h2{
    margin-bottom: 70px;
  }
  .current_offers_img{
    width: 240px;
    height: 190px;
  }
  .current_offers_img img{
    width: 240px;
    height: 190px;
  }
  .current_offers_title{
    font-size: 18px;

    margin-bottom: 24px;
  }
  .current_offers_text{
    font-size: 16px;
  }
  .current_offers .grid{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .full_fill{
    /*width: 910px;*/
    margin: 100px auto;
  }
  .full_fill .grid{
    grid-template-columns: repeat(4, 1fr);
  }

  .subscribe{
    width: 790px;
    margin: 100px auto;
    padding: 50px 60px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .subscribe .column{
    margin-right: 45px;
  }
  .subscribe_title{
    font-size: 20px;

    margin-bottom: 8px;
  }
  .subscribe_text{
    font-size: 16px;
  }
  .subscribe input{
    width: 215px;
    margin-right: 20px;
  }
  .subscribe input,
  .subscribe .more_info_button{
    height: 20px;
  }


  .contact_form_main{
    /*width: 910px;*/
    margin: 0 auto;
  }

  .advantages ul.uk-slider-items{
    width: 910px;
    height: 570px;
  }
  .advantages .uk-position-center{
    max-width: 455px;
  }
  .advantages_title{
    font-size: 24px;

    margin-bottom: 120px;
  }
  .advantages_subtitle{
    font-size: 20px;

    margin-bottom: 24px;
  }
  .advantages_text{
    font-size: 16px;

    margin-bottom: 50px;
  }

  .clubs{
    margin: 100px 0;
  }
  .clubs h2{
    font-size: 24px;

    margin-bottom: 80px;
  }
  .clubs ul.uk-slider-items{
    width: 920px;
    height: 295px;
  }

  .clubs .article{
    font-size: 16px;
  }

}
@media screen and (min-width: 1300px){
  .videos video,
  .videos iframe{
    height: 300px !important;
  }
  #about_country_page .column{
    max-width: 630px;
  }
  .advantages ul.uk-slider-items{
    width: 1280px;
  }
  /*.contact_form_main,
  .advantages ul.uk-slider-items,
  .about_country_main_part,
  .videos, 
  .client_speak, 
  .choose_the_way_of_study,
  .current_offers,
  .clubs ul.uk-slider-items,
  .footer_main_part{
    width: 1280px !important;
  }*/
  .choose_the_way_of_study .column{
    width: 413px !important;
  }
  .red_block_item{
    height: 371px !important;
    width: 384px !important;
  }

  .subscribe{
    width: 984px !important;
  }

  .uk-sticky.uk-active .header-logo {
    width: 30%;
  }
}

video::-webkit-media-controls-panel {
  display: none;
}
.start_stop_video{
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  top: 130px;
  left: calc(50% - 12px);
  background: url(../images/play.svg), rgba(248, 247, 252, 0.3);
  background-repeat: no-repeat !important;
  background-position: 23px 21px !important;
  background-size: 19px 22px !important;
  cursor: pointer;
  opacity: 1;
  transition: all .5s;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.played{
  opacity: 0;
}
.played:hover,
.video:hover ~ .played{
  opacity: 1;
}

footer .uk-container,
.client_speak.uk-container{
  width: -webkit-fill-available;
}
.uk-link, a{
  color: unset;
}

.footer_additional {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}

.our_team_dots {
  padding-top: 40px;
}

.our_team_dots li.uk-active a{
  background-color: #0A3066;
  opacity: 0.5 !important;
} 

.our_team_dots li a {
  background-color: #0A3066;
  opacity: 0.3 !important;
}

.team-item h3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #212121;
  margin: 0;
  padding-top: 24px;
  padding-bottom: 8px;
}

.team-item p {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #212121;
  margin: 0;
}

.main_content h2 {
  padding-bottom: 80px;
  margin: 0;
}

.footer_li a:hover {
  color: #fff;
}

.fact a:hover {
  color: #212121;
}

.uk-navbar-nav li a:hover {
  text-decoration: underline;
}
.uk-navbar-nav li::after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: #F2C062;
  transition: .4s;
  position: relative;
  top: -20px;
  left: 10%;
}

button {
  transition: .3s !important;
}

.language-cover a:hover {
  text-decoration: none;
  color: inherit;
}

label.error {
  opacity: 1; 
  position: absolute;
  top: 100%;
  color: #ca0000;
}

.custom-success-message {
  width: 100%;
  text-align: center;
  border: 4px solid #0db10d;
  padding: 8px 3px;
  box-sizing: border-box;
  margin-top: 25px;
  color: #0a9e0a;
  font-weight: bold;
  display: none;
}

.custom-success-message.active {
  display: block;
}

.german-form {
  margin-top: 120px;
  margin-bottom: 120px;
}

@media (max-width: 640px) {
  .german-form {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}