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

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

body {
  margin: 0;
}

main {
  display: block;
}

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

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

pre {
  font: 1em monospace,monospace;
}

a {
  background: 0 0;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font: 100%/1.15 inherit;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

fieldset {
  padding: .35em .75em .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;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  display: block;
  line-height: normal;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: 0;
}

a:focus-visible {
  outline: 2px solid #7cb518;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

select {
  appearance: none;
  border: none;
  font: inherit;
  cursor: pointer;
}

select:focus {
  outline: 0;
}

select:focus-within {
  border-color: #7cb518;
}

input,
textarea {
  font: inherit;
  color: #071c17;
  border: none;
  background: 0 0;
  outline: 0;
}

input[type=button] {
  padding: 0;
  cursor: pointer;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #071c17;
}

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

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

button {
  display: inline-block;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

button:focus {
  outline: 0;
}

button:focus-visible {
  outline: 2px solid #7cb518;
}

main {
  flex: 1 1 auto;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font: 1.6rem "Noto Sans",sans-serif;
  background: #f7f9fb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #071c17;
}

body,
html {
  height: 100%;
}

.page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  max-width: 192rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10rem;
}

.scroll-hidden {
  overflow: hidden;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.svg-store {
  visibility: hidden;
  position: absolute;
  height: 0;
  width: 0;
}

.header {
  background: #fff;
  transition: background-color .2s ease;
}

.header--secondary .header__search.desktop {
  display: block;
}

.header--secondary .header__scroll {
  padding: 2rem 0;
}

.header--not-found .burger-button,
.header--not-found .header__menu-wrapper {
  display: none;
}

.header.open {
  background: #f5faf8;
  position: fixed;
  z-index: 4;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header.open .header__scroll {
  height: calc(100vh - 1.2rem);
  overflow-y: auto;
}

.header.open .header__menu-wrapper {
  display: flex;
}

.header.open .header__search:not(.desktop) {
  display: block;
  width: 100%;
  margin-bottom: 4.8rem;
}

.header.open .header__search:not(.desktop) .search {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 35.4rem;
  min-height: 6.5rem;
  padding: 1.2rem 2rem;
}

.header.open .header__search:not(.desktop) .search__head {
  width: 100%;
}

.header.open .header__search:not(.desktop) .search__submit {
  min-width: 4.2rem;
  min-height: 4.2rem;
}

.header.open .header__inner {
  flex-direction: column;
  justify-content: unset;
}

.header.open .header__group {
  margin-bottom: 5.1rem;
}

.header.open .menu {
  display: flex;
}

.header.open .menu__list {
  flex-direction: column;
  align-items: center;
}

.header.open .menu__item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 2.4rem;
}

.header__scroll {
  height: 100%;
  padding: 2.9rem 0;
}

.header__menu-wrapper {
  display: flex;
  align-items: center;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  margin-right: 3rem;
}

.header__search {
  display: none;
  margin: 0 4rem;
}

.header__search .search-wrapper {
  padding: 0;
}

.header__search .search {
  max-height: 6.8rem;
  padding: 1.2rem 1.6rem;
  max-width: 18rem;
  border-radius: 1.8rem;
  transition: max-width .3s ease-in;
}

.header__search .search:hover {
  max-width: 30rem;
}

.header__search .search__input {
  font-size: 1.6rem;
}

.header__search .search__submit {
  min-width: 4.2rem;
  min-height: 4.2rem;
}

.link {
  max-width: -moz-fit-content;
  max-width: fit-content;
  transition: color .2s ease,border-color .2s ease;
  border-bottom: 2px solid transparent;
}

.link:hover {
  color: #7cb518;
  border-color: #7cb518;
}

.footer {
  background: #202b4f;
  color: #fff;
}

.footer__inner {
  padding: 4.8rem 0 2.4rem;
}

.footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}

.footer__item {
  line-height: 140%;
}

.footer__item address {
  color: #fff;
  font-style: normal;
}

.footer__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.footer__disclaimer {
  font-size: 1.4rem;
  line-height: 140%;
}

.footer__info {
  max-width: 41.3rem;
  width: 100%;
}

.footer__logos {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  align-items: center;
}

.footer__title {
  font: 700 2rem Raleway,sans-serif;
  display: block;
}

.footer__link {
  display: inline;
  color: #fff;
}

.footer__copyright {
  line-height: 140%;
}

.footer__bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.5);
}

.footer__madeby {
  font: 1.4rem Raleway,sans-serif;
  display: flex;
  align-items: flex-end;
}

.footer__company {
  display: flex;
  align-items: center;
  transition: opacity .2s ease;
  margin-right: 1.2rem;
}

.footer__company:hover {
  opacity: .7;
}

.footer__company,
.footer__company-icon {
  width: 7.3rem;
  height: 1.7rem;
}

.footer__madeby-links {
  display: flex;
}

.title {
  font: 700 3.6rem/140% Raleway,sans-serif;
}

.logo {
  display: flex;
  align-items: center;
  transition: opacity .2s ease;
}

.logo--secondary .logo__text {
  color: #fff;
}

.logo--secondary .logo__text span {
  color: #fff;
}

a.logo:hover {
  opacity: .8;
}

.logo__icon {
  margin-right: .8rem;
  width: 5rem;
  height: 5rem;
}

.logo__text {
  line-height: 140%;
  color: #071c17;
}

.logo__text span {
  font: 700 2rem Raleway,sans-serif;
  display: block;
  color: #202b4f;
}

.control {
  position: relative;
  display: block;
}

.control.error .control__error {
  display: block;
}

.control.active .control__icon {
  transform: rotate(90deg) translateY(50%);
}

.control.active .control__icon--secondary {
  transform: rotate(-90deg) translateY(50%);
}

.control__icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform-origin: right;
  transform: translateY(-50%);
  transition: transform .2s ease,color .2s ease;
  fill: none;
}

.control__icon--secondary {
  transform-origin: left;
}

.control-error,
.control__error {
  font-size: 1.2rem;
  line-height: 140%;
  color: #e75263;
}

.control__error {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
}

.control-error {
  display: block;
}

