:root {
  --firmennyy: #00aeac;
  --chernyy-tekst: #292929;
  --dop-akcent: #fe504d;
  --seryy-tekst: #747474;
  --svetlyy-seryy: #c9d1da;
  --gradient: #53b5b6;
  --gradient-krasnyy: #fe504d;
}

.menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.menu ul li {
  list-style: none;
}

/* gamburger menu */
.hamburger,
.hamburger-2 {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0;
  overflow: visible;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  position: relative;
  top: 0;
  right: 0;
  border: 1px solid #424242;
  border-radius: 20px;
}

@media (max-width: 650px) {
  .hamburger-2 {
    position: absolute;
    top: 5px;
    right: 15px;
  }
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #0099EF;
}

.hamburger--collapse.is-active {
  z-index: 10;
  padding: 0;
  top: 0;
}

.hamburger-box {
  width: 22px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 22px;
  height: 3px;
  border-radius: 8px;
  background-color: #0099EF;
  position: absolute;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: 8px;
}

.hamburger--collapse .hamburger-inner {
  width: 22px;
  top: 0;
  bottom: auto;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner {
  width: 22px;
  top: 17px;
  left: 0;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Manrope', sans-serif;
  background: #F4F4F4;
}

a {
  color: #0099EF;
  text-decoration: underline;
}

a:hover {
  color: #0099EF;
  text-decoration: none;
  transition: 0.5s;
}

a:active, a:focus, a.active {
  color: #0099EF;
  text-decoration: none;
  transition: 0.5s;
}

p {
  color: #101010;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 10px;
}

div {
  line-height: 130%;
  color: #101010;
}

strong {
  font-weight: 500;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  box-sizing: border-box;
  color: #101010;
}

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

.d-flex {
  display: flex;
}

.d-none {
  display: none;
}

.container {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  appearance: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

textarea {
  resize: vertical;
}

.font_white {
  color: #FFFFFF;
}

.font_accent {
  color: #0099EF;
}

.font_accent2 {
  color: #FEAD42;
}

.font_gray {
  color: #747474;
}

.font_black {
  color: #101010;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #101010;
  font-weight: bold;
}

h1 {
  font-size: 30px;
  line-height: 110%;
  color: #101010;
}

@media (min-width: 992px) {
  h1 {
    font-size: 48px;
  }
}

h1 span {
  color: #254A9A;
}

h2 {
  font-size: 44px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

.title-mid {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #101010;
}

@media (min-width: 992px) {
  .title-mid {
    font-size: 28px;
    line-height: 40px;
  }
}

.title-block {
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  color: #101010;
}

@media (min-width: 992px) {
  .title-block {
    font-size: 60px;
  }
}

.title-block span {
  color: #0099EF;
}

.subtitle {
  font-size: 16px;
  color: #747474;
}

@media (min-width: 992px) {
  .subtitle {
    font-size: 26px;
  }
}

/* btns */
.btn {
  display: inline-block;
  height: 44px;
  border: 0;
  padding: 12px 28px;
  outline: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #101010;
  text-decoration: none;
  background: transparent;
  text-align: center;
  user-select: none;
  cursor: pointer;
}

.btn:hover, .btn:focus {
  border: 0;
}

.btn-more {
  font-size: 16px;
  color: #101010;
  font-weight: bold;
  text-decoration: none;
  height: 70px;
  width: 150px;
  border: 1px solid #C3C3C3;
  border-radius: 25px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (min-width: 992px) {
  .btn-more {
    height: 90px;
    width: 180px;
    font-size: 20px;
  }
}

.btn-more img {
  width: 10px;
  height: 10px;
  position: relative;
  top: -8px;
  left: 4px;
}

.btn-more:hover {
  border: 1px solid #0099EF;
  color: #0099EF;
}

.btn-show {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
  height: auto;
  padding: 0;
}

@media (min-width: 992px) {
  .btn-show {
    font-size: 20px;
  }
}

.btn-show img {
  width: 10px;
  height: 10px;
  position: relative;
  top: -10px;
}

.btn-show:hover {
  color: #0099EF;
  transition: 0.5s;
}

.btn-line {
  padding: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .btn-line {
    height: auto;
  }
}

@media (max-width: 991px) {
  .btn-line img {
    width: 10px;
    height: 10px;
  }
}

.btn-line span {
  color: #FFFFFF;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  margin-right: 12px;
  line-height: 130%;
}

@media (max-width: 991px) {
  .btn-line span {
    font-size: 16px;
  }
}

.btn-line span::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #0099EF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn-line:hover span, .btn-line:active span, .btn-line.active span {
  color: #0099EF;
  transition: 0.5s;
}

.btn-border {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  font-size: 18px;
  font-weight: bold;
  color: #0099EF;
  border: 1px solid #0099EF;
  border-radius: 5px;
  transition: 0.5s;
}

@media (max-width: 767px) {
  .btn-border {
    height: 45px;
    font-size: 16px;
  }
}

.btn-border:hover {
  color: #009290;
  border: 1px solid #009290;
}

.btn-border-red {
  color: #FE504D;
  border: 1px solid #FE504D;
}

.btn-border-red:hover {
  color: #C00300;
  border: 1px solid #C00300;
}

.art-button {
  width: 100%;
  height: 80px;
  border-radius: 25px;
  border: 1px solid #C3C3C3;
  color: #101010;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  padding: 0 26px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  .art-button {
    width: 492px;
    height: 100px;
    font-size: 20px;
    justify-content: center;
  }
}

.art-button:hover, .art-button:focus, .art-button:active {
  color: #0099EF;
  border: 1px solid #0099EF;
  transition: all 0.5s;
}

.art-button-2 {
  width: 100%;
  height: 70px;
  border-radius: 25px;
  background: #0099EF;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  padding: 0 26px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  .art-button-2 {
    width: 400px;
    height: 90px;
    font-size: 20px;
    justify-content: center;
  }
}

.art-button-2 svg {
  margin-left: 10px;
}

.art-button-2:hover, .art-button-2:focus, .art-button-2:active {
  color: #FFFFFF;
  background: #201B1B;
  transition: all 0.5s;
}

.art-hover-1 {
  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  animation: shadow 1.5s infinite;
  transition: transform 0.5s;
}

.art-hover-1:hover {
  animation: none 1.5s infinite;
  transform: translateY(-5px);
  transition: transform 0.5s;
}

.art-hover-1:active,
.art-hover-1:focus {
  animation: shadow 1.5s;
  transform: translateY(-5px);
}

@keyframes shadow {
  0% {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
  }
  100% {
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
  }
}

.line-white,
.line-accent,
.line-accent-two,
.line-gray,
.line-blue {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.line-white::before,
.line-accent::before,
.line-accent-two::before,
.line-gray::before,
.line-blue::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.5s;
}

.line-white:hover:before,
.line-accent:hover:before,
.line-accent-two:hover:before,
.line-gray:hover:before,
.line-blue:hover:before {
  opacity: 0;
  transition: 0.5s;
}

.line-white::before {
  background: #FFFFFF;
}

.line-accent {
  color: #0099EF;
  font-weight: bold;
  transition: color 0.5s;
}

.line-accent:hover {
  color: #009290;
}

.line-accent::before {
  background: #0099EF;
}

.line-accent-two {
  color: #FE504D;
  font-weight: bold;
  transition: color 0.5s;
}

.line-accent-two:hover {
  color: #C00300;
}

.line-accent-two::before {
  background: #FE504D;
}

.line-gray::before {
  background: #B7B7B7;
}

.line-blue::before {
  background: rgba(37, 74, 154, 0.3);
}

.font-gray {
  color: #747474;
}

.font-black {
  color: #101010;
}

.font-accent {
  color: #0099EF;
}

.font-blue {
  color: #254A9A;
}

/* end btns */
.form-group {
  position: relative;
  margin-bottom: 16px;
}

.form-group input {
  background: none;
  border: 0;
  height: 90px;
  width: 100%;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #747474;
  outline: none;
  border: 1px solid #C3C3C3;
  border-radius: 25px;
}

@media (max-width: 991px) {
  .form-group input {
    height: 70px;
    font-size: 16px;
    padding: 10px 28px;
  }
}

.form-group input:focus {
  color: #101010;
}

.form-group.has_value input {
  color: #101010;
}

.form-group label {
  font-weight: 400;
  font-size: 20px;
  color: #747474;
}

.form-check {
  margin: 24px 0;
}

.checkbox-group {
  position: relative;
}

.checkbox-group input {
  display: none;
}

.checkbox-group label {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #747474;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
}

.checkbox-group label:before {
  content: '';
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #747474;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkbox-group label:after {
  content: '';
  width: 10px;
  height: 8px;
  background: url(../images/icons/check-white.svg) top center no-repeat;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  opacity: 0;
}

.checkbox-group input:checked + label {
  color: #101010;
  transition: 0.5s;
}

.checkbox-group input:checked + label::before {
  background: #101010;
  border: 1px solid #101010;
  transition: 0.5s;
}

.checkbox-group input:checked + label:after {
  opacity: 1;
  transition: 0.5s;
}

/* to top */
.to-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  visibility: hidden;
  transition: all ease-out 1s;
  width: 50px;
  height: 50px;
  background: rgba(120, 120, 120, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .to-top {
    width: 35px;
    height: 35px;
    right: 8px;
  }
}

.to-top:hover {
  background: rgba(120, 120, 120, 0.8);
  transition: 0.5s;
}

/* end to top */
.phone {
  display: block;
  font-size: 24px;
  line-height: 130%;
  text-decoration: none;
  color: #101010;
}

.phone:hover {
  color: #101010;
}

.phone span {
  font-weight: bold;
}

.email {
  color: #7E7E86;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
}

.email:hover {
  color: #263E73;
  transition: color 0.5s;
}

.sotial-link {
  display: flex;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #254A9A;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .sotial-link {
    width: 45px;
    height: 45px;
    margin: 0 6px;
  }
}

