/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

a:visited,
a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  list-style: none;
}

input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  min-width: 375px;
}

body.hidden {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1740px;
  padding: 0 30px;
  margin: 0 auto;
}

h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 64px;
  color: #1E252B;
}

h2,
.h2 {
  font-size: 56px;
  line-height: 72px;
  font-weight: 600;
  color: #1E252B;
}

.btn {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #1E252B;
  text-decoration: none;
  text-align: center;
  outline: none;
  padding: 23px 34px;
  border-radius: 70px;
  border: 1px solid #1E252B;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

.btn.dark {
  color: #ffffff;
  background-color: #1E252B;
}

.btn.disabled,
.btn[disabled] {
  opacity: .4;
  pointer-events: none;
  cursor: default;
  background-color: #1E252B;
  color: #ffffff;
}

.btn-main-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 68px;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #1E252B;
  background-color: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.btn-main-icon svg {
  display: block;
  width: 30px;
  height: 19px;
  stroke: #1E252B;
  fill: transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.btn-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 9px 20px;
  border: 1px solid #1E252B;
  color: #1E252B;
  background-color: transparent;
  border-radius: 90px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.btn-label.article {
  color: #0099FF;
  border-color: #0099FF;
}

.btn-label.article.active {
  color: #ffffff;
  background-color: #0099FF;
}

.btn-label.news {
  color: #48C178;
  border-color: #48C178;
}

.btn-label.popular {
  color: #FF9900;
  border-color: #FF9900;
}

.grid {
  display: grid;
}

.grid.type-1 {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 64px;
  grid-row-gap: 44px;
}

.grid.type-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
  grid-row-gap: 65px;
}

.input-wrap {
  position: relative;
}

.input-wrap input {
  font-size: 18px;
  line-height: 20px;
  color: #1E252B;
  padding-top: 24px;
  padding-bottom: 24px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid #1E252B;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.input-wrap input::-webkit-input-placeholder {
  color: #7A7D80;
}

.input-wrap input::-moz-placeholder {
  color: #7A7D80;
}

.input-wrap input:-ms-input-placeholder {
  color: #7A7D80;
}

.input-wrap input::-ms-input-placeholder {
  color: #7A7D80;
}

.input-wrap input::placeholder {
  color: #7A7D80;
}

.input-wrap input:focus {
  border-bottom: 1px solid #0099FF;
}

.input-wrap span.error-message {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  top: calc(100% + 10px);
  color: #DB1919;
}

.input-wrap .input-error {
  display: none;
  position: absolute;
  content: '';
  top: calc(100% + 10px);
  left: 0;
  color: #DB1919;
  font-size: 14px;
  line-height: 20px;
}

.input-wrap.error input {
  border-bottom: 1px solid #DB1919;
}

.input-wrap.error .input-error {
  display: block;
}

.input-wrap + .input-wrap {
  margin-top: 39px;
}

.form-check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form-check label input {
  display: none;
}

.form-check label input:checked + div {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgOC45MTMwNEw3LjY2NjY3IDE1TDIzIDEiIHN0cm9rZT0iIzAwOTlGRiIvPgo8L3N2Zz4K");
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #0099FF;
}

.form-check label div {
  border: 1px solid #7A7D80;
  min-width: 38px;
  width: 38px;
  height: 38px;
  margin-right: 24px;
}

.form-check label p {
  font-size: 18px;
  line-height: 20px;
  color: #1E252B;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.progress-bar {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 12px;
  width: 100%;
}

.progress-bar progress {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.progress-bar progress::-webkit-progress-bar {
  background-color: transparent;
}

.progress-bar.type-1 {
  background-color: #1E252B;
}

.progress-bar.type-1 progress::-webkit-progress-value {
  background-color: #0099FF;
  border-radius: 0px;
}

.progress-bar.type-2 {
  background-color: #0099FF;
}

.progress-bar.type-2 progress::-webkit-progress-value {
  background-color: #1E252B;
  border-radius: 0px;
}

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

.popup-form {
  display: none;
  width: 100%;
  height: 100%;
}

.popup-form__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 64px;
  color: #1E252B;
  margin-top: 10px;
}

.popup-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.popup-form-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1424px;
  padding: 0 15px;
}

.popup-form-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 854px;
  padding-left: 30px;
}

.popup-form .form-check {
  margin-top: 64px;
  margin-bottom: 64px;
}

.popup-form .fancybox-button {
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxyZWN0IHg9IjEuMTUwMzkiIHk9Ii0wLjI2MjY5NSIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjIiIHJ4PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSg0NSAxLjE1MDM5IC0wLjI2MjY5NSkiIGZpbGw9IiMxRTI1MkIiLz4KPHJlY3QgeD0iMzIuMjYzNyIgeT0iMS4xNTEzNyIgd2lkdGg9IjQ0IiBoZWlnaHQ9IjIiIHJ4PSIxIiB0cmFuc2Zvcm09InJvdGF0ZSgxMzUgMzIuMjYzNyAxLjE1MTM3KSIgZmlsbD0iIzFFMjUyQiIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KPHJlY3Qgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  outline: none;
  border: none;
  top: 44px;
  right: 5%;
}

.popup-form .fancybox-button svg {
  display: none;
}

.link-line {
  position: relative;
  text-decoration: none;
}

.link-line::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  height: 1px;
  z-index: 99;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.link-line.type-1::after {
  width: 0;
  background-color: #1E252B;
}

.link-line.header__tel::after {
  width: 0;
  background-color: #008BF5;
}
.link-line.header__tel:hover::after {
    width: 100%;
}

.link-line.type-2::after {
  width: 100%;
  background-color: #0099FF;
}

.link-line.type-3::after {
  width: 0;
  background-color: #ffffff;
}

.to-sub-menu svg {
  fill: none;
  width: 40px;
  height: 26px;
  transform: rotate(180deg);
}

li[data-box-id] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main ul.sub-menu {
  display: none;
  width: fit-content;
  background-color: #fff;
  box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.06);
  transition: none;
  padding: 16px 30px;
  margin-top: 20px;
  border-radius: 5px;
}

.header-main ul.sub-menu li {
  margin-bottom: 20px;
}

.header-main ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.header-main ul.sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 18px;
    height: 18px;
    background-color: #fff;
    transform: rotate(45deg) translateX(-50%);
    z-index: 2;
}

li.have-sub-menu {
  position: relative !important;
}

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

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

@-webkit-keyframes gumbLineTop {
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(45deg);
            transform: translate(0px, 0px) rotate(45deg);
  }
}

@keyframes gumbLineTop {
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(45deg);
            transform: translate(0px, 0px) rotate(45deg);
  }
}

@-webkit-keyframes gumbLineBottom {
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
}

@keyframes gumbLineBottom {
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
}

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

  100% {
    opacity: 1;
  }
}

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

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes btnAction {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  70% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes btnAction {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  70% {
    -webkit-transform: translateX(-80px);
            transform: translateX(-80px);
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.header {
  position: relative;
  z-index: 2;
  z-index: 999;
}

.header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
}

.header__logo {
  width: 100%;
  max-width: 253px;
}

.header-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: fit-content;
  margin: 0 10px;
}

.header-back-menu {
  display: none;
}

.header-back-menu svg {
  fill: none;
  width: 40px;
  height: 26px;
}

.header-nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
}

.header-nav ul li a {
  font-size: 18px;
  line-height: 22px;
  color: #1E252B;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
}

.header__nav-btn {
  display: none;
  padding: 16px 32px;
}

.header__menu-nav-btn {
  padding: 16px 32px;
}

.header-menu-block .container {
  display: flex;
  flex-direction: column;
  padding-bottom: 32px;
  justify-content: space-between;
  gap: 32px;
}

.header__gumb {
  position: relative;
  width: 38px;
  height: 38px;
  align-self: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 19L32 19' stroke='%231E252B' stroke-width='1.8'/%3e%3cpath d='M6 29L32 29' stroke='%231E252B' stroke-width='1.8'/%3e%3cpath d='M6 9L32 9' stroke='%231E252B' stroke-width='1.8'/%3e%3c/svg%3e");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*margin-left: 90px;*/
}

.header__tel-box {
  display: none;
  margin-left: 10px;
}

.header__tel-box--menu {
  display: inline-flex !important;
  flex-direction: column;
  margin-left: 0;
  margin-bottom: 20px;
}

.header__tel {
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  color: #008BF5;
  text-decoration: none;
  white-space: nowrap;
}

.header__tel-box--menu .header__tel {
  font-size: 22px;
}

.header__tel-text {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
}

.header__tel-btn {
  display: none;
}

.header__tel-btn-icon {
  display: block;
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 1350px) {
  .header__tel-box {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}

@media (min-width: 1024px) {
  .header__gumb {
    display: none;
  }
  .header__nav-btn {
    display: block;
  }
  .header__phone-btn {
    display: none;
  }
}
@media (min-width: 1300px) {
  .header__tel-box {
    margin-left: 43px;
  }
  .header__tel {
    font-size: 22px;
  }
}

.header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(30, 37, 43, 0.8);
  opacity: 0;
  visibility: hidden;
}

.header-menu .container {
  height: 100%;
}

.header-menu-block {
  position: relative;
  bottom: 100%;
  background-color: #ffffff;
  overflow: auto;
}

.header-menu-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-menu-content-item.hide {
  display: none;
}

.header-menu-content-item {
  width: 100%;
  max-width: 960px;
}

.header-menu-content-item-wrap ul {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.header-menu-content-item-wrap ul li + li {
  margin-top: 44px;
}

.header-menu-content-item-wrap ul li {
  width: calc(100% - 20px);
}

.header-menu-content-item-wrap ul li a {
  display: inline-block;
  font-size: 22px;
  line-height: 38px;
  color: #1E252B;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-menu-content-item.contacts {
  max-width: 800px;
}

.header-menu-content-item.contacts .header-menu-content-item-wrap {
  height: 100%;
}

.header-menu-content-item.contacts .header-menu-content-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.header-menu-content-item.contacts .header-menu-content-contacts-mail {
  margin-bottom: 80px;
}

.header-menu-content-item.contacts .header-menu-content-contacts-mail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-content-item.contacts .header-menu-content-contacts-mail p span {
  font-size: 18px;
  line-height: 22px;
  color: #7A7D80;
  margin-right: 34px;
}

.header-menu-content-item.contacts .header-menu-content-contacts-mail p a {
  text-decoration: none;
  margin-right: 10px;
  font-size: 22px;
  line-height: 34px;
  color: #09f;
}

.header-menu-content-item.contacts .header-menu-content-contacts-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu-content-item.contacts .header-menu-content-contacts-address address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-style: normal;
  width: calc(50% - 28px);
}

.header-menu-content-item.contacts .header-menu-content-contacts-address address p {
  font-size: 22px;
  line-height: 28px;
  color: #1E252B;
  margin-bottom: 28px;
}

.header-menu-content-item.contacts .header-menu-content-contacts-address address span,
.header-menu-content-item.contacts .header-menu-content-contacts-address address a {
  font-size: 18px;
  line-height: 26px;
  color: #7A7D80;
  text-decoration: none;
  margin-bottom: 16px;
}

.header-menu-content-item.contacts .header-menu-content-contacts-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.header-menu-content-item.contacts .header-menu-content-contacts-social a {
  font-size: 18px;
  line-height: 34px;
  color: #0099FF;
  text-decoration: none;
  color: #09f;
}

.header-menu-content-item.contacts .header-menu-content-contacts-social a + a {
  margin-left: 10%;
}

.header-menu-left {
  width: 100%;
  max-width: 555px;
  margin-right: 1%;
}

.header-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.header-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 148px;
  padding-bottom: 100px;
}

.header-menu-nav li + li {
  margin-top: 64px;
}

.header-menu-nav li.item-active > span:first-child::after,
.header-menu-nav li.item-active a::after {
  width: 100%;
}

.header-menu-nav li > span:first-child {
  cursor: default;
}

.header-menu-nav li span:first-child,
.header-menu-nav li a,
.header-menu-nav li a span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  line-height: 42px;
  color: #1E252B;
  text-decoration: none;
}

.header-menu-nav li > span:first-child,
.header-menu-nav li a {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.header-menu-nav li > span:first-child::after,
.header-menu-nav li a::after {
  position: absolute;
  content: '';
  top: calc(100% + 13px);
  left: 0;
  width: 100%;
  width: 0;
  height: 1px;
  background-color: #1E252B;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.header-menu-nav li .btn-label {
  margin-left: 24px;
}

.header-menu-close {
  display: block;
  text-decoration: none;
}

.header-menu-close-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 44px;
}

.header-menu-close svg {
  display: block;
  width: 32px;
  height: 32px;
}

.header.sticky {
  height: 116px;
}

.header.sticky .header-fixed {
  position: fixed;
  top: -84px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.header.sticky .header__logo {
  max-width: 253px;
}

.header.sticky .header-block {
  padding: 20px 0;
}

.header.sticky.fixed .header-fixed {
  top: 0;
  -webkit-box-shadow: 0 0 15px rgba(30, 37, 43, 0.1);
          box-shadow: 0 0 15px rgba(30, 37, 43, 0.1);
}

.footer {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #1E252B;
}

.footer-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-item.footer-item-link-mobile {
  display: none;
}

.footer-item + .footer-item {
  margin-left: 20px;
}

.footer-item-address + .footer-item-address {
  margin-top: 65px;
}

.footer-item-address-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-item-address__title {
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 28px;
}

.footer-item-address address p {
  margin-bottom: 16px;
}

.footer-item-address address p,
.footer-item-address address a {
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  font-style: normal;
}

.footer-item-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-item-link p {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 35px;
}

.footer-item-link a {
  text-decoration: none;
  font-size: 22px;
  line-height: 27px;
  color: #0099FF;
  padding-bottom: 10px;
}

.footer-item-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-item-social a + a {
  margin-left: 13%;
}

.footer-item-social a {
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  color: #0099FF;
  padding-bottom: 6px;
}

.footer-item-nav {
  width: 50%;
}

.footer-item-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-item-nav ul li + li {
  margin-top: 50px;
}

.footer-item-nav ul li a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #ffffff;
}

.section-main {
  position: relative;
  background-image: url("../img/section-main-bg.jpg");
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 900px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

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

.section-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.section-main-bottom {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 40%;
  max-width: 765px;
  background-color: #ffffff;
  padding-top: 64px;
  padding-left: 3.5%;
  padding-right: 6%;
}

.section-main-bottom-block {
  padding-top: 54px;
  padding-bottom: 54px;
  border-top: 1px solid #1E252B;
  border-bottom: 1px solid #1E252B;
}

.section-main-bottom-label {
  margin-bottom: 24px;
}

.section-main-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

.section-main-bottom-content p {
  font-size: 28px;
  line-height: 38px;
  color: #1E252B;
  width: 100%;
  max-width: 375px;
  margin-right: 10px;
}

.section-main-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.section-main-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(44.3% - 25px);
}

.section-main-content {
  width: calc(55.7% - 25px);
  padding-top: 8%;
  height: 100%;
}

.section-main-content h1 {
  font-weight: 600;
  font-size: 44px;
  line-height: 64px;
  color: #1E252B;
  max-width: 807px;
  width: 100%;
  margin-bottom: 48px;
}

.services {
  padding-top: 160px;
  padding-bottom: 80px;
}

.services-grid.grid.type-1 .services-grid-item {
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.services-grid.grid.type-1 .services-grid-item .grid-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.services-grid.grid.type-1 .services-grid-item-top {
  margin-bottom: 10px;
}

.services-grid.grid.type-1 .services-grid-item-top-icon {
  margin-bottom: 50px;
}

.services-grid.grid.type-1 .services-grid-item-top-text__title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 28px;
  line-height: 38px;
  color: #1E252B;
  margin-bottom: 26px;
  text-decoration: none;
}

.services-grid.grid.type-1 .services-grid-item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: auto;
}

.services-grid.grid.type-1 .services-grid-item:nth-child(even) {
  background-color: #F7F9FB;
}

.services-grid.grid.type-1 .services-grid-item:first-child .grid-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.services-grid.grid.type-1 .services-grid-item:not(:first-child) {
  padding: 12.4%;
}

.evidence {
  padding-top: 160px;
  padding-bottom: 170px;
  background-color: #F7F9FB;
}

.evidence h2,
.evidence .h2 {
  margin-bottom: 84px;
}

.evidence-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
}

.evidence-list-item__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 72px;
  color: #0099FF;
  margin-bottom: 32px;
}

.evidence-list-item__desc {
  font-size: 28px;
  line-height: 46px;
  color: #1E252B;
}

.team {
  padding-top: 160px;
  padding-bottom: 160px;
}

.team.services-team {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team h2,
.team .h2 {
  margin-bottom: 85px;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover {
  position: relative;
  background-color: #1E252B;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
  transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 12%;
  background-color: #ffffff;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__name {
  font-size: 28px;
  line-height: 36px;
  color: #1E252B;
  margin-bottom: 24px;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__label {
  margin-bottom: 34px;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__text {
  font-size: 18px;
  line-height: 34px;
  color: #1E252B;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-top {
  margin-bottom: 20px;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-links {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-links > a:first-child {
  text-decoration: none;
  margin-right: 10px;
  font-size: 22px;
  line-height: 34px;
  color: #0099FF;
}

.team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block a {
  font-size: 36px;
  line-height: 52px;
  color: #1E252B;
  text-decoration: none;
  width: 100%;
  max-width: 240px;
}

.team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block a span {
  color: #0099FF;
}

.subscription {
  position: relative;
  background-image: url("../img/subscription-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.subscription-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 124px;
  padding-bottom: 124px;
}

.subscription-item {
  width: 50%;
}

.subscription-item__title {
  font-weight: 600;
  font-size: 44px;
  line-height: 71px;
  color: #1E252B;
}

.subscription-item__title span {
  color: #0099FF;
  white-space: nowrap;
}

.subscription-item:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscription-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  max-width: 520px;
}

.subscription-form .input-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.subscription-form .btn {
  margin-left: -30px;
}

.gifts {
  position: relative;
  background-image: url("../img/gifts-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.gifts h2,
.gifts .h2 {
  font-size: 44px;
  line-height: 64px;
  margin-bottom: 24px;
}

.gifts p {
  font-size: 28px;
  line-height: 42px;
  color: #1E252B;
  margin-bottom: 44px;
}

.gifts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  margin-bottom: 68px;
}

.gifts ul li {
  font-size: 22px;
  line-height: 38px;
  color: #1E252B;
}

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

.gifts-photo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: calc(50% - 40px);
  max-width: 663px;
}

.gifts-content {
  padding-top: 160px;
  padding-bottom: 160px;
  width: calc(50% - 40px);
}

.gifts-content-wrap {
  width: 100%;
  max-width: 555px;
  margin: auto;
}

.gifts-content ul li {
  position: relative;
  padding-left: 70px;
}

.gifts-content ul li::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMxLjE4NjkgMTMuODUzNkMzMS4zODIyIDEzLjY1ODMgMzEuMzgyMiAxMy4zNDE3IDMxLjE4NjkgMTMuMTQ2NEMzMC45OTE2IDEyLjk1MTIgMzAuNjc1IDEyLjk1MTIgMzAuNDc5OCAxMy4xNDY0TDMxLjE4NjkgMTMuODUzNlpNMTUuNjY2NiAyOC42NjY3TDE1LjMxMzEgMjkuMDIwM0MxNS41MDgzIDI5LjIxNTUgMTUuODI0OSAyOS4yMTU1IDE2LjAyMDIgMjkuMDIwM0wxNS42NjY2IDI4LjY2NjdaTTkuNTIwMDkgMjEuODEzMUM5LjMyNDgyIDIxLjYxNzkgOS4wMDgyNCAyMS42MTc5IDguODEyOTggMjEuODEzMUM4LjYxNzcyIDIyLjAwODQgOC42MTc3MiAyMi4zMjUgOC44MTI5OCAyMi41MjAyTDkuNTIwMDkgMjEuODEzMVpNMzAuNDc5OCAxMy4xNDY0TDE1LjMxMzEgMjguMzEzMkwxNi4wMjAyIDI5LjAyMDNMMzEuMTg2OSAxMy44NTM2TDMwLjQ3OTggMTMuMTQ2NFpNOC44MTI5OCAyMi41MjAyTDE1LjMxMzEgMjkuMDIwM0wxNi4wMjAyIDI4LjMxMzJMOS41MjAwOSAyMS44MTMxTDguODEyOTggMjIuNTIwMlpNMzkgMjBDMzkgMzAuNDkzNCAzMC40OTM0IDM5IDIwIDM5VjQwQzMxLjA0NTcgNDAgNDAgMzEuMDQ1NyA0MCAyMEgzOVpNMjAgMzlDOS41MDY1OSAzOSAxIDMwLjQ5MzQgMSAyMEgwQzAgMzEuMDQ1NyA4Ljk1NDMgNDAgMjAgNDBWMzlaTTEgMjBDMSA5LjUwNjU5IDkuNTA2NTkgMSAyMCAxVjBDOC45NTQzIDAgMCA4Ljk1NDMgMCAyMEgxWk0yMCAxQzMwLjQ5MzQgMSAzOSA5LjUwNjU5IDM5IDIwSDQwQzQwIDguOTU0MyAzMS4wNDU3IDAgMjAgMFYxWiIgZmlsbD0iIzFFMjUyQiIvPgo8L3N2Zz4K");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .btn:hover {
    background-color: #1E252B;
    color: #ffffff;
  }

  .btn.dark:hover {
    border-color: #0099FF;
    background-color: #0099FF;
  }

  .wrap-icon-hover:hover .btn-main-icon {
    background-color: #1E252B;
  }

  .wrap-icon-hover:hover .btn-main-icon svg {
    stroke: #ffffff;
  }

  a.btn-label.article:hover {
    color: #ffffff;
    background-color: #0099FF;
  }

  a.btn-label.news:hover {
    color: #ffffff;
    background-color: #48C178;
  }

  a.btn-label.popular:hover {
    color: #ffffff;
    background-color: #FF9900;
  }
}

@media (min-width: 1025px) {
  .link-line.type-1:hover::after {
    width: 100%;
  }

  .link-line.type-2:hover::after {
    width: 0;
  }

  .link-line.type-3:hover::after {
    width: 100%;
  }

  .services-grid.grid.type-1 .services-grid-item:not(:first-child):hover {
    border-color: #000000;
  }

  .cases-grid-item:hover .cases-grid-item-img::after {
    opacity: 1;
  }

  .cases-grid-item:hover .cases-grid-item-img img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition: 9s cubic-bezier(0.1, 0.2, 0.7, 1);
    -o-transition: 9s cubic-bezier(0.1, 0.2, 0.7, 1);
    transition: 9s cubic-bezier(0.1, 0.2, 0.7, 1);
  }

  .header-menu-nav li:hover > span:first-child::after,
  .header-menu-nav li:hover a::after {
    width: 100%;
  }

  .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover:hover .team-grid-item-content {
    opacity: 1;
  }
}

@media (max-height: 750px) and (min-width: 1281px) {
  .popup-form-wrap {
    display: block;
  }

  .popup-form-block {
    margin: 0 auto;
  }
}

@media (max-height: 832px) and (min-width: 1281px) {
  .header-menu-block {
    height: 100%;
  }
}

@media screen and (max-width: 1640px) {
  .team .grid.type-1 {
    grid-gap: 35px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content {
    padding: 8%;
  }

  .popup-form__title {
    min-width: 388px;
  }

  .popup-form-block {
    max-width: 90%;
  }
}

@media screen and (max-width: 1440px) {
  h2,
  .h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .header-menu-left {
    max-width: 370px;
    margin-right: 4%;
  }

  .header-menu-nav li + li {
    margin-top: 44px;
  }

  .header-menu-nav li a,
  .header-menu-nav li a span:first-child,
  .header-menu-nav li span:first-child {
    font-size: 34px;
    line-height: 44px;
  }

  .header-menu-wrapper {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .header-menu-content-item-wrap ul li a {
    font-size: 18px;
    line-height: 30px;
  }

  .grid.type-1 {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }

  .section-main {
    min-height: 800px;
  }

  .section-main-bottom {
    padding-top: 44px;
    width: 46%;
  }

  .section-main-bottom-block {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .section-main-content {
    padding-top: 4%;
  }

  .section-main-content h1 {
    font-size: 38px;
    line-height: 56px;
    max-width: 680px;
  }

  .services {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .services-grid.grid.type-1 .services-grid-item-top-icon {
    max-width: 80px;
    margin-bottom: 30px;
  }

  .services-grid.grid.type-1 .services-grid-item-top-text__title {
    font-size: 22px;
    line-height: 26px;
  }

  .team {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .team.services-team {
    padding-bottom: 60px;
  }

  .team h2,
  .team .h2 {
    margin-bottom: 65px;
  }

  .team .team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block a {
    font-size: 30px;
    line-height: 40px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__name {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__text {
    font-size: 16px;
    line-height: 28px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__label {
    margin-bottom: 15px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content .btn-label {
    font-size: 14px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-links > a:first-child {
    font-size: 20px;
    line-height: 32px;
  }

  .footer-block {
    grid-template-columns: 30% 1fr 1fr;
  }

  .gifts-photo {
    padding-top: 50px;
  }

  .gifts-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .gifts-content-wrap {
    max-width: 495px;
  }

  .gifts-content p {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 34px;
  }

  .gifts-content ul {
    gap: 34px;
  }
}

@media screen and (max-width: 1280px) {
  .popup-form__title {
    font-size: 36px;
  }

  .popup-form-wrap {
    display: block;
  }

  .popup-form-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }

  .popup-form-content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 40px;
    padding-bottom: 50px;
  }

  .grid.type-2 {
    grid-gap: 35px;
  }

  .input-wrap + .input-wrap {
    margin-top: 30px;
  }

  .header-nav ul {
    max-width: 600px;
  }

  .header-menu-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .header-menu-left {
    max-width: 350px;
  }

  .header-menu-nav li a,
  .header-menu-nav li a span:first-child,
  .header-menu-nav li span:first-child {
    font-size: 30px;
    line-height: 34px;
  }

  .header-menu-content-item-wrap ul li + li {
    margin-top: 30px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address address {
    width: 50%;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address address a,
  .header-menu-content-item.contacts .header-menu-content-contacts-address address span {
    font-size: 16px;
    line-height: 24px;
  }

  .section-main {
    min-height: 695px;
  }

  .section-main-bottom-content p {
    font-size: 22px;
    line-height: 32px;
  }

  .section-main-content {
    padding-top: 2%;
  }

  .section-main-content h1 {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 28px;
  }

  .services {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .services-grid.grid.type-1 .services-grid-item:not(:first-child) {
    padding: 9%;
  }

  .services-grid.grid.type-1 .services-grid-item-top-icon {
    max-width: 50px;
    margin-bottom: 20px;
  }

  .services-grid.grid.type-1 .services-grid-item-top-text .btn-label {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 15px;
  }

  .services-grid.grid.type-1 .services-grid-item-top-text__title {
    font-size: 19px;
    line-height: 21px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__name {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__text {
    font-size: 14px;
    line-height: 22px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__label {
    margin-bottom: 15px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content .btn-label {
    font-size: 12px;
    line-height: 24px;
    padding: 6px 15px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-links > a:first-child {
    font-size: 14px;
    line-height: 20px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-top {
    margin-bottom: 10px;
  }

  .evidence {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .evidence h2,
  .evidence .h2 {
    margin-bottom: 64px;
  }

  .evidence-list {
    grid-gap: 40px;
  }

  .evidence-list-item__title {
    font-size: 36px;
    line-height: 64px;
    margin-bottom: 15px;
  }

  .evidence-list-item__desc {
    font-size: 24px;
    line-height: 40px;
  }

  .subscription-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .subscription-item:last-child {
    width: 45%;
    padding-left: 20px;
  }

  .subscription-item {
    width: 55%;
  }

  .subscription-item__title {
    font-size: 38px;
    line-height: 58px;
  }

  .footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .footer-block {
    grid-template-columns: 30% 30% 1fr;
  }

  .footer-item-address__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .footer-item-address address a,
  .footer-item-address address p {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-item-address address p {
    margin-bottom: 10px;
  }

  .footer-item-link a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-item-link p {
    margin-bottom: 25px;
  }

  .footer-item-social a {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-item-nav ul li a {
    font-size: 16px;
  }

  .gifts-content-wrap {
    max-width: 495px;
  }

  .gifts-content p {
    font-size: 22px;
  }

  .gifts-content ul li {
    font-size: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .read-more-list .read-more-list-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .header__tel-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    background-color: transparent;
    border: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #008BF5;
    text-decoration: none;
    margin-top: 8px;
    white-space: nowrap;
  }
  .grid.type-1 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
  }

  .header.sticky {
    height: 84px;
  }

  .header-nav {
    display: none;
  }

  .header-main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header__logo {
    max-width: 120px;
  }

  .header-block {
    padding: 21px 0;
  }

  .header-menu.active .header-back-menu {
    opacity: 1;
    visibility: visible;
  }

  .header-menu-wrapper {
    padding-top: 32px;
  }

  .header-menu-content-item.hide {
    display: block;
    left: 100%;
  }

  .header-menu-content-item {
    position: fixed;
    width: 100%;
    height: calc(100% - 86px);
    top: 86px;
    left: 0;
    max-width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    transition: all 0.3s cubic-bezier(0.1, 0.1, 0.25, 0.9);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
    overflow: auto;
    z-index: 100;
  }

  .header-menu-nav li.item-active > span:first-child::after,
  .header-menu-nav li.item-active a::after {
    display: none;
  }

  .header-menu-close-wrap {
    top: 32px;
  }

  .header-menu-close svg {
    width: 26px;
    height: 26px;
  }

  .header-menu-block {
    height: 100%;
  }

  .header-back-menu {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 24px;
    opacity: 0;
    visibility: hidden;
  }

  .section-main {
    padding-top: 84px;
    background-image: url("../img/section-main-bg-mobile.jpg");
  }

  .section-main-content {
    padding-top: 9%;
    width: 100%;
  }

  .section-main-content h1 {
    font-size: 38px;
    line-height: 56px;
  }

  .section-main-bottom {
    width: 100%;
    max-width: 500px;
  }

  .section-main-photo {
    display: none;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-grid.grid.type-1 .services-grid-item:nth-child(even) {
    background-color: transparent;
  }

  .services-grid.grid.type-1 .services-grid-item:nth-child(4n+3),
  .services-grid.grid.type-1 .services-grid-item:nth-child(4n+2) {
    background-color: #f7f9fb;
  }

  .services-grid.grid.type-1 .services-grid-item-top-icon {
    max-width: 80px;
    margin-bottom: 30px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover.active .team-grid-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content {
    display: none;
    -webkit-animation: teamShowCard .3s ease-in-out forwards;
            animation: teamShowCard .3s ease-in-out forwards;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__name {
    font-size: 24px;
    line-height: 32px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__text {
    font-size: 16px;
    line-height: 28px;
  }

  .evidence-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px;
  }

  .subscription {
    background-position: calc(100% + 177px) center;
  }

  .subscription-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .subscription-item + .subscription-item {
    margin-top: 40px;
  }

  .subscription-item,
  .subscription-item:last-child {
    width: 75%;
    padding-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-block {
    grid-template-columns: 40% 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .footer-item-link {
    width: 40%;
    margin-right: 30px;
  }

  .footer-item-link a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 18px;
  }

  .footer-item.footer-item-link-wrap {
    grid-row: 2/3;
    grid-column: 1/3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .footer-item.footer-item-link-wrap .footer-item-social {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .footer-item.footer-item-nav-wrap {
    grid-column: 2/3;
    grid-row: 1/2;
  }

  .footer .footer-item + .footer-item {
    margin-left: 0;
  }

  .gifts {
    background-image: url("../img/section-main-bg-mobile.jpg");
    background-position: center right;
  }

  .gifts-photo {
    display: none;
  }

  .gifts-content {
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
  }

  .gifts-content-wrap {
    max-width: 100%;
  }

  .gifts-content p {
    font-size: 22px;
  }

  .gifts-content ul li {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .progress-bar {
    height: 8px;
  }

  .grid.type-1,
  .grid.type-2 {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid.type-2 {
    grid-gap: 34px;
  }

  .header-menu-content-item-wrap ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .section-main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 15vh;
    padding-top: 0;
  }

  .services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-grid.grid.type-1 .services-grid-item:nth-child(4n+3),
  .services-grid.grid.type-1 .services-grid-item:nth-child(4n+2) {
    background-color: transparent;
  }

  .services-grid.grid.type-1 .services-grid-item:nth-child(even) {
    background-color: #f7f9fb;
  }

  .services-grid.grid.type-1 .services-grid-item:not(:first-child) {
    padding: 9.5%;
  }

  .services-grid.grid.type-1 .services-grid-item:last-child .btn-label.article {
    background-color: #0099FF;
    color: #ffffff;
  }

  .services-grid.grid.type-1 .services-grid-item-top-icon {
    max-width: 86px;
    margin-bottom: 32px;
  }

  .services-grid.grid.type-1 .services-grid-item-top-text__title {
    font-size: 20px;
    line-height: 26px;
  }

  .team {
    padding-bottom: 100px;
  }

  .team.services-team {
    padding-bottom: 50px;
  }

  .team .team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .team .team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content {
    padding: 12%;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__name {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__text {
    font-size: 18px;
    line-height: 34px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content .btn-label {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 34px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-links > a:first-child {
    font-size: 22px;
    line-height: 34px;
  }

  .evidence-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }

  .subscription {
    background-position: calc(100% + 377px) center;
  }

  .subscription-item,
  .subscription-item:last-child {
    width: 100%;
  }

  .subscription-item__title {
    font-size: 34px;
    line-height: 54px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-block {
    grid-gap: 44px;
    grid-template-columns: 1fr;
  }

  .footer-item.footer-item-nav-wrap {
    grid-column: 1/2;
    grid-row: 3/4;
  }

  .footer-item.footer-item-link-wrap {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .footer-item.footer-item-link-wrap .footer-item-social {
    display: none;
  }

  .footer-item.footer-item-link-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-item.footer-item-link-mobile a {
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    color: #0099FF;
    padding-bottom: 6px;
    border-bottom: 1px solid #0099FF;
    width: fit-content;
  }

  .footer-item-address + .footer-item-address {
    margin-top: 44px;
  }

  .footer-item-address__title {
    margin-bottom: 24px;
  }

  .footer-item-address address p {
    margin-bottom: 12px;
  }

  .footer-item-address address a,
  .footer-item-address address p {
    line-height: 26px;
  }

  .footer-item-link p {
    font-size: 16px;
    line-height: 26px;
    opacity: .5;
    margin-bottom: 22px;
  }

  .footer-item-link a {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .footer-item-nav {
    margin-bottom: 10px;
  }

  .footer-item-nav ul li + li {
    margin-top: 16px;
  }

  .footer-item-nav ul li a {
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .footer-item.footer-item-nav-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .footer-item.footer-item-link-mobile {
    flex-direction: column;
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .services-grid-item .services-grid-item-bottom {
    display: none !important;
  }
  .footer-item.footer-item-nav-wrap {
    gap: 16px;
  }
  .footer-block {
    grid-gap: 16px;
  }
  .footer-item-address + .footer-item-address {
    margin-top: 24px;
  }
  .footer-item-nav {
    margin-bottom: 0px;
  }
  .popup-form {
    padding: 64px 16px;
  }

  .popup-form__title {
    font-size: 32px;
    line-height: 42px;
    margin-top: 0;
  }

  .popup-form-block {
    padding: 0;
    max-width: 100%;
  }

  .popup-form-content {
    margin-top: 30px;
  }

  .popup-form .form-check {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .popup-form .fancybox-button {
    width: 20px;
    height: 20px;
    top: 16px;
    right: 16px;
    background-size: contain;
  }

  .input-wrap input {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .input-wrap {
    width: 100%;
  }

  .form-check label div {
    width: 28px;
    height: 28px;
    min-width: 28px;
  }

  .form-check label p {
    font-size: 16px;
    line-height: 24px;
  }

  .container {
    padding: 0 16px;
  }

  .btn {
    font-size: 16px;
    line-height: 20px;
    padding: 19px 29px;
  }

  .btn-label {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 15px;
  }

  .btn-main-icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
  }

  .btn-main-icon svg {
    width: 18px;
    height: 11px;
  }

  .header-block {
    padding: 24px 0;
  }

  .section-main {
    padding-top: 40px;
    min-height: 670px;
    background-position: center right;
    min-height: auto;
    height: auto;
  }

  .section-main-content {
    display: block;
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .section-main-content h1 {
    font-size: 32px;
    line-height: 44px;
  }

  .section-main-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .section-main-bottom {
    padding-top: 32px;
    padding-left: 22px;
    padding-right: 16px;
    width: calc(100% + 16px);
    max-width: initial;
    position: relative;
    margin-left: auto;
    margin-right: -16px;
    position: relative;
  }

  .section-main-bottom-block {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-main-bottom-label {
    margin-bottom: 16px;
  }

  .section-main-bottom-content p {
    font-size: 18px;
    line-height: 30px;
  }

  .services {
    padding-top: 64px;
    padding-bottom: 30px;
  }

  .services h2,
  .services .h2 {
    margin-bottom: 12px;
  }

  .team {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .team.services-team {
    padding-bottom: 30px;
  }

  .team .grid.type-1 {
    grid-gap: 24px;
  }

  .team h2,
  .team .h2 {
    margin-bottom: 30px;
  }

  .team .team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .team .team-grid.grid.type-1 .team-grid-item:last-child .grid-item-block a {
    font-size: 24px;
    line-height: 52px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content {
    padding: 12px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content .btn-label {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content__text {
    font-size: 16px;
    line-height: 26px;
  }

  .team .team-grid.grid.type-1 .team-grid-item.wrap-icon-hover .team-grid-item-content-links > a:first-child {
    font-size: 16px;
    line-height: 20px;
  }

  .evidence {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .evidence h2,
  .evidence .h2 {
    margin-bottom: 34px;
  }

  .evidence-list {
    grid-gap: 34px;
  }

  .evidence-list-item__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .evidence-list-item__desc {
    font-size: 20px;
    line-height: 36px;
  }

  .subscription {
    background-image: url("../img/subscription-bg-mobile.jpg");
    background-position: bottom right;
  }

  .subscription-block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .subscription-item__title {
    font-size: 32px;
    line-height: 44px;
  }

  .subscription-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 100%;
  }

  .subscription-form .btn {
    margin-left: 0;
    margin-top: 28px;
  }

  .header-menu-left {
    margin-right: 0;
  }

  .header-menu-nav li + li {
    margin-top: 36px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-social {
    margin-top: 54px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-social a + a {
    margin-left: 62px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-social a {
    font-size: 20px;
    line-height: 24px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address address + address {
    margin-top: 32px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address address {
    width: 100%;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address address a,
  .header-menu-content-item.contacts .header-menu-content-contacts-address address span {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-address address p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-mail {
    margin-bottom: 54px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-mail p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-mail p a {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
  }

  .header-menu-content-item.contacts .header-menu-content-contacts-mail p span {
    font-size: 16px;
    line-height: 24px;
  }

  .header-menu-content-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-menu-content-item-wrap ul li + li {
    margin-top: 24px;
  }

  .header-menu-content-item-wrap ul li {
    width: 100%;
  }

  .header-menu-content-item-wrap ul li a {
    font-size: 16px;
    line-height: 32px;
  }

  .header-menu-close-wrap {
    position: absolute;
    right: 0;
  }

  .gifts-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .gifts-content h2,
  .gifts-content .h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .gifts-content p {
    font-size: 20px;
    max-width: 400px;
    line-height: 30px;
  }

  .gifts-content ul {
    gap: 24px;
    margin-bottom: 40px;
  }

  .gifts-content ul li {
    font-size: 18px;
  }
}

@media (max-height: 640px) and (min-width: 1025px) and (max-width: 1280px) {
  .header-menu-block {
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
    .to-sub-menu {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .footer .footer-item + .footer-item {
        margin-left: 0;
    }
}