.control-error--checkboxes {
  margin-top: 1.5rem;
  margin-left: 3rem;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.checkbox:hover .checkbox__styled {
  border-color: #7cb518;
}

.checkbox:hover .checkbox__logic:checked+.checkbox__styled {
  background: #5e9f47;
  border-color: #5e9f47;
}

.checkbox:hover .checkbox__logic:disabled+.checkbox__styled {
  background: 0 0;
  border-color: #757575;
}

.checkbox__logic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox__logic:checked+.checkbox__styled {
  border-color: #7cb518;
  background: #7cb518;
}

.checkbox__logic:checked+.checkbox__styled::before {
  opacity: 1;
}

.checkbox__logic:disabled+.checkbox__styled {
  border-color: #757575;
  background: 0 0;
}

.checkbox__logic:disabled+.checkbox__styled::before {
  opacity: 0;
}

.checkbox__logic[type=radio]+.checkbox__styled {
  border-radius: 50%;
}

.checkbox__logic[type=radio]+.checkbox__styled::before {
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.checkbox__styled {
  position: relative;
  display: inline-block;
  margin-right: 2.4rem;
  min-width: 2rem;
  min-height: 2rem;
  border: 2px solid #071c17;
  border-radius: 4px;
  transition: background-color .2s ease,border-color .2s ease;
}

.checkbox__styled::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNzMxNzQgOS41QzQuNjEzNTQgOS41MDAyNiA0LjQ5NjQ1IDkuNDc0ODEgNC4zODcyIDkuNDI1MDlDNC4yNzc5NiA5LjM3NTM4IDQuMTc4NjkgOS4zMDIzOCA0LjA5NTExIDkuMjEwMjlMMC4yNzUzNDkgNS4wMDA2QzAuMTg5Mjg5IDQuOTA5MTQgMC4xMjA2MjIgNC43OTk3MSAwLjA3MzM1MzQgNC42Nzg3MUMwLjAyNjA4NSA0LjU1NzcgMC4wMDExNjIzNSA0LjQyNzUzIDMuOTY5NjllLTA1IDQuMjk1NzlDLTAuMDAxMDgyOTYgNC4xNjQwNiAwLjAyMTYxNjggNC4wMzMzOSAwLjA2NjgxNDYgMy45MTE0M0MwLjExMjAxMiAzLjc4OTQ2IDAuMTc4ODAzIDMuNjc4NjQgMC4yNjMyODkgMy41ODU0MkMwLjM0Nzc3NSAzLjQ5MjIgMC40NDgyNjUgMy40MTg0NSAwLjU1ODg5NiAzLjM2ODQ4QzAuNjY5NTI2IDMuMzE4NSAwLjc4ODA4MSAzLjI5MzMxIDAuOTA3NjQzIDMuMjk0MzZDMS4wMjcyMSAzLjI5NTQxIDEuMTQ1MzggMy4zMjI2OCAxLjI1NTI3IDMuMzc0NTlDMS4zNjUxNyAzLjQyNjUgMS40NjQ1OCAzLjUwMjAxIDEuNTQ3NyAzLjU5NjdMNC43MzA4NCA3LjEwMzk2TDEwLjQ2MjMgMC43OTA5MDFDMTAuNjMxMSAwLjYwNDczMyAxMC44NjAyIDAuNTAwMDkzIDExLjA5OSAwLjVDMTEuMzM3OSAwLjQ5OTkwNyAxMS41NjcgMC42MDQzNjkgMTEuNzM2IDAuNzkwNDA1QzExLjkwNDkgMC45NzY0NDEgMTEuOTk5OSAxLjIyODgxIDEyIDEuNDkyQzEyLjAwMDEgMS43NTUxOSAxMS45MDUzIDIuMDA3NjMgMTEuNzM2NCAyLjE5MzhMNS4zNjgzNiA5LjIxMDI5QzUuMjg0NzggOS4zMDIzOCA1LjE4NTUyIDkuMzc1MzggNS4wNzYyNyA5LjQyNTA5QzQuOTY3MDIgOS40NzQ4MSA0Ljg0OTk0IDkuNTAwMjYgNC43MzE3NCA5LjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) no-repeat center;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  width: 100%;
  height: 100%;
}

.checkbox__txt {
  display: flex;
  align-items: flex-start;
  -webkit-user-select: none;
  user-select: none;
  line-height: 140%;
}

.checkbox__img {
  margin-right: 8px;
  margin-top: 2px;
}

.select--dropdown-right .select__options {
  left: calc(100% + 8px);
  top: 0;
}

.select.selected .select__selected {
  background: #e1ebe9;
  border-color: #e1ebe9;
}

.select.active .select__selected {
  border-color: #5c998b;
}

.select__selected {
  position: relative;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  min-height: 5.2rem;
}

.select__selected.active {
  opacity: 1;
  overflow-y: auto;
  pointer-events: all;
}

.select__selected.input {
  transition: background-color .2s ease,border-color .2s ease;
}

.select__options {
  position: absolute;
  z-index: 3;
  right: 0;
  top: calc(100% + 2px);
  min-width: max-content;
  width: 100%;
  padding: 3rem;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  order: 1;
  transition: opacity .1s ease-in-out;
  box-shadow: 0 20px 40px rgba(7,28,23,.16);
  border-radius: 12px;
}

.select__options.active {
  opacity: 1;
  overflow-y: auto;
  pointer-events: all;
}

.select__options--secondary {
  padding: 1.6rem 1.2rem;
}

.select__option {
  font-size: 1.4rem;
  color: #071c17;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color .1s linear,color .1s linear;
  max-width: 83.6rem;
}

.select__option:not(:last-child) {
  margin-bottom: 4rem;
}

.select__option input {
  display: none;
}

.select__option.hidden {
  display: none;
}

.select__selected-label {
  color: #071c17;
  margin-right: 1rem;
}

.input {
  background: #fff;
  padding: 1.2rem 1.6rem;
  width: 100%;
  line-height: 140%;
  font-weight: 500;
  border: 1px solid #d3dce5;
  border-radius: 1rem;
  transition: border-color .1s linear;
}

.icon {
  width: 2.4rem;
  height: 2.4rem;
}

.button {
  background: #7cb518;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 2.4rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 140%;
  border-radius: 2.8rem;
  transition: background-color .2s ease;
}

.button.hidden {
  visibility: none;
}

.button:hover {
  background: #98c746;
}

.button:hover .button__icon {
  transform: translateX(3px);
}

.button--outline {
  background: 0 0;
  border: 2px solid #7cb518;
  color: #7cb518;
  transition: opacity .2s ease;
}

.button--outline:hover {
  opacity: .8;
  background: 0 0;
}

.button--outline:hover .button__icon {
  transform: translate(0);
}

.button--outline .button__icon {
  margin-left: 0;
  margin-right: .8rem;
}

.button__icon {
  stroke: #fff;
  margin-left: .8rem;
  transition: transform .2s ease;
}

.button__icon--left {
  margin-left: 0;
  margin-right: .8rem;
}

.button-arrow {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 140%;
  color: #7cb518;
}

.button-arrow:hover .button-arrow__icon {
  transform: translateX(3px);
}

.button-arrow__icon {
  stroke: #7cb518;
  margin-left: 1.2rem;
  transition: transform .2s ease;
}

.button-dropdown {
  padding: 0;
  padding-left: 2rem;
  padding-right: 0;
  overflow: hidden;
}

.button-dropdown:hover {
  background: #7cb518;
}

.button-dropdown:hover .button-dropdown__arrow {
  background: #639113;
}

.button-dropdown__icon {
  fill: none;
}

.button-dropdown__arrow {
  padding: 1.6rem;
  padding-left: 1rem;
  margin-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fff;
  height: 100%;
  transition: background-color .2s ease;
}

.button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  padding: 1.4rem;
  width: 5.2rem;
  height: 5.2rem;
  border: 1px solid #7cb518;
  transition: opacity .2s ease;
}

.button-icon:hover {
  opacity: .7;
}