.sotial-link:last-child {
  margin-right: 0;
}

.sotial-link:first-child {
  margin-left: 0;
}

.sotial-link svg {
  transform: scale(0.7);
}

@media (min-width: 768px) {
  .sotial-link svg {
    transform: scale(1);
  }
}

.sotial-link svg path {
  fill: #11152A;
  transition: 0.5s;
}

.sotial-link:hover {
  background: #263E73;
  opacity: 1;
}

.sotial-link:hover svg path {
  fill: #FFFFFF;
  transition: 0.5s;
}

/*header*/
.header {
  position: relative;
  z-index: 4;
}

body.mobile .header {
  z-index: 1;
}

.header-mobile-line {
  justify-content: space-between;
  align-items: center;
  height: 40px;
}

.header-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 82px;
}

@media (max-width: 991px) {
  .header-wrap {
    display: block;
    max-width: 175px;
    position: relative;
    height: auto;
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .header-logo {
    width: 100%;
    margin-bottom: 6px;
  }
}

/*end header*/
/* menu blocks */
.menu-block {
  height: 100%;
  display: flex;
  max-width: 100%;
  width: 100%;
}

@media (max-width: 991px) {
  .menu-block {
    display: none;
    border-right: 0;
    border-left: 0;
    padding: 0;
    max-width: 100%;
    margin-bottom: 45px;
  }
}

.menu-block ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 786px;
  width: 100%;
}

.menu-block ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

@media (min-width: 992px) {
  .menu-block ul li {
    margin: 0 16px;
  }
}

.menu-block ul li a.menu-link {
  font-style: normal;
  font-size: 18px;
  line-height: 130%;
  color: #A8A8A8;
  text-decoration: none;
}

.menu-block ul li a.menu-link:hover {
  color: #FFFFFF;
  transition: 0.5s;
}

.menu-block ul li a.menu-link:active, .menu-block ul li a.menu-link:focus, .menu-block ul li a.menu-link.active {
  color: #0099EF;
  transition: 0.5s;
}

.menu-block ul li.dropdown-menu {
  position: relative;
}

@media (min-width: 992px) {
  .submenu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: -1;
    transform: translateX(-100px);
    height: 0;
    overflow: hidden;
    opacity: 1;
    background: #FFFFFF;
    transition: all 0.6s ease;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.25);
  }
  .dropdown-menu.active .submenu {
    z-index: 30;
    height: auto;
    transform: translateX(0px);
    transition: all 0.6s ease;
  }
  .submenu-xl {
    max-width: 706px;
    width: 706px;
  }
  .submenu-xl .submenu-wrap {
    column-count: 3;
    column-gap: 30px;
  }
  .submenu-lg {
    max-width: 260px;
    width: 260px;
  }
  .submenu-lg .submenu-wrap {
    padding: 0 20px;
  }
  .submenu-lg .submenu-wrap .submenu-block {
    margin-bottom: 0;
  }
  .submenu-sm {
    max-width: 214px;
    width: 214px;
  }
  .submenu-wrap {
    max-width: 1276px;
    padding: 30px;
    margin: 0 auto;
  }
  .submenu-label {
    margin-bottom: 20px;
  }
  .submenu-block {
    width: 200px;
    margin-bottom: 46px;
  }
  .submenu-block .submenu-label {
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: #101010;
  }
  .submenu-block .submenu-links {
    margin-top: 19px;
  }
  .submenu-block .submenu-links a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #101010;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
  }
  .submenu-block .submenu-links a:hover {
    color: #0099EF;
    transition: 0.5s;
  }
  .submenu-wrap > a {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #101010;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
  }
  .submenu-wrap > a:hover {
    color: #0099EF;
    transition: 0.5s;
  }
  .menu-link.dropdown svg {
    position: relative;
    transform: rotateX(0deg);
    top: 0;
    margin-left: 16px;
    transition: 0.5s;
  }
  .menu-link.dropdown:hover svg rect {
    fill: #0099EF;
    transition: 0.5s;
  }
  .menu-link.dropdown:active svg rect, .menu-link.dropdown.active svg rect, .menu-link.dropdown:focus svg rect {
    fill: #0099EF;
    transition: 0.5s;
  }
  .dropdown-menu.active .menu-link.dropdown svg {
    transform: rotateX(180deg);
  }
}

