:root {
  --color-blue-main: #0077ff;
  --color-error: #ff7f7f;
}

/* stylelint-disable */
/* stylelint-enable */
.btn.blue, .btn {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  line-height: 1.2727272727em;
  font-weight: 500;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  border-radius: 12px;
  height: 65px;
  padding: 0 28px;
}
@media only screen and (max-width: 1278px) {
  .btn.blue, .btn {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1278px) {
  .btn.blue, .btn {
    font-size: 2rem;
    height: em(58, 20);
    line-height: em(28, 20);
    padding: 0 em(20, 20);
  }
}
.btn:disabled, [disabled].btn {
  background: #ebeef2 !important;
  color: #000 !important;
  cursor: not-allowed;
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .btn.blue, .btn {
    display: flex;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 1.6666666667em;
    font-weight: 500;
    width: 100%;
    max-width: 400px;
    height: em(50, 18);
    padding: 0 em(20, 18);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .btn.blue, .btn {
    font-size: 1.8rem;
  }
}
.center.btn {
  margin: 0 auto;
  display: flex;
}

.btn {
  background: #1e1e1e;
}
@media only screen and (min-width: 1025px) {
  .btn:hover {
    background: #262626;
  }
}

.btn.blue {
  background: #0077ff;
}
@media only screen and (min-width: 1025px) {
  .btn.blue:hover {
    background: #1f87ff;
  }
}

html,
body {
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background-repeat: no-repeat;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*::before, *::after {
  box-sizing: border-box;
}

html.ie {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

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

body {
  position: static;
  text-align: left;
}

canvas {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

ul {
  list-style-type: none;
}

ol {
  list-style: none;
}

img {
  display: inline-block;
  vertical-align: middle;
}

input[type=password] {
  font: small-caption;
  font-size: 16px;
}

input,
textarea {
  font-family: inherit;
  background-color: transparent;
  border-radius: 0;
}

textarea {
  resize: none;
}

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

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

input[type=number] {
  -moz-appearance: textfield;
}

h1,
h1,
h3,
h3,
h5 {
  margin: 0;
}

button {
  border: none;
  outline: none;
  box-shadow: none;
  background-color: transparent;
  cursor: pointer;
}

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

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

input[type=number] {
  -moz-appearance: textfield;
}

a {
  display: inline-block;
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff;
  -webkit-text-fill-color: #333;
}

@font-face {
  font-family: "VK-Sans-Display";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/VK-Sans-Display/VK-Sans-Display-Light.woff") format("woff"), url("../fonts/VK-Sans-Display/VK-Sans-Display-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "VK-Sans-Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/VK-Sans-Display/VK-Sans-Display.woff") format("woff"), url("../fonts/VK-Sans-Display/VK-Sans-Display.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "VK-Sans-Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/VK-Sans-Display/VK-Sans-Display-Medium.woff") format("woff"), url("../fonts/VK-Sans-Display/VK-Sans-Display-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "VK-Sans-Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/VK-Sans-Display/VK-Sans-Display-DemiBold.woff") format("woff"), url("../fonts/VK-Sans-Display/VK-Sans-Display-DemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "VK-Sans-Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/VK-Sans-Display/VK-Sans-Display-Bold.woff") format("woff"), url("../fonts/VK-Sans-Display/VK-Sans-Display-Bold.ttf") format("truetype");
  font-display: swap;
}
body {
  font-family: VK-Sans-Display, Arial, sans-serif;
  color: #000;
}

.color-blue {
  color: var(--color-blue-main);
}

strong {
  font-weight: 600;
}

.text-lead {
  font-size: 32px;
  line-height: 1.5;
}
@media (max-width: 1450px) {
  .text-lead {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .text-lead {
    font-size: 20px;
  }
}

.title-1 {
  font-size: 58px;
  line-height: 74px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .title-1 {
    font-size: 52px;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .title-1 {
    font-size: 24px;
    font-weight: 600;
  }
}

.title-2 {
  font-size: 52px;
  line-height: 100%;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .title-2 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
  }
}

.title-3 {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .title-3 {
    font-size: 32px;
  }
}

html {
  font-size: 10px;
}
@media only screen and (max-width: 1278px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media only screen and (max-width: 1025px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  html {
    font-size: 10px;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  width: 100%;
  min-height: 100%;
  min-width: 320px;
  overflow: hidden;
  padding-top: 98px;
}
@media (max-width: 1200px) {
  .wrapper {
    padding-top: 68px;
  }
}

@keyframes spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}
.container {
  width: calc(100% - 320px);
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1720px) {
  .container {
    width: calc(100% - 160px);
  }
}
@media (max-width: 1450px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media (max-width: 1200px) {
  .container {
    width: calc(100% - 80px);
  }
}
@media (max-width: 950px) {
  .container {
    width: calc(100% - 40px);
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header {
    border-bottom: none;
  }
}
.header__content {
  display: flex;
  align-items: center;
  height: 98px;
}
@media (max-width: 1200px) {
  .header__content {
    height: 68px;
  }
}
.header__logo img {
  width: 210px;
}
@media (max-width: 1450px) {
  .header__logo img {
    width: 185px;
  }
}
@media (max-width: 1200px) {
  .header__logo img {
    width: 155px;
  }
}
.header__nav-open {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .header__nav-open {
    display: flex;
  }
}
.header__nav-open span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px 0;
  background-color: var(--color-blue-main);
}
.header__nav-close {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 20px;
  width: 40px;
  height: 40px;
  margin-left: auto;
}
@media (max-width: 1200px) {
  .header__nav-close {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .header__nav-close {
    width: 32px;
    height: 32px;
  }
}
.header__nav-close span {
  display: block;
  position: absolute;
  left: 6px;
  top: 19px;
  width: 28px;
  height: 2px;
  background-color: #000;
}
@media (max-width: 1200px) {
  .header__nav-close span {
    left: 4px;
    top: 15px;
    width: 22px;
  }
}
.header__nav-close span:nth-child(1) {
  transform: rotate(-45deg);
  transform-origin: center bottom;
}
.header__nav-close span:nth-child(2) {
  transform: rotate(45deg);
  transform-origin: center top;
}
.header__nav {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .header__nav {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
}
.header__nav-scroller {
  height: 100%;
  width: 100%;
  overflow: auto;
  padding: 124px 77px;
}
@media (max-width: 767px) {
  .header__nav-scroller {
    padding: 127px 38px;
  }
}
.header__nav-list {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1200px) {
  .header__nav-list {
    grid-auto-flow: row;
    row-gap: 32px;
  }
}
.header__nav-list li {
  font-size: 18px;
  line-height: 100%;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .header__nav-list li {
    font-size: 20px;
    line-height: 1.5;
  }
}
.header__nav-list li a {
  color: #000;
}
.header__nav-list li a:visited {
  color: #000;
}
.header__nav-list li a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.header__nav-list li a:active, .header__nav-list li a._active {
  color: var(--color-blue-main);
}

@media (max-width: 1200px) {
  .header._mobile-nav-opened .header__nav {
    display: flex;
  }
}

body[data-scroll-direction=down][data-page-at-top=false] .header {
  transform: translateY(-100%);
}

.footer {
  background-color: #eff1f5;
}
.footer__content {
  padding: 60px 0 48px;
}
@media (max-width: 1200px) {
  .footer__content {
    padding: 40px 0 80px;
  }
}
@media (max-width: 950px) {
  .footer__content {
    padding: 40px 20px 80px;
  }
}
@media (max-width: 767px) {
  .footer__content {
    padding: 40px 0 50px;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  max-width: 1350px;
}
@media (max-width: 1720px) {
  .footer__top {
    max-width: 1295px;
  }
}
@media (max-width: 1450px) {
  .footer__top {
    max-width: 1175px;
  }
}
@media (max-width: 1200px) {
  .footer__top {
    max-width: 100%;
    padding-right: 30px;
  }
}
@media (max-width: 950px) {
  .footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
}
.footer__block {
  width: 270px;
}
@media (max-width: 950px) {
  .footer__block:nth-child(1) {
    grid-row: 1/3;
  }
}
@media (max-width: 767px) {
  .footer__block {
    width: 100%;
  }
  .footer__block:nth-child(1) {
    grid-row: auto;
  }
}
.footer__block-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #040b15;
}
.footer__block-list {
  display: grid;
  row-gap: 18px;
  margin-top: 45px;
}
@media (max-width: 1200px) {
  .footer__block-list {
    margin-top: 20px;
  }
}
.footer__block-list li {
  font-size: 18px;
  line-height: 1.2;
  color: rgba(49, 49, 49, 0.8);
  transition: all 0.2s ease;
}
.footer__block-list li:hover {
  color: rgb(49, 49, 49);
}
.footer__block-list li a {
  color: inherit;
}
.footer__block-list li a:hover, .footer__block-list li a:visited, .footer__block-list li a:active {
  color: inherit;
}
.footer__bottom {
  display: flex;
  align-items: flex-end;
  margin-top: 75px;
}
@media (max-width: 1200px) {
  .footer__bottom {
    margin-top: 82px;
  }
}
@media (max-width: 950px) {
  .footer__bottom {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    margin-top: 50px;
  }
}
.footer__social {
  display: grid;
  grid-auto-flow: column;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.footer__social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: #99a0b4;
  color: #eff1f5;
  transition: all 0.2s ease;
}
.footer__social-button:hover {
  background-color: #939bb0;
}
.footer__social-button._vk svg {
  max-width: 67%;
  max-height: 42%;
}
.footer__copyrights {
  margin-left: auto;
  font-size: 18px;
  line-height: 1;
  color: rgba(49, 49, 49, 0.6);
}

.blog-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  border: 2px solid #f2f2f2;
  cursor: pointer;
}
.blog-card__image {
  height: 262px;
  border-radius: 20px 20px 0 0;
  background-color: #f2f2f2;
  background-image: url("../images/patterns/white-1.svg");
  background-position: center bottom;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1720px) {
  .blog-card__image {
    background-image: url("../images/patterns/1680/white-1.svg");
  }
}
@media (max-width: 1450px) {
  .blog-card__image {
    background-image: url("../images/patterns/1440/white-1.svg");
  }
}
@media (max-width: 1200px) {
  .blog-card__image {
    background-image: url("../images/patterns/1024/white-1.svg");
    background-position: center top 21%;
  }
}
@media (max-width: 950px) {
  .blog-card__image {
    background-image: url("../images/patterns/768/white-1.svg");
  }
}
@media (max-width: 767px) {
  .blog-card__image {
    background-image: url("../images/patterns/375/white-1.svg");
  }
}
@media (max-width: 1200px) {
  .blog-card__image {
    position: relative;
    height: auto;
    position: relative;
  }
  .blog-card__image::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 22.51%;
    min-height: 0;
  }
}
@media (max-width: 950px) {
  .blog-card__image {
    position: relative;
  }
  .blog-card__image::after {
    display: block;
    content: "";
    width: 100%;
    padding-top: 29.37%;
    min-height: 0;
  }
}
.blog-card__image._pattern-1 {
  background-image: url("../images/patterns/white-1.svg");
  background-position: center bottom;
}
@media (max-width: 1720px) {
  .blog-card__image._pattern-1 {
    background-image: url("../images/patterns/1680/white-1.svg");
  }
}
@media (max-width: 1450px) {
  .blog-card__image._pattern-1 {
    background-image: url("../images/patterns/1440/white-1.svg");
  }
}
@media (max-width: 1200px) {
  .blog-card__image._pattern-1 {
    background-image: url("../images/patterns/1024/white-1.svg");
    background-position: center top 21%;
  }
}
@media (max-width: 950px) {
  .blog-card__image._pattern-1 {
    background-image: url("../images/patterns/768/white-1.svg");
  }
}
@media (max-width: 767px) {
  .blog-card__image._pattern-1 {
    background-image: url("../images/patterns/375/white-1.svg");
  }
}
.blog-card__image._pattern-2 {
  background-image: url("../images/patterns/white-2.svg");
  background-position: left 30px top -20px;
}
@media (max-width: 1720px) {
  .blog-card__image._pattern-2 {
    background-image: url("../images/patterns/1680/white-2.svg");
    background-position: left 20px bottom 10px;
  }
}
@media (max-width: 1450px) {
  .blog-card__image._pattern-2 {
    background-image: url("../images/patterns/1440/white-2.svg");
  }
}
@media (max-width: 1200px) {
  .blog-card__image._pattern-2 {
    background-image: url("../images/patterns/1024/white-2.svg");
    background-position: left 29px top 36%;
  }
}
@media (max-width: 950px) {
  .blog-card__image._pattern-2 {
    background-image: url("../images/patterns/768/white-2.svg");
  }
}
@media (max-width: 767px) {
  .blog-card__image._pattern-2 {
    background-image: url("../images/patterns/375/white-2.svg");
  }
}
.blog-card__image._pattern-3 {
  background-image: url("../images/patterns/white-3.svg");
  background-position: left 50% top 30%;
}
@media (max-width: 1720px) {
  .blog-card__image._pattern-3 {
    background-image: url("../images/patterns/1680/white-3.svg");
  }
}
@media (max-width: 1450px) {
  .blog-card__image._pattern-3 {
    background-image: url("../images/patterns/1440/white-3.svg");
  }
}
@media (max-width: 1200px) {
  .blog-card__image._pattern-3 {
    background-image: url("../images/patterns/1024/white-3.svg");
    background-position: center top 13%;
  }
}
@media (max-width: 950px) {
  .blog-card__image._pattern-3 {
    background-image: url("../images/patterns/768/white-3.svg");
  }
}
@media (max-width: 767px) {
  .blog-card__image._pattern-3 {
    background-image: url("../images/patterns/375/white-3.svg");
  }
}
.blog-card__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 266px;
  padding: 24px 36px 40px;
}
@media (max-width: 1200px) {
  .blog-card__main {
    min-height: 200px;
    padding: 2px 20px 24px;
  }
}
@media (max-width: 767px) {
  .blog-card__main {
    padding: 5px 20px 20px;
  }
}
@media (max-width: 1200px) {
  .blog-card__tags {
    order: -10;
  }
}
.blog-card__tags div {
  display: inline-block;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 140%;
  font-weight: 600;
  color: var(--color-blue-main);
}
@media (max-width: 1200px) {
  .blog-card__tags div {
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
  }
}
.blog-card__title {
  max-width: 640px;
  margin-top: 7px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 140%;
  font-weight: 600;
  color: #313131;
}
@media (max-width: 1200px) {
  .blog-card__title {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-right: 45px;
    font-size: 17px;
    line-height: 150%;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .blog-card__title {
    padding-right: 24px;
  }
}
.blog-card__title:active {
  color: var(--color-blue-main);
}
.blog-card__date {
  margin-top: auto;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 140%;
  font-weight: 600;
  color: #999999;
}
@media (max-width: 1200px) {
  .blog-card__date {
    order: -9;
    margin-top: 5px;
    text-transform: none;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
  }
}
.blog-card__mobile-arrow {
  display: none;
  width: 22px;
  height: 22px;
  margin-top: auto;
  stroke: #808080;
}
@media (max-width: 1200px) {
  .blog-card__mobile-arrow {
    display: block;
  }
}

.blog-card:hover .blog-card__title {
  color: var(--color-blue-main);
}

.social-plate {
  margin: 100px 0;
  background-color: var(--color-blue-main);
  background-image: url("../images/patterns/blue-1.svg");
  background-position: left 50vw bottom;
}
@media (max-width: 1720px) {
  .social-plate {
    background-image: url("../images/patterns/1680/blue-1.svg");
    background-position: left 52vw bottom;
  }
}
@media (max-width: 1450px) {
  .social-plate {
    margin: 80px 0;
    background-image: url("../images/patterns/1440/blue-1.svg");
    border: 1px solid blue;
    background-position: left 57vw bottom -43px;
  }
}
@media (max-width: 1200px) {
  .social-plate {
    margin: 48px 0;
    background-image: url("../images/patterns/1024/blue-1.svg");
    background-size: 47% auto;
    background-position: left 50vw bottom 50%;
  }
}
@media (max-width: 950px) {
  .social-plate {
    background-image: url("../images/patterns/768/blue-1.svg");
  }
}
@media (max-width: 767px) {
  .social-plate {
    background-image: none;
    background-color: transparent;
  }
}
.social-plate__content {
  min-height: 400px;
  padding: 65px 0;
  color: #fff;
}
@media (max-width: 1200px) {
  .social-plate__content {
    min-height: 202px;
    padding: 36px 0;
  }
}
@media (max-width: 950px) {
  .social-plate__content {
    padding: 36px 20px;
  }
}
@media (max-width: 767px) {
  .social-plate__content {
    padding: 47px 25px 60px;
    border-radius: 48px;
    background-color: var(--color-blue-main);
    background-image: url("../images/social-bg.jpg");
    background-size: cover;
    background-position: center;
  }
}
.social-plate__title.title-2 {
  max-width: 710px;
}
@media (max-width: 1200px) {
  .social-plate__title.title-2 {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .social-plate__title.title-2 {
    font-size: 40px;
    max-width: 100%;
  }
}
.social-plate__text {
  margin-top: 30px;
  font-size: 24px;
  line-height: 100%;
  color: #f2f2f2;
}
@media (max-width: 1200px) {
  .social-plate__text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 100%;
  }
}
@media (max-width: 767px) {
  .social-plate__text {
    margin-top: 32px;
    font-size: 20px;
    line-height: 140%;
  }
}
.social-plate__links {
  display: inline-grid;
  grid-auto-flow: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 36px;
}
@media (max-width: 1200px) {
  .social-plate__links {
    -moz-column-gap: 12px;
         column-gap: 12px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .social-plate__links {
    display: flex;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 44px;
  }
}
@media (max-width: 767px) {
  .social-plate__links .social-button {
    margin: 0 10px;
  }
}

.social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  color: var(--color-blue-main);
  background-color: #fff;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .social-button {
    width: 36px;
    height: 36px;
    border-radius: 8px;
  }
}
.social-button:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.social-button._vkontakte svg {
  max-width: 70%;
  max-height: 44%;
}
.social-button._telegram svg {
  max-width: 52%;
  max-height: 44%;
}
.social-button._mailru svg {
  max-width: 52%;
  max-height: 52%;
}

.small-social-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #fff;
  border-radius: 50%;
  background-color: #313131;
}
.small-social-button._facebook svg {
  max-width: 23.2%;
  max-height: 44.6%;
}
.small-social-button._telegram svg {
  max-width: 50%;
  max-height: 37.5%;
}
.small-social-button._vkontakte svg {
  max-width: 50%;
  max-height: 32.2%;
}
.small-social-button._linkedin svg {
  max-width: 50%;
  max-height: 44%;
}
.small-social-button._youtube svg {
  max-width: 41%;
  max-height: 50%;
  transform: translateX(10%);
}
.small-social-button._dzen svg {
  max-width: 50%;
  max-height: 50%;
}

.prev-page-block__content {
  padding: 44px 0;
}
@media (max-width: 1200px) {
  .prev-page-block__content {
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .prev-page-block__content {
    padding: 26px 0;
  }
}
.prev-page-block__link {
  color: #313131;
}
.prev-page-block__link:hover, .prev-page-block__link:visited, .prev-page-block__link:active {
  color: #313131;
}
.prev-page-block__link:hover {
  color: var(--color-blue-main);
}
.prev-page-block__link:hover svg {
  transform: translateX(-20%);
}
.prev-page-block__link svg {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 21px;
  margin-right: 30px;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .prev-page-block__link svg {
    width: 24px;
    height: 16px;
    margin-right: 10px;
  }
}
.prev-page-block__link span {
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 1.2;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .prev-page-block__link span {
    font-size: 22px;
  }
}

.subscribe-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 532px;
  padding: 36px 36px;
  color: #fff;
  border-radius: 20px;
  background-color: var(--color-blue-main);
}
@media (max-width: 767px) {
  .subscribe-card {
    min-height: 0;
    padding: 36px 24px;
  }
}
.subscribe-card__main {
  transition: all 0.2s ease;
}
.subscribe-card__top {
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .subscribe-card__top {
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    padding-right: 0;
  }
}
.subscribe-card__illustration img {
  width: 100%;
}
@media (max-width: 767px) {
  .subscribe-card__illustration img {
    width: 40%;
  }
}
.subscribe-card__description {
  font-size: 28px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .subscribe-card__description {
    font-size: 22px;
    line-height: 140%;
  }
}
.subscribe-card__form {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .subscribe-card__form {
    margin-top: 50px;
  }
}
.subscribe-card__form-field {
  position: relative;
}
.subscribe-card__form-field._has-error input {
  box-shadow: inset 0 0 0 1px var(--color-error);
}
.subscribe-card__form-field._has-error .subscribe-card__form-field-error {
  display: block;
}
.subscribe-card__form-input {
  display: block;
  width: 100%;
  height: 58px;
  padding: 0 21px;
  font-size: 17px;
  line-height: 1;
  color: #313131;
  border-radius: 8px;
  background-color: #fff;
}
.subscribe-card__form-input::-webkit-input-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #999999;
}
.subscribe-card__form-input::-moz-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #999999;
}
.subscribe-card__form-input:-ms-input-placeholder {
  opacity: 1;
  font-family: inherit;
  color: #999999;
}
.subscribe-card__form-field-error {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  font-size: 12px;
  line-height: 14px;
  color: #fff;
}
.subscribe-card__form-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 30px;
  padding: 14px 16px;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  border-radius: 12px;
  background-color: #3a3a3a;
  transition: all 0.2s ease;
}
.subscribe-card__form-button:hover {
  background-color: #313131;
}
@media (max-width: 767px) {
  .subscribe-card__form-button {
    margin-top: 24px;
    font-size: 20px;
    line-height: 24px;
  }
}
.subscribe-card__form-button._loading {
  pointer-events: none;
  color: transparent;
}
.subscribe-card__form-button._loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-left-color: #fff;
  animation-name: spinner-rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.subscribe-card__form-checkbox {
  margin-top: 24px;
}
.subscribe-card__success-message {
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease 0.2s;
}
.subscribe-card__success-message div:nth-child(n+2) {
  margin-top: 24px;
  font-size: 24px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .subscribe-card__success-message div:nth-child(n+2) {
    font-size: 22px;
    line-height: 130%;
  }
}

.subscribe-card._subscribe-success .subscribe-card__main {
  opacity: 0;
  pointer-events: none;
}
.subscribe-card._subscribe-success .subscribe-card__success-message {
  opacity: 1;
  pointer-events: all;
}

.page-end-block {
  margin: 80px auto 160px;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-end-block {
    margin: 32px auto 32px;
  }
}
@media (max-width: 767px) {
  .page-end-block {
    margin: 20px auto 24px;
  }
}
@media (max-width: 767px) {
  .page-end-block .blue-link span {
    display: none;
  }
}

.blue-link {
  font-size: 20px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-blue-main);
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .blue-link {
    font-size: 17px;
  }
}
.blue-link:visited {
  color: var(--color-blue-main);
}
.blue-link:hover {
  filter: brightness(80%);
}

.outer-link {
  display: inline-block;
  position: relative;
  padding-right: 82px;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #313131;
  transition: all 0.2s ease;
}
@media (max-width: 1200px) {
  .outer-link {
    padding-right: 55px;
    font-size: 24px;
    line-height: 1.6;
  }
}
.outer-link::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 42px;
  height: 32px;
  margin-left: 40px;
  background-image: url("../images/icons/arrow-right-in-oval.svg");
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .outer-link::after {
    top: 9px;
    width: 32px;
    height: 26px;
    margin-left: 24px;
  }
}
.outer-link:visited {
  color: #313131;
}
.outer-link:hover {
  color: var(--color-blue-main);
}

.grey-block {
  margin: 20px 0;
  padding: 44px 120px 53px 50px;
  border-radius: 48px;
  background-color: #f5f5f5;
}
@media (max-width: 1200px) {
  .grey-block {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .grey-block {
    padding: 36px 24px 36px 24px;
  }
}

.checkbox {
  display: grid;
  grid-template-columns: 20px 1fr;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.checkbox__field {
  display: block;
  height: 20px;
  cursor: pointer;
}
.checkbox__icon {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 5px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #f8fafb;
}
@media (max-width: 767px) {
  .checkbox__icon {
    margin-top: 2px;
  }
}
.checkbox__icon svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  stroke-width: 3;
  stroke: var(--color-blue-main);
  stroke-miterlimit: 3;
  transform: translate3d(-50%, -50%, 0);
  stroke-dasharray: 35;
  stroke-dashoffset: 35;
}
.checkbox__input:checked ~ .checkbox__icon svg {
  animation: checkbox-on 0.3s forwards;
}
.checkbox__text {
  font-size: 20px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .checkbox__text {
    font-size: 16px;
  }
}
.checkbox__text a {
  color: inherit;
  text-decoration: underline;
}
.checkbox__text a:hover, .checkbox__text a:visited, .checkbox__text a:active {
  color: inherit;
}
.checkbox__text._blue-links a {
  color: var(--color-blue-main);
  text-decoration: none;
}
.checkbox__text._blue-links a:hover, .checkbox__text._blue-links a:visited, .checkbox__text._blue-links a:active {
  color: var(--color-blue-main);
}

.checkbox._has-error .checkbox__icon {
  border: 1px solid var(--color-error);
}

@keyframes checkbox-on {
  100% {
    stroke-dashoffset: 1;
  }
}
.form-field {
  position: relative;
}
.form-field__input {
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.25s ease;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
}
.form-field__input::-webkit-input-placeholder {
  opacity: 0.5;
}
.form-field__input::-moz-placeholder {
  opacity: 0.5;
}
.form-field__input:-ms-input-placeholder {
  opacity: 0.5;
}
.form-field__input:focus {
  border-color: var(--color-blue-main);
}
.form-field__error {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  font-size: 12px;
  line-height: 1.2;
  color: var(--color-error);
}

.form-field._has-error .form-field__input {
  border-color: var(--color-error);
}
.form-field._has-error .form-field__input::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-error);
}
.form-field._has-error .form-field__input::-moz-placeholder {
  opacity: 1;
  color: var(--color-error);
}
.form-field._has-error .form-field__input:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-error);
}

