@font-face {
    font-family: 'e-Ukraine';
    font-weight: 300;
    font-display: swap;
    src: local(""),url(../fonts/subset-e-Ukraine-UltraLight-oyOguQbh.woff2) format("woff2")
}

@font-face {
    font-family: 'e-Ukraine';
    font-weight: 400;
    font-display: swap;
    src: local(""),url(../fonts/subset-e-Ukraine-Light-D1tuAxaB.woff2) format("woff2")
}

@font-face {
    font-family: 'e-Ukraine';
    font-weight: 500;
    font-display: swap;
    src: local(""),url(../fonts/subset-e-Ukraine-Regular-BiB_zxvj.woff2) format("woff2")
}

@font-face {
    font-family: 'e-Ukraine';
    font-weight: 700;
    font-display: swap;
    src: local(""),url(../fonts/subset-e-Ukraine-Medium-B_Vq4oNO.woff2) format("woff2")
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline:auto;
  position: relative;
  padding: 0 20px;
}
.d-flex {
  display: flex;
} 

@media (min-width:768px){
  .d-flex-tablet {
    display: flex;
  } 
}

@media (min-width: 1024px){
  .d-flex-desktop {
    display: flex;
  }
}
 
.justify-content-between {
  justify-content: space-between;
} 
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
html {
  height: 100%;
  font-size: 100.01%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  font: 400 18px 'e-Ukraine', sans-serif;
  color: #141417;
  background:#fff;
}
@media (min-width:768px){
  body {
    font-size: 20px;;
  }
}

a, button {
  transition: all 0.3s ease;
}
a {
  color:#141417;
  text-decoration: none;
  text-decoration-color: transparent;
}
a:hover:not(.btn) {
  color: var(--brand-blue);
}

a.tel {
  white-space: nowrap;
}
:root {
  --black-900: #141417;
  --grey-700: #C9C9C9;
  --grey-800: #8C8C8C;
  --grey-50:  #F5F5F5;
  --blue-1:   #627FFF;
  --grey-100: #F0F0F0;
  --brand-blue: #1F48FF
}

.black900 {
  color: var(--black-900);
}
.grey700 {
  color: var(--grey-700);
}
.grey800 {
  color: var(--grey-800);
}
.grey50 {
  color: var(--grey-50);
}
.blue1 {
  color: var(--blue-1);
}
.grey100 {
  color: var(--grey-100);
}
.brand-blue {
  color: var(--brand-blue);
}

.btn  {
  border: none;
  border-radius: 999px;
  padding: 15px 30px;
  display: inline-flex;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: 'e-Ukraine', sans-serif;
  text-align: center;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  gap: 0.3em;
}

.btn:hover {
  
}
.btn__blue {
  background: var(--brand-blue);
}
.btn__blue:hover {
  background: rgba(31, 106, 255, 1);
}
.btn__black {
  background: var(--black-900);
}
.btn__black:hover {
  background:rgba(45, 45, 53, 1)
}
.btn__white {
  background:var(--grey-50);
  color: var(--black-900);
}
.btn__white:hover {
  background:#fff;
}
@media (min-width:768px){
  .btn  {
    padding: 15px 25px;
  }
  .btn__big {
    padding: 19px 44px;
    font-weight: 700;
  }
}
h2 {
  font-size: 24px;
  line-height: normal;
  font-weight: bold;
}
@media (min-width:768px){
  h2 {
    font-size: 32px;
  }
}

/*header*/
.header {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 20px 0;
  z-index: 99;
  position: relative;
}
.header__nav {
 font-size:30px;
}
.header__nav ul {
  display: flex;
  gap: 12px;
}
.header__nav ul li {
  padding: 10px 0;
}
.header__link {
  margin-left: -5px;
}
 .header__link {
  padding: 0px 9px;
}


