@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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 {
  display: block;
}

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

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

/* Media queries */
/* Container */
/* Responsive font size */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
}

body {
  font-size: 17px;
  color: #fff;
  background-color: #232323;
  min-height: 100vh;
}

.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%);
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
}

/* HEADER */
header {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgba(35, 35, 35, 0.3);
  height: 70px;
}

header .container {
  position: fixed;
  top: 0;
  width: 100%;
  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-top: 40px;
  padding-bottom: 20px;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  z-index: 900;
  background-color: inherit;
}

header .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85px;
  height: 8px;
  background-color: #0354ff;
  -webkit-box-shadow: 0px 0px 21px rgba(3, 84, 255, 0.35);
          box-shadow: 0px 0px 21px rgba(3, 84, 255, 0.35);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.header__logo {
  display: inline-block;
  width: 200px;
  height: 45px;
}

.header__navigation {
  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-size: 19px;
  line-height: 24px;
}

.header__navigation__item {
  color: #ffffff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.header__navigation__item:hover {
  color: #ffbb04;
}

.header__navigation__item.active {
  color: #ffbb04;
}

.header__navigation li:not(:last-child) {
  margin-right: 55px;
}

.mobile__header {
  display: none;
}

.burger__menu__backdrop {
  display: none;
}

/* HERO */
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 600px;
  padding-top: 35px;
  overflow-x: clip;
}

.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background-image: url("../images/WavesTop.svg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.hero__text__block {
  width: 50%;
}

.hero__title {
  font-weight: 800;
  font-size: 60px;
  line-height: 77px;
  text-transform: uppercase;
  color: #ffffff;
}

.hero__text {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 31px;
  color: #ffbb04;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.hero__link {
  display: inline-block;
  padding: 15px 90px;
  background-color: #ffbb04;
  border: 3px solid #ffbb04;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 30px rgba(255, 187, 4, 0.3);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 30px rgba(255, 187, 4, 0.3);
  border-radius: 49px;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero__link:hover {
  border: 3px solid #ffbb04;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 30px rgba(255, 187, 4, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 30px rgba(255, 187, 4, 0.3));
  background-color: #232323;
}

.hero__image__block {
  position: relative;
  width: 50%;
}

.hero__image__block::after {
  content: '';
  position: absolute;
  top: -160px;
  width: 700px;
  height: 830px;
  background: -o-radial-gradient(50% 50%, 50% 50%, #0354ff 0%, rgba(3, 84, 255, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #0354ff 0%, rgba(3, 84, 255, 0) 100%);
  opacity: 0.6;
  z-index: -1;
}

.hero__image img {
  width: auto;
  height: 500px;
  margin: 0 auto;
}

.hero__circle__block {
  position: absolute;
  top: 25%;
  width: 410px;
  height: 410px;
  border: 2px solid rgba(3, 84, 255, 0.6);
  border-radius: 50%;
  z-index: -1;
}

.hero__circle__block::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 614px;
  height: 614px;
  border: 2px solid rgba(3, 84, 255, 0.2);
  border-radius: 50%;
}

.hero__circle__block::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 512px;
  height: 512px;
  border: 2px solid rgba(3, 84, 255, 0.4);
  border-radius: 50%;
}

.hero__arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: 0;
  width: 80px;
  height: 80px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero__arrow:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
      -ms-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
}

/* FEATURE */
.feature {
  position: relative;
  padding-top: 60px;
  margin-bottom: 90px;
  overflow-x: clip;
}

.feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/FeatureTop.svg");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.feature::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: url("../images/FeatureBottom.svg");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.connection__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.connection__block:not(:last-child) {
  margin-bottom: 60px;
}

.connection__image__block {
  width: 50%;
  height: 560px;
  padding-right: 100px;
  -webkit-filter: drop-shadow(0px 3.6px 3.6px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 3.6px 3.6px rgba(0, 0, 0, 0.25));
  margin-bottom: 0;
}

.connection__image__block.reverse {
  padding-right: 40px;
}

