/*
Theme Name: Atrans
Template: Goodini
Theme URI: https://degorov.ru/
Description: Дочерняя тема для Goodini
Author: Александр Киселев
Author URI: https://degorov.ru/
Version: 1.0
*/


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
  padding: 0;
}

input,
textarea,
select {
  -webkit-appearance: none;
}

html,
body {
  width: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  position: relative;
}


input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

#team .item-wrap {
  background: var(--dark);
  border-radius: 1rem;
}

#team .slick-slide {
  margin-right: 1.25rem;
}

#team .slick-list {
  margin-right: -1.25rem;
}



.team-arrow .slick-arrow {
  box-shadow: none;
  border-radius: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  top: -5rem;
  right: 0;
}

.team-arrow .slick-arr-prev {
  left: unset;
  right: 5rem;
}

#team .container-fluid {
  max-width: 1578px;
}

#team .team .body {
  padding: 0 1.25rem;
  padding-bottom: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#team .header.list {
  width: 80%;
}

.team__soc {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}

#team .position {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #FFFFFF;
  margin-bottom: 1rem;

}

.team__soc a,
.team__soc a svg {
  border-bottom: none;
  width: 2rme;
  height: 2rem;
}

.team__soc a:hover {
  transform: scale(1.05);
}

#team .name {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #FFFFFF;
}

button {
  cursor: pointer;
  padding: 0;
  border: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

#team .item {
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#team .team {
  display: flex;
  flex-direction: column;
}

ul li {
  list-style: none;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

* {
  /*scrollbar-width: thin;*/
  scrollbar-color: #a4a4a4 #e0e0e0;
}

*::-webkit-scrollbar {
  width: 6px;
  height: 50px;
}

*::-webkit-scrollbar-track {
  background-color: #e0e0e0;
  border-radius: 6px;
}

*::-webkit-scrollbar-thumb {
  background-color: #a4a4a4;
  border-radius: 6px;
  border: 5px solid transparent;
}

/*-------------------------------------------------------------*/

:root {
  --accent: rgb(0 0 0 / 30%);
  --color_bg_1: rgb(0 0 0 / 50%);
}

body.dark_theme {
  background: #1B324F;
  background: linear-gradient(180deg, #1B324F 800px, #2E637E 16.85%, #007bac 30.73%, #1B324F 41.67%, #0A0F26 55.73%, #005078 61.4%, #1B324F 68.34%, #1B324F 83.85%, #1B324F 100%);
}

body.cases-template-default,
body.page-template-page-parent,
body.page-template-page-contacts,
body.page-template-page-privacy {
  background: #1B324F;
}

.bullets.item-bg-accent .item .head,
.bullets.item-bg-accent .item .desc,
.bullets.item-bg-accent .item .desc h3,
.bullets.item-bg-color_1 .item .desc h3,
.bullets.item-bg-accent .item .desc p {
  color: #fff;
}

.bullets-icon .icon {
  margin-bottom: 1rem;
}

.bullets-icon.design-icon-left .icon {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.dark_theme #cases {
  background: transparent;
}

#cases .item {
  display: block;
  margin-bottom: 0rem;
  min-height: auto;
  border-radius: 1rem;
  overflow: hidden;
}

#cases .image {
  width: 100%;
  height: auto;
}

#cases .body {
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 0.9rem;
}

#cases .body .title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

#cases .body li {
  font-weight: var(--f1w);
}

#cases .item:hover {
  transform: none;
}

#cases .item:hover .title {
  color: var(--dark);
}


#breadcrumbs {
  filter: grayscale(1);
}

.menu .menu-item .sub-menu {
  -webkit-transform: translateY(-0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transform-origin: 0 0;
  transform: rotateX(-90deg);
  transition: 0.1s linear;
}

#popup-video {
  position: fixed;
  background: var(--color);
  z-index: 20;
  right: 0rem;
  bottom: 2rem;
  border: 0;
  text-align: center;
  width: 250px;
  transform: translateX(100%);
  transition: all 0.4s ease-out 0s;
}

#popup-video.hide {
  display: none;
}

#popup-video .video {
  display: block;
}

#popup-video.active {
  left: 2rem;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.7);
  transform: translateX(0%);
}

#popup-video .title {
  font-weight: 600;
  color: var(--dark);
  font-size: 0.9rem;
  padding: 2px 0;
}

#popup-video .close {
  position: absolute;
  top: -3rem;
  right: 0rem;
  opacity: 0;
}

#popup-video.active .close {
  opacity: 1;
  transition: all 0.2s ease 2s;
}

#popup-video .close svg {
  width: 2rem;
  height: 2rem;
  background: var(--dark);
  border-radius: 50%;
  padding: 6px;
  cursor: pointer;
}

#popup-video .close svg path {
  stroke: var(--color);
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

#popup-video .close:hover svg path {
  stroke: #fff;
}

#popup-video a {
  display: block;
}


body:not(.home) #undo_header_abs {
  display: none;
}

#contacts.contacts-page,
#cases-hero,
#privacy,
#pages,
#blog-hero {
  --header_height: 183px;
  padding-top: calc(4rem + var(--header_height));
}

#blog {
  padding-top: 182px;
}

#header-wrapper.header-absolute~main:first-of-type {
  margin-top: 182.6px !important;
}

#header-wrapper.header-absolute+#undo_header_abs~main:first-of-type {
  margin-top: 0 !important;
}

.hero3__slide,
#hero {
  padding-top: 182.6px !important;
}

.page-frame {
  overflow: hidden;
  position: relative;
}

.dark_theme .hideLabels .form-control {
  color: #000;
}

header ul.social {
  flex-direction: row;
}

header .social li.soc {
  padding-left: 0;
}

header .social li.soc::before {
  display: none;
}

#hero3 {
  background-color: transparent;
}

#hero3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, rgb(27 50 79 / 1%), #1B324F);
}

/* .home img {
  max-width: none;
  max-height: none;
} */

.body-bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.body-bg__item {
  width: 100%;
  height: 15000px;
  background: linear-gradient(180deg, #56C7DE 0%, #1B324F 5.73%, #2E637E 16.85%, #56C7DE 30.73%, #1B324F 41.67%, #0A0F26 55.73%, #56C7DE 61.4%, #1B324F 68.34%, #1B324F 83.85%, #1B324F 100%);
}

a[data-fancybox],
.office-item {
  cursor: pointer;
}

#modal-not-agreement {
  color: #000;
}

#modal-not-agreement p {
  color: #000;
}

.home h1,
.home h2,
.home h3,
.home h4,
.home h5,
.home h6 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.home h1 {
  color: #FFF;
  font-family: Tektur;
  font-size: 3rem;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
}

.home h1 strong {
  color: #FECE1B;
}

.header__mid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.header__mid ul li {
  color: #FFF;
  font-family: Open Sans;
  font-size: 1rem;
  line-height: 137%;
  padding-left: 1.25rem;
  position: relative;
}

.header__mid ul li strong {
  font-weight: 700;
}

