.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Gilroy, sans-serif;
  color: #4b6986;
  font-size: 16px;
  line-height: 170%;
  font-weight: 500;
  letter-spacing: 0.5px;
}

a {
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  color: #e62060;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
  font-family: Gilroy, sans-serif;
  color: #4b6986;
  font-size: 16px;
  line-height: 170%;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.body {
  background-color: #eef9ff;
}

.body.mod--likbez {
  background-color: #ebf8ff;
}

.header {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c428f;
}

.through__content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1992px;
  padding: 40px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.through__content.mod__footer {
  margin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.through__content.mod__header {
  z-index: 13;
  padding-top: 20px;
  padding-bottom: 20px;
}

.through__content.mod__footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heder__menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.logo-link {
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo-link.mod--header {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.logo-link.mod--header:hover {
  opacity: 0.6;
}

.logo-link.mod--header.mod--likbez-footer {
  margin-right: 32px;
}

.header-logo {
  height: 28px;
  min-height: 28px;
}

.header-logo.mod--likbez {
  height: 44px;
  min-height: 44px;
}

.header-logo.mod--likbez.mod--footer {
  height: 36px;
  min-height: 36px;
}

.header-link {
  -webkit-transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 300ms cubic-bezier(.215, .61, .355, 1);
  text-decoration: none;
}

.header-link:hover {
  opacity: 0.6;
}

.header-link.mod--margin {
  margin-left: 3vw;
}

.header-link.mod--margin.mod--hidden {
  display: none;
}

.text-up-md {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  line-height: 160%;
  font-weight: 600;
  letter-spacing: 0.1ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text-up-md.mod__cause {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #4b6986;
}

.text-up-md.mod__button {
  width: 80%;
  text-align: center;
}

.text-up-md.mod__button.mod__footer {
  color: #040059;
}

.text-up-md.mod__main-1 {
  max-width: 280px;
  margin-left: 20px;
  color: #040059;
}

.text-up-md.mod__filter-title {
  color: #4b6986;
  line-height: 100%;
}

.text-up-md.mod__button-second {
  width: 80%;
  color: #040059;
  text-align: center;
  white-space: nowrap;
}

.text-up-md.mod--header {
  line-height: 100%;
  text-align: center;
  white-space: nowrap;
}

.text-up-md.mod--main-1 {
  width: 100%;
  line-height: 130%;
  text-align: center;
}

.text-up-md.mod--video-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 48px;
  min-width: 72px;
  margin-right: 16px;
  margin-left: 16px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d7edf9;
  border-radius: 4px;
  color: #040059;
  line-height: 100%;
  text-align: center;
}

.text-up-md.mod--video-bonus {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(130deg, #96fdac, #77e081 50%);
  line-height: 130%;
  text-align: center;
}

.text-up-md.mod--video-bonus.mod--page {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  width: auto;
  padding-right: 12px;
  padding-left: 12px;
  border-radius: 4px;
  line-height: 100%;
  white-space: nowrap;
}

.text-up-md.mod--main-3 {
  width: 100%;
  color: #1c428f;
  line-height: 130%;
  text-align: center;
}

.text-up-md.mod--form-video-counter {
  margin-right: 4px;
  margin-left: 4px;
  color: #040059;
  line-height: 100%;
}

.text-up-md.mod--likbez-back {
  display: block;
  margin-bottom: 15px;
  color: #304a9c;
}

.drop__icon {
  margin-top: 3px;
  margin-right: 0px;
  color: #fff;
}

.header__drop-click {
  padding: 0px 20px 3px 0px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  cursor: pointer;
}

.header__drop {
  position: relative;
  display: none;
  margin-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__drop-list {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 0px;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 11px 11px 18px 0 rgba(168, 200, 217, 0.15);
}

.header__search {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 680px;
  height: 40px;
  min-width: 680px;
  margin-top: 20px;
  margin-right: 60px;
  margin-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search__input {
  width: 100%;
  height: 40px;
  margin-bottom: 0px;
  padding-left: 30px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.search__input::-webkit-input-placeholder {
  font-family: Gilroy, sans-serif;
  color: #040059;
  letter-spacing: 0.5px;
}

.search__input:-ms-input-placeholder {
  font-family: Gilroy, sans-serif;
  color: #040059;
  letter-spacing: 0.5px;
}

.search__input::-ms-input-placeholder {
  font-family: Gilroy, sans-serif;
  color: #040059;
  letter-spacing: 0.5px;
}

.search__input::placeholder {
  font-family: Gilroy, sans-serif;
  color: #040059;
  letter-spacing: 0.5px;
}

.search__button {
  width: 100px;
  height: 40px;
  min-width: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Gilroy, sans-serif;
  color: #fff;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.search__button:hover {
  opacity: 0.6;
}

.header-search-icon {
  display: block;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  margin-left: 3vw;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.header-search-icon:hover {
  opacity: 0.6;
}

.header__link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search__close {
  width: 20px;
  margin-left: 3vw;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.search__close:hover {
  opacity: 0.6;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.text-up-sm {
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.1ch;
  text-decoration: none;
  text-transform: uppercase;
}

.text-up-sm.mod__drop {
  margin-bottom: 10px;
}

.text-up-sm.color--darkblue {
  border-bottom: 1px solid #d7edf9;
  color: #040059;
}

.text-up-sm.color--darkblue.mod__drop {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
}

.text-up-sm.color--darkblue.mod__drop:hover {
  border-bottom-color: #e62060;
  color: #e62060;
}

.text-up-sm.color--darkblue.mod__search {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-up-sm.mod__service-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0b5b1d;
}

.text-up-sm.mod__service-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #004f7a;
}

.text-up-sm.mod__service-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #595959;
}

.text-up-sm.mod__form {
  color: #040059;
}

.text-up-sm.mod__social-inner {
  color: #4b6986;
}

.text-up-sm.mod__inner {
  margin-right: 15px;
  padding: 6px 15px;
  border-radius: 4px;
  background-color: #d7edf9;
  color: #4b6986;
}

.text-up-sm.mod__news {
  margin-right: 10px;
  color: #040059;
}

.text-up-sm.filter_select {
  margin-bottom: 0px;
  border: 1px solid #d7edf9;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  color: #040059;
}

.text-up-sm.sort_select {
  max-width: 250px;
  margin-bottom: 0px;
  border: 1px solid #d7edf9;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  transition: all 300ms cubic-bezier(.215, .61, .355, 1);
  color: #040059;
}

.text-up-sm.mod--dh-2-link {
  color: #1c428f;
}

.text-up-sm.mod--dh-2-link.mod--likbez {
  color: #202020;
}

.text-up-sm.mod--dh-2-pane-title {
  color: #4b6986;
  line-height: 170%;
}

.text-up-sm.mod--dh-2-pane-title.mod--likbez {
  color: #5d6970;
}

.text-up-sm.mod--video-aside-el {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  padding: 4px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: linear-gradient(135deg, #96fdac, #77e081 50%);
  line-height: 100%;
}

.main-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content {
  width: 100%;
  max-width: 1500px;
  padding-right: 60px;
  padding-left: 60px;
}

.content.mod__404 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod__policy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--dh-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content.mod--dh-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.mod--add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.mod--search {
  padding-top: 60px;
}

.content.mod--video {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 0.6fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 0.6fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content.mod--likbez-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content.mod--likbez-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dec__line {
  width: 100%;
  height: 3px;
  background-color: #040059;
}

.dec__line.mod__banner {
  margin-top: 40px;
  margin-bottom: 40px;
}

.title-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 52px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 1px;
}

.title-h2.mod__situation {
  margin-bottom: 60px;
}

.title-h2.mod__main-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 700px;
  text-align: left;
}

.title-h2.mod__catalog {
  text-align: center;
}

.title-h2.mod__form {
  margin-bottom: 20px;
}

.title-h2.mod__404 {
  margin-top: 40px;
}

.title-h2.mod__center {
  min-width: 700px;
  margin-top: 20px;
  text-align: center;
}

.title-h2.mod--dh {
  max-width: 600px;
  color: #fff;
}

.title-h2.mod--dh-3 {
  color: #040059;
  text-align: center;
}

.title-h2.mod--main-1 {
  padding: 6px 16px;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eef9ff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #eef9ff 50%, rgba(255, 255, 255, 0));
  color: #040059;
}

.title-h2.mod--main-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.title-h2.mod--page-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.main-2__causes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.main-2__causes.mod--nomargin {
  margin-bottom: 0px;
}

.cause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding: 0px 3.5% 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 50%);
}

.cause__line {
  width: 100%;
  height: 1px;
  background-color: #d7edf9;
}

.cause__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d7edf9;
  text-decoration: none;
}

.cause__link.mod--margin {
  margin-bottom: 15px;
}

.text-bold-md {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 16px;
  line-height: 170%;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-bold-md.mod__cause {
  width: 90%;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  line-height: 130%;
}

.text-bold-md.mod--search-empty {
  text-align: center;
}

.title-h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 28px;
  line-height: 110%;
  font-weight: 800;
  letter-spacing: 0.02ch;
}

.title-h4.mod__cause {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-h4.mod--dh {
  font-size: 24px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0px;
}

.title-h4.mod--dh.mod--likbez {
  color: #202020;
}

.title-h4.mod--modal-header {
  color: #040059;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.title-h4.mod--form-video-header {
  margin-right: 32px;
  line-height: 130%;
  font-weight: 600;
}

.main-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen-1__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 48px;
  padding: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 50%);
}

.screen-1__img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-1__dec {
  position: absolute;
  left: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.main-1__img {
  width: 320px;
  height: 320px;
}

.screen-1__text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screen-1__text-box.mod__situation {
  max-width: 600px;
  margin-right: 40px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 966px;
  margin-right: 5%;
  margin-left: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner.mod--hidden {
  display: none;
}

.banner__img-box {
  position: relative;
}

.banner__text-box {
  max-width: 650px;
  margin-left: 30px;
}

.text-md {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #4b6986;
  font-size: 16px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-md.mod__footer {
  color: #5683ff;
}

.text-md.mod__footer.mod--likbez {
  color: #fff;
  font-size: 14px;
}

.text-md.mod__inner {
  max-width: 500px;
}

.text-md.mod--main-header {
  max-width: 720px;
  margin-top: 16px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  max-width: 350px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #033bce;
  box-shadow: 6px 6px 26px 0 rgba(3, 59, 206, 0.18);
  -webkit-transition: all 300ms cubic-bezier(.455, .03, .515, .955);
  transition: all 300ms cubic-bezier(.455, .03, .515, .955);
  text-decoration: none;
}

.button:hover {
  background-color: #203d88;
}

.button.mod__banner {
  margin-top: 40px;
}

.button.mod__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: 350px;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  background-color: #fff;
}

.button.mod__footer:hover {
  background-color: #d7edf9;
}

.button.mod__inner {
  min-width: 350px;
}

.button.mod__404 {
  max-width: none;
  min-width: 350px;
  margin-top: 40px;
}

.button.mod--second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  min-width: 320px;
  padding-left: 0px;
  border: 1px solid #c1d9e5;
  background-color: transparent;
  box-shadow: none;
}

.button.mod--second:hover {
  background-color: #d7edf9;
}

.button.mod--second.mod--arrow {
  width: 48px;
  height: 48px;
  min-height: 48px;
  min-width: 48px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: transparent;
  background-color: #d7edf9;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

.button.mod--main-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--main-1:hover {
  opacity: 0.8;
}

.button.mod--modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90%;
  max-width: none;
  margin: 20px 5%;
  padding-left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--modal:hover {
  opacity: 0.8;
}

.button.mod--inner-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-right: 0%;
  margin-left: 0%;
  padding-left: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--inner-video:hover {
  opacity: 0.8;
}

.button.mod--inner-video.mod--likbez {
  margin-top: 0px;
  border-radius: 50px;
  background-color: #304a9c;
}

.button.mod--main-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  min-width: 240px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d9e5;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--main-3:hover {
  background-color: #d7edf9;
  opacity: 1;
}

.button.mod--video-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 24px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--video-banner:hover {
  opacity: 0.8;
}

.button.mod--video-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--video-form:hover {
  opacity: 0.8;
}

.button.mod--video-form-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d9e5;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--video-form-back:hover {
  background-color: #d7edf9;
  opacity: 1;
}

.button.mod--video-aside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d9e5;
  background-color: transparent;
  box-shadow: none;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.button.mod--video-aside:hover {
  background-color: #d7edf9;
  opacity: 1;
}

.button__icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #2656d1;
}

.button__icon-box.mod__footer {
  border-left-color: #d7edf9;
}

.button__icon-box.mod__second {
  border-left-color: #c1d9e5;
}

.button__icon-box.mod--main-1 {
  min-width: 20%;
  margin-left: 16px;
  padding-left: 16px;
  border-left-color: rgba(255, 255, 255, 0.1);
}

.button__icon-box.mod--main-3 {
  min-width: 20%;
  margin-left: 16px;
  padding-left: 16px;
  border-left-color: #c1d9e5;
}

.button__icon-box.mod--video-form-back {
  border-right: 1px solid #c1d9e5;
  border-left-width: 0px;
  border-left-color: transparent;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c428f;
}

.footer__top {
  width: 100%;
  height: 50px;
  border-radius: 0px 0px 20px 20px;
  background-color: #eef9ff;
}

.button__icon {
  height: 16px;
  min-height: 16px;
}

.button__icon.mod--video-controls {
  height: 14px;
  min-height: 14px;
}

.button__icon.mod--main-1 {
  width: 32px;
  height: 32px;
  min-height: 32px;
  min-width: 32px;
}

.footer__line {
  width: 100%;
  height: 1px;
  max-width: 1992px;
  background-color: #2051c4;
}

.atman__img {
  min-width: 80px;
}

.title-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 1px;
}

.title-h3.mod__inner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.title-h3.mod__policy {
  width: 100%;
  max-width: 600px;
  line-height: 130%;
  text-align: center;
}

.title-h3.mod--dh-2-pane-title {
  margin-bottom: 20px;
}

.title-h3.mod--dh-2-pane-title.mod--likbez {
  margin-bottom: 15px;
  color: #202020;
  font-size: 32px;
  letter-spacing: 0.01ch;
}

.title-h3.mod--dh-2-pane-title.mod--likbez-instruments {
  margin-bottom: 0px;
  color: #202020;
  font-size: 32px;
  letter-spacing: 0.01ch;
}

.title-h3.mod--main-2 {
  width: 100%;
  line-height: 110%;
  letter-spacing: 0.03ch;
}

.title-h3.mod--main-3 {
  line-height: 110%;
}

.title-h3.mod--video-banner {
  width: 100%;
  font-size: 32px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.03ch;
}

.title-h3.mod--video {
  margin-right: 24px;
  line-height: 120%;
}

.title-display-1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #1c428f;
  font-size: 90px;
  line-height: 100%;
  font-weight: 900;
  letter-spacing: 0.05ch;
  text-transform: uppercase;
}

.title-display-1.mod__main-1 {
  letter-spacing: 0ch;
  text-transform: uppercase;
}

.main-1__number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cause__text-block {
  width: 100%;
}

.header-burger {
  display: none;
}

.header-line-2 {
  z-index: 12;
  display: none;
}

.situation-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.situation-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service__title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.service__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d7edf9;
  text-decoration: none;
}

.mix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  min-width: 45%;
  margin-right: 3%;
  margin-bottom: 3%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mix.mod__inner {
  width: 100%;
  min-width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
}

.mix.mod__inner.mos--service-page {
  width: 100%;
  margin-right: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
}

.service__wrapper {
  width: 100%;
}

.service__wrapper.mod__inner {
  margin-bottom: 45px;
}

.service__wrapper.mod__inner.mod--service-page {
  margin-bottom: 45px;
}

.text-bold-sm {
  margin-top: 10px;
  font-family: Gilroy, sans-serif;
  color: #004f7a;
  font-size: 12px;
  line-height: 170%;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-bold-sm.mod__service {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 6px 15px;
  background-color: #eef9ff;
  line-height: 130%;
}

.text-bold-sm.mod__service-label {
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 6px 15px;
  border-radius: 4px;
  background-color: #eef9ff;
}

.text-bold-sm.mod__service-1 {
  margin-top: 5px;
  color: #0b5b1d;
}

.text-bold-sm.mod__service-2 {
  margin-top: 5px;
  color: #004f7a;
}

.text-bold-sm.mod__service-3 {
  margin-top: 5px;
  color: #595959;
}

.text-bold-sm.mod__service-restriction {
  margin-top: 20px;
  padding: 6px 15px;
  background-color: #eef9ff;
  line-height: 130%;
}

.mix-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.mix-container.mod__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mix-container.mod__inner.mod--service-page {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-sm {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 12px;
  line-height: 170%;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-sm.mod__form {
  margin-bottom: 0px;
  margin-left: 20px;
}

.text-sm.mod__form.mod--video {
  width: 100%;
  margin-left: 0px;
  text-align: center;
}

.text-sm.mod__footer-2 {
  max-width: 33%;
  color: #5683ff;
}

.text-sm.mod__question {
  max-width: 330px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 15px;
  border: 1px solid #4064a4;
  border-radius: 4px;
  color: #5683ff;
}

.service__sale-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #98ffaf;
}

.service__sale-1.mod__inner-service {
  max-width: 600px;
}

.sale__img {
  margin-right: 15px;
  margin-bottom: 0px;
}

.title-h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 20px;
  line-height: 110%;
  font-weight: 800;
  letter-spacing: 0.03ch;
}

.title-h5.mod__service {
  margin-bottom: 0px;
}

.title-h5.mod__search {
  text-decoration: none;
}

.title-h5.mod__search.w--current {
  text-decoration: none;
}

.title-h5.mod--video {
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.title-h5.mod--card-video-likbez {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.01ch;
}

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 11px 11px 18px 0 rgba(168, 200, 217, 0.15);
  text-decoration: none;
}

.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 11px 11px 18px 0 rgba(168, 200, 217, 0.15);
  text-decoration: none;
}

.more__img {
  display: block;
  width: 110px;
  height: 110px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.more__item {
  width: 100%;
}

.more__list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.more__wrapper {
  margin-top: 50px;
}

.cause__link-item {
  width: 100%;
  margin-bottom: 15px;
}

.cause__link-item:last-child {
  margin-bottom: 0px;
}

.service__label-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 2px solid #d7edf9;
}

.search-wrapper {
  margin-top: 60px;
}

.container {
  min-height: 100vh;
}

.service__labels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sale__text-box {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #8ceba1;
}

.service__sale-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #79d0ff;
}

.service__sale-2.mod__inner-service {
  max-width: 600px;
}

.sale__text-box-2 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #6fbfeb;
}

.service__sale-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #eef9ff;
}