.connection__image__container {
  height: 100%;
  padding: 170px 80px;
  margin-left: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(#08192b), to(#08192b));
  background: -o-linear-gradient(bottom, #08192b, #08192b);
  background: linear-gradient(0deg, #08192b, #08192b);
  border-bottom: 4px solid #ffffff;
  -webkit-box-shadow: 0px 3.6px 3.6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3.6px 3.6px rgba(0, 0, 0, 0.25);
  border-radius: 81px;
  overflow: hidden;
}

.connection__image__shadow {
  position: relative;
  border-radius: 81px;
  overflow: hidden;
  height: 100%;
  border-bottom: 4px solid #ffffff;
}

.connection__image__shadow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 84, 255, 0.6)), to(rgba(3, 84, 255, 0)));
  background: -o-linear-gradient(left, rgba(3, 84, 255, 0.6) 0%, rgba(3, 84, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(3, 84, 255, 0.6) 0%, rgba(3, 84, 255, 0) 100%);
  opacity: 0.8;
  border-radius: 81px 0px 0px 81px;
}

.connection__image__shadow img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.connection__text__block {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  padding-right: 40px;
}

.connection__text__block.reverse {
  padding-right: 100px;
}

.connection__text:not(:last-child) {
  margin-bottom: 40px;
}

.connection__text.grey__color {
  color: #c8c8c8;
  font-size: 20px;
  line-height: 26px;
}

.connection__text__accent {
  font-weight: 800;
  color: #ffbb04;
}

.connection__text__link {
  text-decoration: underline;
}

/* MARKETING */
.marketing {
  position: relative;
  padding-bottom: 250px;
  overflow-x: clip;
}