.form-field._required::before {
  position: absolute;
  top: -12px;
  right: -15px;
  content: "*";
  display: block;
  color: red;
  opacity: 0.5;
  font-size: 25px;
}

.button {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  padding: 7px 28px 11px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  border-radius: 12px;
  background-color: var(--color-blue-main);
}

.button._loading {
  pointer-events: none;
  color: transparent;
}
.button._loading::after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-left-color: #fff;
  animation-name: spinner-rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.modal {
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(39, 40, 43, 0.5);
  transition: opacity 0.4s ease;
}
.modal__content {
  margin: auto;
  padding: 70px 0;
}
@media (max-width: 1720px) {
  .modal__content {
    padding: 45px 0;
  }
}
@media (max-width: 767px) {
  .modal__content {
    padding: 0;
  }
}
.modal__body {
  opacity: 0;
  position: relative;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.modal__card {
  position: relative;
  padding: 32px 40px 40px;
  border-radius: 16px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .modal__card {
    padding: 32px 24px;
  }
}
.modal__close-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 3;
  top: 30px;
  right: 40px;
  width: 32px;
  height: 32px;
  color: #000;
  background-color: #f2f2f2;
  border-radius: 50%;
  transition: all 0.25s ease;
}
@media (max-width: 767px) {
  .modal__close-button {
    top: 24px;
    right: 24px;
    background: none;
  }
}
.modal__close-button svg {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}
.modal__close-button:hover {
  color: #fff;
  background-color: var(--color-blue-main);
}
.modal__title {
  padding-right: 90px;
  font-size: 28px;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .modal__title {
    padding-right: 35px;
    font-size: 26px;
  }
}

