/* 
 * - light 300
 * - normal 400
 * - medium 500
 * - bold 600
 * font-family: 'Lato', sans-serif; */
/* 
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Medium.eot");
  src: url("../fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Medium.woff") format("woff"), url("../fonts/Lato-Medium.ttf") format("truetype"), url("../fonts/Lato-Medium.svg#Lato-Medium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot");
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: 700;
}*/
.transbtn {
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

img {
  margin-bottom: 0;
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  min-width: 320px;
  line-height: 1.2;
  color: #fff;
  background-color: #222222;
}

.bttn {
  height: 48px;
  background-color: #FDCB03;
  border: 2px solid #FDCB03;
  color: #222;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  line-height: 43px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 254px;
  border-radius: 12px;
  text-align: center;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  cursor: pointer;
}

.bttn:hover, .bttn:focus {
  background-color: #FFD83B !important;
  border: 2px solid #FFD83B;
  background-color: transparent;
  color: #181818;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.25s ease-out 0s;
  transition: all 0.25s ease-out 0s;
}

.bttn.zero {
  background-color: transparent;
  border: 2px solid #000;
  color: #111111;
}

.bttn.zero:hover, .bttn.zero:focus {
  background-color: #1B1B1B !important;  
  border: 2px solid #1B1B1B;
  color: #FFFFFF;
}

.bttn.black {
  background-color: #1B1B1B;
  border: #1B1B1B 2px solid;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 14px rgba(27, 27, 27, 0.5);
  box-shadow: 0px 4px 14px rgba(27, 27, 27, 0.5);    
}
.bttn.black:hover, .bttn.black:focus {
  background-color: transparent !important;
  color: #111111;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.pr {
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.yl {
  color: #FDCB03;
}

p, a, h1, h2, h3, li, span {
  -webkit-font-smoothing: antialiased;
}

h1 {  
  font-size: 48px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  /* margin-bottom: 45px;*/
  text-transform: uppercase;  
  letter-spacing: 3px; 
  margin-bottom: 25px; 
}
.h2_st {
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.5px;
  color: #fff;
}
.for_mob {
  display: none;
}
.owl-carousel .owl-item .for_mob{
  display: none;
}
/* HEADER */

/* MAIN */
#main{
  height: 785px;
  background: url(../images/main_bg_1900.jpg) center top no-repeat;
  padding-top: 90px;
  margin-top: -90px;
}
#main .outer{
  /*padding-top: 147px;*/  
  padding-top: 118px;
}
#main .outer p{
  /*font-size: 18px;
  margin-bottom: 26px;
  line-height: 1.8;*/
  color: #fff;

  font-size: 16px;
  margin-bottom: 18px;
  line-height: 1.4;
  font-weight: 400;
}
#main .outer .inner{
  max-width: 645px;
  margin-bottom: 20px;
}
/* SECOND */
#second{  
  padding: 80px 0 67px;
  background: #222;
}
#second .numbers {
  width: 100%;
  height: 530px;
  -webkit-border-radius: 30px;
  border-radius: 30px;  
  -webkit-box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 25px 0 rgba(0, 0, 0, 0.15);  
  padding: 44px 50px 20px 50px;
  background: rgba(0, 0, 0, 0.2);  
}
#second .tt {
  font-size: 64px;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 15px;
}
#second .st {
  font-style: normal;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;  
  margin-bottom: 81px;
}
#second .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#second .inner .bl{
  width: 100%;
  max-width: 348px;
  margin-bottom: 10px;
}
#second .inner .bl1 .txt{
  max-width: 320px;
}
#second .inner .bl .nmb {
  font-size: 50px;
  color: #FDCB03;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 8px;
}
#second .inner .bl .h {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
}
#second .inner .bl .txt {
  font-size: 16px;
  line-height: 1.85;
  color: #fff;
  margin-left: 1px;
}
/* TEAM */
.owl-theme .owl-dots {
  bottom: -9px;
  margin-top: 0;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  z-index: 22;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 14px 7px;
}
.owl-theme .owl-dots .owl-dot.active span {
  width: 16px;
  height: 16px;
  background: #FDCB03;
  margin: 5px 12px 5px;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #FFD83B;
}