.header__mid ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #FF810D;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.home h2 {
  color: #FFF;
  font-family: Tektur;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.find h2 {
  color: #FFF;
  font-family: Tektur;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.home h2 strong {
  color: #FECE1B;
}

.home h3 {
  font-family: Tektur;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 123.5%;
  color: #fff;
}

.home h3 strong {
  color: #FECE1B;
}

.home h4 {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 126.6%;
}

.home h5,
footer h5 {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}


.home h6 {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 144%;
}

.home p {
  margin: 0;
  color: #FFF;
  line-height: 137.5%;
}

.home p strong {
  font-weight: 700;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.container {
  width: 1440px;
  position: relative;
}

.bid {
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FECE1B), color-stop(26.56%, #FECE1B), color-stop(72.92%, #FF810D), to(#FF810D)), #FF810D;
  background: -o-linear-gradient(top, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  background: linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  border-radius: 10px;
  border-bottom: 2px solid #FF810D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5rem;
  color: #000;
  text-align: center;
  font-family: Tektur;
  font-size: 1rem;
  font-weight: 700;
  line-height: 137.5%;
}

.btn {
  font-family: Tektur;
  background: -webkit-gradient(linear, left top, left bottom, from(#FECE1B), color-stop(26.56%, #FECE1B), color-stop(72.92%, #FF810D), to(#FF810D)), #FF810D;
  background: -o-linear-gradient(top, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  background: linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  border-radius: 10px;
  border-bottom: 2px solid #FF810D;
  text-transform: uppercase;
}

.bid:active,
.bid:hover,
.bid:focus {
  border-bottom: 2px solid #FF810D;
  color: #000;
}

.thanks {
  height: calc(100vh - 183px);
}

.thanks>img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: calc(100% - 20px);
  width: auto;
  transform: translate(-50%, -50%);
}

.thanks .container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;

}

.thanks__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  width: 470px;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid #151E34;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
}

.thanks__head {
  color: #FFF;
  text-align: center;
  font-family: Tektur;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 133%
}

.thanks__title {
  color: #FFF;
  text-align: center;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 120%
}

.thanks__subtitle {
  text-align: center;
  font-family: Tektur;
  font-size: 1rem;
}

.notfound {
  background-image: url(assets/i/notfound-bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 0;
}

.notfound .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 180px;
  height: 100%;
  padding-bottom: 2rem;
}

.notfound .bid {
  padding: 0 50px;
  justify-content: center;
}

.notfound .container svg {
  position: relative;
  z-index: 2;
  mix-blend-mode: overlay;
}

.notfound .container img {
  position: absolute;
  right: 90px;
  top: 390px;
  z-index: 1;
}

.notfound__container {
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.notfound__title {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
}

header {
  position: relative;
  z-index: 3;
}

.header__top {
  background: rgba(66, 154, 183, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: 40px;
  font-size: 0.9rem;
}

.header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__top a[href^="mailto:"] {
  margin-left: auto;
  line-height: 137.5%;
  color: #fff;
  border-bottom: 1px dashed transparent;
}

.header__multycity {
  margin-right: 2rem;
}

.citys .letter {
  padding-left: 0;
}

.citys .letter::before {
  display: none;
}

.header__description {
  line-height: 1.4;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
  height: 100%;
}

.header__social--text {
  margin-right: 1.25rem;
}

.header__social a:first-of-type {
  margin-right: 15px;
}

.header__language  {
  margin-left: 50px;
  height: 100%;
}
.header__language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.header__language li {
  padding: 0 5px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.header__language li.active,
.header__language li:hover {
  background-color: #fff;
  color: #2F2F2F;
  -webkit-transition-property: color, background-color;
  -o-transition-property: color, background-color;
  transition-property: color, background-color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mobile {
  background-color: #080D1D;
}

.header__burger {
  display: none;
  height: auto;
  width: auto;
  top: auto;
  right: auto;
}

.header__burger.active {
  right: auto;
}

.mobile-icon {
  display: none;
}

body.hiddenbody .mobile-icon {
  display: flex;
}

.header__burger--line {
  background: -webkit-gradient(linear, left top, left bottom, from(#FECE1B), color-stop(26.56%, #FECE1B), color-stop(72.92%, #FF810D), to(#FF810D)), #FF810D;
  background: -o-linear-gradient(top, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  background: linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  width: 30px;
  height: 2px;
}

.header__mid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header__mid .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
}

.header__mid .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-left: 100px;
  margin-right: auto;
}

.header__mid .container ul li {
  color: #FFF;
  font-size: 0.875rem;
  line-height: 142%;
}

.header__mid .container>a:not(.logo) {
  font-family: Tektur;
  font-size: 1rem;
  font-weight: 500;
  line-height: 137.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.header__mid .logo img {
  width: 200px;
  position: relative;
  z-index: -1;
}

.header__mid .container>a:not(.logo):nth-of-type(2) {
  margin-right: 3.5rem;
}

.header__mid .container>a:not(.logo):last-of-type {
  margin-right: 5.5rem;
}

.header__mid .container>a:not(.logo) span {
  background: -webkit-linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  border-bottom: 1px dashed #FF810D;
  padding-bottom: 5px;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.header__mid .container>a:not(.logo):hover span {
  border-bottom: 1px dashed transparent;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header__phone a[href^="tel:"] {
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
}

.header__phone a:last-of-type {
  font-family: Tektur;
  font-size: 1rem;
  font-weight: 500;
  line-height: 137.5%;
}

.header__phone a:last-of-type span {
  background: -webkit-linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px dashed #FF810D;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.header__phone a:last-of-type:hover span {
  border-bottom: 1px dashed transparent;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.header__bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header__bottom .container {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0;
}

.header__bottom .menu-glavnoe-menju-container {
  width: 100%;
  height: 100%;
}

.header__bottom ul {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.header__bottom .menu .menu-item a {
  padding: 0;
  border: none;
}

.header__bottom .container li {
  padding-right: 0.875rem;
  padding-left: 0;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.header__bottom .container li a {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: 0.7px;
  font-family: Tektur;
  text-transform: uppercase;
  color: #fff;
}

.menus .menu .menu-item::after,
.menus .menu .menu-item::before {
  display: none;
}

.mobile .menu .menu-item .sub-menu {
  background: transparent;
}

.mobile .menu .menu-item {
  padding-left: 0;
}

.mobile .menu .menu-item .sub-menu a {
  font-size: 1.25rem;
  color: #fff !important;
}

.mobile .social {
  flex-direction: row;
}

.mobile .social li::before {
  display: none;
}

.mobile .menu {
  padding: 0;
}

.mobile {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  width: 70%;
  right: 0;
  left: auto;
  gap: 1rem;
}

.mobile>a {
  font-family: Tektur;
  font-size: 1rem;
  font-weight: 500;
  line-height: 137.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.mobile>a svg {
  min-width: 29px;
}

.mobile>a span {
  background: -webkit-linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  border-bottom: 1px dashed #FF810D;
  padding-bottom: 5px;
  -webkit-transition: border 0.5s ease;
  -o-transition: border 0.5s ease;
  transition: border 0.5s ease;
}

.mobile .menu .menu-item a {
  color: #fff;
  border-left: none;
}

.header__bottom .container li:not(:last-of-type) {
  margin-right: 0.875rem;
}

.header__bottom .container li::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 1px;
  height: 22px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  opacity: 0.1;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
}

.menu .menu-item:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.header__bottom .container li.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header__bottom .container li.menu-item-has-children:hover::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.header__bottom .container li.menu-item-has-children::after {
  content: "+";
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  position: static;
  width: auto;
  height: auto;
  opacity: 1;
}

.header__bottom .menu-item.menu-item-has-children a::before {
  display: none;
}

.header__bottom .menu-item .sub-menu {
  top: 100%;
  z-index: 3;
  background-color: #2c364a;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
}

.header__bottom .menu-item .sub-menu .menu-item a {
  color: #fff !important;
}

.open span {
  background-color: #fff;
}

.banner {
  padding: 70px 0 80px;
}

.banner h1 {
  margin-bottom: 2rem;
}

.banner p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  max-width: 515px;
  margin-bottom: 4rem;
}

.banner ul {
  margin-bottom: 3rem;
}

.banner .bid {
  margin-bottom: 4.25rem;
}

.banner__subtitle {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 2rem;
  font-family: Open Sans;
}

.banner>img {
  position: absolute;
  bottom: -2.25rem;
  right: 22.71%;
  width: 38%;
}

.banner .container {
  z-index: 2;
}

.banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}

.banner__currency--item {
  border-radius: 12px;
  background: rgba(66, 154, 183, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 14px;
  gap: 1.25rem;
}

.banner__currency--item.raise .banner__currency--graph svg path:last-of-type {
  stroke: #0DFCFC;
}

.banner__currency--item.raise .banner__currency--graph svg stop {
  stop-color: #49FFF4;
}

.banner__currency--item.down .banner__currency--graph {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.banner__currency--item.down .banner__currency--graph svg path:last-of-type {
  stroke: #ff4000;
}

.banner__currency--item.down .banner__currency--graph svg stop {
  stop-color: #FF3D00;
}

.banner__currency--item.stable .banner__currency--graph svg path:last-of-type {
  stroke: #FFD464;
}

.banner__currency--item.stable .banner__currency--graph svg stop {
  stop-color: #FFD464;
}

.banner__currency--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.banner__currency--title span {
  font-size: 20px;
  font-weight: 400;
}

.banner__currency--circle {
  width: 55px;
  height: 55px;
  background-color: #000;
  border-radius: 50%;
  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;
}

.banner__currency--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 100%;
}

.banner__currency--value {
  font-size: 1.25rem;
  line-height: 140%;
}

.banner__currency--diff {
  font-size: 15px;
  line-height: 133%;
}

.map {
  padding: 4.5rem 0 100px;
}

.map h2 {
  margin-bottom: 50px;
  max-width: 940px;
  position: relative;
  left: -100px;
  opacity: 0;
}

.map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 3;
}

.map__row {
  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;
  margin-bottom: 50px;
  width: 100%;
}

.map__item {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: calc((100% - 2.5rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem 1.25rem;
  position: relative;
  top: 50px;
  opacity: 0;
}

.map__item p {
  max-width: 340px;
}

.map__item svg {
  width: 3.75rem;
  min-width: 3.75rem;
  height: auto;
}

.map__container {
  position: relative;
  width: 100%;
}

.map__container img {
  user-select: none;
}

.map__container img:first-of-type {
  display: block;
  width: 100%;
  height: auto;
}

.map__container img:last-of-type {
  display: none;
  width: 100%;
  height: auto;
}

.map__dot {
  position: absolute;
  width: 0;
  height: 0;
  background-color: #ffcf1b;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
}

.map__dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ffcf1b;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #ffcf1b;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 0px 10px 10px 10px;
  background: #FFF;
  width: 223px;
  position: absolute;
  top: 120%;
  left: 120%;
  max-height: 0;
  overflow: hidden;
  padding: 0 10px 0;
  -webkit-transition-property: max-height, padding, opacity;
  -o-transition-property: max-height, padding, opacity;
  transition-property: max-height, padding, opacity;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  z-index: 4;
  opacity: 0;
}

.map__dot--container ul {
  gap: 3px;
}

.map__dot--container ul li {
  color: #000;
  font-size: 0.875rem;
  padding-left: 1rem;
}

.map__dot--container ul li::before {
  width: 8px;
  height: 8px;
}

.map__dot--container p {
  color: #000;
}

.map__dot--container p:first-of-type {
  color: #040404;
  font-family: Tektur;
  font-weight: 500;
  line-height: 137.5%;
  margin-bottom: 10px;
}

.map__dot--container p:not(:first-of-type) {
  font-size: 0.875rem;
  line-height: 157%;
}

.map__dot.active .map__dot--container {
  height: auto;
  max-height: 250px;
  -webkit-transition-property: max-height, padding;
  -o-transition-property: max-height, padding;
  transition-property: max-height, padding;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  padding: 10px 10px 18px 10px;
  opacity: 1;
}

.map__dot.active::before {
  width: 28px;
  height: 28px;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot.active::after {
  width: 44px;
  height: 44px;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot.anim .map__dot--title {
  opacity: 0;
}

.map__dot.anim::before {
  width: 28px;
  height: 28px;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot.anim::after {
  width: 44px;
  height: 44px;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot:hover .map__dot--title {
  text-decoration: underline;
}

.map__dot:hover::before {
  width: 28px;
  height: 28px;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot:hover::after {
  width: 44px;
  height: 44px;
  opacity: 0.1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.map__dot:nth-of-type(1) {
  top: 27.75%;
  right: 70.64%;
}

.map__dot:nth-of-type(1) .map__dot--title {
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map__dot:nth-of-type(2) {
  top: 36%;
  right: 28.64%;
}

.map__dot:nth-of-type(2) .map__dot--title {
  bottom: calc(100% + 12px);
  left: -150%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

}

.map__dot:nth-of-type(3) {
  top: 35.21%;
  right: 25.74%;
}

.map__dot:nth-of-type(3) .map__dot--title {
  bottom: 8px;
  left: 120%;
}

.map__dot:nth-of-type(4) {
  top: 38.11%;
  right: 28.28%;
}

.map__dot:nth-of-type(4) .map__dot--title {
  top: calc(100% + 5px);
  left: -150%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map__dot:nth-of-type(5) {
  top: 37.65%;
  right: 26.84%;
}

.map__dot:nth-of-type(5) .map__dot--title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 200%;
}

.map__dot:nth-of-type(6) {
  top: 46.49%;
  right: 34.24%;
}

.map__dot:nth-of-type(6) .map__dot--title {
  top: calc(100% + 12px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.map__dot:nth-of-type(7) {
  top: 23.75%;
  left: 22.5%;
}

.map__dot:nth-of-type(7) .map__dot--title {
  top: 50%;
  left: 150%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.map__dot--title {
  color: #FFF;
  text-align: center;
  font-family: Tektur;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 2;
}

.map__form {
  margin-top: -50px;
  position: relative;
  top: 100px;
  opacity: 0;
}

.map__form--title {
  font-family: Tektur;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 123.5%;
  color: #fff;
  max-width: 666px;
}

.map__form--title strong {
  color: #FECE1B;
}

.form {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
}

.form:not(.form-style-1) {
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 3.25rem 3rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -ms-flex-item-align: center;
  align-self: center;
  width: 1240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}

.form .form-head {
  font-family: Tektur;
}

.hideLabels .form-group label {
  position: relative;
  top: 0;
  left: 0;
  order: 1;
  color: #FFF;
  font-family: Tektur;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
}

label.label-none,
.hideLabels .form-control:focus+label {
  font-size: 0.75rem;
}

.hideLabels .form-group input {
  order: 2;
  background: #fff;
  padding: 1rem;
}

.hideLabels .form-group textarea {
  padding: 1rem;
  order: 2;
  background-color: #fff;
}

.hideLabels .form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: transparent;
  border: none;
  gap: 8px;
}

.popup .btn,
.popup .btn:visited,
.popup .btn:focus,
.popup .btn:active {
  margin: 0 auto;
  height: 54px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FECE1B), color-stop(26.56%, #FECE1B), color-stop(72.92%, #FF810D), to(#FF810D)), #FF810D;
  background: -o-linear-gradient(top, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  background: linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%), #FF810D;
  border-radius: 10px;
  border-bottom: 2px solid #FF810D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5rem;
  color: #000;
  text-align: center;
  font-family: Tektur;
  font-size: 1rem;
  font-weight: 700;
  line-height: 137.5%;
}

.btn:hover {
  font-weight: 700;
}

.popup {
  padding: 0;
  background: transparent;
  color: #fff;
  border-radius: 20px;
}

.popup .form {
  width: 100%;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
  width: 100%;
}

.form__item {
  width: calc((100% - 2.5rem) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.form__item:last-of-type {
  margin-left: auto;
}

.form__item .bid {
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form__item .agreement-check input:checked+.agreement-label .check::before {
  border: 2px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
}

.form__item .agreement-check input+.agreement-label .check::after {
  border: 1px solid #fff;
}

.form__item .agreement-check input:hover+.agreement-label .check::after {
  border: 1px solid #fff;
}

.form__item .agreement-label {
  font-family: Open Sans;
  font-size: 12px;
}

.form__input--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.form__input--container:first-child:last-child {
  width: 100%;
}

.form__input--container:not(:first-child:last-child) {
  width: calc((100% - 1.25rem) / 2);
}

.form__input--container:last-child:not(:first-child) {
  margin-left: auto;
}

.form__input--container label {
  color: #FFF;
  font-family: Tektur;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 150%;
}

.form__input--container input {
  width: 100%;
  height: 56px;
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #CCC;
  font-size: 14px;
  line-height: 128%;
}

.form__input--container .message-error {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  font-family: Tektur;
  font-size: 0.75rem;
  font-weight: 600;
  color: red;
}

.any {
  padding: 50px 0 100px;
}

.any h2 {
  max-width: 900px;
  margin-bottom: 1.875rem;
  position: relative;
  left: -100px;
  opacity: 0;
}

.any .container>p {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 50px;
  position: relative;
  left: -100px;
  opacity: 0;
}

.any__btn--container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

.any__btn {
  width: calc((100% - 3.75rem) / 4);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.3);
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  gap: 1rem;
  font-weight: 600;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  opacity: 0;
  top: 50px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}

.any__btn svg,
.any__btn span {
  z-index: 2;
}

.any__btn svg {
  min-width: 52px;
  height: auto;
}

.any__btn:hover,
.any__btn.active {
  border-color: #61D4D4;
  color: #fff;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
}

.any__btn:hover::before,
.any__btn.active::before {
  -webkit-transform: skew(-65deg) translateX(-50%);
  -ms-transform: skew(-65deg) translateX(-50%);
  transform: skew(-65deg) translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.any__btn::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 102%;
  -webkit-transform: skew(-65deg) translateX(300%);
  -ms-transform: skew(-65deg) translateX(300%);
  transform: skew(-65deg) translateX(300%);
  left: 50%;
  top: -1%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 1;
}

.any__tab--container {
  position: relative;
  width: 100%;
}

.any__tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 1.25rem;
  position: absolute;
  left: 2000px;
  -webkit-transition: left 0.7s ease;
  -o-transition: left 0.7s ease;
  transition: left 0.7s ease;
}

.any__tab.active {
  position: relative;
  left: 0;
  -webkit-transition: left 0.7s ease;
  -o-transition: left 0.7s ease;
  transition: left 0.7s ease;
}

.any__tab--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.any__tab--img {
  height: 213px;
  width: 100%;
  position: relative;
}

.any__tab--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.any__tab--img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #61D4D4;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.any__tab--more {
  font-family: Tektur;
  font-size: 1rem;
  line-height: 137.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 10px 0;
  border-bottom: 1px dashed #FFF;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.any__tab--more svg path {
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.any__tab--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.875rem 1.875rem 2.25rem;
  gap: 1.5rem;
  width: calc((100% - 2.5rem) / 3);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 467px;
  border: 1px solid transparent;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  position: relative;
  color: #fff;
  opacity: 0;
  top: 50px;
}

.any__tab--title {
  color: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 144%;
  margin-bottom: 1rem;
}

.any__tab--item p {
  font-size: 0.875rem;
  line-height: 157%;
  font-weight: 400;
}

.any__tab--item:hover {
  border-color: #61D4D4;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.any__tab--item:hover .any__tab--img::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.any__tab--item:hover .any__tab--more {
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #61D4D4;
  border-color: #61D4D4;
}

.any__tab--item:hover .any__tab--more svg path {
  fill: #61D4D4;
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.any__tab--item:active,
.any__tab--item:focus {
  border-bottom-color: transparent;
}

.any__tab--item:active:hover,
.any__tab--item:focus:hover {
  border-bottom-color: #61D4D4;
}

.top {
  padding: 0 0 150px;
}

.top .container {
  padding: 100px 0;
}

.top .container h2 {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin-bottom: 1.875rem;
  left: -100px;
  opacity: 0;
}

.top .container>p {
  position: relative;
  z-index: 2;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 600;
  margin-bottom: 6rem;
  left: -100px;
  opacity: 0;
}

.top__bg {
  position: absolute;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 200px);
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.top__container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 2.375rem;
}

.top__item {
  width: calc((100% - 3.75rem) / 4);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: relative;
  padding: 103px 1.5625rem 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.875rem;
  top: 100px;
  opacity: 0;
}

.top__item img {
  position: absolute;
  top: -3rem;
  right: 0;
}

.top__item p:first-of-type {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 144%;
}

.top__item p:first-of-type span:first-child {
  color: #B3B3B3;
}

.top__item p:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  line-height: 137.5%;
}

.top__item p:nth-of-type(2) span:first-of-type {
  font-size: 0.875rem;
  line-height: 157%;
  margin-left: 10px;
}

.top__item p:nth-of-type(2) span:last-of-type {
  margin-left: auto;
}

.top__item p:last-of-type {
  font-size: 0.875rem;
  line-height: 157%;
  padding: 1rem 1.875rem;
  border-radius: 20px;
  border: 1px dashed #FFF;
}

.top__item.large {
  padding: 4.5rem 1.5625rem 1.875rem;
  width: calc((100% - 1.25rem) / 2);
  height: 288px;
}

.top__item.large p {
  max-width: 295px;
}

.top__item.large img {
  right: 1.5625rem;
  top: -1.25rem;
}

.top__btn--container {
  padding: 3rem 1.875rem;
  width: calc((100% - 1.25rem) / 2);
  height: 288px;
  border-radius: 20px;
  background: rgba(66, 154, 183, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  top: 100px;
  opacity: 0;
}

.top__btn--title {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 126.6%;
  margin: 0 0 1.25rem;
}

.top__btn--container p {
  font-size: 1.125rem;
  line-height: 144%;
  margin-bottom: auto;
}

.top__btn--container .bid {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 3.25rem;
}

.logistic {
  padding: 0;
  z-index: 1;
}

.logistic h2 {
  text-align: center;
  max-width: 700px;
  position: relative;
  left: -100px;
  opacity: 0;
}

.logistic .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.logistic__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 1.25rem;
}

.logistic__item {
  width: calc((100% - 3.75rem) / 4);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  min-height: 250px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 1.875rem;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  position: relative;
  top: 100px;
  opacity: 0;
  color: #fff;
}

.logistic__item p {
  font-size: 0.875rem;
  line-height: 157%;
  margin-top: 1rem;
}

.logistic__item--title {
  color: #FFF !important;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 144%;
}

.logistic__item--more {
  font-family: Tektur;
  font-size: 1rem;
  line-height: 137.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  padding: 10px 0;
  border-bottom: 1px dashed #FFF;
  margin-top: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.logistic__item--more svg path {
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.logistic__item:hover {
  border-color: #61D4D4;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.logistic__item:active,
.logistic__item:focus {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.logistic__item:hover:active,
.logistic__item:hover:focus {
  border-bottom-color: #61D4D4;
}

.logistic__item:hover .logistic__item--more,
.logistic__item:focus .logistic__item--more,
.logistic__item:active .logistic__item--more {
  -webkit-transition-property: border-color, color;
  -o-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #61D4D4;
  border-color: #61D4D4;
}

.logistic__item:hover .logistic__item--more svg path,
.logistic__item:focus .logistic__item--more svg path,
.logistic__item:active .logistic__item--more svg path {
  fill: #61D4D4;
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.logistic__btn--container {
  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;
  width: 100%;
  border-radius: 20px;
  background: rgba(66, 154, 183, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 1.875rem 3.75rem;
  position: relative;
  top: 100px;
  opacity: 0;
}

.logistic__btn--container .bid {
  padding: 0 3.25rem;
}

.logistic__btn--title {
  font-family: Tektur;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 123.5%;
  color: #fff;
  text-transform: uppercase;
}


.dragon {
  padding: 208px 0 0;
}

.dragon h2 {
  max-width: 1090px;
  position: relative;
  left: -100px;
  opacity: 0;
}

.dragon .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dragon>img:first-of-type {
  position: absolute;
  top: -272px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  mix-blend-mode: color-dodge;
  -webkit-filter: blur(2px);
  filter: blur(2px);
  will-change: filter;
}

.dragon>img:last-of-type {
  position: absolute;
  top: 334px;
  right: calc(39.5% + 200px);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.dragon__container {
  margin-top: 80px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}

.dragon__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 1.25rem;
  width: 710px;
}

.dragon__item {
  width: calc((100% - 1.25rem) / 2);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 148px 1.25rem 1.25rem;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  top: 100px;
  opacity: 0;
}

.dragon__item svg {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}

.dragon__item--title {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.dragon__item p {
  line-height: 150%;
  margin-top: 1.25rem;
}

.dragon__btn--container {
  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;
  padding: 1.875rem;
  border-radius: 20px;
  background: rgba(66, 154, 183, 0.3);
  position: relative;
  top: 100px;
  opacity: 0;
}

.dragon__btn--title {
  max-width: 400px;
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.dragon__btn--container .bid {
  padding: 0 3.25rem;
}

.interest {
  padding: 0;
  margin-top: 150px;
}

.interest .bid {
  width: fit-content;
  margin: 2rem auto 0;
}

.interest h2 {
  max-width: 800px;
  margin-bottom: 50px;
  position: relative;
  left: -100px;
  opacity: 0;
}

.interest__slider {
  overflow: visible;
}

.interest__slider .swiper-wrapper {
  overflow: visible;
}

.interest__item {
  width: calc((100% - 2.5rem) / 3);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 448px;
  padding: 1.875rem;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  top: 100px;
  opacity: 0;
}

.interest__item:active,
.interest__item:focus {
  border-bottom-color: rgba(255, 255, 255, 0.3);
}

.interest__item:active:hover,
.interest__item:focus:hover {
  border-bottom-color: #61D4D4;
}

.interest__item:hover {
  border-color: #61D4D4;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.interest__item:hover svg path {
  fill: #61D4D4;
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.interest__item:hover .interest__img::before {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.interest__item--title {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 1rem;
  text-transform: uppercase;
  max-width: 325px;
}

.interest__item p {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 325px;
  font-size: 0.875rem;
}

.interest__item svg {
  position: absolute;
  bottom: 1.875rem;
  right: 2.25rem;
}

.interest__item svg path {
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.interest__img {
  width: 100%;
  height: 219px;
  border-radius: 20px;
  position: relative;
  margin-bottom: 1.875rem;
}

.interest__img img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.interest__img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: #61D4D4;
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.interest__arrow {
  position: absolute;
  top: calc(1.125rem + 50px);
  opacity: 0;
}

.interest__arrow.popup__arrow {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}

.interest__arrow svg rect {
  -webkit-transition: stroke 0.5s ease;
  -o-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

.interest__arrow svg path {
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

.interest__arrow:not(.swiper-button-disabled):hover svg rect {
  stroke: #61D4D4;
  -webkit-transition: stroke 0.5s ease;
  -o-transition: stroke 0.5s ease;
  transition: stroke 0.5s ease;
}

.interest__arrow:not(.swiper-button-disabled):hover svg path {
  fill: #61D4D4;
  -webkit-transition: fill 0.5s ease;
  -o-transition: fill 0.5s ease;
  transition: fill 0.5s ease;
}

#interest-popup .container {
  max-width: 1380px;
}

.interest__arrow.next {
  right: 0;
}

.interest__arrow.prev {
  right: 100px;
}

.popup__arrow.next {
  right: -2rem;
}

.popup__arrow.prev {
  right: auto;
  left: -2rem;
}

.interest__arrow.prev svg {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

#interest-popup {
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#interest-popup .fancybox-close-small {
  top: 1.25rem;
  right: 1.25rem;
}

#interest-popup .interest-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  width: 100%;
  height: 559px;
}

#interest-popup .interest-popup__item img {
  width: 928px;
  height: 499px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

#interest-popup .interest__text {
  padding: 2.75rem 0;
}

#interest-popup .interest__item--title {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

#interest-popup .interest__text p {
  font-size: 0.875rem;
  line-height: 157%;
}

.flags {
  padding: 150px 0;
}

.flags h2 {
  max-width: 1000px;
  margin-bottom: 224px;
  position: relative;
  opacity: 0;
  left: -100px;
}

.flags .container:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 4.5rem;
}

.flags__subtitle {
  color: #FFF;
  text-align: center;
  font-family: Tektur;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 133%;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 1.875rem;
  position: relative;
  opacity: 0;
  left: 100px;
}

.flags__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 4.38%;
}

.flags__item {
  width: 472px;
  height: 167px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  top: 100px;
  opacity: 0;
}

.flags__item:nth-of-type(2n) {
  margin-left: 15.36%;
}

.flags__item:nth-of-type(3) {
  margin-left: 19.9%;
}

.flags__item:nth-of-type(n + 3) {
  margin-top: 2rem;
}

.flags__item:nth-of-type(n + 5) {
  margin-top: 5.625rem;
}

.flags__item::before {
  z-index: 1;
  content: "";
  width: 398px;
  height: 141px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.flags__item img {
  position: absolute;
  z-index: 2;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.flags__item img:first-of-type {
  top: -174px;
  right: 93px;
}

.flags__item img:last-of-type {
  top: -113px;
  right: -1.75rem;
}

.flags__item--title {
  position: absolute;
  bottom: 2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.flags__item svg {
  display: none;
}

.flags__item svg:first-of-type {
  left: 20px;
}

.flags__item svg:last-of-type {
  right: 20px;
}

.partners {
  padding: 0 0 200px;
}

.partners h2 {
  margin-bottom: 2.75rem;
  position: relative;
  left: -100px;
  opacity: 0;
}

.partners__bg {
  position: absolute;
  top: calc(-17rem + 200px);
  right: -205px;
  opacity: 0;
  width: 1155px;
}

.partners .partners__bg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.partners .partners__bg video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

.partners__container {
  border-radius: 10px;
  background: rgba(66, 154, 183, 0.3);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding: 2.875rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  width: 617px;
  margin-bottom: 290px;
  opacity: 0;
  position: relative;
  z-index: 3;
}

.partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
  opacity: 0;
  position: relative;
  top: 50px;
}

.partners__item--text {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: none;
}

.partners__item svg {
  min-width: 50px;
}

.partners__slider {
  overflow: visible;
  width: 100%;
}

.partners__slider .swiper-wrapper {
  overflow: visible;
}

.partners__slider .swiper-slide {
  border-radius: 10px;
  background: #fff;
  width: 224px;
  height: 148px;
  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;
  padding: 5px;
  position: relative;
  opacity: 0;
  top: 50px;
}

.partners__slider .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.find {
  padding: 0 0 200px;
}

.find .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.find .container>p {
  max-width: 588px;
  margin-bottom: 50px;
  position: relative;
  left: -100px;
  opacity: 0;
}

.find p {
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
}

.find h2 {
  max-width: 588px;
  margin-bottom: 1.875rem;
  position: relative;
  left: -100px;
  opacity: 0;
}

.find__form>p:first-of-type {
  font-family: Tektur;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 123.5%;
  color: #fff;
  max-width: 666px;
  margin: 0;
}

.find__bg {
  width: 732px;
  height: 865px;
  border: 20px solid rgba(2, 1, 23, 0.1);
  position: absolute;
  top: -100px;
  left: -100px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.find__form {
  -ms-flex-item-align: end;
  align-self: flex-end;
  position: relative;
  left: -300px;
  opacity: 0;
}

.find__form p:last-of-type {
  padding-left: 2rem;
  position: relative;
}

.find__form p:last-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 100px 0 70px;
  position: relative;
}

.footer__bg {
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% + 200px);
  height: 100%;
  z-index: 1;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.footer__col:nth-of-type(2) {
  margin-right: 111px;
  gap: 2rem;
}

.footer__col:nth-of-type(2) .bid {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem;
}

.footer__col:nth-of-type(3),
.footer__col:nth-of-type(4) {
  margin-right: 50px;
}

.footer__col:last-of-type>a[href^="tel:"] {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 1rem;
}

.footer__menu--title {
  color: #FFF;
  font-family: Tektur;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}

.footer__col:last-of-type>a[href^="mailto:"] {
  color: rgba(255, 255, 255, 0.7);
  line-height: 137.5%;
  margin-bottom: 1.875rem;
  border-bottom: none;
}

.footer__col:last-of-type .footer__menu--title:first-of-type {
  margin-bottom: 1.875rem;
}

.footer__col:last-of-type .footer__menu--title:nth-of-type(2) {
  margin-bottom: 1.25rem;
}

.footer__phone a {
  font-weight: 600;
  line-height: 175%;
  position: relative;
  padding-left: 1.25rem;
  margin-bottom: 3px;
  color: #fff;
}

.footer__phone a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background-color: #FF810D;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.footer__phone:not(:last-of-type) {
  margin-bottom: 10px;
}

.footer__city {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 157%;
  padding-bottom: 10px;
  width: 285px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__description {
  line-height: 142%;
  font-size: 0.875rem;
  max-width: 223px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.875rem;
}


.footer__menu .footer__menu--title:first-of-type {
  margin-bottom: 1.875rem;
}

.footer__menu .menu-item a {
  font-family: Tektur;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 157%;
  letter-spacing: 0.7px;
  padding: 0;
  padding-bottom: 9px;
  width: 345px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  border-left: none;
  color: #fff;

}

.footer__menu li.menu-item::before,
.footer__menu li.menu-item::after {
  display: none;
}

.footer__menu li.menu-item {
  padding-left: 0;
}

.footer__menu .menu-item a:hover {
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  border-bottom: 1px solid #FF810D;
}

.footer__menu a:hover {
  background: -webkit-linear-gradient(180deg, #FECE1B 0%, #FECE1B 26.56%, #FF810D 72.92%, #FF810D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Tektur;
  font-size: 12px;
  line-height: normal;
  padding: 2.25rem 0;
}

.footer__bottom a {
  color: #fff;
}

.footer__menu--adress {
  margin-bottom: 15px;
  font-size: 20px;
}

.spoiler-head h3 {
  margin: 0;
}

.b2b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 2500px) {
  body {
    zoom: 1.33;
  }
}

@media (max-width: 1919px) {
  .notfound .container {
    gap: 50px;
  }

  #team .name {
    font-size: 1.125rem;
  }
}

@media (max-width: 1679px) {
  .notfound__container {
    align-self: center;
    position: relative;
    z-index: 3;
  }

  .notfound .container svg {
    width: 52%;
    height: auto;
  }

  .notfound .container img {
    right: 50%;
    transform: translateX(50%);
  }

  .body-bg {
    width: 100%;
    top: 2.5rem;
  }

  .body-bg img {
    width: 100%;
  }

  .banner {
    padding: 50px 0;
  }

  .banner h1 {
    margin-bottom: 1.5rem;
  }

  .banner p {
    margin-bottom: 3rem;
  }

  .banner ul {
    margin-bottom: 2.25rem;
  }

  .banner .bid {
    margin-bottom: 4.75rem;
  }

  .banner__subtitle {
    position: relative;
    left: -100px;
    opacity: 0;
  }

  .banner>img {
    right: 20%;
    bottom: 5%;
  }

  .banner__currency--item {
    position: relative;
    top: 100px;
    opacity: 0;
  }

  .map {
    padding: 4.5rem 0 50px;
  }

  .map__row {
    margin-bottom: 0;
    z-index: 1;
  }

  .map__container {
    margin-top: -50px;
  }

  .map__form {
    margin-top: -220px;
  }

  .top .container {
    padding: 3.75rem 0;
  }

  .top__bg {
    width: calc(100% + 60px);
  }

  .dragon {
    padding: 140px 0 0;
  }

  .partners {
    padding: 0 0 140px;
  }

  .find {
    padding: 0 0 140px;
  }

  .footer__top {
    padding: 60px 0;
  }

  .footer__bg {
    width: calc(100% + 3.75rem);
  }
}

@media (max-width: 1599px) {
  .notfound .container {
    gap: 1.5rem;
  }
}

@media (max-width: 1535px) {
  #team .team .body {
    padding: 0 1.25rem;
    padding-bottom: 1.25rem;
  }



  #team .name {
    font-size: 1rem;
  }

  .notfound {
    height: calc(100vh - 183px);
  }

  .map__form--title,
  .logistic__btn--title,
  .find__form>p:first-of-type {
    font-size: 1.625rem;
  }

  .container {
    width: 1200px;
  }

  .header__mid .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__mid .container ul {
    margin-left: 0;
    margin-right: 0;
  }

  .header__mid .container>a:not(.logo):nth-of-type(2) {
    margin-right: 0;
  }

  .header__mid .container>a:not(.logo):last-of-type {
    margin-right: 0;
  }

  .banner>img {
    bottom: calc(5% + 2rem);
  }

  .banner .bid {
    margin-bottom: 6rem;
  }

  .map__item {
    padding: 1rem;
    min-height: 100px;
  }

  .form:not(.form-style-1) {
    width: 100%;
  }

  .any h2 {
    margin-bottom: 1.25rem;
  }

  .any .container>p {
    margin-bottom: 2rem;
  }

  .any__btn {
    font-size: 0.75rem;
    padding: 1rem;
    height: auto;
  }

  .any__tab--item {
    padding: 1.25rem 1.25rem 1.5rem;
    min-height: 440px;
  }

  .top {
    padding: 0 0 100px;
  }

  .top .container h2 {
    margin-bottom: 1.25rem;
  }

  .top .container>p {
    margin-bottom: 2rem;
  }

  .top__container {
    row-gap: 1.25rem;
  }

  .top__item {
    padding: 1.875rem 1.5625rem 1.875rem;
    width: calc((100% - 1.25rem) / 2);
  }

  .top__item p {
    max-width: 295px;
  }

  .top__item img {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .top__item.large img {
    width: 49.15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }

  .top__btn--container p {
    margin-bottom: 1rem;
  }

  .logistic .container {
    gap: 2rem;
  }

  .logistic__item {
    padding: 1.25rem;
  }

  .logistic__btn--title {
    max-width: 55%;
  }

  .dragon>img:last-of-type {
    width: 72.92%;
    right: auto;
    left: calc(-20% - 200px);
  }

  .dragon__container {
    margin-top: 3.25rem;
    gap: 2rem;
  }

  .interest {
    margin-top: 100px;
  }

  .interest h2 {
    margin-bottom: 2rem;
  }

  .interest__item {
    padding: 1.25rem;
  }

  #interest-popup .interest-popup__item {
    padding: 1.875rem;
    gap: 2rem;
    box-sizing: border-box;
  }

  #interest-popup .interest-popup__item img {
    width: 660px;
  }

  #interest-popup .container {
    max-width: 1200px;
  }

  .flags {
    padding: 100px 0;
  }

  .flags h2 {
    margin-bottom: 150px;
  }

  .flags__item {
    width: 24.58%;
    height: 144px;
  }

  .flags__item::before {
    width: 84.32%;
    height: 84.83%;
  }

  .flags__item img:first-of-type {
    width: 47.25%;
    top: -115px;
  }

  .flags__item img:last-of-type {
    width: 44.07%;
    top: -74px;
    right: 0;
  }

  .partners {
    padding: 0 0 100px;
  }

  .partners__bg {
    width: 70%;
    top: 0px;
    right: -160px;
  }

  .partners__bg img {
    width: 160%;
  }

  .partners__container {
    margin-bottom: 100px;
  }

  .find__bg {
    top: -4rem;
    left: -4rem;
  }

  .footer__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__col:nth-of-type(2) {
    margin-right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .footer__col:nth-of-type(3),
  .footer__col:nth-of-type(4) {
    margin-right: 0;
    width: calc((80% - 3.75rem) / 3);
  }

  .footer__col:last-of-type {
    width: 20%;
  }

  .footer__phone {
    width: 100%;
  }

  .footer__city {
    width: 100%;
  }

  .footer__menu a {
    width: 100%;
  }

  .footer__menu .menu-item a {
    width: 340px;
  }

  .footer__top .logo {
    width: 254px;
  }
}

@media (max-width: 1439px) {
  .banner {
    padding: 0.875rem 0 50px;
  }
}

@media (max-width: 1365px) {
  #interest-popup .f-button.is-close-btn {
    top: 1rem;
    right: 1rem;
  }

  .popup__arrow svg rect {
    fill: #080d1d;
  }

  .popup__arrow {
    z-index: 2;
  }

  .popup__arrow.next {
    right: 1rem;
  }

  .popup__arrow.prev {
    left: 1rem;
  }

  .banner {
    padding: 10px 0 0;
  }

  .banner h1 {
    margin-bottom: 1rem;
  }

  .banner p {
    margin-bottom: 2rem;
  }

  .banner ul {
    margin-bottom: 1.5rem;
  }

  .banner>img {
    bottom: 0;
  }

  .map h2 {
    margin-bottom: 2rem;
  }

  .find {
    padding: 0 0 100px;
  }

  .find .container>p {
    margin-bottom: 2rem;
  }

  .find h2 {
    margin-bottom: 1.25rem;
  }

  .home h1 {
    font-size: 2.625rem;
  }
}

@media (max-width: 1279px) {


  .container {
    width: 950px;
  }

  .header__social {
    margin-left: 2rem;
  }

  .header__language {
    margin-left: 2rem;
  }

  .header__mid .container ul {
    display: none;
  }

  .banner {
    padding: 4rem 0 0;
  }

  .banner h1 {
    padding-right: 33%;
  }

  .banner>img {
    bottom: 35%;
    right: 7%;
  }

  .banner .bid {
    margin-bottom: 4.5rem;
  }

  .banner__currency {
    width: 100%;
  }

  .banner__currency--item {
    width: calc((100% - 2rem) / 3);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .banner__currency--text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
  }

  .map__item svg {
    width: 2.5rem;
    min-width: 2.5rem;
  }

  .map__item {
    min-height: 120px;
  }

  .map__container img:first-of-type {
    display: none;
  }

  .map__container img:last-of-type {
    display: block;
  }

  .map__dot:nth-of-type(1) {
    top: 50.2%;
    right: 85.57%;
  }

  .map__dot:nth-of-type(2) {
    top: 65.38%;
    right: 34.81%;
  }

  .map__dot:nth-of-type(3) {
    top: 63.44%;
    right: 31.2%;
  }

  .map__dot:nth-of-type(4) {
    top: 68.78%;
    right: 34.08%;
  }

  .map__dot:nth-of-type(5) {
    top: 68.69%;
    right: 32.48%;
  }

  .map__dot:nth-of-type(6) {
    top: 84%;
    right: 42%;
  }

  .map__dot:nth-of-type(7) {
    top: 42.25%;
    left: 6%;
  }

  .map__form {
    margin-top: 1.25rem;
  }

  .form__item {
    width: calc((100% - 1.25rem) / 2);
  }

  .top__item {
    padding: 103px 1.5625rem 1.875rem;
  }

  .top__item img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: -2rem;
  }

  .top__item p {
    max-width: none;
  }

  .top__item.large {
    width: 100%;
  }

  .top__item.large p {
    max-width: 380px;
  }

  .top__item.large img {
    width: auto;
  }

  .top__btn--container {
    height: auto;
    width: 100%;
  }

  .top__btn--title {
    margin: 0 0 0.5rem;
  }

  .logistic__container {
    gap: 1.25rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logistic__item {
    width: calc((100% - 2.5rem) / 3);
  }

  .dragon__container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .dragon__row {
    width: 60%;
  }

  .dragon__item {
    padding: 100px 1.25rem 1.25rem;
  }

  .dragon__item svg {
    width: 4rem;
    height: auto;
  }

  .dragon__item p {
    margin-top: 1rem;
  }

  .interest__item {
    width: calc((100% - 1.25rem) / 2);
  }

  #interest-popup .interest-popup__item img {
    width: 650px;
  }

  .flags__item {
    width: 30%;
  }

  .flags__item:nth-of-type(n + 5) {
    margin-top: 3rem;
  }

  .partners__bg {
    top: 125px;
    right: -190px;
  }

  .partners__container {
    margin-bottom: 4rem;
  }

  .footer__menu .menu-item a {
    width: 100%;
  }
}

@media (max-width: 1149px) {
  .banner {
    padding: 1.5rem 0 0;
  }

  .banner>img {
    bottom: 40%;
    right: 10%;
  }

  .flags__item img:first-of-type {
    top: -6rem;
    right: 4.5rem;
  }

  .flags__item img:last-of-type {
    top: -4rem;
  }
}

@media (max-width: 993px) {
  #header-wrapper.header-absolute~main:first-of-type {
    margin-top: 141.8px !important;
  }

  #header-wrapper.header-absolute+#undo_header_abs~main:first-of-type {
    margin-top: 0 !important;
  }

  .hero3__slide,
  #hero {
    padding-top: 132px !important;
  }

  .notfound {
    background-size: cover;
    background-position: top center;
  }

  .notfound .container {
    justify-content: center;
  }

  .notfound .container img {
    display: none;
  }

  .notfound .container svg {
    width: 100%;
  }

  .page-frame>img:first-of-type {
    display: none;
  }

  .body-bg img {
    width: auto;
  }

  .body-bg {
    left: 0;
    transform: none;
  }

  .map__form--title,
  .logistic__btn--title,
  .find__form>p:first-of-type {
    font-size: 1.5rem;
  }

  .container {
    width: 710px;
  }

  .header__mid .container {
    height: 90px;
  }

  .header__mid .logo {
    padding-block: 1rem;
  }

  .header__mid .logo img {
    width: 150px;
  }

  .header__top .container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__top a[href^="mailto:"] {
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header__description {
    display: none;
  }

  .header__social {
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .header__language {
    margin-left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .header__burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
  }

  .header__mid .container>a:not(.logo):last-of-type {
    display: none;
  }

  .header__bottom {
    display: none;
  }

  .banner h1 {
    padding-right: 0;
  }

  .banner .bid {
    margin-bottom: 6.875rem;
  }

  .banner__subtitle {
    left: auto;
    opacity: 1;
  }

  .banner>img {
    bottom: auto;
    right: -10%;
    top: 17%;
    width: 50%;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .banner__currency--item {
    top: auto;
    opacity: 1;
  }

  .map__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .map__item:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .map__item:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .map__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .map__item p {
    text-align: center;
  }

  .any__btn {
    text-align: center;
    width: calc((100% - 3rem) / 4);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .any__btn svg {
    display: none;
  }

  .any__tab--item {
    width: calc((100% - 1.25rem) / 2);
  }

  .top .container {
    padding: 2.5rem 0;
  }

  .top__bg {
    width: calc(100% + 40px);
    border-radius: 20px;
  }

  .top__item.large p {
    max-width: 295px;
  }

  .logistic__container {
    gap: 0;
    row-gap: 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .logistic__item {
    width: calc((100% - 1.25rem) / 2);
  }

  .logistic__btn--container {
    padding: 1.25rem;
  }

  .logistic__btn--title {
    max-width: 65%;
  }

  .dragon>img:last-of-type {
    display: none;
  }

  .dragon__row {
    width: 100%;
  }

  .dragon__btn--container {
    width: 100%;
  }

  .interest__arrow {
    top: calc(6.125rem + 50px);
  }

  #interest-popup .interest-popup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }

  #interest-popup .interest-popup__item img {
    width: 100%;
    height: 360px;
  }

  #interest-popup .interest__text {
    padding: 0;
  }

  .interest__arrow.popup__arrow {
    top: 27%;
  }

  .flags__container {
    padding: 0 1.25rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .flags__item {
    width: 40%;
  }

  .flags__item:nth-of-type(2n) {
    margin-left: inherit;
  }

  .flags__item:nth-of-type(3) {
    margin-left: inherit;
  }

  .flags__item:nth-of-type(n + 5) {
    margin-top: 2rem;
  }

  .flags__item:nth-of-type(3n) {
    margin-left: 30%;
    margin-right: 30%;
  }

  .partners__bg {
    display: none;
  }

  .partners__container {
    width: 100%;
  }

  .footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__bg {
    width: calc(100% + 2.5rem);
  }

  .footer__col {
    width: calc((100% - 2rem) / 2);
  }

  .footer__col:nth-of-type(2) {
    width: calc((100% - 2rem) / 2);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer__col:nth-of-type(3),
  .footer__col:nth-of-type(4) {
    width: calc((100% - 2rem) / 2);
  }

  .footer__col:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__col:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__col:last-of-type {
    width: calc((100% - 2rem) / 2);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  #contacts.contacts-page,
  #cases-hero,
  #privacy,
  #pages,
  #blog-hero {
    --header_height: 142px;
  }

  .team-arrow .slick-arr-prev {
    left: 0;
    right: unset;
  }

  .team-arrow .slick-arrow {
    top: 50%;
    transform: translate(0, -50%);
    background-color: var(--color);
    border-color: transparent;
  }
}

@media (max-width: 767px) {

  .home h1 {
    font-size: 2rem;
  }

  .home h2,
  .find h2 {
    font-size: 1.75rem;
  }

  .banner__subtitle,
  .top__btn--title {
    font-size: 1.5rem;
  }

  .container {
    width: 460px;
  }

  .header__social--text {
    display: none;
  }

  .header ul.social {
    gap: 0.25rem;
  }

  .header__mid .container>a:not(.logo):nth-of-type(2) {
    display: none;
  }

  .banner .bid {
    margin-bottom: 19rem;
  }

  .banner>img {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: 42%;
    width: 80%;
  }

  .banner__currency--item {
    gap: 1rem;
  }

  .banner__currency--item.raise .banner__currency--diff {
    color: #0DFCFC;
  }

  .banner__currency--item.down .banner__currency--diff {
    color: #FF3D00;
  }

  .banner__currency--item.stable .banner__currency--diff {
    color: #FFD464;
  }

  .banner__currency--graph {
    display: none;
  }

  .banner__currency--text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .map {
    padding: 6rem 0;
  }

  .map h2 {
    margin-bottom: 0.5rem;
  }

  .map__item {
    width: calc((100% - 1rem) / 3);
    gap: 0.75rem;
    padding: 1rem 0.75rem;
  }

  .map__container {
    margin-top: 2rem;
  }

  .map__dot--container {
    left: 50%;
    top: 200%;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
    border-radius: 10px;
  }

  .map__dot.active::before {
    width: 16px;
    height: 16px;
  }

  .map__dot.active::after {
    width: 20px;
    height: 20px;
  }

  .map__dot.anim::before {
    width: 16px;
    height: 16px;
  }

  .map__dot.anim::after {
    width: 20px;
    height: 20px;
  }

  .map__dot:hover::before {
    width: 16px;
    height: 16px;
  }

  .map__dot:hover::after {
    width: 20px;
    height: 20px;
  }

  .map__dot:nth-of-type(1) .map__dot--title {
    top: 150%;
  }

  .map__dot:nth-of-type(2) .map__dot--title {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
    bottom: 150%;
  }

  .map__dot:nth-of-type(4) .map__dot--title {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    right: 120%;
  }

  .map__dot:nth-of-type(5) {
    top: 70%;
    right: 32.5%;
  }

  .map__dot--title {
    line-height: 120%;
  }

  .map__form {
    margin-top: 2.5rem;
  }

  .form:not(.form-style-1) {
    padding: 1.5rem;
  }

  .form__row {
    gap: 1rem;
  }

  .form__item {
    width: 100%;
  }

  .form__item .bid {
    margin-top: 1rem;
  }

  .form__input--container:not(:first-child:last-child) {
    width: calc((100% - 1rem) / 2);
  }

  .form__input--container .message-error {
    top: calc(100% + 1px);
  }

  .any {
    padding: 0 0 6rem;
  }

  .any h2 {
    margin-bottom: 0;
  }

  .any__btn--container {
    margin-bottom: 0.75rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0.75rem;
  }

  .any__btn {
    width: calc((100% - 1rem) / 2);
  }

  .any__tab--more svg {
    height: 20.55px;
    width: auto;
  }

  .any__tab--item {
    width: 100%;
    /*flex-direction: row;
    align-items: flex-start;*/
    padding: 1.25rem 1rem 1.25rem;
    gap: 0.5rem;
    min-height: auto;
    height: auto;
  }

  .any__tab--title {
    margin-bottom: 0.25rem;
  }

  .any__tab--item p {
    margin-bottom: 0.5rem;
  }

  .top {
    padding: 0 0 6rem;
  }

  .top .container h2 {
    margin-bottom: 0.5rem;
  }

  .top__item {
    width: 100%;
    gap: 1rem;
  }

  .top__item.large {
    padding: 1.5rem;
    height: auto;
  }

  .top__item.large p {
    max-width: 100%;
  }

  .top__item.large img {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 60%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .top__btn--container {
    padding: 1.5625rem;
  }

  .logistic .container {
    gap: 1rem;
  }

  .logistic__item {
    width: calc((100% - 1rem) / 2);
    padding: 1rem;
  }

  .logistic__item--more svg {
    height: 20.55px;
    width: auto;
  }

  .logistic__btn--container {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .logistic__btn--title {
    max-width: 100%;
    text-align: center;
  }

  .dragon {
    padding: 6rem 0 0;
  }

  .dragon__container {
    margin-top: 1rem;
  }

  .dragon__item {
    width: 100%;
    padding: 1rem 1rem 1rem 6rem;
  }

  .dragon__item svg {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1rem;
  }

  .dragon__item p {
    margin-top: 0.5rem;
  }

  .dragon__btn--container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .dragon__btn--title {
    max-width: none;
    text-align: center;
  }

  .interest {
    margin-top: 6rem;
    padding-bottom: calc(1rem + 62px);
  }

  .interest h2 {
    max-width: 100%;
    margin-bottom: 1rem;
  }

  .interest__item {
    width: 100%;
    padding: 1rem;
  }

  .interest__item--title {
    margin-bottom: 0.25rem;
    max-width: 100%;
  }

  .interest__item p {
    max-width: 100%;
  }

  .interest__img {
    margin-bottom: 1rem;
  }

  .interest__arrow {
    top: calc(100% + 1rem + 50px);
  }

  #interest-popup .fancybox-close-small {
    top: 0.5rem;
  }

  #interest-popup .interest-popup__item {
    padding: 1rem 0;
    opacity: 0;
  }

  #interest-popup .interest-popup__item.swiper-slide-active {
    opacity: 1;
  }

  .interest__arrow.popup__arrow {
    transform: none;
  }

  .popup__arrow svg rect {
    fill: transparent;
  }

  .flags {
    padding: 6rem 0;
  }

  .flags h2 {
    margin-bottom: 5rem;
  }

  .flags .container:last-of-type {
    margin-top: 1rem;
  }

  .flags__subtitle {
    padding: 1rem;
    font-size: 1.25rem;
  }

  .flags__item {
    width: calc((100% - 1rem) / 2);
  }

  .flags__item:nth-of-type(3n) {
    margin-left: calc(25% + 0.5rem);
    margin-right: calc(25% + 0.5rem);
  }

  .flags__item img:first-of-type {
    top: -3rem;
  }

  .flags__item img:last-of-type {
    top: -1.5rem;
  }

  .flags__item--title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .partners {
    padding: 0 0 6rem;
  }

  .partners h2 {
    margin-bottom: 1rem;
  }

  .partners__container {
    padding: 1.5rem;
    gap: 1.5rem;
    margin-bottom: 1rem;
  }

  .find {
    padding: 0 0 6rem;
  }

  .find .container>p {
    margin-bottom: 1rem;
  }

  .find h2 {
    margin-bottom: 0.25rem;
    max-width: 80%;
  }

  .footer__bottom {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .footer__bottom a:first-of-type {
    margin-top: 0.4rem;
  }

  .dark_theme .hero3__slide.bg-small {
    background-color: #1B324F;
  }
}

@media (max-width: 540px) {
  #header-wrapper.header-absolute~main:first-of-type {
    margin-top: 121.8px !important;
  }

  #header-wrapper.header-absolute+#undo_header_abs~main:first-of-type {
    margin-top: 0 !important;
  }

  .hero3__slide,
  #hero {
    padding-top: 121.8px !important;
  }

  .header__mid .logo img {
    width: 120px;
  }

  #contacts.contacts-page,
  #cases-hero,
  #privacy,
  #pages,
  #blog-hero {
    --header_height: 122px;
  }

  .header__mid .container {
    height: 80px;
  }

  .header__phone a[href^="tel:"] {
    font-size: 1.125rem;
  }

  .header__phone a:last-of-type {
    font-size: 0.9rem;
  }

  .logo svg {
    width: 130px;
    height: auto;
  }

  .container {
    width: 100%;
    padding: 0 1rem;
  }

  .mobile {
    width: 100%;
  }

  .body-bg {
    left: auto;
    right: 0;
    width: 170%;
  }

  .banner {
    padding: 22.5rem 0 0
  }

  .banner .bid {
    margin-bottom: 3rem;
  }

  .banner>img {
    top: 9%;
    width: 50%;
    right: 68%;
  }

  .banner__currency--title {
    gap: 6px;
  }

  .banner__currency--circle {
    width: 40px;
    height: 40px;
  }

  .banner__currency--circle svg {
    width: 16px;
    height: auto;
  }

  .map__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }

  .map__item svg {
    width: 3.75rem;
    min-width: 3.75rem;
  }

  .map__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    min-height: auto;
  }

  .map__item p {
    text-align: left;
  }

  .map__dot .map__dot--container {
    -webkit-transform: translateX(-80%);
    -ms-transform: translateX(-80%);
    transform: translateX(-80%);
  }

  .map__dot:nth-of-type(1) .map__dot--container {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }

  .map__dot:nth-of-type(7) .map__dot--container {
    -webkit-transform: translateX(-12%);
    -ms-transform: translateX(-12%);
    transform: translateX(-12%);
  }

  .any__btn {
    font-size: 0.875rem;
  }

  .any__tab--item p {
    font-size: 1rem;
  }

  .top .container {
    padding: 2rem 1rem;
  }

  .interest__item p {
    font-size: 1rem;
  }

  #interest-popup .interest__text p {
    font-size: 1rem;
  }

  .interest__arrow.next {
    right: calc(48% - 60px);
  }

  .interest__arrow.prev {
    right: 52%;
  }

  .popup__arrow.next {
    right: 1rem;
  }

  .popup__arrow.prev {
    right: auto;
    left: 1rem;
  }

  #interest-popup {
    padding: 2rem 0;
  }

  #interest-popup .f-button.is-close-btn {
    top: 0.5rem;
  }

  .flags h2 {
    margin-bottom: 2rem;
  }

  .flags__item img:first-of-type {
    top: -1.5rem;
  }

  .flags__item img:last-of-type {
    top: 0;
  }

  .flags__item--title {
    bottom: 3rem;
  }

  .partners__slider .swiper-slide {
    width: calc((100% - 10px) / 2);
    height: 120px;
  }

  .footer__top .logo {
    width: 100%;
  }

  .footer__top .logo svg {
    width: 100%;
    height: auto;
  }

  .footer__menu {
    margin-bottom: 0;
  }

  .footer__menu--title,
  .footer__menu .footer__menu--title:first-of-type {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .footer__menu a {
    padding-bottom: 5px;
  }

  .footer__col:last-of-type>a[href^="mailto:"] {
    margin-bottom: 0;
  }

  .footer__menu .menu-item a {
    width: 100%;
  }

  .footer__menu a:not(:last-child) {
    margin-bottom: 7px;
  }

  .footer__top {
    padding: 2rem 0;
  }

  .footer__top .logo {
    width: 223px;
  }

  .footer__col:nth-of-type(2) {
    width: 100%;
    gap: 0.75rem;
  }

  .footer__col:nth-of-type(3),
  .footer__col:nth-of-type(4) {
    width: 100%;
  }

  .footer__col:nth-of-type(4) {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .footer__col:last-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .footer__col:last-of-type>a[href^="tel:"] {
    margin-bottom: 0.25rem;
  }

  .footer__col:last-of-type .footer__menu--title:first-of-type {
    margin-bottom: 0.75rem;
  }

  .footer__col:last-of-type .footer__menu--title:nth-of-type(2) {
    margin-bottom: 0.75rem;
  }
}

@media(max-width: 500px) {
  .banner {
    padding: 17.5rem 0 0
  }

  .banner>img {
    top: 2%;
    width: 65%;
    right: 70%;
  }

  .header__multycity {
    margin-right: 1rem;
  }
}

@media (max-width: 413px) {
  .header__top a[href^="mailto:"] {
    display: none;
  }

  .banner__currency {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.75rem;
  }

  .banner__currency--item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner__currency--graph {
    display: block;
  }

  .map__dot:nth-of-type(5) .map__dot--title {
    top: calc(100% + 6px);
    left: -30%;
  }

  .any__btn {
    padding: 0.75rem;
  }

  .logistic__container {
    row-gap: 0.75rem;
  }

  .logistic__item {
    width: 100%;
    min-height: auto;
    height: auto;
  }

  .logistic__item p {
    margin-top: 0.5rem;
  }

  .logistic__item--more {
    margin-top: 0.5rem;
  }

  .flags h2 {
    margin-bottom: 1.5rem;
  }

  .flags .container:last-of-type {
    margin-top: 1.5rem;
  }

  .flags__item {
    width: 100%;
    border-radius: 10px;
    height: 70px;
  }

  .flags__item:nth-of-type(2n) {
    margin-top: 0.75rem;
  }

  .flags__item:nth-of-type(n + 3) {
    margin-top: 0.75rem;
  }

  .flags__item:nth-of-type(n + 5) {
    margin-top: 0.75rem;
  }

  .flags__item:nth-of-type(3n) {
    margin-left: 0;
    margin-right: 0;
  }

  .flags__item::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 10px;
  }

  .flags__item img {
    display: none;
  }

  .flags__item--title {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
  }

  .flags__item svg {
    display: block;
    width: 60px;
    height: 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -o-object-fit: contain;
    object-fit: contain;
  }
}

@media (max-width: 375px) {


  .banner p {
    margin-bottom: 1.5rem;
  }

  .partners__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }

  .partners__item--text {
    text-align: center;
  }
}