.button-back {
  display: flex;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-weight: 500;
  line-height: 140%;
  color: #071c17;
  transition: color .2s ease;
}

.button-back:hover {
  color: #7cb518;
}

.button-back:hover .button-back__icon {
  transform: translateX(-3px);
}

.button-back__icon {
  margin-right: 1.2rem;
  width: 2rem;
  height: 2rem;
  stroke: #7cb518;
  transition: transform .2s ease;
}

.menu__list {
  display: flex;
  align-items: center;
}

.menu__item:not(:last-child) {
  margin-right: 3.6rem;
}

.menu__link {
  color: #071c17;
  font-weight: 500;
  line-height: 140%;
}

.burger-button {
  display: none;
  align-items: center;
  justify-content: flex-end;
  z-index: 4;
  width: 2rem;
  height: 3rem;
}

.burger-button span {
  background: #7cb518;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 2rem;
  height: .2rem;
  border-radius: 1rem;
}

.burger-button span::after,
.burger-button span::before {
  background: inherit;
  position: absolute;
  width: 100%;
  height: .2rem;
  border-radius: inherit;
}

.burger-button span::after,
.burger-button span::before {
  display: block;
  content: '';
  transition: transform .15s;
}

.burger-button span::before {
  transform: translateY(-7px);
}

.burger-button span::after {
  transform: translateY(7px);
  width: 1.4rem;
}

.burger-button.active span {
  background: #7cb518;
  height: 0;
}

.burger-button.active span::before {
  transform: rotate(-45deg);
}

.burger-button.active span::after {
  transform: rotate(45deg);
  width: 100%;
}

.intro {
  padding: 16.8rem 0 9.6rem;
}

.intro__inner {
  max-width: 75.5rem;
  width: 100%;
  margin: 0 auto;
}

.intro__title {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 140%;
  text-align: center;
  margin-top: 2.4rem;
}

.search {
  background: #fff;
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 9.2rem;
  border-radius: 2.8rem;
  border: 1px solid #d3dce5;
  padding: 2rem;
}

.search__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search__input {
  font: 2rem/140% Raleway,sans-serif;
  text-overflow: ellipsis;
  padding: 0 2.4rem 0 0;
  width: 100%;
}

.search__submit {
  background: #7cb518;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.2rem;
  min-height: 5.2rem;
  border-radius: 4rem;
  transition: background-color .2s ease;
}

.search__submit:hover {
  background: #98c746;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4.8rem 4.7rem 4.8rem 4.9rem;
  min-height: 28rem;
  min-width: 20.1rem;
  border-radius: 1rem;
  box-shadow: 0 1px 24px -1px rgba(223,235,232,.1);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: linear-gradient(17deg,rgba(217,217,217,.4) 1.79%,rgba(106,145,217,.12) 100%);
  transition: opacity .2s ease-in;
}

.card:hover {
  opacity: .7;
}

.card:last-child {
  grid-area: 2/2/2/4;
}

.card--primary {
  padding-bottom: 0;
  max-width: 41rem;
  min-width: 24.5rem;
  height: 100%;
  width: 100%;
  grid-area: 1/1/3/1;
  background: linear-gradient(43deg,rgba(124,181,24,.22) 3.67%,rgba(124,181,24,.4) 100%);
}

.card--primary .card__title {
  color: #202b4f;
}

.card__title {
  font: 700 2.4rem/140% Raleway,sans-serif;
  display: block;
  color: #22438a;
}

.card__img {
  margin: 0 auto;
}

.text {
  font-weight: 300;
  line-height: 140%;
  color: #797a7a;
}

.text p:not(:last-child) {
  margin-bottom: 2.4rem;
}

.faq__item:not(:last-child) {
  border-bottom: 1px solid #d3dce5;
}

.faq__item.active .faq__answer {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  max-height: 50rem;
  opacity: 1;
}

.faq__item.active .faq__icon {
  display: none;
}

.faq__item.active .faq__icon--active {
  display: block;
}

.faq__question {
  width: 100%;
  min-height: 6.8rem;
  padding: 2.2rem 0;
}

.faq__title {
  font: 700 2rem/140% Raleway,sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  transition: color .2s ease;
}

.faq__title:hover {
  color: #7cb518;
}

.faq__icon {
  margin-left: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}

.faq__icon--active {
  display: none;
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  transition: max-height .3s ease-in,padding .3s ease-in,opacity .15s ease-in;
}

.filter__title {
  font-weight: 700;
  font-family: Raleway,sans-serif;
  line-height: 140%;
}

.filter__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.4rem;
  margin-bottom: 1rem;
}

.dropdown-list {
  position: relative;
  z-index: 1;
}

.dropdown-list.active .dropdown-list__content {
  opacity: 1;
  visibility: visible;
}

.dropdown-list.active .button-dropdown__arrow {
  background: #639113;
}

.dropdown-list__content {
  background: #fff;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  padding: 1.2rem 1.6rem;
  min-width: 18.7rem;
  box-shadow: 0 4px 20px 0 rgba(0,0,0,.1);
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .2s ease-in;
}

.dropdown-list__item:not(:last-child) {
  margin-bottom: 1.6rem;
}

.dropdown-list__link {
  display: flex;
  align-items: center;
  line-height: 140%;
  color: #071c17;
  transition: color .2s ease;
}

.dropdown-list__link:hover {
  color: #7cb518;
}

.dropdown-list__link:hover .dropdown-list__icon {
  fill: #7cb518;
}

.dropdown-list__icon {
  margin-right: 1rem;
  height: 2.2rem;
  width: 2.2rem;
  transition: fill .2s ease;
}

.switch {
  background: #ecf3f1;
  display: flex;
  align-items: center;
  padding: .4rem;
  border-radius: 1.8rem;
}

.switch__styled {
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 1.6rem;
  padding: 1.2rem 1.5rem;
  transition: background-color .2s ease-in;
}

.switch__styled:hover .switch__control-text {
  color: #7cb518;
}

.switch__control {
  position: relative;
  display: block;
  cursor: pointer;
}

.switch__logic {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch__logic:checked+.switch__styled {
  background: #fff;
}

.switch__logic:checked+.switch__styled .switch__control-text {
  color: #7cb518;
}

.switch__control-text {
  font-weight: 500;
  line-height: 140%;
  transition: color .2s ease-in;
}

.info {
  position: relative;
}

.info--pos-right .info__content {
  left: calc(100% + 5px);
  top: 0;
}

.info--map .info__content {
  position: static;
  font-size: 1.6rem;
  opacity: 1;
  visibility: visible;
  min-width: unset;
  max-width: 36.8rem;
}

.info__button {
  display: flex;
  align-items: center;
  margin-left: .8rem;
}

.info__button:hover .info__icon {
  stroke: #071c17;
}

.info__button.active+.info__content {
  opacity: 1;
  visibility: visible;
}

.info__icon {
  width: 2.2rem;
  height: 2.2rem;
  fill: none;
  stroke: #d3dce5;
  transition: stroke .2s ease;
}

.info__content {
  background: #fff;
  position: absolute;
  z-index: 1;
  top: calc(100% + 5px);
  left: 0;
  min-width: 35.4rem;
  opacity: 0;
  visibility: hidden;
  padding: 1.2rem;
  transition: opacity .2s ease;
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,.14);
  line-height: 140%;
  font-size: 1.4rem;
}

