/*
    Theme Name: Partners site
*/

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

.title,
.top__subtitle span,
.advantages__name,
.advantages__text,
.tools__name,
.testemonials__link {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 700;
}

.button__link,
.top__subtitle,
.testemonials__text,
.contacts__text {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 500;
}

.advantages__text,
.advantages__show-text {
  font-family: 'Montserrat',
    sans-serif;
  font-weight: 400;
}

.popup__name {
  font-family: 'Nunito',
    sans-serif;
  font-weight: 700;
}

.logo__text {
  font-family: 'Betandyou-Main',
    sans-serif;
}

/* Media queries */
/* Container */
/* Responsive font size */

a {
  text-decoration: none;
  cursor: pointer;
  transition: all .4s;
}

html,
body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* font-size: 1vw; */
  line-height: 1;
  color: #fff;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 1124px) {
  .container {
    padding: 0 23px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 14px;
  }
}

.container--fluid {
  max-width: 100%;
  padding: 0;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* min-height: 100%; */
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.title {
  position: relative;
  padding: 0 1.5em 0.5em;
  text-align: center;
  color: #454545;
  line-height: 109%;
  font-size: clamp(26px, 3.6vw, 54px);
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 576px) {
  .title {
    font-size: clamp(31px, 6.6vw, 40px);
    padding: 0 0.6em 0.8em;
  }
}

.title.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.line {
  position: relative;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(5%, #ffba03), color-stop(95%, #ffe400));
  background: -o-linear-gradient(left, #ffba03 5%, #ffe400 95%);
  background: linear-gradient(90deg, #ffba03 5%, #ffe400 95%);
  font-size: 0;
}

.line::before,
.line::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
}

.line::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background-color: #ffbc00;
}

.line::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  background-color: #f7e335;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  src: url("fonts/Montserrat-Medium.woff2") format("woff2"), url("fonts/Montserrat-Medium.woff") format("woff"), url("fonts/Montserrat-Medium.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Montserrat-Bold.woff2") format("woff2"), url("fonts/Montserrat-Bold.woff") format("woff"), url("fonts/Montserrat-Bold.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main';
  font-style: normal;
  src: url("fonts/Betandyou-Main.woff2") format("woff2"), url("fonts/Betandyou-Main.woff") format("woff"), url("fonts/Betandyou-Main.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Betandyou-Main_1';
  font-style: normal;
  src: url("fonts/Betandyou-Main_1.woff2") format("woff2"), url("fonts/Betandyou-Main_1.woff") format("woff"), url("fonts/Betandyou-Main_1.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Cyrvetica';
  font-style: normal;
  src: url("fonts/ofont.ru_Cyrvetica Extra Outline.woff2") format("woff2"), url("fonts/ofont.ru_Cyrvetica Extra Outline.woff") format("woff"), url("fonts/ofont.ru_Cyrvetica Extra Outline.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: 'Rounds';
  font-style: normal;
  src: url("fonts/Rounds.woff2") format("woff2"), url("fonts/Rounds.woff") format("woff"), url("fonts/Rounds.ttf") format("ttf");
  font-display: swap;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.langCheck {
  display: none;
  top: 0px;
}

@media (min-width: 576px) {
  .langCheck {
    display: block;
    position: absolute;
    z-index: 2;
    right: 10px;
    width: 87px;
  }
}

.langCheck__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.langCheck__wrapper::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 26px;
  background-color: transparent;
  z-index: 1;
}

@media (min-width: 767px) {
  .langCheck__wrapper::after {
    width: 27px;
  }
}

.langCheck__wrapper:hover {
  padding-bottom: 5px;
  -webkit-animation-name: bgShow;
  animation-name: bgShow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

@keyframes bgShow {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #b4b4b4;
  }
}

.langCheck__wrapper:hover::after {
  -webkit-animation-name: bgShow2;
  animation-name: bgShow2;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

@keyframes bgShow2 {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: #c8c8c8;
  }
}

.langCheck__wrapper:hover .langCheck__item.selected {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  opacity: 1;
}

.langCheck__wrapper:hover .langCheck__item:not(.selected) {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-animation-name: showItem;
  animation-name: showItem;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 1;
  padding: 3px 0;
}

@media (min-width: 767px) {
  .langCheck__wrapper:hover .langCheck__item:not(.selected) {
    -webkit-animation-name: showItemDesc;
    animation-name: showItemDesc;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}

.langCheck__wrapper:hover .langCheck__item:not(.selected):hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  background-color: #c8c8c8;
}

@-webkit-keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@keyframes showItem {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
  }
}

@-webkit-keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

@keyframes showItemDesc {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0;
  }

  100% {
    opacity: .5;
  }
}

.langCheck__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.langCheck__item:hover {
  opacity: 1 !important;
}

.langCheck__item .icon {
  height: 18px;
  width: 19px;
  margin: 3px 6px 3px 6px;
  border-radius: 50%;
  border: 1px solid #fff;
  /* background-size: 75px; */
}

@media (min-width: 767px) {
  .langCheck__item .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.langCheck__item .langContext {
  font-style: normal;
  font-family: 'Arial', serif;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 767px) {
  .langCheck__item .langContext {
    margin: 5px 0;
  }
}

.langCheck__item .langContext font {
  font-style: normal;
  font-family: 'Arial', serif;
}

.langCheck__item input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  opacity: 0;
}

.langCheck__item.selected {
  height: 24px;
  background-color: #373737;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 767px) {
  .langCheck__item.selected {
    height: 27px;
  }
}

.langCheck__item.selected .icon {
  width: 19px;
  height: 18px;
  /* background-size: 76px; */
  margin-left: 11px;
  border-radius: 50%;
  border-color: #fff;
}

.langCheck__item.selected .langContext {
  font-size: 11px;
  margin: 5px;
}

@media (min-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 12px;
    margin: 5px 0;
  }
}

.langCheck__item.selected .arrow {
  width: 25px;
  height: 100%;
  background-color: #ffbc00;
  margin-left: 5px;
  position: relative;
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow {
    width: 29px;
    margin-left: 10px;
  }
}

.langCheck__item.selected .arrow::before,
.langCheck__item.selected .arrow::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #373737;
  height: 2px;
  width: 7px;
  border-radius: 50px;
  position: absolute;
  top: 50%;
}

@media (min-width: 767px) {

  .langCheck__item.selected .arrow::before,
  .langCheck__item.selected .arrow::after {
    width: 9px;
  }
}

.langCheck__item.selected .arrow::before {
  left: 23%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::before {
    left: 21%;
  }
}

.langCheck__item.selected .arrow::after {
  right: 23%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 767px) {
  .langCheck__item.selected .arrow::after {
    right: 21%;
  }
}

.langCheck__item.active {
  display: none;
}

.langCheck__item:not(.selected) {
  position: absolute;
  top: 0;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  opacity: 0;
}

.registration__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1124px) {
  .registration__items {
    max-width: unset;
    width: auto;
  }
}

.registration__item:not(:first-child) {
  margin-left: 1.5em;
}

.registration__btn {
  display: inline-block;
  font-size: clamp(10px, 0.83vw, 12px);
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: none;
  border: 1px solid transparent;
  border-radius: 0.6em;
  -webkit-transition: background 0.3s linear, border-color 0.3s linear;
  -o-transition: background 0.3s linear, border-color 0.3s linear;
  transition: background 0.3s linear, border-color 0.3s linear;
  cursor: pointer;
}

@media (max-width: 576px) {
  .registration__btn {
    font-size: clamp(8px, 2vw, 11px);
  }
}

.registration__btn:focus {
  color: #000;
}

.registration__btn:active {
  color: #cccccc;
}

.registration__new-user,
.registration__old-user {
  position: relative;
  z-index: 1;
}

.registration__new-user:before,
.registration__old-user:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.6em;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.registration__new-user {
  padding: 0.8em 2.1em;
}

@media (max-width: 576px) {
  .registration__new-user {
    padding: 0.5em 1.1em;
  }
}