.modal._active {
  opacity: 1;
  pointer-events: auto;
}
.modal._active .modal__body {
  opacity: 1;
  transform: none;
}

@media (max-width: 767px) {
  .modal._mobile-fullscreen .modal__content {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .modal._mobile-fullscreen .modal__body {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .modal._mobile-fullscreen .modal__card {
    flex: 1;
    border-radius: 0;
  }
}

.subscribe-modal .modal__card {
  width: 480px;
}
@media (max-width: 767px) {
  .subscribe-modal .modal__card {
    width: 100%;
  }
}
.subscribe-modal__main {
  transition: all 0.2s ease;
}
.subscribe-modal__form {
  margin-top: 30px;
}
.subscribe-modal__form .form-field {
  margin-bottom: 24px;
}
.subscribe-modal__form-submit {
  width: 100%;
  margin-top: 32px;
}
.subscribe-modal__success-block {
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease 0.2s;
  color: #313131;
}
.subscribe-modal__success-block div:nth-child(n+2) {
  margin-top: 24px;
  font-size: 24px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .subscribe-modal__success-block div:nth-child(n+2) {
    font-size: 22px;
    line-height: 130%;
  }
}

.subscribe-modal._subscribe-success .subscribe-modal__main {
  opacity: 0;
  pointer-events: none;
}
.subscribe-modal._subscribe-success .subscribe-modal__success-block {
  opacity: 1;
  pointer-events: all;
}

.blog__title {
  max-width: 1200px;
  margin: 0 auto;
  margin: 60px auto;
  text-align: center;
}
@media (max-width: 1450px) {
  .blog__title {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .blog__title {
    max-width: 614px;
    margin: 48px auto;
  }
}
@media (max-width: 767px) {
  .blog__title {
    margin: 24px auto 48px;
    padding: 0 15px;
  }
}
.blog__loading-message {
  display: none;
  margin: 140px 0;
  padding: 0 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #313131;
}
.blog__loading-message a {
  display: inline-block;
  color: var(--color-blue-main);
}
.blog__loading-message a:hover, .blog__loading-message a:visited, .blog__loading-message a:active {
  color: var(--color-blue-main);
}
.blog__no-data-message {
  display: none;
  margin: 140px 0;
  padding: 0 24px;
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #313131;
}
.blog__no-data-message a {
  display: inline-block;
  color: var(--color-blue-main);
}
.blog__no-data-message a:hover, .blog__no-data-message a:visited, .blog__no-data-message a:active {
  color: var(--color-blue-main);
}
.blog__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 1200px) {
  .blog__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .blog__grid {
    grid-template-columns: 1fr;
  }
}
.blog__grid + .blog__grid {
  margin-top: 20px;
}
.blog__grid .blog-card .blog-card__image {
  background-image: var(--image-path);
}
.blog__grid .blog-card:nth-child(10n+1), .blog__grid .blog-card:nth-child(10n+7) {
  grid-column: span 2;
}
.blog__grid .blog-card:nth-child(10n+2) .blog-card__image, .blog__grid .blog-card:nth-child(10n+9) .blog-card__image {
  background-image: url("../images/patterns/white-1.svg");
  background-position: center bottom;
}
@media (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(10n+2) .blog-card__image, .blog__grid .blog-card:nth-child(10n+9) .blog-card__image {
    background-image: url("../images/patterns/1680/white-1.svg");
  }
}
@media (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(10n+2) .blog-card__image, .blog__grid .blog-card:nth-child(10n+9) .blog-card__image {
    background-image: url("../images/patterns/1440/white-1.svg");
  }
}
@media (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(10n+2) .blog-card__image, .blog__grid .blog-card:nth-child(10n+9) .blog-card__image {
    background-image: url("../images/patterns/1024/white-1.svg");
    background-position: center top 21%;
  }
}
@media (max-width: 950px) {
  .blog__grid .blog-card:nth-child(10n+2) .blog-card__image, .blog__grid .blog-card:nth-child(10n+9) .blog-card__image {
    background-image: url("../images/patterns/768/white-1.svg");
  }
}
@media (max-width: 767px) {
  .blog__grid .blog-card:nth-child(10n+2) .blog-card__image, .blog__grid .blog-card:nth-child(10n+9) .blog-card__image {
    background-image: url("../images/patterns/375/white-1.svg");
  }
}
.blog__grid .blog-card:nth-child(10n+4) .blog-card__image {
  background-image: url("../images/patterns/white-2.svg");
  background-position: left 30px top -20px;
}
@media (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(10n+4) .blog-card__image {
    background-image: url("../images/patterns/1680/white-2.svg");
    background-position: left 20px bottom 10px;
  }
}
@media (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(10n+4) .blog-card__image {
    background-image: url("../images/patterns/1440/white-2.svg");
  }
}
@media (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(10n+4) .blog-card__image {
    background-image: url("../images/patterns/1024/white-2.svg");
    background-position: left 29px top 36%;
  }
}
@media (max-width: 950px) {
  .blog__grid .blog-card:nth-child(10n+4) .blog-card__image {
    background-image: url("../images/patterns/768/white-2.svg");
  }
}
@media (max-width: 767px) {
  .blog__grid .blog-card:nth-child(10n+4) .blog-card__image {
    background-image: url("../images/patterns/375/white-2.svg");
  }
}
.blog__grid .blog-card:nth-child(10n+6) .blog-card__image {
  background-image: url("../images/patterns/white-3.svg");
  background-position: left 50% top 30%;
}
@media (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(10n+6) .blog-card__image {
    background-image: url("../images/patterns/1680/white-3.svg");
  }
}
@media (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(10n+6) .blog-card__image {
    background-image: url("../images/patterns/1440/white-3.svg");
  }
}
@media (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(10n+6) .blog-card__image {
    background-image: url("../images/patterns/1024/white-3.svg");
    background-position: center top 13%;
  }
}
@media (max-width: 950px) {
  .blog__grid .blog-card:nth-child(10n+6) .blog-card__image {
    background-image: url("../images/patterns/768/white-3.svg");
  }
}
@media (max-width: 767px) {
  .blog__grid .blog-card:nth-child(10n+6) .blog-card__image {
    background-image: url("../images/patterns/375/white-3.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .blog__grid .blog-card:nth-child(n) {
    grid-column: span 1;
  }
  .blog__grid .blog-card:nth-child(n) .blog-card__image {
    background-image: var(--image-path);
  }
  .blog__grid .blog-card:nth-child(2) .blog-card__image, .blog__grid .blog-card:nth-child(7) .blog-card__image {
    background-image: url("../images/patterns/white-1.svg");
    background-position: center bottom;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(2) .blog-card__image, .blog__grid .blog-card:nth-child(7) .blog-card__image {
    background-image: url("../images/patterns/1680/white-1.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(2) .blog-card__image, .blog__grid .blog-card:nth-child(7) .blog-card__image {
    background-image: url("../images/patterns/1440/white-1.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(2) .blog-card__image, .blog__grid .blog-card:nth-child(7) .blog-card__image {
    background-image: url("../images/patterns/1024/white-1.svg");
    background-position: center top 21%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 950px) {
  .blog__grid .blog-card:nth-child(2) .blog-card__image, .blog__grid .blog-card:nth-child(7) .blog-card__image {
    background-image: url("../images/patterns/768/white-1.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 767px) {
  .blog__grid .blog-card:nth-child(2) .blog-card__image, .blog__grid .blog-card:nth-child(7) .blog-card__image {
    background-image: url("../images/patterns/375/white-1.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .blog__grid .blog-card:nth-child(3) .blog-card__image, .blog__grid .blog-card:nth-child(10) .blog-card__image {
    background-image: url("../images/patterns/white-2.svg");
    background-position: left 30px top -20px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(3) .blog-card__image, .blog__grid .blog-card:nth-child(10) .blog-card__image {
    background-image: url("../images/patterns/1680/white-2.svg");
    background-position: left 20px bottom 10px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(3) .blog-card__image, .blog__grid .blog-card:nth-child(10) .blog-card__image {
    background-image: url("../images/patterns/1440/white-2.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(3) .blog-card__image, .blog__grid .blog-card:nth-child(10) .blog-card__image {
    background-image: url("../images/patterns/1024/white-2.svg");
    background-position: left 29px top 36%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 950px) {
  .blog__grid .blog-card:nth-child(3) .blog-card__image, .blog__grid .blog-card:nth-child(10) .blog-card__image {
    background-image: url("../images/patterns/768/white-2.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 767px) {
  .blog__grid .blog-card:nth-child(3) .blog-card__image, .blog__grid .blog-card:nth-child(10) .blog-card__image {
    background-image: url("../images/patterns/375/white-2.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .blog__grid .blog-card:nth-child(6) .blog-card__image, .blog__grid .blog-card:nth-child(11) .blog-card__image {
    background-image: url("../images/patterns/white-3.svg");
    background-position: left 50% top 30%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(6) .blog-card__image, .blog__grid .blog-card:nth-child(11) .blog-card__image {
    background-image: url("../images/patterns/1680/white-3.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(6) .blog-card__image, .blog__grid .blog-card:nth-child(11) .blog-card__image {
    background-image: url("../images/patterns/1440/white-3.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(6) .blog-card__image, .blog__grid .blog-card:nth-child(11) .blog-card__image {
    background-image: url("../images/patterns/1024/white-3.svg");
    background-position: center top 13%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 950px) {
  .blog__grid .blog-card:nth-child(6) .blog-card__image, .blog__grid .blog-card:nth-child(11) .blog-card__image {
    background-image: url("../images/patterns/768/white-3.svg");
  }
}
@media (max-width: 1200px) and (min-width: 768px) and (max-width: 767px) {
  .blog__grid .blog-card:nth-child(6) .blog-card__image, .blog__grid .blog-card:nth-child(11) .blog-card__image {
    background-image: url("../images/patterns/375/white-3.svg");
  }
}
@media (max-width: 767px) {
  .blog__grid .blog-card:nth-child(n) {
    grid-column: span 1;
  }
  .blog__grid .blog-card:nth-child(n) .blog-card__image {
    background-image: var(--image-path);
  }
  .blog__grid .blog-card:nth-child(6n+2) .blog-card__image {
    background-image: url("../images/patterns/white-1.svg");
    background-position: center bottom;
  }
}
@media (max-width: 767px) and (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(6n+2) .blog-card__image {
    background-image: url("../images/patterns/1680/white-1.svg");
  }
}
@media (max-width: 767px) and (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(6n+2) .blog-card__image {
    background-image: url("../images/patterns/1440/white-1.svg");
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(6n+2) .blog-card__image {
    background-image: url("../images/patterns/1024/white-1.svg");
    background-position: center top 21%;
  }
}
@media (max-width: 767px) and (max-width: 950px) {
  .blog__grid .blog-card:nth-child(6n+2) .blog-card__image {
    background-image: url("../images/patterns/768/white-1.svg");
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .blog__grid .blog-card:nth-child(6n+2) .blog-card__image {
    background-image: url("../images/patterns/375/white-1.svg");
  }
}
@media (max-width: 767px) {
  .blog__grid .blog-card:nth-child(6n+4) .blog-card__image {
    background-image: url("../images/patterns/white-2.svg");
    background-position: left 30px top -20px;
  }
}
@media (max-width: 767px) and (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(6n+4) .blog-card__image {
    background-image: url("../images/patterns/1680/white-2.svg");
    background-position: left 20px bottom 10px;
  }
}
@media (max-width: 767px) and (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(6n+4) .blog-card__image {
    background-image: url("../images/patterns/1440/white-2.svg");
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(6n+4) .blog-card__image {
    background-image: url("../images/patterns/1024/white-2.svg");
    background-position: left 29px top 36%;
  }
}
@media (max-width: 767px) and (max-width: 950px) {
  .blog__grid .blog-card:nth-child(6n+4) .blog-card__image {
    background-image: url("../images/patterns/768/white-2.svg");
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .blog__grid .blog-card:nth-child(6n+4) .blog-card__image {
    background-image: url("../images/patterns/375/white-2.svg");
  }
}
@media (max-width: 767px) {
  .blog__grid .blog-card:nth-child(6n+6) .blog-card__image {
    background-image: url("../images/patterns/white-3.svg");
    background-position: left 50% top 30%;
  }
}
@media (max-width: 767px) and (max-width: 1720px) {
  .blog__grid .blog-card:nth-child(6n+6) .blog-card__image {
    background-image: url("../images/patterns/1680/white-3.svg");
  }
}
@media (max-width: 767px) and (max-width: 1450px) {
  .blog__grid .blog-card:nth-child(6n+6) .blog-card__image {
    background-image: url("../images/patterns/1440/white-3.svg");
  }
}
@media (max-width: 767px) and (max-width: 1200px) {
  .blog__grid .blog-card:nth-child(6n+6) .blog-card__image {
    background-image: url("../images/patterns/1024/white-3.svg");
    background-position: center top 13%;
  }
}
@media (max-width: 767px) and (max-width: 950px) {
  .blog__grid .blog-card:nth-child(6n+6) .blog-card__image {
    background-image: url("../images/patterns/768/white-3.svg");
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .blog__grid .blog-card:nth-child(6n+6) .blog-card__image {
    background-image: url("../images/patterns/375/white-3.svg");
  }
}
.blog__load-more-btn {
  display: none;
}

.blog._loading .blog__loading-message {
  display: block;
}

.blog._no-data .blog__no-data-message {
  display: block;
}

.blog._has-more-items .blog__load-more-btn {
  display: inline-block;
}

.article__banner img {
  max-width: 100%;
}
.article__social {
  display: inline-grid;
  grid-auto-flow: column;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 20px;
}
.article__date {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 140%;
  font-weight: 600;
  color: #999999;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .article__date {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.article__main {
  max-width: 1330px;
  margin-top: 42px;
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 166%;
  font-weight: 400;
  color: #313131;
}
@media (max-width: 1200px) {
  .article__main {
    margin-top: 32px;
    font-size: 17px;
    margin-bottom: 40px;
  }
}
.article__main > * {
  margin-bottom: 24px;
}
.article__main p,
.article__main img,
.article__main ol,
.article__main ul,
.article__main blockquote {
  max-width: 100%;
  margin-bottom: 24px;
}
.article__main img + small {
  margin-top: -8px;
}
.article__main a:not(.outer-link) {
  color: var(--color-blue-main);
}
.article__main a:not(.outer-link):hover, .article__main a:not(.outer-link):visited, .article__main a:not(.outer-link):active {
  color: var(--color-blue-main);
}
.article__main .text-lead {
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .article__main .text-lead {
    margin-bottom: 32px;
  }
}
.article__main small {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #6a6a6a;
}
@media (max-width: 1200px) {
  .article__main small {
    font-size: 13px;
    line-height: 22px;
  }
}
.article__title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 60px;
  line-height: 140%;
  color: #313131;
}
@media (max-width: 1200px) {
  .article__title {
    font-size: 52px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .article__title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
  }
}
.article__main h2 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 40px;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .article__main h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .article__main h2 {
    font-size: 22px;
    font-weight: 600;
  }
}
.article__main h3 {
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .article__main h3 {
    font-size: 24px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .article__main h3 {
    font-size: 18px;
  }
}
.article__main ul li {
  position: relative;
  padding-left: 38px;
}
@media (max-width: 767px) {
  .article__main ul li {
    padding-left: 30px;
  }
}
.article__main ul li:not(:last-child) {
  margin-bottom: 10px;
}
.article__main ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #313131;
}
@media (max-width: 767px) {
  .article__main ul li::before {
    top: 0.65em;
    left: 12px;
    width: 6px;
    height: 6px;
  }
}
.article__main ol li {
  position: relative;
  padding-left: 38px;
  counter-increment: step-counter;
}
@media (max-width: 767px) {
  .article__main ol li {
    padding-left: 30px;
  }
}
.article__main ol li:not(:last-child) {
  margin-bottom: 10px;
}
.article__main ol li::before {
  content: counter(step-counter) ".";
  position: absolute;
  left: 10px;
}
.article__main table {
  table-layout: fixed;
  width: calc(100% + 80px);
  margin-left: -40px;
  border-spacing: 40px;
}
@media (max-width: 1200px) {
  .article__main table {
    border-spacing: 4em;
    width: calc(100% + 8em);
    margin-left: -4em;
  }
}
@media (max-width: 950px) {
  .article__main table {
    border-spacing: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 950px) {
  .article__main table tr {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.article__main table th {
  color: var(--color-blue-main);
}
.article__main table td {
  vertical-align: top;
}
@media (max-width: 950px) {
  .article__main table td {
    margin-bottom: 20px;
  }
}
.article__main table td p {
  margin: 0;
}
.article__main table td p:not(:last-child) {
  margin-bottom: 12px;
}
.article__main blockquote {
  position: relative;
  margin: 85px 0 24px;
  padding: 43px 120px 53px 50px;
  border-radius: 48px;
  background-color: #f5f5f5;
}
@media (max-width: 1200px) {
  .article__main blockquote {
    margin: 70px 0 24px;
  }
}
@media (max-width: 767px) {
  .article__main blockquote {
    margin: 65px 0 24px;
    padding: 58px 24px 36px 24px;
  }
}
.article__main blockquote::after {
  display: block;
  content: "";
  position: absolute;
  top: -48px;
  right: -53px;
  width: 144px;
  height: 112px;
  background-image: url("../images/icons/quotes-close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .article__main blockquote::after {
    top: -40px;
    right: 11px;
    width: 105px;
    height: 82px;
  }
}

.other-articles {
  margin-top: 158px;
}
@media (max-width: 1200px) {
  .other-articles {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .other-articles {
    margin-top: 80px;
  }
}
.other-articles__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1200px) {
  .other-articles__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .other-articles__content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .other-articles__content .subscribe-card {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .other-articles__content .subscribe-card {
    grid-column: span 1;
  }
}

.feeadback {
  width: 100%;
}
.feeadback__section {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .feeadback__section {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.feeadback ._has-success .popup__wrapper[data-status=submit] {
  display: block;
}
.feeadback span.error {
  font-weight: 400;
  font-size: 11px;
  line-height: 2.1818181818em;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, -22px, 0);
  color: rgba(255, 0, 0, 0.5) !important;
}
@media only screen and (max-width: 1278px) {
  .feeadback span.error {
    font-size: 1.1rem;
  }
}
.feeadback__info {
  max-width: 55%;
  width: 100%;
  margin-right: 40px;
}
.feeadback__info a {
  transition: color 0.25s ease;
  color: #0077ff;
}
@media only screen and (min-width: 1025px) {
  .feeadback__info a:hover {
    color: #0178ff;
  }
}
@media only screen and (max-width: 1278px) {
  .feeadback__info {
    max-width: 35em;
  }
}
@media only screen and (max-width: 1023px) {
  .feeadback__info {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3.6em;
  }
}
.feeadback__title {
  font-weight: 400;
  font-size: 56px;
  color: #313131;
  line-height: 1.1785714286em;
  font-weight: 500;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1278px) {
  .feeadback__title {
    font-size: 5.6rem;
  }
}
@media only screen and (max-width: 1278px) {
  .feeadback__title {
    font-weight: 400;
    font-size: 38px;
    color: #313131;
    line-height: 1.1578947368em;
    font-weight: 500;
    margin-bottom: em(16, 38);
  }
}
@media only screen and (max-width: 1278px) and (max-width: 1278px) {
  .feeadback__title {
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 1023px) {
  .feeadback__title br {
    display: none;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .feeadback__title {
    font-weight: 400;
    font-size: 28px;
    color: #313131;
    line-height: 1.2142857143em;
    font-weight: 500;
    margin-bottom: em(16, 28);
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .feeadback__title {
    font-size: 2.8rem;
  }
}
.feeadback__description {
  font-weight: 400;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5em;
}
@media only screen and (max-width: 1278px) {
  .feeadback__description {
    font-size: 2rem;
  }
}
.feeadback__form {
  max-width: 590px;
  width: 100%;
  padding-top: 28px;
}
@media only screen and (max-width: 1278px) {
  .feeadback__form {
    max-width: 54.2em;
    width: 100%;
    padding-top: 1.8em;
  }
}
@media only screen and (max-width: 1023px) {
  .feeadback__form {
    max-width: 100%;
    padding-top: 0;
  }
}
.feeadback .popup__textarea,
.feeadback .popup__input {
  background: rgba(237, 240, 243, 0.39);
}

.popup {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  width: 100%;
  height: 100vh;
  visibility: hidden;
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }
}
.popup picture {
  width: 100%;
  height: auto;
}
.popup .nice-select {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex !important;
}
.popup .nice-select .nice-select-dropdown {
  width: calc(100% + 2px) !important;
  margin-top: -11px !important;
  border: 1px solid #e3e3e3 !important;
  border-radius: 0 0 8px 8px !important;
  padding: 20px !important;
  border-top: none !important;
  transform: scale(1) translateY(0) translate3d(-50%, 0, 0) !important;
}
.popup .nice-select.change {
  border-color: #0077ff !important;
}
.popup .nice-select.change .current {
  color: #313131 !important;
  opacity: 1;
}
.popup .nice-select.error {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
.popup .nice-select.error .current {
  color: rgba(255, 0, 0, 0.5) !important;
  opacity: 1 !important;
}
.popup .nice-select.error .nice-select-dropdown {
  border-color: rgba(255, 0, 0, 0.5) !important;
}
.popup .nice-select::after {
  border-color: #99a2ad !important;
}
.popup .nice-select .option {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3333333333em;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 1278px) {
  .popup .nice-select .option {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1025px) {
  .popup .nice-select .option:hover {
    color: #0077ff;
  }
}
.popup .nice-select .option:not(:last-child) {
  margin-bottom: 24px;
}
.popup .form__action-suggestion {
  width: 100%;
}
.popup span.error {
  display: none;
}
.popup__container > div:not(:last-child),
.popup__container > button:not(:last-child), .popup__inner > div:not(:last-child),
.popup__inner > button:not(:last-child), .popup__wrapper > div:not(:last-child),
.popup__wrapper > button:not(:last-child) {
  margin-bottom: 20px;
}
.popup__wrapper {
  width: 100%;
}
.popup__wrapper[data-status=success] {
  display: none;
}
._has-success .popup__wrapper[data-status=success] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}
._has-success .popup__wrapper[data-status=submit] {
  display: none;
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__wrapper {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.popup__inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: none;
}
.popup__inner[data-step=first] {
  display: flex;
}
.popup__inner[data-step=vk-sumbit] {
  display: flex;
}
.popup__inner.show {
  display: flex;
}
.popup__form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  display: none;
  border-radius: 16px;
  padding: 30px 40px;
  width: 100%;
  overflow: hidden;
  width: 500px;
  background-color: #fff;
}
.popup__form.show {
  display: flex;
}
@media only screen and (max-width: 1278px) {
  .popup__form {
    padding: 3em 4em;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    padding: 2em;
    max-width: 100%;
    overflow-y: auto;
  }
  .popup__form.show {
    display: flex;
  }
}
.popup__close {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease;
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 30px;
  right: 40px;
  background: rgba(0, 0, 0, 0.05);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #000;
}
.popup__close svg {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 1025px) {
  .popup__close:hover {
    background: #0077ff;
    color: #fff;
  }
}
@media only screen and (max-width: 1278px) {
  .popup__close {
    top: 3em;
    right: 4em;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__close {
    top: 1.8em;
    right: 1.8em;
  }
}
.popup .btn {
  height: 58px;
}
@media only screen and (max-width: 1278px) {
  .popup .btn {
    height: em(58, 22);
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup .btn {
    height: 50px;
    width: 100%;
    max-width: 100%;
    flex: none;
  }
}
.popup__overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.35;
  cursor: pointer;
}
.popup__title {
  font-weight: 400;
  font-size: 28px;
  color: #313131;
  line-height: 1.1428571429em;
  font-weight: 500;
  width: 100%;
  max-width: 90%;
}
@media only screen and (max-width: 1278px) {
  .popup__title {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1278px) {
  .popup__title {
    max-width: 90%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__title {
    font-weight: 400;
    font-size: 26px;
    color: #313131;
    line-height: 1.1538461538em;
    font-weight: 500;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .popup__title {
    font-size: 2.6rem;
  }
}
.popup__desc {
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5555555556em;
  font-weight: 400;
  width: 100%;
  opacity: 0.7;
}
@media only screen and (max-width: 1278px) {
  .popup__desc {
    font-size: 1.8rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__desc {
    font-weight: 400;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.375em;
    font-weight: 400;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .popup__desc {
    font-size: 1.6rem;
  }
}
.popup__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 42px;
}
.popup__label {
  position: relative;
  display: block;
  width: 100%;
}
.popup__label.required::before {
  position: absolute;
  top: -12px;
  right: -15px;
  content: "*";
  display: block;
  color: #ff0000;
  opacity: 0.5;
  font-size: 25px;
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__label.required::before {
    top: -12px;
    right: -12px;
  }
}
.popup__label.focus .popup__textarea,
.popup__label.focus .popup__input {
  border: 1px solid #0077ff;
}
.popup__label.focus .popup__placeholder {
  font-weight: 400;
  font-size: 11px;
  color: #0077ff;
  line-height: 2.5454545455em;
  left: 5px;
  top: 0;
  transform: translate3d(0, -22px, 0);
}
@media only screen and (max-width: 1278px) {
  .popup__label.focus .popup__placeholder {
    font-size: 1.1rem;
  }
}
.popup__label.focus span.error + .popup__placeholder {
  display: none;
}
.popup__label.focus span.error[style="display: none;"] + .popup__placeholder {
  display: block;
}
.popup__label.error .popup__input {
  border: 1px solid rgba(255, 0, 0, 0.5) !important;
}
.popup__label.error .popup__placeholder {
  color: rgba(255, 0, 0, 0.5) !important;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .popup__label.w-50 {
    width: 48%;
  }
}
.popup__label:not(:last-child) {
  margin-bottom: 24px;
}
.popup .select-js, .popup__textarea, .popup__input {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1278px) {
  .popup .select-js, .popup__textarea, .popup__input {
    font-size: 1.8rem;
  }
}
.popup__timer {
  display: none;
}
._message-active .popup__timer {
  display: block;
}
.popup__caption {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556em;
  width: 100%;
}
@media only screen and (max-width: 1278px) {
  .popup__caption {
    font-size: 1.8rem;
  }
}
.popup__caption button {
  transition: color 0.25s ease;
  color: #0077ff;
}
@media only screen and (min-width: 1025px) {
  .popup__caption button:hover {
    color: #0178ff;
  }
}
.popup__caption--errors {
  color: rgba(255, 0, 0, 0.5);
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375em;
    margin-bottom: 20px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .popup__caption {
    font-size: 1.6rem;
  }
}
.popup__errors {
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 0, 0, 0.5);
  line-height: 1.4em;
  width: 100%;
  display: none;
}
@media only screen and (max-width: 1278px) {
  .popup__errors {
    font-size: 2rem;
  }
}
.popup__errors.show {
  display: block;
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__errors {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 0, 0, 0.5);
    line-height: 1.375em;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .popup__errors {
    font-size: 1.6rem;
  }
}
.popup__placeholder {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556em;
  transition: all 0.25s ease;
  position: absolute;
  left: 20px;
  top: 50%;
  opacity: 0.5;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 1278px) {
  .popup__placeholder {
    font-size: 1.8rem;
  }
}
.popup__textarea {
  padding: 15px 20px;
  height: 130px;
}
.popup__textarea ~ .popup__placeholder {
  top: 16px;
  transform: translate3d(0, 0, 0);
}
.popup__nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__nav {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 1px;
  }
}
.popup__btn {
  font-weight: 400;
  font-size: 18px;
  color: #0178ff;
  line-height: 1.5555555556em;
  transition: all 0.25s ease;
}
@media only screen and (max-width: 1278px) {
  .popup__btn {
    font-size: 1.8rem;
  }
}
.popup__btn--request {
  position: relative;
}
.popup__btn--request button {
  position: relative;
  z-index: 2;
  pointer-events: none;
  background: #ebeef2 !important;
  color: #000 !important;
}
.popup__btn--request iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .popup__btn--request:hover button {
    color: #fff !important;
    background: #262626 !important;
  }
}
.popup__btn--close {
  width: 100%;
  background: #ebeef2 !important;
  color: #000 !important;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 1025px) {
  .popup__btn--close:hover {
    color: #fff !important;
    background: #262626 !important;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .popup__btn--close {
    margin-top: auto;
  }
}
.popup__btn--error {
  pointer-events: none;
  width: 100%;
  background: rgba(255, 0, 0, 0.1);
  color: #ff0000;
}
@media only screen and (min-width: 1025px) {
  .popup__btn:hover {
    color: #0077ff;
  }
}
.popup.show {
  overflow-y: auto;
  visibility: visible;
  transition: all 0.2s ease-in-out;
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  .popup.show {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (orientation: portrait) and (max-width: 767px) {
  .popup.show {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
  }
}

.btn.center {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.current {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5555555556em;
  opacity: 0.5;
}
@media only screen and (max-width: 1278px) {
  .current {
    font-size: 1.8rem;
  }
}

.feeadback .checkbox {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.feeadback .checkbox__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4em;
}
@media only screen and (max-width: 1278px) {
  .feeadback .checkbox__title {
    font-size: 2rem;
  }
}
.feeadback .checkbox__title a {
  transition: color 0.25s ease;
  color: #0077ff;
}
@media only screen and (min-width: 1025px) {
  .feeadback .checkbox__title a:hover {
    color: #0178ff;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .feeadback .checkbox__title {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375em;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .feeadback .checkbox__title {
    font-size: 1.6rem;
  }
}
.feeadback .checkbox.error .checkbox__icon {
  border: 1px solid rgba(255, 0, 0, 0.5);
}
.feeadback .checkbox .cbx ~ span.error {
  display: none !important;
}
.feeadback .checkbox .cbx:checked ~ .checkbox__check path {
  animation: stroke 0.3s forwards;
}
.feeadback .checkbox__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
}
.feeadback .checkbox__check {
  font-weight: 400;
  font-size: 20px;
  color: rgba(255, 255, 255, 0);
  line-height: 1.4em;
  position: relative;
  cursor: pointer;
  width: 20px;
  flex: 0 0 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 1278px) {
  .feeadback .checkbox__check {
    font-size: 2rem;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px), screen and (orientation: portrait) and (max-width: 767px) {
  .feeadback .checkbox__check {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.375em;
  }
}
@media only screen and (orientation: landscape) and (max-width: 1023px) and (max-width: 1278px), only screen and (orientation: portrait) and (max-width: 767px) and (max-width: 1278px) {
  .feeadback .checkbox__check {
    font-size: 1.6rem;
  }
}
.feeadback .checkbox__check svg {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  max-width: none;
  stroke-width: 3;
  stroke: #0077ff;
  stroke-miterlimit: 3;
}
.feeadback .checkbox__check svg path {
  stroke-dasharray: 35;
  stroke-dashoffset: 35;
}
.feeadback .checkbox .oauth-vk {
  width: 100%;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 1;
  }
}