.owl-theme .owl-nav {
  position: absolute;
  z-index: 19;
  width: 332px;
  left: 50%;
  bottom: 29px;
  margin-left: -166px;
}
#team .owl-nav button {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: absolute;
  z-index: 19;
  margin: 3px;
}
#team .owl-nav button:hover {
  border: 2px solid #fff;
  background: none;
  background-color: transparent;
}
#team .owl-nav button span {
  color: transparent;
  width: 30px;
  height: 30px;
  position: absolute;
  display: block;
  top: 3px;
  background: rgba(255, 255, 255, 0) url(../images/cart_arr_l.svg) center no-repeat;
}
#team .owl-nav button:hover span {
  background: rgba(255, 255, 255, 0) url(../images/cart_arr_l_h.svg) center no-repeat;
}
#team .owl-nav button.owl-prev {
  left: 0;
}
#team .owl-nav button.owl-prev span {
  left: 50%;
  margin-left: -15px;
}
#team .owl-nav button.owl-next {
  right: 0;
}
#team .owl-nav button.owl-next span {
  right: 50%;
  margin-right: -15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#team {
  padding: 50px 0 70px;
  min-height: 958px;  
  background: radial-gradient(75.16% 75.16% at 50% 50%, #343434 0%, #222222 68.02%);
}
#team h2 {
  text-align: center;
    font-size: 56px;
    color: #fff;
    font-family: "Inter", sans-serif;
  font-weight: 900;
  margin-bottom: 21px;
}
#team .h2_st{  
  text-align: center;
  font-style: normal;
  font-size: 24px;
  margin: 0 auto 66px;
  line-height: 1.3;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
#team .item_inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#team .unut {
  width: 330px;
  margin-bottom: 73px;
  padding: 0 35px;
}
#team .unut img {
  width: 114px;
  height: 108px;
  border-radius: 238px;
  margin: 0 auto 14px;
}
#team .unut .name {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 6px;
}
#team .unut .info {
  text-align: center;
  font-size: 16px;
  line-height: 1.45;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
#team .owl-theme .owl-nav {
  margin-left: -120px;
  width: 240px;
  bottom: -18px;
}
#team .owl-theme .owl-dots {
  margin-left: -60px;
  bottom: -58px;
}
/* BL5 */
/* BL5 */
#bl5{    
    padding-top: 48px;
    padding-bottom: 80px;
}
#bl5 h2{
  margin-bottom: 86px;
}
#bl5 .outer{
  height: 104px;  
  background: #555555;
  border-radius: 30px;  
  padding: 29px 36px 0;
}
#bl5 .img_toyota{
  padding-top: 10px;
}
#bl5 .img_star{
  padding-top: 3px;
}
#bl5 .img_bitfury{
  padding-top: 9px;
}
#bl5 .img_betmaster{
  padding-top: 15px;
}
#bl5 .img_hut8{
  
}
#bl5 .img_coinbase{
  padding-top: 8px;
}
#bl5 .img_switchere{
  padding-top: 6px;
}
#bl5 .img_balalyq{
  
}
#bl5 .img_gbbc{
  padding-top: 5px;
}
#bl5 .img_shuster{
  padding-top: 11px;
}