.marketing::after {
  content: '';
  position: absolute;
  top: -70%;
  left: 0;
  width: 100%;
  height: 150%;
  background-image: url("../images/WavesBottom.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.marketing__text {
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 20px;
}

.marketing__title {
  font-weight: 800;
  font-size: 109px;
  line-height: 139px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

/* ABOUT */
.about {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
  overflow-x: clip;
}

.about::before {
  content: '';
  position: absolute;
  top: -35%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/businessmen-working.jpg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
  z-index: -3;
}

.about::after {
  content: '';
  position: absolute;
  top: -35%;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(50% 50% at 50% 50%, #0354FF 0%, rgba(3, 84, 255, 0) 100%); */
  opacity: 0.5;
  mix-blend-mode: multiply;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: -2;
}

@media (min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .about::before {
    background-image: url("../images/businessmen-working-2x.jpg");
  }
}

.about__title__block {
  text-align: center;
  margin-bottom: 40px;
}

.about__title {
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  text-transform: uppercase;
  color: #0354ff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
}

.about__text {
  width: 555px;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  text-transform: uppercase;
}

.responsibility__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.responsibility__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  width: 390px;
  height: 170px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color: #ffffff;
  color: #232323;
}

.responsibility__text:not(:last-child) {
  margin-right: 40px;
}

.about__link {
  padding: 15px 90px;
  font-weight: 800;
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  background-color: #ffbb04;
  border: 3px solid #ffbb04;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 30px rgba(255, 187, 4, 0.3);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 30px rgba(255, 187, 4, 0.3);
  border-radius: 49px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.about__link:hover {
  border: 3px solid #ffbb04;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 30px rgba(255, 187, 4, 0.3));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 30px rgba(255, 187, 4, 0.3));
  background-color: #232323;
}

/* FOOTER */
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 75px;
  background-color: #fff;
}

.footer__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 19px;
  line-height: 24px;
  margin-bottom: 45px;
}

.footer__navigation__item {
  color: #222222;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.footer__navigation__item:hover {
  color: #ffbb04;
}

.footer__navigation__item.active {
  color: #ffbb04;
}

.footer__navigation li:not(:last-child) {
  margin-right: 55px;
}

.footer__logo {
  display: inline-block;
  width: 200px;
  height: 45px;
  margin-bottom: 55px;
}

.copyrite__block {
  width: 320px;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
  text-align: center;
  color: #a5a5a5;
}

@media screen and (max-width: 1279px) {
  header .container {
    padding-top: 30px;
  }
  header .container::before {
    width: 70px;
    height: 7px;
  }
  .header__logo {
    width: 162px;
    height: 36px;
  }
  .header__navigation {
    font-size: 15px;
    line-height: 19px;
  }
  .header__navigation li:not(:last-child) {
    margin-right: 45px;
  }
  .hero {
    height: 540px;
    padding-top: 25px;
  }
  .hero__title {
    font-size: 48px;
    line-height: 61px;
  }
  .hero__text {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 25px;
  }
  .hero__link {
    position: static;
    padding: 15px 105px;
    border-radius: 39px;
    font-size: 19px;
    line-height: 25px;
  }
  .hero__image__block::after {
    top: -100px;
    width: 510px;
    height: 665px;
  }
  .hero__image img {
    height: 420px;
    margin-right: 0;
  }
  .hero__circle__block {
    left: 15%;
    width: 327px;
    height: 327px;
  }
  .hero__circle__block::before {
    width: 491px;
    height: 491px;
  }
  .hero__circle__block::after {
    width: 410px;
    height: 410px;
  }
  .hero__arrow {
    width: 65px;
    height: 65px;
  }
  .feature {
    margin-bottom: 75px;
  }
  .connection__block:not(:last-child) {
    margin-bottom: 50px;
  }
  .connection__image__block {
    height: 450px;
    padding-right: 50px;
  }
  .connection__image__block.reverse {
    padding-right: 0;
  }
  .connection__image__container {
    padding: 140px 90px;
    margin-left: 50px;
    border-radius: 65px;
  }
  .connection__image__shadow {
    border-radius: 65px;
  }
  .connection__image__shadow::after {
    border-radius: 65px 0px 0px 65px;
  }
  .connection__text__block {
    font-size: 18px;
    line-height: 22px;
    padding: 0 10px 0 50px;
  }
  .connection__text__block.reverse {
    padding: 0 50px 0 0;
  }
  .connection__text:not(:last-child) {
    margin-bottom: 30px;
  }
  .connection__text.grey__color {
    font-size: 16px;
    line-height: 20px;
  }
  .marketing__text {
    font-size: 21px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  .marketing__title {
    font-size: 87px;
    line-height: 111px;
  }
  .about {
    padding-bottom: 50px;
  }
  .about__title__block {
    margin-bottom: 30px;
  }
  .about__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
  }
  .about__text {
    width: 445px;
    font-size: 21px;
    line-height: 27px;
  }
  .responsibility__block {
    margin-bottom: 50px;
  }
  .responsibility__text {
    padding: 15px 30px;
    width: 315px;
    height: 140px;
    font-size: 16px;
    line-height: 20px;
  }
  .responsibility__text:not(:last-child) {
    margin-right: 30px;
  }
  .about__link {
    padding: 15px 105px;
    font-size: 19px;
    line-height: 25px;
    border-radius: 39px;
  }
  .wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .footer__navigation {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 35px;
  }
  .footer__navigation li:not(:last-child) {
    margin-right: 45px;
  }
  .footer__logo {
    width: 165px;
    height: 37px;
    margin-bottom: 45px;
  }
  .copyrite__block {
    width: 255px;
    font-size: 15px;
    line-height: 19px;
  }
}

@media screen and (max-width: 1023px) {
  main {
    width: 100vw;
    overflow-x: hidden;
  }
  .container {
    padding: 0 20px;
  }
  header .container {
    padding-top: 25px;
  }
  header .container::before {
    width: 68px;
    height: 6px;
  }
  .header__logo {
    width: 245px;
    height: 55px;
  }
  .header__navigation {
    display: none;
  }
  .hero {
    height: 470px;
    padding-top: 15px;
    margin-bottom: 50px;
  }
  .hero::after {
    background-image: url("../images/WavesTopTablet.svg");
    height: 135%;
    top: -20%;
  }
  .hero__text__block {
    width: 55%;
  }
  .hero__image__block {
    width: 45%;
  }
  .hero__link {
    padding: 15px 100px;
    font-size: 24px;
    line-height: 31px;
  }
  .hero__image__block::after {
    top: -100px;
  }
  .hero__image img {
    height: 420px;
    margin-left: 30px;
  }
  .hero__circle__block {
    left: 15%;
  }
  .feature {
    margin-bottom: 90px;
  }
  .connection__block:not(:last-child) {
    margin-bottom: 40px;
  }
  .connection__image__block {
    height: 345px;
    padding-right: 15px;
  }
  .connection__image__container {
    padding: 86px 62px;
    margin-left: 15px;
  }
  .connection__text__block {
    padding: 0 0 0 15px;
  }
  .connection__text__block.reverse {
    padding: 0 15px 0 0;
  }
  .connection__text:not(:last-child) {
    margin-bottom: 15px;
  }
  .marketing {
    margin-bottom: 150px;
  }
  .marketing::after {
    background-image: url("../images/WavesBottomTablet.svg");
    width: 200%;
    left: -50%;
    top: -145%;
    height: 310%;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }
}

@media screen and (max-width: 1023px) and (max-width: 910px) {
  .marketing::after {
    top: -130%;
    height: 295%;
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
}

@media screen and (max-width: 1023px) {
  .about {
    padding-bottom: 65px;
  }
  .about::before {
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
  }
  .responsibility__block {
    margin-bottom: 65px;
  }
  .about__link {
    padding: 15px 100px;
    font-size: 24px;
    line-height: 31px;
  }
  .wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  header .container::before {
    width: 51px;
    height: 5px;
  }
  .header__logo {
    width: 130px;
    height: 29px;
  }
  .hero {
    height: 500px;
    padding-top: 20px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .hero::after {
    background-image: url("../images/WavesTopMobile.svg");
    left: 0;
    top: -17%;
    height: 125%;
  }
  .hero__text__block {
    height: 100%;
    padding-top: 80px;
  }
  .hero__title {
    font-size: 32px;
    line-height: 41px;
  }
  .hero__text {
    font-size: 13px;
    line-height: 17px;
  }
  .hero__link {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 110px;
    padding: 15px 85px;
    font-size: 20px;
    line-height: 26px;
  }
  .hero__image__block {
    height: 100%;
    padding-top: 30px;
  }
  .hero__image__block::after {
    top: -40px;
    left: -50px;
    width: 380px;
    height: 445px;
  }
  .hero__image img {
    height: 255px;
    margin-left: 0;
  }
  .hero__circle__block {
    top: 95px;
    left: -40px;
    width: 220px;
    height: 220px;
  }
  .hero__circle__block::before {
    width: 330px;
    height: 330px;
  }
  .hero__circle__block::after {
    width: 275px;
    height: 275px;
  }
  .hero__arrow {
    bottom: 30px;
  }
  .feature::before {
    display: none;
  }
  .feature::after {
    width: 115%;
  }
  .connection__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .connection__block:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .connection__block:not(:last-child) {
    margin-bottom: 25px;
  }
  .connection__image__block {
    height: 208px;
    padding-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  .connection__image__shadow {
    border-radius: 30px;
  }
  .connection__image__shadow::after {
    border-radius: 30px;
  }
  .connection__image__shadow img {
    -webkit-transform: scale(1.07);
        -ms-transform: scale(1.07);
            transform: scale(1.07);
  }
  .connection__image__container {
    padding: 20px 20%;
    margin-left: 0;
    border-radius: 30px;
  }
  .connection__text__block {
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 23px;
  }
  .connection__text__block.reverse {
    padding: 0;
  }
  .connection__text:not(:last-child) {
    margin-bottom: 10px;
  }
  .marketing {
    margin-bottom: 60px;
  }
  .marketing::after {
    background-image: url("../images/WavesBottomMobile.svg");
    top: -110%;
  }
  .marketing__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
    width: 70%;
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }
  .marketing__title {
    font-size: 44px;
    line-height: 59px;
  }
  .about {
    padding-top: 50px;
    padding-bottom: 70px;
    overflow-y: clip;
  }
  .about::before {
    -webkit-transform: scale(3.3);
        -ms-transform: scale(3.3);
            transform: scale(3.3);
  }
  .about__title {
    font-size: 32px;
    line-height: 41px;
    margin-bottom: 10px;
  }
  .about__text {
    width: 280px;
    font-size: 18px;
    line-height: 23px;
  }
  .responsibility__block {
    margin-bottom: 70px;
  }
  .responsibility__text {
    width: 50%;
    max-width: 260px;
    padding: 15px;
    height: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .responsibility__text:not(:last-child) {
    margin-right: 20px;
  }
  .about__link {
    padding: 15px 85px;
    font-size: 20px;
    line-height: 26px;
  }
  .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .footer__navigation {
    -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;
    width: 40%;
    margin-bottom: 50px;
  }
  .footer__navigation li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 45px;
  }
  .footer__logo {
    width: 50%;
    height: 33px;
    margin-bottom: 0;
  }
  .footer__logo img {
    width: 150px;
  }
}

/* TABLET AND MOBILE MENU */
.mobile__header__button {
  display: none;
}

body.menu__open {
  overflow: hidden;
}

.burger__menu__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 227, 0, 0.5);
  z-index: 1000;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.burger__menu__backdrop.is__hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.burger__menu__container {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 340px;
  height: 100%;
  padding: 20px;
  background-color: #0c0c0c;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.burger__menu__backdrop.is__hidden .burger__menu__container {
  -webkit-transform: translateX(-110%);
      -ms-transform: translateX(-110%);
          transform: translateX(-110%);
}

.burger__menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.burger__menu__close:hover {
  border-color: rgba(217, 217, 217, 0.4);
}

.burger__menu__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.burger__menu__close span::after,
.burger__menu__close span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 15px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.burger__menu__close:hover span::after,
.burger__menu__close:hover span::before {
  background-color: rgba(217, 217, 217, 0.4);
}

.burger__menu__close span::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

.burger__menu__close span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.burger__menu__logo {
  margin-top: 55px;
  cursor: pointer;
  width: 250px;
  height: 55px;
}

.burger__menu__container .header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.burger__menu__container .header__navigation__item {
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  -webkit-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}

.burger__menu__container .header__navigation__item:hover {
  color: #ffbb04;
}

.burger__menu__container .header__navigation__item.active {
  color: #ffbb04;
}

.burger__menu__container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 90px;
  padding-bottom: 15px;
}

.burger__menu__container li:not(:last-child) {
  margin-right: 0;
  border-bottom: 1px solid #696969;
}

@media screen and (max-width: 1023px) {
  .mobile__header__button {
    display: block;
  }
  .burger__menu__backdrop {
    display: block;
  }
  .mobile__header__button {
    position: relative;
    width: 32px;
    height: 24px;
    background-color: transparent;
    border: none;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    -webkit-transition: border-color 0.4s;
    -o-transition: border-color 0.4s;
    transition: border-color 0.4s;
  }
  .mobile__header__button:hover {
    border-color: rgba(217, 217, 217, 0.4);
  }
  .mobile__header__button span {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .mobile__header__button:hover span {
    background-color: rgba(217, 217, 217, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .mobile__header__button {
    width: 27px;
    height: 20px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .mobile__header__button span {
    height: 3px;
  }
  .burger__menu__container {
    width: 250px;
  }
  .burger__menu__logo {
    width: 180px;
    height: 40px;
  }
}

/* Adaptive images */
@media screen and (min-width: 355px) and (max-width: 420px) {
  .connection__image__block {
    height: 230px;
  }
  .connection__image__shadow img {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
  }
  .marketing::after {
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    height: 260%;
    top: -90%;
  }
  .about::before {
    -webkit-transform: scale(3.1);
        -ms-transform: scale(3.1);
            transform: scale(3.1);
  }
}

@media screen and (min-width: 421px) and (max-width: 500px) {
  .connection__image__block {
    height: 250px;
  }
  .connection__image__shadow img {
    -webkit-transform: scale(1.09);
        -ms-transform: scale(1.09);
            transform: scale(1.09);
  }
  .marketing::after {
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
    height: 270%;
    top: -100%;
  }
  .about::before {
    top: -30%;
    -webkit-transform: scale(2.9);
        -ms-transform: scale(2.9);
            transform: scale(2.9);
  }
}

@media screen and (min-width: 501px) and (max-width: 580px) {
  .connection__image__block {
    height: 270px;
  }
  .connection__image__shadow img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .marketing::after {
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
    height: 295%;
    top: -130%;
  }
  .about::before {
    top: -25%;
    -webkit-transform: scale(3);
        -ms-transform: scale(3);
            transform: scale(3);
  }
}

@media screen and (min-width: 581px) and (max-width: 680px) {
  .connection__image__block {
    height: 310px;
  }
  .connection__image__shadow img {
    -webkit-transform: scale(1.11);
        -ms-transform: scale(1.11);
            transform: scale(1.11);
  }
  .marketing::after {
    background-image: url(../images/WavesBottomTablet.svg);
    -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
            transform: scale(1.8);
    height: 210%;
    top: -85%;
  }
  .about::before {
    top: -20%;
    -webkit-transform: scale(2.7);
        -ms-transform: scale(2.7);
            transform: scale(2.7);
  }
}

@media screen and (min-width: 681px) and (max-width: 767px) {
  .connection__image__block {
    height: 340px;
  }
  .connection__image__shadow img {
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12);
  }
  .marketing::after {
    background-image: url(../images/WavesBottomTablet.svg);
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    height: 215%;
    top: -85%;
  }
  .about::before {
    top: -20%;
    -webkit-transform: scale(2.2);
        -ms-transform: scale(2.2);
            transform: scale(2.2);
  }
}

@font-face {
  font-family: 'Montserrat';
  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-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  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-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  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-weight: 700;
  font-display: swap;
}

.langCheck {
  position: relative;
  height: 27px;
  width: 100px;
}

@media screen and (max-width: 1023px) {
  .langCheck {
    width: 110px;
    margin-left: 30%;
  }
}

@media screen and (max-width: 767px) {
  .langCheck {
    width: 100px;
    margin-left: 0;
  }
}

.langCheck__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  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;
  z-index: 111;
}

.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__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 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: not-allowed;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

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

.langCheck__item .icon {
  width: 19px;
  height: 18px;
  margin: 3px 6px 3px 6px;
}

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

.langCheck__item .langContext {
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  margin: 5px 7px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

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

.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: 27px;
  background-color: transparent;
  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;
}

.langCheck__item.selected .icon {
  width: 18px;
  height: 18px;
  margin-left: 11px;
}

.langCheck__item.selected .langContext {
  font-size: 20px;
  line-height: 26px;
  margin: 0 5px;
  margin-right: 0;
}

@media screen and (max-width: 1279px) {
  .langCheck__item.selected .langContext {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .langCheck__item.selected .langContext {
    font-size: 24px;
    line-height: 31px;
  }
}

@media screen and (max-width: 767px) {
  .langCheck__item.selected .langContext {
    font-size: 19px;
    line-height: 24px;
  }
}

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

.langCheck__item > a.langContext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #fff;
}

.langCheck__item > a.langContext .icon {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/*!*****************************************************
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 0.2287%;
}

.fflag-ao {
  background-position: center 0.4524%;
}

.fflag-bj {
  background-position: center 0.6721%;
}

.fflag-bw {
  background-position: center 0.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-el {
  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-td.ff-round,
.fflag-gn.ff-round,
.fflag-ci.ff-round,
.fflag-ml.ff-round,
.fflag-ng.ff-round,
.fflag-be.ff-round,
.fflag-fr.ff-round,
.fflag-ie.ff-round,
.fflag-it.ff-round,
.fflag-ro.ff-round {
  background-size: 100% 50000%;
}

.fflag.ff-sm {
  width: 18px;
  height: 11px;
}

.fflag.ff-md {
  width: 27px;
  height: 17px;
}

.fflag.ff-lg {
  width: 42px;
  height: 27px;
}

.fflag.ff-xl {
  width: 60px;
  height: 37px;
}

/* ff-round = circular icons */
.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;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTMLд
<i class="icon icon-home"></i>
*/
.icon-pt {
  background-image: url("../images/sprite.png");
  background-position: 0px -36px;
}

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

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

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

.icon-fi {
  background-image: url("../images/sprite.png");
  background-position: -18px -54px;
}

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

.icon-el {
  background-image: url("../images/sprite.png");
  background-position: -18px -18px;
}

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

.icon-es {
  background-image: url("../images/sprite.png");
  background-position: -54px -36px;
}

.icon-tr {
  background-image: url("../images/sprite.png");
  background-position: -36px -36px;
}

.icon-no {
  background-image: url("../images/sprite.png");
  background-position: -36px 36px;
}

.icon-ua {
  background-image: url("../images/sprite.png");
  background-position: -55px 36px;
}