.info__content strong {
  display: block;
  margin-bottom: .8rem;
  font-weight: 700;
}

.info__content p {
  font-weight: 500;
  color: #143830;
}

.table__head {
  margin-bottom: 1rem;
}

.table__head .table__row {
  padding: .8rem 2.4rem;
}

.table__head .table__col {
  display: flex;
  align-items: center;
}

.table__head .table__col:last-child .info__content {
  min-width: 25rem;
}

.table__title {
  font: 700 1.4rem/140% Raleway,sans-serif;
}

.table__row {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.table__row>a {
  position: absolute;
  z-index: 1;
  border-radius: 1rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: box-shadow .2s ease;
}

.table__row>a:hover {
  box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
}

.table__row:not(:last-child) {
  margin-bottom: 1rem;
}

.table__col {
  position: relative;
  flex: 1 0 calc(25% - 2.4rem);
  line-height: 140%;
}

.table__col:not(:last-child) {
  margin-right: 2.4rem;
}

.table__col--sm {
  max-width: 16.9rem;
}

.table__col--md {
  max-width: 19.3rem;
}

.table__col--lg {
  max-width: 23.1rem;
}

.table__col--xlg {
  max-width: 37rem;
}

.table__col a {
  position: relative;
  z-index: 1;
  color: #7cb518;
  text-decoration: underline;
  transition: color .2s ease;
}

.table__col a:hover {
  color: #639113;
}

.table__body .table__row {
  background: #fff;
  padding: 2rem 2.4rem;
  border-radius: 1rem;
}

.section {
  padding: 9.6rem 0 4.8rem;
}

.section--register .section__inner {
  max-width: 143rem;
}

.section--about {
  padding-bottom: 9.3rem;
}

.section--about .section__inner {
  max-width: 70.3rem;
  margin-left: 29.1rem;
}

.section--contacts {
  padding-bottom: 9.6rem;
}

.section--contacts .section__inner {
  max-width: 52.4rem;
  margin-left: 29.1rem;
}

.section--summary {
  padding-bottom: 9.6rem;
}

.section--summary .section__inner {
  max-width: 118.6rem;
}

.section--reductions {
  padding-bottom: 9.6rem;
}

.section--reductions .section__inner {
  max-width: 116.2rem;
}

.section__title {
  margin-bottom: 4.8rem;
}

.section__inner {
  width: 100%;
  margin: 0 auto;
}

.map {
  overflow: hidden;
  border-radius: 1rem;
}

.map-info {
  position: absolute;
  left: -22px!important;
  top: -130px!important;
}

.map-cluster {
  font: 700 2.4rem "Noto Sans",sans-serif;
  color: #fff;
}

.register-info:not(:last-child) {
  padding-bottom: 2.4rem;
}

.register-info:not(:last-child) {
  border-bottom: 1px solid #d3dce5;
  margin-bottom: 2.4rem;
}

.register-info__inner {
  display: flex;
}

.register-info__title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 140%;
  color: #797a7a;
  max-width: 19.6rem;
  width: 100%;
  margin-right: 9.2rem;
}

.register-info__title--bold {
  font-weight: 700;
  font-family: Raleway,sans-serif;
}

.register-info__text {
  font-weight: 500;
  line-height: 140%;
}

.register-info__text p:not(:last-child) {
  margin-bottom: 2rem;
}

.register-info__text a {
  color: #7cb518;
  text-decoration: underline;
  transition: color .2s ease;
}

.register-info__text a:hover {
  color: #639113;
}

.register-info__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.article {
  line-height: 140%;
}

.article h1 {
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
}

.article h2 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
  font-size: 2rem;
  padding-right: 4rem;
}

.article h1,
.article h2 {
  font-family: Raleway,sans-serif;
  font-weight: 700;
}

.article p {
  font-weight: 300;
  color: #797a7a;
}

.article a {
  position: relative;
  display: inline;
  max-width: -moz-fit-content;
  max-width: fit-content;
  color: #071c17;
  transition: color .2s ease;
}

.article a::after {
  position: absolute;
  right: -3rem;
  bottom: 0;
  content: url(../img/svg/arrow-right-2.svg);
  width: 2rem;
  height: 2rem;
  margin-left: 1.2rem;
  transition: transform .2s ease;
}

.article a:hover {
  color: #7cb518;
}

.article a:hover::after {
  transform: translateX(3px);
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.modal {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: rgba(0,0,0,.25);
  transition: opacity .2s ease-in-out;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

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

.modal__inner {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4.8rem 2.4rem 2.4rem;
  border-radius: 1rem;
  max-height: 90vh;
  width: 100%;
  background: #fff;
}

.modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
}

.modal__close-text {
  display: none;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #797a7a;
  margin: 2.4rem auto 0;
  transition: color .2s ease;
}

.modal__close-text:hover {
  color: #071c17;
}

.modal__close-icon {
  stroke: #797a7a;
  width: 2.4rem;
  height: 2.4rem;
  transition: stroke .2s ease;
}

.modal__close-icon:hover {
  stroke: #071c17;
}

.modal__title {
  font: 700 2rem/140% Raleway,sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 2.4rem;
}

.modal__text {
  text-align: center;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 2.4rem;
}

.modal__button {
  max-width: 22.4rem;
  width: 100%;
  margin: 0 auto;
}

.modal-error .modal__content {
  max-width: 75.8rem;
}

.cards {
  margin-bottom: 10.8rem;
}

.cards__inner {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  grid-gap: 2.4rem;
  max-width: 113.8rem;
  width: 100%;
  margin: 0 auto;
}

.descrip {
  margin-bottom: 10.8rem;
}

.descrip__inner {
  display: flex;
  justify-content: space-between;
  max-width: 143rem;
  width: 100%;
  margin: 0 auto;
}

.descrip__title {
  margin-bottom: 2.4rem;
}

.descrip__title--secondary {
  margin-bottom: 1.2rem;
}

.descrip__content:not(:last-child) {
  margin-bottom: 2.4rem;
}

.descrip__text--sm {
  max-width: 37.5rem;
  width: 100%;
}

.descrip__item {
  max-width: 70.3rem;
  width: 100%;
}

.descrip__item:not(:last-child) {
  margin-right: 13.3rem;
}

.descrip__item--sm {
  max-width: 55.5rem;
  width: 100%;
}

.descrip__additional-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.6rem 1.2rem 2.6rem 0;
}

.descrip__additional-item:not(:last-child) {
  border-bottom: 1px solid #d3dce5;
}

.descrip__additional-title {
  font-weight: 500;
  line-height: 140%;
  max-width: 32.3rem;
  width: 100%;
  margin-right: 2rem;
}

.register {
  margin-bottom: 9.8rem;
}