a.menu-link.dropdown {
  display: flex;
  align-items: center;
}

a.menu-link.dropdown .icon-burger {
  width: 22px;
  height: 21px;
  position: relative;
  margin-right: 14px;
}

a.menu-link.dropdown .icon-burger span {
  display: block;
  background: #FE504D;
  height: 4px;
  border-radius: 8px;
  position: absolute;
  transition: width 0.5s;
}

a.menu-link.dropdown .icon-burger span:nth-child(1) {
  width: 18px;
  top: 0;
}

a.menu-link.dropdown .icon-burger span:nth-child(2) {
  width: 21.5px;
  top: 8px;
}

a.menu-link.dropdown .icon-burger span:nth-child(3) {
  width: 14px;
  top: 16.5px;
}

a.menu-link.dropdown:hover .icon-burger span:nth-child(1) {
  width: 21.5px;
}

a.menu-link.dropdown:hover .icon-burger span:nth-child(2) {
  width: 21.5px;
}

a.menu-link.dropdown:hover .icon-burger span:nth-child(3) {
  width: 21.5px;
}

/* end menu blocks */
/* mobile section */
.mobile-menu {
  display: block;
  opacity: 0;
  z-index: -1;
  width: 70%;
  position: fixed;
  right: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}

@media (max-width: 600px) {
  .mobile-menu {
    width: 88%;
  }
}

.mobile-menu.active {
  opacity: 1;
  z-index: 501;
}

.mobile-menu.active .mobile-menu-wrapper {
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition: 0.5s;
}

.mobile-menu.active.close .mobile-menu-wrapper {
  transform: translate3d(100%, 0, 0);
}

.mobile-menu-wrapper {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  transform: translate3d(100%, 0, 0);
  transition: 0.5s;
  top: 0;
  right: 0;
  padding: 0 40px;
  border-radius: 40px 0 0 40px;
}

body.mobile {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.mobile .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.hamburger-menu-close {
  position: absolute;
  top: 5px !important;
  right: 10px;
}

.menu-mobile .menu-block {
  display: block;
  padding: 0;
  margin-bottom: 150px;
}

.menu-block ul li:first-child svg {
  display: none;
}

@media (max-width: 991px) {
  .menu-block ul li:before {
    display: none;
  }
  .menu-block ul li:first-child svg {
    display: inline-block;
  }
  .menu-mobile .menu-block > ul > li .icon-burger {
    display: none;
  }
  .menu-mobile .menu-block > ul {
    display: block;
    padding: 0;
  }
  .menu-mobile .menu-block > ul > li {
    padding: 8px 0;
  }
  .menu-mobile .menu-block > ul > li > a {
    font-size: 18px;
    line-height: 130%;
    color: #101010;
    display: inline-block;
  }
  .submenu {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    height: 0;
    overflow: hidden;
    opacity: 1;
  }
  .submenu .submenu-wrap {
    border-radius: 0;
    padding: 8px 0;
  }
  .dropdown-menu.active .submenu {
    position: relative;
    z-index: 5;
    height: auto;
  }
  .submenu-block {
    margin-bottom: 14px;
  }
  .submenu-block:last-child {
    margin-bottom: 0;
  }
  .submenu-block .submenu-label {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    color: #101010;
    margin-bottom: 4px;
    padding-left: 10px;
  }
  .submenu-block .submenu-links a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    display: block;
    margin-bottom: 0;
    color: #101010;
    padding-left: 16px;
    position: relative;
  }
  .submenu-block .submenu-links a:last-child {
    margin-bottom: 0;
  }
  .submenu-wrap > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    display: block;
    margin-bottom: 8px;
    color: #101010;
    padding-left: 20px;
  }
  .submenu-wrap > a:last-child {
    margin-bottom: 0;
  }
}

.mobile-menu-info {
  padding-bottom: 100px;
}

.mobile-menu-info .phone-block {
  margin-bottom: 25px;
}

.mobile-menu-info .phone-block-icon {
  display: block;
}

.mobile-menu-info .phone-block-inner {
  width: calc(100% - 34px);
  margin-left: 14px;
  position: relative;
}

.mobile-menu-info .phone {
  font-size: 24px;
}

.mobile-menu-info .phone-block-link .open-arrow {
  display: none;
}

.mobile-menu-info .phone-block-link span {
  font-size: 18px;
}

.mobile-menu-info .menu-icons {
  margin-top: 30px;
}

/* end mobile section */
.fslightbox-slide-number-container span,
.fslightbox-slide-number-container div {
  color: #FFFFFF;
}

/* content main */
.swiper-arrows .swiper-button-next,
.swiper-arrows .swiper-button-prev {
  width: 55px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 4px;
  user-select: none;
}

@media (max-width: 767px) {
  .swiper-arrows .swiper-button-next,
  .swiper-arrows .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .swiper-arrows .swiper-button-next svg,
  .swiper-arrows .swiper-button-next img,
  .swiper-arrows .swiper-button-prev svg,
  .swiper-arrows .swiper-button-prev img {
    width: 8.6px;
    height: auto;
  }
}

.swiper-arrows .swiper-button-next:hover,
.swiper-arrows .swiper-button-prev:hover {
  background: #FFFFFF;
  transition: 0.5s;
}

.swiper-arrows .swiper-button-next img {
  position: relative;
  left: 2px;
}

@media (max-width: 650px) {
  .swiper-arrows .swiper-button-next img {
    left: 0;
  }
}

.swiper-elements {
  width: 100%;
  position: relative;
  max-width: 1134px;
  padding: 0 10px;
  margin: 0 auto;
  height: 0;
}

@media (max-width: 1300px) {
  .swiper-elements {
    max-width: 1040px;
  }
}

@media (max-width: 991px) {
  .swiper-elements {
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
  }
}

.swiper-elements .swiper-pagination {
  left: 0;
  position: relative;
  width: 100%;
  margin-top: 5px;
}

.swiper-elements .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.35);
  margin-right: 10px;
  opacity: 1;
}

@media (max-width: 991px) {
  .swiper-elements .swiper-pagination-bullet {
    margin: 0 5px;
  }
}

.swiper-elements .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-elements .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

@media (max-width: 991px) {
  .swiper-elements .swiper-pagination-bullet:last-child {
    margin-right: 5px;
  }
}

.form-group.hidden {
  display: none;
}

/*
.form-group {
    margin-bottom: 15px;
    position: relative;
    @media (min-width: 992px) {
        margin-bottom: 25px;
    }
    & input,
    & textarea,
    & input:focus,
    & textarea:focus {
        outline: none;
        box-shadow: none;
    }
    &.has_value input {
        color: $font;
    }
    & textarea,
    & input {
        background: #FFFFFF;
        border-radius: 5px;
        height: 55px;
        padding: 19px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: $fontGray;
        border-color: transparent;
        @media (min-width: 992px) {
            height: 65px;
            font-size: 16px;
            padding: 20px 21px;
        }
        &:focus,
        &:active {
            color: $font;
            border-color: $fontGray;
        }
    }
    & textarea {
        height: 290px;
        @media (max-width: 500px) {
            height: 150px;
        }
    }
    & label {
        font-size: 14px;
        position: absolute;
        top: 13px;
        left: 19px;
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: $fontGray;
        transition: 0.5s;
        width: calc(100% - 40px);
        @media (min-width: 992px) {
            font-size: 16px;
            top: 18px;
            left: 21px;
            width: calc(100% - 60px);
        }
        & sup {
            color: red;
        }
    }
    &.has_value label {
        font-size: 10px;
        top: 2px;
        transition: 0.5s;
        @media (min-width: 992px) {
            font-size: 12px;
            top: 2px;
        }
    }
    
}
*/
form .policy,
form .policy a {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 0;
  color: #747474;
  text-decoration: none;
  text-align: left;
}