.registration__new-user::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(-0.35%, #0354FF), color-stop(99.55%, #1795F9));
  background: -o-linear-gradient(left, #0354FF -0.35%, #1795F9 99.55%);
  background: linear-gradient(90deg, #0354FF -0.35%, #1795F9 99.55%);
}

.registration__new-user:hover {
  border-color: #0558FF;
}

.registration__new-user:hover:before {
  opacity: 0;
}

.registration__old-user {
  padding: 0.8em 1.3em;
}

.registration__old-user::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(12.25%, #F40F3E), color-stop(138%, #FFA09F));
  background: -o-linear-gradient(left, #F40F3E 12.25%, #FFA09F 138%);
  background: linear-gradient(90deg, #F40F3E 12.25%, #FFA09F 138%);
}

.registration__old-user:hover {
  border-color: #F40F3E;
}

.registration__old-user:hover::before {
  opacity: 0;
}

@media (max-width: 576px) {
  .registration__old-user {
    padding: 0.5em 1.1em;
  }
}

.icon-pt {
  background-image: url("images/sprite.png");
  background-position: 30% 0;
}

.icon-ru {
  background-image: url("images/sprite.png");
  background-position: 65% 0%;
}

.icon-tr {
  background-image: url("images/sprite.png");
  background-position: 100% 0%;
}

.icon-en {
  background-image: url("images/sprite.png");
  background-position: 0 0;
}

.link {
  display: flex;
  border-radius: 12px;
  padding: 10px 30px;
  border: 2px solid #FFBC00;
  color: #FFBC00;
  text-transform: uppercase;
  font-weight: 700;
  justify-content: center;
}

.link:hover {
  background-color: #FFBC00;
  color: #fff;
}

.button__link {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.9em;
  color: #fff;
  font-size: clamp(20px, 1.74vw, 30px);
  line-height: 1.28;
  border-radius: 6.36em;
  -webkit-box-shadow: -10px 13px 41px -20px #FFBA03;
  box-shadow: -10px 13px 41px -20px #FFBA03;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  overflow: hidden;
  -webkit-transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, border-color 0.3s linear, color 0.3s linear;
}

.button__link::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(1.36deg, #FFBA03 0%, rgba(55, 55, 55, 0.45) 240.37%);
  background: linear-gradient(88.64deg, #FFBA03 0%, rgba(55, 55, 55, 0.45) 240.37%);
  opacity: 1;
  border: 1px solid #FFBA03;
  border-radius: 6.36em;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.button__link:hover:before {
  opacity: 0;
  border-color: #ffbc00;
}

.button__link:active {
  background-color: #b38400;
}

.button__link:focus {
  background-color: #b38400;
  color: #000;
}

.button__link.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.header {
  background: #292929;
  background: -webkit-gradient(linear, left top, right top, from(#292929), to(#181818));
  background: -o-linear-gradient(left, #292929 0%, #181818 100%);
  background: linear-gradient(90deg, #292929 0%, #181818 100%);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
}

.header__empty {
  height: 0;
}

.header__inner {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.9em 0;
  -webkit-transition: padding 0.3s linear;
  -o-transition: padding 0.3s linear;
  transition: padding 0.3s linear;
}

@media (max-width: 992px) {
  .header__inner {
    position: relative;
  }
}

@media (max-width: 576px) {
  .header__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .header__logo {
    margin-right: auto;
  }
}

@media (max-width: 992px) {
  .header__menu {
    min-height: 100vh;
    position: absolute;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    top: 100%;
    left: -200%;
    left: -23px;
    right: 0;
    z-index: 10;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    width: 50%;
    -webkit-transition: opacity 0.3s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.3s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.3s linear;
    transition: transform 0.5s linear, opacity 0.3s linear;
    transition: transform 0.5s linear, opacity 0.3s linear, -webkit-transform 0.5s linear;
    opacity: 0;
    background: -o-linear-gradient(149deg, #292929 0%, #1C1C1C 101.19%);
    background: linear-gradient(301deg, #292929 0%, #1C1C1C 101.19%);
  }
}

@media (max-width: 576px) {
  .header__menu {
    width: 70%;
  }
}

.header__menu--opened {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header .hamburger-wrapper {
  display: none;
  width: 25px;
  height: 13px;
  cursor: pointer;
  padding: 0;
  border-width: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 0;
  background-color: transparent;
}

@media (max-width: 992px) {
  .header .hamburger-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    z-index: 1;
  }
}

@media (max-width: 576px) {
  .header .hamburger-wrapper {
    width: 12px;
  }
}

.header .hamburger-menu,
.header .hamburger-menu:after,
.header .hamburger-menu:before {
  width: 25px;
  height: 3px;
}

@media (max-width: 992px) {

  .header .hamburger-menu,
  .header .hamburger-menu:after,
  .header .hamburger-menu:before {
    width: 20px;
    height: 2px;
  }
}

@media (max-width: 576px) {

  .header .hamburger-menu,
  .header .hamburger-menu:after,
  .header .hamburger-menu:before {
    width: 10px;
    height: 2px;
  }
}

.header .hamburger-menu {
  position: relative;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  background: white;
  -webkit-transition: all 0ms 300ms;
  -o-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
}

.header .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.header .hamburger-menu::before,
.header .hamburger-menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  background: white;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 576px) {
  .header .hamburger-menu:before {
    bottom: 4px;
  }
}

.header .hamburger-menu::after {
  top: 5px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 576px) {
  .header .hamburger-menu::after {
    top: 4px;
  }
}

.header .hamburger-menu.animate::after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .hamburger-menu.animate::before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header__action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 120px;
}

@media (max-width: 576px) {
  .header__action {
    padding-right: 0;
    width: auto;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .logo {
    padding-left: 2.5vw;
  }
}

@media (max-width: 576px) {
  .logo {
    padding-left: 1.5vw;
  }
}

.logo--footer {
  display: block;
  margin-bottom: 20px;
  margin-right: 80px;
}

.logo--footer .logo__svg {
  display: block;
  width: 270px;
  height: 4vw;
}

@media (max-width: 576px) {
  .logo--footer .logo__svg {
    width: auto;
  }
}

.logo--footer .logo__slogan {
  margin-left: 0;
}

.logo--footer .logo__text {
  margin-left: auto;
}

@media (max-width: 576px) {
  .logo--footer .logo__text {
    font-size: 10px;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .logo--footer .logo__hand {
    margin-right: 10px;
  }
}

.logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 992px) {
  .logo__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.logo__svg {
  width: 136px;
  height: 20px;
  -webkit-filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.8));
}

@media (max-width: 1124px) {
  .logo__svg {
    width: 11vw;
    height: 2vw;
  }
}

@media (max-width: 768px) {
  .logo__svg {
    max-width: 25vw;
  }
}

@media (max-width: 576px) {
  .logo__svg {
    width: 40vw;
    min-height: 15px;
  }
}

.logo__slogan {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.7vw;
}

.logo__slogan::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 266px;
  height: 20px;
  background-image: url("images/slogan-back.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1124px) {
  .logo__slogan::before {
    min-width: 12.85vw;
    height: 1.5vw;
  }
}

@media (max-width: 992px) {
  .logo__slogan::before {
    width: 25.85vw;
    height: 2.04vw;
  }
}

.logo__text {
  color: #e1e1e1;
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
}

@media (max-width: 1124px) {
  .logo__text {
    font-size: clamp(12px, 1vw, 14px);
  }
}

@media (max-width: 576px) {
  .logo__text {
    font-size: clamp(8px, 2vw, 12px);
  }
}

.logo__hand {
  width: 43px;
  height: 33px;
  margin-left: 5px;
}

@media (max-width: 1124px) {
  .logo__hand {
    width: 25px;
    height: 23px;
  }
}

@media (max-width: 576px) {
  .logo__hand {
    width: 18px;
    height: 15px;
    margin-left: 3px;
  }
}

.logo__hand use {
  fill: white;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 8px 0 0px 40px;
  }
}

.navigation__list li:not(:last-child) {
  margin-right: 7px;
}

@media (max-width: 992px) {
  .navigation__list li:not(:last-child) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .navigation__list li {
    padding: 8px 0;
    margin-right: 0;
  }
}

.navigation__list li a {
  position: relative;
  color: #fff;
  font-family: 'Arial';
  font-size: clamp(10px, 0.8vw, 12px);
  padding: 4px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

@media (max-width: 992px) {
  .navigation__list li a {
    color: #efefef;
    padding: 4px 0 4px 0;
  }
}

.navigation__list li a::before {
  display: none;
}

.navigation__list li a::after {
  content: '';
  position: absolute;
  display: block;
  left: auto;
  bottom: -2px;
  width: 0;
  height: 1px;
  background-color: #ffbc00;
  -webkit-transition: width .2s ease-out;
  -o-transition: width .2s ease-out;
  transition: width .2s ease-out;
  right: 0;
}

@media (max-width: 992px) {
  .navigation__list li a::after {
    background-color: transparent;
    height: 0;
    width: 0;
  }
}

.navigation__list li a:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 992px) {
  .navigation__list li a:hover::after {
    display: none;
  }
}

.navigation__list li a:active {
  border-bottom: 1px solid #ffbc00;
}

.navigation__list li a:focus {
  color: #cccccc;
}

@media (max-width: 992px) {
  .navigation__list li a.current-menu-item {
    padding-left: 30px;
    font-size: 15px;
  }
}

.navigation__list li a.current-menu-item::after {
  width: 100%;
  right: auto;
  left: 0;
}

@media (max-width: 992px) {
  .navigation__list li a.current-menu-item::after {
    width: 0;
    left: auto;
  }
}

@media (max-width: 992px) {
  .navigation__list li a.current-menu-item::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #ffbc00;
  }
}



.top {
  position: relative;
  background-image: -webkit-image-set(url(images/top/top-bg.avif) 1x, url(images/top/top-bg.webp) 2x, url(images/top/top-bg.jpg) 2x);
  background-image: -webkit-image-set("images/top/top-bg.avif"1x type("image/avif"), "images/top/top-bg.webp"2x type("image/webp"), "images/top/top-bg.jpg"2x type("image/jpg"));
  background-image: -webkit-image-set(url("images/top/top-bg.avif") 1x type("image/avif"), url("images/top/top-bg.webp") 2x type("image/webp"), url("images/top/top-bg.jpg") 2x type("image/jpg"));
  background-image: image-set("images/top/top-bg.avif"1x type("image/avif"), "images/top/top-bg.webp"2x type("image/webp"), "images/top/top-bg.jpg"2x type("image/jpg"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.top__img-box {
  width: 100%;
  min-height: 250px;
  background-image: -webkit-image-set(url(images/top/stars.avif) 1x, url(images/top/stars.webp) 2x, url(images/top/stars.png) 2x);
  background-image: -webkit-image-set("images/top/stars.avif"1x type("image/avif"), "images/top/stars.webp"2x type("image/webp"), "images/top/stars.png"2x type("image/png"));
  background-image: -webkit-image-set(url("images/top/stars.avif") 1x type("image/avif"), url("images/top/stars.webp") 2x type("image/webp"), url("images/top/stars.png") 2x type("image/png"));
  background-image: image-set("images/top/stars.avif"1x type("image/avif"), "images/top/stars.webp"2x type("image/webp"), "images/top/stars.png"2x type("image/png"));
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  .top__img-box {
    min-height: 150px;
  }
}

.top__inner {
  padding-top: 9.33vw;
}

@media (max-width: 576px) {
  .top__title-box {
    text-align: center;
  }
}

.top__title {
  max-width: 80%;
  margin-bottom: 0.5em;
  font-size: clamp(36px, 4.86vw, 76px);
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

@media (max-width: 992px) {
  .top__title {
    font-size: clamp(30px, 4vw, 40px);
  }
}

@media (max-width: 576px) {
  .top__title {
    max-width: 100%;
    font-size: clamp(21px, 6.6vw, 38px);
  }
}

.top__title.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.top__subtitle {
  margin-bottom: 3em;
  font-size: 1.74vw;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  letter-spacing: 1px;
}

@media (max-width: 992px) {
  .top__subtitle {
    font-size: clamp(18px, 2.5vw, 24px);
  }
}

@media (max-width: 576px) {
  .top__subtitle {
    font-size: clamp(13px, 3.5vw, 20px);
  }
}

.top__subtitle.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.top__subtitle span {
  text-transform: uppercase;
  color: #ffbc00;
  letter-spacing: 0;
}

.top .button__link {
  position: relative;
  z-index: 1;
}

.advantages {
  position: relative;
  scroll-margin-top: 83px;
  background-color: #fff;
  -webkit-box-shadow: 0px -16px 35px 0px black;
  box-shadow: 0px -16px 35px 0px black;
}

.advantages::before {
  content: '';
  position: absolute;
  bottom: calc(100% - 1px);
  width: 100%;
  height: 36px;
  left: 0;
  border-radius: 35px 35px 0 0;
  background-color: #fff;
}

.advantages__inner {
  padding-bottom: 32px;
  text-align: center;
}

.advantages__box {
  display: inline-block;
  margin: 0 auto 3.6em;
}

@media (max-width: 576px) {
  .advantages__box {
    margin-bottom: 40px;
  }
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__list.open .advantages__item:nth-child(n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advantages__item {
  margin-bottom: 4vw;
  width: 22%;
  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;
}

@media (max-width: 768px) {
  .advantages__item {
    min-width: 50%;
  }
}

@media (max-width: 576px) {
  .advantages__item {
    min-width: 100%;
  }
}

@media (max-width: 576px) {
  .advantages__item:nth-child(n+4) {
    display: none;
  }
}

.advantages__icon-box {
  height: clamp(50px, 5.7vw, 107px);
  margin-bottom: 26px;
}

.advantages__icon {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

@media (max-width: 576px) {
  .advantages__icon {
    margin: 0 auto;
  }
}

.advantages__name,
.advantages__text {
  color: #454545;
  font-size: clamp(10px, 1em, 15px);
  line-height: 1.1;
}

@media (max-width: 768px) {

  .advantages__name,
  .advantages__text {
    padding: 0 3em;
  }
}

.advantages__name {
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.advantages__name.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.advantages__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* fallback */
  max-height: 50px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.advantages__text.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.advantages__show-hide {
  display: none;
}

@media (max-width: 576px) {
  .advantages__show-hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border: none;
    background-color: transparent;
  }
}

.advantages__show-hide.open+button {
  display: none;
}

.advantages__show-text {
  padding-right: 10px;
  font-size: clamp(14px, 3vw, 19px);
  color: #454545;
}

.advantages__show-icon {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.advantages__show-svg {
  width: 16px;
  height: 16px;
}

.advantages__show-svg use {
  stroke: #454545;
}

.banner-section {
  padding-top: 14vw;
  padding-bottom: 11.1vw;
  background-image: -webkit-image-set(url(images/banner/banner-bg.avif) 1x, url(images/banner/banner-bg.webp) 2x, url(images/banner/banner-bg.jpg) 2x);
  background-image: -webkit-image-set("images/banner/banner-bg.avif"1x type("image/avif"), "images/banner/banner-bg.webp"2x type("image/webp"), "images/banner/banner-bg.jpg"2x type("image/jpg"));
  background-image: -webkit-image-set(url("images/banner/banner-bg.avif") 1x type("image/avif"), url("images/banner/banner-bg.webp") 2x type("image/webp"), url("images/banner/banner-bg.jpg") 2x type("image/jpg"));
  background-image: image-set("images/banner/banner-bg.avif"1x type("image/avif"), "images/banner/banner-bg.webp"2x type("image/webp"), "images/banner/banner-bg.jpg"2x type("image/jpg"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0px 10px 23px rgba(0, 0, 0, 0.31)) drop-shadow(0px -10px 35px rgba(0, 0, 0, 0.31));
  filter: drop-shadow(0px 10px 23px rgba(0, 0, 0, 0.31)) drop-shadow(0px -10px 35px rgba(0, 0, 0, 0.31));
}

.banner-section__inner {
  display: grid;
  place-items: center;
}

.banner-section__title {
  margin-bottom: 1em;
  color: #fff;
  font-size: clamp(28px, 2.8vw, 46px);
}

.tools {
  position: relative;
  scroll-margin-top: 83px;
  padding-top: 4.5em;
  -webkit-box-shadow: 0px 21px 43px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 21px 43px 0px rgba(0, 0, 0, 0.68);
  background-color: #fff;
}

.tools__inner {
  padding-bottom: 32px;
  text-align: center;
}

.tools__box {
  display: inline-block;
  margin: 0 auto 3.6em;
}

@media (max-width: 576px) {
  .tools__box {
    margin-bottom: 40px;
  }
}

.tools__list {
  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;
}

@media (max-width: 768px) {
  .tools__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.tools__item {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  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;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .tools__item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.tools__icon-box {
  height: clamp(50px, 5.7vw, 120px);
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .tools__icon-box {
    height: clamp(70px, 5.7vw, 120px);
  }
}

.tools__icon {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.tools__name {
  color: #454545;
  font-size: clamp(10px, 1em, 15px);
  line-height: 1.1;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.tools__name.element-show {
  opacity: 1;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.testemonials {
  position: relative;
  scroll-margin-top: 83px;
  padding-top: 5.2em;
  padding-bottom: 6em;
}

@media (max-width: 992px) {
  .testemonials {
    padding-top: 7.2em;
  }
}

@media (max-width: 768px) {
  .testemonials {
    padding: 10% 0;
  }
}

@media (max-width: 576px) {
  .testemonials {
    padding-top: calc(5% + 36px);
    padding-bottom: calc(5% + 36px);
    background-image: -webkit-image-set(url(images/testimonials/testimonials-bg.avif) 1x, url(images/testimonials/testimonials-bg.webp) 2x, url(images/testimonials/testimonials-bg.jpg) 2x);
    background-image: -webkit-image-set("images/testimonials/testimonials-bg.avif"1x type("image/avif"), "images/testimonials/testimonials-bg.webp"2x type("image/webp"), "images/testimonials/testimonials-bg.jpg"2x type("image/jpg"));
    background-image: -webkit-image-set(url("images/testimonials/testimonials-bg.avif") 1x type("image/avif"), url("images/testimonials/testimonials-bg.webp") 2x type("image/webp"), url("images/testimonials/testimonials-bg.jpg") 2x type("image/jpg"));
    background-image: image-set("images/testimonials/testimonials-bg.avif"1x type("image/avif"), "images/testimonials/testimonials-bg.webp"2x type("image/webp"), "images/testimonials/testimonials-bg.jpg"2x type("image/jpg"));
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.testemonials:before {
  content: '';
  position: absolute;
  top: -2px;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  z-index: 2;
}

.testemonials:after {
  content: '';
  position: absolute;
  z-index: 2;
  bottom: -2px;
  width: 100%;
  height: 36px;
  background-color: #fff;
  border-radius: 40px 40px 0 0;
}

.testemonials__inner {
  text-align: center;
}

.testemonials__box {
  display: inline-block;
  margin: 0 auto 3.6em;
}

@media (max-width: 576px) {
  .testemonials__box {
    margin-bottom: 40px;
  }
}

.testemonials__title {
  color: #fff;
}

.testemonials__line {
  background: #fff;
}

.testemonials__line::before {
  background-color: #fff;
}

.testemonials__line::after {
  background-color: #fff;
}

.testemonials__list {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  column-gap: 10%;
  text-align: left;
  padding: 0 5%;
}

@media (max-width: 1500px) {
  .testemonials__list {
    -webkit-column-gap: 8%;
    -moz-column-gap: 8%;
    column-gap: 8%;
  }
}

@media (max-width: 768px) {
  .testemonials__list {
    padding: 0;
    -webkit-column-gap: 6%;
    -moz-column-gap: 6%;
    column-gap: 6%;
  }
}

@media (max-width: 576px) {
  .testemonials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }
}

.testemonials__list .slick-dots {
  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;
}

.testemonials__list .slick-dots li {
  margin: 0 3px;
}

.testemonials__list .slick-dots li.slick-active button {
  background-color: white;
}

.testemonials__list .slick-dots button {
  display: inline-block;
  width: 6px;
  height: 6px;
  padding: 0;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: background-color 0.3s linear, box-shadow 0.3s linear;
  transition: background-color 0.3s linear, box-shadow 0.3s linear;
  transition: background-color 0.3s linear, box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.testemonials__list .slick-dots button:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 0 4px 1px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0 4px 1px rgba(255, 255, 255, 0.7);
}

.testemonials__item {
  margin-bottom: 2.8vw;
  padding: 0 1%;
}

.testemonials__frame {
  min-height: 131px;
  padding: 1.4em 1.8em 2.1em 2.1em;
  margin-bottom: 6px;
  background-image: url("images/frame-bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}

@media (max-width: 1500px) {
  .testemonials__frame {
    padding: 2.6em 2.6em 3.6em 2.6em;
  }
}

@media (max-width: 768px) {
  .testemonials__frame {
    min-height: 121px;
  }
}

@media (max-width: 576px) {
  .testemonials__frame {
    padding: 17px 20px 22px 22px;
    min-height: 100px;
  }
}

.testemonials__text,
.testemonials__link {
  line-height: 109.5%;
}

.testemonials__text {
  font-size: clamp(10px, 0.9vw, 14px);
  line-height: 1.16;
}

@media (max-width: 576px) {
  .testemonials__text {
    line-height: 1.24;
  }
}

.testemonials__link {
  font-size: clamp(12px, 1.3vw, 20px);
  color: #fff;
}

@media (max-width: 992px) {
  .testemonials__link {
    padding-left: 2em;
  }
}

.testemonials__link:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, 0.6) 30%, #000 50%, rgba(0, 0, 0, 0.6) 70%);
  -webkit-mask-size: 200%;
  -webkit-animation: shine 2s infinite;
  animation: shine 2s infinite;
}

.testemonials .vanta-canvas {
  opacity: 0.4;
  min-height: 100%;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

.contacts {
  position: relative;
  scroll-margin-top: 83px;
  padding-bottom: 5em;
  background-image: -webkit-image-set(url(images/contacts/contacts-bg.avif) 1x, url(images/contacts/contacts-bg.webp) 2x, url(images/contacts/contacts-bg.png) 2x);
  background-image: -webkit-image-set("images/contacts/contacts-bg.avif"1x type("image/avif"), "images/contacts/contacts-bg.webp"2x type("image/webp"), "images/contacts/contacts-bg.png"2x type("image/png"));
  background-image: -webkit-image-set(url("images/contacts/contacts-bg.avif") 1x type("image/avif"), url("images/contacts/contacts-bg.webp") 2x type("image/webp"), url("images/contacts/contacts-bg.png") 2x type("image/png"));
  background-image: image-set("images/contacts/contacts-bg.avif"1x type("image/avif"), "images/contacts/contacts-bg.webp"2x type("image/webp"), "images/contacts/contacts-bg.png"2x type("image/png"));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 576px) {
  .contacts {
    background-image: -webkit-image-set(url(images/contacts/contactsMobile-bg.avif) 1x, url(images/contacts/contactsMobile-bg.webp) 2x, url(images/contacts/contactsMobile-bg.png) 2x);
    background-image: -webkit-image-set("images/contacts/contactsMobile-bg.avif"1x type("image/avif"), "images/contacts/contactsMobile-bg.webp"2x type("image/webp"), "images/contacts/contactsMobile-bg.png"2x type("image/png"));
    background-image: -webkit-image-set(url("images/contacts/contacts-bg.avif") 1x type("image/avif"), url("images/contacts/contacts-bg.webp") 2x type("image/webp"), url("images/contacts/contacts-bg.png") 2x type("image/png"));
    background-image: image-set("images/contacts/contacts-bg.avif"1x type("image/avif"), "images/contacts/contacts-bg.webp"2x type("image/webp"), "images/contacts/contacts-bg.png"2x type("image/png"));
  }
}

.contacts__inner {
  padding-bottom: 32px;
  display: grid;
  place-items: center;
}

.contacts__box {
  display: inline-block;
  margin: 0 auto 3.6em;
}

@media (max-width: 576px) {
  .contacts__box {
    margin-bottom: 40px;
  }
}

.contacts__title {
  padding: 0 1.5em 0.5em;
  color: #454545;
}

@media (max-width: 576px) {
  .contacts__title {
    padding: 0 0 0.5em;
    color: #454545;
  }
}

.contacts__address {
  width: 40vw;
  font-style: normal;
}

@media (max-width: 576px) {
  .contacts__address {
    width: 100%;
  }
}

.contacts__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5em;
}

@media (max-width: 576px) {
  .contacts__row {
    margin-bottom: 34px;
  }
}

.contacts__row:last-child .contacts__text:hover::before {
  opacity: 0;
  right: 0;
  width: 0;
}

.contacts__image {
  display: grid;
  place-items: center;
  max-width: 54px;
  width: 5vw;
  height: 5vw;
  max-height: 54px;
  margin-right: 6.4%;
  border-radius: 50%;
  background: -o-linear-gradient(104deg, #ffbc00 0%, #f7e335 70%);
  background: linear-gradient(346deg, #ffbc00 0%, #f7e335 70%);
}

@media (max-width: 576px) {
  .contacts__image {
    min-width: 40px;
    min-height: 40px;
  }
}

.contacts__svg {
  width: 3vw;
  max-width: 35px;
  height: 3vw;
  max-height: 35px;
}

@media (max-width: 576px) {
  .contacts__svg {
    max-width: 35px;
    min-width: 26px;
    height: 100%;
    max-height: 35px;
  }
}

.contacts__svg use {
  fill: #fff;
}

.contacts__text {
  position: relative;
  font-size: clamp(13px, 1.65em, 15px);
  line-height: 142%;
  color: #454545;
}

@media (max-width: 576px) {
  .contacts__text {
    font-size: 12px;
  }
}

.contacts__text:hover::before {
  opacity: 0.7;
  right: 0;
  width: 100%;
}

.contacts__text::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 20%;
  height: 2px;
  -webkit-transition: opacity 0.3s linear, right 0.3s linear, width 0.3s linear;
  -o-transition: opacity 0.3s linear, right 0.3s linear, width 0.3s linear;
  transition: opacity 0.3s linear, right 0.3s linear, width 0.3s linear;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), to(#fff));
  background-image: -o-linear-gradient(left, #000, #fff);
  background-image: linear-gradient(90deg, #000, #fff);
}

.contacts__text span {
  display: block;
}

.footer {
  position: relative;
  z-index: 3;
  padding-top: 3.7em;
  padding-bottom: 4.7em;
  background: -webkit-gradient(linear, left top, left bottom, from(#232325), color-stop(184%, #2F2F2F));
  background: -o-linear-gradient(top, #232325 0%, #2F2F2F 184%);
  background: linear-gradient(180deg, #232325 0%, #2F2F2F 184%);
}

@media (max-width: 576px) {
  .footer {
    padding-top: 4vw;
    padding-bottom: 30px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__top {
  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: 1.4em;
}

.footer__copy {
  text-align: center;
  margin: 0 auto 1.5em;
  width: 100%;
}

.footer__text {
  font-size: clamp(10px, 1.15vw, 12px);
  color: #9B9B9B;
  line-height: 1.2;
}

.footer__socials {
  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;
  width: 100%;
}

@media (max-width: 576px) {
  .footer__socials {
    margin-bottom: 20px;
  }
}

.footer .navigation {
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .footer .navigation {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 992px) {
  .footer .navigation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media (max-width: 576px) {
  .footer .navigation__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
}

.footer .navigation__list li a {
  font-size: clamp(12px, 1.4vw, 20px);
  line-height: 1.16;
}

@media (max-width: 576px) {
  .footer .navigation__list li a {
    font-size: 18px;
  }
}

@media (max-width: 992px) {

  .footer .navigation__list li a::before,
  .footer .navigation__list li a::after {
    display: none;
  }
}

@media (max-width: 992px) {
  .footer .navigation__list li a.current-menu-item {
    padding-left: 0;
  }
}

.footer .navigation .navigation__list li:not(:last-child) {
  margin-right: 64px;
}

@media (max-width: 1500px) {
  .footer .navigation .navigation__list li:not(:last-child) {
    margin-right: 4vw;
  }
}

@media (max-width: 576px) {
  .footer .socials {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.socials {
  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;
  max-width: 230px;
  width: 100%;
}

@media (max-width: 576px) {
  .socials {
    padding: 5% 0;
  }
}

.socials.socials--mobile {
  display: none;
}

@media (max-width: 576px) {
  .socials.socials--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 20px 0;
  }
}

@media (max-width: 576px) {
  .socials__item {
    margin: 0 5px;
  }
}

.socials__link {
  position: relative;
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #ffbc00;
  border-radius: 50%;
  -webkit-transition: background-color, 0.3s linear, border-color 0.3s linear, -webkit-filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, -webkit-filter 0.3s linear;
  -o-transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear;
  transition: background-color, 0.3s linear, border-color 0.3s linear, filter 0.3s linear, -webkit-filter 0.3s linear;
  overflow: hidden;
}

.socials__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 30px;
  border-radius: 0;
  margin-left: -100%;
  -webkit-box-shadow: inset 0 0 0 60px #ffbc00;
  box-shadow: inset 0 0 0 60px #ffbc00;
}

.socials__link:hover::before {
  margin-left: 0;
}

.socials__link:hover use {
  fill: #fff;
}

.socials__link:focus {
  border-color: #f7e335;
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}

.socials__icon {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
}

.socials__icon use {
  fill: #ffbc00;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.drop {
  position: relative;
  padding: 8px 0 14px 40px;
  display: none;
}

@media (max-width: 576px) {
  .drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.drop.active .drop__form {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.drop.active .drop__rotate {
  -webkit-transform: rotate(450deg);
  -ms-transform: rotate(450deg);
  transform: rotate(450deg);
}

.drop__title {
  color: #efefef;
  font-family: 'Arial';
  font-size: clamp(10px, 0.8vw, 12px);
  padding: 4px 4px 4px 0px;
  text-transform: uppercase;
}

.drop__rotate {
  display: inline-block;
  margin-right: 14px;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.drop__marker {
  display: inline-block;
  background-color: transparent;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffbc00;
}

.drop__list {
  padding-bottom: 20px;
  padding-top: 5px;
  padding-left: 20px;
}

.drop__form {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 10;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: 100%;
  border-top: 2px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.drop__item {
  padding-left: 36px;
}

.drop__item:not(:last-child) .drop-menu__link {
  border-bottom: 1px solid #ffbc00;
}

.drop__input:hover+.drop__myInput {
  background-color: #fff;
}

.drop__input:active+.drop__myInput {
  background-color: #252c64;
}

.drop__input:focus+.drop__myInput {
  background-color: #4d4d4d;
}

.drop__myInput {
  position: relative;
  display: block;
  font-family: 'Arial';
  font-weight: 400;
  padding: 5px 30px 5px 15px;
  color: #bbb;
  font-size: clamp(10px, 0.8vw, 12px);
  letter-spacing: 0.1em;
  -webkit-transition: text-shadow 0.3s linear, background-color 0.2s linear;
  -o-transition: text-shadow 0.3s linear, background-color 0.2s linear;
  transition: text-shadow 0.3s linear, background-color 0.2s linear;
}

.drop__myInput:hover {
  text-shadow: 0px 0px 1px #bbb;
  background-color: #4d4d4d;
}

.drop__myInput::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #ffbc00;
  border-radius: 50%;
}

.popup {
  display: none;
  place-items: center;
  background: rgba(0, 0, 0, 0.7);
}

.popup.popup-show {
  display: grid;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.popup__close {
  position: absolute;
  z-index: 100;
  right: 18px;
  top: 5px;
  height: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.popup__close:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.popup__close:hover .popup__close-btn::before,
.popup__close:hover .popup__close-btn::after {
  opacity: 0.4;
}

.popup__close-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  left: -2px;
}

.popup__close-btn:before,
.popup__close-btn:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 28px;
  width: 3px;
  background-color: #fff;
  opacity: 1;
}

.popup__close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup__close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup__wrapper {
  position: relative;
  width: 790px;
  padding: 35px 37px 45px;
  background-color: #000;
  -webkit-box-shadow: 0px 0px 23px -2px #FFDB01;
  box-shadow: 0px 0px 23px -2px #FFDB01;
  border-radius: 39.8949px;
  border: 2px solid #ffbc00;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-image: url("images/popup-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0;
}

@media (max-width: 992px) {
  .popup__wrapper {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .popup__wrapper {
    padding: 40px 7px 29px;
  }
}

.popup__name,
.popup__date {
  text-align: center;
}

.popup__name {
  margin-bottom: 1em;
  font-size: calc(20px + 19 * ((100vw - 320px) / 1600));
  line-height: 1.08;
  background: -o-linear-gradient(359.4deg, #FFBC00 19.97%, #FFE400 90.72%), -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
  background: linear-gradient(90.6deg, #FFBC00 19.97%, #FFE400 90.72%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.popup__date {
  margin-bottom: 16px;
  font-style: normal;
  color: #e5e5e5;
  font-size: clamp(14px, 1.6vw, 24px);
  line-height: 1.26;
}

.popup__frame {
  border: 1px solid #FFFFFF;
  border-radius: 16px;
  padding: 13px 26px 15px 19px;
}

@media (max-width: 576px) {
  .popup__frame {
    padding: 7px 12px 20px 7px;
  }
}

.popup__rules {
  height: 238px;
  overflow: hidden;
  overflow-y: scroll;
}

@media (max-width: 576px) {
  .popup__rules {
    height: 414px;
  }
}

.popup__rules::-webkit-scrollbar {
  position: relative;
  z-index: 20;
  width: 10px;
  background-color: #141414;
  opacity: 0.2;
  border-radius: 2px;
  width: 4px;
}

.popup__rules::-webkit-scrollbar-thumb {
  position: relative;
  z-index: 20;
  background-color: #fff;
}

.popup__text {
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
}

.popup__rule {
  width: 96%;
}

.popup__rule:not(:last-child) {
  margin-bottom: 4px;
}

.popup__rule p {
  font-size: calc(14px + 6 * ((100vw - 320px) / 1600));
  color: #fff;
  line-height: 1.35;
}

.top-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-block h1 {
  font-size: 32px;
  font-weight: 700;
  color: #171717;
}

.top-block--post-catalog {
  display: flex;
}

.top-block--post-catalog .top-block__content {
  flex: 1;
}

.top-block--post-catalog .top-block__content * {
  max-width: 90%;
  text-align: center;
}

.top-block--post-catalog .top-block__content h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.top-block--post-catalog .top-block__link .display-format {
  border: 1px solid #C9C9C9;
  display: flex;
  background: none;
  border-radius: 8px;
  padding: 9px 20px;
  color: #C9C9C9;
  cursor: pointer;
  transition: all .4s;
  align-items: 15px;
  align-items: flex-end;
}

.top-block--post-catalog .top-block__link .display-format:hover {
  background-color: #c9c9c9;
  color: #fff;
}

.top-block--post-catalog .top-block__link .display-format:hover .display-format__icon::before,
.top-block--post-catalog .top-block__link .display-format:hover .display-format__icon span,
.top-block--post-catalog .top-block__link .display-format:hover .display-format__icon::after {
  background-color: #fff;
}


.top-block--post-catalog .top-block__link .display-format .display-format__icon {
  position: relative;
  display: flex;
  width: 16px;
  height: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 5px;
}

.top-block--post-catalog .top-block__link .display-format .display-format__icon span {
  display: flex;
  width: 60%;
  height: 3px;
  background-color: #c9c9c9;
  transition: all .4s;
}

.top-block--post-catalog .top-block__link .display-format .display-format__icon::before,
.top-block--post-catalog .top-block__link .display-format .display-format__icon::after {
  content: '';
  display: flex;
  position: absolute;
  left: 0;
  height: 3px;
  background-color: #c9c9c9;
  transition: all .4s;
}

.top-block--post-catalog .top-block__link .display-format .display-format__icon::before {
  top: 0;
  width: 90%;
}

.top-block--post-catalog .top-block__link .display-format .display-format__icon::after {
  bottom: 0;
  width: 30%;
}

.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.posts-wrapper .post {
  width: 30%;
  margin-right: 5%;
  border: 1px solid #BBBBBB;
  box-shadow: 0px 5px 10px rgba(205, 205, 205, 0.5);
  border-radius: 8px;
  padding: 11px 15px;
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .4s;
}

.posts-wrapper .post .post-link {
  transition: all .4s;
}

.posts-wrapper .post:hover {
  transform: scale(1.03);
  box-shadow: 0px 5px 20px rgb(160, 160, 160);
}

.posts-wrapper .post:hover .post-link {
  background-color: #FFBC00;
  color: #222;
}

.posts-wrapper .post:nth-child(3n+3) {
  margin-right: 0%;
}

.posts-wrapper .post .post-img img {
  height: 100%;
}

.posts-wrapper .post .post-content {
  padding: 12px 10px 0;
}

.posts-wrapper .post .post-content .post-data {
  background: linear-gradient(90deg, #0354FF -0.35%, #1795F9 99.55%), #C4C4C4;
  border-radius: 3px;
  width: min-content;
  padding: 3px 8px;
  color: #fff;
  margin-bottom: 11px;
  font-size: 12px;
  font-weight: 500;
}

.posts-wrapper .post .post-content .post-title {
  font-size: 20px;
  color: #222;
  margin-bottom: 40px;
}

.posts-wrapper .post .post-content .post-desc {
  display: none;
  color: #222;
}

.list-format .top-block--post-catalog .top-block__link .display-format .display-format__icon {
  height: 14px;
  background-color: #c9c9c9;
}

.list-format .top-block--post-catalog .top-block__link .display-format .display-format__icon span {
  width: 100%;
  background-color: #fff;
  height: 4px;
}

.list-format .top-block--post-catalog .top-block__link .display-format .display-format__icon::before {
  height: 100%;
  width: 4px;
  left: 50%;
  transform: translateX(-2px);
  background-color: #fff;
}

.list-format .top-block--post-catalog .top-block__link .display-format:hover .display-format__icon {
  background-color: #fff;
}

.list-format .top-block--post-catalog .top-block__link .display-format:hover .display-format__icon span {
  background-color: #c9c9c9;
}

.list-format .top-block--post-catalog .top-block__link .display-format:hover .display-format__icon::before {
  background-color: #c9c9c9;
}

.list-format .top-block--post-catalog .top-block__link .display-format .display-format__icon::after {
  display: none;
}

.list-format .posts-wrapper {
  flex-direction: column;
}

.list-format .posts-wrapper .post {
  width: 100%;
  margin-right: 0;
}

.list-format .posts-wrapper .post {
  padding: 3% 4%;
  flex-direction: row;
}

.list-format .posts-wrapper .post>div {
  width: 48%;
}

.list-format .posts-wrapper .post .post-img {
  border-radius: 10px;
  overflow: hidden;
}

.list-format .posts-wrapper .post .post-content {
  padding-right: 10%;
  display: flex;
  flex-direction: column;
}

.list-format .posts-wrapper .post .post-content .post-desc {
  display: flex;
}

.list-format .posts-wrapper .post .post-content .post-link {
  margin-top: auto;
}

.faq-page .faq-page__top {
  display: flex;
  justify-content: space-between;
}

.cards-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 100%;
}

.cards-wrapper .card-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: linear-gradient(180deg, #232325 0%, #2F2F2F 184%);
  padding-top: 36px;
  padding-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
  border-radius: 15px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

.cards-wrapper .card-faq__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  padding-right: 7%;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-bottom: 20px;
  cursor: pointer;
  transition: all .4s;
}

.cards-wrapper .card-faq__title:hover {
  color: #ffe400;
}

.rounded-triangle {
  display: flex;
}

.rounded-triangle_block,
.rounded-triangle_block::before,
.rounded-triangle_block::after {
  font-size: 1px;
  display: flex;
  width: 8em;
  height: 0.5em;
  border-radius: 10%;
}

.rounded-triangle_block {
  position: relative;
}

.rounded-triangle_block::before,
.rounded-triangle_block::after {
  content: "";
  position: absolute;
  top: -4.2em;
}

.rounded-triangle_block::before {
  left: -2.4em;
  transform: rotate(-60deg);
}

.rounded-triangle_block::after {
  right: -2.4em;
  transform: rotate(60deg);
}

.cards-wrapper .card-faq__title .rounded-triangle {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.cards-wrapper .card-faq__title .rounded-triangle .rounded-triangle_block {
  display: block;
  background-color: #443754;
  -webkit-box-shadow: 0 0 0 2.5em #443754;
  box-shadow: 0 0 0 2.5em #443754;
  font-size: 1.4px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cards-wrapper .card-faq__title .rounded-triangle .rounded-triangle_block::before,
.cards-wrapper .card-faq__title .rounded-triangle .rounded-triangle_block::after {
  background-color: #443754;
  -webkit-box-shadow: 0 0 0 2.5em #443754;
  box-shadow: 0 0 0 2.5em #443754;
  font-size: 1.4px;
}

.cards-wrapper .card-faq[data-open=true] .rounded-triangle {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.cards-wrapper .card-faq__content {
  padding-right: 10%;
  line-height: 140%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.9s;
  -o-transition: max-height 0.9s;
  transition: max-height 0.9s;
}

@media (min-width: 1920px) {
  .cards-wrapper .card-faq {
    padding: 38px;
  }

  .cards-wrapper .card-faq__title {
    font-size: 25px;
    padding-right: 10%;
  }
}

.post-catalog {
  color: #222;
}


/*!*****************************************************
  
  Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  
  
  For complete information visit: www.freakflagsprite.com 
  
  ******************************************************/
.fflag {
  background-image: url(images/flagSprite42.png);
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.fflag-ch,
.fflag-np {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.fflag-dz {
  background-position: center .2287%
}

.fflag-ao {
  background-position: center .4524%
}

.fflag-bj {
  background-position: center .6721%
}

.fflag-bw {
  background-position: center .8958%
}

.fflag-bf {
  background-position: center 1.1162%
}

.fflag-bi {
  background-position: center 1.3379%
}

.fflag-cm {
  background-position: center 1.5589%
}

.fflag-cv {
  background-position: center 1.7805%
}

.fflag-cf {
  background-position: center 2.0047%
}

.fflag-td {
  background-position: center 2.2247%
}

.fflag-cd {
  background-position: left 2.4467%
}

.fflag-dj {
  background-position: left 2.6674%
}

.fflag-eg {
  background-position: center 2.8931%
}

.fflag-gq {
  background-position: center 3.1125%
}

.fflag-er {
  background-position: left 3.3325%
}

.fflag-et {
  background-position: center 3.5542%
}

.fflag-ga {
  background-position: center 3.7759%
}

.fflag-gm {
  background-position: center 4.0015%
}

.fflag-gh {
  background-position: center 4.2229%
}

.fflag-gn {
  background-position: center 4.441%
}

.fflag-gw {
  background-position: left 4.66663%
}

.fflag-ci {
  background-position: center 4.8844%
}

.fflag-ke {
  background-position: center 5.1061%
}

.fflag-ls {
  background-position: center 5.3298%
}

.fflag-lr {
  background-position: left 5.5495%
}

.fflag-ly {
  background-position: center 5.7712%
}

.fflag-mg {
  background-position: center 5.994%
}

.fflag-mw {
  background-position: center 6.2156%
}

.fflag-ml {
  background-position: center 6.4363%
}

.fflag-mr {
  background-position: center 6.658%
}

.fflag-mu {
  background-position: center 6.8805%
}

.fflag-yt {
  background-position: center 7.1038%
}

.fflag-ma {
  background-position: center 7.3231%
}

.fflag-mz {
  background-position: left 7.5448%
}

.fflag-na {
  background-position: left 7.7661%
}

.fflag-ne {
  background-position: center 7.98937%
}

.fflag-ng {
  background-position: center 8.2099%
}

.fflag-cg {
  background-position: center 8.4316%
}

.fflag-re {
  background-position: center 8.6533%
}

.fflag-rw {
  background-position: right 8.875%
}

.fflag-sh {
  background-position: center 9.0967%
}

.fflag-st {
  background-position: center 9.32237%
}

.fflag-sn {
  background-position: center 9.5426%
}

.fflag-sc {
  background-position: left 9.7628%
}

.fflag-sl {
  background-position: center 9.9845%
}

.fflag-so {
  background-position: center 10.2052%
}

.fflag-za {
  background-position: left 10.4269%
}

.fflag-ss {
  background-position: left 10.6486%
}

.fflag-sd {
  background-position: center 10.8703%
}

.fflag-sr {
  background-position: center 11.0945%
}

.fflag-sz {
  background-position: center 11.3135%
}

.fflag-tg {
  background-position: left 11.5354%
}

.fflag-tn {
  background-position: center 11.7593%
}

.fflag-ug {
  background-position: center 11.9799%
}

.fflag-tz {
  background-position: center 12.2005%
}

.fflag-eh {
  background-position: center 12.4222%
}

.fflag-ye {
  background-position: center 12.644%
}

.fflag-zm {
  background-position: center 12.8664%
}

.fflag-zw {
  background-position: left 13.0873%
}

.fflag-ai {
  background-position: center 13.309%
}

.fflag-ag {
  background-position: center 13.5307%
}

.fflag-ar {
  background-position: center 13.7524%
}

.fflag-aw {
  background-position: left 13.9741%
}

.fflag-bs {
  background-position: left 14.1958%
}

.fflag-bb {
  background-position: center 14.4175%
}

.fflag-bq {
  background-position: center 14.6415%
}

.fflag-bz {
  background-position: center 14.8609%
}

.fflag-bm {
  background-position: center 15.0826%
}

.fflag-bo {
  background-position: center 15.306%
}

.fflag-vg {
  background-position: center 15.528%
}

.fflag-br {
  background-position: center 15.7496%
}

.fflag-ca {
  background-position: center 15.9694%
}

.fflag-ky {
  background-position: center 16.1911%
}

.fflag-cl {
  background-position: left 16.4128%
}

.fflag-co {
  background-position: left 16.6345%
}

.fflag-km {
  background-position: center 16.8562%
}

.fflag-cr {
  background-position: center 17.0779%
}

.fflag-cu {
  background-position: left 17.2996%
}

.fflag-cw {
  background-position: center 17.5213%
}

.fflag-dm {
  background-position: center 17.743%
}

.fflag-do {
  background-position: center 17.968%
}

.fflag-ec {
  background-position: center 18.1864%
}

.fflag-sv {
  background-position: center 18.4081%
}

.fflag-fk {
  background-position: center 18.6298%
}

.fflag-gf {
  background-position: center 18.8515%
}

.fflag-gl {
  background-position: left 19.0732%
}

.fflag-gd {
  background-position: center 19.2987%
}

.fflag-gp {
  background-position: center 19.518%
}

.fflag-gt {
  background-position: center 19.7383%
}

.fflag-gy {
  background-position: center 19.96%
}

.fflag-ht {
  background-position: center 20.1817%
}

.fflag-hn {
  background-position: center 20.4034%
}

.fflag-jm {
  background-position: center 20.6241%
}

.fflag-mq {
  background-position: center 20.8468%
}

.fflag-mx {
  background-position: center 21.0685%
}

.fflag-ms {
  background-position: center 21.2902%
}

.fflag-ni {
  background-position: center 21.5119%
}

.fflag-pa {
  background-position: center 21.7336%
}

.fflag-py {
  background-position: center 21.9553%
}

.fflag-pe {
  background-position: center 22.177%
}

.fflag-pr {
  background-position: left 22.4002%
}

.fflag-bl {
  background-position: center 22.6204%
}

.fflag-kn {
  background-position: center 22.8421%
}

.fflag-lc {
  background-position: center 23.0638%
}

.fflag-pm {
  background-position: center 23.2855%
}

.fflag-vc {
  background-position: center 23.5072%
}

.fflag-sx {
  background-position: left 23.732%
}

.fflag-tt {
  background-position: center 23.9506%
}

.fflag-tc {
  background-position: center 24.1723%
}

.fflag-en {
  background-position: center 24.394%
}

.fflag-vi {
  background-position: center 24.6157%
}

.fflag-uy {
  background-position: left 24.8374%
}

.fflag-ve {
  background-position: center 25.0591%
}

.fflag-ab {
  background-position: center 25.279%
}

.fflag-af {
  background-position: center 25.5025%
}

.fflag-az {
  background-position: center 25.7242%
}

.fflag-bd {
  background-position: center 25.9459%
}

.fflag-bt {
  background-position: center 26.1676%
}

.fflag-bn {
  background-position: center 26.3885%
}

.fflag-kh {
  background-position: center 26.611%
}

.fflag-cn {
  background-position: left 26.8327%
}

.fflag-ge {
  background-position: center 27.0544%
}

.fflag-hk {
  background-position: center 27.2761%
}

.fflag-in {
  background-position: center 27.4978%
}

.fflag-id {
  background-position: center 27.7195%
}

.fflag-jp {
  background-position: center 27.9412%
}

.fflag-kz {
  background-position: center 28.1615%
}

.fflag-la {
  background-position: center 28.3846%
}

.fflag-mo {
  background-position: center 28.6063%
}

.fflag-my {
  background-position: center 28.829%
}

.fflag-mv {
  background-position: center 29.0497%
}

.fflag-mn {
  background-position: left 29.2714%
}

.fflag-mm {
  background-position: center 29.4931%
}

.fflag-np {
  background-position: left 29.7148%
}

.fflag-kp {
  background-position: left 29.9365%
}

.fflag-mp {
  background-position: center 30.1582%
}

.fflag-pw {
  background-position: center 30.3799%
}

.fflag-pg {
  background-position: center 30.6016%
}

.fflag-ph {
  background-position: left 30.8233%
}

.fflag-sg {
  background-position: left 31.045%
}

.fflag-kr {
  background-position: center 31.2667%
}

.fflag-lk {
  background-position: right 31.4884%
}

.fflag-tw {
  background-position: left 31.7101%
}

.fflag-tj {
  background-position: center 31.9318%
}

.fflag-th {
  background-position: center 32.1535%
}

.fflag-tl {
  background-position: left 32.3752%
}

.fflag-tm {
  background-position: center 32.5969%
}

.fflag-vn {
  background-position: center 32.8186%
}

.fflag-al {
  background-position: center 33.0403%
}

.fflag-ad {
  background-position: center 33.25975%
}

.fflag-am {
  background-position: center 33.4837%
}

.fflag-at {
  background-position: center 33.7054%
}

.fflag-by {
  background-position: left 33.9271%
}

.fflag-be {
  background-position: center 34.1488%
}

.fflag-ba {
  background-position: center 34.3705%
}

.fflag-bg {
  background-position: center 34.5922%
}

.fflag-hr {
  background-position: center 34.8139%
}

.fflag-cy {
  background-position: center 35.0356%
}

.fflag-cz {
  background-position: left 35.2555%
}

.fflag-dk {
  background-position: center 35.479%
}

.fflag-ee {
  background-position: center 35.7007%
}

.fflag-fo {
  background-position: center 35.9224%
}

.fflag-fi {
  background-position: center 36.1441%
}

.fflag-fr {
  background-position: center 36.3658%
}

.fflag-de {
  background-position: center 36.5875%
}

.fflag-gi {
  background-position: center 36.8092%
}

.fflag-gr {
  background-position: left 37.0309%
}

.fflag-hu {
  background-position: center 37.2526%
}

.fflag-is {
  background-position: center 37.4743%
}

.fflag-ie {
  background-position: center 37.696%
}

.fflag-im {
  background-position: center 37.9177%
}

.fflag-it {
  background-position: center 38.1394%
}

.fflag-je {
  background-position: center 38.3611%
}

.fflag-xk {
  background-position: center 38.5828%
}

.fflag-lv {
  background-position: center 38.8045%
}

.fflag-li {
  background-position: left 39.0262%
}

.fflag-lt {
  background-position: center 39.2479%
}

.fflag-lu {
  background-position: center 39.4696%
}

.fflag-mt {
  background-position: left 39.6913%
}

.fflag-md {
  background-position: center 39.913%
}

.fflag-mc {
  background-position: center 40.1347%
}

.fflag-me {
  background-position: center 40.3564%
}

.fflag-nl {
  background-position: center 40.5781%
}

.fflag-mk {
  background-position: center 40.7998%
}

.fflag-no {
  background-position: center 41.0215%
}

.fflag-pl {
  background-position: center 41.2432%
}

.fflag-pt {
  background-position: center 41.4649%
}

.fflag-ro {
  background-position: center 41.6866%
}

.fflag-ru {
  background-position: center 41.9083%
}

.fflag-sm {
  background-position: center 42.13%
}

.fflag-rs {
  background-position: center 42.3517%
}

.fflag-sk {
  background-position: center 42.5734%
}

.fflag-si {
  background-position: center 42.7951%
}

.fflag-es {
  background-position: left 43.0168%
}

.fflag-se {
  background-position: center 43.2385%
}

.fflag-ch {
  background-position: center 43.4602%
}

.fflag-tr {
  background-position: center 43.6819%
}

.fflag-ua {
  background-position: center 43.9036%
}

.fflag-gb {
  background-position: center 44.1253%
}

.fflag-va {
  background-position: right 44.347%
}

.fflag-bh {
  background-position: center 44.5687%
}

.fflag-ir {
  background-position: center 44.7904%
}

.fflag-iq {
  background-position: center 45.0121%
}

.fflag-il {
  background-position: center 45.2338%
}

.fflag-kw {
  background-position: left 45.4555%
}

.fflag-jo {
  background-position: left 45.6772%
}

.fflag-kg {
  background-position: center 45.897%
}

.fflag-lb {
  background-position: center 46.1206%
}

.fflag-om {
  background-position: left 46.3423%
}

.fflag-pk {
  background-position: center 46.561%
}

.fflag-ps {
  background-position: center 46.7857%
}

.fflag-qa {
  background-position: center 47.0074%
}

.fflag-sa {
  background-position: center 47.2291%
}

.fflag-sy {
  background-position: center 47.4508%
}

.fflag-ae {
  background-position: center 47.6725%
}

.fflag-uz {
  background-position: left 47.8942%
}

.fflag-as {
  background-position: right 48.1159%
}

.fflag-au {
  background-position: center 48.3376%
}

.fflag-cx {
  background-position: center 48.5593%
}

.fflag-cc {
  background-position: center 48.781%
}

.fflag-ck {
  background-position: center 49.002%
}

.fflag-fj {
  background-position: center 49.2244%
}

.fflag-pf {
  background-position: center 49.4445%
}

.fflag-gu {
  background-position: center 49.6678%
}

.fflag-ki {
  background-position: center 49.8895%
}

.fflag-mh {
  background-position: left 50.1112%
}

.fflag-fm {
  background-position: center 50.3329%
}

.fflag-nc {
  background-position: center 50.5546%
}

.fflag-nz {
  background-position: center 50.7763%
}

.fflag-nr {
  background-position: left 50.998%
}

.fflag-nu {
  background-position: center 51.2197%
}

.fflag-nf {
  background-position: center 51.4414%
}

.fflag-ws {
  background-position: left 51.6631%
}

.fflag-sb {
  background-position: left 51.8848%
}

.fflag-tk {
  background-position: center 52.1065%
}

.fflag-to {
  background-position: left 52.3282%
}

.fflag-tv {
  background-position: center 52.5499%
}

.fflag-vu {
  background-position: left 52.7716%
}

.fflag-wf {
  background-position: center 52.9933%
}

.fflag-eu {
  background-position: center 53.215%
}

.fflag-jr {
  background-position: center 53.4315%
}

.fflag-oly {
  background-position: center 53.6584%
}

.fflag-un {
  background-position: center 53.875%
}

.fflag-be.ff-round,
.fflag-ci.ff-round,
.fflag-fr.ff-round,
.fflag-gn.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-ro.ff-round,
.fflag-td.ff-round {
  background-size: 100% 50000%
}

.ff-round {
  background-size: 160%;
  background-clip: content-box;
  border-radius: 50%
}

.ff-round.ff-sm {
  width: 12px;
  height: 12px
}

.ff-round.ff-md {
  width: 18px;
  height: 18px
}

.ff-round.ff-lg {
  width: 24px;
  height: 24px
}

.ff-round.ff-xl {
  width: 32px;
  height: 32px
}