/* CONTACT BL */
.contact_bl {
  padding-bottom: 118px;
}
.contact_bl .outer {
  width: 100%;
  height: 363px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDCB03), color-stop(56.88%, #FDCB03), color-stop(93.66%, #EBAB05));
  background: linear-gradient(180deg, #FDCB03 0%, #FDCB03 56.88%, #EBAB05 93.66%);
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 46px 20px 30px 64px;
}
.contact_bl h2 {
  font-size: 56px;
  color: #111;
  text-align: left;
  font-family: "Inter", sans-serif;
  font-weight: 900;
}
.contact_bl .h2_st {
  font-size: 20px;
  color: #111;
  text-align: left;
  margin-bottom: 29px;
}
.contact_bl .form_outer {
  width: 100%;
  max-width: 733px;
  margin-bottom: 16px;
}
.contact_bl .form_outer .f_inner {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_bl .form_outer .f_inner .my_input {
  width: 417px;
  height: 68px;
  padding: 0px 10px 0 70px;
  border-radius: 16px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #111;
  background-color: #fff;
  border: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.contact_bl .form_outer .f_inner .my_input:focus {
  outline: none;
  border: none;
}
.contact_bl .form_outer .f_inner .my_input:-moz-placeholder, .contact_bl .form_outer .f_inner .my_input::-webkit-input-placeholder {
  color: #111;
}
.contact_bl .form_outer .f_inner label::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/phone_icon.svg) center no-repeat;
  background-size: 22px;
  z-index: 19;
  left: 24px;
  top: 20px;
}
.contact_bl .img {
  position: absolute;
  top: 29px;
  right: 53px;
  z-index: 19;
}
.contact_bl .soc_outer {
  font-size: 20px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  padding-top: 6px;
  margin-left: 2px;
}
.contact_bl .soc_outer a {
  padding-left: 46px;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #111111;
  text-decoration: none;
  cursor: pointer;
  min-height: 36px;
  padding-top: 6px;
  margin-right: 35px;
}
.contact_bl .soc_outer a:hover {
  color: #fff;
}
.contact_bl .soc_outer .tg {
  background: url(../images/tg_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .soc_outer .mail {
  background: url(../images/email_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .soc_outer .insta {
  background: url(../images/insta_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .soc_outer .phone {
  background: url(../images/phone_form_icon.svg) left center no-repeat;
  background-size: 36px;
}
.contact_bl .form_outer .f_inner .form-bttn{
    width: 296px;
    line-height: 65px;
    height: 68px;
    max-width: 296px;
    color: #FDCB03;
}
.contact_bl .form_outer .f_inner .form-bttn:hover{
      -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #1B1B1B !important;
}

/* -  */


.modal{
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.modal_video .modal-content {
  border: none;
  background-color: #1b1b1b;
  border-radius: 16px;
}
.modal_video .modal-body {
  padding: 0;
}
.modal_video .inner, .modal_video .video_frame {
  border-radius: 16px;
}
.modal_video .btn-close {
  position: absolute;
  right: 0;
  top: -40px;
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 32px;
  height: 32px;
  background: none;
  border-radius: 0;
  padding: 0;
}
.modal_video .btn-close:hover svg path {
  stroke: #FFCC00;
}
@media (max-width: 900px){
  .modal_video .btn-close{
    top: -51px;
    right: 3px;
  }
  .modal_video .inner, .modal_video .video_frame {
    border-radius: 12px;
  }
}
@media (min-width: 320px) {
  .modal_video .modal-dialog {
    margin-top: 70px;
    max-width: 900px;
  }
}

/* MEDIA */
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 360px) {
  .container {
    max-width: 358px;
  }
}
@media (min-width: 1230px) {
  .container {
    max-width: 1230px;
  }
}
@media (min-width: 1230px) {
  .full_w .container {
    max-width: 1364px;
  }
}

@media (max-width: 1440px){
  #main{
    background: url(../images/main_bg.jpg) center top no-repeat;
  }
}
/* ----TABLET */
/* ----MOBILE */
@media (max-width: 1229px){
  /* HEADER */  
  .for_mob {
    display: block;
  }

  .for_dtop {
    display: none;
  }

  .bttn {
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 13px;
  }
  .h2_st {
    font-size: 18px;
    line-height: 1.3; 
    letter-spacing: 0px;
  }
  .bttn {
    height: 56px;
    max-width: 328px;
    font-size: 16px;
    line-height: 51px;
    border-radius: 12px;
  } 
  /* MAIN  */
  #main{
    padding-top: 70px;
    margin-top: -70px;
    height: auto;
    background: url(../images/main_bg_1230.jpg) center top no-repeat;
    margin-bottom: 40px;
    margin-bottom: 60px;
  }
  #main .outer{
    /* padding-top: 115px;*/
    padding-top: 85px;
  }
  h1{
    font-size: 36px;    
    margin-bottom: 25px;
  }
  #main .outer p{    
    line-height: 1.5;
    /*font-size: 16px;
    margin-bottom: 23px;*/
    font-size: 14px;    
    margin-bottom: 15px;
  }
  /* second  */
  #second {    
    padding: 5px 0 14px;
  }
  #second .tt{
    font-size: 30px;
    text-align: center;
    margin-bottom: 2px;
  }
  #second .st{
    text-align: center; 
    margin-bottom: 24px;  
    font-size: 16px; 
  }
  #second .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #second .inner .bl {
    -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    background: #111111;
    margin-bottom: 25px;
    padding: 36px 10px 5px 26px;
    height: 300px;
  }
  #second .inner .bl .nmb {
    font-size: 50px;
    margin-bottom: 13px;        
  }
  #second .inner .bl .h {
    margin-bottom: 20px;
  }
  #second .inner .bl .txt {
    font-size: 14px;
    line-height: 1.75;
  }
  #second .numbers {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 46px 0px 0 0px;
    height: auto;
    padding-bottom: 0;    
  }
  /**/
  .owl-theme .owl-dots {
    margin-left: -97px;
    bottom: 35px;
  }
  .owl-theme .owl-dots .owl-dot {
    margin: 0 8px;
  }
  .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
  }
  .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 7px 7px;
  }
  .owl-theme .owl-dots .owl-dot.active span {
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 5px 7px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
  }
  /* TEAM  */ 
  #team {
    padding: 70px 0 20px;
    min-height: 615px;
    background: radial-gradient(83.24% 50% at 50% 50%, #2C2406 0%, #111111 68.02%);
  }
  #team h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  #team .h2_st {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 auto 47px;
    max-width: 320px;
  }
  #team .unut img {
    width: 147px;
    height: 140px;
    margin: 0 auto 30px;
  }
  #team .unut .name {
    margin-bottom: 5px;
  }
  #team .unut .info {
    line-height: 1.5;
  }
  #team .owl-theme .owl-nav {
    bottom: 50px;
    width: 120px;
    margin-left: -60px;
  }
  /* SLIDER */
  #bl5{
    padding-bottom: 76px;
  }
  #bl5 .outer{
    border-radius: 16px;
    padding: 17px 22px 0;
    height: 80px;
  }
  #bl5 h2{
    margin-bottom: 33px;
  }  
  #bl5 .img_toyota{
    padding-top: 10px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_star{
    padding-top: 3px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_bitfury{
    padding-top: 9px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_betmaster{
    padding-top: 15px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_hut8{
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_coinbase{
    padding-top: 8px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_switchere{
    padding-top: 6px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_balalyq{
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_gbbc{
    padding-top: 5px;
    transform: scale(0.84, 0.84);
  }
  #bl5 .img_shuster{
    padding-top: 11px;
    transform: scale(0.84, 0.84);
  }
  /**/ 
  /* form bl */
  .contact_bl{
    padding-bottom: 73px;
  }
  .contact_bl .outer {
    max-width: 328px;
    border-radius: 16px;
    padding: 65px 20px 30px 20px;
    margin: 0 auto;    
    height: 425px;
  }
  .contact_bl h2{
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
    max-width: 186px;
    /*margin-bottom: 20px;*/
    margin-bottom: 45px;
  }
  .ua .contact_bl h2{
    margin-bottom: 22px;
  }
  .contact_bl .h2_st{
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 38px;
  }
  .contact_bl .img {
    top: -41px;
    right: -13px;
  }
  .contact_bl .form_outer {
    max-width: 280px;
    margin: 0 auto;
    position: relative;
  }
  .contact_bl .form_outer .f_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact_bl .form_outer .f_inner .my_input {
    width: 100%;
    height: 56px;
    font-size: 16px;
    border-radius: 12px;
    padding: 1px 10px 0 45px;
  }
  .contact_bl .form_outer .f_inner label::before {
    background: url(../images/phone_icon.svg) center no-repeat;
    background-size: 17px;
    left: 13px;
    top: 13px;
  }
  .contact_bl .form_outer .f_inner .form-bttn {
    width: 100%;
    border-radius: 12px;
    font-size: 16px;
    line-height: 53px;
    height: 55px;
  }
  .contact_bl .soc_outer {
    width: 246px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 17px;
    display: none;
  }
  .contact_bl .soc_outer a {
    padding-left: 37px;
    font-size: 0px;
    line-height: 0;
    margin-bottom: 0;
    min-height: 37px;
    padding-top: 6px;
    margin-right: 0;
  }
  /**/
  
}
@media (max-width: 768px){

}
@media (max-width: 639px){
  #main{
    background: url(../images/main_640.jpg) center top no-repeat;
  }  
}
@media (max-width: 425px) {

}
@media (max-width: 375px) {

}
@media (max-width: 359px) {
  h2{
    font-size: 28px;
  }
  #main .outer p{
    font-size: 15px;
  }
  /**/
  #second .inner .bl{
    padding: 36px 10px 40px 15px;
  }
  #second .inner .bl .h {
    margin-bottom: 16px;
  }
  #second .outer2, #second .item{
    width: 296px;
  }
  #second .inner .bl .txt{
    font-weight: 400;
  }
  #second .item_inner.item_girl .lbl .ttl{
    font-size: 22px;
  }
  /* TEAM  */
  #team .h2_st{
    font-size: 14px;
  }
  #team .unut{
    width: 296px;
  }
  /* - */
  .contact_bl .outer{
    padding: 55px 10px 30px 10px;
    height: 387px;
  }
  .contact_bl .img{
    width: 140px;
    right: 0;
  }
  .contact_bl h2{
    font-size: 28px;
    margin-bottom: 16px;
  }
  .contact_bl .h2_st{
    font-size: 18px;
  }
}