@media (min-width: 1200px) {
  form .policy,
  form .policy a {
    font-size: 14px;
    text-align: left;
  }
}

form .policy a {
  position: relative;
  white-space: nowrap;
}

form .policy a::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  background: #747474;
  bottom: 0;
  left: 0;
}

form .policy a:hover {
  color: #101010;
  transition: 0.5s;
}

form .policy a:hover::before {
  opacity: 0;
  transition: 0.5s;
}

.wpx svg {
  width: 120px;
  height: auto;
}

.wpx:hover path {
  fill: #778692;
  transition: .5s;
}

.wpx:hover .obj1 {
  fill: #fff;
  stroke: #778692;
  transition: .5s;
}

.wpx:hover .obj2 {
  fill: #778692;
  transition: .5s;
}

.bg-white {
  background: #FFFFFF;
  border-radius: 50px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 86px 0;
}

@media (max-width: 1199px) {
  .bg-white {
    width: calc(100% - 20px);
    position: relative;
    left: 0;
    padding: 86px 20px;
  }
}

@media (max-width: 767px) {
  .bg-white {
    border-radius: 30px;
    padding: 48px 0 58px;
  }
}

.bg-black {
  background: #201B1B;
  border-radius: 50px;
  max-width: 1700px;
  margin: 0 auto;
  padding: 160px 0 115px;
}

@media (max-width: 1199px) {
  .bg-black {
    width: calc(100% - 20px);
    position: relative;
    left: 0;
    padding: 160px 20px 115px;
  }
}

@media (max-width: 767px) {
  .bg-black {
    border-radius: 30px;
    padding: 50px 20px 60px;
  }
}

.logo {
  display: block;
  max-width: 150px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 991px) {
  .logo {
    font-size: 16px;
  }
}

.header .menu-block {
  max-width: 505px;
}

