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

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #f2f2f2;
  display: block;
}

body {
  font-family: "SF Pro Rounded", sans-serif;
  font-weight: 400;
  top: 0;
  left: 0;
  padding: 0;
  background: #001329 url(../img/bg.jpg)bottom no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: 100% 100%;
}

html,
body {
  width: 100vw;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #c8d5de;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #229ED9;
  width: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #c8d5de;
}

@font-face {
  font-family: "SF Pro Rounded";
  src: url("../fonts/SF-Pro-Rounded-Semibold.otf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "SF Pro Rounded Sans";
  src: url("../fonts/SF-Pro-Rounded-Regular") format("truetype");
  font-weight: 500;
}







.container {
  width: 100%;
  max-width: 1440px;
  display: block;
  margin: 0 auto;
}
.header {
  width: 100%;
  height: auto;
}
.header_items {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  padding-top: 40px;
  width: 100%;
}
.header_item:nth-child(2){
  margin-left: auto;
}
.header_item:last-child {
  margin-left: 50px;
}
.header_item_logo {
  color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Rounded", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 110%; /* 35.2px */
letter-spacing: -0.96px;
}
.header_item_logo img {
  vertical-align: middle;
  margin-right: 12px;
}
.header_item_button {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 12px 24px;
  border-radius: 100px;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.22%);
  cursor: pointer;
  transition: all 0.5s;
  outline: none;
  border: none;
}
.header_item_button:hover {
  opacity: 0.5;
}


.header_item_links {
display: flex;
align-items: center;
list-style: none;
}
.header_item_link {
  margin-right: 12px;
  cursor: pointer;
  transition: all .5s;
}
.header_item_link:last-child{
  margin-right: 0px;
}
.header_item_link:hover{
  opacity: .5;
}







.main {
  padding-top: 80px;
  padding-bottom: 105px;
}
.main_items {
  display: flex;
  align-items: center;
}
.main_item:last-child {
  margin-left: auto;
}
.main_item_tittle {
  color: #FFF;
  leading-trim: both;
  text-edge: cap;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 600;
  line-height: 90%; /* 77.4px */
  letter-spacing: -1.72px;
  margin-top: 44px;
}
.main_item_subtittle {
  color: rgb(255, 255, 255, .8);
  text-align: left;
  leading-trim: both;
  text-edge: cap;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
.main_item_button {
  margin-top: 44px;
}
.main_item_button {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "SF Pro Display", sans-serif;
  font-size: 24px;
  padding: 24px 36px;
  border-radius: 100px;
background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.22%);
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 36px */

  cursor: pointer;
  transition: all 0.5s;
  outline: none;
  border: none;
}
.main_item_button:hover {
  opacity: 0.5;
}
.main_item_image {
  vertical-align: middle;
  width: 100%;
  max-width: 656px;
}




