@charset "UTF-8";
@import url("../fonts/fonts.css");
@import url("../libraries/bootstrap-grid/bootstrap-grid.min.css");
@import url("../libraries/normalize/normalize.css");
@import "coverage.css";
@import "index.css";
* {
  transition: 300ms !important;
}

:root {
  --black: #091c43;
  --white: #ffffff;
  --ye: #FB7100;
  --dark: #252525;
  --grey: #f6f7fb;
  --red: #f00;
}

.hover__uderline {
  position: relative;
}
.hover__uderline::before {
  background: var(--ye);
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  transition: 0.3s ease;
}
.hover__uderline:hover::before {
  width: 100%;
}

.title {
  color: var(--white);
  font-family: "Gilroy";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 48px */
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.block {
  display: none !important;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 575.98px) {
  .title {
    margin-bottom: 20px;
    font-size: 1rem;
  }
}
* {
  transition: 300ms !important;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

body {
  font-family: sans-serif;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

main {
  flex: 1 0 auto;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  border: none;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

.app-banner {
  background: linear-gradient(90deg, #136bff 9%, #00bcff 99%);
  border-radius: 20px;
  padding: 28px 35px;
  position: relative;
  overflow: hidden;
  margin-top: 48px;
}
.app-banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.app-banner__content {
  max-width: 560px;
  color: #fff;
}
.app-banner__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 18px;
}
.app-banner__stores {
  display: flex;
  gap: 15px;
}
.app-banner__stores img {
  height: 40px;
}
.app-banner__phones {
  position: absolute;
  right: -50px;
}
.app-banner__phones img {
  height: 581px;
}
@media (max-width: 1280px) {
  .app-banner__phones img {
    height: 375px;
  }
}
@media (min-width: 1050px) {
  .app-banner {
    height: 197px;
  }
}
@media (max-width: 1050px) {
  .app-banner__wrapper {
    flex-direction: column;
    text-align: center;
  }
  .app-banner__phones {
    position: relative;
    margin-top: 20px;
    right: auto;
    left: 30px;
  }
  .app-banner__stores {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .app-banner {
    margin-top: 24px;
  }
}
@media (max-width: 650px) {
  .app-banner__phones {
    left: 40px;
  }
}
@media (max-width: 450px) {
  .app-banner__title {
    font-size: 18px;
  }
  .app-banner__stores {
    flex-direction: column;
    align-items: center;
  }
  .app-banner__stores img {
    width: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .app-banner__phones {
    left: 85px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 20;
  padding: 25px 0;
  transition: 0.3s ease;
  background: rgba(9, 28, 67, 0.7411764706) !important;
  backdrop-filter: blur(5px);
  transition: 300ms !important;
  /*     &.scrolled {
      background: var(--black);
  } */
}
.header-contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .header-contacts {
    margin-right: 10px;
    gap: 8px;
  }
}
.header-contacts__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.header-contacts__icon img {
  width: 18px;
  height: 18px;
  display: block;
}
.header-contacts__icon:hover {
  transform: translateY(-2px);
  opacity: 0.85;
}
.header-contacts__icon--tg {
  background: #373c79;
}
.header-contacts__icon--phone {
  background: #373c79;
}
.header-contacts__number {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  display: none;
}
@media (min-width: 768px) {
  .header-contacts__number {
    display: flex;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.header__logo {
  z-index: 22;
  width: 210px;
  height: 50px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__item {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 22;
}
.header__item-right {
  justify-content: space-between;
}
.header__item-center {
  display: flex;
  align-items: center;
  margin-right: 45px;
}
.header__item_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.header__item_inner_link {
  position: relative;
  color: white;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-align: center;
  transition: 300ms;
}
.header__item_inner_link:last-of-type::after {
  opacity: 0;
}
.header__item_inner_link::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -110%;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background: linear-gradient(85deg, #136bff -18.08%, #00bcff 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
  opacity: 0;
  transition: 300ms;
  z-index: -1;
}
.header__item_inner_link:hover {
  color: #00bcff;
}
.header__item_inner_link:hover::after {
  opacity: 1;
  left: 0;
  z-index: 1;
}
.header__item_inner_link .btn {
  display: none !important;
}
.header__item .lang {
  margin-right: 30px;
  z-index: 22;
}
.header__item .lang__container {
  position: relative;
}
.header__item .lang__wrapper {
  position: absolute;
  justify-content: flex-start;
  top: 100%;
  left: 50%;
  width: 70px;
  transform: translateX(-50%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background: #373c79;
  gap: 10px;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  padding: 5px 7px;
  border: 1px #494f92 solid;
}
.header__item .lang__wrapper .lang__item {
  padding: 0;
  bottom: 0;
  color: #fff;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.6px;
  transition: 300ms;
}
.header__item .lang__wrapper .lang__item:hover {
  color: #0086e7;
}
.header__item .lang__item {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  text-transform: uppercase;
  gap: 5px;
  padding: 5px 7px;
  transition: 0.3s ease;
}
.header__item .lang__item .g {
  transition: 0.3s ease;
}
.header__item .lang__item .g svg {
  fill: #fff;
}
.header__item .lang.active .lang__item {
  border-radius: 5px 5px 0 0;
}
.header__item .lang.active .lang__item .g {
  transform: rotate(-180deg);
}
.header__item .lang.active .lang__wrapper {
  padding: 5px;
  max-height: 200px;
  opacity: 1;
  pointer-events: all;
  margin-top: 5px;
}
.header__item .lang.active .lang__wrapper .lang__item {
  border-radius: 0 0 5px 5px;
}
.header-btn {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  padding: 11px 30px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  transition: width 3s ease !important;
}
.header-btn:hover {
  background: var(--grad, linear-gradient(85deg, #ffa723 -18.08%, #f1950b 90.14%));
  box-shadow: 0px 0px 9.8px 0px rgba(255, 167, 35, 0.5);
  border: 1px solid transparent;
  color: white;
}
.header .burger {
  display: none;
  position: relative;
  z-index: 22;
}
.header .closeMoboliMenu {
  display: none;
}
.header.main {
  background: var(--black);
}

.header-btn__mobile {
  display: none;
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  transition: width 3s ease !important;
}
.header-btn__mobile:hover {
  background: var(--grad, linear-gradient(85deg, #ffa723 -18.08%, #f1950b 90.14%));
  box-shadow: 0px 0px 9.8px 0px rgba(255, 167, 35, 0.5);
  border: 1px solid transparent;
  color: white;
}
.header-btn__mobile a {
  padding: 11px 30px;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1400px) {
  .header__item_inner {
    gap: 10px;
  }
}
@media (max-width: 1399.98px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 20;
    padding: 25px 0;
    transition: 0.3s ease;
    background: var(--black);
  }
  .header.scrolled {
    background: var(--black);
  }
  .header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
  }
  .header__item {
    display: flex;
    align-items: center;
    position: relative;
  }
  .header__item-center {
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .header__item_inner {
    gap: 10px;
  }
}
@media (max-width: 1290px) {
  .header {
    transition: 0.3s ease;
    background: transparent;
  }
  .header.scrolled {
    background: var(--black);
  }
  .header .mobileMenu {
    position: fixed;
    background: rgba(29, 27, 25, 0.8);
    width: 100%;
    height: 100vh;
    right: -100%;
    top: 0;
    transition: 0.4s;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 999;
  }
  .header .mobileMenu-active {
    right: 0;
  }
  .header .mobileMenu__container {
    padding: 100px 20px 20px 45px;
    padding-top: 100px !important;
    height: 100%;
    width: 65%;
    background: var(--black);
    padding-top: var(--header-height);
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    text-align: left;
  }
  .header .mobileMenu .mobile__botton {
    display: flex !important;
    align-items: center;
    flex-direction: column;
    gap: 30px;
  }
  .header__item .btn {
    display: none;
  }
  .header__item-right {
    z-index: 999;
  }
  .header__item_inner-nav {
    gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
  .header__item_inner_link {
    font-size: 16px;
  }
  .header__item_inner_link .btn {
    display: block !important;
  }
  .header__item_inner_link::after {
    display: block;
  }
  .header .burger {
    display: flex;
    cursor: pointer;
    width: 24px;
    height: 20px;
    cursor: pointer;
  }
  .header .burger__wrapper {
    position: relative;
    width: 100%;
  }
  .header .burger__wrapper span {
    width: 100%;
    height: 3px;
    border-radius: 15px;
    position: absolute;
    left: 0;
    background: #fff;
    transition: 0.3s ease;
  }
  .header .burger__wrapper span:nth-child(1) {
    top: 0;
  }
  .header .burger__wrapper span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
    margin-left: 40%;
  }
  .header .burger__wrapper span:nth-child(3) {
    bottom: 0;
  }
  .header .burger.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header .burger.active span:nth-child(2) {
    opacity: 0;
  }
  .header .burger.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  .header-btn {
    display: none;
  }
  .header-btn__mobile {
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .header-btn__mobile a {
    width: 100%;
  }
}
@media (max-width: 620px) {
  .header .mobileMenu__container {
    width: 90%;
  }
  .header__item_inner_link {
    font-size: 15px !important;
  }
}
@media (max-width: 574px) {
  .header {
    padding: 20px 0;
  }
  .header__item_inner_link {
    font-size: 0.8rem;
  }
}
@media (max-width: 450px) {
  .header__item_inner_link {
    font-size: 14px !important;
  }
}
.footer {
  border-radius: 15px 15px 0px 0px;
  background: #2A2F63;
  padding: 38px 0 15px !important;
  transition: 300ms !important;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.footer__top .footer__nav {
  display: flex;
  width: 50%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.footer__top .footer__nav__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer__top .footer__contacts {
  display: flex;
  width: 50%;
  justify-content: space-around;
}
.footer__top .footer__contacts__support {
  display: flex;
  flex-direction: column;
}
.footer__top .footer__contacts__support-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
}
.footer__top .footer__contacts__support-number {
  color: #FFF;
  font-family: "Lato";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 13px 0 5px;
  transition: 300ms;
}
.footer__top .footer__contacts__support-number:hover {
  color: #00BCFF;
}
.footer__top .footer__contacts__support-email {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 300ms;
}
.footer__top .footer__contacts__support-email:hover {
  color: #00BCFF;
}
.footer__top .footer__contacts .footer__social {
  display: flex;
  flex-direction: column;
}
.footer__top .footer__contacts .footer__social-text {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
}
.footer__top .footer__contacts .footer__social__list {
  display: flex;
  gap: 25px;
}
.footer__top .footer__contacts .footer__social__list-link {
  background: #161A46;
  width: 50.499px;
  height: 50.499px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 300ms;
  margin-top: 13px;
}
.footer__top .footer__contacts .footer__social__list-link img {
  width: 20px;
  height: 20px;
}
.footer__top .footer__contacts .footer__social__list-link:hover {
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  filter: drop-shadow(0px 0px 9.8px rgba(0, 188, 255, 0.5));
}
.footer__bottom {
  border-radius: 15px;
  background: #161A46;
  padding: 40px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__bottom__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
  width: 30%;
}
.footer__bottom__text-title {
  color: #FFF;
  font-family: "Lato";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__bottom__text-info {
  color: #E3E3E7;
  font-family: "Lato";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.footer__bottom__form {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 30px;
  width: 70%;
}
.footer__bottom__form .input__name {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 323px;
}
.footer__bottom__form .input__name p {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
.footer__bottom__form .input__name__item {
  padding: 19px 21px;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  color: var(--black-new, #1B1B1B);
  border-radius: 100px;
  border: 1px solid white;
  outline: none;
  transition: 300ms;
}
.footer__bottom__form .input__name__item:hover {
  border: 1px solid #00BCFF;
}
.footer__bottom__form .input__name__item:active {
  border: 1px solid #00BCFF;
}
.footer__bottom__form .input__name__item:focus {
  border: 1px solid #00BCFF;
}
.footer__bottom__form .input__tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 323px;
}
.footer__bottom__form .input__tel p {
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
}
.footer__bottom__form .input__tel input {
  color: var(--black-new, #1B1B1B);
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.3px;
  outline: none;
  border: 1px white solid;
}
.footer__bottom__form .input__tel input:hover {
  border: 1px solid #00BCFF;
}
.footer__bottom__form .input__tel input:active {
  border: 1px solid #00BCFF;
}
.footer__bottom__form .input__tel input:focus {
  border: 1px solid #00BCFF;
}
.footer__bottom__form .input__tel input .telCountry {
  color: var(--black-new, #1B1B1B);
}
.footer__bottom__form .input__button {
  width: 173px;
  border-radius: 100px;
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
  padding: 16px 46px;
  height: 50px;
  margin-bottom: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  cursor: pointer;
}
.footer__bottom__form .input__button:hover {
  background: var(--grad, linear-gradient(85deg, #FFA723 -18.08%, #F1950B 90.14%));
  box-shadow: 0px 0px 9.8px 0px rgba(255, 167, 35, 0.5);
}
.footer__bottom__form .input__button-item {
  color: #FFF !important;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
}

.made-in-kirano {
  color: #8894A2;
  font-family: "Lato";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  text-align: center;
  margin-top: 19px;
  cursor: pointer;
}

/* 
.header__item_inner_link:last-of-type.nav__link-btn--active{

		&::after{
			width: auto;
			height: auto;
			opacity: 1 !important;
		}

} */
@media (max-width: 1140px) {
  .footer__bottom {
    flex-direction: column;
    width: 100%;
    gap: 30px;
  }
  .footer__bottom__text {
    width: 100%;
    text-align: center;
  }
  .footer__bottom__form {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .footer__bottom__form .input__name {
    width: 100%;
  }
  .footer__bottom__form .input__tel {
    width: 100%;
  }
  .footer__bottom__form .input__button {
    width: 100%;
  }
  .footer__top {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
  .footer__top .footer__nav {
    width: 80%;
    justify-content: space-between;
  }
  .footer__top .footer__contacts {
    width: 60%;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .footer__top .footer__nav {
    width: 90%;
  }
  .footer__top .footer__contacts {
    width: 80%;
  }
  .footer__bottom {
    padding: 30px 30px;
  }
}
@media (max-width: 620px) {
  .footer__top .footer__nav {
    width: 100%;
    row-gap: 20px;
    -moz-column-gap: 55px;
         column-gap: 55px;
    flex-wrap: wrap;
  }
  .footer__top .footer__contacts {
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 25px;
  }
  .footer__top .footer__contacts__support {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer__top .footer__contacts .footer__social {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .footer {
    padding: 25px 0 20px 0;
  }
  .footer__bottom {
    padding: 25px 20px;
  }
  .footer__bottom__text-title {
    font-size: 26px;
  }
  .footer__bottom__text-info {
    font-size: 15px;
  }
  .footer__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .footer__top .footer__contacts .footer__social__list-link {
    width: 44px;
    height: 44px;
  }
  .footer__top .footer__contacts .footer__social__list-link img {
    width: 17px;
    height: 17px;
  }
  .footer__top .footer__nav {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .footer__top {
    gap: 25px;
  }
  .footer__bottom {
    padding: 20px 15px;
  }
  .footer__bottom__text-title {
    font-size: 20px;
  }
  .footer__bottom__text-info {
    font-size: 13px;
  }
  .footer__bottom__form .input__name p {
    font-size: 14px;
  }
  .footer__bottom__form .input__tel p {
    font-size: 14px;
  }
  .footer__bottom__text {
    gap: 10px;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    font-size: 15px;
  }
  .footer__bottom__form {
    gap: 25px;
  }
  .footer__top {
    margin-bottom: 25px;
  }
}
@keyframes slide {
  0% {
    left: -100%; /* Начинаем за пределами видимости */
  }
  100% {
    left: 100%; /* Заканчиваем за пределами видимости с противоположной стороны */
  }
}
.form label,
.form p {
  color: #fff;
  font-family: "Gilroy";
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.form .input {
  position: relative;
  width: 100%;
}
.form .input input,
.form .input select,
.form .input textarea {
  display: flex;
  padding: 15px 22px;
  resize: none;
  width: 100%;
  outline: none;
  border: 1px solid #747474;
  background: rgba(217, 217, 217, 0);
  color: #fff;
  font-family: Roboto;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease;
}
.form .input input::-moz-placeholder, .form .input select::-moz-placeholder, .form .input textarea::-moz-placeholder {
  color: #7c777d;
}
.form .input input::placeholder,
.form .input select::placeholder,
.form .input textarea::placeholder {
  color: #7c777d;
}
.form .input input:focus,
.form .input select:focus,
.form .input textarea:focus {
  border-color: var(--ye);
}
.form .input input:hover,
.form .input select:hover,
.form .input textarea:hover {
  border-color: #747474;
}
.form .iti {
  width: 100%;
}
.form .iti__flag-container {
  background: transparent;
}
.form .iti__selected-dial-code {
  color: #fff;
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.form .iti__arrow {
  border-top-color: #fff;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 575.98px) {
  .form .input p {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .form .input input,
  .form .input textarea,
  .form .input select {
    padding: 12px;
  }
  .form .input__clue {
    text-align: center;
  }
}
* {
  transition: 300ms !important;
}

.btn-yellow {
  display: block;
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 9.8px 0px rgba(255, 167, 35, 0.5);
  color: #161A46;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 15px 30px;
  border: none;
  outline: none;
  transition: 300ms !important;
  cursor: pointer !important;
}
.btn-blue {
  border-radius: 100px;
  background: linear-gradient(85deg, #136BFF -18.08%, #00BCFF 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
  color: #FFF;
  font-family: "Lato";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.3px;
  padding: 15px 30px;
  border: none;
  outline: none;
  transition: 300ms !important;
  cursor: pointer !important;
}
.btn-blue:hover {
  background: var(--grad, linear-gradient(85deg, #FFA723 -18.08%, #F1950B 90.14%));
  box-shadow: 0px 0px 9.8px 0px rgba(255, 167, 35, 0.5);
}

.btn__choose {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 50px;
}

.btn__send {
  width: 480px;
  margin-top: 30px;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

.header.btn.my-profile__active {
  background: white !important;
  color: black !important;
}

@media (max-width: 575.98px) {
  .btn__wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .btn {
    width: 100%;
    padding: 15px;
  }
}
@media (max-width: 400px) {
  .btn-yellow {
    width: 100%;
  }
  .btn-blue {
    width: 100%;
  }
}
.modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(4, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.modal--active {
  opacity: 1;
  pointer-events: all;
}
.modal.modal--active .modal-content .close-modal-btn {
  opacity: 1;
}
.modal .component {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modal-content {
  background: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.modal .modal-content .close-modal-btn {
  transition: 0.4s ease;
  opacity: 0;
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f3f4f7;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  top: 30px;
  right: 30px;
  position: absolute;
  cursor: pointer;
}
.modal .close-modal {
  cursor: pointer;
}
.modal.mainModal.small .modal-content {
  width: 600px;
  height: auto;
  border-radius: 20px;
}
.modal.mainModal.extraSmall .modal-content {
  width: 40%;
  height: 40%;
  border-radius: 4px;
}
.modal.mainModal.extraSmall .btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.modal.mainModal .component {
  height: 100%;
}
.modal.mainModal .modal-content {
  height: 100%;
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 991.98px) {
  .modal.mainModal.extraSmall .modal-content {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  .modal.mainModal.extraSmall .modal-content {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .modal .modal-content {
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .modal .modal-content .close-modal-btn {
    top: 30px;
    right: 30px;
  }
  .modal.mainModal.extraSmall .modal-content {
    width: 95%;
  }
  .modal.mainModal.extraSmall .btn span {
    display: none;
  }
}
* {
  transition: 300ms !important;
}

.socials {
  display: flex;
  align-items: center;
  gap: 25px;
}
.socials__item {
  width: 46px;
  height: 46px;
  border: 1px solid #7d8ba6;
  border-radius: 50%;
  transition: 0.3s ease;
}
.socials__item svg {
  fill: #7d8ba6;
}
.socials__item:hover {
  background: var(--ye);
  border-color: var(--ye);
  box-shadow: 0 0 19px rgba(251, 113, 0, 0.6);
}
.socials__item:hover svg {
  fill: var(--white);
}

.iti {
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 991.98px) {
  .socials {
    gap: 20px;
  }
  .socials__item {
    width: 34px;
    height: 34px;
  }
  .socials__item svg {
    width: 13px;
    height: 13px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato";
  font-weight: 400;
  transition: 300ms !important;
}

.header__item_inner_link.nav__link-btn--active {
  color: #00bcff;
}
.header__item_inner_link.nav__link-btn--active::after {
  opacity: 1 !important;
  left: 0 !important;
  z-index: 1 !important;
}

.header-btn.nav__link-btn--active,
.header-btn__mobile.nav__link-btn--active {
  color: white;
  border: 1px solid rgba(0, 0, 0, 0);
  background: linear-gradient(85deg, #136bff -18.08%, #00bcff 90.14%);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 188, 255, 0.5);
}

.header__item_inner_link.header-btn__mobile.nav__link-btn--active::after {
  opacity: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
}

.link-static {
  font-weight: 700 !important;
  font-size: 17px !important;
}

.header__item_inner_link.link-static:hover {
  color: white !important;
}
.header__item_inner_link.link-static:hover::after {
  display: none !important;
}

.pages__name {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  margin-top: 25px;
}
.pages__name-info {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-info:last-of-type {
  color: #777a9a;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}
.pages__name-slash {
  color: #fff;
  font-family: "Lato";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
}

.footer__wrapper_inner_link {
  text-align: center;
  font-family: Rawline;
  line-height: 130%;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100% !important;
  max-width: 100% !important;
}

.title {
  padding-top: 40px;
}

.garants__wrapper {
  background: rgba(21, 41, 82, 0.5);
  border-radius: 20px;
}
.garants__wrapper .title {
  color: #fff;
  font-family: Rawline;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 30px;
}

.send-app {
  width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

body {
  font-family: "Rawline";
  color: var(--white);
  background: #161a46;
  position: relative;
}

html,
body {
  font-size: 20px;
}
html.no-scroll,
body.no-scroll {
  overflow: hidden;
}

.relative {
  position: relative;
}

.t-c {
  text-align: center !important;
}

.t-l {
  text-align: left !important;
}

.or {
  order: 0;
}

svg {
  fill: white;
  color: #fff;
}

.breadcramps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px 0;
}
.breadcramps .cramp {
  color: #929191;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s ease;
}
.breadcramps .cramp:not(:last-child):hover {
  color: var(--ye);
}
.breadcramps .cramp:not(:last-child)::after {
  content: url("../images/br.html");
}
.breadcramps .cramp:nth-last-child(1) {
  cursor: default;
}

.swiper-scrollbar {
  background: none;
}

.swiper-scrollbar-drag {
  background: none;
}

.g {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-100 {
  width: 100%;
}

.footer {
  flex: 0 0 auto;
  padding: 38px 0 19px !important;
}

main.main {
  margin-top: 0;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.info {
  font-family: "Rawline";
  display: flex;
  align-items: center;
  justify-content: center;
}
.info__content {
  width: 1200px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.info__fill {
  width: 45%;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 35px;
}
.info__fill_title h3 {
  color: var(--dark-blue, #091c43);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.info__fill_title {
  margin-bottom: 25px;
}
.info__fill_input {
  color: var(--dark-blue, #091c43);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  width: 100%;
  /* 21px */
}
.info__fill_input p {
  margin-bottom: 8px;
}
.info__fill_input .input {
  width: 100%;
  margin-bottom: 30px;
}
.info__fill_input .input:last-child {
  margin-bottom: 0;
}
.info__fill_input .input input {
  width: 100% !important;
}
.info__fill_name {
  max-width: 480px;
  width: 100%;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #e3e4e4;
  background: #f3f3f3;
  padding-left: 23px;
  margin-bottom: 30px;
  font-size: 14px;
}
.info__offer {
  width: 48%;
}
.info__offer_title {
  color: #fff;
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 26px;
}
.info__offer_text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  /* 27px */
}
.info__offer_text__content {
  display: flex;
  gap: 15px;
  font-size: 18px;
}
.info__offer_text-img {
  width: 34px;
  height: 34px;
}

.telCountry {
  max-width: 100%;
  width: 100%;
  height: 55px;
  border-radius: 100px;
  border: 1px solid #e3e4e4;
  font-size: 14px !important;
}

.iti__selected-flag {
  border-radius: 40px;
}

.header__item_inner-logo {
  width: 180px;
  height: 25.323px;
}
.header__item_inner-logo img {
  width: 100% !important;
  height: 100% !important;
}

.offerta {
  padding-top: 60px;
}
.offerta h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 57px;
  text-align: left;
  margin-bottom: 15px;
}
.offerta p {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1920px;
  }
}
@media (max-width: 1140px) {
  .pages__name {
    display: none;
    z-index: 0;
    opacity: 0;
    width: 0;
    height: 0;
  }
}
@media (max-width: 768px) {
  .offerta {
    padding-top: 60px;
  }
  .offerta h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 620px) {
  .header__item_inner-logo {
    width: 150px;
    height: 20px;
  }
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer {
    padding: 25px 0 20px 0 !important;
  }
  .header__item_inner_link {
    font-size: 15px !important;
  }
  .header__item_inner_link.link-static {
    font-size: 16px !important;
  }
}
@media (max-width: 575px) {
  .offerta {
    padding-top: 30px;
  }
  .offerta h2 {
    font-size: 24px;
    line-height: 150%;
  }
  .offerta p {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 450px) {
  .header__item_inner-logo {
    width: 130px;
    height: 18px;
  }
  .header__item_inner_link {
    font-size: 14px !important;
  }
}/*# sourceMappingURL=global.css.map */