body{
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-size: 16px;
  color: #2A3547;
  padding-top: 98px;
}

.anavigation{
  display: block;
  position: fixed;
  left: 70%;
  top: 16%;
  transition: all .2s linear;
}
.anavigation.hidden{
  opacity: 0;
  visibility: hidden;
}

/**/
@media (min-width: 1460px){
  .container {
    width: 1400px;
  }
}
/**/

.navbar.navbar-dark{
  display: flex;
  align-items: center;
  background-color: #2A3547;
  border: none;
  border-radius: 0!important;
}
.navbar.navbar-dark .row{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar.navbar-dark .navbar-brand{
  height: auto;
  margin-right: auto;
}
.navbar.navbar-dark .navbar-toggler{
  border-color: transparent!important;
  box-shadow: none!important;
}
.navbar.navbar-dark .navbar-toggler span{
  display: block;
  position: relative;
  width: 30px;
  height: 2px;
  margin: 6px 0;
  background-color: #fff;
  transition: all .2s linear;
}
.navbar.navbar-dark .navbar-toggler:not(.collapsed) span:last-of-type{
  display: none;
}
.navbar.navbar-dark .navbar-toggler:not(.collapsed) span:first-of-type{
  transform: rotate(45deg);
  top: 4px;
}
.navbar.navbar-dark .navbar-toggler:not(.collapsed) span:nth-of-type(2){
  transform: rotate(-45deg);
  top: -4px;
}
.navbar.navbar-dark img{
  max-height: 64px;
}
.navbar-dark .navbar-nav>li>a{
  display: block;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all .2s linear;
}
.navbar-dark .navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li>a:focus,
.navbar-dark .navbar-nav>li>a:active{
  color: #5fbfff;
}
.navbar-dark .navbar-nav .btn{
  margin-left: 15px;
}
.navbar-header img{
  max-width: 68%;
}

.btn a, a.btn{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.btn.btn-default{
  background-color: #18A0FB;
  border-color: #18A0FB;
  border-radius: 0;
  padding: 14px 20px;
  color: #fff;
}
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active{
  background-color: #107fc9;
  border-color: #107fc9;
  color: #fff;
}

.iframe-wrap{
  display: block;
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
}
.iframe-wrap:before{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  background-color: #C0D8F6;
  left: 30px;
  top: 30px;
  z-index: -1;
}
.iframe-wrap:after{
  content: '';
  display: block;
  position: absolute;
  background-image: url('https://lestagamesacademy.ru/uploads/pages_media/0_dots.svg?_cb=1663664415');
  background-repeat: no-repeat;
  width: 100px;
  height: 78px;
  right: -28px;
  bottom: -64px;
}

.info-section .event-title{
  font-size: 20px;
  margin-bottom: 20px;
}

.block-title{
  display: flex;
  align-items: center;
  color: #2A3547;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: bold;
}
.block-title img{
  max-width: 40px;
  margin-right: 10px;
}

.feature .feature-label:hover {
  color: #2a7de1
}
.feature img{
  max-width: 32px;
}
.feature-label{
  line-height: 1;
}
.feature-title{
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.gallery-section{
  display: block;
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
}
.gallery-section .owl-carousel{
  padding: 30px;
  background-color: #fff;
}
.gallery-section .owl-carousel .owl-stage-outer{
  display: block;
  position: relative;
  z-index: 1;
}
.gallery-section .owl-dots{
  display: none!important;
  opacity: 0;
}
.gallery-section #sync1 .owl-nav{
  display: none!important;
  opacity: 0;
}
.gallery-section #sync2{
  position: relative;
  padding: 0 24px;
}
.gallery-section #sync2 .owl-stage-outer{
  position: relative;
  z-index: 1;
}
.gallery-section #sync2 .owl-nav{
  display: flex;
  position: absolute;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.gallery-section #sync2 .owl-nav button{
  display: block;
  width: 32px;
  height: 32px;
  background-color: #18A0FB;
  border-color: #18A0FB;
  border-radius: 0;
  transition: all .2s linear;
}
.gallery-section #sync2 .owl-nav button:hover{
  background-color: #107fc9;
  border-color: #107fc9;
}
.gallery-section #sync2 .owl-nav svg{
  position: relative;
  top: -1px;
  max-width: 32px;
}
.gallery-section #sync2 .owl-nav button.owl-prev{
  margin-left: -20px;
}
.gallery-section #sync2 .owl-nav button.owl-next{
  margin-right: -20px;
}
.gallery-section #sync2 .owl-nav button.owl-prev svg{
  right: 1px
}
.gallery-section #sync2 .owl-nav button.owl-next svg{
  left: 1px
}

.gallery-section #sync2 .owl-item{
  display: block;
  position: relative;
  padding: 6px;
}
.gallery-section #sync2 .owl-item:not(.current):before{
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 6px;
  left: 6px;
  transition: all .2s linear;
}
.gallery-section #sync2 .owl-item:not(.current):before{
  background: rgba(25, 125, 235, .5);
}

.footer-section{
  background-color: #2A3547;
  border: none;
  border-radius: 0!important;
  color: #fff;
}
.footer-section a{
  color: #fff;
}
.footer-section .copyright{
  font-size: 12px;
  opacity: .6;
}

.test-links {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.apply-task-new {
  text-transform: uppercase;
  font-weight: 600;
}
  
@media(max-width: 1600px){
  .anavigation{
    left: 68%;
  }
  .anavigation svg{
    max-width: 380px;
  }
  .gallery-section #sync1:before,
  .gallery-section #sync1:after{
    background-size: contain;
    width: 85%;
  }
  .gallery-section #sync1:before{
    left: -85%;
  }
  .gallery-section #sync1:after{
    right: -70%;
  }
}
@media(max-width: 1200px){
  .anavigation svg {
    max-width: 320px;
  }
  .block-title{
    font-size: 30px;
  }
  .feature-title{
    font-size: 20px;
  }
  .gallery-section #sync1:before, .gallery-section #sync1:after{
    display: none;
  }
  .gallery-section .owl-carousel{
    max-width: 800px;
  }
  
  .test-links {
    gap: 10px;
  }
}

@media(max-width: 992px){
  .navbar.navbar-dark .navbar-collapse{
    padding-bottom: 50px;
  }
  .gallery-section #sync2{
    padding: 0 50px;
  }
  .gallery-section #sync2 .owl-nav button.owl-prev{
    margin-left: 10px;
  }
  .gallery-section #sync2 .owl-nav button.owl-next{
    margin-right: 10px;
  }
  .block-title{
    font-size: 26px;
  }
  .block-title img {
    max-width: 32px;
    max-height: 32px;
  }
  .feature-title{
    text-transform: none;
  }
  .feature img{
    max-width: 28px;
  }
  
    .btn.btn-default:hover,
  .btn.btn-default:focus,
  .btn.btn-default:active{
    background-color: #18A0FB;
  }
}

@media(max-width: 767px){
  .test-links {
    flex-direction: column;
  }
 }

@media(max-width: 620px){
  body{
    font-size: 15px;
    padding-top: 60px;
  }
  .navbar.navbar-dark img{
    max-height: 52px;
  }
  .info-section .event-title{
    font-size: 18px;
  }
  .iframe-wrap:after{
    width: 84px;
    right: 40px;
    background-size: contain;
  }
}