/* MAIN */

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.container{
  margin: 0 auto;
  width: 95%;
}

.container-1{
  max-width: 1360px;
}

.container-2{
  max-width: 1155px;
}

.container-3{
  max-width: 1080px;
}

.container-4{
  max-width: 1240px;
}

.ua-button{
  border: none;
  outline: none;
  font-size: 32px;
  text-transform: uppercase;
  padding: 15px 30px;
  transition: .2s;
  font-weight: 900;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.ua-button:hover{
  color: #fff;
}

.ua-button__yellow{
  background-color: #FFD600;
  color: #0046FF;
  cursor: pointer;
}

.ua-button__blue{
  background-color: #0075FF;
  color: #FFD600;
  cursor: pointer;
}

.ua-button__yellow.link,
.ua-button__blue.link{
  cursor: pointer;
}

.ua-button__yellow.link:hover{
  background-color: #0046FF;
  color: #FFD600;
}

.ua-button__yellow.link:hover path{
  fill: #FFD600;
}

.ua-button__blue.link:hover{
  background-color: #FFD600;
  color: #0046FF;
}

.owl-theme .owl-dots .owl-dot span{
  width: 16px;
  height: 16px;
  background: #FFD600;
  border-radius: 0;
  margin: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #0075FF;
}

.ua-header{
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.ua-text{
  font-size: 23px;
  font-weight: 400;
}

.ua-text strong{
  font-weight: 700;
}

.ua-text a{
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.ua-text a:hover{
  text-decoration: underline;
}

/* MAIN */

/* HEADER */

.header .container-1{
  display: flex;  
  align-items: center;
  padding: 30px 0;
}

.header__lang{
  margin-left: auto;
  margin-right: 35px;
  display: flex;
}

.lang__link{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  line-height: 1;

  display: inline-block;
  padding: 0 9px;
}

.lang__link:first-child{
  border-right: 2px solid #000;
}

.lang__link.current{
  font-weight: 800;
}

.header__logo{
  padding: 0 50px 0 40px;
}

.header__button{
  color: #fff;
  padding: 15px 95px;
}

/* HEADER */

/* SECTION-1 */

.section-1{
  max-width: 1440px;
  width: 100%;
  margin: 10px auto 40px;
}

.section-1__img{
  width: 100%;
}

.section-1__img-mob{
  display: none;
}

/* SECTION-1 */

/* SECTION-2 */

.section-2 .container-2{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.section-2 .slider-1{
  width: 40%;
}

.section-2__info{
  width: calc(60% - 50px);
}



/* SECTION-2 */

/* SECTION-3 */

.section-3{
  text-align: center;
  background-color: #FFD600;
  padding: 30px 0;
  margin-bottom: 40px;
}

/* SECTION-3 */

/* SECTION-4 */

.section-4 .container-3{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.section-4__info{
  width: calc(60% - 35px);
}

.section-4 .ua-text{
  margin-bottom: 15px;
}

.section-4__wrapper-img{
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}

.section-4__img{
  width: calc(50% - 9px);
  margin-bottom: 18px;
}

.section-4__img:nth-child(2n){
  margin-left: 18px;
}

/* SECTION-4 */

/* SECTION-5 */

.section-5{
  background-color: #0075FF;
  padding: 30px 0;
}

.section-5 .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-5__text{
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.section-5 .ua-button{
  padding: 15px 130px;
}

/* SECTION-5 */

/* SECTION-6 */

.section-6{
  background-image: url("../img/section-6__bg-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -95px 0;
  padding-top: 30px;
  padding-bottom: 100px;
}

.section-6 .container{
  display: flex;
  justify-content: flex-end;
}

.section-6__info{
  width: 50%;
  margin-top: 80px;
  background-color: #fffc;
  padding: 20px 0 20px 20px;
}

  

.section-6__info ul{
  padding-left: 35px;
  margin-bottom: 15px;
}

.section-6__img{
  display: none;
}

/* SECTION-6 */

/* SECTION-7 */

.section-7{
  background-color: #0046FF;
  padding: 65px 0 50px;
  text-align: center;
}

.section-7 .container{
  padding: 40px 80px;
  border: 6px solid #FFD600;
}

.section-7 .ua-text{
  color: #fff;
}

/* SECTION-7 */

/* SECTION-8 */

.section-8 .container{
  padding: 40px 0;
  display: flex;
  justify-content: center;
}

.section-8 .ua-button{
  margin: 10px;
  padding: 15px 90px;
}

.section-8 .ua-button__yellow{
  color: #0075FF;
}

.section-8 .ua-button__yellow:hover{
  background-color: #0075FF;
}

.section-8 .ua-button__blue:hover{
  color: #0075FF;
}

/* SECTION-8 */

/* POPUP */

.overvlow-hidden{
  overflow: hidden;
}

.popup__window{
  opacity: 0;
  visibility: hidden;
  transition: .2s;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 750px;
  width: 95%;
  background-color: #fff;
  padding: 30px 40px 40px;
  text-align: center;
  border: 4px solid #0075FF;
  z-index: 51;
  max-height: 90%;
  overflow-y: auto;
}

.popup__window.active{
  opacity: 1;
  visibility: visible;
}

.popup__bg{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 50;
  transition: .2s;
}

.popup__bg.active{
  visibility: visible;
  opacity: 1;
}


.popup__header{
  font-size: 32px;
  margin-bottom: 30px;

  color: #0075FF;
  text-transform: uppercase;
  font-weight: 900;
}

.popup__header-2{
  font-size: 20px;
  margin-bottom: 10px;
  
  color: #0075FF;
  text-transform: uppercase;
  font-weight: 900;
}

.popup__block{
  width: 100%;
  background-color: #F3F3F3;
}

.popup__block-link{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
  margin-bottom: 10px;
  border: 2px solid transparent;
  transition: .2s;
  position: relative;
  font-size: 20px;
  overflow: hidden;
}

.popup__block-link.margin{
  margin-bottom: 20px;
}

.popup__block-link:hover{
  border: 2px solid #FFD600;
}

.popup-link__head{
  display: flex;
  align-items: center;
  font-weight: 700;
  width: 200px;
}

.popup-link__head img{
  margin-right: 10px;
}

.popup-link__button{
  position: absolute;
  right: -10%;
  top: 0;
  bottom: 0;
  background-color: #D9D9D9;
  font-weight: 600; border: none;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.popup__block-link:hover .popup-link__button{
  opacity: 1;
  visibility: visible;
  right: 0;
}

.popup-link__button svg{
  margin-right: 8px;
}

.popup__block-2{
  padding: 10px 50px 25px;
}

.popup__block-title{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.popup__block-description{
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

.popup__close{
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

/* POPUP */



@media (max-width: 1250px) {
  .container-1{
    max-width: 980px;
  }

  .container-2{
    max-width: 835px;
  }
  
  .container-3{
    max-width: 785px;
  }
  
  .container-4{
    max-width: 890px;
  } 

  .ua-button{
    font-size: 22px;
  }

  .header__logo{
    padding: 0 30px 0 22px;
  }

  .header__logo svg{
    width: 50px;
    height: 50px;
  }

  .header__button {
    color: #fff;
    padding: 10px 60px;
  }

  .lang__link{
    font-size: 15px;
  }

  .ua-header{
    font-size: 22px;
  }

  .ua-text{
    font-size: 17px;
  }

  .section-5__text {
    font-size: 19px;
  }


  .section-5 .ua-button {
    padding: 10px 70px;
  }

  .section-8 .ua-button {
    margin: 10px;
    padding: 10px 60px;
  }
}

@media (max-width: 600px) {
  .logo__text{
    display: none;
  }
  .header__logo {
    padding: 0 !important
    ;
  }

  .header__lang{
    margin-right: 25px;
  }

  .ua-button{
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header__button {
    color: #fff;
    padding: 15px 20px;
  }

  .lang__link {
    font-size: 16px;
  }
  
  .container{
    width: calc(100% - 40px);
  }

  .section-1__img-mob{
    display: block;
  }

  .section-1__img-desk{
    display: none;
  }

  .section-2 .container-2{
    flex-wrap: wrap;
  }

  .section-2 .slider-1{
    width: 100%;
    margin-bottom: 30px;
  }

  .section-2__info {
    width: 100%;
    text-align: center;
  }  

  .owl-theme .owl-dots .owl-dot span{
    width: 9px;
    height: 9px;
    margin: 3.5px;
  }

  .ua-header {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ua-text {
    font-size: 16px;
  }

  .section-4 .container-3{
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .section-4__info {
    width: 100%;
    text-align: center;
  }
  
  .section-4__wrapper-img{
    width: 100%;
  }

  .section-4__img:nth-child(2n) {
    margin-left: 12px;
  }
  .section-4__img {
      width: calc(50% - 6px);
      margin-bottom: 12px;
  }

  .section-5 .container{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .section-5__text{
    margin-bottom: 18px;
  }

  .section-5 .ua-button {
    padding: 15px 50px;
    font-size: 20px;
  }

  .section-6{
    padding-bottom: 30px;
    padding-top: 0;
    background-image: none;
  }

  .section-6__img{
    width: 100%;
    display: block;
  }

  .section-6__info{
    width: 100%;
    margin-top: 25px;
    padding: 0;
  }

  .section-7{
    padding: 20px 0;
  }
  
  .section-7 .container{
    border: 3px solid #FFD600;
    padding: 15px;
  }

  .section-8 .container{
    padding: 20px 0;
  }

  .section-8 .ua-button {
    margin: 8px;
    padding: 15px;
  }

  .popup__window{
    padding: 20px 25px;
  }

  .popup__header{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .popup__header-2{
    font-size: 16px;
  }

  .popup__close{
    width: 10px;
    height: 10px;
  }

  .popup__block-link{
    font-size: 16px;
    padding: 8px 10px;
  }
  .popup-link__body{
    width: 100%;
    text-align: left;
    word-wrap: break-word;
  }
  .popup-link__button{
    visibility: visible;
    opacity: 1;
    right: 0;
    bottom: initial;
    padding: 8px 8px 0 0;
    background-color: transparent;
  }

  .popup-link__button svg{
    margin: 0;
  }

  .popup-link__button.active path{
    fill: #0046FF;
  }

  .popup-link__button span{
    display: none;
  }

  .popup-link__head{
    margin-bottom: 10px;
  }
  .popup__block-description{
    word-wrap: break-word;
  }

  .popup__block-2{
    padding: 10px 17px;
  }

  .popup__block-title{
    font-size: 16px;
  }
}

