* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

body {
  background: #22222a;
  overflow-x:hidden; 
}
.overflow-hidden {
  overflow: hidden;
}



/* .button {
  background: transparent;
  border: 1px solid #FF6729;
  border-radius: 8px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 0px 30px;
  height: 40px;
  font-size: 14px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #FF6729;
  font-family: 'SFSemibold';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.button:hover {
  color: #fff;
  background: #FF6729;
/*  -webkit-box-shadow: 0px 4px 10px rgba(255, 103, 41, 0.5);
  box-shadow: 0px 4px 10px rgba(255, 103, 41, 0.5);*/
} */

.button_bg {
/*  -webkit-box-shadow: 0px 4px 10px rgba(255, 103, 41, 0.5);
  box-shadow: 0px 4px 10px rgba(255, 103, 41, 0.5);*/
  background: #FF6729;
  color: #fff;
}

.button_bg:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: transparent;
}

.white_bg:hover {
  color: #FF6729;
}

.section {
  width: 100%;
  height: auto;
  padding-bottom: 120px;
  background: #22222A;
  position: relative;
}

.section .header {
  width: 100%;
  max-width: 1290px;
  padding: 20px 18px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section .header .logo img {
  display: block;
}

.section .header .right_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section .header .right_section .langs {
  width: 20px;
  position: relative;
  margin-right: 20px;
}

.section .header .right_section .langs .lang {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  border-radius: 50px;
}

.section .header .right_section .langs .hidden_langs {
  display: none;
  position: absolute;
  top: 40px;
}

.section .header .right_section .langs .hidden_langs .lang {
  margin-bottom: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section .header .right_section .langs .hidden_langs .lang:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.section .header .right_section .langs .en_flag {
  background: url(../img/landing/Flaf.svg);
}

.section .header .right_section .langs .ua_flag {
  background: url(../img/landing/Flaf.svg);
}

.section .header .right_section .langs .ru_flag {
  background: url(../img/landing/Flaf.svg);
}

.section h1 {
  font-size: 120px;
  line-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 80px 0px 40px;
  font-family: 'SFBold';
  z-index: 2;
  position: relative;
}

.section p {
  width: 100%;
  max-width: 610px;
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 50px;
  z-index: 2;
  position: relative;
}
.section .button  {
  z-index: 2;
  position: relative;
}

.section .flex {
  margin-top: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  position: relative;
}

.section .flex .item {
  width: 100%;
  max-width: 295px;
}

.section .flex .item img {
  display: block;
  margin: 0px auto 20px;
}

.section .flex .item p {
  font-size: 24px;
  line-height: 120%;
  font-family: 'SFBold';
  text-align: center;
}

.section_2 {
  width: 100%;
  padding-top: 205px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 2;
}

.section_2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section_2 .flex .left {
  width: 100%;
  max-width: 530px;
  z-index: 2;
}

.section_2 .flex .left h2 {
  font-size: 60px;
  line-height: 100%;
  color: #000000;
  font-family: 'Roboto_Black';
}

.section_2 .flex .left .second_head_txt {
  width: 100%;
  max-width: 375px;
  font-size: 16px;
  line-height: 120%;
  color: #000000;
  margin: 40px 0px;
}

.section_2 .flex .left .arrow_btn {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 16px;
  line-height: 120%;
  display: block;
  background: url(../img/landing/arr_right.svg) no-repeat 95%;
  padding-right: 35px;
  color: #FF6729;
  font-family: 'Roboto_Bold';
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.section_2 .flex .left .arrow_btn:hover {
  background: url(../img/landing/arr_right.svg) no-repeat 100%;
}

.section_2 .flex .pie {
  width: 100%;
  max-width: 452px;
  height: 100vh;
  max-height: 452px;
  background: url(../img/landing/pie.svg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 82px;
  padding-top: 132px;
  position: relative;
  top: 18px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0.5;
  position: absolute;
  right: 473px;
  top: 169px;
  z-index: 2;
}

.section_2 .flex .pie .top {
  font-size: 30px;
  line-height: 120%;
  color: #FFFFFF;
  font-family: 'Roboto_Light';
  margin-bottom: 30px;
}

.section_2 .flex .pie .left {
  width: 100%;
  max-width: 130px;
  margin-right: 28px;
}

.section_2 .flex .pie .left b {
  font-size: 40px;
  line-height: 120%;
  font-family: 'Roboto_Black';
  color: #FFFFFF;
}

.section_2 .flex .pie .left .info {
  font-size: 15px;
  line-height: 120%;
  margin-top: 4px;
  font-family: 'Roboto_Light';
}

.section_2 .flex .pie .left .info span {
  font-family: 'Roboto_Bold';
}

.section_2 .flex .pie .right .top {
  color: #000;
}

.section_2 .flex .pie .right .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section_2 .flex .pie .right .info b {
  font-family: 'Roboto_Black';
  font-size: 40px;
  line-height: 120%;
  color: #000000;
  display: block;
  margin-right: 45px;
}

.section_2 .flex .pie .right .info p {
  font-size: 15px;
  line-height: 120%;
  color: #000000;
  font-family: 'Roboto_Light';
}

.section_2 .flex .pie .right .info p span {
  font-family: 'Roboto_Bold';
  color: #000000;
}

.section_2 .flex .pie_active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.section_2 .flex .background {
  width: 1924px;
  height: 1926px;
  background: url(../img/landing/pie_bg.svg);
  position: absolute;
  z-index: 1;
  top: -566px;
  right: -261px;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  opacity: 0;
}

.section_2 .flex .background_active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.section_2 h3 {
  font-size: 60px;
  line-height: 100%;
  font-family: 'Roboto_Black';
  color: #000000;
  margin-top: 375px;
  z-index: 2;
  position: relative;
}

.section_2 .items_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  margin: 40px 0px 125px;
}

.section_2 .items_flex .item {
  width: 100%;
  max-width: 295px;
  position: relative;
  padding-top: 100px;
  margin-right: 97px;
  margin-bottom: 40px;
}

.section_2 .items_flex .item span {
  font-size: 140px;
  line-height: 164px;
  letter-spacing: -0.05em;
  color: #FF6729;
  font-family: 'Roboto_Light';
  position: absolute;
  top: 0px;
  z-index: 0;
}

.section_2 .items_flex .item .image {
  width: 100%;
  height: 215px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}

.section_2 .items_flex .item .image img {
  margin: 0px auto;
  display: block;
}

.section_2 .items_flex .item p {
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  font-family: 'Roboto_Light';
}

.section_2 .items_flex .item:nth-child(3n+3) {
  margin-right: 0px;
}

.section_2 .items_flex .last .image {
  background: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.section_2 .items_flex .last .image p {
  font-size: 24px;
  line-height: 120%;
  font-family: 'Roboto_Light';
  margin: 47px 0px 44px;
}

.section_2 .items_flex .last .image p b {
  font-size: 24px;
  line-height: 120%;
  font-family: 'Roboto_Bold';
  color: #000000;
}

footer {
  margin-bottom: 20px;
}

footer a {
  font-size: 16px;
  line-height: 60px;
  font-family: 'Roboto_Black';
  color: #FF6729;
  margin-right: 40px;
}

footer a:hover {
  opacity: 0.7;
}

.overlay {
  width: 100%;
  height: 100vh;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.overlay .close {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000000;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  z-index: -1;
}

.overlay .modal {
  width: 100%;
  max-width: 462px;
  background: #fff;
  z-index: 2;
  padding: 30px;
  position: relative;
}

.overlay .modal * {
  color: #000;
}

.overlay .modal .modal_h1 {
  font-size: 31px;
  line-height: 37px;
  font-family: 'SFBold';
}

.overlay .modal .sign_in_txt {
  font-size: 14px;
  line-height: 16px;
  margin: 16px 0px 20px;
}

.overlay .modal .sign_in_txt span {
  cursor: pointer;
  color: #FF6729;
}

.overlay .modal .sign_in_txt span:hover {
  text-decoration: underline;
}

.overlay .modal .vars_set {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.overlay .modal .vars_set .google {
  background: #FCFCFC url(../img/landing/Google__G__Logo.svg) no-repeat 10px;
  border: 1px solid #3C3C48;
}

.overlay .modal .vars_set .google:hover {
  -webkit-box-shadow: 3px 5px 12px #ededed;
  box-shadow: 3px 5px 12px #ededed;
}

.overlay .modal .vars_set .facebook {
  background: #395590 url(../img/landing/facebook.svg) no-repeat 10px;
  color: #fff;
}

.overlay .modal .vars_set .twitter {
  background: #55B4E1 url(../img/landing/Twitter.svg) no-repeat 10px;
  color: #fff;
}

.overlay .modal .vars_set a {
  width: 100%;
  max-width: 120px;
  height: 50px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'SFBold';
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.overlay .modal .vars_set a:last-child {
  margin-right: 0px;
}

.overlay .modal .vars_set a:hover {
  -webkit-box-shadow: 3px 5px 12px #CDCBCB;
  box-shadow: 3px 5px 12px #CDCBCB;
}

.overlay .modal form input, .overlay .modal form button {
  outline: none;
  border: unset;
}

.overlay .modal form p {
  font-size: 14px;
  line-height: 16px;
  font-family: 'SFBold';
  margin-bottom: 10px;
}

.overlay .modal form label {
  display: block;
  width: 100%;
  height: 50px;
  position: relative;
  margin-bottom: 20px;
}

.overlay .modal form label span {
  position: absolute;
  left: 20px;
  top: 50%;
  color: #BDBDBD;
  font-size: 14px;
  line-height: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.overlay .modal form label input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border-radius: 8px;
  border: 1px solid #DFDFDF;
  font-family: 'SFBold';
}

.overlay .modal form .active_label span {
  top: 12px;
  font-size: 10px;
  line-height: 12px;
  color: #A5A5A5;
}

.overlay .modal form .active_label input {
  padding-top: 10px;
}

.overlay .modal form .privacypolicy {
  font-family: 'SFRegular';
}

.overlay .modal form .privacypolicy a {
  color: #FF6729;
}

.overlay .modal form .privacypolicy a:hover {
  text-decoration: underline;
}

.overlay .modal form button {
  color: #fff;
  margin-top: 17px;
  border: 1px solid #FF6729;
}

.overlay .modal form button:hover {
  border: 1px solid #FF6729;
  color: #fff;
}

.sign_in_modal form p {
  margin-top: 40px;
}

.sign_in_modal form button {
  margin-top: 0px !important;
}

.sign_in_modal .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 95px;
}

.sign_in_modal .flex span {
  font-size: 14px;
  line-height: 16px;
  margin-left: 24px;
  max-width: 200px;
}

.sign_in_modal .flex span a {
  color: #FF6729;
}

.sign_in_modal .flex span a:hover {
  text-decoration: underline;
}

.overlay_show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1600px) {
  .section_2 .flex .pie {
    right: 173px;
  }
  .section_2 .flex .background {
    right: -561px;
  }
}

@media (max-width: 1120px) {
  .section .header {
    padding: 15px 16px;
  }
  .container {
    padding: 0px 16px;
  }
  .section h1 {
    font-size: 90px;
  }
  .section_2 .flex .pie {
    right: 3px;
  }
  .section_2 .flex .pie_active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .section_2 .flex .background {
    right: -731px;
  }
  .section_2 .flex .background_active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .section_2 .items_flex .item {
    width: 100%;
    max-width: 45%;
    margin-right: 10%;
  }
  .section_2 .items_flex .item:nth-child(2n+2) {
    margin-right: 0%;
  }
  .section_2 .items_flex .item:nth-child(3n+3) {
    margin-right: 10%;
  }
}
.logininmob {
  display: none;
 
}
.logininmob a {
  color: #ffffff !important;
  background: #ff6729;
  padding: 8px 17px;
  border-radius: 8px;
}
@media (max-width: 800px) {
  .logininmob {
    display: inline;
   
  }
  .section_2 {
    width: 100%;
    padding-top: 40px;
    border-radius: 10px 10px 0px 0px;
  }
  .section_2 .flex .left {
    width: 100%;
    max-width: 100%;
    z-index: 2;
  }
  .section_2 .flex .pie {
    right: 50%;
    -webkit-transform: translateX(50%) scale(1) !important;
    transform: translateX(50%) scale(1) !important;
    top: 490px;
  }
  .section_2 .flex .background {
    right: 50%;
    -webkit-transform: translateX(50%) scale(1) !important;
    transform: translateX(50%) scale(1) !important;
    background-size: cover !important;
    top: -97px;
    width: 1624px;
    height: 1624px;
  }
  .section_2 h3 {
    margin-top: 795px;
  }
  .section_2 .items_flex {
    margin: 30px 0px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #EEEEEE;
  }
  .section_2 .items_flex .item {
    width: 100%;
    max-width: 343px;
    margin-right: 0px;
    margin: 0px auto 30px !important;
  }
  .section_2 .items_flex .item:nth-child(3n+3) {
    margin-right: 0%;
  }
  .section_2 h3 {
    font-size: 50px;
  }
  .section_2 .items_flex .item .image {
    width: 100%;
    height: auto;
  }
  .section_2 .items_flex .last {
    margin-bottom: 0px !important;
  }
  footer .container {
    padding: 0px 0px;
  }
  footer a {
    margin-right: 30px;
  }
}

@media (max-width: 700px) {
  .section {
    padding-bottom: 100px;
  }
  .section p {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .section .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section .flex .item {
    margin-bottom: 60px;
  }
  .section .flex .item p {
    margin-bottom: 0px;
  }
  .section .flex .item:last-child p {
    margin-bottom: 0px;
  }
}

@media (max-width: 630px) {
  .section_2 .flex .left h2 {
    font-size: 50px;
  }
  .section_2 .flex .pie {
    width: 452px;
    -webkit-transform: translateX(50%) scale(0.7) !important;
    transform: translateX(50%) scale(0.7) !important;
  }
  .section_2 .flex .background {
    -webkit-transform: translateX(50%) scale(0.75) !important;
    transform: translateX(50%) scale(0.75) !important;
  }
}
lottie-player{
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
  height: 100%;
  max-height: 930px;
  left: 0px;
  top: -69px;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.first_container{
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media (max-width: 500px) {
  .overlay .modal {
    height: 100vh;
    overflow: auto;
  }
  .sign_in_modal .flex {
    margin-top: 0;
}
.block_1:before {
  width: 100%;
  right: 0;
  top: unset;
  bottom: 350px;
}
  .first_container{
    position: relative;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  
  .section h1 {
    font-size: 17vw;
    margin: 80px 0px 30px;
  }
  .section p {
    margin-bottom: 30px;
  }
  .button {
    padding: 0px 24px;
  }
  .section .flex {
    margin-top: 60px;
  }
  lottie-player{
    position: absolute;
    width: 200vh;
    height: 100%;
    left: -140%;
    top: 31px;
    z-index: 1;
    opacity: 0.2;
  }
  
}


.toolbar{
  display: none !important;
}
@media (max-width: 500px) {
  .overlay .modal .vars_set {
    flex-direction: column;
  }
  .overlay .modal .vars_set a {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    border-radius: 12px;
  }
  
}

.close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition: .4s;
}
.close-btn:hover {
  opacity: 0.7;
}
.close-btn::before  {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);

}
.close-btn::after  {
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);

}

.checkbox-policy {
  display: flex !important;
  align-items: center;
}

.checkbox-policy #policy{
  width: 30px;
  height: 30px;
  margin-right: 20px;
  cursor: pointer;
}

.checkbox-policy  p{
  margin-top: 0 !important;
    font-family: "SFMedium" !important;
    margin-bottom: 0 !important;
}
.checkbox-policy  p a{
  color:#FF6729 !important;
}

.register_modal  .modal {
  padding-bottom: 150px;
}