/**
  *
  *   Author: Andrey Melnichenko @dev_arm923i
  *   Author URI: https://t.me/dev_arm923i
  * 
**/


@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-Regular.woff') format('woff'),
		url('fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('fonts/Montserrat-SemiBold.eot');
	src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
		url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Montserrat-SemiBold.woff') format('woff'),
		url('fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

body{
  padding: 0;
  margin: 0;
  font-family: 'Montserrat';
  font-size: 20px;
  line-height: 190%;
}
a{
  text-decoration: none;
  transition: 0.3s ease all;
}
.max_resolution{
  max-width: 1920px;
  margin: 0 auto;
}
.container{
  max-width: 1112px;
  margin: 0 auto;
}
.half_block{
  max-width: 620px;
}
.half_block{
  max-width: 620px;
}
.title{
  font-weight: 600;
  font-size: 44px;
  line-height: 105.5%;
  margin-bottom: 60px;
}
  .sub_title{
    margin-bottom: 40px;
  }
.text{
  font-size: 20px;
  line-height: 190%;
}
  .text_bold{
    font-weight: 600;
  }
.half_text{
  max-width: 460px;
}
.btn{
  background: #2F77FC;
  border: 1px solid #2F77FC;
  border-radius: 8px; 
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  padding: 15px 0;
  cursor: pointer;
  transition: .3s ease all;
  width: 100%;
}
  .btn:hover{
    background: #5591FF;
  }
.sep_light{
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  opacity: 0.2;
  margin: 40px 0 60px;
}
.sep_grey{
  width: 100%;
  height: 1px;
  background: #EEF0FA;
  margin: 60px 0;
}
.row{
  display: flex;
}
img{
  max-width: 100%;
}

.page_wrap{
  overflow: hidden;
}
.grid_row{
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}
.header a{
  transition: 0.3s ease all;
}
  .header a:hover{
    color: #2F77FC;
  }


  .header{
    background: #fff;
  }
  .header.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    animation: sticky_nav 0.5s ease-in-out forwards;
  }
  @keyframes sticky_nav {
    0% { transform: translateY(-200px); }
    100% { transform: translateY(0); }
  }
  
  .header_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0;
  }
    .header_nav{
      display: flex;
      align-items: center;
    }
      .nav_menu{
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
      }
        .nav_menu_link{
          font-size: 18px;
          line-height: 128%;
          color: #373737;
          margin-right: 30px;
        }
        .nav_menu li:last-child .nav_menu_link{
          margin-right: 0;
        }
      .nav_login a{
        font-size: 18px;
        line-height: 19px;
        color: #434242;
      }
        .nav_login a span{ 
          margin-left: 10px;
        }