.header__right {
  gap: 0px;
  margin-right:37px;
}
.header__lang {
  background-color: var(--grey-100);
  padding: 7px 12px;
  line-height: 1em;
  border-radius: 999px;
  margin-left: 12px;
  color: var(--black-900);
}
a.header__lang:hover{
  color: inherit;
}
.header__lang {
  display: none;
}
.header__right a span {
  display: none;
}
.header__nav {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -12px;
}
.header__hamburger {
  cursor: pointer;
  overflow: inherit;
}
.header__hamburger rect {
  transition: transform 0.3s ease;
  transform-origin: center;
}
.header__nav.active .header__hamburger rect:nth-child(1) {
    transform: translate(-4px,4px) rotate(45deg);
}
.header__nav.active .header__hamburger rect:nth-child(2) {
    opacity: 0;
}
.header__nav.active .header__hamburger rect:nth-child(3) {
    transform: translate(-4px,-4px) rotate(-45deg);
}
.header__logo {
  width: 130px;
}

@media (max-width:1023.98px){
  .header__nav ul {
    position: absolute;
    right: 3px;
    top: calc(100% + 10px);
    width: calc(100vw - 37px);
    min-height: calc(100vh - 100px);
    border-radius: 12px;
    background: #fff;
    z-index: 5;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: right;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .header__nav.active ul {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width:768px){
  .header__logo {
    width: auto;
  }
}
@media (min-width:1024px){
  .header__nav ul li {
    padding: 0 0;
  }
  .header__nav ul a, .header__link {
    padding: 7px 12px;
    line-height: 1em;
    border-radius: 999px;
  }
  .header__right {
    margin-right: 0;
  }

  .header__nav {
    position: relative;
    top: 0;
    right: auto;
    transform: translateY(0%);
    font-size: 14px;
    margin-top: 0;
  }
  .header__hamburger {
    display: none;
  }
  .header__nav-lang{
    display: none;
  }
  .header__lang {
    display: inline;
  }
  .header__right a img {
    display: none;
  }
  .header__right a span {
    display: inline;
  }
  .header__marker {
    display: none;
  }
}

/*hero*/
.hero {
  padding:70px 0 76.5px 0;
}
.hero__title {
  text-align: center;
}
.hero__wrap {
  position: relative;
}
.hero__svg {
  position: absolute;
  
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1277px;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.hero__little {
  letter-spacing: 0.1em;
  font-size: 14px;
}
.hero__text {
  margin-top: 24px;
  line-height:1.125em ;
  display: block;
  font-size:34px;;
  font-weight: bold;
}
.hero__exchange {
  margin-top: 64px;
  max-width: 480px;
  margin-inline:auto;
  width:100%;
  padding: 24px 16px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 1;
}
.hero__to {
  text-align: right;
}
.hero__exchange-block  {
  width: 100%;
}
.hero__currency {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  justify-content: flex-end;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hero__currency img{
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.hero__currency path {
  transition: all 0.3s ease;
}
.hero__currency:hover {
  color: var(--brand-blue);
}
.hero__currency:hover path {
  stroke: var(--brand-blue);
}

.hero__from__title {
  font-size: 12px;
  color: var(--grey-800);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.5em;
}
.hero__from__summ {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  border: none;
  font-family: 'e-Ukraine', sans-serif;
  padding: 0;
  height: 30px;
  display: flex;
  align-items: center;
  background: transparent;
  outline: none;
  border-radius: 0;
  max-width: 150px;
  line-height: 1em;
}
.hero__exchange-block {
  border-radius: 8px 8px 0 0;
  position: relative;
}
.hero__exchange-block-bottom {
  border-radius: 0 0 8px 8px;
  margin-top: 40px;;
}
.hero__exchange-reverse {
  position: absolute;
  left: 50%;
  border: none;
  top: 0;
  background:  #fff;
  width: 40px;
  height: 40px;
  margin: -21px 0 0 -20px;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.hero__exchange-reverse svg {
  transform-origin: center;
  transition: all 0.3s ease;
}
.hero__exchange-reverse path{
  transition: all 0.3s ease;
}
.hero__exchange-reverse:hover path {
  fill: var(--black-900);
}
.hero__exchange-reverse:hover svg {
  transform: rotate(180deg);
}
.hero__exchange__find {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  border-radius: 12px;
  background: #fff;
  z-index: 5;
  padding: 20px;
  display: none;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.hero__exchange__find.open {
  display: block;
}

.hero__exchange__find-sub {
    position: absolute;
    border: none;
    background: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    top: 20px;
    left: -20px;
    cursor: pointer;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero__exchange__find-sub svg {
  width: 16px;
  height: auto;
  transform: rotate(90deg);
}
.hero__exchange__input {
  width: 100%;
  height: 40px;
  font-family: 'e-Ukraine', sans-serif;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid rgba(201, 201, 201, 0.20);
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.08);
  outline: none;
  color: var(--black-900);
  padding: 0 0 0 30px;
  background: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%0A%3E%3Ccircle cx='11' cy='11' r='7' stroke='currentColor' stroke-width='1' /%3E%3Cline x1='16.65' y1='16.65' x2='21' y2='21' stroke='currentColor' stroke-width='1' stroke-linecap='round' /%3E%3C/svg%3E") 2px center no-repeat #fff;
}
.hero__exchange__list {
  margin-top: 20px;
  height: 205px;
  width: 100%;
  overflow: auto;
  font-size: 16px;
}
.hero__exchange__list li {
  cursor: pointer;
  padding: 6px 0;
  display: flex;
  align-items: center;
}
.hero__exchange__list li img {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 6px;
  object-fit: cover;
  pointer-events: none;
}

.hero__buttons {
  margin-top: 36px;
  flex-wrap: wrap;
  gap: 10px;
}
.hero__buttons .btn strong {
  font-weight: inherit;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
}
.hero__buttons  .btn {
  flex: 1;
}
.hero__buttons span {
    display: none;
  }
.hero__buttons img {
  filter: invert(1);
  /* margin-left: 7px; */
}

@media (min-width:768px){
  .hero__exchange {
    padding:  16px;
  }
  .hero__little {
    letter-spacing: 0.2em;
  }
  .hero__exchange-block-bottom {
    margin-top: 2px;;
    
  }
  .hero__exchange-reverse {
    box-shadow: none;
  }
  .hero__exchange__find-sub {
    width: 50px;
    height: 50px;
    top: 0;
    left: -55px;
  }
  .hero__from__summ {
    font-size: 24px;
  }
  .hero__text {
    font-size:54px;;
  }
  .hero__buttons {
    margin-top: 16px;
  }
  .hero__buttons img {
    display: none;
  }
  .hero__buttons span {
    display: inline;
  }
  .hero__exchange-block {
    background: #F8F8F8;
    padding: 24px;
    position: relative;
  }
}
@media (min-width:1024px){
  .hero__text {
    font-size:64px;;

  }
}

/*cources*/
.cources {
  background-color:  var(--grey-50);
  padding: 70px 0;
}
.cources  h2{
  text-align: center;
}
.cources  h2 span{
    display: block;
}
.cources__table {
  width: 100%;
  border: none;
  font-weight: bold;
}
.cources__table td {
  border: none;
  padding: 12px 0;
  vertical-align: middle;
  font-size: 16px;
}
.cources__table td small {
  color: var(--grey-800);
  font-size: 12px;
}
.cources__table th {
  font-weight: 400;
  line-height: 1.5em; 
  font-size: 12px;
  text-transform: uppercase;
  color: var(--grey-800);
}
.cources__table td:nth-child(1),
.cources__table th:nth-child(1) {
  text-align: left;  
}
.cources__table td:nth-child(2),
.cources__table th:nth-child(2) {
  text-align: center;  
}
.cources__table td:nth-child(3),
.cources__table th:nth-child(3)  {
  text-align: right;  
}
.cources__table tr:not(:first-child) td {
  border-top: 1px solid rgba(201, 201, 201, 0.20);
}
.cources__table tr:not(:first-child) td {
  border-top: 1px solid rgba(201, 201, 201, 0.20);
}
.cources__flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 10px;
  vertical-align: middle;
}
.cources__swiper {
  max-width: 792px;
  width: 100%;
  margin-inline:auto;
  margin-top: 70px;
}

@media (min-width:768px){
  .cources {
    padding: 100px 0;
  }
  .cources__flag {
    width: 32px;
    height: 32px;
  }
  .cources__table td {
    font-size: 20px;
  }
}

/*full-spectrum*/
.full-spectrum {
  padding: 0 0 70px 0;
  background-color:#fff;
  color: var(--grey-50);
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
.full-spectrum__bg {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
  height: 100%;
  background: var(--brand-blue);
  z-index: 0;
  transform: translateY(100%);
}

.full-spectrum__content {
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.full-spectrum__wrap {
    position: relative;
    min-height: 450px;
    margin-bottom: -450px;
    
    display: flex;
    justify-content: center;
    align-items: flex-end;
    pointer-events: none;
    z-index: 2;
}
.full-spectrum__cat {
  
    position: sticky;
    bottom: 0;
    
    height: auto;
    max-width: 380px;
    width: 380px;
}

@media (min-width:768px){
  .full-spectrum__wrap {
    min-height: 800px;
    margin-bottom: -750px;
    margin-top: 0px;
  }
  .full-spectrum__cat {
    width: 628px;
    max-width: 628px;
  }
}

.full-spectrum h2 {
  text-align: left;
}
.full-spectrum__list {
  margin-top:50px;
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
 
}
.full-spectrum__list li {
  border-bottom: 1px solid rgba(245, 245, 245, 0.1);
  padding-bottom: 18px;
  line-height: 110%;
   width:100%;
}

.full-spectrum .btn{
  margin-top: 50px;
}

@media (min-width:768px){
  .full-spectrum__content {
    padding-top: 100px;
  }
  .full-spectrum {
    padding:0 0 100px 0;
  }
  .full-spectrum__list li {
    width: calc(33.3333% - 16px);
    padding-bottom: 24px;
  }
  .full-spectrum__list {
    flex-direction: row;
    gap: 48px 24px;
    margin-top: 96px;
  }
  .full-spectrum__list .mr33 {
    margin-right: calc(33.3333% - 16px);
  }
  .full-spectrum .btn {
    margin-top: 96px;
  }
}

/*contacts*/
.contacts {
  background-color: var(--black-900);
  color: var(--grey-50);
  overflow: hidden;
  overflow: hidden;
}
.contacts__left {
  padding-top: 70px;
    padding-bottom: 70px;
  max-width: 520px;
}
.contacts .container {
  gap: 30px;
}

.contacts__left p {
  margin-top: 56px;
  font-size: 20px;
}

.contacts__img {
  width: 100%;
}
.contacts__right  {
  margin: 0 -20px 0 -20px;
}
@media (min-width:768px){
  .contacts__left p .btn {
    margin-top: 0;
  }
  .contacts__left p {
    margin-top: 26px;
    font-size: 20px;
  }
  .contacts__left, .contacts__right {
    width: 50%;
  }
  .contacts__right  {
    margin: 0;
  }
  .contacts__img {
    width: calc(100% + 140px);
    max-width: calc(100% + 140px);
  }
  h2.full-spectrum__title {
    font-size: 24px;
  }
}
@media (min-width:1024px){
  .contacts__left {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contacts__left p .btn {
    margin-top: 40px;
  }
  .contacts__left p {
    margin-top: 56px;
    font-size: 24px;
  }
  h2.full-spectrum__title {
    font-size: 32px;
  }
}

/*garanty*/
.garanty {
  background-color:  var(--grey-50);
  padding:70px 0;
  
}

.garanty .container {
  gap: 30px;
}
.garanty__right {
    flex-direction: column;
    gap: 30px;
    font-weight: 700;
    margin-top: 40px;
}
.garanty__right p {
  padding: 4px 0;
}
@media (min-width:768px){
  .garanty {
    min-height: 100vh;
    padding: 100px 0;
  }
  .garanty__left {
    width: 40%;
  }
  .garanty__right {
      width: 58%;
      margin-top: 0;
      gap: 54px;
  }
  
}
@media (min-width:1024px){
  .garanty  h2{
    font-size: 60px;
  }
  .garanty__left,.garanty__right {
    width: 48%;
  }
}

/*safety*/
.safety {
  padding: 70px 0;
}
.safety__list {
  margin-top:40px;
  gap: 25px;
  flex-direction: column;
}
.safety__list > li {
  flex: 1;      
  font-weight: 500;
}
.safety__list > li p {
  padding: 4px 0;
}
.safety__but {
  margin-top: 40px;
}
@media (min-width:768px){
  .safety {
    padding: 100px 0;
  }
  .safety__list {
    margin-top: 92px;
    flex-direction: row;
  }
  .safety__but {
    margin-top: 93px;
  }
}

/*footer*/
.footer {
  padding: 70px 0 120px 0;
  background-color: var(--black-900);
  color: var(--grey-50);
  font-size: 14px;
}
.footer .container {
  gap: 30px;
}
.footer a {
  color: var(--grey-50);
  text-decoration-thickness: 2px; 
  text-underline-offset: 3px; 
}
.footer__copiright {
 
  position: absolute;
  left: 20px; 
  max-width: calc(100% - 40px);
  top: calc(100% + 30px);
}
.footer__menu {
  
}
.footer__menu1 {
  min-width: calc(42% - 10px);
}
.footer__menu2 {
  min-width: calc(58% - 10px);
}
.footer__menu p {
  text-transform: uppercase;
}
.footer__right {
  width: 100%;
  gap: 20px;
  margin-top: 40px;
}
.footer__menu ul {
  padding-top: 6px;
}
.footer__menu li {
  margin-top: 10px;
}
@media (min-width:768px){
  
  .footer__copiright {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 50px;
  } 
  .footer {
    padding: 100px 0;
  }
  .footer__right {
    width: 60%;
    margin-top: 0;
  }
  .footer__left {
    width: 45%;
  }
  .footer__menu1, .footer__menu2 {
    min-width: 48%;
  }

}
@media (min-width:1024px){
  .footer__copiright {
    margin-top: 83px;
  } 
  .footer__copiright br {
    display: none;
  }
  .footer__menu1, .footer__menu2 {
    min-width: 45%;
  }
  .footer__right {
    width: 47%;
    margin-top: 0;
  }
}


/*swiper*/
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper {
    display: block;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    width: 100%;
    z-index: 1;
}
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}
.swiper-backface-hidden .swiper-slide {
    backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-slide {
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    width: 100%;
}

.swiper-pagination {
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 35px;
}
.swiper-pagination-bullet {
    background:rgba(201, 201, 201, 1);
    border-radius:  50%;
    height:  12px;
    width: 12px;
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    background: #000;
}

/*popup*/
.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__close-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.popup_window {
  text-align: center;
  width: 480px;
  padding: 48px 32px;
  position: relative;
z-index: 1;
  gap: 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.popup__heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
.popup__buttons {
  padding-top: 20px;
  gap: 10px;
}
.popup__buttons .btn {
  flex:1;
  gap:10px
}
.popup__buttons .btn img {
  filter: invert(1);
}
.disabled {
  pointer-events: none;
  cursor: default;
}
.disabled svg {
  display: none;
}