.main_bottom_items {
  display: flex;
  align-items: center;
  margin-top: 44px;
}
.main_bottom_item {
  width: 100%;
  height: auto;
  margin-right: 24px;
  border-radius: 32px;
  border: 4px solid #092132;
  background: rgba(0, 19, 41, 0.80);
  backdrop-filter: blur(15px);
}
.main_bottom_item:last-child {
  margin-right: 0px;
}
.main_bottom_item_content {
  padding: 40px 32px;
}
.main_bottom_item_tittle {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  align-items: center;
}
.main_bottom_item_tittle img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
}
.main_bottom_item_tittle img::after{
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(180deg, #2AABEE 0%, #229ED9 99.22%);
}
.main_bottom_item_subtittle {
  margin-top: 17px;
  color: rgb(255, 255, 255, .8);
  leading-trim: both;
  text-align: center;
  text-edge: cap;
  font-family: "SF Pro Rounded", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.footer {
  width: 100%;
  margin-top: auto;
  background: rgba(0, 19, 41, 0.90);
backdrop-filter: blur(15px);
}
.footer_items {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer_item {
  margin-left: auto;
}
.footer_item {
  display: flex;
  align-items: center;
}
.footer_item:first-child{
  margin-left: 0px;
}
.footer_item_logo {
  color: #969696;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 20px;
  text-transform: uppercase;
}
.footer_item_copy {
  color: rgb(255, 255, 255, .6);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
.footer_item_navs {
  display: flex;
  align-items: center;
  list-style: none;
  margin-right: 60px;
}
.footer_item_nav {
  margin-right: 24px;
}
.footer_item_nav:last-child {
  margin-right: 0px;
}
.footer_item_nav a {
  color: #FFF;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "SF Pro Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_item_nav a:hover {
  opacity: 0.5;
}
.footer_item_socials {
  display: flex;
  align-items: center;
}
.footer_item_social {
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.5s;
}
.footer_item_social:last-child {
  margin-right: 0px;
}
.footer_item_social:hover {
  opacity: 0.5;
}







.modal {
  display: none;
}
.modal_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  background: rgba(0, 19, 41, 0.80);
backdrop-filter: blur(10px);
}
.modal_rect {
  width: 569px;
  height: auto;
  border-radius: 32px;
border: 4px solid #092132;
background: rgba(0, 19, 41, 0.80);
backdrop-filter: blur(15px);
position: fixed;
left: calc(50% - 285px);
top: calc(50% - 372px);
z-index: 11;
}
.modal_rect_content {
  padding: 60px;
}
.modal_rect_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Rounded", sans-serif;
font-size: 64px;
font-style: normal;
font-weight: 600;
line-height: 90%; /* 57.6px */
letter-spacing: -1.28px;
}
.modal_rect_image {
  display: flex;
  margin: 0 auto;
  margin-top: 60px;
  max-width: 312px;
  width: 100%;
}
.modal_rect_texts {
  display: flex;
  flex-direction: column;
  margin-top: 2.49px;
}
.modal_rect_texts_tittle {
  color: #FFF;
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Rounded", sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 90%; /* 28.8px */
letter-spacing: -0.64px;
}
.modal_rect_texts_subtittle {
  margin-top: 20px;
  color: rgb(255, 255, 255, .8);
text-align: center;
leading-trim: both;
text-edge: cap;
font-family: "SF Pro Rounded", sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 30px */
}
.modal .header_item_button{
  display: block;
  margin: 0 auto;
margin-top: 60px;
}







@media (min-width: 320px) and (max-width: 499px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header_item_button{
    padding: 10px;
  }
  body{
    background-size: auto 100%;
  }
  .header_item_logo img {
    width: 30px;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item_logo {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .header_item_button button {
    font-size: 14px;
    padding: 10px 22px;
  }
  .header_item:last-child{
    margin-left: auto;
  }
  .main_items {
    display: block;
  }
  .main_item_tittle {
    font-size: 50px;
    text-align: center;
  }
  .main_item_subtittle {
    text-align: center;
  }
  .main_item_button {
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .main_item_image {
    margin-top: 50px;
  }
  .main_bottom_items {
    flex-direction: column;
  }
  .main_bottom_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .main_bottom_item:last-child {
    margin-bottom: 0px;
  }
  .main_bottom_item_tittle {
    font-size: 20px;
  }
  .main_bottom_item_subtittle {
    font-size: 14px;
  }
  .main {
    padding-bottom: 52px;
  }
  .footer_items {
    flex-direction: column;
  }
  .footer_item:last-child {
    margin-left: 0px;
    margin-top: 30px;
    display: block;
  }
  .footer_item_copy {
    font-size: 12px;
  }
  .footer_item_navs {
    margin-right: 0px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .footer_item_nav a {
    font-size: 14px;
  }
  .footer_item_socials {
    margin-top: 30px;
    justify-content: center;
  }
  .footer_item{
    margin-left: 0px;
    margin-top: 10px;
  }
  .footer_item_nav{
    margin-right: 0px;
    margin-bottom: 5px;
  }


  .modal_rect{
    width: 300px;
    left: calc(50% - 150px);
    top: calc(50% - 180px);
  }
  .modal_rect_content{
    padding: 15px;
  }
  .modal_rect_tittle{
    font-size: 35px;
  }
  .modal_rect_image{
    margin-top: 20px;
    max-width: 150px;
  }
  .modal_rect_texts_tittle{
    font-size: 20px;
  }
  .modal_rect_texts_subtittle{
    font-size: 16px;
    margin-top: 10px;
  }
  .modal .header_item_button{
    margin-top: 20px;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body{
    background-size: auto 100%;
  }
  .header_item_logo {
    font-size: 20px;
    display: flex;
    align-items: center;
  }
  .header_item:nth-child(2){
    display: none;
  }
  .header_item:last-child{
    margin-left: auto;
  }
  .main_items {
    display: block;
  }
  .main_item_tittle {
    font-size: 60px;
    text-align: center;
  }
  .main_item_subtittle {
    text-align: center;
  }
  .main_item_button {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
  .main_bottom_items {
    flex-direction: column;
  }
  .main_bottom_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .main_bottom_item:last-child {
    margin-bottom: 0px;
  }
  .footer_items {
    flex-direction: column;
  }
  .footer_item:last-child {
    margin-left: 0px;
    margin-top: 20px;
  }
  .main_item_image {
    display: block;
    margin: 0 auto;
    margin-top: 50px;
  }

  .footer_item_navs{
    margin-right: 0px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
  }
  .footer_item_socials {
    margin-top: 30px;
    justify-content: center;
  }
  .footer_item{
    margin-left: 0px;
    margin-top: 10px;
  }
  .footer_item_nav{
    margin-right: 0px;
    margin-bottom: 5px;
  }



  
  .modal_rect{
    width: 480px;
    left: calc(50% - 240px);
    top: calc(50% - 190px);
  }
  .modal_rect_content{
    padding: 25px;
  }
  .modal_rect_tittle{
    font-size: 35px;
  }
  .modal_rect_image{
    margin-top: 20px;
    max-width: 150px;
  }
  .modal_rect_texts_tittle{
    font-size: 20px;
  }
  .modal_rect_texts_subtittle{
    font-size: 16px;
    margin-top: 10px;
  }
  .modal .header_item_button{
    margin-top: 20px;
  }
}

@media (min-width: 800px) and (max-width: 1160px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  body{
    background-size: auto 100%;
  }
  .main_bottom_items {
    display: grid;
    grid-template-columns: calc(33% - 20px) calc(33% - 20px) 33%;
    grid-column-gap: 20px;
  }
  .main_bottom_item {
    height: 100%;
  }
  .main_item:first-child {
    margin-right: 30px;
  }
  .header_item_logo{
    white-space: nowrap;
  }
  .footer_items{
    flex-direction: column;
  }
  .footer_item{
    margin-left: 0px;
    margin-top: 10px;
  }





  .modal_rect{
    width: 480px;
    left: calc(50% - 240px);
    top: calc(50% - 256px);
  }
  .modal_rect_content{
    padding: 25px;
  }
  .modal_rect_tittle{
    font-size: 45px;
  }
  .modal_rect_image{
    margin-top: 20px;
    max-width: 250px;
  }
  .modal_rect_texts_tittle{
    font-size: 30px;
  }
  .modal_rect_texts_subtittle{
    font-size: 26px;
    margin-top: 10px;
  }
  .modal .header_item_button{
    margin-top: 20px;
  }
}


@media (min-width: 1161px) and (max-width: 1460px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .main_bottom_items {
    display: grid;
    grid-template-columns: calc(33% - 20px) calc(33% - 20px) 33%;
    grid-column-gap: 20px;
  }
  .main_bottom_item {
    height: 100%;
  }
 
  .footer_item_navs{
    margin-right: 0px;
  }
  .header_item_logo {
    display: flex;
    align-items: center;
  }
  .footer .header_item_logo{
    font-size: 20px;

  }
  .footer_item_copy{
    font-size: 14px;
  }
  .footer_item_nav{
    margin-right: 10px;
  }


  .modal_rect{
    top: calc(50% - 285px);
  }
  .modal_rect_content{
    padding: 25px;
  }
  .modal_rect_image{
    margin-top: 20px;
    max-width: 250px;
  }
}