.head_lang_list{
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin: 0 20px 0 30px;
}
  .head_lang_list li{
    width: 36px;
    height: 36px;
    font-size: 14px;
    color: #373737;
    text-align: center;
    letter-spacing: -0.02em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    transition: .3s ease all;
  }
    .head_lang_list li a{
      color: #373737;
      transition: .3s ease all;
    }
    .head_lang_list li.active{
      background: #2F77FC;
      color: #FFFFFF;
    }
    .head_lang_list li:first-child{
      margin-right: 10px;
    }
    .head_lang_list li:hover{
      background: #2F77FC;
      color: #FFFFFF;
    }
    .head_lang_list li:hover a{
      color: #FFFFFF;
    }




  .section_banner{
    position: relative;
    background: #fff;
    color: #373737;
    padding: 140px 0;
  }
  .section_banner .half_block{
    z-index: 9;
    position: relative;
  }
    .section_banner h1{
      font-weight: 600;
      font-size: 44px;
      line-height: 120%;
      letter-spacing: -0.03em;
      color: #373737;
      margin: 0;
      margin-bottom: 60px;
    }
    .section_banner .btn{
      margin-top: 60px;
    }
    .ship_img{
      position: absolute;
      top:0;
      right: 0;
    }



  .section_second{
    background: #2F77FC;
    color: #FFFFFF;
    padding: 80px 0;
  }
    .s2_r2{
      justify-content: space-between;
    }
    .s2_r3 .half_block{
        margin-left: 60px;
    }
      .store_links .text{
        margin: 60px 0 40px;
      }
      .store_link{
        border: 1px solid #FFFFFF;
        border-radius: 8px; 
        display: flex;
        align-items: center;
        padding: 18px;
        color:#fff;
        font-size: 18px;
        line-height: 22px;   
      }
        .store_link:first-child{
          margin-right: 20px;
        }
        .store_link_text{
          padding-left: 20px;
        }
  

  .section_third{
    background: #fff;
    color: #373737;
    padding: 40px 0;
  }
    .s3_r1{
      align-items: center;
      justify-content: space-between;
    }
    .s3_r2 .grid_row{
      margin-top: 60px;
    }
      .item{
        max-width: 300px;
      }
        .item_text{
          margin-top: 20px;
          font-size: 16px;
          line-height: 190%;
        }
    .s3_r3{
      justify-content: space-between;
      align-items: center;
    }
    .img_mob{
      display: none;
    }
      .f_row{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0 14px;
        border-bottom: 1px solid #EEF0FA;
      }
        .f_col{
          text-align: right;
          font-weight: 600;
        }
        .f_col:first-child{
          text-align: left;
          font-weight: normal;
        }

    .extra{
      margin-top: 60px;
    }
      .pdf_link{
        height: 126px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px;
        background: #F9F9F9;
        border-radius: 8px;
        margin-right: 20px;
        color: #373737;
        transition: 0.3s ease all;
      }
        .pdf_link:hover{
          background: #e5e5e5;
        }
        .pdf_link:last-child{
          margin-right: 0;
        }
        .pdf_link span{
          font-size: 16px;
          line-height: 140%;
        }

    .order .row{
      justify-content: space-between;
    }
    .order .half_text {
      max-width: 280px;
    }
    .order .title {
      margin-bottom: 40px;
    }

      .order_form form{
        display: flex;
        flex-direction: column;
        width: 550px;
      }
      .order_form .wpcf7-form-control-wrap{
        margin-bottom: 20px;
        width: 100%;
      }
        .order_form input{
          background: #F9F9F9;
          border-radius: 8px; 
          border: none;
          color: #373737;
          padding: 18px 24px;
          width: 100%;
          font-size: 20px;
          line-height: 14px;
          letter-spacing: -0.016em;
          margin-bottom: 20px;
        }
          .order_form input::placeholder { 
            mix-blend-mode: normal;
            opacity: 0.3;
          } 
          .order_form input:-ms-input-placeholder { 
            mix-blend-mode: normal;
            opacity: 0.3;
          } 
          .order_form input::-ms-input-placeholder { 
            mix-blend-mode: normal;
            opacity: 0.3;
          }
      
    .order_form input[type="submit"]{
      background: #2F77FC;
      border: 1px solid #2F77FC;
      border-radius: 8px; 
      font-weight: 600;
      font-size: 20px;
      line-height: 140%;
      text-align: center;
      color: #FFFFFF;
      padding: 15px 0;
      cursor: pointer;
      transition: .3s ease all;
      width: 100%;
      margin-top: 20px;
      margin-bottom: 0;
      -webkit-appearance: none;
    }
    .order_form input[type="submit"]:hover{
        background: #5591FF;
      }

.hidden_sub_label{
  display: none;
}
.gform_fields{
  list-style: none;
  margin: 0;
  padding:0;
}

.validation_error, .validation_message, .gfield_required{
  display: none;
}
.gform_validation_error input{
  border: 1px solid red;
}





  .footer{
    padding: 130px 0;
  }
    .footer .row{
      align-items: flex-end;
      justify-content: space-between;
    }
      .footer_mail .text_bold{
        margin: 60px 0 10px;
        font-size: 16px;
        line-height: 128%;
      }
      .footer_mail a{
        font-weight: 600;
        font-size: 22px;
        line-height: 128%;
        color: #2F77FC;
      }
      .footer_links{
        display: flex;
        justify-content: space-between;
      }
        .footer_links .store_link{
          border: 1px solid #2F77FC;
          color:#373737;
        }



.slider{
  position: relative;
  padding: 80px 0 0;
}
  .slider1{
    /* height: 450px; */
  }
  .slider2{
    /* height: 610px; */
  }



.slider_wrap{
  /* position: absolute;
  width: 100vw; */
}

  .content {
    position: relative;
    display: block;
    width: 100%;
  }
  .gallery {
    position: relative;
    display: block;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
  }
  .gallery .slick-list {
    overflow: hidden;
  }
  .gallery .slick-slide {
    outline: none !important;
  }
  .gallery-item {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: center;
    max-width: max-content;
    padding-right: 40px;
    cursor: pointer;
  }
  .gallery-img-holder {
    display: inline-block;
    width: auto;
    height: auto;
  }
  .gallery-img {
    width: 100%;
    height: auto;
  }

.slick-track{
  display: flex;
}
.slick-lightbox .slick-lightbox-slick-item{
  outline: none;
}
.slick-lightbox .slick-lightbox-inner .slick-next {
  right: calc(50% - 420px);
}
.slick-lightbox .slick-lightbox-inner .slick-prev {
  left: calc(50% - 420px);
}

.gallery_item_caption{
  padding-top: 20px;
  font-size: 16px;
  line-height: 151.19%;
  text-align: center;
}

.slider2 .gallery-img{
  height: 567px;
}




.section_banner .btn{
  visibility: hidden!important;
}






/*  MEDIA start */