.service__sale-3.mod__inner-service {
  max-width: 600px;
  border: 1px solid #e0e7eb;
}

.sale__text-box-3 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 1px solid #e0e7eb;
}

.service__line {
  width: 100%;
  height: 1px;
  background-color: #d7edf9;
  color: #d7edf9;
}

.main-2__header {
  display: none;
  margin-top: 0px;
  padding-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c1d9e5;
}

.main-2__header.mod__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.filter-controls {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 2%;
  width: 28%;
  margin-right: 2%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.img__service {
  display: block;
  max-height: 60px;
  max-width: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.small-text.mod__form {
  margin-bottom: 40px;
}

.form__select {
  margin-bottom: 20px;
  border: 1px solid #c1d9e5;
  border-radius: 4px;
  background-color: #fff;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-weight: 500;
  letter-spacing: 1px;
}

.form__input {
  border: 1px solid #c1d9e5;
  border-radius: 4px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-weight: 500;
  letter-spacing: 1px;
}

.form__input.mod--video {
  width: 100%;
  height: 54px;
  margin-bottom: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-color: #d7edf9;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  font-size: 16px;
  line-height: 100%;
}

.form__input.mod--video:hover {
  border-color: #c1d9e5;
}

.form__input.mod--video:active {
  border-color: #1c428f;
}

.form__input.mod--video:focus {
  border-color: #1c428f;
}

.form__input.mod--video::-webkit-input-placeholder {
  color: #c1d9e5;
  letter-spacing: 0.095ch;
  text-transform: uppercase;
}

.form__input.mod--video:-ms-input-placeholder {
  color: #c1d9e5;
  letter-spacing: 0.095ch;
  text-transform: uppercase;
}

.form__input.mod--video::-ms-input-placeholder {
  color: #c1d9e5;
  letter-spacing: 0.095ch;
  text-transform: uppercase;
}

.form__input.mod--video::placeholder {
  color: #c1d9e5;
  letter-spacing: 0.095ch;
  text-transform: uppercase;
}

.form__input.mod--video.mod--promo {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.form__textarea {
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-weight: 500;
}

.form__button {
  padding: 20px 30px;
  border-radius: 4px;
  background-color: #033bce;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form__button:hover {
  opacity: 0.75;
}

.form__button.mod--video-get {
  width: 100%;
  height: 54px;
  padding: 0px 16px;
  line-height: 100%;
  letter-spacing: 0.1ch;
}

.form__button.mod--video-get.mod--promo {
  width: auto;
  min-width: 170px;
  padding-right: 16px;
  padding-left: 16px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.form__box {
  margin-bottom: 20px;
}

.success-message {
  background-color: #98ffaf;
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.error-message {
  font-family: Gilroy, sans-serif;
  font-weight: 500;
}

.social__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #4064a4;
  border-radius: 4px;
}

.social__box.mod__header {
  border-color: rgba(255, 255, 255, 0.1);
}

.social__box.mod__inner {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 45px;
  border-color: #d7edf9;
}

.social__box.mod__situation {
  margin-top: 40px;
  border-color: #d7edf9;
}

.social {
  margin-left: 20px;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.social:hover {
  opacity: 0.6;
}

.social.mod--hidden {
  display: none;
}

.social__img {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
}

.service__buttons-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404__img {
  width: 600px;
}

.text-rich-policy {
  width: 100%;
  max-width: 980px;
  margin-top: 50px;
}

.link {
  color: #e62060;
  text-decoration: none;
}

.form__button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.service__like {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service__like.mod__iinner-service {
  margin-right: 15px;
}

.news__card {
  max-width: 500px;
  padding: 25px;
  border-radius: 4px;
  background-color: #fff;
}

.text-up-xs {
  font-family: Gilroy, sans-serif;
  color: #4b6986;
  font-size: 10px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-up-xs.mod__news {
  margin-bottom: 10px;
}

.news__link {
  display: none;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.categ {
  display: none;
}

.footer__desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1992px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.controls-form {
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 11px 11px 18px 0 rgba(168, 200, 217, 0.15);
}

.controls-form.mod__sort {
  padding: 0px;
  background-color: transparent;
  box-shadow: none;
}

.filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-group.mod__disable {
  display: none;
}

.filter__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__title.mod__disable {
  display: none;
}

.filter__img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.filter__line {
  width: 100%;
  height: 1px;
  margin-bottom: 30px;
  background-color: #d7edf9;
}

.filter__line.mod__disable {
  display: none;
}

.service__container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter_form {
  margin-bottom: 0px;
}

.filter_reset-mask {
  width: 100%;
}

.filter_reset-mask.filter-group {
  margin-bottom: 0px;
}

.mixitup-page-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.service__content {
  width: 71%;
}

.sorting_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sort__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort_form {
  display: none;
  margin-bottom: 0px;
}

.control-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  padding-right: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.maim-2__cause-hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, hsla(0, 0%, 100%, 0.1), #fff 41%);
}

.maim-2__cause-hor.mod--hidden {
  display: none;
}

.cause__content-hor {
  width: 63%;
  margin-left: 5%;
}

.mod_hor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mod__hor {
  width: 47%;
}

.title-h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 18px;
  line-height: 110%;
  font-weight: 800;
  letter-spacing: 0.5px;
}

.title-h6.mod--video-aside-el {
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  letter-spacing: 0.02ch;
}

.situation-3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.screen-inner-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.more__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mod__footer {
  color: #fff;
  text-decoration: none;
}

.banner__img {
  width: 360px;
  min-width: 360px;
}

.add-form {
  margin-bottom: 0px;
}

.collection-list-wrapper {
  display: none;
}

.screen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.screen.mod--dh-1 {
  position: relative;
  margin-bottom: 100px;
  background-color: #1c428f;
  background-image: url('../images/bg.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.screen.mod--dh-2 {
  margin-bottom: 150px;
}

.screen.mod--add {
  margin-top: 45px;
}

.screen.mod--video {
  padding-top: 60px;
}

.text-rich-dh {
  width: 100%;
  margin-top: 50px;
}

.text-rich-dh li {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-rich-dh ul {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #fff;
}

.dh-1-text {
  width: 50%;
}

.dh-1-img {
  height: 172px;
}

.dh-1-img-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dh-2-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 4px;
  box-shadow: 11px 11px 16px 0 rgba(168, 200, 217, 0.15);
}

.dh-2-menu.mod--de {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  box-shadow: none;
}

.dh-2-content {
  width: 100%;
}

.dh-2-pane {
  width: 100%;
  padding: 45px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 11px 11px 16px 0 rgba(168, 200, 217, 0.15);
}

.dh-2-pane.mod--likbez {
  padding: 48px;
  border-radius: 16px;
}

.dh-2-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  min-width: 20%;
  padding: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d7edf9;
  background-color: #fff;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.dh-2-link:hover {
  background-color: #eef9ff;
}

.dh-2-link.w--current {
  background-color: #eef9ff;
}

.dh-2-link.tab-5 {
  border-right-width: 0px;
  border-right-color: transparent;
}

.dh-2-link.mod--de {
  width: 100%;
  min-width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
}

.dh-2-link.mod--de.w--current {
  border-color: #d7edf9;
}

.dh-2-link.mod--likbez {
  position: relative;
  width: 100%;
  min-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  border-right-width: 0px;
  border-right-color: transparent;
  border-radius: 12px;
  font-family: Gilroy, sans-serif;
}

.dh-2-link.mod--likbez:hover {
  background-color: #e1edf8;
  opacity: 1;
}

.dh-2-link.mod--likbez.w--current {
  background-color: #e1edf8;
}

.dh-2-link-img {
  width: 55px;
  height: 55px;
  min-height: 55px;
  min-width: 55px;
  margin-right: 20px;
}

.dh-2-pane-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin-right: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dh-2-pane-text.mod--likbez {
  width: 100%;
  margin-right: 0%;
}

.dh-2-pane-img {
  width: 300px;
  min-width: 300px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
}

.dh-2-pane-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dh-2-pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dh-2-pane-title {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7edf9;
}

.dh-2-pane-subtitle {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d7edf9;
}

.dh-2-pane-subtitle.mod--hidden {
  display: none;
}

.dh-2-pane-subtitle.mod--likbez {
  border-bottom-color: #d1ebf8;
}

.dh-2-pane-text-box {
  width: 100%;
  margin-bottom: 30px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #d7edf9;
  border-radius: 4px;
}

.dh-2-pane-text-box.mod--first {
  border-color: #eef9ff;
  background-color: #eef9ff;
}

.dh-2-pane-text-box.mod--first.mod--likbez {
  border-width: 0px;
  border-color: transparent;
  border-radius: 16px;
  background-color: #ebf8ff;
}

.dh-2-pane-text-box.mod--last {
  margin-bottom: 0px;
}

.dh-2-pane-text-box.mod--likbez {
  border-color: #d1ebf8;
  border-radius: 16px;
}

.text-lg {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #4b6986;
  font-size: 18px;
  line-height: 170%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.text-lg.mod--dh-pane.mod--likbez {
  color: #5d6970;
}

.text-lg.mod--dh-pane.mod--likbez.mod--margin {
  margin-top: 30px;
}

.text-lg.mod--main-2 {
  margin-top: 24px;
}

.text-lg.mod--video-banner {
  margin-top: 24px;
}

.dh-2-pane-text-box-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #d7edf9;
}

.dh-2-pane-text-box-logo.mod--main-2 {
  margin-top: 24px;
}

.dh-2-logo-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 16.66%;
  min-width: 16.66%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d7edf9;
  border-right: 1px solid #d7edf9;
  border-bottom: 1px solid #d7edf9;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
}

.dh-2-logo-link:hover {
  background-color: #eef9ff;
}

.dh-2-logo-link.mod--hidden {
  display: none;
}

.dh-2-logo {
  display: block;
  width: 70px;
  height: 40px;
  min-height: 40px;
  min-width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

.dh-2-logo.mod--main {
  width: 100%;
  height: auto;
  max-height: 40px;
  max-width: 70px;
  min-height: auto;
  min-width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.dh-3-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 75px;
  padding-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c1d9e5;
}

.dh-3-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dh-3-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  min-width: 48%;
  margin-bottom: 4%;
  padding: 45px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #c1d9e5;
}

.dh-3-card.mod--likbez {
  padding: 24px;
  border-color: #d1ebf8;
  border-radius: 16px;
}

.dh-3-card-img {
  width: 170px;
  height: 170px;
  min-height: 170px;
  min-width: 170px;
  margin-right: 45px;
}

.dh-3-card-img.mod--likbez {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-right: 24px;
  border-radius: 8px;
}

.dh-3-card-text {
  width: 100%;
}

.dh-3-card-title {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c1d9e5;
}

.dh-3-card-title.mod--likbez {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom-color: #d1ebf8;
}

.dh-2-scroll {
  display: none;
}

.text-rich-dh-content {
  width: 100%;
}

.text-rich-dh-content p {
  color: #5d6970;
  font-size: 18px;
  font-weight: 400;
}

.text-rich-dh-content li {
  margin-bottom: 15px;
  color: #5d6970;
  font-size: 18px;
  font-weight: 400;
}

.text-rich-dh-content ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

.dh-2-pane-scrn {
  width: 300px;
  height: 30px;
  min-height: 30px;
  min-width: 300px;
  margin-top: 15px;
  border-radius: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}

.add-container {
  width: 100%;
  max-width: 960px;
  padding: 90px;
  border-radius: 20px;
  background-color: #fff;
}

.cause__img {
  width: 20vw;
  height: 20vw;
  max-height: 320px;
  max-width: 320px;
  -o-object-fit: contain;
  object-fit: contain;
}

.modal-close {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  -o-object-fit: cover;
  object-fit: cover;
}

.modal-close.mod--video-close {
  min-height: 14px;
  min-width: 14px;
}

.modal-mask {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  background-color: rgba(28, 66, 143, 0.7);
  opacity: 0;
  cursor: pointer;
}

.modal-content {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 720px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
  background-color: #fff;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 21;
  display: none;
  overflow: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-wrapper.mod--video-mask {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d7edf9;
}

.card-video {
  width: 100%;
  cursor: pointer;
}

.card-video-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 280px;
  max-height: 280px;
  min-height: 280px;
  margin-bottom: 15px;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cms-item {
  width: 100%;
}

.cms-list {
  width: 100%;
}

.cms-list.mod--video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cms-wrapper {
  width: 100%;
}

.cms-wrapper.mod--video.swiper-container {
  overflow: hidden;
}

.card-video-img-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 280px;
  max-height: 280px;
  min-height: 280px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
}

.card-video-play {
  position: relative;
  z-index: 2;
  width: 56px;
  height: 56px;
  min-height: 56px;
  min-width: 56px;
  border-radius: 100%;
  background-image: url('../images/i-play-dark.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.card-video-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgba(28, 66, 143, 0.7);
  opacity: 0;
}

.main-3-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 45px;
  padding-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c1d9e5;
}

.main-3-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-video-wrapper {
  width: 100%;
}

.widget-video {
  position: relative;
  overflow: hidden;
  width: 90%;
  min-height: 400px;
  margin-right: 5%;
  margin-left: 5%;
  border-radius: 20px;
}

.widget-video.mod--inner {
  display: none;
  width: 100%;
  height: 34vw;
  max-height: 520px;
  min-height: auto;
  margin-right: 0%;
  margin-left: 0%;
}

.youtube-video__wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.youtube-video__play {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.youtube-video__play:hover {
  opacity: 0.6;
}

.youtube-video__play.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.youtube-video__play-icon {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
}

.youtube-video__cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-image: url('../images/og-image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.youtube-video__cover.active {
  display: block;
}

.modal-button-box {
  width: 100%;
}

.mixitup-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  min-height: 32px;
  min-width: 40px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d7edf9;
  border-radius: 4px;
  background-color: transparent;
  -webkit-transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: background-color 200ms cubic-bezier(.215, .61, .355, 1);
  font-family: Gilroy, sans-serif;
  color: #1c428f;
  line-height: 100%;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.mixitup-control:hover {
  background-color: #d7edf9;
}

.mixitup-control.mixitup-control-active {
  background-color: #d7edf9;
  cursor: auto;
}

.mixitup-control.mixitup-control-truncation-marker {
  color: #c1d9e5;
  cursor: auto;
}

.mixitup-control.mixitup-control-truncation-marker:hover {
  background-color: transparent;
}

.video-youtube {
  overflow: hidden;
  width: 100%;
  height: 34vw;
  max-height: 520px;
  border-radius: 16px;
}

.mod--hidden {
  display: none;
}

.service-header-img {
  width: 8px;
  min-width: 8px;
  margin-left: 12px;
}

.service-bottom {
  width: 100%;
  margin-top: 20px;
}

.filter_reset {
  display: block;
  width: 100%;
  padding: 16px 24px;
  border-radius: 8px;
  background-color: #d7edf9;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-family: Gilroy, sans-serif;
  color: #1c428f;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  text-align: center;
}

.filter_reset:hover {
  background-color: #c1d9e5;
}

.page-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 45px;
  padding-top: 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c1d9e5;
}

.page-subheader.mod__center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.screen-inner-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-empty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d7edf9;
  border-radius: 8px;
}

.search-page-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.search-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  max-width: 680px;
}

.title-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: #040059;
  font-size: 60px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0.03ch;
}

.title-h1.mod__situation {
  margin-bottom: 60px;
}

.title-h1.mod__main-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 700px;
  text-align: left;
}

.title-h1.mod__catalog {
  text-align: center;
}

.title-h1.mod__form {
  margin-bottom: 20px;
}

.title-h1.mod__404 {
  margin-top: 40px;
}

.title-h1.mod__center {
  min-width: 700px;
  margin-top: 20px;
  text-align: center;
}

.title-h1.mod--dh {
  max-width: 600px;
  color: #fff;
}

.title-h1.mod--dh-3 {
  color: #040059;
  text-align: center;
}

.title-h1.mod--main-1 {
  padding: 6px 16px;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eef9ff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, #eef9ff 50%, rgba(255, 255, 255, 0));
  color: #040059;
}

.title-h1.mod--main-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.title-h1.mod--page-subheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.title-h1.mod--homepage {
  line-height: 110%;
}

.title-h1.mod--likbez-1 {
  color: #202020;
  font-size: 46px;
  line-height: 110%;
  text-align: center;
  letter-spacing: 0.01ch;
}

.homepage-first-buttons {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 48px;
  grid-auto-flow: row;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.main-2-img {
  width: 100%;
}

.main-2-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-2-content.mod__situation {
  max-width: 600px;
  margin-right: 40px;
}

.main-2-img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.video-aside-more {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 11px 11px 16px 0 rgba(168, 200, 217, 0.15);
}

.video-aside-header {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d7edf9;
}

.video-aside-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-aside-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  max-height: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.video-aside-el {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 95%;
  margin-right: 12px;
  padding: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.video-aside-el:hover {
  background-color: #eef9ff;
  opacity: 1;
}

.video-aside-el.mod--active {
  background-color: #eef9ff;
}

.video-aside-el-img {
  width: 90px;
  height: 60px;
  min-height: 60px;
  min-width: 90px;
  margin-right: 16px;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.video-aside-el-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-aside-separator {
  width: 95%;
  height: 1px;
  min-height: 1px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #d7edf9;
}

.video-content-box {
  width: 100%;
  padding: 44px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 11px 11px 16px 0 rgba(168, 200, 217, 0.15);
}

.video-content-box.mod--banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-banner-img {
  width: 100%;
}

.video-banner-img-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  margin-right: 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-video {
  margin-bottom: 0px;
}

.form-video-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-video-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #d7edf9;
  border-radius: 4px;
}

.form-video-answers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: minmax(0px, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.form-video-bottom {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 32px;
  padding-top: 32px;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid #d7edf9;
}

.form-video-radio-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: #d7edf9;
  border-radius: 8px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  cursor: pointer;
}

.form-video-radio-box:hover {
  background-color: #eef9ff;
}

.form-video-radio {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: 6px;
  margin-right: 12px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #c1d9e5;
  border-radius: 100%;
}

.form-video-radio.w--redirected-checked {
  border-width: 2px;
  border-color: #c1d9e5;
  background-color: #033bce;
}

.form-video-radio.w--redirected-focus {
  border-left-color: #c1d9e5;
  box-shadow: none;
}

.form-video-radio.w--redirected-focus-visible {
  border-left-color: #c1d9e5;
}

.form-video-checkbox {
  width: 20px;
  height: 20px;
  min-height: 20px;
  min-width: 20px;
  margin-top: 6px;
  margin-right: 12px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #c1d9e5;
  border-radius: 4px;
}

.form-video-checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: #c1d9e5;
  background-color: #033bce;
  background-size: 80%;
}

.form-video-checkbox.w--redirected-focus {
  border-left-color: #c1d9e5;
  box-shadow: none;
}

.form-video-checkbox.w--redirected-focus-visible {
  border-left-color: #c1d9e5;
}

.video-content-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-video-get {
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0px;
}

.form-video-get-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.form-video-get-content.mod--promo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.form-video-get-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.video-youtube-mask {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
}

.video-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.likbez-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.likbez-aside {
  display: -ms-grid;
  display: grid;
  width: 360px;
  min-width: 360px;
  margin-right: 32px;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr);
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.likbez-catalog {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.likbez-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.card-video-likbez {
  overflow: hidden;
  height: 100%;
  border-radius: 16px;
  background-color: #fff;
}

.card-video-likbez:hover {
  opacity: 0.75;
}

.card-video-likbez-img-mask {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-video-likbez-img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.card-video-likbez-play {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  min-height: 60px;
  min-width: 60px;
}

.likbez-1-subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-review-dec {
  width: 16px;
  min-width: 16px;
}

.text-lg-bold {
  font-size: 18px;
  line-height: 170%;
  font-weight: 600;
  letter-spacing: 0.04ch;
}

.text-lg-bold.mod--l-review-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #304a9c;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

.likbez-1-line {
  width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #d1ebf8;
}

.likbez-page {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: minmax(0px, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: minmax(0px, 1fr);
  grid-template-columns: minmax(0px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.likbez-video {
  overflow: hidden;
  height: 480px;
  max-height: 480px;
  min-height: 480px;
  border-radius: 16px;
}

.likbez-button-wrapper {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dh-2-link-lottie {
  display: none;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
}

.likbez-instruments {
  width: 100%;
  margin-top: 48px;
}

.likbez-instruments-title {
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d1ebf8;
}

.likbez-btn-download {
  display: block;
  width: 100%;
  padding: 16px;
  border-radius: 24px;
  background-color: #d7edf9;
  -webkit-transition-property: all;
  transition-property: all;
  font-family: Gilroy, sans-serif;
  color: #1c428f;
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.likbez-btn-download:hover {
  background-color: #c1d9e5;
}

.likbez-btn-wrapper {
  width: 100%;
  margin-top: 12px;
  -webkit-transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  transition: all 200ms cubic-bezier(.215, .61, .355, 1);
  line-height: 0px;
}

.card-video-likbez-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-3-header-text {
  margin-right: 32px;
}

@media screen and (max-width: 991px) {
  .through__content.mod__footer.mod--likbez {
    margin-bottom: 0px;
    padding: 20px 30px;
  }

  .through__content.mod__header {
    padding: 15px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .through__content.mod__header.mod--likbez {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: minmax(0px, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .through__content.mod__footer-bottom.mod--likbez {
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .heder__menu-box {
    width: 100%;
    min-width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heder__menu-box.mod--likbez {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .logo-link.mod--header {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .header-logo.mod--likbez {
    height: 36px;
    min-height: 36px;
  }

  .text-up-md.mod--header {
    font-size: 12px;
  }

  .text-up-md.mod--video-bonus.mod--page {
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
  }

  .text-up-md.mod--likbez-back {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .header__search {
    top: 65px;
    display: none;
    width: 70%;
    min-width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .header__search.mod__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .search__input.mod--page {
    padding-left: 24px;
  }

  .header-search-icon {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .header__link-container {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header__link-container.mod--likbez {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-up-sm.mod--dh-2-pane-title.mod--likbez {
    font-size: 10px;
  }

  .main-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .main-2 {
    margin-bottom: 75px;
  }

  .content.mod--dh-1 {
    padding: 75px 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .content.mod--video {
    padding-right: 32px;
    padding-left: 32px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .title-h2 {
    font-size: 40px;
  }

  .title-h2.mod__situation {
    margin-bottom: 30px;
  }

  .title-h2.mod__main-2 {
    min-width: 320px;
  }

  .title-h2.mod__center {
    min-width: 320px;
    margin-top: 0px;
  }

  .title-h2.mod--page-subheader {
    min-width: 320px;
  }

  .cause {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: none;
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-h4.mod__cause {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .title-h4.mod--dh {
    font-size: 20px;
  }

  .title-h4.mod--modal-header {
    font-size: 24px;
  }

  .title-h4.mod--form-video-header {
    font-size: 24px;
  }

  .main-3 {
    margin-bottom: 30px;
  }

  .screen-1__container {
    margin-top: 0px;
    padding: 32px;
  }

  .screen-1__container.mod--main-2 {
    margin-top: 32px;
  }

  .main-1__dec {
    display: none;
  }

  .main-1__img {
    width: 160px;
    height: 160px;
  }

  .screen-1__text-box.mod__situation {
    margin-right: 0px;
  }

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

  .banner__img-box {
    margin-bottom: 50px;
  }

  .banner__text-box {
    margin-left: 0px;
  }

  .text-md.mod__footer {
    width: 80%;
    font-size: 14px;
  }

  .text-md.mod__footer.mod--likbez {
    font-size: 12px;
  }

  .button.mod__footer {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .button.mod--second.mod--arrow {
    margin-top: 0px;
  }

  .button.mod--second.mod--page-subheader {
    margin-top: 30px;
  }

  .button.mod--main-1 {
    height: 48px;
  }

  .button.mod--modal {
    height: 48px;
  }

  .button.mod--inner-video {
    height: 48px;
  }

  .button.mod--main-3 {
    height: 48px;
  }

  .button.mod--video-banner {
    height: 48px;
  }

  .button.mod--video-form {
    height: 48px;
  }

  .button.mod--video-form-back {
    height: 48px;
  }

  .button.mod--video-aside {
    height: 48px;
  }

  .title-h3 {
    font-size: 28px;
  }

  .title-h3.mod__policy {
    max-width: 500px;
  }

  .title-h3.mod--dh-2-pane-title.mod--likbez {
    font-size: 24px;
  }

  .title-h3.mod--dh-2-pane-title.mod--likbez-instruments {
    font-size: 24px;
  }

  .title-h3.mod--video-banner {
    font-size: 24px;
  }

  .title-h3.mod--video {
    margin-right: 0px;
  }

  .title-display-1 {
    font-size: 54px;
  }

  .cause__text-block {
    width: 75%;
  }

  .header-burger {
    display: none;
  }

  .header-line-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .header-line-1.mod--likbez {
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom-color: transparent;
  }

  .situation-1 {
    margin-top: 30px;
  }

  .mix {
    width: 100%;
    min-width: auto;
    margin-right: 0%;
  }

  .mix-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mix-container.mod__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .mix-container.mod__inner.mod--service-page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-sm.mod__footer-2 {
    max-width: 80%;
    text-align: center;
  }

  .text-sm.mod__question {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .title-h5.mod--card-video-likbez {
    font-size: 16px;
  }

  .more__img {
    height: auto;
  }

  .more__list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .more__wrapper {
    margin-top: 30px;
  }

  .catalog-1 {
    margin-top: 30px;
  }

  .search-wrapper {
    margin-top: 45px;
  }

  .main-2__header {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .filter-controls {
    width: 47%;
    margin-right: 3%;
  }

  .social__box.mod__header {
    padding-right: 9px;
    padding-left: 9px;
  }

  .social__box.mod__footer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social__box.mod__footer.mod--likbez {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .social__box.mod__situation {
    margin-top: 30px;
  }

  ._404 {
    height: 600px;
  }

  ._404__img {
    width: 400px;
  }

  .footer__desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .filter-group {
    margin-bottom: 15px;
  }

  .filter__line {
    margin-bottom: 15px;
  }

  .sorting_wrap {
    margin-bottom: 2%;
  }

  .control-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .maim-2__cause-hor {
    padding: 30px;
  }

  .cause__content-hor {
    width: 75%;
    margin-left: 0%;
  }

  .mod__hor {
    width: 100%;
  }

  .title-h6 {
    font-size: 16px;
  }

  .screen-inner-1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .more__text-block {
    min-height: 110px;
  }

  .banner__img {
    width: 240px;
    min-width: 240px;
  }

  .screen.mod--dh-1 {
    margin-bottom: 75px;
  }

  .screen.mod--dh-2 {
    margin-bottom: 100px;
  }

  .screen.mod--add {
    margin-top: 30px;
  }

  .screen.mod--video {
    padding-top: 32px;
  }

  .text-rich-dh {
    margin-top: 30px;
  }

  .text-rich-dh li {
    font-size: 16px;
    line-height: 150%;
  }

  .dh-1-img {
    height: 140px;
  }

  .dh-2-menu {
    overflow: auto;
  }

  .dh-2-menu.mod--de {
    overflow: visible;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dh-2-pane {
    padding: 30px;
  }

  .dh-2-pane.mod--likbez {
    padding: 24px;
  }

  .dh-2-link {
    min-width: 240px;
  }

  .dh-2-link.mod--likbez {
    padding-right: 12px;
    padding-left: 12px;
  }

  .dh-2-link-img.mod--likbez {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-right: 12px;
  }

  .dh-2-pane-img {
    width: 200px;
    min-width: 200px;
  }

  .dh-2-pane-img-wrapper {
    width: 200px;
  }

  .dh-2-pane-title.mod--likbez {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dh-2-pane-subtitle {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dh-2-pane-text-box {
    margin-bottom: 20px;
    padding: 20px;
  }

  .text-lg.mod--dh-pane {
    font-size: 16px;
  }

  .text-lg.mod--main-2 {
    margin-top: 16px;
    font-size: 16px;
  }

  .text-lg.mod--video-banner {
    margin-top: 16px;
    font-size: 16px;
  }

  .text-lg.mod--form-video {
    font-size: 16px;
  }

  .dh-2-pane-text-box-logo.mod--main-2 {
    margin-top: 16px;
  }

  .dh-2-logo-link {
    width: 33.33%;
    min-width: 33.33%;
  }

  .dh-3-title {
    margin-top: 75px;
    margin-bottom: 50px;
    padding-top: 50px;
  }

  .dh-3-card {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dh-3-card-img {
    width: 120px;
    height: 120px;
    min-height: 120px;
    min-width: 120px;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .dh-3-card-img.mod--likbez {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .dh-3-card-title.mod--likbez {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .dh-2-scroll {
    position: absolute;
    left: auto;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: block;
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .dh-2-scroll.mod--de {
    display: none;
  }

  .text-rich-dh-content p {
    font-size: 16px;
  }

  .text-rich-dh-content li {
    font-size: 16px;
  }

  .add-container {
    padding: 60px;
  }

  .cause__img {
    width: 240px;
    height: 240px;
    margin-right: 30px;
  }

  .card-video-img {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }

  .card-video-img-wrapper {
    height: 200px;
    max-height: 200px;
    min-height: 200px;
  }

  .main-3-header {
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .widget-video {
    min-height: 360px;
  }

  .widget-video.mod--inner {
    height: 30vw;
  }

  .youtube-video__play-icon {
    width: 90px;
    height: 90px;
    min-height: 90px;
    min-width: 90px;
  }

  .youtube-video__play-icon.mod--inner {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .page-subheader {
    margin-bottom: 30px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .screen-inner-2 {
    margin-bottom: 75px;
  }

  .search-page-wrapper {
    width: 100%;
    min-width: auto;
    margin-top: 45px;
  }

  .search-page-wrapper.mod__mob {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title-h1 {
    font-size: 40px;
  }

  .title-h1.mod__situation {
    margin-bottom: 30px;
  }

  .title-h1.mod__main-2 {
    min-width: 320px;
  }

  .title-h1.mod__center {
    min-width: 320px;
    margin-top: 0px;
  }

  .title-h1.mod--page-subheader {
    min-width: 320px;
  }

  .title-h1.mod--likbez-1 {
    font-size: 32px;
  }

  .homepage-first-buttons {
    max-width: 280px;
    margin-top: 32px;
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .main-2-content.mod__situation {
    margin-right: 0px;
  }

  .video-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .video-aside-more {
    padding: 16px;
  }

  .video-aside-header {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .video-aside-el {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video-aside-el-img {
    width: 100%;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .video-aside-separator {
    width: 90%;
  }

  .video-content-box {
    padding: 32px;
  }

  .form-video-header {
    margin-bottom: 24px;
  }

  .form-video-bottom {
    margin-top: 24px;
    padding-top: 24px;
  }

  .video-content-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .likbez-aside {
    width: 240px;
    min-width: 240px;
    margin-right: 24px;
  }

  .likbez-catalog {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }

  .likbez-1 {
    margin-bottom: 24px;
    padding-top: 24px;
  }

  .card-video-likbez-img {
    height: 140px;
  }

  .likbez-1-subtitle {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .text-lg-bold {
    font-size: 16px;
  }

  .text-lg-bold.mod--l-review-name {
    font-size: 14px;
  }

  .likbez-page {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .likbez-video {
    height: 240px;
    max-height: 240px;
    min-height: 240px;
  }

  .likbez-btn-download {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .main-3-header-text {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  .through__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .through__content.mod__footer {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .through__content.mod__footer.mod--likbez {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .through__content.mod__header {
    padding: 15px 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .through__content.mod__header.mod--likbez {
    padding-right: 15px;
    padding-left: 15px;
  }

  .through__content.mod__footer-bottom {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-logo-box {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .header-logo-box.mod__footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo-box.mod__footer.mod--likbez {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .heder__menu-box {
    display: none;
    min-width: auto;
    margin-top: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heder__menu-box.mod__mob {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 75px;
    padding-top: 75px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
    transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
  }

  .heder__menu-box.mod--likbez {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .logo-link.mod--header {
    position: relative;
    z-index: 11;
    margin-right: 0px;
  }

  .header-logo {
    height: 20px;
    min-height: 20px;
  }

  .header-logo.mod--likbez {
    height: 32px;
    min-height: 32px;
  }

  .header-logo.mod--likbez.mod--footer {
    height: 28px;
    min-height: 28px;
  }

  .header-link {
    margin-bottom: 30px;
  }

  .header-link.mod--margin {
    margin-left: 0px;
  }

  .text-up-md {
    font-size: 12px;
  }

  .text-up-md.mod__main-1 {
    max-width: 185px;
    margin-left: 12px;
  }

  .text-up-md.mod--header {
    font-size: 16px;
  }

  .text-up-md.mod--video-controls {
    height: 40px;
    min-height: 40px;
  }

  .header__drop-click {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__drop {
    margin-bottom: 15px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__drop-list {
    top: 30px;
    width: 260px;
    margin-top: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .header__search {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    display: none;
    width: 280px;
    min-width: auto;
    margin-top: 14px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .header__search.mod__mob {
    width: 100%;
    margin-top: 0px;
    -webkit-transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
    transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
  }

  .search__input {
    height: 40px;
    font-size: 12px;
  }

  .search__button {
    height: 40px;
    font-size: 12px;
  }

  .header-search-icon {
    display: none;
  }

  .header__link-container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header__link-container.mod--likbez {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .search__close {
    display: none;
  }

  .text-up-sm.color--darkblue.mod__drop {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .text-up-sm.mod__inner {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .text-up-sm.mod--dh-2-pane-title {
    font-size: 10px;
  }

  .text-up-sm.mod--likbez-header {
    display: none;
  }

  .main-1 {
    margin-bottom: 0px;
  }

  .main-2 {
    margin-bottom: 50px;
  }

  .content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .content.mod--dh-1 {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .content.mod--search {
    padding-top: 30px;
  }

  .content.mod--video {
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .content.mod--likbez-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dec__line.mod__banner {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .title-h2 {
    font-size: 32px;
  }

  .title-h2.mod__main-2 {
    min-width: auto;
    margin-bottom: 15px;
  }

  .title-h2.mod__center {
    min-width: auto;
    margin-top: 0px;
  }

  .title-h2.mod--main-1 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .title-h2.mod--main-3 {
    min-width: auto;
  }

  .title-h2.mod--page-subheader {
    min-width: auto;
  }

  .main-2__causes {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cause {
    padding: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .title-h4.mod--modal-header {
    font-size: 18px;
  }

  .screen-1__container {
    padding: 24px;
  }

  .screen-1__container.mod--main-2 {
    margin-top: 24px;
  }

  .screen-1__text-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .screen-1__text-box.mod__situation {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .screen-1__text-box.mod__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .text-md {
    font-size: 14px;
  }

  .text-md.mod__footer {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
  }

  .text-md.mod__footer.mod--likbez {
    margin-top: 0px;
    margin-bottom: 15px;
  }

  .text-md.moad__banner {
    text-align: left;
  }

  .button {
    max-width: 300px;
    min-width: 300px;
  }

  .button.mod__footer {
    min-width: 300px;
  }

  .button.mod__inner {
    min-width: 280px;
  }

  .button.mod__404 {
    min-width: 260px;
  }

  .button.mod--second {
    height: 48px;
    margin-bottom: 0px;
  }

  .button.mod--second.mod--arrow {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-top: 0px;
  }

  .button.mod--main-1 {
    height: 48px;
    min-width: auto;
    margin-bottom: 0px;
  }

  .button.mod--modal {
    height: 48px;
    min-width: auto;
  }

  .button.mod--inner-video {
    height: 48px;
    min-width: auto;
  }

  .button.mod--main-3 {
    height: 48px;
    min-width: 180px;
    margin-bottom: 0px;
  }

  .button.mod--video-banner {
    height: 48px;
    min-width: auto;
    margin-bottom: 0px;
  }

  .button.mod--video-form {
    height: 48px;
    min-width: auto;
    margin-bottom: 0px;
  }

  .button.mod--video-form-back {
    height: 48px;
    min-width: 180px;
    margin-bottom: 0px;
  }

  .button.mod--video-aside {
    height: 48px;
    min-width: 180px;
    margin-bottom: 0px;
  }

  .button__icon-box.mod--main-1 {
    padding-left: 0px;
  }

  .button__icon {
    height: 12px;
    min-height: 12px;
  }

  .button__icon.mod--video-controls {
    height: 12px;
    min-height: 12px;
  }

  .button__icon.mod--main-1 {
    width: 24px;
    height: 24px;
    min-height: 24px;
    min-width: 24px;
  }

  .title-h3.mod__policy {
    font-size: 20px;
    text-align: left;
  }

  .title-h3.mod--dh-2-pane-title {
    margin-bottom: 15px;
  }

  .title-display-1 {
    font-size: 40px;
  }

  .main-1__number-box {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .cause__text-block {
    width: 100%;
  }

  .header-burger {
    position: relative;
    z-index: 10;
    display: block;
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    cursor: pointer;
  }

  .header-line-1 {
    width: 70%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0px none transparent;
  }

  .header-line-1.mod--likbez {
    width: 100%;
  }

  .header-line-2 {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 12;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    width: 100vw;
    height: 0vh;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1c428f;
  }

  .mix {
    width: 100%;
    margin-bottom: 30px;
  }

  .mix.mod__inner {
    width: 100%;
    min-width: 100%;
  }

  .service__wrapper.mod__inner {
    margin-top: 30px;
  }

  .text-bold-sm {
    font-size: 12px;
    line-height: 150%;
  }

  .text-bold-sm.mod__service-label {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
  }

  .mix-container.mod__inner.mod--service-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }

  .text-sm {
    font-size: 14px;
  }

  .text-sm.mod__form {
    font-size: 12px;
  }

  .text-sm.mod__footer-2 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 12px;
    text-align: center;
  }

  .text-sm.mod__question {
    font-size: 12px;
    text-align: center;
  }

  .title-h5 {
    font-size: 16px;
  }

  .title-h5.mod--video-aside {
    font-size: 20px;
  }

  .more__img {
    width: 80px;
    height: 100%;
  }

  .more__item {
    width: 100%;
  }

  .more__list {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: minmax(0px, 1fr) minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }

  .more__wrapper {
    margin-top: 30px;
  }

  .main-2__header {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .filter-controls {
    position: relative;
    top: 0%;
    width: 100%;
    margin-right: 0%;
  }

  .form__input.mod--video {
    height: 44px;
  }

  .form__input.mod--video.mod--promo {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
  }

  .form__button.mod--video-get {
    height: 44px;
    font-size: 12px;
  }

  .form__button.mod--video-get.mod--promo {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
  }

  .social__box.mod__header {
    margin-top: 30px;
    margin-right: 0px;
  }

  .social__box.mod__header.mod--likbez {
    margin-top: 0px;
  }

  .social__box.mod__footer {
    margin-bottom: 20px;
  }

  .social__box.mod__inner {
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .social.mod--likbez-header {
    margin-left: 0px;
  }

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

  .text-rich-policy {
    margin-top: 30px;
  }

  .text-rich-policy p {
    font-size: 16px;
  }

  .footer__desc {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .service__container {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service__content {
    width: 100%;
    margin-top: 30px;
  }

  .sort_form {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .control-container {
    margin-bottom: 20px;
    padding-right: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .maim-2__cause-hor {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cause__content-hor {
    width: 100%;
  }

  .title-h6 {
    font-size: 14px;
  }

  .situation-3 {
    margin-top: 0px;
  }

  .more__text-block {
    min-height: 80px;
  }

  .banner__img {
    width: 200px;
    min-width: 200px;
  }

  .screen.mod--dh-1 {
    margin-bottom: 50px;
  }

  .screen.mod--dh-2 {
    margin-bottom: 50px;
  }

  .screen.mod--video {
    padding-top: 24px;
  }

  .dh-1-text {
    width: 100%;
  }

  .dh-1-img {
    height: 80px;
  }

  .dh-1-img-mask {
    width: auto;
    margin-bottom: 30px;
  }

  .dh-2-menu.mod--de {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    max-width: 100%;
  }

  .dh-2-link.mod--de {
    width: 20%;
    min-width: 240px;
  }

  .dh-2-link.mod--likbez {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .dh-2-link-img.mod--likbez {
    width: 32px;
    height: 32px;
    min-height: 32px;
    min-width: 32px;
  }

  .dh-2-pane-text {
    width: 100%;
    margin-right: 0%;
  }

  .dh-2-pane-img-wrapper {
    display: none;
  }

  .dh-2-pane-title {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .text-lg {
    font-size: 14px;
  }

  .text-lg.mod--dh-pane {
    font-size: 14px;
  }

  .text-lg.mod--video-banner {
    font-size: 14px;
  }

  .text-lg.mod--form-video {
    font-size: 14px;
  }

  .dh-2-scroll.mod--de {
    display: block;
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .text-rich-dh-content p {
    font-size: 14px;
  }

  .text-rich-dh-content li {
    font-size: 14px;
  }

  .add-container {
    padding: 30px;
  }

  .modal-close {
    width: 12px;
    height: 12px;
  }

  .modal-close.mod--video-close {
    width: 14px;
    height: 14px;
  }

  .modal-content.mod--video {
    overflow: scroll;
  }

  .card-video-img {
    height: 160px;
    max-height: 160px;
    min-height: 160px;
  }

  .card-video-img-wrapper {
    height: 160px;
    max-height: 160px;
    min-height: 160px;
  }

  .main-3-header {
    padding-top: 30px;
  }

  .widget-video {
    min-height: 240px;
  }

  .widget-video.mod--inner {
    height: 50vw;
  }

  .youtube-video__play-icon {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .youtube-video__play-icon.mod--inner {
    width: 45px;
    height: 45px;
    min-height: 45px;
    min-width: 45px;
  }

  .youtube-video__cover {
    background-position: 0% 50%;
  }

  .page-subheader {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .screen-inner-2 {
    margin-bottom: 50px;
  }

  .search-page-wrapper.mod__mob {
    width: 100%;
    margin-top: 0px;
    -webkit-transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
    transition: opacity 600ms cubic-bezier(.645, .045, .355, 1);
  }

  .title-h1 {
    font-size: 32px;
  }

  .title-h1.mod__main-2 {
    min-width: auto;
    margin-bottom: 15px;
  }

  .title-h1.mod__center {
    min-width: auto;
    margin-top: 0px;
  }

  .title-h1.mod--main-1 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .title-h1.mod--main-3 {
    min-width: auto;
  }

  .title-h1.mod--page-subheader {
    min-width: auto;
  }

  .title-h1.mod--homepage {
    font-size: 28px;
  }

  .title-h1.mod--likbez-1 {
    font-size: 24px;
  }

  .homepage-first-buttons {
    margin-top: 24px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-2-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-2-content.mod__situation {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-2-content.mod__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video-aside-more {
    position: relative;
    top: auto;
    overflow: auto;
  }

  .video-aside-header {
    margin-bottom: 12px;
    padding-bottom: 20px;
  }

  .video-aside-list {
    max-height: 320px;
  }

  .video-aside-el {
    width: 95%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-aside-el-img {
    width: 120px;
    min-width: 120px;
    margin-right: 12px;
    margin-bottom: 0px;
  }

  .video-aside-separator {
    width: 95%;
  }

  .video-content-box {
    padding: 24px;
  }

  .form-video-header {
    margin-bottom: 16px;
  }

  .form-video-answers {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-video-bottom {
    margin-top: 16px;
    padding-top: 16px;
  }

  .form-video-radio-box {
    padding: 12px;
  }

  .form-video-radio {
    margin-top: 2px;
  }

  .form-video-checkbox {
    margin-top: 2px;
  }

  .video-content-title {
    margin-bottom: 12px;
  }

  .form-video-get-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .form-video-get-content.mod--promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-aside {
    position: relative;
    top: auto;
  }

  .likbez-aside {
    overflow: scroll;
    width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 24px;
    grid-auto-flow: column;
    grid-auto-columns: minmax(200px, 1fr);
    -ms-grid-columns: minmax(200px, 1fr);
    grid-template-columns: minmax(200px, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .likbez-1-subtitle {
    margin-top: 16px;
  }

  .dh-2-link-lottie {
    position: absolute;
    left: auto;
    top: 12px;
    right: 12px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
  }
}

@media screen and (max-width: 479px) {
  .header-logo-box.mod__footer.mod--likbez {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-link.mod--header.mod--likbez-footer {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .header-logo {
    height: 20px;
  }

  .header-logo.mod--likbez {
    height: 28px;
    min-height: 28px;
  }

  .text-up-sm.sort_select {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-1 {
    z-index: 9;
    margin-bottom: 30px;
  }

  .content {
    overflow: hidden;
  }

  .title-h2.mod__main-2 {
    text-align: center;
  }

  .title-h2.mod__404 {
    text-align: center;
  }

  .title-h2.mod__center {
    text-align: center;
  }

  .title-h2.mod--page-subheader {
    text-align: center;
  }

  .title-h4.mod--form-video-header {
    margin-right: 0px;
  }

  .screen-1__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .screen-1__container.mod--main-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .screen-1__img-box {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .screen-1__text-box {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button.mod__footer {
    min-width: 270px;
  }

  .button.mod__inner {
    min-width: 260px;
  }

  .button.mod--second {
    width: 100%;
    min-width: 240px;
  }

  .button.mod--main-3 {
    margin-top: 30px;
  }

  .title-display-1.mod__main-1 {
    text-align: center;
  }

  .main-1__number-box {
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-burger {
    width: 40px;
    min-width: 40px;
  }

  .header-line-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service__title-box {
    width: 80%;
  }

  .mix-container.mod__inner.mod--service-page {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .text-sm.mod__form {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
  }

  .service {
    padding: 20px;
  }

  .more__item {
    width: 100%;
  }

  .more__list {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .service__label-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form__button {
    width: 100%;
  }

  .service__buttons-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__button-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .controls-form {
    padding: 20px;
  }

  .mixitup-page-list {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .service__content {
    margin-top: 20px;
  }

  .sorting_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .control-container {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dh-2-pane {
    padding: 20px;
  }

  .dh-2-pane-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dh-2-logo-link {
    width: 100%;
    min-width: 50%;
  }

  .dh-2-logo-link.mod--main-2 {
    width: 50%;
  }

  .dh-3-card {
    width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }

  .dh-3-card-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .dh-2-pane-scrn {
    width: 200px;
    height: 20px;
    min-height: 20px;
    min-width: 200px;
  }

  .main-3-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .main-3-controls {
    margin-top: 15px;
  }

  .widget-video.mod--inner {
    min-height: 160px;
  }

  .video-youtube {
    border-radius: 8px;
  }

  .title-h1.mod__main-2 {
    text-align: center;
  }

  .title-h1.mod__404 {
    text-align: center;
  }

  .title-h1.mod__center {
    text-align: center;
  }

  .title-h1.mod--page-subheader {
    text-align: center;
  }

  .homepage-first-buttons {
    max-width: none;
  }

  .main-2-img {
    max-width: 160px;
  }

  .main-2-content {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-2-img-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .video-aside-el {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .video-aside-el-img {
    width: 100%;
    height: 120px;
    min-height: 120px;
    min-width: 100%;
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .video-aside-separator {
    width: 90%;
  }

  .video-content-box.mod--banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-banner-img {
    max-width: 160px;
  }

  .video-banner-img-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-video-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-video-counter {
    margin-bottom: 8px;
  }

  .form-video-bottom {
    grid-auto-flow: row;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .video-youtube-mask {
    border-radius: 8px;
  }

  .likbez-catalog {
    -ms-grid-columns: minmax(0px, 1fr);
    grid-template-columns: minmax(0px, 1fr);
  }

  .likbez-1 {
    z-index: 9;
    margin-bottom: 30px;
  }

  .main-3-header-text {
    width: 100%;
    margin-right: 0px;
  }
}

#w-node-_6ba99799-0da6-b39b-a3a9-becfcd0f6be2-d9239e92 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fa6e4ec8-b962-a09a-8be9-c9377625469d-d9239e92 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f02b364-e63c-84ae-1a0f-c1e799c10c9d-d9239e92 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_46f36db5-d0c4-e77e-76fe-adb9f857b887-d9239e92 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba4cd4c3-4662-69c9-ee7a-bdef6a51f2eb-d9239e92 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bc51493a-e758-f792-589c-2ce2ccf97d96-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_48afbf8e-5e3d-55d3-7bef-32f54fcd03a6-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_908d8a79-d7af-1fae-3913-473385b55609-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1c7dc755-0fd3-b678-17ec-e6d5594cf3b7-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3b6f0ad3-84ee-9d19-ccf3-7f44ec183a64-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f51ae128-fd74-7375-b648-dd533fadeed8-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a661b8ca-200b-1004-1558-8f7cc0d7013d-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_675872ee-8a35-7657-8e04-0dc7de14ca7d-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae94fa05-ab90-9e0a-b7a8-6ef209fe1b7a-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_41bc8ffb-ae9e-c6d5-e6d4-b81eb2be84ea-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4bb7c108-54a5-6984-8f52-2587d68e72fe-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a3411ed5-c94e-4f2f-7fdd-2a2f3c92b7e7-ddf2c6a8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-53bd6600 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-013f4e00 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-4e32b676 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-e4d62143 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-c66dbebc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-737d23b0 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-3e9575cc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-3635bded {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-db05bbaa {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-3705bbdf {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-ce30f255 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_1d292fd2-5eab-f97a-93f6-063e28ad53d9-d738a89d {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_6ba99799-0da6-b39b-a3a9-becfcd0f6be2-d9239e92 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c9b46f3f-f103-62e6-616e-ca17d9bfb88c-d9239e92 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_60232a6f-1b8f-2758-6b7c-aea7df08deb7-d9239e92 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}