.main-banner {
  height: 870px;
  background: radial-gradient(51.97% 49.95% at 55.39% 51.95%, #3a3333 0.01%, #201a1a 100%);
  margin-top: -82px;
  padding-top: 144px;
}

@media (max-width: 1199px) {
  .main-banner {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 991px) {
  .main-banner {
    height: 780px;
  }
}

@media (max-width: 767px) {
  .main-banner {
    height: 700px;
    padding-top: 120px;
  }
}

.main-banner .container {
  height: 100%;
}

.main-banner-wrap {
  justify-content: space-between;
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .main-banner-wrap {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}

.main-signature,
.main-photo {
  position: absolute;
}

.main-photo {
  width: 814px;
  height: 786px;
  object-fit: cover;
  bottom: 0;
  left: 50%;
  margin-left: -220px;
}

@media (max-width: 991px) {
  .main-photo {
    width: 455px;
    height: 440px;
    margin-left: -400px;
  }
}

@media (max-width: 767px) {
  .main-photo {
    width: 420px;
    height: 406px;
    margin-left: -240px;
  }
}

.main-signature {
  width: 264px;
  height: 262px;
  object-fit: cover;
  bottom: 122px;
  right: 50%;
  margin-right: -445px;
}

@media (max-width: 991px) {
  .main-signature {
    width: 186px;
    height: 185px;
    bottom: 83px;
    margin-right: 0;
    right: auto;
    left: 50%;
    margin-left: -200px;
  }
}

@media (max-width: 767px) {
  .main-signature {
    margin-left: -8px;
    bottom: 41px;
  }
}

.main-signature .round {
  border-radius: 100%;
  fill: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(25px);
  width: 238px;
  height: 238px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .main-signature .round {
    width: 168px;
    height: 168px;
  }
}

.main-signature img {
  position: absolute;
  top: 24px;
  left: 17px;
}

@media (max-width: 991px) {
  .main-signature img {
    width: 186px;
    height: auto;
  }
}

.main-banner-right {
  max-width: 300px;
  width: 100%;
  margin-top: 24px;
}

@media (max-width: 1199px) {
  .main-banner-right {
    max-width: 248px;
  }
}

@media (max-width: 991px) {
  .main-banner-right {
    margin-top: -122px;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .main-banner-right {
    max-width: 144px;
    width: 100%;
    margin-top: -167px;
  }
}

.main-banner-left {
  max-width: 635px;
  width: 100%;
}

@media (max-width: 991px) {
  .main-banner-left {
    max-width: 100%;
  }
}

h1.main-title {
  color: #FFFFFF;
  font-weight: 800;
  font-size: 175px;
  line-height: 90%;
  margin-bottom: 80px;
}

@media (max-width: 1199px) {
  h1.main-title {
    font-size: 145px;
  }
}

@media (max-width: 991px) {
  h1.main-title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  h1.main-title {
    font-size: 44px;
    margin-bottom: 19px;
  }
}

.main-subtitle {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 140%;
  max-width: 350px;
  position: relative;
  padding-left: 72px;
}

@media (max-width: 1199px) {
  .main-subtitle {
    max-width: 330px;
    font-size: 23px;
  }
}

@media (max-width: 991px) {
  .main-subtitle {
    max-width: 100%;
    font-size: 20px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .main-subtitle {
    font-size: 20px;
    margin-bottom: 48px;
  }
}

.main-subtitle:before {
  content: '';
  height: 3px;
  width: 40px;
  background: #0099EF;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}

@media (max-width: 991px) {
  .main-subtitle:before {
    display: none;
  }
}

.main-slogan {
  color: #FFFFFF;
  font-size: 34px;
  font-weight: bold;
  line-height: 125%;
  margin-top: 33px;
  margin-bottom: 49px;
}

@media (max-width: 1199px) {
  .main-slogan {
    font-size: 26px;
    text-align: right;
  }
}

@media (max-width: 991px) {
  .main-slogan {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-slogan {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.main-slogan span {
  color: #0099EF;
  font-size: 80.05px;
  display: block;
  padding-bottom: 15px;
}

@media (max-width: 1199px) {
  .main-slogan span {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .main-slogan span {
    font-size: 38px;
    padding-bottom: 10px;
  }
}

.main-quality {
  color: #747474;
  font-size: 24px;
  text-align: right;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .main-quality {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .main-quality {
    font-size: 14px;
    text-align: left;
  }
}

section.bg-white.competencies {
  margin-top: -60px;
  position: relative;
  margin-bottom: 148px;
}

@media (max-width: 767px) {
  section.bg-white.competencies {
    margin-top: -33px;
    margin-bottom: 50px;
  }
}

.competencies-left {
  max-width: 477px;
  width: 100%;
}

@media (max-width: 1199px) {
  .competencies-left {
    max-width: 100%;
    margin-bottom: 38px;
  }
}

.competencies-left .title-block {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .competencies-left .title-block {
    margin-bottom: 16px;
  }
}

.competencies-right {
  max-width: 574px;
  height: 388px;
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .competencies-right {
    height: auto;
  }
}

.competencies-wrap {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .competencies-wrap {
    flex-wrap: wrap;
  }
}

.competencies-rounds-wrap {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .competencies-rounds-wrap {
    max-width: 320px;
  }
}

.competencies-round {
  width: 204px;
  height: 204px;
  border-radius: 50%;
  display: flex;
  border: 1px solid #C3C3C3;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
  transform: scale(0.5);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .competencies-round {
    position: relative;
    width: 136px;
    height: 136px;
  }
}

.competencies-round span {
  color: #747474;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .competencies-round span {
    font-size: 14px;
  }
}

.competencies-round:hover {
  z-index: 2;
  border: 1px solid #0099EF;
  transition: 0.5s;
}

.competencies-round:hover span {
  color: #0099EF;
  transition: 0.5s;
}

.competencies-round:nth-child(1) {
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .competencies-round:nth-child(1) {
    top: 0;
    left: 0;
  }
}

.competencies-round:nth-child(2) {
  top: 0;
  left: 184px;
}

@media (max-width: 991px) {
  .competencies-round:nth-child(2) {
    top: 0;
    left: -10px;
  }
}

.competencies-round:nth-child(3) {
  top: 0;
  left: 368px;
}

@media (max-width: 991px) {
  .competencies-round:nth-child(3) {
    top: -10px;
    left: 0;
  }
}

.competencies-round:nth-child(4) {
  top: 184px;
  left: 0;
}

@media (max-width: 991px) {
  .competencies-round:nth-child(4) {
    top: -10px;
    left: -10px;
  }
}

.competencies-round:nth-child(5) {
  top: 184px;
  left: 184px;
}

@media (max-width: 991px) {
  .competencies-round:nth-child(5) {
    top: -20px;
    left: 0;
  }
}

.competencies-round:nth-child(6) {
  top: 184px;
  left: 368px;
}

@media (max-width: 991px) {
  .competencies-round:nth-child(6) {
    top: -20px;
    left: -10px;
  }
}

.person {
  padding-bottom: 175px;
}

@media (max-width: 767px) {
  .person {
    padding-bottom: 60px;
  }
}

.person .title-block {
  max-width: 940px;
  margin-bottom: 53px;
}

@media (max-width: 767px) {
  .person .title-block {
    margin-bottom: 42px;
  }
}

.person-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

.person-left {
  width: 270px;
}

@media (max-width: 991px) {
  .person-left {
    width: 100%;
    margin-bottom: 33px;
    display: flex;
  }
  .person-left > img {
    width: 140px;
    height: auto;
  }
}

.person-right {
  width: calc(100% - 338px);
}

@media (max-width: 991px) {
  .person-right {
    width: 100%;
  }
}

.person-quote {
  margin-top: 48px;
}

@media (max-width: 991px) {
  .person-quote {
    width: calc(100% - 160px);
    margin-left: 20px;
    margin-top: 0;
  }
}

.person-quote p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .person-quote p {
    font-size: 14px;
  }
}

.person-quote p a {
  text-decoration: none;
  background: linear-gradient(to right, #0099EF 25%, #0099EF 60%, #0099EF 75%, #0099EF) 0 1.15em/400% 0.75px no-repeat;
}

.person-quote p a:hover {
  background: none;
}

.text-two-col {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 62px;
  margin-top: 13px;
}

@media (max-width: 991px) {
  .text-two-col {
    margin-bottom: 0;
    margin-top: 0;
  }
}

.text-two-col > div {
  width: 49%;
}

@media (max-width: 991px) {
  .text-two-col > div {
    width: 100%;
    margin-bottom: 0;
  }
}

.text-two-col .text-strong {
  font-size: 40px;
  font-weight: 600;
  line-height: 125%;
}

@media (max-width: 991px) {
  .text-two-col .text-strong {
    font-size: 30px;
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  .text-two-col .text-strong {
    font-size: 20px;
  }
}

.text-two-col .text {
  font-size: 26px;
}

@media (max-width: 991px) {
  .text-two-col .text {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .text-two-col .text {
    font-size: 16px;
  }
}

.text-bl {
  font-size: 24px;
  line-height: 135%;
  color: #747474;
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .text-bl {
    font-size: 18px;
    margin-bottom: 44px;
  }
}

@media (max-width: 767px) {
  .text-bl {
    font-size: 16px;
  }
}

section.bg-white.articles {
  padding-top: 123px;
  padding-bottom: 126px;
}

@media (max-width: 1199px) {
  section.bg-white.articles {
    padding: 120px 20px;
  }
}

@media (max-width: 767px) {
  section.bg-white.articles {
    padding: 50px 20px 90px;
  }
}

.articles-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .articles-bottom {
    display: none;
  }
}

.articles-top {
  justify-content: space-between;
  margin-bottom: 90px;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .articles-top {
    margin-bottom: 38px;
  }
}

@media (max-width: 767px) {
  .articles-top .articles-link {
    display: none;
  }
}

.articles-link {
  max-width: 215px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .articles-link {
    justify-content: center;
  }
}

.articles-link span {
  font-size: 30px;
  color: #747474;
  font-weight: 600;
  line-height: 125%;
}

@media (max-width: 767px) {
  .articles-link span {
    font-size: 18px;
    margin-right: 8px;
  }
}

.articles-link > span {
  margin-right: 12px;
  position: relative;
  top: -3px;
}

@media (max-width: 767px) {
  .articles-link > span {
    top: 0;
    margin-right: 8px;
  }
}

.articles-link a img {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .articles-link a img {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}

.articles-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

.articles-wrap::before, .articles-wrap::after {
  content: '';
  width: 29%;
  height: 0;
  order: 1;
}

.article-item {
  width: 29%;
  margin-bottom: 96px;
}

@media (max-width: 991px) {
  .article-item {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .article-item {
    width: 100%;
    margin-bottom: 50px;
  }
}

.article-hashtag {
  font-size: 18px;
  font-weight: 600;
  color: #0099EF;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .article-hashtag {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.article-hashtag a {
  text-decoration: none;
  font-size: 18px;
}

@media (max-width: 767px) {
  .article-hashtag a {
    font-size: 14px;
  }
}

.article-title {
  font-size: 22px;
  height: 90px;
  margin-bottom: 32px;
}

@media (max-width: 1199px) {
  .article-title {
    min-height: 142px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .article-title {
    font-size: 18px;
    min-height: 60px;
    margin-bottom: 20px;
  }
}

.bg-black.videos {
  margin-top: -50px;
  position: relative;
}

@media (max-width: 767px) {
  .bg-black.videos {
    margin-top: -33px;
  }
}

.videos-top {
  justify-content: space-between;
  margin-bottom: 90px;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .videos-top {
    margin-bottom: 40px;
  }
}

.videos-top .title-block {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .videos-top .videos-link {
    display: none;
  }
}

.videos-bottom {
  text-align: center;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .videos-bottom {
    display: none;
  }
}

.videos-link {
  max-width: 215px;
  display: flex;
  align-items: flex-end;
}

@media (max-width: 767px) {
  .videos-link {
    justify-content: center;
  }
}

.videos-link span {
  font-size: 30px;
  color: #FFFFFF;
  font-weight: 600;
  line-height: 125%;
}

@media (max-width: 767px) {
  .videos-link span {
    font-size: 18px;
    margin-right: 8px;
  }
}

.videos-link > span {
  margin-right: 12px;
  position: relative;
  top: -3px;
}

@media (max-width: 767px) {
  .videos-link > span {
    top: 0;
    margin-right: 8px;
  }
}

.videos-link a img {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
}

@media (max-width: 767px) {
  .videos-link a img {
    width: 10px;
    height: 10px;
    top: 2px;
  }
}

.video-block {
  position: relative;
  width: 100%;
  height: auto;
}

.video-item {
  border: 1px solid #424242;
  border-radius: 50px;
  padding: 48px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .video-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .video-item {
    border: 0;
    padding: 0;
    margin-bottom: 56px;
  }
}

.video-item .video-block {
  width: 340px;
}

.video-item .video-info {
  width: calc(100% - 430px);
}

@media (max-width: 991px) {
  .video-item .video-info {
    width: 100%;
    margin-top: 24px;
  }
}

.video-item .video-hashtag {
  font-size: 18px;
  font-weight: 600;
  color: #0099EF;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .video-item .video-hashtag {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.video-item .video-hashtag a {
  text-decoration: none;
}

.video-item .video-text {
  font-size: 22px;
  height: 58px;
  margin-bottom: 30px;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .video-item .video-text {
    height: auto;
    min-height: 40px;
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.not-front .video-item {
  border: 1px solid #d4d4d4;
}

@media (max-width: 767px) {
  .not-front .video-item {
    border: 0;
  }
}

.not-front .video-item .video-text {
  color: #101010;
}

.not-front .video-item .btn-show {
  color: #0099EF;
}

.play {
  width: 42px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -21px;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.3s;
}

@media (min-width: 992px) {
  .play {
    width: 56px;
    height: 40px;
    margin-top: -20px;
    margin-left: -28px;
  }
}

.play:hover {
  transform: scale(1.1);
  transition: transform 0.3s;
}

.bg-normal-padding {
  padding: 166px 0 169px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .bg-normal-padding {
    padding: 80px 0 90px;
  }
}

@media (max-width: 767px) {
  .bg-normal-padding {
    padding: 50px 0 60px;
  }
}

.methods-wrap {
  justify-content: space-between;
  flex-wrap: wrap;
}

.methods-left {
  max-width: 400px;
  width: 100%;
}

@media (max-width: 991px) {
  .methods-left {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .methods-left {
    margin-bottom: 0;
  }
}

.methods-left .title-block {
  margin-bottom: 33px;
}

@media (max-width: 767px) {
  .methods-left .title-block {
    margin-bottom: 18px;
  }
}

.methods-left .subtitle {
  color: #101010;
  font-size: 36px;
  margin-bottom: 139px;
}

@media (max-width: 991px) {
  .methods-left .subtitle {
    margin-bottom: 30px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .methods-left .subtitle {
    font-size: 20px;
    margin-bottom: 42px;
  }
}

.methods-left .btn-more {
  width: 310px;
}

@media (max-width: 767px) {
  .methods-left .btn-more {
    display: none;
  }
}

.methods-left .btn-more img {
  left: 6px;
}

.methods-bottom {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .methods-bottom {
    display: none;
  }
}

.methods-bottom .btn {
  width: 100%;
}

.methods-right {
  max-width: 100%;
  width: calc(100% - 475px);
}

@media (max-width: 991px) {
  .methods-right {
    width: 100%;
  }
}

.method-item {
  background: #FFFFFF;
  border-radius: 50px;
  padding: 50px 48px;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .method-item {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .method-item {
    border-radius: 35px;
    padding: 36px 18px;
    margin-bottom: 20px;
  }
}

.method-item:last-child {
  margin-bottom: 0;
}

.method-item-left {
  max-width: 248px;
}

@media (max-width: 1199px) {
  .method-item-left {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .method-item-left {
    margin-bottom: 12px;
  }
}

.method-item-left .num {
  font-size: 22px;
  color: #0099EF;
  font-weight: 600;
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .method-item-left .num {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.method-item-left .title {
  font-size: 22px;
  color: #101010;
  font-weight: 700;
}

@media (max-width: 767px) {
  .method-item-left .title {
    font-size: 18px;
  }
}

.method-item-right {
  max-width: 286px;
  color: #747474;
  font-size: 20px;
  line-height: 135%;
}

@media (max-width: 1199px) {
  .method-item-right {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .method-item-right {
    font-size: 16px;
  }
}

section.bg-white.banner-bottom {
  position: relative;
  padding-top: 118px;
  padding-bottom: 145px;
}

@media (max-width: 1199px) {
  section.bg-white.banner-bottom {
    padding: 118px 20px 145px;
  }
}

@media (max-width: 991px) {
  section.bg-white.banner-bottom {
    padding: 90px 20px 100px;
  }
}

@media (max-width: 767px) {
  section.bg-white.banner-bottom {
    padding: 50px 20px 54px;
  }
}

.banner-bottom-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .banner-bottom-wrap {
    justify-content: center;
  }
}

.banner-bottom-left {
  max-width: 645px;
}

@media (max-width: 1199px) {
  .banner-bottom-left {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .banner-bottom-left {
    margin-bottom: 0;
  }
}

.banner-bottom-left .title-block {
  margin-bottom: 40px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .banner-bottom-left .title-block {
    margin-top: 22px;
    margin-bottom: 18px;
  }
}

@media (min-width: 768px) {
  .banner-bottom-image {
    display: none;
  }
}

.banner-bottom-right {
  max-width: 400px;
}

@media (max-width: 767px) {
  .banner-bottom-right {
    max-width: 100%;
    width: 100%;
  }
}

.banner-bottom-right .btn {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .banner-bottom-right .btn {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .banner-bottom-right img {
    display: none;
  }
}

.banner-person {
  justify-content: space-between;
  align-items: center;
}

.banner-person-photo {
  width: 206px;
  position: relative;
}

@media (max-width: 767px) {
  .banner-person-photo {
    display: none;
  }
}

.banner-person-photo::before {
  content: '';
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #101010;
  position: absolute;
  top: 0;
  right: 0;
}

.banner-person-photo img {
  position: relative;
}

.banner-person-text {
  width: calc(100% - 242px);
  font-size: 26px;
  color: #747474;
}

@media (max-width: 767px) {
  .banner-person-text {
    width: 100%;
    font-size: 18px;
  }
}

.banner-person-text span {
  color: #0099EF;
  font-weight: bold;
}

.footer {
  background: #201B1B;
  border-radius: 0;
  padding: 88px 0 35px;
  margin-top: -30px;
}

@media (min-width: 992px) {
  .footer {
    padding: 117px 0 50px;
    margin-top: -70px;
  }
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .footer-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-info {
  justify-content: space-between;
  align-items: center;
  max-width: 460px;
  width: 100%;
}

@media (max-width: 767px) {
  .footer-info {
    max-width: 302px;
  }
}

.footer-info a {
  display: flex;
  height: 90px;
  border: 1px solid #424242;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer-info a {
    height: 58px;
    border-radius: 20px;
  }
}

.footer-info a:hover {
  border: 1px solid #0099EF;
  transition: 0.5s;
}

.footer-info .email {
  padding: 0 59px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
}

@media (max-width: 767px) {
  .footer-info .email {
    font-size: 16px;
    padding: 0 23px;
  }
}

.footer-info .email:hover {
  color: #0099EF;
}

.footer-info .tg {
  padding: 0 29px;
}

@media (max-width: 767px) {
  .footer-info .tg {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .footer-info .tg svg {
    width: 19px;
    height: auto;
  }
}

.footer-info .tg:hover svg path {
  fill: #0099EF;
}

.copyrights {
  text-align: right;
  color: #FFFFFF;
}

@media (max-width: 991px) {
  .copyrights {
    width: 100%;
    text-align: center;
    margin-top: 38px;
  }
}

.copyrights p {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .copyrights p {
    font-size: 16px;
    margin-bottom: 3px;
  }
}

.copyrights .line-gray {
  font-size: 18px;
  color: #A8A8A8;
}

@media (max-width: 767px) {
  .copyrights .line-gray {
    font-size: 14px;
  }
}

.hamburger {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}

.menu-mobile .logo {
  font-size: 16px;
  color: #747474;
  margin-bottom: 86px;
  margin-top: 30px;
}

.mobile-menu-info .btn-line span {
  color: #101010;
}

.not-front .header {
  max-width: 1700px;
  width: 100%;
  background: #201B1B;
  margin: 12px auto 22px;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .not-front .header {
    margin: 0 auto 22px;
    border-radius: 0 0 25px 25px;
  }
}

@media (max-width: 991px) {
  .not-front .header {
    height: 85px;
  }
}

.not-front .header-wrap {
  height: 60px;
}

.page-pagination {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .page-pagination {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.page-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.page-pagination ul li {
  list-style: none;
}

.page-pagination li.page-item.disabled {
  display: none;
}

.page-pagination .page-item a {
  color: #747474;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 130%;
  display: block;
  padding: 8px 14px;
  background: transparent;
  border-radius: 3px;
  transition: 0.5s;
  text-decoration: none;
}

@media (max-width: 767px) {
  .page-pagination .page-item a {
    font-size: 16px;
    padding: 6px 12px;
  }
}

.page-pagination .page-item a:hover {
  color: #0099EF;
}

.page-pagination .page-item.active a {
  background: #FFFFFF;
  border-radius: 5px;
  color: #0099EF;
}

.page-pagination .page-item.last a,
.page-pagination .page-item.first a {
  font-weight: 400;
  letter-spacing: 0px;
}

ul.breadcrumb {
  display: flex;
  margin-bottom: 39px;
  color: #A8A8A8;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

@media (max-width: 767px) {
  ul.breadcrumb {
    margin-bottom: 19px;
    font-size: 14px;
  }
}

ul.breadcrumb li {
  list-style: none;
}

ul.breadcrumb li a {
  color: #747474;
  text-decoration: none;
}

ul.breadcrumb span {
  margin: 0 12px;
}

.top-banner {
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-banner-right {
  max-width: 520px;
  width: 100%;
}

@media (max-width: 1199px) {
  .top-banner-right {
    width: 100%;
    max-width: 100%;
  }
}

.top-banner-left {
  width: calc(100% - 626px);
}

@media (max-width: 1199px) {
  .top-banner-left {
    width: 100%;
    margin-bottom: 36px;
  }
}

.top-banner-left .title-block {
  font-size: 28px;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .top-banner-left .title-block {
    font-size: 40px;
    margin-bottom: 36px;
  }
}

.top-banner-left .intotext {
  font-size: 16px;
  color: #747474;
}

@media (min-width: 992px) {
  .top-banner-left .intotext {
    font-size: 26px;
  }
}

.blog-card {
  border: 1px solid #C3C3C3;
  border-radius: 50px;
  padding: 29px 40px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-card {
    flex-wrap: wrap;
    border-radius: 35px;
    padding: 27px 25px;
  }
}

.blog-card-photo {
  width: 220px;
}

@media (max-width: 767px) {
  .blog-card-photo {
    width: 180px;
  }
  .blog-card-photo img {
    width: 100%;
    height: auto;
  }
}

.blog-card-info {
  width: calc(100% - 280px);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 500px) {
  .blog-card-info {
    width: 100%;
    margin-top: 30px;
    display: block;
    order: 1;
  }
}

.blog-card-name {
  color: #A8A8A8;
  font-size: 18px;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .blog-card-name {
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 6px;
  }
  .blog-card-name br {
    display: none;
  }
}

.blog-card-hashtag {
  padding-bottom: 15px;
}

@media (max-width: 767px) {
  .blog-card-hashtag {
    margin-bottom: 0;
  }
}

.blog-card-hashtag a {
  display: block;
  font-size: 24px;
  text-decoration: none;
  color: #0099EF;
  font-weight: 600;
}

@media (min-width: 992px) {
  .blog-card-hashtag a {
    font-size: 34px;
  }
}

.content div,
.content p {
  font-size: 16px;
  line-height: 135%;
  color: #101010;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .content div,
  .content p {
    font-size: 20px;
  }
}

.content div strong,
.content p strong {
  font-weight: bold;
}

.content ul {
  padding: 0;
  margin: 0 0 30px 0;
}

@media (min-width: 992px) {
  .content ul {
    margin: 0 0 40px 0;
  }
}

.content ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 4px 19px;
  font-size: 16px;
  color: #747474;
  position: relative;
}

@media (min-width: 992px) {
  .content ul li {
    font-size: 20px;
    padding: 0 0 8px 19px;
  }
}

.content ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0099EF;
  position: absolute;
  top: 8px;
  left: 0;
}

.content img {
  display: block;
  line-height: 0;
  border-radius: 25px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .content img {
    border-radius: 50px;
    margin-bottom: 40px;
  }
}

.content h1,
.content h2,
.content h3 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .content h1,
  .content h2,
  .content h3 {
    font-size: 36px;
    margin-bottom: 22px;
    margin-top: 60px;
  }
}

.content h4,
.content h5,
.content h6 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .content h4,
  .content h5,
  .content h6 {
    font-size: 30px;
    margin-bottom: 22px;
    margin-top: 40px;
  }
}

.content blockquote {
  background: #FFFFFF;
  border-radius: 35px;
  padding: 80px 20px 50px 20px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin: 35px auto;
}

@media (min-width: 992px) {
  .content blockquote {
    font-size: 22px;
    border-radius: 50px;
    margin: 40px auto;
    padding: 40px 20px 40px 60px;
  }
}

@media (min-width: 1366px) {
  .content blockquote {
    width: calc(100% + 160px);
    left: -80px;
    padding: 40px 120px;
  }
}

.content blockquote p {
  margin-bottom: 0;
}

.content blockquote::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/icons/arrow-down.svg) top center no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  top: 47px;
  left: 20px;
}

@media (min-width: 992px) {
  .content blockquote::before {
    top: 43px;
    left: 24px;
  }
}

@media (min-width: 1366px) {
  .content blockquote::before {
    left: 82px;
  }
}

.page-content {
  padding-top: 84px;
}

@media (max-width: 767px) {
  .page-content {
    padding-top: 45px;
  }
}

.page-content .video-block {
  max-width: 800px;
  height: auto;
  margin: 0 auto 60px;
}

@media (min-width: 992px) {
  .page-content .video-block .play-btn {
    width: 100px;
    max-width: 100px;
    height: 100px;
  }
}

.page-content .content {
  max-width: 1000px;
  margin: 0 auto;
}

.page-content .content > div:first-child,
.page-content .content > p:first-child {
  font-size: 18px;
  color: #101010;
  padding-top: 50px;
  position: relative;
  margin-bottom: 21px;
}

@media (min-width: 992px) {
  .page-content .content > div:first-child,
  .page-content .content > p:first-child {
    font-size: 24px;
    margin-bottom: 43px;
  }
}

.page-content .content > div:first-child::before,
.page-content .content > p:first-child::before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/icons/arrow-down.svg) top center no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

section.bg-white.page-articles {
  position: relative;
  padding-bottom: 50px;
}

.page-wrap {
  min-height: 60vh;
  margin-bottom: 100px;
}

.popup {
  display: none;
}

/* popup */
body.callback {
  width: 100%;
  overflow: hidden;
}

.callback .fancybox-content {
  background: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.fancybox-slide--html {
  padding: 0;
}

.popup {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.fancybox-active .popup {
  display: flex;
}

.popup__overflow {
  width: 0;
  left: 0;
  position: absolute;
  height: 100%;
}

@media (min-width: 600px) {
  .popup__overflow {
    width: calc(100% - 511px);
  }
}

@media (min-width: 992px) {
  .popup__overflow {
    width: 30%;
  }
}

@media (min-width: 1199px) {
  .popup__overflow {
    width: calc(100% - 996px);
  }
}

.popup__label {
  width: 110px;
  height: 220px;
  position: absolute;
  top: 0;
  left: -110px;
}

@media (max-width: 600px) {
  .popup__label {
    display: none;
  }
}

.popup__wrap {
  width: 90%;
  height: 100%;
  background: #ffffff;
  /*padding: 46px 27px;*/
  box-sizing: border-box;
  position: absolute;
  top: 0;
  overflow: visible;
  border-radius: 25px 0 0 25px;
}

@media (min-width: 600px) {
  .popup__wrap {
    width: 511px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .popup__wrap {
    width: 70%;
    max-width: 100%;
    /*padding: 66px 50px;*/
  }
}

@media (min-width: 1199px) {
  .popup__wrap {
    width: 704px;
    max-width: 70%;
    /*padding: 0 68px;*/
    display: flex;
    align-items: center;
  }
}

@media (min-width: 1600px) {
  .popup__wrap {
    width: 996px;
    /*padding-left: 150px;*/
  }
}

.popup__wrap .title-bl {
  font-weight: 800;
  font-size: 26px;
  line-height: 120%;
  color: #101010;
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .popup__wrap .title-bl {
    font-size: 38px;
    margin-bottom: 12px;
  }
}

@media (max-height: 740px) {
  .popup__wrap .title-bl {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  .popup__wrap .title-bl {
    font-size: 26px;
  }
}

@media (max-height: 740px) {
  .popup__wrap .popup__subtitle {
    font-size: 16px;
    margin-bottom: 19px;
  }
}

.popup__wrapper {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  padding: 100px 27px;
}

@media (min-width: 992px) {
  .popup__wrapper {
    padding: 66px 50px;
  }
}

@media (min-width: 1199px) {
  .popup__wrapper {
    padding: 66px 68px;
  }
}

@media (min-width: 1600px) {
  .popup__wrapper {
    padding-left: 150px;
  }
}

.popup__content {
  max-width: 442px;
  max-height: 100%;
}

.popup__content .title-block {
  margin-bottom: 44px;
}

@media (max-width: 991px) {
  .popup__content .title-block {
    margin-bottom: 26px;
  }
  .popup__content .title-block br {
    display: none;
  }
}

@media (max-width: 991px) {
  .success .popup__content .title-block {
    text-align: left;
  }
  .success .popup__content .title-block br {
    display: block;
  }
}

.fancybox-slide--html .fancybox-close-small svg {
  width: 30px;
  height: 30px;
  color: #000;
}

@media (min-width: 600px) {
  .fancybox-slide--html .fancybox-close-small svg {
    width: 40px;
    height: 40px;
  }
}

.fancybox-slide--html .fancybox-close-small:hover svg {
  transform: rotate(180deg);
  transition: 0.5s;
}

.fancybox-slide--html .fancybox-close-small {
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  padding: 0;
}

@media (min-width: 600px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 1199px) {
  .fancybox-slide--html .fancybox-close-small {
    top: 20px;
    right: 20px;
  }
}

.popup__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #747474;
  margin-bottom: 30px;
  max-width: 422px;
}

@media (min-width: 991px) {
  .popup__subtitle {
    font-size: 20px;
    margin-bottom: 33px;
  }
}

.popup__wrap .form-button {
  display: block;
}

.popup__wrap .form-button .accepts {
  max-width: 98%;
  margin-bottom: 39px;
  text-align: left;
}

@media (min-width: 1199px) {
  .popup__wrap .form-button .accepts {
    margin-bottom: 35px;
  }
}

@media (min-width: 1600px) {
  .popup__wrap .form-button .accepts {
    margin-bottom: 39px;
  }
}

.popup__wrap .form-button .accepts a {
  text-decoration: underline;
}

.popup__wrap .form-button .accepts a:hover {
  text-decoration: none;
}

.popup__wrap .form-button .form-action {
  text-align: left;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

p.form-policy {
  margin-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #747474;
  margin-bottom: 28px;
}

@media (max-width: 600px) {
  p.form-policy {
    font-size: 14px;
  }
}

p.form-policy a {
  color: #747474;
}

.ajax_form span.error {
  color: brown;
  font-size: 12px;
}

@media (max-width: 600px) {
  .popup .success {
    text-align: center;
  }
  .popup .success img {
    width: 120px;
    height: auto;
    margin: 0 auto;
  }
}

.thanks-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 120%;
  color: #101010;
  margin-top: 30px;
  margin-bottom: 14px;
  max-width: 422px;
}

@media (max-width: 600px) {
  .thanks-title {
    text-align: center;
    font-size: 26px;
    margin: 25px auto 14px;
  }
}

.thanks-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #747474;
  max-width: 422px;
}

@media (max-width: 600px) {
  .thanks-text {
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
  }
}

.popup__image {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .popup__image {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */