@charset "UTF-8";
@font-face {
  font-family: “FuturaPT-Bold”;
  font-display: swap;
  src: url("../fonts/FuturaPT-Bold/FuturaPT-Bold.eot");
  src: local("O"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold/FuturaPT-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “FuturaPT-Book”;
  font-display: swap;
  src: url("../fonts/FuturaPT-Book/FuturaPT-Book.eot");
  src: local("O"), url("../fonts/FuturaPT-Book/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “FuturaPT-Heavy”;
  font-display: swap;
  src: url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy/eot");
  src: local("O"), url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “FuturaPT-Light”;
  font-display: swap;
  src: url("../fonts/FuturaPT-Light/FuturaPT-Light.eot");
  src: local("O"), url("../fonts/FuturaPT-Light/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light/FuturaPT-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: “FuturaPT-Medium”;
  font-display: swap;
  src: url("../fonts/FuturaPT-Medium/FuturaPT-Medium.eot");
  src: local("O"), url("../fonts/FuturaPT-Medium/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium/FuturaPT-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  min-width: 320px;
  font-family: “FuturaPT-Book”;
  font-size: 16px;
  color: #3f3f46;
  background-color: #fff;
  line-height: 1;
  max-width: 100%;
}

body.lock {
  overflow: hidden;
  touch-action: none;
  -ms-touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container-big {
  width: min(1720px, 100% - 30px);
  margin-inline: auto;
}

.container {
  width: min(1180px, 100% - 30px);
  margin-inline: auto;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 30px;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  line-height: 1.2;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.2;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

p a {
  display: inline;
  font-family: “FuturaPT-Heavy”;
  font-size: 16px;
  line-height: 1.5;
  color: #a1d637;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

section {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

.btn {
  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-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  padding: 0 32px;
  border-radius: 8px;
  background-color: #a1d637;
  font-family: “FuturaPT-Heavy”;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: relative;
  top: 0;
  z-index: 1;
}
.btn:active {
  top: 2px;
}

.title {
  font-family: “FuturaPT-Bold”;
  margin: 0 0 32px 0;
}
.title span {
  color: #a1d637;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.title p {
  font-family: “FuturaPT-Book”;
  font-size: 24px;
  margin: 16px 0 0 0;
}

.show h1,
.show h2,
.show h3,
.show h4,
.show h5 {
  position: relative;
  top: 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.4s 0.3s;
  -o-transition: 0.4s 0.3s;
  transition: 0.4s 0.3s;
}

.show.active h1,
.show.active h2,
.show.active h3,
.show.active h4,
.show.active h5 {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

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

.input-container small {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: “FuturaPT-Heavy”;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 6px 0;
}

.input-container .input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ececec;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*::-moz-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*::placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

*::-moz-placeholder {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  opacity: 1;
}

.checkbox-text {
  font-size: 12px;
  line-height: 1.2;
  color: #111827;
  position: relative;
}

.checkbox-text a {
  display: inline;
  color: #a1d637;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.icon-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38px;
  height: 26px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.icon-menu span {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  position: absolute;
  top: calc(50% - 1.5px);
  right: 0;
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #111827;
}

.icon-menu span:nth-child(1) {
  top: 0%;
}

.icon-menu span:nth-child(3) {
  top: auto;
  bottom: 0%;
}

.icon-menu.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.icon-menu.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-menu.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1.5px);
}

.icon-menu.active span:nth-child(3) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1.5px);
}

.icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
  display: none;
}

.popup {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 24;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.popup .tabs__panel.tabs__panel--active {
  pointer-events: none;
}
.popup.open {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.popup.open .tabs__panel.tabs__panel--active {
  pointer-events: all;
}
.popup.open .popup__content {
  opacity: 1;
  -webkit-transform: perspective(600px) translateY(0%) rotateX(0deg);
          transform: perspective(600px) translateY(0%) rotateX(0deg);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 10px;
}

.popup__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1100px;
  height: auto;
  border-radius: 20px;
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(58% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);
  overflow: hidden;
  position: relative;
  opacity: 0;
  -webkit-transform: perspective(600px) translateY(-120%) rotateX(45deg);
          transform: perspective(600px) translateY(-120%) rotateX(45deg);
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.popup__content_2 {
  display: block;
  overflow: visible;
}
.js-tarif-price {
  font-family: “FuturaPT-Heavy”;
  font-size: 24px;
  
}
.js-tarif-price span.price_text {
  font-size: 16px;
  font-family: “FuturaPT-Medium”;
  display: inline;
}
.packet__info ul li.price_box {
  
}
.popup__close,
.lk_popup__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 11;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.popup__close:hover,
.lk_popup__close:hover {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup__close::before,
.popup__close::after,
.lk_popup__close::before,
.lk_popup__close::after {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 1px;
  background-color: #a1d637;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.popup__close::before,
.lk_popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after,
.lk_popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__form {
  padding: 56px 44px;
}

.popup__form h3 {
  font-family: “FuturaPT-Bold”;
  color: #fff;
  margin: 0 0 16px 0;
}

.popup__form p {
  color: #fff;
  margin: 0 0 32px 0;
}

.popup__form-inputs {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
  margin: 0 0 32px 0;
}

.popup__form-inputs .input-container small {
  color: #fff;
}

.popup__form-submit {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 16px;
}

.popup__form-btn {
  padding: 0 48px;
}

.popup__img-container {
  position: relative;
  z-index: 1;
}
.popup__img-container::before {
  content: "";
  display: block;
  width: 120%;
  height: 190%;
  border-radius: 50%;
  border: 54px solid #a1d637;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
}

.popup__img {
  width: calc(100% - 54px);
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
}
.popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.popup__form-submit .checkbox-text {
  color: #fff;
}

/* header */
.header {
  background-color: #fff;
  position: relative;
  z-index: 3;
}

.header__top-content,
.header__bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  position: relative;
}

.header__top-content {
  padding: 14px 0;
  z-index: 2;
}

.select {
  position: relative;
  z-index: 1;
}

.select--city {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 170px;
}

.select__head {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.select__head::before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  background-color: #a1d637;
  position: absolute;
  top: 8px;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select__head.active::before {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.select--city .select__head {
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.select__head span {
  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;
}
.select__head span svg {
  width: 80%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.select--city .select__head span {
  width: 16px;
  height: 16px;
}

.select__head input {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.select__head-field {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  overflow: hidden;
  font-family: “FuturaPT-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  row-gap: 12px;
  border-radius: 4px;
  padding: 8px 18px 8px 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.select__list.active {
  top: calc(100% + 17px);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.select__list li {
  font-family: “FuturaPT-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.orientation {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

.menu > li {
  position: relative;
}

.menu > li > a {
  font-family: “FuturaPT-Medium”;
  font-size: 14px;
  line-height: 1.4;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu > li:has(.menu__container) > a {
  padding: 0 10px 0 0;
}
.menu > li:has(.menu__container) > a::before {
  content: "";
  display: block;
  width: 6px;
  height: 4px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
  background-color: #a1d637;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu__container {
  min-width: 200%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  padding: 17px 0 0 0;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu__two {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  padding: 8px 18px 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 6px 0px rgba(0, 0, 0, 0.2);
}

.menu__two > li > a {
  font-family: “FuturaPT-Medium”;
  font-size: 14px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__phone {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-family: “FuturaPT-Medium”;
  font-size: 18px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__phone span {
  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: 16px;
  height: 16px;
}
.header__phone span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hidden {
  display: none;
}

.header__bottom {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ececec;
}

.header__bottom.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
}

.header__bottom-content {
  padding: 12px 0;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.logo img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.logo svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 239px;
  height: 46px;
  margin: 0 64px 0 0;
}

.nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.nav .menu li a {
  font-size: 18px;
}

.nav .menu > li:has(.menu__container) > a {
  padding: 0 14px 0 0;
}
.nav .menu > li:has(.menu__container) > a::before {
  width: 8px;
  height: 5px;
  top: 13px;
}

.nav .menu .menu__container {
  padding: 25px 0 0 0;
}

.nav .menu .menu__two {
  background-color: #ececec;
}

.entry {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 48px;
  border: 1px solid #a1d637;
  background-color: #fff;
  border-radius: 8px;
  padding: 0 16px;
  font-family: “FuturaPT-Heavy”;
  font-size: 16px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.entry span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
}
.entry span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.entry span svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.header__btn.btn {
  padding: 0 38px;
}

.footer {
  padding: 48px 0 16px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#32494c), to(#213436));
  background: -o-linear-gradient(top, #32494c 0%, #213436 100%);
  background: linear-gradient(180deg, #32494c 0%, #213436 100%);
  color: #fff;
  margin: 50px 0 0 0;
}

.footer__content {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 38px;
  margin: 0 0 58px 0;
}

.footer__item-logo {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.footer__logo {
  width: 239px;
  height: 46px;
  margin: 0 0 16px 0;
}

.footer__item-logo > p {
  font-size: 14px;
}

.footer__item-nav {
  display: grid;
  grid-template-columns: auto auto auto;
  -webkit-column-gap: 125px;
     -moz-column-gap: 125px;
          column-gap: 125px;
  margin: 0 0 0 auto;
  grid-row: span 2;
}

.footer__item-nav strong {
  font-family: “FuturaPT-Heavy”;
  font-size: 16px;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  opacity: 0.5;
}

.footer__menu ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 18px;
}

.footer__menu ul li a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.footer__contacts a {
  font-family: “FuturaPT-Heavy”;
  margin: 0 0 16px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.footer__contacts a:last-child {
  margin: 0;
}

.footer__contacts p {
  font-family: “FuturaPT-Heavy”;
  margin: 0 0 10px 0;
}
.footer__contacts p:last-child {
  margin: 0;
}

.policy {
  font-family: “FuturaPT-Heavy”;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.copyright {
  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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.copyright small {
  font-size: 10px;
  line-height: 1.6;
}

section.label {
  padding: 40px 0 20px 0;
}
section.label.banner_home {
  padding-bottom: 0;
}
.slider-container--label {
  padding-top: 32%;
  position: relative;
  z-index: 1;
}

.label__slider {
  width: 100%;
  height: 100%;
  border-radius: 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.label__slider-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(58% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);
  position: relative;
  z-index: 1;
}

.label__slider-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px 10px 30px 60px;
  color: #fff;
  position: relative;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s 0.8s;
  -o-transition: 0.2s 0.8s;
  transition: 0.2s 0.8s;
}

.swiper-slide-active .label__slider-info {
  top: 0;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.label__slider-info h2 {
  font-family: “FuturaPT-Bold”;
}

.label__slider-info p {
  width: 84%;
  font-family: “FuturaPT-Book”;
  font-size: 20px;
  margin: 16px 0 0 0;
}

.label__btn.btn {
  margin: 48px 0 0 0;
}

.slider-img__container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.slider-img__container::before {
  content: "";
  display: block;
  width: 120%;
  height: 190%;
  border-radius: 50%;
  border: 54px solid #a1d637;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
}

.label__slider-img {
  width: calc(100% - 54px);
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.label__slider-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.label__pagination.swiper-pagination {
  bottom: 20px;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  border-radius: 2px;
  border: 1px solid #909090;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
          transform: skew(-30deg);
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a1d637;
  border: 1px solid #a1d637;
}

.request__content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.request__form {
  border: 1px solid #ececec;
  border-radius: 20px;
  padding: 56px 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.request__form--connection {
  background: -o-radial-gradient(0 0, circle, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 26%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
  background: radial-gradient(circle at 0 0, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 26%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
}

.request__form--refill {
  background: -o-radial-gradient(1% 100%, circle farthest-side, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 23%, rgba(143, 190, 49, 0) 100%), -o-radial-gradient(100% 0, circle, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 41%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
  background: radial-gradient(circle farthest-side at 1% 100%, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 23%, rgba(143, 190, 49, 0) 100%), radial-gradient(circle at 100% 0, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 41%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
}

.request__form > img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(2px, -50%);
      -ms-transform: translate(2px, -50%);
          transform: translate(2px, -50%);
  z-index: 1;
  pointer-events: none;
}

.request__form-content {
  position: relative;
  z-index: 2;
}

.request__form--connection .request__form-content {
  width: 70%;
}

.request__form-content h3 {
  font-family: “FuturaPT-Heavy”;
  margin: 0 0 16px 0;
}

.request__form-content p {
  margin: 0 0 36px 0;
}

.request__form-inputs {
  display: grid;
  grid-gap: 16px;
  margin: 0 0 24px 0;
}

.request__form--connection .request__form-inputs {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.request__form--connection .input-container--address {
  grid-column: span 2;
}

.request__form--connection .request__form-submit {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.request__form-btn.btn {
  width: 100%;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 32px 0;
}

.tabs__nav-btn {
  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-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 42px;
  border-radius: 100vw;
  border: 1px solid #ececec;
  padding: 0 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
  font-family: “FuturaPT-Medium”;
  font-size: 15px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tabs__nav-btn.tabs__nav-btn--active {
  color: #fff;
  background-color: #a1d637;
  border: 1px solid #a1d637;
}

.tabs__panels {
  position: relative;
}

.tabs__panel {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.tabs__panel.tabs__panel--active {
  position: static;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.tariffs__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.packet {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #ececec;
  overflow: hidden;
}

.packet__title, .packet__title_tv {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 6px;
  padding: 24px 16px 16px 16px;
  background: radial-gradient(circle farthest-corner at 150% -90%, rgb(143, 190, 49) 0, rgba(0, 0, 0, 0) 67%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(150% -90%, circle farthest-corner, rgb(143, 190, 49) 0, rgba(0, 0, 0, 0) 67%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-corner at 150% -90%, rgb(143, 190, 49) 0, rgba(0, 0, 0, 0) 67%), linear-gradient(90deg, #32494c 0, #213436 100%);
  color: #fff;
  position: relative;
}

.packet__title span, .packet__title_tv span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 78px;
  height: 78px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.packet__title span svg, .packet__title_tv span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.packet__title span img, .packet__title_tv span img {
  width: 100%;
  height: auto;
  border-radius: 0 0 0 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.packet__title h4, .packet__title_tv h4 {
  width: 80%;
  font-family: “FuturaPT-Heavy”;
  position: relative;
  z-index: 2;
}

.packet__title p, .packet__title_tv p{
  width: 80%;
  font-family: “FuturaPT-Light”;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}

.packet__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px;
}
.packet__info h4 {
  display: block;
  margin-bottom: 20px;
}
.packet__info > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.packet__info ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 12px;
  width: 100%;
  
}

.packet__info ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 2px;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #d4d4d5;
}
.packet__info ul li:last-child {
  padding: 0;
  border-bottom: none;
  margin: 0 0 24px 0;
}

.packet__info ul li span {
  grid-column: 1;
  grid-row: span 2;
  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: 28px;
  height: 28px;
}
.packet__info ul li span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.packet__info ul li small {
  grid-column: 2;
  font-family: “FuturaPT-Light”;
  font-size: 12px;
  line-height: 1.2;
  opacity: 0.5;
}

.packet__info ul li strong {
  grid-column: 2;
  font-family: “FuturaPT-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #111827;
}

.packet__btn.btn {
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
  margin: auto 0 0 0;
}

.connection__form {
  padding: 82px 32px 78px 32px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: #fcfcfc;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.connection--internet-address .connection__form {
  padding: 124px 88px;
}

.connection--internet-address .connection__form-info {
  width: 74%;
}

.connection__form > img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

.connection__form-info {
  width: 67%;
  position: relative;
  z-index: 3;
}

.connection__form-info h3,
.connection__form-info h2 {
  width: 64%;
  font-family: “FuturaPT-Heavy”;
  margin: 0 0 12px 0;
}

.connection__form-inputs {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin: 28px 0 0 0;
}

.request__form-btn.btn {
  padding: 0 34px;
}

.story__content {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.story__img {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
}

.story__img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.story__img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-animation: wiggle2 6s 0s linear infinite;
          animation: wiggle2 6s 0s linear infinite;
}

.story__info strong {
  font-family: “FuturaPT-Medium”;
  font-size: 20px;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 6px 0;
}

.story__info h2 {
  font-family: “FuturaPT-Heavy”;
  color: #111827;
  margin: 0 0 14px 0;
}

.story__info p {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  margin-bottom: 8px;
}


.more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: “FuturaPT-Heavy”;
  font-size: 16px;
  line-height: 1.2;
  color: #a1d637;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.more svg {
  width: 14px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 3px 0 0 0;
}
.more svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.more--story {
  margin: 24px 0 0 auto;
}

.advantages__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.advantages__item {
  padding: 24px 16px;
  border: 1px solid #ececec;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  overflow: hidden;
}

.advantages__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 52px;
  height: 52px;
  margin: 0 0 16px 0;
}
.advantages__item span svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: wiggle 4s linear infinite;
          animation: wiggle 4s linear infinite;
}

.advantages__item hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}

.advantages__item hgroup strong {
  font-family: “FuturaPT-Heavy”;
  font-size: 20px;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 8px 0;
}

.advantages__item p {
  line-height: 1.25;
}

.options__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.options__item {
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-template-rows: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  border: 1px solid #ececec;
  border-radius: 16px;
  padding: 0 20px 0 0;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

.options__item-img {
  grid-column: 1;
  grid-row: span 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.options__item-img span {
  height: 200%;
  border-radius: 50%;
  background-color: #a1d637;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 1;
}

.options__item-img svg {
  width: 55%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}

.options__item strong {
  grid-column: 2;
  font-family: “FuturaPT-Heavy”;
  font-size: 25px;
  line-height: 1.2;
  color: #111827;
  margin: 32px 0 4px 0;
}

.options__item p {
  grid-column: 2;
}

.more--options {
  grid-column: 2;
  margin: 16px 0 32px 0;
}

@-webkit-keyframes wiggle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
            transform: translate(-50%, -50%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
            transform: translate(-50%, -50%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes wiggle2 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) rotate(6deg);
            transform: translate(-50%, -50%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-50%, -50%) rotate(-6deg);
            transform: translate(-50%, -50%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(6deg);
            transform: rotate(6deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes scaleimage {
  0% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  49% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
            transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
  }
  51% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
            transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
  }
  99% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}
@keyframes scaleimage {
  0% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  1% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  49% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
            transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
  }
  51% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
            transform: translate(-50%, -50%) scale3d(1.15, 1.15, 1.15);
  }
  99% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}
.breadcrumb-wrapper {
  padding: 50px 0 0 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 50px 0;
}

.breadcrumb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: “FuturaPT-Heavy”;
  font-size: 12px;
  line-height: 1.2;
  color: #111827;
}

.breadcrumb__item a {
  padding: 0 11px 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #a1d637;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.breadcrumb__item a::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #909090;
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 1;
}

.breadcrumb-wrapper + section,
.breadcrumb + section {
  padding: 0 0 50px 0;
}

.about-label__content img {
  width: calc(50% + 10px);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-label__content p {
  font-family: “FuturaPT-Heavy”;
  font-size: 18px;
  color: #111827;
  margin: 16px 0 0 0;
}

.about-story__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.about-story__content img {
  grid-column: 1;
  grid-row: span 2;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-story__content h3 {
  grid-column: 2;
  padding: 72px 0 0 0;
  font-family: “FuturaPT-Heavy”;
  margin: 0 0 24px 0;
}

.about-story__content .about_text{
  grid-column: 2;
  padding: 0 0 72px 0;
}
section.history {
  background-color: #f9f9f9;
  padding: 70px 0;
  margin: 50px 0;
}

.history__title.title {
  text-align: center;
}

.history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.history__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto 1fr;
  row-gap: 24px;
}

.history__item span {
  grid-row: 2;
  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: 80px;
  height: 80px;
  border-radius: 50%;
  background: #a1d637;
  margin: 0 auto;
  font-family: “FuturaPT-Heavy”;
  font-size: 18px;
  color: #fff;
  position: relative;
}
.history__item {
  position: relative;
}
.history__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.history__items .history__item:first-child::before {
  left: 50%;
  width: 50%;
}
.history__items .history__item:last-child::before {
  right: 50%;
  width: 50%;
}


.history__items .history__item:nth-child(even) span {
  background: radial-gradient(circle farthest-corner at 180% 30%, rgb(143, 190, 49) 0, rgba(0, 0, 0, 0) 67%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(180% 30%, circle farthest-corner, rgb(143, 190, 49) 0, rgba(0, 0, 0, 0) 67%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-corner at 180% 30%, rgb(143, 190, 49) 0, rgba(0, 0, 0, 0) 67%), linear-gradient(90deg, #32494c 0, #213436 100%);
}
/*
.history__items .history__item:last-child::before {
  display: none;
}
.history__items .history__item:first-child span {
  margin: 0 auto 0 0;
}

.history__items .history__item:last-child span {
  margin: 0 0 0 auto;
}
*/
.history__items .history__item:nth-child(even) hgroup {
  grid-row: 3;
}

.history__items .history__item:nth-child(odd) hgroup {
  grid-row: 1;
}

.history__item hgroup {
  position: relative;
  text-align: center;
}

.history__item hgroup strong {
  font-family: “FuturaPT-Heavy”;
  font-size: 16px;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 6px 0;
}
/*
.history__items .history__item:first-child hgroup {
  text-align: left;
}

.history__items .history__item:last-child hgroup {
  text-align: left;
}
*/
.history__item hgroup p {
  font-size: 14px;
  line-height: 1.2;
}

.mission__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.mission__info {
  padding: 48px 0;
}

.mission__info h3 {
  font-family: “FuturaPT-Heavy”;
  color: #111827;
  margin: 0 0 26px 0;
}

.mission__info p {
  margin: 0 0 8px 0;
}
.mission__info p:last-child {
  margin: 0;
}

.mission__info small {
  font-family: “FuturaPT-Light”;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
  margin: 44px 0 0 0;
}

.mission__info strong {
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  text-align: right;
  margin: 8px 0 0 0;
}

.mission__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}
.mission__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.numbers__title {
  text-align: center;
}

.numbers__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 20px;
}

.numbers__item {
  text-align: center;
}

.numbers__item hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 6px 0;
}

.numbers__item strong {
  font-family: “FuturaPT-Heavy”;
  font-size: 25px;
  line-height: 1.2;
  color: #a1d637;
}

section.titular {
  margin: 40px 0 20px 0;
  padding: 0;
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(58% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);
  overflow: hidden;
}

.titular > img {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.titular--rates {
  top: 0;
  left: 0;
}

.titular__content {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}

.titular .breadcrumb .breadcrumb__item {
  color: #fff;
}

.breadcrumb .breadcrumb__item a::before {
  background-color: #fff;
}

.titular__info {
  padding: 50px 30px 144px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}

.titular__info > svg {
  position: absolute;
  bottom: 12%;
  left: 100%;
  -webkit-transform: translate(-38%, 0);
      -ms-transform: translate(-38%, 0);
          transform: translate(-38%, 0);
  z-index: 1;
}

.titular__info h2 {
  font-family: “FuturaPT-Heavy”;
  text-transform: uppercase;
  margin: 28px 0 0 0;
}

.titular--rates .titular__info h2 {
  width: 84%;
}

.titular__info h2 strong {
  display: inline;
  color: #a1d637;
}

.titular__info p {
  font-family: “FuturaPT-Medium”;
  font-size: 20px;
  margin: 16px 0 0 0;
}

.titular__info ul {
  margin: 32px 0 48px 0;
}

.titular__info ul li {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.titular__info ul li span {
  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: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #a1d637;
  margin: 8px 0 0 0;
}
.titular__info ul li span svg {
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.titular__info ul li p {
  margin: 0;
  font-family: “FuturaPT-Book”;
}
.titular__info ul li p strong {
  display: inline;
  font-family: “FuturaPT-Bold”;
}

.titular__btn.btn {
  margin: 40px 0 0 0;
  padding: 0 58px;
}

.titular__img-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.titular__img-container::before {
  content: "";
  display: block;
  width: 120%;
  height: 224%;
  border-radius: 50%;
  border: 54px solid #a1d637;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
}

.titular__img {
  width: calc(100% - 54px);
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.titular__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.variants__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
  margin: -88px 0 100px 0;
}

.variants__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 6px;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}

.variants__item span {
  grid-column: 1;
  grid-row: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 57px;
  height: 57px;
}
.variants__item span svg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: wiggle 4s linear infinite;
          animation: wiggle 4s linear infinite;
}

.variants__item h5 {
  grid-column: 2;
  font-family: “FuturaPT-Medium”;
  color: #111827;
}

.variants__item p {
  grid-column: 2;
  font-size: 14px;
}

section.ready {
  padding: 100px 0;
  margin: 50px 0;
  background: -o-radial-gradient(100% 0, circle, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 41%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
  background: radial-gradient(circle at 100% 0, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 41%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
}

.ready__items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.advertising__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  border: 1px solid #ececec;
  border-radius: 32px;
  overflow: hidden;
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(58% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);
  position: relative;
  z-index: 1;
}

.advertising__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 74px 10px 76px 60px;
  color: #fff;
}

.advertising__info h2 {
  font-family: “FuturaPT-Bold”;
}

.advertising__info p {
  width: 84%;
  font-family: “FuturaPT-Book”;
  font-size: 20px;
  line-height: 1.3;
  margin: 16px 0 0 0;
}

.advertising__btn {
  margin: 48px 0 0 0;
  padding: 0 58px;
  height: 54px;
}

.advertising__img-container {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.advertising__img-container::before {
  content: "";
  display: block;
  width: 120%;
  height: 190%;
  border-radius: 50%;
  border: 54px solid #a1d637;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 3;
}

.advertising__img {
  width: calc(100% - 54px);
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.advertising__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.apparatus__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 16px;
}

.apparatus__item {
  border-radius: 8px;
  padding: 20px 14px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.apparatus__item picture {
  width: 100%;
  height: auto;
  padding-top: 76%;
  position: relative;
  overflow: hidden;
}
.apparatus__item picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.apparatus__item h6 {
  font-family: “FuturaPT-Medium”;
  margin: 25px 0 8px 0;
}

.apparatus__item ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 2px;
  margin: 0 0 20px 0;
}

.apparatus__item ul li {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.apparatus__item ul li small {
  font-family: “FuturaPT-Light”;
  font-size: 12px;
  line-height: 1.2;
  color: #6c6c6c;
}

.apparatus__item small {
  font-family: “FuturaPT-Light”;
  font-size: 12px;
  line-height: 1.2;
  color: #6c6c6c;
}

.apparatus__item strong {
  font-family: “FuturaPT-Heavy”;
  font-size: 24px;
  line-height: 1.2;
  color: #111827;
  margin: 2px 0 24px 0;
}
.apparatus__item strong span {
  font-size: 16px;
    font-family: “FuturaPT-Medium”;
    display: inline;
}
section.help {
  overflow: hidden;
} 
.help__form {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 156px;
     -moz-column-gap: 156px;
          column-gap: 156px;
  border-radius: 20px;
  background: radial-gradient(circle farthest-side at 68% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(68% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-side at 68% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);
}

.help__info {
  padding: 80px 30px 80px 48px;
  color: #fff;
  position: relative;
  z-index: 2;
}

.help__info h3 {
  font-family: “FuturaPT-Bold”;
  margin: 0 0 16px 0;
}

.help__info p {
  font-size: 18px;
  margin: 0 0 32px 0;
}

.help__form-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin: 0 0 16px 0;
}

.help__form-inputs .input-container small {
  color: #fff;
}

.help__form-submit .checkbox-text {
  color: #fff;
  margin: 0 0 24px 0;
}

.help__form-btn.btn {
  padding: 0 48px;
}

.help__img {
  position: relative;
  z-index: 1;
}
.help__img img {
  width: 104%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -54%);
      -ms-transform: translate(-40%, -54%);
          transform: translate(-40%, -54%);
  z-index: 2;
  -webkit-animation: wiggle3 6s 0s linear infinite;
          animation: wiggle3 6s 0s linear infinite;
}
.help__img svg {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

@-webkit-keyframes wiggle3 {
  0% {
    -webkit-transform: translate(-40%, -54%) rotate(0deg);
            transform: translate(-40%, -54%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-40%, -54%) rotate(6deg);
            transform: translate(-40%, -54%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-40%, -54%) rotate(0deg);
            transform: translate(-40%, -54%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-40%, -54%) rotate(-6deg);
            transform: translate(-40%, -54%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-40%, -54%) rotate(0deg);
            transform: translate(-40%, -54%) rotate(0deg);
  }
}

@keyframes wiggle3 {
  0% {
    -webkit-transform: translate(-40%, -54%) rotate(0deg);
            transform: translate(-40%, -54%) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-40%, -54%) rotate(6deg);
            transform: translate(-40%, -54%) rotate(6deg);
  }
  50% {
    -webkit-transform: translate(-40%, -54%) rotate(0deg);
            transform: translate(-40%, -54%) rotate(0deg);
  }
  75% {
    -webkit-transform: translate(-40%, -54%) rotate(-6deg);
            transform: translate(-40%, -54%) rotate(-6deg);
  }
  100% {
    -webkit-transform: translate(-40%, -54%) rotate(0deg);
            transform: translate(-40%, -54%) rotate(0deg);
  }
}
.titular--television .titular__content {
  grid-template-columns: 1fr 1fr;
}

.additionally__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.additionally__item {
  border-radius: 20px;
  background-color: #f9f9f9;
  overflow: hidden;
}

.additionally__item picture, .packet__title_dop {
  width: 100%;
  height: auto;
  padding-top: 58%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 32px 0;
  overflow: hidden;
}
.packet__title_dop {
  margin-bottom: 0;
}
.additionally__item picture img, .packet__title_dop img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.additionally__item hgroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, auto);
  grid-gap: 6px;
  padding: 0 16px 32px 16px;
}

.additionally__item hgroup h5 {
  font-family: “FuturaPT-Heavy”;
  color: #111827;
}

.additionally__item hgroup strong {
  font-family: “FuturaPT-Heavy”;
  font-size: 20px;
  line-height: 1.2;
  color: #a1d637;
}

.additionally__item hgroup a {
  grid-column: span 2;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  font-family: “FuturaPT-Light”;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.additionally__item hgroup a svg {
  width: 16px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 10px 0 0 0;
}
.additionally__item hgroup a svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.business__content > p,
.operators__content > p {
  width: 64%;
  font-size: 18px;
  margin: 0 0 8px 0;
}
.business__content > p:last-child,
.operators__content > p:last-child {
  margin: 0;
}

.business__items {
  margin: 32px 0 0 0;
}

.business__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.business__item hgroup {
  padding: 56px 30px 78px 30px;
}

.business__item hgroup h4 {
  font-family: “FuturaPT-Heavy”;
  color: #111827;
  margin: 0 0 16px 0;
}

.business__item hgroup p {
  position: relative;
}

.business__item picture {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.business__item picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.business__item-btn.btn {
  padding: 0 58px;
  margin: 32px 0 0 0;
}
.bussines__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
}
@media (max-width: 659px) {
  .bussines__items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.bussines__items .news {
  display: block;
  grid-column: auto;
    grid-row: auto;
}
.bussines__img {
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}
.bussines__img img {

}


.equipment__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 16px;
}

.stock__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
}


section.home_list {
background: -o-radial-gradient(0 0, circle, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 26%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
    background: radial-gradient(circle at 0 0, rgba(143, 190, 49, 0.2) 0, rgba(143, 190, 49, 0) 26%, rgba(143, 190, 49, 0) 100%), #f9f9f9;
}
.stock__items.stock__items_home_list .stock__item {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
} 
.stock__items.stock__items_home_list .stock__item h3, .stock__items.stock__items_home_list .stock__item p {
  color: #3f3f46;
}
.stock__items.stock__items_home_list .stock__item figure {
  margin: 0;
  background: #fff;
  padding: 30px 20px;
}
.stock__item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  max-width: 30%;
  box-sizing: border-box;
}
.stock__item_img img {
  width: 100%;
}
.stock__items.stock__items_home_list .stock__item figure h3 {
  width: 100%;
}
.stock__items.stock__items_home_list .stock__item figure .btn {
  margin: 24px 0 0 0;
}
.stock__item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.stock__item figure {
  padding: 74px 20px;
  color: #fff;
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -webkit-gradient(linear, left top, right top, color-stop(0, #32494c), to(#213436));
  background: -o-radial-gradient(58% 46%, circle farthest-side, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), -o-linear-gradient(left, #32494c 0, #213436 100%);
  background: radial-gradient(circle farthest-side at 58% 46%, rgba(143, 190, 49, 0.3) 0, rgba(143, 190, 49, 0.3) 1%, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0) 100%), linear-gradient(90deg, #32494c 0, #213436 100%);
  margin: 0 0 24px 0;
  position: relative;
  overflow: hidden;
}
.action_text {
  padding: 0 20px 20px 20px;
}
.stock__item figure::after {
  
}
.stock__item figure h3 {
  width: 47%;
  font-family: “FuturaPT-Heavy”;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  font-size: 26px;
}
.action_label {
  z-index: 3;
  display: block;
  opacity: 0.5;
  margin-bottom: 5px;
  position: relative;
}
.stock__item figure strong {
  width: 50%;
  font-family: “FuturaPT-Heavy”;
  font-size: 24px;
  line-height: 1.2;
  color: #a1d637;
  text-transform: uppercase;
  margin: 32px 0 0 0;
  position: relative;
  z-index: 3;
}

.stock__item figure img {

  -o-object-fit: cover;
  /* object-fit: cover; */
  position: absolute;
  top: -100px;
  right: -200px;
  z-index: 1;
  border-radius: 50%;
  border: 30px solid #8fbe30;
}

.stock__item h4 {
  width: 80%;
  font-family: “FuturaPT-Heavy”;
  color: #111827;
}

.stock__item > p {
  margin: 8px 0 0 0;
  width: 90%;
}

.support__items {
  display: grid;
  grid-template-columns: 1.42fr 1fr;
  grid-template-rows: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 20px;
}

.news {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  padding: 0 0 38px 0;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(30%, rgb(249, 249, 249)), to(rgb(249, 249, 249)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgb(249, 249, 249) 30%, rgb(249, 249, 249) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgb(249, 249, 249) 30%, rgb(249, 249, 249) 100%);
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news__img {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 58px);
  grid-gap: 7px;
}
.news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}

.news__img img:nth-child(1) {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
}

.news__img img:nth-child(2) {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}

.news__img img:nth-child(3) {
  grid-column: 3/span 1;
  grid-row: 1/span 2;
}

.news__img img:nth-child(4) {
  grid-column: 2/span 1;
  grid-row: 2/span 3;
}

.news__img img:nth-child(5) {
  grid-column: 3/span 1;
  grid-row: 3/span 3;
}

.news h3 {
  width: calc(100% - 64px);
  font-family: “FuturaPT-Heavy”;
  color: #111827;
  margin: 0 auto;
}

.news p {
  width: calc(100% - 64px);
  font-size: 18px;
  margin: 16px auto 0 auto;
}

.news__btn.btn {
  padding: 0 38px;
  margin: 24px 0 0 32px;
}

.support__items .options__item > strong {
  margin: auto 0 14px 0;
}

.support__items .options__item > strong {
  margin: auto 0 14px 0;
}

.support__btn.btn {
  margin: 14px 0 auto 0;
}

.articles__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
}

.articles__item picture {
  width: 100%;
  height: auto;
  padding-top: 60%;
  border-radius: 16px;
  margin: 0 0 24px 0;
  position: relative;
  overflow: hidden;
}
.articles__item picture img {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.articles__item small {
  font-size: 12px;
  line-height: 1.2;
  color: #808080;
  margin: 0 0 16px 0;
}

.articles__item h5 {
  font-family: “FuturaPT-Heavy”;
  color: #111827;
  margin: 0 0 6px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.articles__item p {
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pages-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  grid-gap: 16px;
  margin: 32px 0 0 0;
}

.pages-navigation li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.pages-navigation li:first-child {
  margin: 0 10px 0 0;
}

.pages-navigation li:last-child {
  margin: 0 0 0 10px;
}

.pages-navigation li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: “FuturaPT-Light”;
  font-size: 18px;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.pages-navigation li:first-child a,
.pages-navigation li:last-child a {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #a1d637;
}

.pages-navigation li:first-child a svg,
.pages-navigation li:last-child a svg {
  width: 40%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.pages-navigation li.nav-active a {
  font-family: “FuturaPT-Bold”;
  color: #a1d637;
}

.pages-navigation li.nav-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.accordion {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

.accordion__item {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #d1d5db;
}

.accordion__label {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.accordion__label h5 {
  font-family: “FuturaPT-Bold”;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.accordion__label span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #a1d637;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.accordion__label span::before {
  content: "";
  display: block;
  display: block;
  height: 2px;
  width: 60%;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.accordion__label span::after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__label.active span {
  background-color: #f9fafb;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}

.accordion__label.active span::before,
.accordion__label.active span::after {
  background-color: #3f3f46;
}

.accordion__answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.accordion__answer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.accordion__info {
  padding: 12px 0 0 0;
}

.accordion__info p {
  margin: 0 0 8px 0;
}
.accordion__info p:last-child {
  margin: 0;
}

.accordion__info:has(picture) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
}

.accordion__info picture {
  width: 100%;
  height: auto;
  padding-top: 62%;
  position: relative;
  overflow: hidden;
}
.accordion__info picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.instructions__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
}

.instructions__item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  padding: 0 16px 0 0;
  border: 1px solid #ececec;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
  overflow: hidden;
  position: relative;
}

.instructions__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  position: relative;
}

.instructions__item-img span {
  height: 200%;
  border-radius: 50%;
  background-color: #a1d637;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 1;
}

.instructions__item-img svg {
  width: 92%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 2;
}

.instructions__item strong {
  padding: 26px 0;
  font-size: 18px;
  line-height: 1.2;
  color: #111827;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.instructions__item > svg {
  width: 24px;
  height: auto;
}
.instructions__item > svg path {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.article__info {
  width: 75%;
}
/*
.info > *:nth-child(1) {
  margin: 0 0 24px 0;
}
*/
.info > h1,
.info > h2,
.info > h3,
.info > h4,
.info > h5,
.info > h6,
.info > strong {
  font-family: “FuturaPT-Bold”;
  margin: 40px 0 24px 0;
}

.info strong {
  font-family: “FuturaPT-Heavy”;
  line-height: 1.2;
  display: inline;
}

.info > p {
  margin: 0 0 8px 0;
}
.info > p:last-child {
  margin: 0;
}

.info > ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  row-gap: 8px;
  margin: 15px 0 15px 0;
}
.info > ul:last-child {
  margin: 24px 0 0 0;
}

.info > ul li {
  padding: 0 0 0 16px;
  font-family: “FuturaPT-Medium”;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.info > ul li::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #a1d637;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
}

.info > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 16px;
  margin: 24px 0 40px 0;
}

.other__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 32px;
}

.contacts__content {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.contacts__info {
  padding: 40px 0 60px 0;
}

.contacts__info h3 {
  font-family: “FuturaPT-Bold”;
  color: #111827;
  margin: 0 0 24px 0;
}

.contacts__info small {
  font-size: 14px;
  line-height: 1.2;
  color: #808080;
  margin: 0 0 4px 0;
}

.contacts__info strong,
.contacts__info a {
  font-family: “FuturaPT-Heavy”;
  font-size: 20px;
  line-height: 1.2;
  color: #111827;
  margin: 0 0 16px 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contacts__info strong:last-child,
.contacts__info a:last-child {
  margin: 0;
}

.contacts__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.map {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.help--contacts .help__form {
  grid-template-columns: 1.3fr 1fr;
  -webkit-column-gap: 90px;
     -moz-column-gap: 90px;
          column-gap: 90px;
}

.help--contacts .help__img img {
  width: auto;
  -webkit-animation: none;
          animation: none;
  top: auto;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.help--contacts .help__img svg {
  top: auto;
  bottom: 0;
}

/* hover */
@media (min-width: 1120px) {
  .menu__two a {
    cursor: pointer;
  }
  .menu__two a:hover {
    color: #a1d637;
  }
  .menu__two a:focus {
    color: #a1d637;
  }
  .menu > li {
    cursor: pointer;
  }
  .menu > li:hover a::before {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:focus a::before {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .menu > li:hover .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu > li:focus .menu__container {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .menu > li:hover > a {
    color: #a1d637;
  }
  .menu > li:focus > a {
    color: #a1d637;
  }
}
@media (min-width: 768px) {
  .contacts__info a:hover {
    color: #a1d637;
  }
  .contacts__info a:focus {
    color: #a1d637;
  }
  .instructions__item {
    cursor: pointer;
  }
  .instructions__item:hover strong {
    color: #4b7100;
  }
  .instructions__item:focus strong {
    color: #4b7100;
  }
  .instructions__item:hover .instructions__item-img span {
    background-color: #4b7100;
  }
  .instructions__item:focus {
    background-color: #4b7100;
  }
  .instructions__item:hover > svg path {
    fill: #4b7100;
  }
  .instructions__item:focus > svg path {
    fill: #4b7100;
  }
  .accordion__label.active:hover h5 {
    color: #ddeeb9;
  }
  .accordion__label.active:focus h5 {
    color: #ddeeb9;
  }
  .accordion__label.active:hover span {
    background-color: #ddeeb9;
  }
  .accordion__label.active:focus span {
    background-color: #ddeeb9;
  }
  .accordion__label {
    cursor: pointer;
  }
  .accordion__label:hover h5 {
    color: #4b7100;
  }
  .accordion__label:focus h5 {
    color: #4b7100;
  }
  .accordion__label:hover span {
    background-color: #4b7100;
  }
  .accordion__label:focus span {
    background-color: #4b7100;
  }
  .pages-navigation li.nav-active:hover a {
    color: #a1d637;
  }
  .pages-navigation li.nav-active:focus a {
    color: #a1d637;
  }
  .pages-navigation li:first-child a:hover,
.pages-navigation li:last-child a:hover {
    background-color: #4b7100;
  }
  .pages-navigation li:first-child a:focus,
.pages-navigation li:last-child a:focus {
    background-color: #4b7100;
  }
  .pages-navigation li {
    cursor: pointer;
  }
  .pages-navigation li:hover a {
    color: #a1d637;
  }
  .pages-navigation li:focus a {
    color: #a1d637;
  }
  .articles__item:hover picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .articles__item:focus picture img {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
            transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  .articles__item:hover h5 {
    color: #a1d637;
  }
  .articles__item:focus h5 {
    color: #a1d637;
  }
  .additionally__item hgroup a:hover {
    color: #a1d637;
  }
  .additionally__item hgroup a:focus {
    color: #a1d637;
  }
  .additionally__item hgroup a:hover svg path {
    fill: #a1d637;
  }
  .additionally__item hgroup a:focus svg path {
    fill: #a1d637;
  }
  .more:hover {
    color: #4b7100;
  }
  .more:focus {
    color: #4b7100;
  }
  .more:hover svg path {
    fill: #4b7100;
  }
  .more:focus svg path {
    fill: #4b7100;
  }
  .tabs__nav-btn.tabs__nav-btn--active:hover {
    background-color: #a1d637;
  }
  .tabs__nav-btn.tabs__nav-btn--active:focus {
    background-color: #a1d637;
  }
  .tabs__nav-btn {
    cursor: pointer;
  }
  .tabs__nav-btn:hover {
    background-color: rgba(143, 190, 49, 0.5);
    color: #fff;
  }
  .tabs__nav-btn:focus {
    background-color: rgba(143, 190, 49, 0.5);
    color: #fff;
  }
  .checkbox-text a {
    cursor: pointer;
  }
  .checkbox-text a:hover {
    color: #4b7100;
  }
  .checkbox-text a:focus {
    color: #4b7100;
  }
  .policy:hover,
.footer__menu ul li a:hover,
.footer__contacts a:hover {
    color: #a1d637;
  }
  .policy:focus,
.footer__menu ul li a:focus,
.footer__contacts a:focus {
    color: #a1d637;
  }
  .entry:hover span svg path {
    fill: #4b7100;
  }
  .entry:focus span svg path {
    fill: #4b7100;
  }
  .entry:hover {
    border: 1px solid #4b7100;
    color: #4b7100;
  }
  .entry:focus {
    border: 1px solid #4b7100;
    color: #4b7100;
  }
  .btn {
    cursor: pointer;
  }
  .btn:hover {
    background-color: #4b7100;
  }
  .btn:focus {
    background-color: #4b7100;
  }
  /*
  .logo:hover img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo:focus img {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo:hover svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  .logo:focus svg {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
  */
  .select__list li {
    cursor: pointer;
  }
  .select__list li:hover {
    color: #a1d637;
  }
  .select__list li:focus {
    color: #a1d637;
  }
  .select__head {
    cursor: pointer;
  }
  .select__head:hover .select__head-field {
    color: #a1d637;
  }
  .select__head:focus .select__head-field {
    color: #a1d637;
  }
  p a:hover {
    color: #4b7100;
  }
  p a:focus {
    color: #4b7100;
  }
  a:hover {
    cursor: pointer;
  }
  a:focus {
    cursor: pointer;
  }
}
/** breakpoint  **/
@media (max-width: 1220px) {
  .header__logo {
    margin: 0 0px 0 0;
  }
  .nav .menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin: 0 auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .header__btn.btn {
    padding: 0 28px;
  }
  .label__slider-item {
    grid-template-columns: 1fr 1fr;
  }
  .label__slider-info {
    padding: 30px 10px 30px 20px;
  }
  .label__slider-info p {
    width: 98%;
  }
  .label__btn.btn,
.titular__btn.btn {
    margin: 32px 0 0 0;
  }
  .slider-container--label {
    padding-top: 43%;
  }
  .request__form {
    padding: 40px 20px;
  }
  .request__form--connection .request__form-content {
    width: 80%;
  }
  .packet__info {
    padding: 24px 16px;
  }
  .packet__title p, .packet__title_tv p {
    width: 92%;
  }
  .connection__form,
.help__info,
.advertising__info {
    padding: 80px 20px 70px 20px;
  }
  .footer__item-nav {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .history__items .history__item:first-child,
.history__items .history__item:last-child {
    -webkit-box-flex: 0.75;
        -ms-flex: 0.75;
            flex: 0.75;
  }
  .titular__content {
    grid-template-columns: 1fr 1fr;
  }
  .titular--rates .titular__info h2 {
    width: 100%;
  }
  .help__form {
    grid-template-columns: 1.4fr 1fr;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  section.help {
    overflow: hidden;
  }
  .help__img img {
    width: 96%;
  }
  .advertising__info p {
    width: 100%;
  }
  .titular__info {
    padding: 40px 20px 100px 0;
  }
  .article__info {
    width: 84%;
  }
  .connection--internet-address .connection__form {
    padding: 124px 20px;
  }
  .news__img {
    grid-template-rows: repeat(5, 50px);
  }
}
@media (max-width: 1119px) {
  .orientation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .header__top-content,
.header__bottom-content {
    display: grid;
    grid-template-columns: auto 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .header__phone {
    margin: 0 0 0 auto;
  }
  .entry {
    margin: 0 0 0 auto;
  }
  .icon-menu.icon-menu--open,
.icon-menu.icon-menu--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .icon-menu.icon-menu--close {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 0 30px auto;
  }
  .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 70%;
    height: 100vh;
    margin: 0;
    padding: 30px 20px 30px 30px;
    border-radius: 0;
    overflow-y: scroll;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: -105%;
    z-index: 10;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  .nav.active {
    right: 0;
    -webkit-box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
  }
  .nav .menu .menu__container {
    padding: 0;
  }
  .nav .menu {
    -ms-flex-preferred-size: 1 1 auto;
        flex-basis: 1 1 auto;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 16px;
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    z-index: 3;
  }
  .nav .menu .menu__two {
    background-color: transparent;
  }
  .nav .menu > li {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #3f3f46;
    margin: 0;
    padding: 0;
    cursor: pointer;
  }
  .nav .menu > li:last-child {
    border-bottom: none;
  }
  .nav .menu > li > a {
    padding: 0 0 4px 0;
    font-size: 24px;
    color: #3f3f46;
    text-decoration: none;
  }
  .nav .menu > li > a.active::before {
    -webkit-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .nav .menu > li:has(.menu__container) > a::before {
    width: 12px;
    height: 7px;
  }
  .nav .menu .menu__container {
    grid-column: span 2;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: transparent;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0;
    opacity: 1;
    z-index: 2;
    visibility: visible;
    pointer-events: all;
    display: grid;
    grid-template-rows: 0fr;
    -webkit-transition: grid-template-rows 500ms;
    -o-transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms;
    transition: grid-template-rows 500ms, -ms-grid-rows 500ms;
  }
  .nav .menu .menu__container.active {
    grid-template-rows: 1fr;
  }
  .nav .menu .menu__two {
    width: 100%;
    padding: 0;
    background-color: transparent;
    overflow: hidden;
    row-gap: 2px;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav .menu .menu__two > li {
    padding: 6px 0 6px 10px;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border: none;
  }
  .nav .menu .menu__two > li > a {
    font-size: 18px;
    padding: 0;
    color: #3f3f46;
  }
  .nav .menu .menu__two > li:first-child {
    padding: 12px 0 6px 10px;
  }
  .nav .menu .menu__two > li:last-child {
    padding: 6px 0 16px 10px;
  }
  .hidden {
    display: block;
    width: 100%;
  }
  .navigation__hidden {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 20px;
    width: 100%;
    margin: auto 0 0 0;
  }
  .navigation__hidden-item small {
    font-size: 14px;
    line-height: 1.2;
    color: #808080;
    margin: 0 0 4px 0;
  }
  .navigation__hidden-item a,
.navigation__hidden-item strong {
    font-family: “FuturaPT-Heavy”;
    font-size: 16px;
    line-height: 1.2;
    color: #3f3f46;
  }
  .slider-container--label {
    padding-top: 48%;
  }
  .connection__form-info {
    width: 80%;
  }
  .footer__item-nav {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .variants__item {
    padding: 24px 16px;
  }
  .variants__item span {
    width: 48px;
    height: 48px;
  }
  .variants__item h5 {
    font-size: 18px;
  }
  .connection__form,
.help__info,
.advertising__info {
    padding: 50px 20px;
  }
  .apparatus__item ul li small:last-child {
    text-align: right;
  }
  .about-story__content h3 {
    padding: 40px 0 0 0;
  }
  .about-story__content p {
    padding: 0 0 40px 0;
  }
  .additionally__item hgroup {
    grid-template-columns: 1.2fr 1fr;
  }
  .business__item hgroup {
    padding: 40px 20px 40px 20px;
  }
  .popup__content {
    width: 98%;
  }
  .popup__form {
    padding: 40px 20px;
  }
  .article__info {
    width: 100%;
  }
  .stock__item figure {
    padding: 50px 20px;
  }
  .support__items {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .news {
    grid-column: 1/span 2;
    grid-row: 1/span 1;
  }
  .support__items .options__item > strong {
    margin: 32px 0 4px 0;
  }
  .support__btn.btn {
    margin: 4px 0 32px 0;
  }
  .help--contacts .help__form {
    grid-template-columns: 1.6fr 1fr;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .help--contacts .help__img img {
    width: 124%;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 38px;
  }
  h4 {
    font-size: 23px;
  }
}
@media (max-width: 991px) {
  .show h1,
.show h2,
.show h3,
.show h4,
.show h5 {
    top: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .slider-container--label {
    padding-top: 56%;
  }
  .label__slider-item {
    grid-template-columns: 1.4fr 1fr;
  }
  .label__slider-img,
.popup__img {
    width: calc(100% - 40px);
  }
  .slider-img__container::before,
.popup__img-container::before {
    width: 160%;
    border: 40px solid #a1d637;
  }
  .popup__content {
    grid-template-columns: 1.2fr 1fr;
  }
  .request__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 20px;
  }
  .tariffs__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .connection__form-info {
    width: 100%;
  }
  .story__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .advantages__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .options__item {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .options__item strong {
    font-size: 24px;
    padding: 0 16px 0 0;
  }
  .footer {
    padding: 30px 0 16px 0;
    margin: 20px 0 0 0;
  }
  .footer__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
    margin: 0 0 30px 0;
  }
  .footer__item-logo {
    width: 50%;
  }
  .footer__item-nav {
    margin: 0;
    grid-row: inherit;
  }
  .about-story__content {
    grid-template-columns: 1fr 1.2fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .about-story__content h3 {
    padding: 20px 0 0 0;
  }
  .about-story__content p {
    padding: 0 0 20px 0;
  }
  .history__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    row-gap: 40px;
  }
  .history__items .history__item,
.history__items .history__item:first-child,
.history__items .history__item:last-child {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
  .history__items .history__item:first-child hgroup {
    text-align: center;
  }
  .history__items .history__item:last-child hgroup {
    text-align: center;
  }
  .history__items .history__item:first-child span,
.history__items .history__item:last-child span {
    margin: 0 auto;
  }
  .history__item span::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    top: 50%;
    right: calc(100% - 1px);
    z-index: -1;
  }
  .history__items .history__item:first-child span::after {
    display: none;
  }
  section.history {
    padding: 50px 0;
    margin: 0;
  }
  .mission__info {
    padding: 0;
  }
  .mission__info small {
    font-size: 14px;
    margin: 20px 0 0 0;
  }
  .mission__info strong {
    font-size: 20px;
    margin: 6px 0 0 0;
  }
  .numbers__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .titular__content {
    grid-template-columns: 1fr;
  }
  .titular__info {
    padding: 40px 20px;
  }
  .titular__img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 370px;
  }
  .titular__img-container::before {
    width: 240%;
    height: 200%;
    border: 40px solid #a1d637;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 3;
  }
  .titular__img {
    width: 100%;
    height: calc(100% - 40px);
    margin: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .titular--television .titular__content {
    grid-template-columns: 1fr;
  }
  .advertising__img {
    width: calc(100% - 40px);
  }
  .advertising__img-container::before {
    width: 160%;
    border: 40px solid #a1d637;
  }
  .ready__items {
    grid-template-columns: repeat(4, 1fr);
  }
  section.ready {
    padding: 70px 0;
    margin: 0;
  }
  .connection__form,
.help__info,
.advertising__info {
    padding: 50px 10px 50px 20px;
  }
  .advertising__item {
    grid-template-columns: 1.4fr 1fr;
  }
  .apparatus__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .help__form {
    grid-template-columns: 1.6fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .help__form-inputs {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .help__img img {
    width: 114%;
    left: 34%;
  }
  .titular__info > svg {
    -webkit-transform: translate(-60%, 0);
        -ms-transform: translate(-60%, 0);
            transform: translate(-60%, 0);
  }
  .variants__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .variants .variants__items .variants__item:last-child {
    grid-column: span 2;
  }
  .additionally__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .options__item {
    grid-template-columns: 3fr 6fr;
  }
  .equipment__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .instructions__item strong {
    padding: 16px 0;
  }
  .connection--internet-address .connection__form-info {
    width: 100%;
  }
  .connection--internet-address .connection__form {
    padding: 90px 20px;
  }
  .business__item hgroup {
    padding: 30px 20px;
  }
  .business__content > p,
.operators__content > p {
    width: 100%;
  }
  .stock__item figure::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .stock__items_home_list .stock__item figure::before {
    display: none;
  }
  .stock__item figure h3 {
    width: 100%;
    font-size: 26px;
  }
  .stock__item figure strong {
    width: 100%;
    font-size: 21px;
  }
  .stock__item figure {
    margin: 0 0 12px 0;
  }
  .contacts__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
  .contacts__info {
    padding: 0;
  }
  .contacts__map {
    padding-top: 60%;
  }
  .help--contacts .help__img img {
    display: none;
  }
  .help--contacts .help__form {
    display: block;
    position: relative;
  }
  .help__img {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
  }
  h2 {
    font-size: 34px;
  }
}

@media (max-width: 850px) {
.ready__items {
  grid-template-columns: repeat(3, 1fr);
}
}


@media (max-width: 767px) {
  .nav {
    width: 70%;
  }
  .popup__content {
    grid-template-columns: 1.4fr 1fr;
  }
  .header__top-content,
.header__bottom-content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .slider-container--label {
    padding-top: 68%;
  }
  .slider-container--label {
    padding-top: 112%;
  }
  .label__slider-item {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .label__slider-info {
    padding: 60px 10px 30px 20px;
  }
  .slider-img__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: auto;
  }
  .label__slider-info h2 {
    width: 80%;
  }
  .slider-img__container::before {
    width: 240%;
    height: 200%;
    border: 40px solid #a1d637;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 3;
  }
  .label__slider-img {
    width: 100%;
    height: calc(100% - 40px);
    margin: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .request__form--connection .request__form-content {
    width: 100%;
  }
  .connection__form-info h3,
.connection__form-info h2 {
    width: 80%;
  }
  /*
  .about-story__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  */
  .about-story__content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  }
  .about-story__content .about_text {
	order: 3;
	padding-top: 20px; 
  }
  .about-story__content img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 300px;
    grid-column: inherit;
    grid-row: inherit;
    margin: 30px 0 0 0;
  }
  .about-story__content h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-column: inherit;
    padding: 0;
  }
  .about-story__content p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0;
    grid-column: inherit;
  }
  .mission__content {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
  .mission__img {
    width: 100%;
    height: auto;
    padding-top: 80%;
    position: relative;
  }
  .mission__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
  .request__form-content p,
.request__form-content h3 {
    width: 80%;
  }
  .swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .apparatus__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .options__items,
.options__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .titular__info > svg {
    bottom: 0;
  }
  .advertising__item {
    grid-template-columns: 1fr;
  }
  .advertising__img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 370px;
  }
  .advertising__img-container::before {
    width: 240%;
    height: 200%;
    border: 40px solid #a1d637;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .advertising__img {
    width: 100%;
    height: calc(100% - 40px);
    margin: 0;
  }
  .advertising__info h2 {
    width: 80%;
  }
  .help__form {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    position: relative;
  }
  .articles__items,
.equipment__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion__info:has(picture) {
    grid-template-columns: repeat(1, 1fr);
  }
  .stock__item figure h3 {
    font-size: 21px;
  }
  .stock__item figure strong {
    font-size: 18px;
  }
  .stock__item h4 {
    width: 90%;
  }
  .support__items {
    grid-template-columns: 1fr;
  }
  .news {
    grid-column: 1/span 1;
  }
  .news h3,
.news p {
    width: calc(100% - 40px);
  }
  .news__btn.btn {
    margin: 24px 0 0 20px;
  }
  .other__items {
    grid-template-columns: repeat(2, 1fr);
  }
  h1 {
    font-size: 42px;
  }
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 659px) {
  .nav {
    width: 80%;
  }
  .header__top-content,
.header__bottom-content {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .header__btn.btn {
    padding: 0 20px;
  }
  .slider-container--label {
    padding-top: 130%;
  }
  .label__slider-info {
    padding: 80px 10px 40px 20px;
  }
  .additionally__item hgroup {
    grid-template-columns: 1fr;
  }
  .additionally__item hgroup a {
    grid-column: span 1;
  }
  .articles__item picture {
    margin: 0 0 12px 0;
  }
  .articles__item small {
    margin: 0 0 8px 0;
  }
  .tabs__nav-btn {
    height: 38px;
    padding: 0 22px;
  }
  .instructions__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .business__item hgroup h4 {
    font-size: 21px;
  }
  .business__item-btn.btn {
    padding: 0 20px;
    margin: 24px 0 0 0;
    width: 100%;
  }
  .select__list.active {
    top: calc(100% + 19px);
  }
  .titular__info {
    padding: 40px 15px 40px 0;
  }
  .ready__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .nav {
    width: 90%;
    padding: 30px 20px 30px 20px;
  }
  .header__bottom-content {
    grid-template-columns: auto 1fr;
    row-gap: 12px;
  }
  .header__logo {
    grid-column: 1/span 2;
  }
  .label__slider-info {
    padding: 60px 20px 30px 20px;
  }
  .slider-container--label {
    padding-top: 164%;
  }
  .btn {
    width: 100%;
  }
  .label__slider-info h2 {
    width: 100%;
  }
  .request__form--connection .request__form-submit {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
  .request__form > img {
    display: none;
  }
  .request__form-content p,
.request__form-content h3 {
    width: 100%;
  }
  .packet__btn.btn {
    font-size: 12px;
  }
  .connection__form-info h3,
.connection__form-info h2 {
    width: 100%;
  }
  .connection__form::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .about-label__content img {
    width: calc(100% - 10px);
  }
  section {
    padding: 40px 0;
  }
  .history__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .variants__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .variants__item span {
    grid-row: span 1;
  }
  .variants__item h5,
.variants__item p {
    grid-column: 1;
  }
  .popup__img-container {
    display: none;
  }
  .popup__content {
    grid-template-columns: 1fr;
  }
  .footer__item-nav {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
  .footer__contacts {
    grid-column: span 2;
  }
  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 4px;
  }
  .connection__form-inputs,
.connection__form-inputs {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 16px;
  }
  .business__items {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 40px;
  }
  .business__item {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  .business__item picture {
    padding-top: 50%;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .business__item hgroup {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0;
  }
  .business__item hgroup h4 {
    font-size: 24px;
  }
  .stock__items {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 40px;
  }
  .stock__item figure h3 {
    width: 70%;
  }
  .news__btn.btn {
    width: calc(100% - 40px);
    margin: 24px auto 0 auto;
  }
  .options__item {
    row-gap: 8px;
  }
  .contacts__map {
    padding-top: 80%;
  }
  .breadcrumb-wrapper + section,
.breadcrumb + section {
    padding: 0 0 40px 0;
  }
  .copyright small,
.policy {
    text-align: center;
  }
  .connection__form,
.help__info,
.advertising__info {
    padding: 50px 20px;
  }
}
@media (max-width: 479px) {
  .nav {
    width: 100%;
  }
  .select--city {
    width: 148px;
  }
  .select__head-field {
    max-width: 100%;
    overflow: hidden;
  }
  .icon-menu {
    width: 32px;
    height: 24px;
  }
  .header__phone span {
    display: none;
  }
  .header__phone {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    font-size: 14px;
  }
  .header__top-content {
    padding: 10px 0;
  }
  .slider-container--label {
    padding-top: 210%;
  }
  .request__form--connection .request__form-inputs {
    grid-template-columns: repeat(1, 1fr);
  }
  .request__form--connection .input-container--address {
    grid-column: span 1;
  }
  .tariffs__items {
    grid-template-columns: 1fr;
  }
  .story__content {
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
  .story__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 60%;
  }
  .story__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .advantages__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .history__item span::before,
.history__item span::after {
    width: 130px;
  }
  .variants__items {
    grid-template-columns: repeat(1, 1fr);
    margin: -88px 0 70px 0;
  }
  .variants .variants__items .variants__item:last-child {
    grid-column: span 1;
  }
  .variants__item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
  .variants__item span {
    grid-row: span 2;
  }
  .variants__item h5,
.variants__item p {
    grid-column: 2;
  }
  .ready__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .apparatus__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .additionally__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .additionally__item picture {
    margin: 0 0 16px 0;
  }
  .articles__items,
.equipment__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .help__form {
    overflow: hidden;
  }
  .accordion__item {
    padding: 0 0 8px 0;
  }
  .accordion__label span {
    width: 28px;
    height: 28px;
  }
  .stock__item figure h3 {
    width: 100%;
  }
  .news h3 {
    margin: 20px auto 0 auto;
  }
  .other__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .contacts__map {
    padding-top: 100%;
  }
  .about-story__content img {
    height: 260px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 359px) {
  .select--city {
    width: 124px;
  }
  .select--city .select__head {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .select__head-field,
.select__list li {
    font-size: 12px;
  }
  .header__phone {
    font-size: 12px;
  }
  .slider-container--label {
    padding-top: 228%;
  }
  .label__slider-info p {
    width: 100%;
    font-size: 18px;
    line-height: 1.3;
  }
  .about-story__content img {
    height: 210px;
  }
  .mission__img {
    padding-top: 100%;
  }
  h2 {
    font-size: 30px;
  }
}

form .succes{
    font-size: 30px;
    line-height: 1.2;
    min-height:200px;
            color: #fff;
}
@media(max-width:768px){
    form .succes{
    font-size: 30px;
    line-height: 1.2;
    min-height:120px;
}
}

/* modal channels */
.popup--channels .popup__content {
  display: block;
  width: 1226px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 24px 4px rgba(0, 0, 0, 0.05), 0 32px 48px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 24px 4px rgba(0, 0, 0, 0.05), 0 32px 48px -4px rgba(0, 0, 0, 0.2);
  background: #fefefe;
  padding: 56px 28px 16px 28px;
}

.popup--channels .popup__content > h3 {
  font-family: “FuturaPT-Bold”;
  color: #111827;
  margin: 0 0 32px 0;
}

.channels__tabs .tabs__nav {
  column-gap: 36px;
  margin: 0 0 32px 0;
  position: relative;
  z-index: 1;
}
.channels__tabs .tabs__nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e7eb;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.channels__tabs .tabs__nav-btn {
  height: auto;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0 0 16px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  font-family: “FuturaPT-Medium”;
  font-size: 16px;
  line-height: 1.2;
  color: #3f3f46;
  position: relative;
  z-index: 2;
}

.channels__tabs .tabs__nav-btn.tabs__nav-btn--active {
  color: #a1d637;
  border-bottom: 2px solid #a1d637;
}

.channels__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  row-gap: 22px;
}

.channels__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 14px 16px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 5px 10px 30px 0 rgba(0, 0, 0, 0.05);
  background: #fefefe;
}

.channels__item img {
  display: block;
  width: 80px;
  height: 47px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.channels__item p {
  font-family: “FuturaPT-Book”;
  font-size: 18px;
  line-height: 1.2;
  color: #24282b;
}

@media (min-width: 768px) {
  .channels__tabs .tabs__nav-btn:hover,
  .channels__tabs .tabs__nav-btn.tabs__nav-btn--active:hover {
    color: #a1d637;
    background-color: transparent;
  }
  .channels__tabs .tabs__nav-btn:focus,
  .channels__tabs .tabs__nav-btn.tabs__nav-btn--active:focus {
    color: #a1d637;
    background-color: transparent;
  }
}
/** breakpoint  **/
@media (max-width: 1220px) {
  /* modal channels */
  .popup--channels .popup__content {
    display: block;
    width: 98%;
  }
}
@media (max-width: 1119px) {
  /* modal channels */
  .popup--channels .popup__content {
    padding: 40px 20px 16px 20px;
  }
}
@media (max-width: 991px) {
  /* modal channels */
  .channels__items {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 18px;
  }
  .channels__item {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 10px 14px;
  }
  .channels__item img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  /* modal channels */
  .channels__tabs .tabs__nav {
    gap: 24px;
    margin: 0 0 32px 0;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 659px) {
  /* modal channels */
  .channels__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 18px;
  }
}
@media (max-width: 575px) {
  /* modal channels */
  .channels__items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 14px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .channels__item img {
    width: 30px;
    height: 30px;
  }
  .channels__item p {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  /* modal channels */
  .popup--channels .popup__content {
    padding: 40px 10px 16px 10px;
  }
  .channels__item {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 8px 10px;
  }
  .channels__item p {
    font-size: 14px;
  }
  .channels__item img {
    width: 26px;
    height: 26px;
    border-radius: 4px;
  }
}

@media (min-width: 1120px) {
    .titular.titular--television {
        margin-top: 40px;
    }
}




.header .btn:active {
  top: 0;
}
.header__container {
  width: min(1300px, 100% - 30px);
}
.header__top-content {
  padding-top: 24px;
  padding-bottom: 24px;
  flex-wrap: nowrap;
}
.header__logo {
  width: 255px;
  height: 50px;
  margin: 0 35px 0 0;
}
.header__top-info {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0px;
}
.header__phone-top {
  font-family: “FuturaPT-Heavy”;
  font-size: 17px;
  line-height: 28px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  white-space: nowrap;
}
.header__phone-top span {
  width: 28px;
  height: 28px;
}
.header__bottom {
  box-shadow: none;
  background-color: #fff;
}
.header__bottom-content {
  padding-top: 0;
  padding-bottom: 0;
}
.header .entry {
  height: auto;
  padding: 13px 16px;
  font-family: “FuturaPT-Medium”;
  line-height: 20px;
}
.header .popup-link-top {
  color: #a1d637;
  font-size: 14px;
  font-family: “FuturaPT-Heavy”;
  transition: 0.3s;
  line-height: 18px;
}
.header .popup-link-top:hover {
  color: #4b7100;
}
.btn.header__btn--border {
  padding: 14px 17px;
  width: -moz-max-content;
  width: max-content;
  min-height: 40px;
  z-index: 0;
  border-radius: 90px;
  -moz-column-gap: 11px;
       column-gap: 11px;
  height: auto;
}
.header .menu__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.header .menu__nav {
  flex-grow: 1;
  justify-content: space-around;
  -moz-column-gap: 0;
       column-gap: 0;
}
.nav .menu__nav li a {
  font-size: 16px;
}
.orientation {
  display: flex;
  align-items: center;
  gap: 50px;
}
.select--city {
  width: inherit;
}
.nav--hidden {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  height: 0;
  overflow: hidden;
}
.nav--hidden .header__logo {
  width: 210px;
  margin-top: 20px;
}
.nav--hidden .logo:hover img {
  transform: rotateY(0);
}
nav.active .nav--hidden {
  height: auto;
  overflow: visible;
}
.nav__title {
  font-size: 18px;
  display: block;
  font-family: “FuturaPT-Heavy”;
  color: rgba(17, 24, 39, 0.5);
  margin-bottom: 8px;
}
.menu__hidden {
  width: 100%;
}
.menu__hidden .nav__title {
  margin-bottom: 16px;
}
.select__head {
  cursor: pointer;
}
.select__head:hover .select__head-field {
  color: #a1d637;
}
.select .select__list.active {
  top: calc(100% + 15px);
}
.select .select__list li:hover {
  color: #a1d637;
}
.header .btn:hover {
  background-color: #4b7100;
}
.orientation .menu li a {
  white-space: nowrap;
}
.select__head span svg {
  width: 100%;
}
.header__phone:hover {
  color: #a1d637;
}
@media (min-width: 1120px){
  .header .menu.menu--hidden {
    height: 0;
    overflow: hidden;
  }
  .header .menu__nav li {
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #32494c;
    width: 100%;
    text-align: center;
    transition: 0.3s;
  }
  .header .menu__nav li a {
    color: #fff;
    line-height: 20px;
    padding: 15px 0;
  }
  .header .menu__nav li:hover {
    background-color: #a1d637;
  }
  .header .menu__nav li:hover a {
    color: #fff;
  }
  .header .menu__nav li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header .menu__nav .first {
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .header .menu__nav .last {
    border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;
  }
  .nav__title {
    display: none;
  }
}
@media (max-width: 1299px){
  .header__top-content {
    gap: 10px;
  }
  .header__logo {
    margin: 0 15px 0 0;
    flex-shrink: 1;
  }
  .header__top-info {
    gap: 10px;
  }
  .header__phone-top {
    font-size: 17px;
  }
  .header__phone-top span {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 1219px){
  .nav .menu__nav {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .orientation {
    gap: 30px;
  }
}
@media (max-width: 1119px){
  .header__top-content {
    display: flex;
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .header__logo {
    margin: 0;
    width: 180px;
    height: auto;
  }
  .header__top-info {
    margin-left: auto;
  }
  .header__contacts {
    gap: 0;
  }
  .header .popup-link-top {
    display: none;
  }
  .btn.header__btn--border {
    font-size: 15px;
    padding: 9px 24px;
    font-family: “FuturaPT-Medium”;
  }
  .header .menu__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 48px;
    width: 100%;
  }
  .nav .menu__nav li a {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 25px;
    color: #fff;
    background: #32494c;
    border-radius: 90px;
  }
  .nav .menu__nav li a:hover {
    background-color: #a1d637;
  }
  .icon-menu.icon-menu--open {
    width: 36px;
    height: 36px;
    background-image: url("../img/icon-open.svg");
    background-size: cover;
  }
  .nav.active {
    right: auto;
    left: 0;
  }
  .nav {
    left: -105%;
    overflow: auto;
    padding: 0;
  }
  .nav--hidden {
    margin-bottom: 48px;
  }
  .icon-menu.icon-menu--close {
    margin: 0;
    width: 26px;
  }
  .nav .menu__nav > li {
    display: inline-flex;
    align-items: center;
    width: auto;
    border: none;
    margin: 0;
    padding: 0;
    cursor: default;
  }
  .nav .menu {
    margin-bottom: 48px;
    gap: 8px;
  }
  .nav .menu__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 0;
    z-index: 0;
  }
  .nav .menu--hidden > li > a {
    padding: 0 0 10px 0;
    font-size: 14px;
    color: #3f3f46;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
  }
  .nav .menu--hidden > li > a svg path {
    transition: 0.2s;
  }
  .nav .menu--hidden > li > a:hover {
    color: #a1d637;
  }
  .nav .menu--hidden > li > a:hover svg path {
    fill: #a1d637;
  }
  .nav .menu--hidden > li {
    border-bottom: 1px solid #d6d6d6;
    cursor: default;
    display: block;
  }
  .nav .menu--hidden > li:last-child {
    border-bottom: 1px solid #d6d6d6;
  }
  .navigation__hidden {
    display: block;
    padding-bottom: 48px;
    margin-top: 0;
  }
  .navigation__hidden .header__phone {
    font-family: “FuturaPT-Heavy”;
    margin: 16px 0;
    -moz-column-gap: 8px;
         column-gap: 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .navigation__hidden .header__phone span {
    width: 26px;
    height: 26px;
  }
  .navigation__hidden .select__list {
    width: 100%;
  }
  .select__head-field, .select__list li {
    font-size: 15px;
  }
  .nav__inner {
    max-width: 320px;
    padding: 16px 16px 32px;
    background-color: #fff;
    height: 100%;
    min-height: 100vh;
    overflow: auto;
  }
  header.header .nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.2s;
    height: auto;
    bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 1119px) and (max-width: 479px){
  .navigation__hidden .header__phone {
    grid-template-columns: auto 1fr;
  }
  .navigation__hidden .header__phone span {
    display: flex;
  }
}
@media (max-width: 767px){
  .header__contacts {
    display: none;
  }
  .header__phone-top {
    display: flex;
    font-size: 0;
    -moz-column-gap: 0;
         column-gap: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #a1d637;
    justify-content: center;
  }
  .header__phone-top span {
    width: 20px;
    height: 20px;
  }
  .header .entry {
    font-size: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    gap: 0;
  }
  .header .entry span {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 479px){
  .header__phone-top span {
    display: block;
  }
  .orientation {
    width: 0;
  }
}
@media (max-width: 389px){
  .header__logo {
    width: 150px;
  }
}
@media (max-width: 359px){
  .select--city .select__head {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}

/* -------------------------------------- */


.checkbox {
    display: none;
}
.checkbox+label{
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #4b7100;
	border-radius: 4px;
    text-align: center;   
    position: relative;
	cursor: pointer;
}
.checkbox+label:before{
	content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: #a1d637;
    -webkit-clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s;
    transition: transform .15s;
}
.checkbox:checked+label:before{    
    -webkit-transform: scale(1);
    transform: scale(1);
}

.row_obor {
	position: relative;
	cursor: pointer;
}
.row_obor .obor_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ececec;
	opacity: 0.5;
}
.row_obor .checkbox+label {
	position: absolute;
    right: 0;
    z-index: 10;
    top: 9px;
}
.row_obor .checkbox:checked+label+.obor_overlay {
	z-index: -1;
}

.packet__btn span {
	margin-left: 4px;
	margin-right: 4px;
}



/* -------------------------------------- */


/*! CSS Used from: https://point.online/bitrix/cache/css/s1/shablon2020/template_3e95ad6f3ec9f90e67f186a76a0f4acd/template_3e95ad6f3ec9f90e67f186a76a0f4acd_v1.css?1702406695116757 */

.flex_row {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
}

.flex_row {
	-webkit-box-orient: horizontal;
	-webkit-box-orient: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.jcsb {
	-webkit-box-pack: justify;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	-moz-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.posr {
	position: relative;
}

.flex_item3 {
	width: 33.333333%;
}

.circles {
	display: block;
	width: 170px;
	height: 170px;
	position: absolute;
	opacity: 1;
	transition: opacity 300ms ease;
	background: radial-gradient(circle at center, transparent 0%, transparent 15%, #E6F3D5 15%, #E6F3D5 23%, transparent 23%, transparent 30%, #E6F3D5 30%, #E6F3D5 38%, transparent 38%, transparent 45%, #E6F3D5 45%, #E6F3D5 53%, transparent 53%, transparent 60%, #E6F3D5 60%, #E6F3D5 68%, transparent 68%, transparent 100%);
}

.secTarifs_boxServiceItem {
	padding: 0 40px 23px 17px;
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	overflow: hidden;
	width: 31%;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.03), 0px 20px 38px rgba(0, 0, 0, 0.03), 0px 5px 30px rgba(0, 0, 0, 0.03);
}

.secTarifs_boxServiceItem .circles {
	left: -7%;
	bottom: -15%;
}

.secTarifs_boxPaymentItem {
	padding: 2rem 15px;
	width: 32%;
}

.secTarifs_boxPaymentIcon {
	width: 70%;
	padding-bottom: 4vw;
	margin: 0 auto 1vw;
}

.secTarifs_boxPaymentIcon_mir {
	background: url(/img/mir.png) no-repeat center / contain;
}
.secTarifs_boxPaymentIcon_visa {
    background: url(/img/visa.png) no-repeat center / contain;
}
.secTarifs_boxPaymentIcon_mastercard {
    background: url(/img/mastercard.png) no-repeat center / contain;
}
.secTarifs_boxServiceRow > p {
	margin: 8px 5px 0 0;
	font-size: 18px;
	min-width: max-content;
}
.secTarifs_boxServiceRow > p strong {
	font-weight: 600;
}

@media all and (max-width: 1300px) {
	.secTarifs_boxServiceRow > p {
		text-align: right;
		margin-top: 0;
		margin-right: 10px;
	}
}

@media all and (max-width: 1199px) {
	.secTarifs_boxServiceItem {
		padding: 0 2% 15px;
	}

	.secTarifs_boxPaymentIcon {
		margin-bottom: 15px;
	}

	.secTarifs_boxPaymentItem {
		padding: 1.5rem 10px;
	}

	.secTarifs_boxPaymentItem .secTarifs_boxServiceRow {
		flex-wrap: wrap;
		justify-content: center;
	}

	.secTarifs_boxServiceRow > p {
		margin-bottom: 10px;
	}
}

@media all and (max-width: 991px) {
	.flex_row {
		flex-wrap: wrap;
	}
	.secTarifs_boxServiceButtons .btn {
		margin: auto;
	}
	.secTarifs_boxServiceRow {
		flex-wrap: wrap;
	}

	.secTarifs_boxServiceRow {
		justify-content: center;
	}

	.secTarifs_boxServiceButtons {
		order: 1;
	}

	.secTarifs_boxServiceItem {
		padding-bottom: 5px;
	}

	.secTarifs_boxPaymentItem {
		padding-bottom: 1.5rem;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media all and (max-width: 767px) {

	.secTarifs_boxServiceButtons {
		width: 100%;
		position: relative;
	}

	.secTarifs_boxServiceItem {
		padding-bottom: 15px;
		width: 100%;
		margin-bottom: 15px;
	}

	.secTarifs_boxPaymentIcon {
		padding-bottom: 6vw;
	}
}

@media all and (max-width: 575px) {
	.container_outer p {
		font-size: 16px;
	}
}
.props_box .circles {
	opacity: .2;
	width: 250px;
	height: 250px;
	right: -8%;
	top: -69%;
	background: radial-gradient(circle at center, transparent 0%, transparent 20%, #E6F3D5 20%, #E6F3D5 27%, transparent 27%, transparent 34%, #E6F3D5 34%, #E6F3D5 41%, transparent 41%, transparent 48%, #E6F3D5 48%, #E6F3D5 55%, transparent 55%, transparent 62%, #E6F3D5 62%, #E6F3D5 69%, transparent 69%, transparent 100%);
}

.props_box {
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.03), 0px 20px 38px rgba(0, 0, 0, 0.03), 0px 5px 30px rgba(0, 0, 0, 0.03);
	margin: 3vw auto;
	max-width: 500px;
	width: 100%;
	position: relative;
	padding: 2rem 5% 3rem;
}

.props_box .circles:first-of-type {
	left: -26%;
	bottom: 9%;
	opacity: 1;
	top: auto;
}

.props_box .circles:nth-of-type(2) {
	right: -25%;
	opacity: 1;
	top: -25%;
}

@media all and (max-width: 575px) {
	.container_outer p {
		font-size: 16px;
	}
}
.text-center {
	text-align: center;
}

.cps {
	text-transform: uppercase;
    text-decoration: underline;
}
@media all and (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
}
.seeall_btn_wrap {
	width: 100%;
	display: flex;
	margin-top: 30px;	
}
.seeall_btn_wrap .btn {
	margin: auto;
    max-width: max-content;
    padding: 0 30px;
}
.sectionTarify_boxItem {
	font-family: 'FuturaPT', sans-serif;
}
.mt-0 {
	margin-top: 0!important;
}

.pb-60 {
	padding-bottom: 60px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mt-40 {
	margin-top: 40px;
}
.locations_list {
	margin-top: 30px;
}
.locations_list a {
    padding: 0 11px 0 0;
    font-size: 16px;
    line-height: 1.2;
	font-weight: 600;
    color: #a1d637;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.locations_list li {
	margin-bottom: 8px;
}
.sign {
 position: relative;   
}
.sign img {
position: absolute;
    width: 280px;
    top: -108px;
    left: 112px;
}
.popup__content,
.help__content,
.request__content {
	position: relative;
}
.popup_loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 15;
	border-radius: 20px;
}
.popup_loader:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	border-radius: 20px;
}
.popup_loader_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.popup_loader_content_row {
	width: 100%;
	text-align: center;
    color: #fff;
    font-size: 2rem;	
}
.dots-scale {
	margin: auto;
    width: 80px;
}
.dots-scale img {
	max-width: 100%;
}