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

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

body {
  font-family: 'Inter Tight', sans-serif;
  background: #ffff;
  color: #2A343E;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; }

a {
  text-decoration: none;
  box-sizing: border-box;
  transition: 0.5s !important; }
  a:hover {
    color: #2A343E; }

.black {
  color: #2A343E; }

.green {
  color: #049c5f; }

.container {
  padding: 0 15px;
  max-width: 1346px;
  margin: 0 auto; }
  @media (max-width: 1199px) {
    .container {
      max-width: 960px; } }
  @media (max-width: 991px) {
    .container {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 540px; } }

.d-flex, .q {
  display: flex; }

.body-wrap {
  overflow: visible;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }

h1 {
  font-size: 48px;
  color: #2A343E;
  font-weight: 600;
  line-height: 105%;
  margin: 0; }

h2 {
  margin: 0;
  font-size: 40px;
  color: #2A343E;
  letter-spacing: -0.019rem;
  font-weight: 600;
  line-height: 105%; }

.sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 48px;
  padding: 0px 16px 0px 12px;
  border-radius: 12px;
  background: #e8edf4;
  color: #0b1827;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px; }
  .sub img {
    margin-right: 15px; }

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

p {
  margin: 0; }

.svg, rect, line, circle {
  transition: 0.5s ease; }

a {
  transition: color 0.5s ease;
  box-sizing: border-box; }

li a {
  transition: color 0.5s ease; }

button {
  cursor: pointer;
  box-sizing: border-box; }

textarea {
  transition: border 0.5s;
  box-sizing: border-box; }
  textarea:focus {
    transition: border 0.5s;
    outline: none;
    border: 1px solid #2A343E; }

input {
  transition: 0.5s;
  box-sizing: border-box;
  border: 1px solid #fff; }
  input:disabled {
    pointer-events: none;
    opacity: 0.5; }
  input:focus {
    border: 1px solid #2A343E;
    transition: 0.5s; }
  input:focus-visible {
    outline: initial; }

path {
  transition: fill 0.5s, stroke 0.5s; }

div {
  box-sizing: border-box; }

.icon {
  transition: fill 0.5s, stroke 0.5s; }

html * {
  scrollbar-width: thin;
  scrollbar-color: blue #2A343E; }

.popup__bg, .info__scroll, .dictionary__links, .chat-body {
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; }

*::-webkit-scrollbar,
html *::-webkit-scrollbar {
  height: 7px;
  width: 7px; }

*::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track {
  background: #E7E7E7;
  border-radius: 3px; }

*::-webkit-scrollbar-thumb,
html *::-webkit-scrollbar-thumb {
  background-color: #2A343E;
  border-radius: 6px; }

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  box-sizing: border-box;
  width: max-content;
  padding: 0 15px;
  height: 52px;
  border-radius: 20px;
  background: #049c5f;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF; }
  .button:hover {
    color: white;
    background: #1d6940; }
    .button:hover div:after {
      -webkit-animation: toLeftFromRight 0.4s forwards;
      -moz-animation: toLeftFromRight 0.4s forwards;
      animation: toLeftFromRight 0.4s forwards; }
  .button.btn {
    justify-content: space-between;
    padding: 0 4px 0 16px; }
  .button_2 {
    background: #2A343E; }
    .button_2:hover {
      background: #5f666e; }
  .button div {
    position: relative;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px; }
    .button div:after {
      position: relative;
      speak: none;
      content: '';
      width: 16px;
      height: 14px;
      display: block;
      top: 0.5px;
      -webkit-font-smoothing: antialiased;
      background: url(../img/btn.svg) no-repeat center center; }

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translate(-100%); }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%); }
  51% {
    opacity: 1; } }

@-moz-keyframes toLeftFromRight {
  49% {
    -moz-transform: translate(-100%); }
  50% {
    opacity: 0;
    -moz-transform: translate(100%); }
  51% {
    opacity: 1; } }

@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%); }
  50% {
    opacity: 0;
    transform: translate(100%); }
  51% {
    opacity: 1; } }

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight-Regular.woff") format("woff"), url("../fonts/InterTight-Regular.ttf") format("truetype"), url("../fonts/InterTight-Regular.svg#InterTight-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Bold.eot");
  src: url("../fonts/InterTight-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Bold.woff2") format("woff2"), url("../fonts/InterTight-Bold.woff") format("woff"), url("../fonts/InterTight-Bold.ttf") format("truetype"), url("../fonts/InterTight-Bold.svg#InterTight-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'AA Stetica';
  src: url("../fonts/AAStetica-Bold.eot");
  src: url("../fonts/AAStetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AAStetica-Bold.woff2") format("woff2"), url("../fonts/AAStetica-Bold.woff") format("woff"), url("../fonts/AAStetica-Bold.ttf") format("truetype"), url("../fonts/AAStetica-Bold.svg#AAStetica-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

input::-webkit-input-placeholder {
  color: #6C7176 !important; }

input::-moz-placeholder {
  color: #6C7176 !important; }

input:-ms-input-placeholder {
  color: #6C7176 !important; }

input:-moz-placeholder {
  color: #6C7176 !important; }

.menu-btn, .menu {
  display: none; }

.box-modal__close {
  z-index: 10;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  fill: white;
  z-index: 20;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px; }
  .box-modal__close img {
    width: 100%;
    height: 100%; }
  .box-modal__close:hover {
    transition: 0.5s;
    transform: rotate(90deg); }

.box-modal {
  position: relative;
  width: 100%;
  height: 100%; }

.arcticmodal-container {
  background: white; }

.arcticmodal-container_i {
  width: 100%;
  height: 100%; }

.arcticmodal-container_i2 {
  padding: 0; }

.popup-call__box {
  position: absolute;
  top: 7rem;
  left: 50%;
  height: auto;
  margin-left: -340px;
  overflow: hidden;
  height: max-content;
  transition: 0.5s all;
  height: auto;
  width: 680px;
  padding: 100px 24px 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: white; }
  .popup-call__box h2 {
    font-size: 48px;
    margin-bottom: 32px; }
  .popup-call__box button {
    margin-top: 25px;
    width: 179px;
    font-size: 16px; }
  .popup-call__box .checkbox {
    margin-top: 25px; }

.menu-btn, .menu {
  display: none; }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  display: none; }

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-checkbox + label {
  display: flex;
  align-items: center;
  user-select: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #494949;
  cursor: pointer; }
  .custom-checkbox + label:hover:before {
    border: 1px solid #2A343E; }

.custom-checkbox + label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  display: flex;
  flex-grow: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px;
  background: #FFFFFF;
  flex: 1 0 auto;
  transition: 0.2s;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background-color: #ffffff;
  max-width: 20px;
  margin-right: 11px; }

.custom-checkbox:checked + label::before {
  background: url(../img/check2.png) no-repeat center center;
  background-size: 8px; }

.swiper-pagination {
  display: flex;
  justify-content: center;
  bottom: 19px;
  position: absolute;
  z-index: 2; }

.swiper-pagination-bullet {
  width: 52px;
  height: 2px;
  background-color: #ffffff;
  opacity: 0.2; }

.swiper-pagination-bullet-active {
  background-color: #2A343E !important;
  opacity: 1; }

.tabs__pane {
  display: none; }

.tabs__pane_show {
  display: block; }

.tabs__btn_active {
  color: #20252d !important;
  position: relative; }

.swiper-button-next, .swiper-button-prev {
  z-index: 9; }

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none; }

.bread {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
  flex-wrap: wrap; }
  .bread p {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #2A343E; }
  .bread a {
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #6C7176; }
    .bread a:after {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #049c5f;
      margin: 0 12px;
      position: relative;
      top: -2px; }
    .bread a:hover {
      color: #049c5f; }

.mob, .menu-btn5, .menu5 {
  display: none; }

/* SELECT */
.selectCF {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: max-content;
  height: auto;
  background: transparent; }

.selectCF li {
  list-style: none;
  cursor: pointer;
  perspective: 900px;
  -webkit-perspective: 900px;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  box-sizing: border-box; }

.selectCF > li {
  position: relative;
  border: none; }

.selectCF span {
  display: flex;
  height: auto;
  line-height: 100%;
  color: #888888;
  z-index: 1;
  align-items: center; }

.selectCF .arrowCF {
  transition: .3s;
  -webkit-transition: .3s;
  width: 7px;
  height: 5px;
  text-align: center;
  vertical-align: top;
  background: url(../img/down-arrow.png) no-repeat !important;
  position: absolute;
  right: -16px;
  top: 8px; }

.selectCF .titleCF {
  font-size: 16px;
  font-weight: 400;
  text-overflow: ellipsis;
  color: #000000 !important;
  white-space: nowrap;
  width: max-content !important;
  height: max-content !important;
  box-sizing: border-box;
  background: transparent !important; }

.selectCF .searchCF {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: -1; }

@keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-moz-keyframes searchActive {
  from {
    transform: rotateY(180deg); }
  to {
    transform: rotateY(0deg); } }

@-webkit-keyframes searchActive {
  from {
    -webkit-transform: rotateY(180deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.searchActive .searchCF {
  z-index: 1;
  animation: searchActive 0.3s alternate 1;
  -moz-animation: searchActive 0.3s alternate 1;
  -webkit-animation: searchActive 0.3s alternate 1; }

.searchActive .titleCF {
  opacity: 0; }

.selectCF .searchCF input {
  border: none !important;
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background: transparent; }

.selectCF .searchCF input:active, .selectCF .searchCF input:focus {
  box-shadow: none !important;
  border: none !important;
  outline: none !important; }

.selectCF li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 1px;
  width: 100%;
  background: grey;
  max-height: 255px;
  overflow-y: auto;
  transition: .2s;
  -webkit-transition: .2s;
  z-index: 2;
  box-sizing: border-box;
  padding-bottom: 10px;
  border-top: none; }

.selectCF li ul li {
  padding: 9px 0 9px 10px;
  transition: .2s;
  -webkit-transition: .2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: none;
  box-sizing: border-box;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FAFAFF; }
  .selectCF li ul li:last-child {
    border-radius: 0px 0px 5px 5px;
    padding-bottom: 10px; }
  .selectCF li ul li:hover {
    color: #2A343E; }

.onCF .arrowCF {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

@-moz-keyframes effect1 {
  from {
    transform: translateY(15px);
    opacity: 0; }
  to {
    transform: translateY(0px);
    opacity: s1; } }

@-webkit-keyframes effect1 {
  from {
    -webkit-transform: translateY(15px);
    opacity: 0; }
  to {
    -webkit-transform: translateY(0px);
    opacity: 1; } }

.onCF li ul {
  display: block;
  position: absolute;
  -moz-animation: effect1 0.3s alternate 1;
  -webkit-animation: effect1 0.3s alternate 1;
  left: -6.55px;
  top: 22px;
  border-radius: 0 0 4px 4px;
  width: 100%;
  min-width: max-content;
  padding-right: 10px; }

ul.info li, #event-change {
  color: #FFF; }

ul.info {
  padding: 0;
  display: none; }

ul.info li {
  display: inline-block;
  border-radius: 5px;
  padding: 0 5px; }

.accordeon, .accordeon2 {
  padding: 5px 0 30px;
  border-bottom: 1px solid #ececec;
  margin-bottom: 26px;
  width: 100%; }

.accordeon__item {
  width: 100%;
  list-style-type: none; }

.accordeon__item:first-child .accordeon__button {
  margin-top: 0; }

.accordeon__button, .accordeon__button2 {
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
  font-size: 17px;
  font-weight: 700;
  color: #282828;
  display: flex;
  justify-content: space-between; }

.accordeon__button:hover, .accordeon__button2:hover {
  color: #2A343E; }

.accordeon__button:after, .accordeon__button2:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  top: 8px;
  bottom: inherit;
  transition: all 0.5s ease; }

.accordeon__button.active:after, .accordeon__button2.active:after {
  content: "";
  position: absolute;
  right: 0px;
  background: url(img/down-arrow.png) no-repeat !important;
  width: 7px;
  left: inherit;
  height: 5px;
  bottom: 30%;
  transition: all 0.5s ease;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg); }

.accordeon__panel, .accordeon__panel2 {
  max-height: 0;
  overflow: hidden;
  margin-left: 0;
  transition: all 0.5s ease; }

.panel__text, .panel__text2 {
  list-style-type: none;
  padding-top: 0px;
  max-width: 688px;
  margin-top: 30px; }

.panel__info {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 20px; }
  .panel__info:last-child {
    margin-bottom: 0; }

.pag {
  display: none;
  width: max-content;
  justify-content: center;
  margin: 25px auto 0;
  position: relative;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important; }
  .pag .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #e6e6e6;
    opacity: 1;
    margin-right: 10px !important; }
    .pag .swiper-pagination-bullet:last-child {
      margin-right: 0 !important; }

.nav {
  position: fixed;
  width: 100%;
  top: 0;
  background: white;
  left: 0;
  z-index: 20; }
  .nav.shadow .nav__wrap {
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
    background: white;
    position: relative;
    z-index: 1; }
  .nav.shadow:after {
    content: "";
    display: block;
    width: 100%;
    height: 500%;
    position: absolute;
    bottom: -493%;
    z-index: 0;
    left: 0;
    background: rgba(42, 52, 62, 0.8); }
  .nav.scroll {
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.1);
    background: white; }
  .nav__wrap {
    padding: 15px 0; }
  .nav__btn {
    height: 48px; }
    .nav__btn:after {
      display: none; }
  .nav__center .menuu {
    display: flex;
    flex-wrap: wrap; }
    .nav__center .menuu li {
      margin-right: 24px; }
      .nav__center .menuu li:last-child {
        margin-right: 0; }
      .nav__center .menuu li a {
        font-weight: 400;
        font-size: 16px;
        display: flex;
        align-items: center;
        line-height: 130%;
        color: #2A343E; }
        .nav__center .menuu li a .svg {
          margin-left: 12px; }
        .nav__center .menuu li a:hover {
          color: #049c5f; }
          .nav__center .menuu li a:hover .svg {
            transform: rotate(180deg); }
            .nav__center .menuu li a:hover .svg path {
              stroke: #049c5f; }
      .nav__center .menuu li.active a {
        color: #049c5f;
        font-weight: 600; }
        .nav__center .menuu li.active a .svg {
          transform: rotate(180deg); }
          .nav__center .menuu li.active a .svg path {
            stroke: #049c5f; }
  .nav__top {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px; }
  .nav__info {
    display: flex;
    align-items: center; }
    .nav__info p {
      color: #6c7176;
      font-size: 13px;
      line-height: 139%;
      font-weight: 400; }
      .nav__info p span {
        display: block;
        color: #2A343E; }
  .nav__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative; }
    .nav__logo img {
      object-fit: contain;
      width: 100%;
      height: auto; }
    .nav__logo:after {
      content: "";
      display: block;
      position: absolute;
      right: -16px;
      top: -2px;
      height: 48px;
      width: 1px;
      background: #e0e6ee; }
  .nav__content {
    display: flex;
    align-items: center; }
  .nav__block {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #DEE8E4;
    border-radius: 20px;
    padding: 0 16px;
    margin-right: 8px; }
    .nav__block a:first-child {
      font-weight: 600;
      font-size: 14px;
      line-height: 130%;
      color: #2A343E;
      display: flex;
      align-items: center; }
      .nav__block a:first-child:after {
        display: inline-flex;
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #049c5f;
        margin: 0 14px; }
    .nav__block a:nth-child(2) {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #2A343E; }
    .nav__block a:hover {
      color: #049c5f; }
  .nav__socials {
    margin-right: 8px;
    position: relative;
    top: 0px;
    display: flex;
    align-items: center; }
    .nav__socials a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border: 1px solid #f6f6f6;
      border-radius: 20px;
      background: #f6f6f6; }
      .nav__socials a:first-child {
        margin-right: 8px; }
      .nav__socials a:hover {
        border: 1px solid #DEE8E4;
        background: white; }
  .nav__btns {
    display: flex; }
    .nav__btns a:first-child {
      margin-right: 8px; }
  .nav__calc {
    background: #e8edf4;
    color: #0b1827;
    border: 1px solid transparent; }
  .nav__area {
    display: flex;
    align-items: center; }

.header__box {
  display: flex;
  margin-top: 146px;
  justify-content: space-between; }

.header__content {
  width: 100%;
  max-width: 74.5%;
  position: relative;
  overflow: hidden;
  padding: 24px 27px 20px 24px;
  background: #F6F6F6;
  border-radius: 20px; }
  .header__content h1 {
    position: relative;
    z-index: 2;
    letter-spacing: -0.019rem;
    margin-bottom: 20px; }
  .header__content ul {
    position: relative;
    z-index: 2;
    margin-bottom: 58px; }
    .header__content ul li {
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 18px;
      line-height: 130%;
      color: #2A343E;
      margin-bottom: 13px; }
      .header__content ul li img {
        margin-right: 14px; }
      .header__content ul li:last-child {
        margin-bottom: 0; }

.header__row {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 692px; }
  .header__row a {
    display: flex;
    flex-direction: column;
    width: 32.55%;
    margin-bottom: 8px;
    height: 107px;
    padding: 10px 12px 18px;
    border-radius: 20px;
    background: white;
    position: relative;
    align-items: flex-start; }
    .header__row a p {
      transition: 0.5s;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #2A343E; }
    .header__row a img {
      top: 23px;
      right: 6px;
      position: absolute; }
    .header__row a div {
      margin-top: auto;
      margin-left: 6px; }
      .header__row a div:after {
        margin-left: 0px;
        position: relative;
        top: 0px;
        speak: none;
        content: '';
        width: 5px;
        height: 8px;
        display: block;
        transition: 0.4s;
        -webkit-font-smoothing: antialiased;
        background: url(../img/rr.svg) no-repeat center center; }
    .header__row a:hover p {
      color: #049c5f; }
    .header__row a:hover div:after {
      -webkit-animation: toLeftFromRight 0.4s forwards;
      -moz-animation: toLeftFromRight 0.4s forwards;
      animation: toLeftFromRight 0.4s forwards;
      background: url(../img/rr.svg) no-repeat center center; }
    .header__row a:nth-child(2) img, .header__row a:nth-child(3) img, .header__row a:nth-child(4) img {
      right: 13px; }
    .header__row a:nth-child(5) img {
      right: 31px; }
    .header__row a:nth-child(6) img {
      right: 18px; }

.header__area {
  width: 100%;
  max-width: 229px;
  padding: 12px;
  border-radius: 20px;
  background: white; }
  .header__area p {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 13.8px;
    line-height: 130%;
    color: #2A343E; }
  .header__area div a {
    display: flex;
    margin-bottom: 4px;
    align-items: center;
    padding-right: 5px; }
    .header__area div a span {
      margin-left: 8px;
      transition: 0.5s;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #2A343E; }
    .header__area div a small {
      margin-left: auto;
      display: block; }
      .header__area div a small:after {
        margin-left: 0px;
        position: relative;
        top: 0px;
        speak: none;
        content: '';
        width: 5px;
        height: 8px;
        display: block;
        transition: 0.4s;
        -webkit-font-smoothing: antialiased;
        background: url(../img/rr.svg) no-repeat center center; }
    .header__area div a:hover span {
      color: #049c5f; }
    .header__area div a:hover small:after {
      -webkit-animation: toLeftFromRight 0.4s forwards;
      -moz-animation: toLeftFromRight 0.4s forwards;
      animation: toLeftFromRight 0.4s forwards;
      background: url(../img/rr.svg) no-repeat center center; }
    .header__area div a:last-child {
      margin-bottom: 0; }

.header__flex {
  align-items: flex-start;
  justify-content: space-between; }

.header__info {
  width: 100%;
  background: #F6F6F6;
  border-radius: 20px;
  max-width: 24.63%;
  padding: 24px 24px 20px; }
  .header__info img {
    margin-top: -48px;
    margin-bottom: 3px;
    margin-left: -5px; }

.header__fig {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0; }

.header__sub {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 32px;
  border-radius: 20px;
  background: #2A343E;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  margin-bottom: 12px; }
  .header__sub img {
    margin-right: 8px; }

.header__title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #2A343E; }

.header__text {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #2A343E; }

.order__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  border-radius: 20px; }

.order__bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
  width: 100%;
  height: 100%; }

.order__area {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding: 24px; }

.order__pic {
  position: absolute;
  z-index: 1;
  top: initial;
  right: 0px;
  bottom: 0; }

.order__box {
  height: auto;
  width: 416px;
  padding: 24px;
  border-radius: 20px;
  background: white;
  overflow: hidden; }
  .order__box h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 12px; }

.order__sub {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%; }

.order__form {
  width: 100%; }
  .order__form input {
    width: 100%;
    margin-bottom: 9px;
    height: 52px;
    padding-left: 16px;
    margin-bottom: 8px;
    border: 1px solid #cedfd8;
    border-radius: 20px;
    background: transparent !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; }
    .order__form input:focus {
      border: 1px solid #049c5f; }
  .order__form button {
    border: none; }

.order__btn {
  width: 100%;
  padding: 0 5px; }
  .order__btn:after {
    left: 0; }

.order .checkbox {
  margin-top: 24px; }

.order__per {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f6f6f6;
  padding: 12px; }
  .order__per p {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #2A343E; }

.order__flex {
  flex-wrap: wrap; }
  .order__flex a {
    display: flex;
    align-items: center;
    margin-right: 4px;
    margin-bottom: 4px;
    height: 40px;
    padding: 4px 16px 4px 8px;
    justify-content: center;
    border-radius: 20px;
    background: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #2A343E; }
    .order__flex a:hover {
      color: #049c5f; }
    .order__flex a img {
      margin-right: 12px; }

.checkbox {
  margin-top: 44px; }
  .checkbox .custom-checkbox + label {
    align-items: flex-start; }
    .checkbox .custom-checkbox + label span {
      font-weight: 400;
      font-size: 12px;
      line-height: 130%;
      color: #2A343E;
      opacity: 0.99; }
      .checkbox .custom-checkbox + label span a {
        color: #2A343E;
        padding-bottom: 3px;
        border-bottom: 1px solid rgba(42, 52, 62, 0.25); }
        .checkbox .custom-checkbox + label span a:hover {
          color: #049c5f;
          border-bottom: 1px solid #049c5f; }
  .checkbox .custom-checkbox + label::before {
    width: 16px;
    height: 16px;
    max-width: 16px;
    margin-right: 13px;
    box-sizing: border-box;
    border: 1px solid #049c5f;
    border-radius: 4px; }
  .checkbox .custom-checkbox:checked + label::before {
    background: url(../img/vector.svg) no-repeat center center;
    background-color: #049c5f; }

label.error {
  display: none !important; }

input.error {
  border: 1px solid #e81a0c !important; }

input.error::-webkit-input-placeholder {
  color: #e81a0c !important; }

input.error::-moz-placeholder {
  color: #e81a0c !important; }

input.error:-ms-input-placeholder {
  color: #e81a0c !important; }

input.error:-moz-placeholder {
  color: #e81a0c !important; }

.submenu-active {
  display: block !important; }

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%; }
  .menu__item {
    width: max-content !important; }
    .menu__item ul {
      display: block !important;
      position: relative !important;
      top: 0 !important;
      left: 0 !important;
      width: max-content !important; }
      .menu__item ul li {
        margin-bottom: 12px;
        margin-right: 0 !important; }
        .menu__item ul li a {
          font-size: 14px !important; }
          .menu__item ul li a:hover {
            color: #2A343E !important; }
    .menu__item p {
      margin-bottom: 16px;
      color: #0b1827;
      font-size: 14px;
      font-weight: 700;
      line-height: 130%; }
  .menu__center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 40%; }
    .menu__center .menu__item {
      width: 39% !important;
      margin-bottom: 32px; }

.menu li {
  position: relative; }
  .menu li:hover a {
    color: #2A343E; }

.menu ul,
.menu__wrap {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  width: 100%;
  background: white;
  z-index: 10; }

.menu__wrap {
  display: none;
  width: 1316px;
  justify-content: space-between;
  border-top: 1px solid #e0e6ee;
  padding: 20px 100px 20px 0px;
  top: 38px;
  left: 0px !important;
  z-index: 2; }
  .menu__wrap ul li:after {
    display: none !important; }

.menu li:hover > ul,
.menu li:hover > .menu__wrap {
  display: flex;
  flex-wrap: nowrap;
  position: absolute; }
  .menu li:hover > ul li:after,
  .menu li:hover > .menu__wrap li:after {
    content: "";
    display: block;
    width: 152%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: -18px;
    background: transparent; }
  .menu li:hover > ul a,
  .menu li:hover > .menu__wrap a {
    color: #0b1827 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; }
    .menu li:hover > ul a:hover,
    .menu li:hover > .menu__wrap a:hover {
      color: #2A343E !important; }

.menu li:hover > ul > li:hover > a {
  color: #2A343E !important; }

.menu__wrap.submenu-active {
  top: -100% !important; }

.menu li:hover > ul li:hover a {
  color: #2A343E; }

.menu li:hover > ul > li:hover a {
  color: #2A343E; }
  .menu li:hover > ul > li:hover a li a {
    color: #0b1827 !important; }

.menu li:nth-child(2):hover > ul {
  left: -287px; }

.menu li:nth-child(3):hover > ul {
  left: -402px; }

.menu li:nth-child(4):hover > ul {
  left: -510px; }

.menu li:nth-child(5):hover > ul {
  left: -700px; }

.menu > li.hidden,
.menu ul.hidden,
.menu ul > li.hidden,
.menu__wrap.hidden {
  display: none; }

.menu-btn5 {
  display: none;
  width: 44px;
  height: 44px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 20;
  background: url(../img/bur1.svg) no-repeat center center; }
  .menu-btn5.active {
    background: url(../img/bur2.svg) no-repeat center center; }

.mobile {
  display: none !important; }

.nav__phone, .mob__block {
  display: none; }

@media (max-width: 1199px) {
  .menu ul,
  .menu__wrap {
    position: static;
    width: 100%;
    display: none;
    left: 0; }
  .submenu-active {
    display: block;
    position: absolute !important;
    top: 0 !important; }
  .menu-btn5, .nav__phone {
    display: flex; }
  .menu,
  .nav__btns {
    display: none !important;
    position: absolute;
    top: 135px;
    left: 0;
    width: 100%;
    background: white;
    flex-direction: column;
    text-align: center;
    padding: 20px 0; }
  .menu.active,
  .nav__btns.active {
    display: flex !important; }
  .mob__list {
    display: block !important;
    z-index: 20;
    width: 100%;
    background: white;
    padding-left: 5px;
    margin-bottom: 20px; }
    .mob__list li {
      margin-bottom: 13px; }
      .mob__list li a {
        color: #0b1827 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 130% !important; }
  .more {
    display: none; }
  .menu.active {
    z-index: 20;
    top: 125px;
    text-align: left;
    padding-left: 39px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e6ee; }
    .menu.active > li {
      margin-right: 0;
      margin-bottom: 13px; }
      .menu.active > li:after {
        background: url(../img/ser-arr2.svg) no-repeat center center;
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -9px;
        z-index: 500000;
        right: 81px;
        bottom: initial;
        left: initial;
        width: 22px;
        height: 18px; }
  .mob__block.active {
    display: block;
    position: absolute;
    left: 33px;
    top: 326px;
    background: white;
    width: 100%;
    z-index: 10;
    padding-top: 10px; }
  .mob__area {
    width: 336px;
    height: auto;
    padding: 12px;
    margin: 8px 0px;
    border-radius: 12px;
    background: #e8edf4; } }

.mob__area a {
  display: block; }
  .mob__area a:first-child {
    margin-bottom: 4px;
    color: #0b1827;
    font-size: 18px;
    font-weight: 700;
    line-height: 130%; }
  .mob__area a:nth-child(2) {
    color: #0b1827;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; }

.mob__area .footer__socials a {
  display: flex;
  background: white; }
  .mob__area .footer__socials a:hover {
    background: #2A343E; }

.mob__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px; }

.mob__content p {
  color: #0b1827;
  font-size: 14px;
  font-weight: 400;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
  line-height: 130%; }
  .mob__content p img {
    margin-right: 8px; }

.calc {
  padding: 100px 0; }
  .calc h2 {
    text-align: center;
    margin-bottom: 48px; }
  .calc__box {
    display: flex;
    justify-content: space-between; }
  .calc__content {
    width: 100%;
    max-width: 49.8%;
    user-select: none;
    overflow: hidden;
    padding: 24px;
    border-radius: 20px 0 0 20px;
    background: #f6f6f6; }
  .calc__info {
    width: 100%;
    max-width: 49.8%;
    overflow: hidden;
    padding: 24px;
    border-radius: 0px 20px 20px 0px;
    background: #f6f6f6; }
  .calc .new__block {
    position: relative; }
  .calc__row {
    justify-content: space-between;
    width: 100%;
    margin-top: 16px; }
    .calc__row p {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      font-feature-settings: 'liga' off;
      color: #6C7176; }
  .calc__item {
    margin-bottom: 48px; }
    .calc__item small {
      display: block;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 16px; }
    .calc__item:last-child {
      margin-bottom: 0; }
  .calc__top {
    margin-bottom: 90px;
    justify-content: space-between; }
  .calc__block {
    width: 49.3%;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #cedfd8;
    border-radius: 12px; }
    .calc__block p {
      margin-bottom: 32px;
      font-size: 16px;
      font-weight: 400; }
    .calc__block span {
      font-weight: 600;
      font-size: 40px;
      line-height: 110%;
      color: #2A343E; }
  .calc__btn {
    width: 100%;
    margin-bottom: 12px; }
  .calc__sub {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #6C7176; }
    .calc__sub img {
      margin-left: 12px; }
  .calc .slider-container {
    width: 100%;
    height: 52px;
    padding: 0px 12px;
    border-radius: 12px;
    background: white;
    position: relative;
    overflow: hidden; }
  .calc .slider-thumb {
    top: inherit;
    bottom: 22px;
    z-index: 10;
    left: 6px; }
  .calc .slider-value {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    position: absolute;
    left: 12px;
    top: 16px; }
  .calc .slider-fill {
    top: inherit;
    bottom: 0; }
  .calc .slider-track {
    position: absolute;
    bottom: 0;
    left: 0; }

.slider-container {
  width: 300px;
  position: relative; }

.slider-track {
  width: 100%;
  height: 4px;
  background: transparent;
  border-radius: 5px;
  position: relative;
  overflow: hidden; }

.slider-fill {
  height: 100%;
  background: #049c5f;
  border-radius: 5px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0; }

.slider-thumb {
  width: 16px;
  height: 16px;
  background: #049c5f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer; }

.slider-value {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold; }

.switch {
  position: relative;
  display: block;
  width: 44px;
  height: 26px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch input:focus {
    border: none !important; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e0e5eb;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #2A343E; }

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px); }

.slider.round {
  border-radius: 100px; }

.slider.round:before {
  border-radius: 50%; }

.tooltip {
  position: relative;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer; }
  .tooltip .svg {
    position: relative;
    top: 3px; }
  .tooltip:hover .svg path {
    fill: #2A343E; }

.tooltip .tooltip-text {
  visibility: hidden;
  position: absolute;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  width: 328px;
  height: auto;
  padding: 12px;
  border-radius: 12px;
  background: #0b1827;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF; }
  .tooltip .tooltip-text:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    margin-left: -7.5px;
    left: 50%;
    width: 15px;
    height: 12px;
    background: url(../img/bot.svg) no-repeat center center; }

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1; }

.calc__flex + .calc__input {
  display: block !important; }

.fancybox__content img {
  border-radius: 12px !important; }

.submenu {
  top: 0;
  width: inherit;
  list-style: none; }

.menuu li:hover .submenu {
  display: block; }

.submenu li {
  overflow: visible; }
  .submenu li a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44;
    color: #9aa3b2; }

.submenu li a:hover {
  color: #049c5f; }

.mydiv {
  display: none; }

.flex {
  display: flex !important; }

.menu__wrap {
  display: none; }

.menu__wrap.flex {
  display: flex !important; }

.menu__wrap.hidden {
  display: none !important; }

.menu__wrap {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%; }

.menu__wrap.flex {
  display: flex;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  padding: 0;
  width: 100%;
  padding-right: 180px; }
  .menu__wrap.flex .menu__center {
    position: relative;
    left: 20px; }

.level2 {
  position: relative;
  z-index: 50; }
  .level2 ul {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    max-width: 890px; }
    .level2 ul li {
      margin-right: 8px;
      margin-bottom: 12px;
      min-width: 435px;
      position: relative;
      display: flex;
      align-items: center; }
      .level2 ul li a {
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #2A343E;
        display: flex;
        align-items: center; }
      .level2 ul li img {
        margin-right: 12px; }
      .level2 ul li:hover a, .level2 ul li.active a {
        color: #049c5f; }
  .level2 .mydiv {
    border-top: 1px solid #dee8e4;
    padding-top: 20px;
    margin-top: 20px;
    align-items: flex-start;
    padding-bottom: 24px; }
  .level2__news {
    padding: 24px;
    margin-left: auto;
    width: 324px;
    border-radius: 20px;
    background: #f6f6f6; }
    .level2__news h3 {
      margin-top: 0;
      margin-bottom: 16px;
      font-weight: 600;
      font-size: 21px;
      line-height: 110%;
      color: #2A343E; }
    .level2__news div {
      width: 100%;
      overflow: hidden;
      border-radius: 20px;
      position: relative;
      margin-bottom: 16px;
      height: 160px; }
      .level2__news div img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        transform: scale(1);
        height: 100%;
        top: 0;
        transition: 0.5s;
        left: 0;
        z-index: 0; }
      .level2__news div small {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        z-index: 2;
        top: initial;
        bottom: 10px;
        right: 10px;
        width: 44px;
        height: 44px;
        border-radius: 16px;
        background: white; }
        .level2__news div small:after {
          position: relative;
          speak: none;
          content: '';
          width: 15px;
          height: 15px;
          display: block;
          -webkit-font-smoothing: antialiased;
          background: url(../img/ar-right.svg) no-repeat center center; }
    .level2__news span {
      display: block;
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #6C7176; }
    .level2__news p {
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      color: #2A343E; }
    .level2__news:hover div small:after {
      -webkit-animation: toLeftFromRight 0.4s forwards;
      -moz-animation: toLeftFromRight 0.4s forwards;
      animation: toLeftFromRight 0.4s forwards; }
    .level2__news:hover div img {
      transform: scale(1.1); }

.nav__center.shadow {
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 20px 50px rgba(11, 24, 39, 0.1);
  border: 1px solid transparent; }

.nav__bottom.hidden {
  display: none; }

.no {
  padding: 94px 0 60px;
  position: relative; }
  .no__wrap {
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
    background: #F6F6F6;
    border-radius: 20px; }
  .no__pic {
    position: absolute;
    top: -4px;
    right: 50%;
    margin-right: -682px;
    z-index: 0; }
  .no__row {
    justify-content: space-between;
    margin-top: 166px;
    position: relative;
    z-index: 2; }
  .no__box {
    overflow: hidden;
    width: 100%;
    max-width: 324px;
    padding: 24px;
    border-radius: 20px;
    backdrop-filter: blur(100px);
    background: rgba(4, 156, 95, 0.75); }
    .no__box .checkbox {
      margin-top: 8px; }
    .no__box p {
      margin-bottom: 33px;
      font-weight: 600;
      font-size: 21px;
      line-height: 110%;
      color: #FFFFFF; }
    .no__box .checkbox .custom-checkbox + label::before {
      background: transparent;
      border: 1px solid white; }
    .no__box .checkbox .custom-checkbox:checked + label::before {
      background: url(../img/vector.svg) no-repeat center center;
      background-color: #049c5f; }
    .no__box .checkbox .custom-checkbox + label span {
      color: white; }
      .no__box .checkbox .custom-checkbox + label span a {
        color: white;
        border-bottom: 1px solid white; }
        .no__box .checkbox .custom-checkbox + label span a:hover {
          color: #2A343E;
          border-bottom: 1px solid #2A343E; }
  .no__content {
    justify-content: space-between;
    border-radius: 20px;
    backdrop-filter: blur(100px);
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    max-width: 74.5%;
    height: 250px; }
  .no__item {
    position: relative;
    padding: 25px 17px 26px 21px;
    width: 24%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-left: 1px solid rgba(42, 52, 62, 0.12); }
    .no__item img {
      position: absolute;
      bottom: -37px;
      left: 44px; }
    .no__item p {
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 21px;
      line-height: 110%;
      color: #2A343E; }
    .no__item small {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: #2A343E; }
    .no__item span {
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      margin-top: auto;
      width: 52px;
      height: 52px;
      border-radius: 20px;
      background: #049c5f;
      font-weight: 700;
      font-size: 18px;
      line-height: 110%;
      color: #FFFFFF; }
    .no__item:first-child {
      border-radius: 20px;
      background: #F6F6F6;
      height: 234px;
      width: 346px;
      margin: 8px;
      border: none; }
    .no__item:nth-child(2) {
      border: none; }
  .no .order__form {
    position: relative; }
    .no .order__form input {
      background: white !important;
      border: 1px solid white; }
    .no .order__form button {
      position: absolute;
      right: 4px;
      top: 4px;
      background: #2A343E;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 16px; }
      .no .order__form button:after {
        position: relative;
        speak: none;
        content: '';
        width: 16px;
        height: 14px;
        display: block;
        top: 0.5px;
        -webkit-font-smoothing: antialiased;
        width: 19px;
        height: 14px;
        margin-left: 0;
        background: url(../img/white-btn.svg) no-repeat center center; }
      .no .order__form button:hover {
        background: #5f666e; }
        .no .order__form button:hover:after {
          -webkit-animation: toLeftFromRight 0.4s forwards;
          -moz-animation: toLeftFromRight 0.4s forwards;
          animation: toLeftFromRight 0.4s forwards; }

.info {
  padding: 40px 0 102px; }
  .info h2 {
    text-align: center;
    margin-bottom: 48px; }
  .info__box {
    justify-content: space-between;
    margin-bottom: 8px; }
  .info__left {
    width: 100%;
    max-width: 49.6%;
    padding: 24px;
    position: relative;
    border-radius: 20px;
    background: #f6f6f6; }
    .info__left div {
      width: 100%;
      display: flex;
      position: relative;
      z-index: 3;
      align-items: flex-start;
      padding: 24px;
      border-radius: 20px;
      backdrop-filter: blur(100px);
      background: rgba(255, 255, 255, 0.7); }
      .info__left div p {
        margin-left: 16px;
        font-weight: 600;
        font-size: 21px;
        line-height: 110%;
        color: #2A343E; }
        .info__left div p span {
          display: block;
          margin-top: 8px;
          font-weight: 400;
          font-size: 16px;
          line-height: 130%;
          color: #2A343E; }
  .info__fig {
    position: absolute;
    top: 0;
    z-index: 0;
    left: 50%;
    margin-left: -280px; }
  .info__pic {
    display: block;
    margin: -33px auto -100px;
    position: relative;
    z-index: 2; }
  .info__right {
    width: 100%;
    max-width: 49.6%; }
  .info__block {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    padding: 24px;
    border-radius: 20px;
    background: #f6f6f6; }
    .info__block:last-child {
      margin-bottom: 0; }
    .info__block span {
      margin-right: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background: white;
      font-weight: 700;
      font-size: 18px;
      line-height: 110%;
      color: #049C5F; }
    .info__block p {
      font-weight: 400;
      font-size: 18px;
      line-height: 130%;
      color: #2A343E; }
  .info__get {
    max-width: 631px;
    width: 100%; }
  .info__form {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    padding: 24px;
    background: #049c5f; }
    .info__form input {
      width: 224px;
      height: 48px;
      margin-bottom: 0; }
    .info__form button {
      height: 48px;
      width: 151px; }
      .info__form button:after {
        display: none; }
    .info__form h2 {
      color: white;
      text-align: left;
      font-size: 32px;
      margin-bottom: 0; }
    .info__form .order__form {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between;
      padding: 8px;
      border-radius: 20px;
      background: white;
      align-items: center; }
    .info__form .checkbox {
      margin-top: 16px; }
      .info__form .checkbox p {
        margin-bottom: 33px;
        font-weight: 600;
        font-size: 21px;
        line-height: 110%;
        color: #FFFFFF; }
    .info__form .checkbox .custom-checkbox + label::before {
      background: transparent;
      border: 1px solid white; }
    .info__form .checkbox .custom-checkbox:checked + label::before {
      background: url(../img/vector.svg) no-repeat center center;
      background-color: #049c5f; }
    .info__form .checkbox .custom-checkbox + label span {
      color: white; }
      .info__form .checkbox .custom-checkbox + label span a {
        color: white;
        border-bottom: 1px solid white; }
        .info__form .checkbox .custom-checkbox + label span a:hover {
          color: #2A343E;
          border-bottom: 1px solid #2A343E; }

.faq {
  padding: 0px 0;
  overflow: visible; }
  .faq .no__wrap {
    overflow: visible; }
  .faq__box {
    justify-content: space-between;
    align-items: flex-start; }
  .faq__content {
    width: 100%;
    max-width: 560px;
    position: sticky;
    top: 160px; }
  .faq__btn {
    width: 194px;
    margin: 24px 0 0; }
  .faq .accordeon__item {
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 8px; }
    .faq .accordeon__item:last-child {
      margin-bottom: 0; }
  .faq .accordeon {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 656px;
    border: none; }
    .faq .accordeon .panel__text, .faq .accordeon .panel__text2 {
      margin-top: 0;
      padding: 0 80px 16px 24px; }
    .faq .accordeon .accordeon__button:after, .faq .accordeon .accordeon__button2:after {
      right: 16px;
      background: url(../img/faq.svg) no-repeat !important;
      width: 48px;
      left: inherit;
      height: 48px;
      top: 50%;
      margin-top: -24px;
      bottom: inherit;
      transition: all 0.5s ease; }
    .faq .accordeon .accordeon__button.active:after, .faq .accordeon .accordeon__button2.active:after {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .faq .accordeon .accordeon__button {
      padding: 15px 88px 15px 24px;
      background: #FFFFFF;
      font-weight: 600;
      font-size: 18px;
      line-height: 130%;
      min-height: 80px;
      color: #2A343E;
      display: flex;
      align-items: center; }
      .faq .accordeon .accordeon__button:hover {
        color: #049c5f; }
      .faq .accordeon .accordeon__button.active {
        min-height: inherit; }
    .faq .accordeon .panel__info {
      color: #2A343E;
      font-size: 16px;
      font-weight: 400;
      line-height: 130%; }

.num h2 {
  width: 100%;
  max-width: 656px;
  margin-bottom: 60px; }

.num__box {
  justify-content: space-between;
  align-items: flex-end; }

.num__row {
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 656px; }

.num__content {
  width: 100%;
  max-width: 545px;
  position: relative; }
  .num__content img {
    position: absolute;
    top: -495px;
    left: -120px; }

.num__item {
  width: 47%;
  padding: 39px 56px 23px 0;
  position: relative;
  border-bottom: 1px solid #dee8e4; }
  .num__item:nth-child(2n) {
    padding-left: 24px;
    width: 53%;
    border-left: 1px solid #dee8e4; }
  .num__item:nth-child(n+5) {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0; }
  .num__item:nth-child(1), .num__item:nth-child(2) {
    padding-top: 0; }
  .num__item p {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #049C5F;
    margin-bottom: 12px; }
    .num__item p span {
      font-size: 60px; }
  .num__item small {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #2A343E; }
  .num__item img {
    position: absolute;
    right: -5px;
    top: -21px; }

.num__block {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.7); }
  .num__block h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%; }
  .num__block p {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 400; }

.num__link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #049C5F; }
  .num__link:after {
    position: relative;
    speak: none;
    content: '';
    width: 17px;
    transition: 0.5s;
    margin-left: 15px;
    height: 15px;
    display: block;
    -webkit-font-smoothing: antialiased;
    background: url(../img/green-arr.svg) no-repeat center center; }
  .num__link:hover {
    color: #2A343E; }
    .num__link:hover:after {
      -webkit-animation: toLeftFromRight 0.4s forwards;
      -moz-animation: toLeftFromRight 0.4s forwards;
      animation: toLeftFromRight 0.4s forwards;
      background: url(../img/black-arr.svg) no-repeat center center; }

.youtube-link .svg, .youtube-link path {
  transition: 0.5s; }

.grtvideo-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 99999;
  padding-top: 100px; }

.grtvideo-popup-content {
  margin-top: 50px;
  width: 95%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 8px 0px rgba(255, 255, 255, 0.4);
  position: relative; }

.grtvideo-popup-close {
  position: absolute;
  top: -35px;
  right: 0;
  color: #FFF;
  font-size: 25px;
  cursor: pointer;
  transition: 0.5s; }
  .grtvideo-popup-close:hover {
    transform: rotate(90deg); }

.grtyoutube-iframe {
  width: 100%;
  height: 480px; }

.rev {
  padding: 100px 0 130px; }
  .rev h2 {
    text-align: center;
    margin-bottom: 48px; }
  .rev__video {
    position: absolute;
    top: -2px;
    left: 52px;
    cursor: pointer;
    transition: 0.5s; }
    .rev__video:hover {
      opacity: 0.7; }
    .rev__video + .rev__content {
      margin-left: 36px; }
  .rev__row {
    justify-content: space-between; }
  .rev__item {
    width: 32.9%;
    padding: 24px;
    border-radius: 20px;
    background: #f6f6f6; }
  .rev__top {
    align-items: center;
    position: relative; }
    .rev__top img {
      width: 68px;
      height: 68px;
      object-fit: contain;
      border-radius: 50%;
      overflow: hidden; }
  .rev__content {
    margin-left: 16px; }
    .rev__content p {
      margin-bottom: 2px;
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      color: #2A343E; }
    .rev__content span {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #2A343E; }
  .rev__text {
    margin-top: 24px; }
    .rev__text p {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: #2A343E;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box; }
  .rev .num__link {
    margin-top: 17px; }

.text {
  padding: 100px 0 0; }
  .text__wrap {
    max-height: 900px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease; }
  .text__item {
    padding: 24px 0 40px;
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid #cde8dd; }
    .text__item:last-child {
      padding-bottom: 0; }
      .text__item:last-child:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60px;
        background: linear-gradient(180deg, rgba(246, 246, 246, 0), #f6f6f6);
        pointer-events: none; }
  .text__title {
    width: 100%;
    max-width: 435px;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #2A343E; }
  .text__txt {
    width: 100%;
    max-width: 656px; }
    .text__txt p {
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      color: #1A1A1A;
      margin-bottom: 35px; }
      .text__txt p:last-child {
        margin-bottom: 0; }
  .text__link {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: max-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: #049C5F;
    margin-top: 40px; }
    .text__link .svg {
      margin-left: 16px; }
    .text__link:hover {
      color: #2A343E; }
      .text__link:hover .svg path {
        stroke: #2A343E; }
  .text .text__wrap.expanded {
    max-height: 10000px; }
  .text .text__wrap.expanded .text__item:last-child::after {
    display: none; }

.footer {
  padding: 100px 0 24px; }
  .footer__box {
    justify-content: space-between;
    margin-bottom: 48px; }
  .footer__content {
    width: 100%;
    max-width: 49.7%;
    overflow: hidden;
    padding: 24px;
    border-radius: 20px;
    background: #f6f6f6;
    position: relative; }
  .footer__bg {
    position: absolute;
    top: 0;
    right: 50px;
    z-index: 1; }
  .footer__logo {
    position: relative;
    z-index: 2;
    margin-bottom: 129px; }
  .footer__row {
    align-items: center;
    position: relative;
    z-index: 2; }
  .footer__info a {
    display: block; }
    .footer__info a:first-child {
      margin-bottom: 4px;
      font-weight: 600;
      font-size: 24px;
      line-height: 110%;
      color: #2A343E; }
    .footer__info a:nth-child(2) {
      font-weight: 400;
      font-size: 16px;
      line-height: 140%;
      color: #2A343E; }
    .footer__info a:hover {
      color: #049c5f; }
  .footer__btn {
    margin-left: auto;
    width: 224px; }
  .footer__socials {
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    height: 52px;
    width: 88px;
    border-radius: 20px;
    background: white;
    padding-top: 2px; }
    .footer__socials a:first-child {
      margin-right: 22px; }
    .footer__socials a:hover .svg path {
      fill: #2A343E; }
  .footer__area {
    width: 100%;
    max-width: 49.7%;
    overflow: hidden;
    padding: 24px;
    border-radius: 20px;
    background: white;
    position: relative;
    border: 1px solid #dee8e4;
    display: flex; }
  .footer__item {
    width: 45%; }
    .footer__item:first-child {
      margin-right: 40px; }
    .footer__item p {
      margin-bottom: 16px;
      font-weight: 600;
      font-size: 16px;
      line-height: 140%;
      color: #1A1A1A; }
    .footer__item ul li {
      margin-bottom: 8px; }
      .footer__item ul li:last-child {
        margin-bottom: 0; }
      .footer__item ul li a {
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #1A1A1A; }
      .footer__item ul li:hover a {
        color: #049c5f; }
  .footer__bottom {
    align-items: flex-start;
    justify-content: space-between; }
  .footer__policy {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6C7176; }
    .footer__policy a {
      display: block;
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      color: #2A343E; }
      .footer__policy a:hover {
        color: #049c5f; }
  .footer__text {
    width: 100%;
    max-width: 656px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #6C7176; }
  .footer__get {
    display: flex;
    align-items: center;
    margin-left: auto; }

.sec {
  padding: 100px 0 0;
  margin-top: 60px; }
  .sec h1 {
    text-align: left;
    margin-bottom: 40px; }
  .sec .no__wrap {
    padding-top: 60px; }

.contacts__row {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 48px;
  border-bottom: 1px solid #dee8e4;
  margin-bottom: 24px; }

.contacts__time {
  text-align: right;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2A343E; }

.contacts__tel {
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  color: #2A343E; }
  .contacts__tel:hover {
    color: #049c5f; }

.contacts__socials {
  align-items: center; }
  .contacts__socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 20px;
    width: max-content;
    background: #f6f6f6;
    padding: 0 16px 0 4px; }
    .contacts__socials a:first-child {
      margin-right: 4px; }
    .contacts__socials a p {
      transition: 0.5s;
      font-weight: 700;
      font-size: 16px;
      line-height: 130%;
      color: #2A343E;
      margin-left: 16px; }
    .contacts__socials a:hover p {
      color: #049c5f; }

.contacts__info {
  align-items: flex-start; }

.contacts__item span {
  display: block;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2A343E; }

.contacts__item p, .contacts__item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #1A1A1A; }

.contacts__item a:hover {
  color: #049c5f; }

.contacts__item:first-child {
  margin-right: 180px; }

.dictionary__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 21px;
  line-height: 110%;
  color: #2A343E; }

.dictionary__links {
  flex-wrap: wrap; }
  .dictionary__links a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    padding: 0px 12px 0px 4px;
    border: 1px solid #dee8e4;
    border-radius: 24px;
    width: max-content;
    margin-right: 8px;
    margin-bottom: 8px; }
    .dictionary__links a span {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 8px;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #f2f3f5;
      font-weight: 400;
      font-size: 12px;
      line-height: 130%;
      color: #102D30; }
    .dictionary__links a p {
      transition: 0.5s;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #102D30; }
    .dictionary__links a:hover p {
      color: #049c5f; }

.dictionary__info {
  width: 100%;
  max-width: 656px; }

.dictionary__item {
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 16px 16px 16px 24px;
  border-radius: 20px;
  background: #f6f6f6; }
  .dictionary__item:last-child {
    margin-bottom: 0; }
  .dictionary__item span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    width: 52px;
    height: 52px;
    border-radius: 20px;
    background: white;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #049C5F;
    padding-top: 1px; }
  .dictionary__item p {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 21px;
    line-height: 110%;
    color: #2A343E; }
  .dictionary__item small {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #102D30; }

.about__wrap {
  overflow: hidden;
  position: relative;
  padding: 24px;
  border-radius: 20px;
  background: #f6f6f6;
  margin-top: 24px; }
  .about__wrap h1 {
    font-size: 40px;
    margin-bottom: 16px;
    z-index: 3;
    position: relative; }
  .about__wrap p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1A1A1A;
    z-index: 3;
    position: relative; }

.about__btn {
  margin-top: 270px;
  width: 224px;
  z-index: 3; }

.about__pic {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2; }

.about__fig {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1; }

.about .no__wrap {
  padding: 100px 0;
  margin-top: 100px; }

.about .text__wrap {
  max-height: inherit !important; }

.about .text__item:last-child:after {
  display: none; }

.about .text__txt ul {
  margin-bottom: 24px;
  margin-top: -11px; }
  .about .text__txt ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1A1A1A;
    margin-bottom: 8px; }
    .about .text__txt ul li:last-child {
      margin-bottom: 0; }
    .about .text__txt ul li:before {
      content: "";
      display: inline-flex;
      margin-right: 16px;
      width: 32px;
      height: 32px;
      border-radius: 20px;
      flex: 1 0 auto;
      max-width: 32px;
      background: url(../img/bullet.svg) no-repeat center center; }

.fast {
  padding-top: 100px; }
  .fast h2 {
    text-align: center;
    margin-bottom: 48px; }
  .fast .header__row {
    max-width: 988px;
    gap: 8px; }
  .fast .header__area {
    background: #f6f6f6;
    max-width: 24.3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .fast .header__area div {
      width: 100%;
      margin-top: auto; }
  .fast .header__row a {
    padding: 24px;
    width: 32.7%;
    height: 140px;
    margin-bottom: 0;
    background: #f6f6f6; }
  .fast .header__flex {
    align-items: initial; }
  .fast .header__area p {
    font-size: 16px; }

.news {
  padding-bottom: 100px; }
  .news__box {
    justify-content: space-between;
    flex-wrap: wrap; }
  .news__item {
    height: 275px;
    width: 49.6%;
    margin-bottom: 8px;
    padding: 24px;
    border-radius: 20px;
    background: #f6f6f6;
    display: flex;
    align-items: flex-start; }
    .news__item .level2__news {
      padding: 0;
      height: 100%;
      width: 250px; }
      .news__item .level2__news div {
        height: 100%; }
    .news__item:hover div small:after {
      -webkit-animation: toLeftFromRight 0.4s forwards;
      -moz-animation: toLeftFromRight 0.4s forwards;
      animation: toLeftFromRight 0.4s forwards; }
    .news__item:hover div img {
      transform: scale(1.1); }
  .news__content {
    width: 100%;
    max-width: 51%;
    height: 100%;
    display: flex;
    flex-direction: column; }
    .news__content span {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #6C7176;
      display: block;
      margin-bottom: 16px; }
    .news__content p {
      font-weight: 600;
      font-size: 21px;
      line-height: 110%;
      color: #2A343E; }
    .news__content div {
      margin-top: auto;
      display: flex; }
      .news__content div small {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        height: 28px;
        border-radius: 24px;
        background: white;
        padding: 0 8px;
        width: max-content;
        font-weight: 400;
        font-size: 12px;
        line-height: 130%;
        color: #102D30; }
        .news__content div small:last-child {
          margin-right: 0; }
  .news__nav {
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 25px; }
    .news__nav ul {
      display: flex; }
      .news__nav ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        overflow: hidden;
        margin-right: 8px; }
        .news__nav ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font-weight: 400;
          font-size: 12px;
          line-height: 130%;
          color: #102D30;
          border: 1px solid #dee8e4;
          border-radius: 16px;
          background: white; }
        .news__nav ul li.active a {
          background: #049c5f;
          border: 1px solid #049c5f;
          font-weight: 700;
          font-size: 12px;
          line-height: 130%;
          color: #FFFFFF !important; }
        .news__nav ul li:last-child {
          margin-right: 0; }
        .news__nav ul li:hover a {
          border: 1px solid #049c5f;
          color: #049c5f; }
  .news__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: #f6f6f6; }
    .news__arrow:hover {
      background: #049c5f; }
      .news__arrow:hover .svg path {
        stroke: white; }

.txt .about__wrap ul {
  position: relative;
  z-index: 2;
  margin-bottom: 0px; }
  .txt .about__wrap ul li {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #2A343E;
    margin-bottom: 13px; }
    .txt .about__wrap ul li img {
      margin-right: 14px; }
    .txt .about__wrap ul li:last-child {
      margin-bottom: 0; }

.txt__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.txt__box {
  width: 100%;
  max-width: 632px; }

.txt .info__form {
  padding: 0 !important;
  background: transparent !important;
  margin-top: 100px; }

.txt .info__form .checkbox .custom-checkbox + label::before {
  border: 1px solid #049c5f; }

.txt .info__form .checkbox .custom-checkbox + label span {
  color: #2A343E; }

.txt .info__form .checkbox .custom-checkbox + label span a {
  color: #2A343E;
  border-bottom: 1px solid rgba(42, 52, 62, 0.25); }

.txt .about__fig {
  right: -76px; }

.txt .no__wrap {
  margin: 100px 0;
  overflow: visible;
  padding: 100px 0; }

.txt__item {
  padding-top: 24px;
  border-top: 1px solid #cedfd8;
  margin-bottom: 60px; }
  .txt__item ol {
    margin-bottom: 24px;
    margin-top: -11px;
    list-style: none;
    padding-left: 50px;
    counter-reset: circle-counter; }
    .txt__item ol li {
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      position: relative;
      color: #1A1A1A;
      margin-bottom: 20px;
      counter-increment: circle-counter; }
      .txt__item ol li:last-child {
        margin-bottom: 0; }
      .txt__item ol li::before {
        content: counter(circle-counter);
        position: absolute;
        left: -50px;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 32px;
        border-radius: 20px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        color: #049C5F; }
  .txt__item h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 105%;
    color: #2A343E;
    margin-bottom: 16px; }
  .txt__item .text__txt {
    max-width: 100%; }
    .txt__item .text__txt p span {
      background: rgba(4, 156, 95, 0.15);
      border-radius: 4px;
      overflow: hidden;
      padding: 1px; }
  .txt__item ul {
    margin-bottom: 24px;
    margin-top: -11px; }
    .txt__item ul li {
      display: flex;
      align-items: center;
      font-weight: 400;
      font-size: 14px;
      line-height: 140%;
      color: #1A1A1A;
      margin-bottom: 8px; }
      .txt__item ul li:last-child {
        margin-bottom: 0; }
      .txt__item ul li:before {
        content: "";
        display: inline-flex;
        margin-right: 16px;
        width: 32px;
        height: 32px;
        border-radius: 20px;
        flex: 1 0 auto;
        max-width: 32px;
        background: url(../img/bullet.svg) no-repeat center center; }
  .txt__item:last-child {
    margin-bottom: 0; }

.txt__content {
  width: 100%;
  max-width: 767px; }

.txt__info {
  width: 100%;
  max-width: 324px;
  position: sticky;
  top: 160px; }
  .txt__info .header__info {
    max-width: 100%;
    background: white;
    margin-bottom: 8px; }
    .txt__info .header__info .checkbox {
      margin-top: 24px; }
  .txt__info .header__text {
    font-size: 14px; }
  .txt__info .header__info img {
    position: absolute;
    right: -45px;
    top: 0; }
  .txt__info .header__title {
    font-size: 21px; }
  .txt__info .header__area {
    max-width: 100%; }
    .txt__info .header__area p {
      font-weight: 600;
      font-size: 21px;
      line-height: 110%;
      color: #2A343E; }

.txt__pic {
  margin-top: 60px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  height: 450px;
  border-radius: 20px; }

.txt__information {
  width: 100%;
  overflow: hidden;
  padding: 24px;
  border-radius: 12px;
  background: white;
  margin-bottom: 24px; }
  .txt__information p {
    font-weight: 600;
    font-size: 21px;
    line-height: 110%;
    color: #2A343E;
    margin: 0; }
  .txt__information img {
    margin-bottom: 20px; }

.news-item__top {
  justify-content: space-between;
  margin-bottom: 40px;
  border-radius: 20px;
  background: #f6f6f6;
  align-items: flex-start;
  overflow: hidden; }

.news-item__right {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 65%;
  padding: 12px 24px;
  position: relative; }
  .news-item__right a {
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    padding: 0px 8px;
    border-radius: 24px;
    background: white;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #102D30; }
    .news-item__right a:hover {
      color: #049c5f; }
  .news-item__right:before {
    height: 150%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    background: #cedfd8; }

.news-item__left {
  padding: 12px;
  display: flex;
  align-items: center; }
  .news-item__left img {
    width: 68px;
    height: 68px;
    object-fit: cover;
    border-radius: 50%; }
  .news-item__left div {
    margin-left: 16px; }
    .news-item__left div p {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #6C7176;
      margin-bottom: 4px; }
      .news-item__left div p span {
        margin-left: 12px;
        font-weight: 600;
        font-size: 14px;
        line-height: 130%;
        color: #2A343E; }
      .news-item__left div p:last-child {
        margin-bottom: 0; }

.news-item__area {
  width: 100%;
  padding: 24px;
  border-radius: 20px;
  background: white; }
  .news-item__area a {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid #dee8e4; }
    .news-item__area a img {
      object-fit: cover;
      width: 85px;
      height: 78px;
      border-radius: 20px;
      overflow: hidden;
      flex: 1 0 auto;
      max-width: 85px;
      margin-left: 16px; }
    .news-item__area a span {
      display: block;
      margin-bottom: 8px;
      font-weight: 400;
      font-size: 12px;
      line-height: 130%;
      color: #6C7176; }
    .news-item__area a p {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #2A343E;
      -webkit-line-clamp: 4;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      display: -webkit-box;
      transition: 0.5s; }
    .news-item__area a:last-child {
      padding-bottom: 0; }
    .news-item__area a:hover p {
      color: #049c5f; }

.news-item__title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 21px;
  line-height: 110%;
  color: #2A343E; }

.txt__main {
  margin-top: 0;
  margin-bottom: 60px; }

.blog .news__item {
  width: 100%;
  height: 398px; }
  .blog .news__item p {
    line-height: 110%;
    font-weight: 400;
    color: #2A343E;
    font-size: 16px; }
    .blog .news__item p strong {
      display: block;
      margin-bottom: 8px;
      font-weight: 600;
      font-size: 24px;
      line-height: 110%; }

.blog .news__item .level2__news {
  width: 435px; }

.blog .news__content {
  max-width: 62%; }
  .blog .news__content div {
    flex-wrap: wrap;
    gap: 8px; }
    .blog .news__content div small {
      margin: 0; }

.popup__rev_top {
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between; }
  .popup__rev_top h2 {
    margin-bottom: 0; }

.popup__rev_info {
  display: flex;
  align-items: center; }
  .popup__rev_info img {
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-right: 16px;
    width: 68px;
    height: 68px;
    border: 4px solid #eff5f3; }
  .popup__rev_info p {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #2A343E; }
  .popup__rev_info span {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #2A343E; }

.popup__rev_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #2A343E; }

#popup-thank h2 {
  text-align: center; }

.floating-menu {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 20; }
  .floating-menu .main-btn {
    width: 60px;
    height: 60px;
    background: url(../img/chat.svg) no-repeat center center;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    z-index: 1001;
    outline: none !important; }
    .floating-menu .main-btn:hover {
      opacity: 0.8; }
  .floating-menu .icons {
    position: absolute;
    bottom: 70px;
    right: 50%;
    margin-right: -30px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s;
    pointer-events: none;
    width: 60px;
    height: 164px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    box-sizing: border-box;
    border: 1px solid #dee8e4;
    border-radius: 16px;
    background: white; }
  .floating-menu .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 8px;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: transparent;
    border: none;
    transition: 0.5s; }
    .floating-menu .icon:last-child {
      margin-bottom: 0; }
    .floating-menu .icon:hover {
      background: #eff5f3; }
  .floating-menu.active .icons {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; }
  .floating-menu.active .main-btn {
    transform: rotate(180deg);
    background: url(../img/chat2.svg) no-repeat center center; }

.chat-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 1002;
  width: 393px;
  border-radius: 16px;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.25); }
  .chat-box .chat-header {
    background: #049c5f;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .chat-box .chat-header p {
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      color: #FFFFFF; }
    .chat-box .chat-header span {
      display: block;
      margin-top: 4px;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: #FFFFFF; }
  .chat-box .close-chat {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s; }
    .chat-box .close-chat:hover {
      transition: 0.5s;
      transform: rotate(90deg); }
  .chat-box .chat-body {
    padding: 12px;
    max-height: 550px;
    overflow-y: auto;
    background: white; }
  .chat-box .chat-footer {
    display: flex;
    background: #f6f6f6;
    padding: 12px;
    position: relative; }
    .chat-box .chat-footer input {
      flex: 1;
      border: none;
      outline: none;
      width: 100%;
      height: 52px;
      padding-left: 12px;
      border-radius: 16px;
      background: white;
      font-size: 16px;
      color: #000;
      border: 1px solid white; }
      .chat-box .chat-footer input:focus {
        border: 1px solid #049c5f; }
    .chat-box .chat-footer button {
      border: none;
      margin-left: 8px;
      flex: 1 0 auto;
      width: 52px;
      height: 52px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 16px;
      box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
      max-width: 52px;
      cursor: pointer;
      background: #049c5f;
      transition: 0.5s; }
      .chat-box .chat-footer button:hover {
        background: #2A343E; }

.chat__add {
  position: absolute;
  right: 91px;
  bottom: 21px; }
  .chat__add:hover .svg path {
    stroke: #049c5f; }

.chat__item {
  margin-bottom: 16px; }
  .chat__item_user .chat__message {
    margin-left: auto;
    border: none;
    border-radius: 16px 16px 0px 16px;
    background: #d3e8df; }

.chat__info {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }
  .chat__info p {
    margin-left: 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    color: #2A343E; }

.chat__message {
  padding: 12px;
  margin-bottom: 8px;
  box-sizing: border-box;
  border: 1px solid #dee8e4;
  border-radius: 16px 16px 16px 0px;
  background: white;
  width: max-content;
  max-width: 95%; }

.chat__document {
  display: flex;
  align-items: center;
  margin-bottom: 12px; }
  .chat__document p {
    margin-left: 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    font-feature-settings: 'liga' off;
    color: #2A343E; }
    .chat__document p span {
      display: block;
      margin-top: 4px;
      font-weight: 500;
      font-size: 12px;
      line-height: 130%;
      font-feature-settings: 'liga' off;
      color: #000000;
      opacity: 0.6; }

.chat__text {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  font-feature-settings: 'liga' off;
  color: #2A343E; }

.chat__time {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  font-feature-settings: 'liga' off;
  color: #000000;
  opacity: 0.6; }

@media screen and (max-width: 1350px) {
  .container {
    max-width: 1200px !important; }
  .header__row {
    max-width: 583px; }
  .checkbox .custom-checkbox + label span br {
    display: none; }
  .no__box {
    max-width: 27%; }
  .no__box p {
    font-size: 20px; }
  .no__item:first-child {
    width: 256px; }
  .body-wrap {
    overflow: hidden; }
  .no__item img {
    left: 20px; }
  .info__pic {
    margin-top: -52px; }
  .num__content {
    max-width: 42%; }
  h2 {
    font-size: 37px; }
  .footer__text {
    max-width: 50%; }
  .dictionary__info {
    max-width: 550px; }
  .about__fig {
    right: -36px; }
  .fast .header__row {
    max-width: 875px; }
  .news__item .level2__news {
    width: 240px; }
  .blog .news__content {
    max-width: 53%; } }

@media screen and (max-width: 1199px) {
  .body-wrap {
    overflow: hidden; }
  .container {
    max-width: 960px !important; }
  .menu-btn5, .menu5 {
    display: block; }
  .menu-btn5 {
    width: 44px;
    height: 44px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1000;
    overflow: hidden;
    background: url(../img/bur1.svg) no-repeat; }
  .menu-btn5.active {
    overflow: visible;
    position: fixed;
    top: 12px;
    right: 12px;
    background: url(../img/bur2.svg) no-repeat;
    opacity: 0; }
  body.menu-active {
    position: relative;
    overflow: hidden; }
    body.menu-active:after {
      content: "";
      display: block;
      position: absolute;
      background: rgba(42, 52, 62, 0.9);
      right: 0;
      top: 0;
      height: 100%;
      right: 0%;
      width: 100%;
      z-index: 20; }
  .menu5 {
    position: fixed;
    top: 0px;
    left: 0;
    width: 70%;
    height: 100%;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 100;
    padding: 12px;
    border-radius: 0px 20px 20px 0px;
    background: white; }
    .menu5__close {
      position: fixed;
      z-index: 500;
      left: 133%;
      top: 12px;
      background: transparent;
      border: none;
      opacity: 0;
      pointer-events: none;
      transition: 0s; }
    .menu5__tel {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 48px;
      border-radius: 20px;
      background: white;
      font-weight: 600;
      font-size: 16px;
      line-height: 130%;
      color: #2A343E; }
      .menu5__tel img {
        margin-right: 12px; }
    .menu5__btn {
      width: 100%;
      margin-top: 5px; }
      .menu5__btn:after {
        display: none; }
    .menu5__info {
      margin: auto auto 0;
      width: 100%;
      max-width: 268px;
      padding: 12px;
      border-radius: 20px;
      background: #f6f6f6; }
    .menu5__wrap {
      position: relative;
      height: 100%;
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: flex-start; }
    .menu5__list {
      width: 100%; }
    .menu5__item {
      margin-bottom: 16px;
      width: 100%; }
      .menu5__item p {
        font-weight: 700;
        font-size: 21px;
        line-height: 110%;
        color: #2A343E;
        margin-bottom: 12px;
        position: relative; }
        .menu5__item p:after {
          content: "";
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          width: 6px;
          background: url(../img/aft.svg) no-repeat;
          margin-top: -6px;
          height: 12px;
          transition: 0.5s; }
        .menu5__item p.active:after {
          transform: rotate(-90deg); }
      .menu5__item ul {
        display: none; }
        .menu5__item ul li {
          margin-bottom: 9px; }
          .menu5__item ul li:last-child {
            margin-bottom: 0; }
          .menu5__item ul li a {
            font-weight: 400;
            font-size: 14px;
            line-height: 140%;
            color: #1A1A1A; }
    .menu5__link {
      font-weight: 700;
      font-size: 21px;
      line-height: 110%;
      color: #2A343E; }
  .menu5.active {
    transform: translateX(0); }
    .menu5.active .menu5__close {
      pointer-events: inherit;
      opacity: 1; }
  .nav__info p, .nav__block, .nav__btn {
    display: none; }
  .nav__logo {
    margin-right: 0; }
    .nav__logo:after {
      display: none; }
  .nav__center {
    position: relative; }
  .nav__socials {
    margin-right: 53px; }
  .nav__socials a {
    width: 44px;
    height: 44px; }
  .nav__wrap {
    padding: 16.5px 0; }
  .nav__top {
    margin-bottom: 0; }
  .header__box {
    margin-top: 84px;
    flex-direction: column; }
  .header__fig {
    display: none; }
  .header__content {
    max-width: 100%;
    margin-bottom: 8px; }
  .header__info {
    max-width: 100%; }
  .header__row {
    max-width: 73%; }
  .no {
    padding: 50px 0 30px; }
    .no h2 {
      text-align: center; }
    .no .no__wrap {
      padding-bottom: 400px; }
  .no__wrap {
    padding: 50px 0; }
  .no__row {
    margin-top: 32px; }
  .no__item:first-child {
    display: none; }
  .no__item {
    width: 33%; }
  .no__content {
    height: auto; }
  .no__box .checkbox .custom-checkbox + label span a {
    border: none !important;
    text-decoration: underline; }
  .no__pic {
    top: initial;
    right: 50%;
    margin-right: -190px;
    z-index: 0;
    height: 381px;
    bottom: 31px; }
  .info {
    padding: 20px 0 50px; }
  .info h2 {
    margin-bottom: 32px; }
  .info__box {
    flex-direction: column-reverse; }
  .info__right {
    max-width: 100%;
    margin-bottom: 8px; }
  .info__left {
    max-width: 100%; }
  .info__pic {
    margin-top: -7px; }
  .info__form {
    flex-direction: column;
    align-items: flex-start; }
  .info__form h2 {
    margin-bottom: 16px; }
  .info__get {
    max-width: 100%; }
  .num__box {
    flex-direction: column; }
  .num h2 {
    text-align: center;
    margin: 0 auto 32px;
    max-width: 533px; }
  .num__row {
    max-width: 100%; }
  .num__content {
    max-width: 100%; }
  .num__content img {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto -132px; }
  .calc {
    padding: 50px 0; }
  .calc h2 {
    margin-bottom: 32px; }
  .calc__box {
    flex-direction: column; }
  .calc__content {
    max-width: 100%;
    margin-bottom: 8px;
    border-radius: 20px 20px 0 0; }
  .calc__info {
    max-width: 100%;
    border-radius: 0 0 20px 20px; }
  .faq__box {
    flex-direction: column; }
  .faq__content {
    position: relative;
    top: 0;
    max-width: 100%; }
    .faq__content h2 {
      text-align: center;
      margin: 0 auto 24px;
      max-width: 533px; }
  .faq__btn {
    margin: 0 auto 32px; }
  .faq .accordeon {
    max-width: 100%; }
  .rev {
    padding: 50px 0 60px; }
  .rev h2 {
    margin-bottom: 32px; }
  .order__box {
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  .text {
    padding: 50px 0 0; }
  .text__item {
    flex-direction: column;
    padding-bottom: 32px;
    padding-top: 12px; }
  .text__title {
    margin-bottom: 12px; }
  .text__txt {
    max-width: 100%; }
  .footer {
    padding-top: 50px; }
  .footer__box {
    margin-bottom: 24px;
    flex-direction: column; }
  .footer__content {
    max-width: 100%;
    margin-bottom: 8px; }
  .footer__bg {
    display: none; }
  .footer__area {
    max-width: 100%; }
  .footer__logo {
    margin-bottom: 32px; }
  .num__item, .num__item:nth-child(2n) {
    width: 50%; }
  .num__item p {
    width: 100%;
    max-width: 300px; }
  .checkbox {
    margin-top: 16px !important; }
  .calc__top {
    margin-bottom: 16px; }
  .sec {
    padding-top: 50px; }
  .dictionary__links {
    margin-bottom: 20px; }
  .dictionary__info {
    max-width: 100%; }
  .about__pic {
    right: -86px; }
  .about__fig {
    right: -239px; }
  .about .no__wrap {
    padding: 50px 0;
    margin-top: 50px; }
  .fast {
    padding-top: 50px; }
  .fast .header__row {
    max-width: 75%; }
  .fast .header__row a {
    width: 32.5%; }
  .fast h2 {
    margin-bottom: 24px; }
  .news__item {
    width: 100%; }
  .txt .no__wrap {
    margin: 50px 0;
    padding: 50px 0; }
  .txt__row {
    flex-direction: column; }
  .txt__content {
    max-width: 100%;
    margin-bottom: 40px; }
  .txt__info {
    max-width: 100%; }
  .txt .about__pic {
    right: -305px; }
  .txt__main {
    margin-bottom: 30px; }
  .news-item__top {
    margin-bottom: 30px; }
  .blog .news__item .level2__news {
    width: 367px; } }

@media (max-width: 991px) {
  input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .container {
    max-width: 720px !important; }
  h1 {
    font-size: 38px; }
  .header__flex {
    flex-direction: column; }
  .header__row {
    max-width: 100%; }
  .header__area {
    max-width: 100%; }
  .header__content ul {
    margin-bottom: 24px; }
  .no__row {
    flex-direction: column; }
  .no__content {
    max-width: 100%;
    margin-bottom: 8px; }
  .no__box {
    max-width: 100%; }
  h2 {
    font-size: 32px; }
  .no__item {
    height: auto; }
  .no__item small {
    display: block;
    margin-bottom: 20px; }
  .info__left div {
    background: white; }
  .num__item p {
    font-size: 28px; }
    .num__item p span {
      font-size: 45px; }
  .rev__row {
    flex-direction: column; }
  .rev__item {
    width: 100%;
    margin-bottom: 8px; }
  .order__pic {
    width: 100%; }
  .order__box h2 {
    font-size: 32px; }
  .menu5__close {
    left: 130%; }
  .contacts__row {
    margin-bottom: 24px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: flex-start; }
  .contacts__tel {
    font-size: 26px;
    margin-bottom: 24px; }
  .contacts__time {
    text-align: left;
    position: absolute;
    left: 16px;
    bottom: 0; }
  .contacts__info {
    flex-direction: column; }
  .contacts__item:first-child {
    margin-bottom: 24px;
    margin-right: 0; }
  .contacts__item p, .contacts__item a {
    font-size: 16px; }
  .contacts .container {
    position: relative;
    padding-bottom: 60px; }
  .about__wrap h1 {
    margin-bottom: 12px;
    font-size: 26px; }
  .about__btn {
    margin-top: 24px; }
  .about__wrap {
    padding: 375px 12px 12px; }
  .about__pic {
    right: 0;
    height: 71%; }
  .about__fig {
    right: 0;
    height: 70%; }
  .fast .header__row {
    max-width: 100%; }
  .fast .header__area {
    margin-top: 8px;
    max-width: 100%; }
  .txt .info__form {
    margin-top: 24px; }
  .txt .about__wrap ul {
    margin-bottom: 0; }
  .txt .about__wrap {
    padding-top: 12px;
    padding-bottom: 400px; }
  .txt .about__pic, .txt .about__fig {
    right: 0;
    top: inherit;
    bottom: -50px; }
  .txt .about__fig {
    bottom: -100px; }
  .txt__item h2 {
    font-size: 24px; }
  .news-item__top {
    flex-direction: column;
    align-items: flex-start; }
  .news-item__right {
    padding: 12px;
    width: 100%;
    margin-top: 12px; }
  .news-item__right:before {
    width: 100%;
    height: 1px; }
  .news-item__left {
    padding-bottom: 0; }
  .blog .news__item {
    height: auto;
    flex-direction: column-reverse; }
  .blog .news__item .level2__news {
    height: 350px;
    width: 100%;
    margin-bottom: 16px; }
  .blog .news__content div {
    margin-top: 16px; }
  .blog .news__content {
    height: auto;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .container {
    max-width: 540px !important; }
  .popup-call__box {
    width: 95%;
    margin-left: 0;
    left: 2.5%;
    padding: 0 0 16px 4px;
    top: 8rem; }
  .arcticmodal-container_i2, .arcticmodal-container_i {
    width: 100%; }
  .menu5__close {
    left: 127%; }
  h1 {
    font-size: 36px; }
  h2, .info__form h2 {
    font-size: 28px; }
  .no__content {
    flex-direction: column; }
  .no__item {
    width: 100% !important;
    padding: 16px 12px;
    border-left: none !important; }
    .no__item:nth-child(3) {
      border-bottom: 1px solid rgba(42, 52, 62, 0.12);
      border-top: 1px solid rgba(42, 52, 62, 0.12); }
  .info__fig {
    width: 100%;
    left: 0;
    margin-left: 0; }
  .info__pic {
    width: 100%; }
  .info__form .order__form {
    flex-direction: column; }
  .info__form input {
    width: 100%;
    margin-bottom: 8px; }
  .info__form button {
    width: 100%; }
  .num__item p {
    font-size: 26px; }
  .num__item img {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 12px; }
  .num__item small {
    font-size: 14px; }
  .num__content img {
    width: 100%; }
  .calc__block p {
    font-size: 14px;
    margin-bottom: 8px; }
  .calc__block span {
    font-size: 32px; }
  .calc__sub {
    font-size: 14px; }
  .order__box {
    width: 100%; }
  .order__area {
    padding-bottom: 494px; }
  .text__item:last-child:after {
    bottom: 40px; }
  .footer__logo {
    width: 130px; }
  .footer__row {
    flex-direction: column; }
  .order__per {
    margin-top: 24px; }
  .footer__info {
    width: 100%; }
  .footer__get {
    margin-left: 0;
    margin-top: 16px;
    width: 100%; }
  .footer__btn {
    margin-left: 0;
    width: 100%; }
  .footer__socials {
    flex: 1 0 auto;
    max-width: 88px; }
  .footer__area {
    flex-direction: column; }
  .footer__item:first-child {
    margin-right: 0;
    margin-bottom: 24px; }
  .footer__item {
    width: 100%; }
  .footer__bottom {
    flex-direction: column; }
  .footer__policy {
    margin-bottom: 8px; }
  .footer__text {
    max-width: 100%; }
  .dictionary__links {
    flex-wrap: nowrap;
    overflow-x: auto; }
  .dictionary__links a p {
    white-space: nowrap; }
  .dictionary__item {
    padding: 12px;
    display: flex;
    align-items: flex-start; }
  .dictionary__item span {
    width: 48px;
    height: 48px;
    flex: 1 0 auto;
    max-width: 48px;
    font-size: 16px;
    margin-right: 16px;
    margin-bottom: 0; }
  .dictionary__item p {
    font-size: 18px; }
  .dictionary__item small {
    font-size: 14px; }
  .dictionary__title {
    display: none; }
  .about .bread {
    display: none; }
  .about__wrap {
    margin-top: 0; }
  .about__pic {
    height: 65%; }
  .about__fig {
    right: -15px;
    height: 61%; }
  .fast .header__row a {
    width: 49%; }
  .news__item {
    height: auto;
    flex-direction: column-reverse;
    padding: 12px; }
  .news__item .level2__news {
    width: 100%;
    height: 175px;
    margin-bottom: 16px; }
  .news__content {
    max-width: 100%;
    height: auto; }
    .news__content p {
      font-size: 18px;
      margin-bottom: 16px; }
  .txt .about__pic {
    bottom: -138px; }
  .txt .about__fig {
    width: 100%; }
  .txt__pic {
    margin-top: 30px;
    height: 350px; }
  .txt__item {
    margin-bottom: 30px; }
  .txt__information p {
    font-size: 18px; }
  .news-item__area {
    padding: 12px; }
  .news-item__area a img {
    margin-left: 25px; }
  .txt__main {
    margin-top: 0; }
  .blog .news__item p {
    font-size: 14px;
    margin-bottom: 0; }
    .blog .news__item p strong {
      font-size: 18px; } }

@media screen and (max-width: 576px) {
  button:active, button:focus {
    outline: none; }
  button::-moz-focus-inner {
    border: 0; }
  a:active, a:focus {
    outline: none; }
  input, textarea {
    outline: none; }
  input:active, textarea:active {
    outline: none; }
  input:focusout {
    outline: none; }
  .mm {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .mm li {
      margin-bottom: 40px !important;
      width: 100% !important;
      margin-top: 0 !important; }
  .mob {
    display: flex !important; }
  .nav__logo {
    width: 109px; }
  .menu5 {
    width: 80%; }
  .menu5__close {
    left: 106%; }
  .nav__socials a:first-child {
    margin-right: 4px; }
  .nav__socials {
    margin-right: 49px; }
  h1 {
    font-size: 26px; }
    h1 span {
      display: block; }
  .header__content {
    padding: 12px; }
  .header__content h1 {
    margin-bottom: 12px; }
  .header__content ul li {
    margin-bottom: 13px;
    font-size: 16px;
    width: 100%;
    max-width: 312px; }
  .header__row a {
    height: 124px;
    width: 48.55%;
    padding-bottom: 11px; }
  .header__row a img {
    top: 13px;
    right: inherit;
    left: 12px;
    position: absolute;
    width: 80px;
    max-height: 60px;
    object-fit: contain; }
  .header__row a div {
    margin: 0;
    position: absolute;
    right: 16px;
    bottom: 16px; }
  .header__row a p {
    margin-top: auto; }
  .header__info {
    position: relative;
    padding: 12px; }
  .header__info img {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    width: 103px;
    position: absolute;
    right: -19px;
    top: -18px; }
  .header__title {
    font-size: 21px; }
  .header__text {
    font-size: 14px;
    margin-bottom: 16px; }
  .order__form input {
    height: 48px;
    font-size: 14px; }
  .button {
    height: 48px; }
  .button:after {
    width: 40px;
    height: 40px;
    top: 0;
    border-radius: 16px; }
  .checkbox .custom-checkbox + label span a {
    border-bottom: none;
    text-decoration: underline; }
  .no__item span {
    width: 48px;
    height: 48px;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 12px; }
  .no__item p {
    font-size: 18px; }
  .no__item small {
    font-size: 14px;
    margin-bottom: 0; }
  .no__item {
    padding-left: 76px;
    position: relative; }
  .no__box {
    background: #049c5f;
    padding: 12px; }
  .no .order__form button {
    width: 40px;
    height: 40px;
    border-radius: 16px; }
  .no__box p {
    font-size: 21px;
    margin-bottom: 16px; }
  .no .order__form input {
    margin-bottom: 0; }
  .no__pic {
    top: initial;
    right: 50%;
    margin-right: -201px;
    z-index: 0;
    height: 381px;
    bottom: 31px;
    width: 580px;
    height: auto; }
  h2, .info__form h2 {
    font-size: 26px; }
  .info__block p {
    font-size: 14px; }
  .info__block span {
    flex: 1 0 auto;
    max-width: 48px;
    font-size: 16px;
    width: 48px;
    height: 48px; }
  .info__block {
    padding: 12px; }
  .info__left div p {
    font-size: 18px; }
  .info__left div p span {
    font-size: 14px; }
    .info__left div p span br {
      display: none; }
  .info__left div {
    padding: 12px; }
  .info__form h2 {
    font-size: 21px; }
  .info__form {
    padding: 12px; }
  .info__form .checkbox .custom-checkbox + label span a {
    border-bottom: none !important; }
  .num__item p {
    font-size: 18px; }
  .num__item p span {
    font-size: 39px; }
  .num__item {
    padding: 15px;
    padding-left: 0; }
  .num__item:nth-child(2n) {
    padding-left: 11px;
    padding-right: 0; }
  .num__item small {
    display: block;
    width: 100%; }
  .num__block h3 {
    font-size: 21px; }
  .num__block p {
    font-size: 14px; }
  .num__block {
    padding: 12px; }
  .calc__item small, .calc__row p, .calc .slider-value {
    font-size: 14px; }
  .calc .slider-thumb {
    bottom: 21px; }
  .calc__info {
    padding: 12px; }
  .calc__top {
    flex-direction: column; }
  .calc__block {
    width: 100%;
    margin-bottom: 8px; }
    .calc__block:last-child {
      margin-bottom: 0; }
  .faq .accordeon .accordeon__button {
    font-size: 16px;
    padding: 12px 88px 12px 12px; }
  .faq .accordeon .accordeon__button:after, .faq .accordeon .accordeon__button2:after {
    top: 12px;
    margin-top: 0px; }
  .faq .accordeon .panel__text, .faq .accordeon .panel__text2 {
    padding-left: 12px;
    padding-right: 40px; }
  .faq .accordeon .panel__info {
    font-size: 14px; }
  .rev__item {
    padding: 12px; }
  .rev__text p {
    font-size: 14px; }
  .order__wrap {
    padding-top: 0; }
  .order__box {
    font-size: 12px;
    padding: 12px; }
  .order__box h2 {
    font-size: 26px; }
  .order__sub {
    font-size: 14px;
    margin-bottom: 24px; }
  .order__flex a {
    padding: 4px 10px 4px 8px; }
  .text__title {
    font-size: 18px; }
  .text__txt p {
    margin-bottom: 25px; }
  .text__wrap {
    max-height: 1100px; }
  .text__item:last-child:after {
    bottom: 0px;
    height: 100px; }
  .text__link {
    margin-top: 20px; }
  .footer__info a:first-child {
    font-size: 21px; }
  .footer__content {
    padding: 12px; }
  .footer__area {
    padding: 12px; }
  .order__area {
    padding: 12px 12px 387px; }
  .sec {
    padding: 50px 0 0;
    margin-top: 50px; }
  .sec h1 {
    margin-bottom: 32px; }
  .calc__content {
    padding: 12px; }
  .sec .no__wrap {
    padding-top: 50px; }
    .sec .no__wrap .faq__content {
      margin-top: 32px;
      order: 2; }
    .sec .no__wrap .faq__btn {
      margin-bottom: 0; }
  .about__wrap h1 {
    margin-bottom: 12px; }
  .about__pic {
    height: 372px; }
  .about__pic {
    height: 353px;
    right: -139px; }
  .about__fig {
    right: -122px;
    height: 283px; }
  .fast .header__area p {
    font-size: 14px; }
  .fast .header__row a {
    width: 48.7%;
    padding: 12px; }
  .news__nav ul li:nth-child(3), .news__nav ul li:nth-child(4) {
    display: none; }
  .news__nav {
    margin-top: 15px; }
  .news {
    padding-bottom: 50px; }
  .txt .about__pic {
    bottom: 0; }
  .txt .about__fig {
    width: 126%;
    right: -79px;
    bottom: 45px; }
  .txt__information {
    padding: 12px; }
  .blog .news__item .level2__news {
    height: 175px; }
  .popup-call__box h2 {
    font-size: 26px;
    margin-bottom: 25px; }
  .popup-call__box button {
    width: 100%;
    margin-top: 0;
    font-size: 14px; }
  .popup-call__box {
    top: 15rem; }
  .popup__rev_top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px; }
  .chat-box {
    width: 90.5%; }
  .button div {
    width: 40px;
    height: 40px; } }

@media screen and (max-width: 375px) {
  .menu5__close {
    left: 103%; }
  .order__area {
    padding: 12px 12px 335px; } }