.register--not-found .register__not-found {
  display: block;
}

.register--not-found .register__controls,
.register--not-found .register__result {
  display: none;
}

.register--not-found .register__filters-clear {
  visibility: hidden;
}

.register--not-found .register__head {
  justify-content: flex-end;
}

.register--not-found .register__not-found-clear {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.register__filters {
  padding-top: 7rem;
}

.register__inner {
  display: flex;
  justify-content: space-between;
}

.register__content {
  width: 100%;
}

.register__tab {
  position: relative;
  display: none;
}

.register__tab.active {
  display: block;
}

.register__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2.4rem;
}

.register__result {
  display: flex;
  align-items: center;
}

.register__result-value {
  display: none;
  font-weight: 500;
  line-height: 140%;
  margin-right: 2.4rem;
}

.register__result-value.desktop {
  display: block;
}

.register__filter:not(:last-child) {
  margin-bottom: 3.4rem;
}

.register__table {
  margin-bottom: 4.8rem;
}

.register__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 19.2rem;
}

.register__more {
  margin-right: 16.2rem;
}

.register__pages-input {
  max-width: 7rem;
  margin: 0 1rem;
}

.register__filters-wrapper {
  min-width: 30rem;
  margin-right: 13.6rem;
}

.register__filters-wrapper.active {
  transform: translateX(0);
}

.register__map {
  position: absolute;
  width: 100%;
  max-width: 128.3rem;
  height: 91rem;
}

.register__docs {
  display: none;
}

.register__docs.desktop {
  display: block;
}

.register__docs.desktop .register__docs-list {
  left: 10.5rem;
}

.register__filter-btn {
  display: none;
}

.register__switch-select {
  display: none;
  min-width: 16.5rem;
}

.register__switch-select.selected .select__selected {
  background: #fff;
  border-color: #d3dce5;
}

.register__switch-select.active .select__selected {
  border-color: #5c998b;
}

.register__filters-back {
  display: none;
  font-size: 1.6rem;
  margin-bottom: 17rem;
}

.register__not-found {
  display: none;
  padding: 0 2.4rem;
}

.register__not-found-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  color: #797a7a;
  margin-bottom: 2.2rem;
}

.register-item {
  margin-bottom: 9.6rem;
}

.register-item__content {
  max-width: 113.7rem;
  width: 100%;
  margin: 0 auto 9.6rem;
}

.register-item__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 4.8rem;
}

.register-item__map-inner {
  max-width: 143rem;
  width: 100%;
  margin: 0 auto;
}

.register-item__map {
  width: 100%;
  height: 45rem;
}

.contacts__list {
  margin-bottom: 9.6rem;
}

.contacts__item {
  display: flex;
  align-items: center;
}

.contacts__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.contacts__item-title {
  line-height: 140%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #797a7a;
  max-width: 8rem;
  width: 100%;
  margin-right: 3.2rem;
}

.contacts__item address,
.contacts__item-link {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  color: #071c17;
  transition: color .2s ease;
}

.contacts__item address:hover,
.contacts__item-link:hover {
  color: #7cb518;
}

.contacts__item address:hover {
  color: initial;
}

.contacts__text {
  margin-bottom: 2.4rem;
  width: 100%;
  max-width: 44.2rem;
}

.contacts__subtitle {
  display: none;
  margin-bottom: 1.2rem;
}

.summary__item-title,
.summary__list,
.summary__title {
  padding: 0 2.4rem;
}

.summary__list .register-info__title {
  min-width: 41rem;
  max-width: 41rem;
  margin-right: 17rem;
}

.summary__list .register-info__text {
  max-width: 52rem;
  width: 100%;
}

.summary__item-title {
  font: 700 2rem/140% Raleway,sans-serif;
  display: block;
  margin-bottom: 2.4rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.reductions__item {
  display: flex;
}

.reductions__item:not(:last-child) {
  margin-bottom: 2.4rem;
}

.reductions__item-title {
  min-width: 19.3rem;
  margin-right: 9.8rem;
  font-weight: 400;
  line-height: 140%;
  color: #202b4f;
}

.reductions__item-text {
  font-weight: 500;
  line-height: 140%;
}

.reductions__list,
.reductions__title {
  padding: 0 2.4rem;
}

.not-found {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: calc(100vh - 10.8rem);
}

.not-found__buttons {
  position: relative;
  z-index: 1;
  display: flex;
}

.not-found__title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 140%;
  color: #202b4f;
  margin-bottom: 2.4rem;
}

.not-found__button {
  max-width: 22.4rem;
  width: 100%;
}

.not-found__button:not(:last-child) {
  margin-right: 2.4rem;
}

.not-found__text {
  font: 400 2rem/140% Raleway,sans-serif;
  margin-bottom: 4.8rem;
}

.not-found__inner {
  padding: 19.2rem 0 7rem;
}

.not-found__content,
.not-found__media {
  max-width: 148.7rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 4rem;
  padding-right: 4rem;
}

.not-found__img.mobile {
  display: none;
  margin: 0 auto;
}