@media screen and (max-width:1400px){

  .container{
    padding: 0 20px;
  }

  .ship_img {
    right: calc(-50% + 15px);
  }
  
}
@media screen and (max-width:980px){

  .container{
    padding: 0 20px;
  }

  .ship_img {
    right: calc(-50% + 15px);
  }

  .s2_r3 .half_block {
    margin-left: 20px;
  } 

  .footer{
    padding: 80px 0;
  }

  .slider {
    padding: 80px 0 0 20px;
  }
    .gallery-img {
      max-width: 100vw;
    }
  
}


@media screen and (max-width:800px){
  .nav_menu{
    display: none;
  }
  .ship_img {
    right: calc(-50% + -85px);
  }
  .section_banner .text{
    max-width: 440px;
  }
  #about .half_block{
    max-width: 550px;
  }
  .s2_r2{
    flex-direction: column-reverse;
  }
    .s2_r2 .half_block {
      max-width: unset;
    }
    .s2_r2 .half_text {
      max-width: unset;
    }
  .item {
    max-width: 200px;
  }
  .order_form form{
    width: 400px;
  }
}




@media screen and (max-width:767px){
  
  .title{
    font-size: 22px;
    margin-bottom: 20px;
  }
  .text {
    font-size: 16px;
  }
  .btn{
    font-size: 16px;
  }
  .sep_light{
    margin: 40px 0 0;
  }
  .sep_grey{
    margin: 40px 0;
  }
  .grid_row {
    display: block;
  }
  .item {
    max-width: unset;
  }

  .header_logo img{
    width: 156px;
  }

  .header {
    background: #fff;
    border-bottom: 1px solid #EEF0FA;
  } 

  .head_lang_list{
    margin: 0 10px 0 0;
  }

  .nav_login a{
    font-size: 16px;
  }

  .head_lang_list li:first-child {
    margin-right: 5px;
  }

  .section_banner{
    padding: 60px 0 260px;
  }
    .section_banner h1{
      font-size: 22px;
      text-align: center;
      margin-bottom: 40px;
    }
    .section_banner .text{
      text-align: center;
    }
    .ship_img{
      top: unset;
      right: 0;
    }
  
    .section_second{
      padding: 300px 0 40px;
    }
      .s2_r2 {
        flex-direction: column-reverse;
        justify-content: unset;
      }
      
      .s2_r3{
        flex-direction: column;
        text-align: center;
      }
        .s2_r3 .half_block {
          margin-left: 0;
        }
        .s2_r3 .title br{
          display: none;
        }
        .store_links .text {
          margin: 40px 0 40px;
        }
        .store_links .row{
          flex-direction: column;
          align-items: center;
        }
        .store_link:first-child {
          margin-right: 0;
          margin-bottom: 14px;
        }
    .section_third{
      padding: 40px 0 0;
    }
      .s3_r1 {
        flex-direction: column-reverse;
        text-align: center;
      }
      .s3_r2{
        text-align: center;
      }
      .s3_r2 .grid_row {
        margin-top: 0px;
      }
      .s3_r2 .item{
        margin-top: 40px;
      }

      .img_pc{
        display: none;
      }
      .img_mob{
        display: block;
        margin: 0 auto 20px;
      }

      .s3_r3{
        flex-direction: column;
        text-align: center;
      }

      .features_table{
        font-size: 12px;
        line-height: 151.19%;
      }

      .pdf_link{
        margin-right: 0;
        margin-bottom: 20px;
      }

      .order .row{
        flex-direction: column;
      }
      .order .title {
        margin-bottom: 20px;
      }
      .order .half_text {
        max-width: 100%;
        margin-bottom: 40px;
      }
      .order_form form {
        width: 100%;
      }
      .order_form .wpcf7-form-control-wrap input{
        font-size: 16px;
        padding: 21px 15px;
      }


    .footer {
      padding: 40px 0;
    }
      .footer .row {
        align-items: unset;
        justify-content: unset;
        flex-direction: column;
      }
        .footer_mail .text_bold {
          margin: 40px 0 10px;
          font-size: 12px;
        }
        .footer_mail a{
          font-size: 16px;
        }
        .footer_links {
          flex-direction: column;
          align-items: flex-start;
          margin-top: 40px;
        }

  .slider {
    padding: 40px 0 0 20px;
  }
    .slider1{
      /* height: 190px; */
    }
    .slider2{
      /* height: 270px; */
    }

  .gallery-item{
    padding-right: 20px;
  }
  .gallery-item:last-child{
    padding-right: 30px;
  }

  .slider1 .gallery-img{
    width: auto;
    height: 155px;
  } 
  .slider2 .gallery-img{
    width: auto;
    height: 221px;
  } 
  

    .slick-lightbox .slick-lightbox-inner .slick-next {
      right: 15px;
    }
    .slick-lightbox .slick-lightbox-inner .slick-prev {
      left: 15px;
    }

}