/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:0 0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
@font-face {
  font-family: 'Gotham Pro';
  src: url(../fonts/GothaProMed.otf);
  font-style: 500;
  font-weight: normal;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-book.otf');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/ppneuemontreal-medium.otf');
  font-style: normal;
  font-weight: 500;
}
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    font-family: 'PP Neue Montreal', sans-serif;
    font-size: 16px;
    background: #0D121B;
    color:#A6A9B0;
    font-weight: 500;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:inherit;
    text-decoration:underline;
}
a:hover {
    color:#444;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}


.container{
    padding: 0 16px;
    margin-left: auto;
    margin-right: auto;
    width: 1232px;
    max-width:100%;
}
.container.large{
    width: 1408px;
}
.d-flex{
    display: flex;
}
.a-center{
    align-items: center;
}
.j-between{
    justify-content: space-between;
}

.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 58px;
    border-radius: 52px;
    background: #FFF;
    padding: 0 24px;
    color: #0D121B;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.btn-blue{
  color: #fff;
  background: radial-gradient(114.65% 117.43% at 99.95% 91.33%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(126deg, #55BEFF -10.64%, #4C4CFF 85.13%);
}
.btn-beige{
    background: radial-gradient(114.65% 117.43% at 99.95% 91.33%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 100%), #DAB790;
}
.btn-beige:hover,
.btn-blue:hover{
  background: #fff;
  color: #0D121B;
}
header{
    padding: 32px 0;
}
header .header_btn:not(.btn-beige):hover{
  color: #fff;
  background: radial-gradient(114.65% 117.43% at 99.95% 91.33%, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), linear-gradient(126deg, #55BEFF -10.64%, #4C4CFF 85.13%);
}
header .btn_wrap{
    gap:8px;
    display: flex;
    align-items: center;
}
footer{
    padding: 32px 0;
}
footer a{
    color: #fff;
}
footer .d-flex>*{
  flex: 1 0 0; 
  margin: 0;
}
footer .d-flex>p:nth-child(2){
  text-align: center;
}
footer .d-flex>p:last-child{
  text-align: right;
}
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  background: rgba(30, 33, 39, 0.11);
  backdrop-filter: blur(50.5px);
  -webkit-backdrop-filter: blur(50.5px);
}

.modal-box {
  position: relative;
  width: 342px;
  max-width: 95%;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
  border-radius: 24px;
  background-color: rgba(13, 18, 27, .3);
}

.modal-header {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  text-align: center;
  margin: 0;
  padding: 40px 35px 0;
  color: #fff;
}

.modal-body {
  padding: 32px 35px 40px;
}

/* Close Button */
.close-modal {
  font-size: 0;
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/garant/close.svg);
  top: 16px;
  right: 16px;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

.modal_form input{
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 56px;
  border: 1px solid rgba(191, 197, 195, 0.20);
  background: none;
  padding: 0 20px;
  height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
  color: #fff;
  
}
.modal_form input:focus{
  border-color: #fff;
}
.modal_form .form-group{
  margin-bottom: 8px;
}
.error-message{
  color: red;
  font-size: 12px;
  padding-top: 3px;
  display: block;
  text-align: center;
}
.help-block{
  font-size: 12px;
  padding-top: 3px;
  display: block;
  text-align: center;
}
.modal_form .btn{
  width: 100%;
  height: 48px;
}
.modal_form .block-privacy-policy{
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%; 
  text-align: center;
  margin-top: 20px;
}
.lost-password{
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  text-decoration: none;
}
.wrapper{
  overflow: hidden;
}
.first-section{
  background-image: url(../img/garant/first-section-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  height: 830px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.first-section img{
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 100%;
  height: auto;
  pointer-events: none;
}
.first-section .col{
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.first-section .title{
  background: linear-gradient(126deg, #A8DEFF -10.64%, #4C4CFF 85.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  line-height: 90%; /* 97.2px */
  letter-spacing: -7.56px;
  font-size: 108px;
  font-family: 'Gotham Pro';
  margin: 0 0 27px;
}
.first-section .title span{
  color: #DAB790;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.first-section .text{
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  color: #BFC3CA;
  font-size: 32px;
  margin: 0 0 86px;
}
.first-section .btn{
  width: 120px;
}
.section-title{
  font-family: 'Gotham Pro';
  text-align: center;
  background: linear-gradient(126deg, #A8DEFF -10.64%, #4C4CFF 85.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 108px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%; /* 97.2px */
  letter-spacing: -7.56px;
  margin: 0 0 32px;
}
.section-1{
  margin-bottom: 154px;
}
.section-2{
  margin-bottom: 193px;
}
.section-subtitle{
  text-align: center;
  margin-bottom: 104px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
}
.adv-list{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 32px;
  position: relative;
}
.adv-list:before{
  content:'';
  display: block;
  width: 1483px;
  height: 645px;
  border-radius: 1483px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.10) 0%, rgba(237, 213, 249, 0.40) 56.25%, rgba(55, 81, 119, 0.60) 100%);
  filter: blur(150px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
.adv-list .item{
  aspect-ratio:1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 40px;
  overflow: hidden;
  padding: 56px;
  background: linear-gradient(180deg, rgba(16, 21, 28, 0.00) 26.97%, #10151C 104.71%);
  position: relative;
  z-index: 1;
}
.adv-list .item:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 40px;
}
.adv-list .item:nth-child(1):before{
  background-image: url(../img/garant/a1.png);
}
.adv-list .item:nth-child(2):before{
  background-image: url(../img/garant/a2.png);
}
.adv-list .item:nth-child(3):before{
  background-image: url(../img/garant/a3.png);
}
.adv-list .item:nth-child(4):before{
  background-image: url(../img/garant/a4.png);
}
.adv-list .item:nth-child(3),
.adv-list .item:nth-child(4){
  justify-content: flex-end;
}
.adv-list .item:nth-child(4){
  padding-bottom: 32px;
}
.adv-list .item .title{
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 32px */
  letter-spacing: -0.64px;
  color: #fff;
  margin: 0 0 16px;
}
.adv-list .item .text{
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 115%;
}
.adv-list .item .btn{
  width: 154px;
  margin-top: 24px;
}
.faq-list{
  position: relative;
  z-index: 1;
  width: 584px;
  max-width:100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 56px;
}
.faq-list:before{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 1483px;
  height: 904px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(136, 136, 136, 0.30) 0%, rgba(122, 101, 134, 0.30) 56.25%, rgba(13, 18, 26, 0.30) 100%);
  opacity: 0.5;
  filter: blur(150px);
  z-index: -1;
  pointer-events: none;
}
.faq-list .item{
  position: relative;
  z-index: 1;
  margin: 0 0 8px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  background: #0E131C;
  backdrop-filter: blur(28px);
}
.faq-list .item .acc-btn{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  padding: 40px;
  color: #fff;
}
.faq-list .item .acc-btn:after{
  content:'+';
  display: block;
  margin-left: 16px;
}
.faq-list .item .acc-btn.active:after{
  content:'-';
}
.faq-list .item .acc-content{
  display: none;
}
.faq-list .item .acc-content .inner{
  padding: 0 40px 40px;
}
.faq-list .item .acc-content .inner p{
  margin: 0;
}
.section-3{
  margin-bottom: 94px;
}
.lang-sw{
    position: relative;
}
.lang-sw img{
    display: none;
}
.lang-sw > a{
    display: flex;
    align-items: center;
    gap:8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 40px;
    padding: 0 12px;
    border-radius: 20px;
    text-transform: uppercase;
    transition: all .3s ease;
    text-decoration: none;
}
.lang-sw > a:focus,
.lang-sw > a:hover{
    text-decoration: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
}
.lang-sw > .dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 12px;
    overflow: hidden;
    z-index: 10;
    list-style-type: none;
    padding: 0;
    margin: 4px 0 0;
}
.lang-sw > .dropdown a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 0 12px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s ease;
}
.lang-sw > .dropdown a:focus,
.lang-sw > .dropdown a:hover{
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff;
}
.logo-small{
  display: none;
}

@media screen and (max-width: 1023px) {
  .logo-text{
    display: none;
  }
  .logo-small{
    display: inline;
  }
  .first-section .col{
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .first-section{
    height: auto;
    padding: 40px 40px 800px;
  }
  .first-section img{
    max-width: none;
  }
  .first-section .title,
  .section-title{
    font-size: 48px;
    letter-spacing: -3px;
  }
  .first-section .text,
  .section-subtitle{
    font-size: 20px;
  }
  .adv-list{
    grid-template-columns: repeat(1,1fr);
    grid-gap: 12px;
  }
  .adv-list .item{
    aspect-ratio: auto;
    height: 550px;
    padding: 30px 20px;
  }
  footer .d-flex{
    flex-direction: column;
    gap: 30px;
  }
  .modal-box{
    margin: 15px auto;
  }
}
@media screen and (max-width:767px) {
  body{
    font-size: 14px;
  }
  .btn{
    font-size: 12px;
    padding: 0 12px;
    height: 40px;
  }
  .first-section .text{
    margin-bottom: 40px;
  }
  .first-section .title{
    margin-bottom: 16px;
  }
  .first-section img{
    height: 110vw;
  }
  .first-section{
    padding-bottom: 110vw;
  }
  .section-3,
  .section-1,
  .section-2{
    margin-bottom: 50px;
  }
  .section-subtitle{
    margin-bottom: 32px;
  }
  .adv-list .item .text br{
    display: none;
  }
  .faq-list .item .acc-btn{
    font-size: 18px;
  }
  .adv-list .item{
    height: 400px;
  }
  .adv-list .item .title{
    font-size: 26px;
  }
  .adv-list .item .text{
    font-size: 14px;
  }
}

.wow:first-child {
  visibility: hidden;
}