html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
dl,
dt,
dd,
ol,
ul,
li,
button,
fieldset,
form,
input,
label,
legend,
textarea,
select,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
b,
i,
u,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-style: normal;
  vertical-align: baseline;
  white-space: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  outline: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  word-break: keep-all;
  -webkit-tap-highlight-color: transparent;
}

form {
  height: inherit;
}

iframe {
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

A:link,
A:active,
A:hover,
A:visited {
  text-decoration: none;
}

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

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@font-face {
  font-family: "TTFirsNeue";
  font-display: swap;
  src: url("../fonts/TTFirsNeue-DemiBold.woff2") format("woff2"), url("../fonts/TTFirsNeue-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "TTFirsNeue";
  font-display: swap;
  src: url("../fonts/TTFirsNeue-Light.woff2") format("woff2"), url("../fonts/TTFirsNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

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

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

header {
  width: 100%;
  padding: 20px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 15;
  background: transparent;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

header.add_bg {
  background: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

header .container {
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

header .container .left {
  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;
}

header .container .left .logo {
  margin-right: 40px;
  cursor: pointer;
}

header .container .left nav.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .container .left nav a:not(:last-child) {
  margin-right: 33px;
}

header .container .left nav div {
  display: none;
}

header .container .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 2rem;
  border-radius: 40px;
  border: 1px solid #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .container .contacts:hover {
  border-color: #3E4650;
  background: #3E4650;
}

header .container .contacts:hover span {
  color: #fff;
}

header .container .contacts span {
  color: #000;
  font-family: "TTFirsNeue";
  font-size: 20px;
  font-weight: 400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

header .container .mob_menu {
  display: none;
  width: 35px;
  height: 28px;
  overflow: hidden;
  position: relative;
}

header .container .mob_menu.active {
  height: 33px;
}

header .container .mob_menu.active span {
  background: #fff !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .container .mob_menu.active span:nth-child(1) {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 50%;
}

header .container .mob_menu.active span:nth-child(2) {
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  top: 50%;
  left: 0;
}

header .container .mob_menu.active span:nth-child(3) {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
}

header .container .mob_menu span {
  width: 35px;
  height: 6px;
  background: #373B41;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header .container .mob_menu span:nth-child(1) {
  top: 0;
  left: 0;
}

header .container .mob_menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

header .container .mob_menu span:nth-child(3) {
  bottom: 0;
  left: 0;
}

@-webkit-keyframes appearence {
  from {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes appearence {
  from {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

.intro {
  width: 100%;
  padding-top: 4rem;
  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;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.intro::before {
  content: "";
  top: -8rem;
  right: 0;
  width: 100%;
  max-width: 50%;
  position: absolute;
  background: #E5EDF0;
  height: 120%;
  z-index: -1;
}

.intro .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.intro .container .top {
  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;
}

.intro .container .top h1 {
  color: #000;
  font-family: "TTFirsNeue";
  line-height: 1.3;
  font-weight: 500;
  font-size: 62px;
  width: 100%;
  max-width: 49rem;
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
}

.intro .container .top h1.anima_start {
  -webkit-animation: appearence 2s ease forwards;
          animation: appearence 2s ease forwards;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.intro .container .top h1 span {
  font-weight: 600;
}

.intro .container .top .big_btn {
  height: auto;
  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;
  min-height: 230px;
  min-width: 230px;
}

.intro .container .top .big_btn a {
  padding: 60px;
  border-radius: 45px;
  background: #FFC425;
  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;
  min-height: 270px;
  min-width: 270px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.intro .container .top .big_btn a:hover {
  border-color: #FFC425;
  background: transparent;
}

.intro .container .top .big_btn a span {
  color: #000;
  font-family: "TTFirsNeue";
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  width: 100%;
  max-width: 9rem;
  line-height: 1.3;
}

.intro .container .bottom {
  width: 100%;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro .container .bottom img {
  width: 50%;
}

.intro .container .bottom p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 32px;
  background: #fff;
  max-width: 13rem;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  color: #A3A3A3;
}

.intro .mob_picture {
  display: none;
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 0rem;
  left: 0;
  z-index: -1;
}

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

.intro .mob_picture p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 15px 15px 32px;
  background: #fff;
  max-width: 13rem;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  color: #A3A3A3;
}

#partners {
  position: relative;
  top: -20rem;
}

.about__us {
  padding-top: 16rem;
  position: relative;
  overflow: hidden;
  margin-bottom: -15rem;
}

.about__us .companies {
  width: 100%;
  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;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 30px;
  z-index: 2;
  background: #fff;
}

.about__us .companies .container-2 {
  width: 100%;
  max-width: 1231px;
  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;
  background: #fff;
  padding: 2rem 0;
  position: relative;
}

.about__us .companies .container-2::before,
.about__us .companies .container-2::after {
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.about__us .companies .container-2::before {
  left: -100%;
}

.about__us .companies .container-2::after {
  right: -100%;
}

.about__us .companies .container-2 .col:first-child {
  margin-right: 100px;
}

.about__us::before {
  content: "";
  width: 100%;
  height: 50%;
  background: #3E4650;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.about__us::after {
  content: "";
  width: 22%;
  height: 50%;
  background: #373C41;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

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

.about__us .container .top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__us .container .top .text__section {
  width: 45%;
}

.about__us .container .top .text__section h2 {
  font-size: 130px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  color: #fff;
  margin-bottom: 20px;
  line-height: 1;
}

.about__us .container .top .text__section p {
  font-size: 25px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #fff;
  text-align: justify;
  line-height: 1.5;
}

.about__us .container .top article {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 45%;
  position: relative;
}

.about__us .container .top article::before {
  content: "";
  width: 20%;
  height: 100%;
  background: #373C41;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.about__us .container .top article img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

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

.about__us .container .top article p span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: justify;
  line-height: 1.4;
  text-align: justify;
}

.about__us .container .top article p span:nth-child(1) {
  margin-bottom: 20px;
}

.about__us .container.container-main {
  position: relative;
  z-index: 5;
}

.about__us .container .medium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 15rem;
  z-index: 2;
  position: relative;
}

.about__us .container .medium article {
  width: 45%;
  position: relative;
}

.about__us .container .medium article img {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

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

.about__us .container .medium article p span {
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  text-align: justify;
}

.about__us .container .medium article p span:first-child {
  margin-bottom: 15px;
}

.about__us .container .medium article p span span {
  font-weight: 500;
}

.about__us .container .medium article:nth-child(1) {
  background: #fff;
  padding: 25px 25px 100px 25px;
  top: -23rem;
}

.about__us .container .medium article:nth-child(1) span {
  color: #3E4650;
}

.about__us .container .medium article:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}

.about__us .container .medium article:nth-child(2) img {
  margin-bottom: 0 !important;
}

.about__us .container .medium article:nth-child(2) p {
  background: #3E4650;
  padding: 50px 0;
  position: relative;
  /* &::after {
      content: "";
      width: 200%;
      height: 100%;
      background: #373B41;
      position: absolute;
      top: 0;
      left: -187%;
      z-index: -2;
  } */
}

.about__us .container .medium article:nth-child(2) p::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3E4650;
  top: 0;
  left: 100%;
  position: absolute;
  z-index: -1;
}

.about__us .container .medium article:nth-child(2) span {
  color: #fff;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
}

.about__us .container .bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  top: -19.1rem;
  z-index: 0;
  position: relative;
  z-index: 1;
}

.about__us .container .bottom::before {
  content: "";
  width: 100%;
  height: 21rem;
  background: #E5EDF0;
  top: -56%;
  right: -22%;
  z-index: -1;
  position: absolute;
}

.about__us .container .bottom article {
  background: #373B41;
  width: 48.01%;
  padding: 55px 0 60px;
  position: relative;
  margin-left: 7%;
}

.about__us .container .bottom article::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #373B41;
  position: absolute;
  top: 0;
  left: -100%;
}

.about__us .container .bottom article img {
  width: 100%;
  max-width: 32rem;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.about__us .container .bottom article p {
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: justify;
  line-height: 1.4;
  width: 100%;
  max-width: 32rem;
  position: relative;
  z-index: 2;
}

.thanks {
  width: 100%;
}

.thanks .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.thanks .container p {
  font-size: 73px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  color: #292E34;
}

.thanks .container .charters img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.support_us {
  width: 100%;
  padding: 140px 0 0;
  overflow: hidden;
  position: relative;
}

.support_us::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 144px;
  height: 100px;
  background: #FFC425;
}

.support_us .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support_us .container .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.support_us .container .left h2 {
  font-size: 73px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  color: #292E34;
  margin-bottom: 25px;
}

.support_us .container .left p {
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #000;
  line-height: 1.4;
}

.support_us .container .left p:nth-child(2) {
  margin-bottom: 40px;
}

.support_us .container .left p span {
  font-weight: 500;
}

.support_us .container .right {
  background: #E5EDF0;
  width: 43%;
  height: 100%;
  padding: 200px 0;
  position: relative;
}

.support_us .container .right::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #E5EDF0;
  position: absolute;
}

.support_us .container .right .big_btn {
  height: auto;
  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%;
  max-width: 17rem;
  margin-left: 20%;
}

.support_us .container .right .big_btn a {
  padding: 50px;
  border-radius: 45px;
  min-height: 15rem;
  background: #FFC425;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid transparent;
}

.support_us .container .right .big_btn a:hover {
  border-color: #FFC425;
  background: transparent;
}

.support_us .container .right .big_btn a span {
  color: #000;
  font-family: "TTFirsNeue";
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  width: 100%;
  max-width: 9rem;
  line-height: 1.3;
}

.contacts_block {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.contacts_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 144px;
  height: 100px;
  background: #FFC425;
}

.contacts_block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts_block .container .left {
  width: 40%;
  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;
}

.contacts_block .container .left .big_btn {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 17rem;
}

.contacts_block .container .left .big_btn a {
  padding: 66px;
  border-radius: 45px;
  min-height: 15rem;
  background: transparent;
  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;
  border: 2px solid #3E4650;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contacts_block .container .left .big_btn a:hover {
  background: #3E4650;
}

.contacts_block .container .left .big_btn a:hover span {
  color: #fff;
}

.contacts_block .container .left .big_btn a span {
  color: #000;
  font-family: "TTFirsNeue";
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  width: 100%;
  max-width: 9rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  line-height: 1.3;
}

.contacts_block .container .right {
  padding: 155px 0;
  width: 60%;
  background: #3E4650;
  position: relative;
}

.contacts_block .container .right::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #3E4650;
  top: 0;
  left: 100%;
  position: absolute;
}

.contacts_block .container .right h2 {
  color: #FFF;
  font-size: 73px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  margin-bottom: 20px;
  margin-left: 20%;
}

.contacts_block .container .right p {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  line-height: 1.5;
  margin-left: 20%;
}

.team {
  width: 100%;
  padding: 145px 0 135px;
}

.team .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team .container .title {
  font-size: 40px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #070707;
  text-align: center;
  margin-bottom: 25px;
  width: 100%;
  max-width: 59rem;
}

.team .container .title span {
  font-weight: 500;
}

.team .container .subtitle {
  text-align: center;
  color: #3E4650;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  width: 100%;
  max-width: 59rem;
  width: 100%;
  max-width: 60rem;
  line-height: 1.4;
}

.team .container h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: "TTFirsNeue";
  color: #3E4650;
  margin-bottom: 25px;
}

.team .container .swiper-container {
  display: none;
}

.team .container .members,
.team .container .swiper-container {
  width: 100%;
  overflow: hidden;
}

.team .container .members .swiper-wrapper,
.team .container .swiper-container .swiper-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  height: auto !important;
}

.team .container .members .col,
.team .container .swiper-container .col {
  background: #F3F7F8;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team .container .members .col .top,
.team .container .swiper-container .col .top {
  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;
  margin-bottom: 27px;
}

.team .container .members .col .top img,
.team .container .swiper-container .col .top img {
  margin-right: 18px;
  width: 100%;
  max-width: 5rem;
}

.team .container .members .col .top .about__member .name,
.team .container .swiper-container .col .top .about__member .name {
  font-size: 17px;
  font-weight: 600;
  font-family: "TTFirsNeue";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}

.team .container .members .col .top .about__member .name span,
.team .container .swiper-container .col .top .about__member .name span {
  font-size: 17px;
  font-weight: 600;
  font-family: "TTFirsNeue";
  color: #000;
}

.team .container .members .col .top .about__member .name span span,
.team .container .swiper-container .col .top .about__member .name span span {
  font-size: 17px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #000;
}

.team .container .members .col .top .about__member .position,
.team .container .swiper-container .col .top .about__member .position {
  font-size: 15px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #3E4650;
}

.team .container .members .col .bottom__text,
.team .container .swiper-container .col .bottom__text {
  font-size: 16px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #3E4650;
  text-align: justify;
  line-height: 1.4;
}

footer {
  background: #3E4650;
  padding: 60px 0 85px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1390px !important;
}

footer .container .mob_version_btns {
  display: none;
  margin-bottom: 50px;
}

footer .container .mob_version_btns a:nth-child(2) {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

footer .container .mob_version_menu {
  display: none;
  width: 100%;
}

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

footer .container nav a {
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #fff;
}

footer .container nav a:not(:last-child) {
  margin-bottom: 25px;
}

footer .container .big_btn {
  padding: 20px 40px;
  background: #FFC425;
  border-radius: 50px;
  min-height: 260px;
  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;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 2px solid transparent;
}

footer .container .big_btn:hover {
  border-color: #FFC425;
  background: transparent;
}

footer .container .big_btn:hover span {
  color: #fff;
}

footer .container .big_btn span {
  font-size: 25px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #3E4650;
  max-width: 11rem;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
}

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

footer .container .block__socials a {
  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;
}

footer .container .block__socials a img {
  margin-right: 15px;
}

footer .container .block__socials a:not(:last-child) {
  margin-bottom: 25px;
}

footer .container .block__socials a p {
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #fff;
}

footer .container .contacts {
  padding: 50px 25px;
  border: 1px solid #FFF;
  border-radius: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

footer .container .contacts:hover {
  background: #fff;
}

footer .container .contacts:hover span {
  color: #3E4650;
}

footer .container .contacts span {
  font-size: 16px;
  font-weight: 500;
  font-family: "TTFirsNeue";
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.popup__contacts {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px) contrast(60%);
  -webkit-backdrop-filter: blur(10px) contrast(60%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow-y: scroll;
}

.popup__contacts.active {
  opacity: 1;
  visibility: visible;

}

.popup__contacts .popup__close_area {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: transparent;
  cursor: pointer;
}

@media(max-width:700px) {
  .popup__contacts .block__socials {
    flex-wrap: wrap;
  }
  .popup__contacts .block__socials a {
    margin-bottom: 12px;
  }

  .popup__contacts .popup__body .main_title.account {
    font-size: 14px !important;
  }

  .popup__contacts .popup__body .main_title {
    font-size: 17px !important;
  }

  .popup__contacts .popup__body .appointment {
    font-size: 14px !important;
  }
}

.popup__contacts .popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 27px;
  background: #FFF;
  padding: 26px 40px;
  width: 100%;
  position: absolute;
  z-index: 3;
  max-width: 100%;
  top: 0;
}

.popup__contacts .popup__body__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0;
  padding: 15px;
}



.popup__contacts .popup__body .block__socials {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
}

.popup__contacts .popup__body .block__socials a {
  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;
}

.popup__contacts .popup__body .block__socials a img {
  margin-right: 8px;
  width: 20px;
}



.popup__contacts .popup__body .block__socials a p {
  font-size: 20px;
  font-weight: 400;
  font-family: "TTFirsNeue";
  color: #3E4650;
}

.popup__contacts .popup__body .top {
  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;
  margin-bottom: 40px;
}

.popup__contacts .popup__body .top .logo img {
  width: 100%;
  max-width: 157px;
}

.popup__contacts .popup__body .top .btn__close__popup {
  width: 35px;
  height: 35px;
  position: relative;
  cursor: pointer;
}

.popup__contacts .popup__body .top .btn__close__popup::before {
  content: "";
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
}

.popup__contacts .popup__body .top .btn__close__popup span {
  width: 35px;
  height: 5px;
  background: #3E4650;
}

.popup__contacts .popup__body .top .btn__close__popup span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  left: 0;
  position: absolute;
}

.popup__contacts .popup__body .top .btn__close__popup span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  left: 0;
  position: absolute;
}

.popup__contacts .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width:50%;
  border-right: 1px solid #A8A8A8;
  padding-right: 150px;
}


.popup__contacts .popup__body__wrapper .popup__body .bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.popup__contacts .popup__body__wrapper .popup__body .bottom .right {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  padding-left: 150px;
  flex-direction: column;
  align-items: center;
}

@media (max-width:992px) {
  .popup__contacts .popup__body__wrapper .popup__body .bottom {
    
    flex-direction: column;
  }

  .popup__contacts .popup__body__wrapper .popup__body .bottom .left {
    width: 100%;
    
    padding-right: 0;
    margin-bottom: 2rem;
    border-right: 0;
  }

  .popup__contacts .popup__body__wrapper .popup__body .bottom .right {
    width: 100%;
    
    padding-left: 0 !important;
  }

  .popup__contacts .popup__body__wrapper .popup__body .bottom .right img {
    max-width: 100%;
    object-fit: cover;
    display: block;
  }

  .popup__contacts .popup__body__wrapper .popup__body .bottom .right p{
    margin-bottom: 50px;
  }
}

@media (max-width:1100px) {
  .popup__contacts .popup__body__wrapper .popup__body .bottom .right {
    
    padding-left: 30px;
    
  }
}

.popup__contacts .popup__body__wrapper .popup__body .bottom .right p{
  font-family: "TTFirsNeue";
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 60px;
}

@media(max-width:992px) {
  .popup__contacts .popup__body__wrapper .popup__body .bottom .right p{
    margin-bottom: 35px;
  }
}

.popup__contacts .popup__body__wrapper .popup__body .bottom .right p span{
  font-weight: 500;
}



.popup__contacts .left .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #E7E7E7;
}

.popup__contacts .left .col:not(:last-child) {
  margin-bottom: 15px;
}

.popup__contacts .left .col .appointment {
  font-family: "TTFirsNeue";
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.popup__contacts .left .col .main_title {
  font-family: "TTFirsNeue";
  color: #000;
  font-weight: 500;
  font-size: 19px;
}

.container {
  width: 100%;
  max-width: 1495px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
}

nav a span {
  color: #000;
  font-family: "TTFirsNeue";
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

nav a:hover span {
  border-bottom: 1px solid #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

._anim__item {
  opacity: 0;
  -webkit-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -webkit-transform-origin: 0.8s;
      -ms-transform-origin: 0.8s;
          transform-origin: 0.8s;
}

._anim__item._active {
  opacity: 1;
  -webkit-transform-origin: 0.8s;
      -ms-transform-origin: 0.8s;
          transform-origin: 0.8s;
}

p._anim__item,
h2._anim__item {
  -webkit-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

p._anim__item._active,
h2._anim__item._active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@media (min-width: 955px) {
  .intro .container .bottom {
    position: relative;
  }
}

@media (min-width: 1340px) {
  .team .container .members .col .top .about__member .name span,
  .team .container .swiper-container .col .top .about__member .name span {
    white-space: nowrap;
  }
}

@media (max-width: 1280px) {
  .team .container .members .swiper-wrapper,
  .team .container .swiper-container .swiper-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1220px) {
  .about__us .container .bottom article img {
    max-width: 25rem;
  }

  .about__us .container .bottom article p {
    max-width: 25rem;
  }
}

@media (max-width: 1200px) {
  .about__us .container .top .text__section h2 {
    font-size: 100px;
  }

  .about__us .container .top .text__section p {
    font-size: 19px;
  }

  .about__us .container .top article p span {
    font-size: 17px;
  }
}

@media (max-width: 1170px) {
  .intro .container .top h1 {
    font-size: 58px;
  }
}

@media (max-width: 1160px) {
  .thanks .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 1140px) {
  footer .container .logo img {
    width: 100%;
    max-width: 10rem;
  }

  footer .container nav a {
    font-size: 17px;
  }

  footer .container .block__socials a p {
    font-size: 17px;
  }

  .popup__contacts .popup__body .block__socials a p {
    font-size: 17px;
  }
}

@media (max-width: 1070px) {
  header .container .left .logo {
    margin-right: 45px;
  }

  header .container .left nav a:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 992px) {
  header {
    padding: 10px 0;
  }

  header .container {
    padding: 0 25px;
  }

  header .container .left .logo img {
    width: 100px;
  }

  header .container .left nav {
    position: absolute;
    top: 0;
    left: 0;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    height: 100vh;
    padding: 5rem 0.2rem 1rem;
    display: none;
  }

  header .container .left nav::before {
    background: rgba(62, 70, 80, 0.5215686275);
    position: absolute;
    backdrop-filter: blur(10px) contrast(60%);
    -webkit-backdrop-filter: blur(2px) contrast(60%);
    top: -4%;
    left: 0;
    width: 100%;
    content: "";
    height: 104%;
    z-index: -1;
  }

  header .container .left nav a:not(:last-child) {
    margin: 0 0 20px 0;
  }

  header .container .left nav a:not(:last-child) span {
    color: #fff;
  }

  header .container .left nav div {
    display: block;
  }

  header .container .left nav div .contacts {
    display: block !important;
  }

  header .container .contacts {
    display: none;
    border-color: #fff;
  }

  header .container .contacts span {
    color: #fff;
  }

  header .container .mob_menu {
    display: block;
  }

  .about__us {
    margin-bottom: 0;
    padding-top: 12rem;
  }

  .about__us .companies .container-2 {
    padding: 20px 0;
  }

  .about__us .companies .container-2::before,
  .about__us .companies .container-2::after {
    content: "";
  }

  .about__us .companies .container-2 .col img {
    width: 100%;
    display: block;
  }

  .about__us .companies .container-2 .col:first-child {
    margin-right: 50px;
  }

  .about__us::before {
    height: 73%;
  }

  .about__us::after {
    display: none;
  }

  .about__us .container {
    padding: 0 !important;
  }

  .about__us .container .top {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px !important;
  }

  .about__us .container .top .text__section {
    width: 100%;
    margin-bottom: 40px;
  }

  .about__us .container .top article {
    width: 100%;
  }

  .about__us .container .top article::before {
    width: 29%;
    right: -12%;
  }

  .about__us .container .medium {
    -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;
    margin-top: 50px;
  }

  .about__us .container .medium article {
    width: 100%;
    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;
  }

  .about__us .container .medium article img {
    margin-bottom: 0;
    padding: 0 30px !important;
  }

  .about__us .container .medium article p {
    padding: 15px 30px !important;
    width: 100%;
  }

  .about__us .container .medium article:nth-child(1) {
    top: 0;
    margin-bottom: 50px;
    padding: 15px 0;
    background: transparent;
  }

  .about__us .container .medium article:nth-child(1)::before {
    left: 0;
    z-index: -1;
    width: 98%;
  }

  .about__us .container .medium article:nth-child(2) p {
    border: 0;
    background: #fff;
  }

  .about__us .container .medium article:nth-child(2) p::before {
    left: 0;
    background: #fff;
    top: -100%;
  }

  .about__us .container .medium article:nth-child(2) span {
    color: #3E4650;
  }

  .about__us .container .bottom::before {
    display: none;
  }

  .about__us .container .bottom {
    top: 0;
  }

  .about__us .container .bottom article {
    background: transparent;
    width: 100%;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0%;
    padding: 15px 30px !important;
  }

  .about__us .container .bottom article::before {
    left: 0;
    bottom: 0 !important;
    height: 50%;
    top: auto;
  }

  .about__us .container .bottom article img {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .about__us .container .bottom article p {
    max-width: 100%;
  }

  .thanks {
    padding: 30px 0 40px;
  }

  .support_us {
    background: #E5EDF0;
    padding: 20px 0;
  }

  .support_us::before {
    display: none;
  }

  .support_us .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .support_us .container .left {
    width: 100%;
    margin-bottom: 20px;
  }

  .support_us .container .right {
    background: none;
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }

  .support_us .container .right::before {
    display: none;
  }

  .support_us .container .right .big_btn {
    margin-left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .contacts_block {
    padding: 20px 0;
    background: #3E4650;
  }

  .contacts_block::before {
    display: none;
  }

  .contacts_block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .contacts_block .container .left {
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .contacts_block .container .left .big_btn {
    margin-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .contacts_block .container .left .big_btn a {
    border-color: #fff;
  }

  .contacts_block .container .left .big_btn a span {
    color: #fff;
  }

  .contacts_block .container .right {
    padding: 0;
    background: transparent;
    width: 100%;
    margin-bottom: 20px;
  }

  .contacts_block .container .right h2 {
    margin-left: 0;
  }

  .contacts_block .container .right p {
    margin-left: 0;
  }

  .team {
    padding: 40px 0;
  }

  footer {
    padding: 20px 0 30px;
  }

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

  footer .container .mob_version_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer .container .mob_version_btns a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .container .mob_version_btns .big_btn {
    margin-right: 20px;
    padding: 20px 10px;
    border-radius: 22px;
    min-height: 120px;
  }

  footer .container .mob_version_btns .big_btn span {
    font-size: 14px;
    color: #000;
    max-width: 6rem;
    font-weight: 500;
  }

  footer .container .mob_version_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  footer .container .mob_version_menu nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  footer .container .mob_version_menu .block__socials {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  footer .container .logo {
    margin-bottom: 20px;
  }

  footer .container nav {
    display: none;
  }

  footer .container .big_btn {
    display: none;
  }

  footer .container .block__socials {
    display: none;
  }

  footer .container .contacts {
    display: none;
    padding: 27px 8px;
    border-radius: 14px;
  }

  footer .container .contacts span {
    font-size: 12px;
  }

  footer .container .contacts span {
    font-size: 12px;
  }
}

@media (max-width: 955px) {
  .intro {
    padding-top: 270px;
    min-height: 68rem;
  }

  .intro::before {
    top: -5rem;
    max-width: 50%;
    height: 100%;
  }

  .intro .container .top {
    -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;
  }

  .intro .container .top h1 {
    margin-bottom: 20px;
  }

  .intro .container .top .big_btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .intro .container .top .big_btn a {
    min-height: 15rem;
  }

  .intro .container .bottom img:nth-child(2) {
    position: absolute;
    top: 1rem;
    right: 0;
  }

  .intro .container .bottom img:nth-child(1) {
    display: none;
  }

  .intro .container .bottom p {
    display: none;
  }

  .intro .mob_picture {
    display: block;
  }

  .support_us .container .right .big_btn a {
    min-height: 15rem;
  }

  .contacts_block .container .left .big_btn a {
    min-height: 15rem;
  }
}

@media (max-width: 900px) {
  .team .container h3 {
    font-size: 20px;
  }

  .team .container .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .team .container .members {
    display: none;
  }

  .team .container .members .swiper-wrapper,
  .team .container .swiper-container .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
  }
}

@media (max-width: 850px) {
  .team .container .title {
    font-size: 17px;
  }

  .team .container .subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

@media (max-width: 775px) {
  .intro {
    min-height: 63rem;
  }
}

@media (max-width: 680px) {
  .intro {
    padding-top: 200px;
    min-height: 50rem;
  }

  .intro .container .top h1 {
    font-size: 40px;
    max-width: 34rem;
  }
}

@media (max-width: 600px) {
  .about__us {
    padding-top: 7rem;
  }

  .about__us .container .top .text__section h2 {
    font-size: 65px;
  }

  .about__us .container .top .text__section p {
    font-size: 14px;
  }

  .about__us .container .top article p span {
    font-size: 12px;
  }

  .about__us .container .medium article p span {
    font-size: 12px;
  }

  .about__us .container .bottom article p {
    font-size: 12px;
  }

  .thanks .container p {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .thanks .container p {
    font-size: 20px;
  }

  .support_us .container .left h2 {
    font-size: 20px;
  }

  .support_us .container .left p:nth-child(2) {
    margin-bottom: 20px;
  }

  .support_us .container .left p {
    font-size: 12px;
  }

  .support_us .container .right .big_btn a {
    padding: 7px;
    min-height: 7rem;
    border-radius: 23px;
  }

  .support_us .container .right .big_btn a span {
    font-size: 14px;
    max-width: 6rem;
  }

  .contacts_block .container .left .big_btn a {
    padding: 22px;
    min-height: 7rem;
    border-radius: 23px;
  }

  .contacts_block .container .left .big_btn a span {
    font-size: 14px;
    max-width: 6rem;
  }

  .contacts_block .container .right h2 {
    font-size: 20px;
  }

  .contacts_block .container .right p {
    font-size: 12px;
  }

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

  footer .container .mob_version_menu nav a {
    font-size: 12px;
  }

  footer .container nav a:not(:last-child) {
    margin-bottom: 20px;
  }

  footer .container .block__socials a img {
    width: 17px;
  }

  footer .container .block__socials a:not(:last-child) {
    margin-bottom: 16px;
  }

  footer .container .block__socials a p {
    font-size: 12px;
  }
}

@media (max-width: 580px) {
  .intro .container .top .big_btn a {
    padding: 40px;
  }
}

@media (max-width: 500px) {
  .intro {
    min-height: 45rem;
  }
}

@media (max-width: 482px) {
  .intro {
    padding-top: 150px;
    min-height: 34rem;
  }

  .intro .container .top h1 {
    font-size: 24px;
    max-width: 18rem;
  }

  .intro .container .top .big_btn {
    min-height: auto;
    min-width: auto;
  }

  .intro .container .top .big_btn a {
    /* padding: 23px;
    min-height: 9rem; */
    border-radius: 27px;
    min-height: 7.5rem;
    padding: 10px;
    min-width: auto;
  }

  .intro .container .top .big_btn a span {
    font-size: 14px;
    max-width: 6rem;
  }
}

@media (max-width: 440px) {
  .intro .mob_picture p {
    padding: 11px 11px 12px 16px;
    max-width: 9rem;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .intro {
    padding-top: 125px;
    min-height: 30rem;
  }

  footer .container .mob_version_menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  footer .container .mob_version_menu nav {
    margin-bottom: 30px;
  }

  .popup__contacts .popup__body {
    padding: 25px;
  }

  .popup__contacts .popup__body .top {
    margin-bottom: 40px;
  }
}

@media (max-width: 330px) {
  .intro {
    min-height: 27rem;
  }
}