@media only screen and (max-width:1499.98px) {
  .container {
    padding: 0 8rem;
  }

  .button:not(.button-dropdown) {
    padding: 1.5rem 2.4rem;
  }

  .card {
    min-height: 25rem;
  }

  .table__head .table__col:last-child .info__content {
    min-width: 21rem;
  }

  .table__col {
    flex: 1 0 calc(25% - 4.7rem);
  }

  .table__col:not(:last-child) {
    margin-right: 4.7rem;
  }

  .table__col--xlg {
    max-width: 26.1rem;
  }

  .table__col--lg {
    max-width: 17rem;
  }

  .section .search-wrapper {
    max-width: 67.4rem;
    margin: 0 auto;
  }

  .section--register {
    max-width: unset;
  }

  .section--about .section__inner {
    max-width: 62.8rem;
    margin-left: 11.1rem;
  }

  .section--contacts .section__inner {
    margin-left: 10.9rem;
  }

  .section--summary .section__inner {
    max-width: 111rem;
  }

  .section--reductions .section__inner {
    max-width: 111rem;
  }

  .register-info:not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .register-info__title {
    max-width: 41rem;
    min-width: 41rem;
    margin-right: 2.4rem;
  }

  .register-info__item:not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .cards__inner {
    max-width: 106rem;
  }

  .descrip__inner {
    max-width: 128rem;
  }

  .register__head {
    padding: 0 2.4rem;
  }

  .register__table {
    margin-bottom: 3.4rem;
  }

  .register__controls {
    padding-right: 8.4rem;
  }

  .register__more {
    margin-right: 8.1rem;
  }

  .register__filters-wrapper {
    max-width: 29rem;
    padding: 0 1rem;
    margin-right: 3.1rem;
  }

  .register__map {
    height: 85.2rem;
  }

  .register__not-found {
    margin: 0 auto;
    max-width: 66.4rem;
    width: 100%;
    padding: 4.8rem 0 0;
  }

  .register-item__content {
    max-width: 111rem;
    margin-bottom: 6.6rem;
  }

  .summary__list .register-info__title {
    margin-right: 13.2rem;
  }

  .reductions__item-title {
    margin-right: 2.4rem;
  }

  .not-found__content {
    padding-top: 20rem;
    padding-bottom: 6.4rem;
    padding-left: 14rem;
    padding-right: 14rem;
  }

  .not-found__media {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width:1439.98px) {
  .table__col {
    flex: 1 0 calc(25% - 2.4rem);
  }

  .table__col:not(:last-child) {
    margin-right: 2.4rem;
  }
}

@media only screen and (max-width:1365.98px) {
  .container {
    padding: 0 4.8rem;
  }

  .header--secondary .header__scroll {
    padding: 2.2rem 0;
  }

  .header__search .search {
    padding: .8rem 1.2rem;
    margin: 0 auto;
    max-width: 16rem;
    max-height: 4.8rem;
  }

  .header__search .search__input {
    font-size: 1.4rem;
  }

  .header__search .search__submit {
    min-width: 3.2rem;
    min-height: 3.2rem;
  }

  .header__search .search__input {
    font-size: 1.4rem;
  }

  .header__search .search__submit-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .logo__icon {
    width: 3.4rem;
    height: 3.4rem;
  }

  .logo__text {
    font-size: 1.4rem;
  }

  .logo__text span {
    font-size: 1.8rem;
  }

  .checkbox__logic[type=checkbox]+.checkbox__styled {
    margin-top: .3rem;
  }

  .select--dropdown-right .select__options {
    left: 0;
    top: calc(100% + 5px);
  }

  .select__options {
    min-width: unset;
  }

  .menu__link {
    font-size: 1.4rem;
  }

  .filters .info__button,
  .filters .info__content {
    display: none;
  }

  .filter .select__options {
    padding: 1.2rem .8rem;
  }

  .filter .checkbox__styled {
    margin-right: 1.2rem;
    min-width: 1.6rem;
    min-height: 1.6rem;
  }

  .filter .checkbox__txt {
    font-size: 1.2rem;
  }

  .filter .select__option:not(:last-child) {
    margin-bottom: 1.7rem;
  }

  .filter .select__selected {
    font-size: 1.2rem;
    margin-bottom: .4rem;
  }

  .filter .select__options {
    position: static;
    display: block;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    box-shadow: none;
    transition: max-height .3s ease-in,padding .3s ease-in,opacity .2s ease-in;
    border-radius: 1rem;
    padding: 0 .8rem;
  }

  .filter .select__options.active {
    max-height: 120rem;
    opacity: 1;
    padding: 1.2rem .8rem;
  }

  .filter__title {
    font-size: 1.2rem;
  }

  .register--not-found .register__filters-clear {
    visibility: visible;
  }

  .register--not-found .register__head {
    justify-content: space-between;
  }

  .register--not-found .register__not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .register__result-value.desktop {
    display: none;
  }

  .register__result-value {
    display: block;
  }

  .register__filter:not(:last-child) {
    margin-bottom: 3rem;
  }

  .register__filters-wrapper {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    min-width: 33.4rem;
    margin-right: 0;
    padding-top: 2.9rem;
    padding: 2.5rem 3.8rem 2.5rem 2.4rem;
    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,.14);
    background-color: #f5faf8;
    transition: transform .3s ease-in;
    transform: translateX(-100%);
  }

  .register__map {
    position: relative;
  }

  .register__docs.desktop {
    display: none;
  }

  .register__docs {
    display: block;
  }

  .register__docs .register__docs-list {
    left: 0;
  }

  .register__filter-btn {
    display: flex;
  }

  .register__filters-clear.button {
    border-width: 1px;
  }

  .register__filters-back {
    display: flex;
  }

  .register__not-found {
    padding-top: 0;
  }

  .register__not-found-text {
    text-align: center;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width:1199.98px) {
  .header--secondary .header__search.desktop {
    display: none;
  }

  .header--secondary .header__scroll {
    padding: 2.9rem 0;
  }

  .header__menu-wrapper {
    display: none;
    flex-direction: column;
    width: 100%;
    padding: 0 1.2rem;
  }

  .header__group {
    width: 100%;
  }

  .footer__group:not(.footer__info) {
    max-width: 19.5rem;
    width: 100%;
  }

  .footer__group:not(.footer__info):not(:last-child) {
    margin-right: 2rem;
  }

  .footer__logos {
    grid-gap: 1.5rem;
  }

  .burger-button {
    display: flex;
  }

  .intro {
    padding: 9.6rem 0 4.8rem;
  }

  .card {
    padding: 2.4rem 2.4rem 0;
  }

  .register__switch {
    display: none;
  }

  .register__switch-select {
    display: block;
  }

  .summary__list .register-info__title {
    margin-right: 9.9rem;
  }
}

@media only screen and (max-width:1023.98px) {
  .header--secondary .header__scroll {
    padding: 1.4rem 0;
  }

  .header__scroll {
    padding: 1.4rem 0;
  }

  .link {
    border-width: 1px;
  }

  .footer__inner {
    padding: 2.4rem 0;
  }

  .footer__disclaimer {
    font-size: 1rem;
    max-width: 20rem;
  }

  .footer__info {
    flex: 1 0 100%;
    max-width: 20rem;
  }

  .footer__info:not(:last-child) {
    margin-right: 14.3rem;
  }

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

  .footer__title {
    font-size: 1.2rem;
  }

  .footer__link {
    font-size: 1.2rem;
    border-color: rgba(255,255,255,.4);
  }

  .footer__copyright {
    font-size: 1.2rem;
  }

  .footer__madeby {
    font-size: 1.2rem;
  }

  .footer__company,
  .footer__company-icon {
    width: 4.3rem;
    height: 1rem;
  }

  .footer__contacts-item {
    font-size: 1.2rem;
    max-width: 13rem;
  }

  .title {
    font-size: 2.4rem;
  }

  .logo--secondary .logo__text {
    font-size: 1rem;
  }

  .logo--secondary .logo__text span {
    font-size: 1.2rem;
  }

  .logo--secondary .logo__icon {
    width: 3rem;
    height: 3rem;
  }

  .logo__text {
    font-size: 1rem;
  }

  .logo__text span {
    font-size: 1.4rem;
  }

  .control__icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .checkbox__logic[type=radio]+.checkbox__styled::before {
    width: .9rem;
    height: .9rem;
  }

  .checkbox__styled {
    margin-right: 1.2rem;
    min-width: 1.6rem;
    min-height: 1.6rem;
    border-width: 1px;
  }

  .checkbox__styled::before {
    background-size: 10px 7px;
  }

  .checkbox__txt {
    font-size: 1.2rem;
  }

  .select__selected {
    font-size: 1.2rem;
  }

  .select__options {
    padding: 1.2rem .8rem;
  }

  .select__options--secondary {
    padding: 1.6rem 1.2rem;
  }

  .select__option:not(:last-child) {
    margin-bottom: 1.3rem;
  }

  .button {
    font-size: 1.4rem;
  }

  .button:not(.button-dropdown) {
    padding: 1.4rem 2.4rem;
  }

  .button-back {
    font-size: 1.4rem;
  }

  .button-back__icon {
    width: 2.4rem;
    height: 2.4rem;
  }

  .menu {
    display: none;
  }

  .intro__title {
    font-size: 1.2rem;
    max-width: 45.4rem;
    width: 100%;
    margin: 2.4rem auto 0;
  }

  .search {
    max-height: 6.5rem;
    max-width: 50.2rem;
    margin: 0 auto;
    padding: 1.2rem 2rem;
    border-radius: 1.8rem;
  }

  .search__input {
    font-size: 1.4rem;
  }

  .search__submit {
    min-width: 4.2rem;
    min-height: 4.2rem;
  }

  .search__submit-icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .card--primary {
    min-height: 32.7rem;
  }

  .card {
    min-height: 15.9rem;
  }

  .card__title {
    font-size: 1.6rem;
  }

  .card__img {
    max-width: 25rem;
    width: 100%;
  }

  .faq__question {
    padding: 0;
  }

  .faq__title {
    font-size: 1.6rem;
  }

  .dropdown-list__link {
    font-size: 1.4rem;
  }

  .info--map .info__content {
    font-size: 1.2rem;
    max-width: 27.1rem;
  }

  .table .info__button,
  .table .info__content {
    display: none;
  }

  .table__head .table__row {
    padding: .8rem 1.2rem;
  }

  .table__title {
    font-size: 1.2rem;
  }

  .table__col {
    font-size: 1.2rem;
  }

  .table__col--md {
    max-width: 11.7rem;
  }

  .table__col--lg {
    max-width: 16.1rem;
  }

  .table__col--sm {
    max-width: 14.8rem;
  }

  .table__body .table__row {
    padding: 2rem 1.2rem;
  }

  .section--about .section__inner {
    margin-left: 0;
    max-width: unset;
  }

  .section--contacts .section__inner {
    margin-left: 0;
  }

  .section {
    padding: 4.8rem 0 4.3rem;
  }

  .section__title {
    margin-bottom: 2.4rem;
  }

  .register-info__title {
    min-width: 17.1rem;
    max-width: 17.1rem;
    font-size: 1.2rem;
    margin-right: 8.5rem;
  }

  .register-info__text {
    font-size: 1.4rem;
  }

  .article h1 {
    font-size: 2.4rem;
  }

  .article h2 {
    font-size: 1.6rem;
    margin-top: 2.4rem;
    margin-bottom: .7rem;
  }

  .article h2:first-of-type {
    margin-top: 4.9rem;
  }

  .article p {
    font-size: 1.4rem;
  }

  .modal__close {
    display: none;
  }

  .modal__close-text {
    display: block;
  }

  .modal__title {
    font-size: 1.6rem;
  }

  .modal__text {
    font-size: 1.4rem;
  }

  .modal-error .modal__content {
    max-width: 38.6rem;
  }

  .cards {
    margin-bottom: 4.8rem;
  }

  .cards__inner {
    grid-gap: 1.2rem;
  }

  .descrip {
    margin-bottom: 4.8rem;
  }

  .descrip__inner {
    flex-direction: column;
  }

  .descrip__text {
    max-width: unset;
    font-size: 1.4rem;
  }

  .descrip__item {
    max-width: unset;
  }

  .descrip__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 4.8rem;
  }

  .descrip__additional-item {
    padding: 0;
    min-height: 6.8rem;
  }

  .descrip__additiona-link span {
    display: none;
  }

  .register {
    margin-bottom: 4.8rem;
  }

  .register__filters {
    padding-top: 3.2rem;
  }

  .register__head {
    padding: 0 1.2rem;
    margin-bottom: 2.1rem;
  }

  .register__result-value {
    font-size: 1.2rem;
  }

  .register__filter:not(:last-child) {
    margin-bottom: 1.3rem;
  }

  .register__table {
    margin-bottom: 2.4rem;
  }

  .register__controls {
    padding-right: 1.3rem;
  }

  .register__more {
    margin-right: 3.8rem;
  }

  .register__pages {
    font-size: 1.2rem;
  }

  .register__pages-input {
    font-size: 1.4rem;
    max-width: 6rem;
  }

  .register__map {
    height: 40rem;
  }

  .register__filters-clear.button {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .register__filters-back {
    font-size: 1.2rem;
  }

  .register-item__content {
    margin-bottom: 4.8rem;
  }

  .register-item__title {
    font-size: 1.6rem;
  }

  .register-item__map {
    height: 30rem;
  }

  .contacts__list {
    margin-bottom: 4.8rem;
  }

  .contacts__item-title {
    font-size: 1.2rem;
    max-width: 7.4rem;
    margin-right: 1.2rem;
  }

  .contacts__item address,
  .contacts__item-link {
    font-size: 1.6rem;
  }

  .contacts__text {
    font-size: 1.4rem;
    max-width: 30.8rem;
  }

  .summary {
    margin: 0 -1.2rem;
  }

  .summary__item-title,
  .summary__list,
  .summary__title {
    padding: 0 1.2rem;
  }

  .summary__list .register-info__title {
    max-width: 15.8rem;
    min-width: 15.8rem;
  }

  .summary__item:not(:last-child) {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }

  .summary__item-title {
    font-size: 1.6rem;
  }

  .reductions__item:not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .reductions__item-title {
    font-size: 1.4rem;
    min-width: 15.9rem;
    margin-right: 1.2rem;
  }

  .reductions__item-text {
    font-size: 1.4rem;
  }

  .reductions__list,
  .reductions__title {
    padding: 0;
  }

  .not-found {
    min-height: calc(100vh - 6.2rem);
  }

  .not-found__title {
    font-size: 4rem;
    margin-bottom: 1.2rem;
  }

  .not-found__button:not(:last-child) {
    margin-right: 1.2rem;
  }

  .not-found__text {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }

  .not-found__content {
    padding-top: 14rem;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 50.2rem;
  }
}

@media only screen and (max-width:767.98px) {
  .container {
    padding: 0 1.2rem;
  }

  .header.open .header__search:not(.desktop) .search {
    min-height: 4.8rem;
  }

  .header.open .header__search:not(.desktop) .search__submit {
    min-width: 3.2rem;
    min-height: 3.2rem;
  }

  .header.open .header__search:not(.desktop) .search__submit-icon {
    height: 1.6rem;
    width: 1.6rem;
  }

  .header.open .menu {
    align-self: flex-start;
  }

  .header.open .menu__list {
    align-items: unset;
  }

  .header__search .search__input {
    font-size: 1.2rem;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__logo:not(:last-child) {
    margin-bottom: 1.2rem;
  }

  .footer__disclaimer {
    max-width: unset;
  }

  .footer__group:not(.footer__info) {
    max-width: unset;
  }

  .footer__group:not(.footer__info):not(:last-child) {
    margin-right: 0;
    margin-bottom: 3.4rem;
  }

  .footer__info {
    max-width: unset;
  }

  .footer__info:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.4rem;
  }

  .footer__logos {
    grid-template-columns: 1fr 1fr;
    max-width: 11.4rem;
    width: 100%;
    margin: 0 auto;
  }

  .footer__title {
    font-size: 1.8rem;
  }

  .footer__link {
    font-size: 1.4rem;
  }

  .footer__copyright {
    margin-bottom: 2.4rem;
  }

  .footer__bot {
    flex-direction: column;
    padding-top: 2.4rem;
  }

  .footer__madeby {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__company {
    justify-content: center;
    margin-bottom: 1.2rem;
    margin-right: 0;
  }

  .footer__company,
  .footer__company-icon {
    width: 7.3rem;
    height: 1.7rem;
  }

  .footer__contacts-item {
    font-size: 1.4rem;
    max-width: unset;
  }

  .title {
    font-size: 1.8rem;
  }

  .select__selected {
    min-height: 4.8rem;
  }

  .icon {
    width: 1.9rem;
    height: 1.9rem;
  }

  .button {
    font-size: 1.2rem;
    max-width: 19.3rem;
  }

  .button-icon {
    width: 4.8rem;
    height: 4.8rem;
  }

  .button-back {
    font-size: 1.2rem;
  }

  .intro {
    padding-top: 7.5rem;
  }

  .intro__title {
    font-size: 1rem;
  }

  .intro__title {
    padding: 0 3.4rem;
  }

  .search-wrapper {
    padding: 0 2.4rem;
  }

  .search {
    padding: .8rem 1.2rem;
    max-height: 4.8rem;
  }

  .search__input {
    font-size: 1.2rem;
  }

  .search__submit {
    min-height: 3.2rem;
    min-width: 3.2rem;
  }

  .search__submit-icon {
    width: 1.6rem;
    height: 1.6rem;
  }

  .card--primary {
    grid-area: 1/1/1/3;
    max-width: unset;
  }

  .card {
    min-width: 14.2rem;
  }

  .card:last-child {
    grid-area: 3/1/3/3;
  }

  .card__title {
    font-size: 1.4rem;
  }

  .card__img {
    max-width: 12.1rem;
    margin-left: auto;
    margin-right: -1rem;
  }

  .faq__item.active .faq__answer {
    padding-right: 1.2rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .faq__question {
    min-height: unset;
    padding: 1.2rem 0;
  }

  .faq__title {
    font-size: 1.4rem;
  }

  .faq__answer {
    margin-left: 1.2rem;
  }

  .info--map .info__content {
    max-width: 22.8rem;
    font-size: 1rem;
  }

  .table {
    margin: 0 -.6rem;
  }

  .table__head {
    display: none;
  }

  .table__row {
    flex-direction: column;
  }

  .table__col {
    flex: 1 0 100%;
    display: flex;
    max-width: unset;
    font-size: 1.4rem;
  }

  .table__col:not(:last-child) {
    margin-right: 0;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #d3dce5;
  }

  .table__col::before {
    min-width: 9.1rem;
    max-width: 9.1rem;
    width: 100%;
    margin-right: 1.3rem;
    font-size: 1rem;
    line-height: 140%;
    color: #797a7a;
    content: attr(data-label);
  }

  .table__body .table__row {
    padding: 1.8rem .6rem;
  }

  .section--register {
    padding-bottom: 2.4rem;
  }

  .section--contacts .section__inner {
    max-width: unset;
  }

  .map-info {
    top: -110px!important;
  }

  .register-info__title {
    min-width: 9.1rem;
    max-width: 9.1rem;
    margin-right: 1.2rem;
    font-size: 1rem;
  }

  .article h1 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }

  .article h2 {
    margin-bottom: 1rem;
  }

  .modal__close-text {
    font-size: 1.2rem;
  }

  .modal-error .modal__content {
    max-width: 26.7rem;
  }

  .cards__inner {
    grid-template-columns: 1fr 1fr;
  }

  .descrip__btn {
    margin: 0 auto;
  }

  .descrip__additional-item {
    min-height: 6rem;
  }

  .descrip__additional-title {
    font-size: 1.4rem;
  }

  .register--not-found .register__head {
    display: flex;
    justify-content: space-between;
  }

  .register--not-found .register__filter-btn {
    margin: 0;
  }

  .register--not-found .register__switch-select {
    min-width: 13.5rem;
  }

  .register--not-found .register__filter-btn {
    max-width: 14rem;
    min-width: unset;
  }

  .register__filters {
    padding-top: 2.4rem;
  }

  .register__head {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.2rem;
    padding: 0;
  }

  .register__result-value {
    margin-right: .9rem;
    white-space: nowrap;
  }

  .register__table {
    margin-bottom: 4.8rem;
  }

  .register__controls {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0;
  }

  .register__more {
    margin-right: 0;
    margin-bottom: 1.2rem;
    min-width: 21.5rem;
  }

  .register__filters-wrapper {
    min-width: unset;
    max-width: unset;
    left: 0;
    height: 100%;
  }

  .register__map {
    height: 30rem;
  }

  .register__filter-btn {
    min-width: 18rem;
    grid-area: 1/1/1/3;
    margin: 0 auto 1.2rem;
  }

  .register__switch-select {
    max-width: 14.5rem;
    width: 100%;
    min-width: unset;
    margin-left: auto;
  }

  .register__filters-clear.button {
    font-size: 1.4rem;
    max-width: 21.9rem;
  }

  .register__filters-back {
    margin: 0;
  }

  .register__filters-back span {
    display: none;
  }

  .register__filters-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: -1.2rem;
  }

  .register-item__content {
    margin-bottom: 2.4rem;
  }

  .register-item__title {
    font-size: 1.8rem;
  }

  .contacts__item-title {
    font-size: 1rem;
    margin-right: 1.8rem;
    max-width: 5rem;
  }

  .contacts__item address,
  .contacts__item-link {
    font-size: 1.4rem;
  }

  .contacts__button {
    margin: 0 auto;
  }

  .contacts__subtitle {
    display: block;
  }

  .summary {
    margin: 0;
  }

  .summary__list .register-info__title {
    max-width: 9.2rem;
    min-width: 9.2rem;
    margin-right: 1.2rem;
  }

  .summary__list .register-info__title--bold {
    margin-right: 0;
    max-width: unset;
  }

  .summary__item:not(:last-child) {
    margin-bottom: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .summary__item-title {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
  }

  .reductions__item-title {
    min-width: 9.1rem;
    font-size: 1rem;
  }

  .not-found__buttons {
    flex-direction: column-reverse;
    align-items: center;
  }

  .not-found__title {
    font-size: 3.2rem;
    margin-bottom: 2.4rem;
  }

  .not-found__button:not(:last-child) {
    margin-right: 0;
    margin-top: 2.4rem;
  }

  .not-found__text {
    font-size: 1.4rem;
  }

  .not-found__content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4.8rem;
  }

  .not-found__media {
    padding-top: 4rem;
    margin-top: -14.1rem;
  }

  .not-found__img {
    display: none;
  }

  .not-found__img.mobile {
    display: block;
  }
}