@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:regular,500,600,700,italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:regular,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular,600&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat+Alternates:regular&display=swap);
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #000;
  font-weight: 400;
  line-height: 1.2432432432;
  font-family: Montserrat;
  font-size: 18.5px;
  background: #f6f6f6;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Montserrat;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
h1 {
  font-weight: 600;
  font-size: 42px;
  line-height: 1.2142857143;
  color: #36633c;
}
h2 {
  font-weight: 600;
  font-size: 34px;
  line-height: 1.2058823529;
  line-height: 41px;
  color: #36633c;
}
h3 {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.2222222222;
  color: #36633c;
}
h4 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1.2;
}
h5 {
  font-family: Roboto;
  font-size: 21px;
  line-height: 1.1904761905;
  color: #3c3c3c;
}
h6 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2222222222;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 85.625rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  height: 60px;
  background: #279a37;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.2222222222;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.btn:hover {
  background: #21842f;
}
input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input {
  background: rgba(238, 238, 238, 0.5);
  border-radius: 50.5px;
  width: 100%;
  height: 67px;
  display: block;
  padding: 0 20px 0 58px;
  outline: 0;
  font-size: 23px;
  line-height: 1.2173913043;
  color: rgba(0, 0, 0, 0.8);
}
input:focus {
  border: 1px solid #999;
}
input::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
input::-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
input:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
input::-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
input::placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
textarea {
  background: rgba(238, 238, 238, 0.5);
  border-radius: 50.5px;
  width: 100%;
  display: block;
  padding: 20px;
  outline: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: 1.2173913043;
  color: rgba(0, 0, 0, 0.8);
  resize: none;
}
textarea:focus {
  border: 1px solid #999;
}
textarea::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
textarea::-moz-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
textarea:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
textarea::-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
textarea::placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.6);
}
.article__favorite {
  position: relative;
  margin: 0 0 0 20px;
}
.article__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.no-webp .article__input:checked + .article__label:before {
  background-image: url(../img/icon/heart2.png);
}
.article__label {
  cursor: pointer;
  position: relative;
}
.no-webp .article__label:before {
  background-image: url(../img/icon/heart1.png);
}
.article__label:before {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.comments__inform {
  position: relative;
}
.comments__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.comments__input:checked + .comments__label:before {
  content: "✓";
}
.comments__label {
  cursor: pointer;
  position: relative;
}
.comments__label:before {
  content: "";
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  color: #848484;
  border: 2px solid #848484;
  border-radius: 3px;
}
.select {
  position: relative;
  width: 270px;
}
.select__body {
  position: relative;
}
.select__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  text-align: left;
  background: #cde8d1;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
}
._select-open .select__title {
  background: #f3f3f3;
}
.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 0.9375rem;
  gap: 0.625rem;
}
.select__value > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.no-webp .select__value:after {
  background-image: url(../img/icon/play-2.png);
}
.select__value:after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 19px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
}
._select-open .select__value:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: 0.5;
}
.select__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2142857143;
  color: #848484;
  position: absolute;
  top: 47px;
  min-width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 11px;
  padding: 13px 0;
}
.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}
.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  color: inherit;
}
.select__option._select-selected {
  background-color: #eee;
}
.select__option:hover {
  background: rgba(94, 94, 94, 0.14);
}
.select__row {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.select._select-open {
  z-index: 5;
}
._select-tag {
  cursor: pointer;
}
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}
.popup-show body::after {
  opacity: 1;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}
.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  background-color: #fff;
  padding: 40px 85px;
  width: 100%;
  max-width: 776px;
  border-radius: 20px;
}
.lock .popup__content {
  visibility: visible;
}
.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 0 0 40px 0;
}
.popup__close {
  font-size: 40px;
  color: #36633c;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.popup__close:hover {
  color: #279a37;
}
.body-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.body-popup__logo {
  width: 609px;
  height: 149px;
}
.body-popup__logo img {
  max-width: 100%;
}
.body-popup__title {
  padding: 90px 0 15px 0;
}
.body-popup__input {
  margin: 0 0 33px 0;
}
.body-popup__input-body {
  width: 100%;
  position: relative;
}
.no-webp .body-popup__password::after {
  background-image: url(../img/icon/show.png);
}
.body-popup__password::after {
  content: "";
  top: 17%;
  position: absolute;
  right: 40px;
  width: 43px;
  height: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-webp .body-popup__password.view::after {
  background-image: url(../img/icon/hide.png);
}
.body-popup__button {
  width: 215px;
}
.block {
  padding: 60px 0 0 0;
  text-align: center;
}
.block__title {
  font-weight: 400;
}
.block__text {
  font-size: 13px;
  line-height: 1.2307692308;
  color: #5e5e5e;
  padding: 20px 0 0 0;
  width: 530px;
  margin: 0 auto;
}
.block__more {
  font-size: 13px;
  line-height: 1.2307692308;
  color: #5e5e5e;
  padding: 15px 0 0 0;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.block__more:hover {
  color: #279a37;
}
.name-change__title {
  font-weight: 500 !important;
  color: #36633c;
}
.name-change__image {
  padding: 20px 0 40px 0;
}
.name-change__image img {
  width: 44px;
  height: 41px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.name-change__input {
  background: 0 0;
  border-radius: 0;
  margin: 0 0 50px 0;
  border-bottom: 3px solid #bcbcbc;
}
.name-change__input:focus {
  border-bottom: 4px solid #bcbcbc;
  border-top: none;
  border-right: none;
  border-left: none;
}
.name-change__input::-webkit-input-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
.name-change__input::-moz-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
.name-change__input:-ms-input-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
.name-change__input::-ms-input-placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
.name-change__input::placeholder {
  font-style: normal;
  color: rgba(0, 0, 0, 0.7);
}
.name-change__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: italic;
  font-size: 14px;
  line-height: 1.2142857143;
  color: rgba(0, 0, 0, 0.42);
  padding: 0 0 30px 0;
}
.name-change__label::before {
  margin-right: 10px;
}
.name-change__button {
  width: 212px;
  margin: 0 auto;
  background: 0 0;
}
.spollers {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}
.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid #eee;
  padding: 0.625rem 0.9375rem;
  border-radius: 0.3125rem;
  position: relative;
}
._spoller-init .spollers__title {
  cursor: pointer;
}
._spoller-init .spollers__title::after,
._spoller-init .spollers__title::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  -o-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}
._spoller-init .spollers__title::before {
  -webkit-transform: translate(-75%, -50%) rotate(40deg);
  -ms-transform: translate(-75%, -50%) rotate(40deg);
  transform: translate(-75%, -50%) rotate(40deg);
}
._spoller-init .spollers__title::after {
  -webkit-transform: translate(0, -50%) rotate(-40deg);
  -ms-transform: translate(0, -50%) rotate(-40deg);
  transform: translate(0, -50%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::before {
  -webkit-transform: translateX(-75%) rotate(-40deg);
  -ms-transform: translateX(-75%) rotate(-40deg);
  transform: translateX(-75%) rotate(-40deg);
}
._spoller-init .spollers__title._spoller-active::after {
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.spollers__body {
  padding: 1.25rem;
  border-radius: 0.3125rem;
  border: 1px solid #eee;
}
[data-showmore-button] span:last-child {
  display: none;
}
._showmore-active [data-showmore-button] span {
  display: none;
}
._showmore-active [data-showmore-button] span:last-child {
  display: block;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: relative;
  z-index: 2;
  background: #fff;
}
.header__line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.header__line-mobile {
  display: none;
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 146px;
  padding: 0 85px 0 22px;
}
.header__logo img {
  width: 344px;
  height: 84px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 25px;
  margin: 20px 0 0 0;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 35.5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #36633c;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__profile:hover {
  color: #279a37;
  -webkit-box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
}
.header__user {
  display: block;
  margin: 0 5px 0 0;
}
.header__user img {
  width: 50px;
  height: 50px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.header__spollers-item {
  position: relative;
}
.header__spollers-list {
  position: absolute;
  top: 143%;
  right: -56px;
  width: 256px;
  padding: 10px 7px 8px 7px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
  border-radius: 28px;
  z-index: 2;
}
.header__spollers-list li:not(:last-child) {
  margin: 0 0 7px 0;
}
.header__spollers-list li:last-child {
  margin: 90px 0 0 0;
  padding: 5px 0 0 0;
  position: relative;
}
.header__spollers-list li:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5e5e5e;
  border-radius: 2px;
}
.header__spollers-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
  background: 0 0;
  border-radius: 31px;
  padding: 0 20px;
  height: 62px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header__spollers-link:hover {
  background: #6bde7b;
}
.header__spollers-link::before {
  content: "";
  display: block;
  margin: 0 25px 0 0;
  width: 31px;
  height: 31px;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.header__spollers-profile {
  font-weight: 600;
}
.no-webp .header__spollers-profile::before {
  background-image: url(../img/icon/login.png);
}
.no-webp .header__spollers-saved::before {
  background-image: url(../img/icon/bookmark-2.png);
}
.header__spollers-out {
  color: #ea1b1b;
}
.header__spollers-out:hover {
  color: #000;
  background: #fa5050;
}
.no-webp .header__spollers-out::before {
  background-image: url(../img/icon/logout.png);
}
.header-private {
  position: relative;
  z-index: 2;
  background: #fff;
}
.header-private__line {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.header-private__line-mobile {
  display: none;
}
.footer {
  position: relative;
  z-index: 1;
  background: #fff;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.footer__block:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 32px;
  padding: 25px;
}
.footer__logo img {
  width: 281px;
  height: 80px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__social {
  padding: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.75);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.footer__social-link:not(:last-child) {
  margin: 0 10px 0 0;
}
.footer__social-link:hover {
  -webkit-box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
}
.footer__social-link img {
  max-width: 67%;
  -o-object-fit: cover;
  object-fit: cover;
}
.footer__column:not(:last-child) {
  margin: 0 45px 0 0;
}
.footer__title {
  padding: 0 0 15px 0;
}
.footer__list li:not(:last-child) {
  margin: 0 0 5px 0;
}
.footer__link {
  font-size: 15px;
  line-height: 1.2;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.footer__link:hover {
  color: #279a37;
}
.footer__line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.main {
  padding: 35px 0 90px 0;
  position: relative;
}
.no-webp .main::before {
  background-image: url(../img/row.png);
}
.main::before {
  content: "";
  position: absolute;
  width: 1046px;
  height: 62px;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.main__slider {
  position: relative;
}
.main__slide {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  padding: 16px 16px 88px 50px;
}
.main__text {
  padding: 43px 0 90px 0;
}
.main__image {
  position: relative;
}
@supports (width: clamp(20.5625rem, 12.4375rem + 40.625vw, 49rem)) {
  .main__image {
    width: clamp(20.5625rem, 12.4375rem + 40.625vw, 49rem);
  }
}
@supports not (width: clamp(20.5625rem, 12.4375rem + 40.625vw, 49rem)) {
  .main__image {
    width: calc(20.5625rem + 28.4375 * (100vw - 20rem) / 70);
  }
}
@supports (height: clamp(22.125rem, 15.3392857143rem + 33.9285714286vw, 45.875rem)) {
  .main__image {
    height: clamp(22.125rem, 15.3392857143rem + 33.9285714286vw, 45.875rem);
  }
}
@supports not (height: clamp(22.125rem, 15.3392857143rem + 33.9285714286vw, 45.875rem)) {
  .main__image {
    height: calc(22.125rem + 23.75 * (100vw - 20rem) / 70);
  }
}
@supports (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .main__image {
    width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem);
  }
}
@supports not (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .main__image {
    width: calc(18.0625rem + 30.9375 * (100vw - 20rem) / 70);
  }
}
@supports (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .main__image {
    height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem);
  }
}
@supports not (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .main__image {
    height: calc(19.375rem + 26.5 * (100vw - 20rem) / 70);
  }
}
.main__svg {
  position: absolute;
  top: 0;
  right: -48px;
}
@supports (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .main__svg {
    width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem);
  }
}
@supports not (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .main__svg {
    width: calc(18.0625rem + 30.9375 * (100vw - 20rem) / 70);
  }
}
@supports (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .main__svg {
    height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem);
  }
}
@supports not (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .main__svg {
    height: calc(19.375rem + 26.5 * (100vw - 20rem) / 70);
  }
}
.main__photo {
  width: auto;
  height: 100%;
  -webkit-clip-path: url(#clip-path-01);
  clip-path: url(#clip-path-01);
}
.categories {
  padding: 0 0 54px 0;
}
.categories__container {
  position: relative;
}
.categories__body {
  position: absolute;
  top: 0;
  left: 0;
  padding: 16px 0 0 16px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.categories__image {
  position: relative;
  margin: 0 auto;
}
@supports (width: clamp(20.5625rem, 12.4375rem + 40.625vw, 49rem)) {
  .categories__image {
    width: clamp(20.5625rem, 12.4375rem + 40.625vw, 49rem);
  }
}
@supports not (width: clamp(20.5625rem, 12.4375rem + 40.625vw, 49rem)) {
  .categories__image {
    width: calc(20.5625rem + 28.4375 * (100vw - 20rem) / 70);
  }
}
@supports (height: clamp(22.125rem, 15.3392857143rem + 33.9285714286vw, 45.875rem)) {
  .categories__image {
    height: clamp(22.125rem, 15.3392857143rem + 33.9285714286vw, 45.875rem);
  }
}
@supports not (height: clamp(22.125rem, 15.3392857143rem + 33.9285714286vw, 45.875rem)) {
  .categories__image {
    height: calc(22.125rem + 23.75 * (100vw - 20rem) / 70);
  }
}
@supports (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .categories__image {
    width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem);
  }
}
@supports not (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .categories__image {
    width: calc(18.0625rem + 30.9375 * (100vw - 20rem) / 70);
  }
}
@supports (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .categories__image {
    height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem);
  }
}
@supports not (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .categories__image {
    height: calc(19.375rem + 26.5 * (100vw - 20rem) / 70);
  }
}
.categories__svg {
  position: absolute;
  top: 0;
  right: 48px;
}
@supports (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .categories__svg {
    width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem);
  }
}
@supports not (width: clamp(18.0625rem, 9.2232142857rem + 44.1964285714vw, 49rem)) {
  .categories__svg {
    width: calc(18.0625rem + 30.9375 * (100vw - 20rem) / 70);
  }
}
@supports (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .categories__svg {
    height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem);
  }
}
@supports not (height: clamp(19.375rem, 11.8035714286rem + 37.8571428571vw, 45.875rem)) {
  .categories__svg {
    height: calc(19.375rem + 26.5 * (100vw - 20rem) / 70);
  }
}
.categories__photo {
  width: auto;
  height: 100%;
  -webkit-clip-path: url(#clip-path-02);
  clip-path: url(#clip-path-02);
}
.categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 25%;
}
.categories__title-top {
  display: inline-block;
  position: relative;
}
.categories__title-top::before {
  content: "";
  position: absolute;
  width: 246px;
  height: 5px;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #36633c;
  border-radius: 20px;
}
.categories__block {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 40px;
  padding: 80px 50px 107px 50px;
  z-index: 1;
}
.categories__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 135px 0 0 0;
}
.categories__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 306px;
  height: 397px;
  padding: 0 20px;
  background: rgba(237, 237, 237, 0.75);
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.categories__items:hover {
  background: #279a37;
}
.categories__items:hover h2 {
  color: #fff;
}
.categories__items:not(:last-child) {
  margin: 0 83px 0 0;
}
.categories__items:nth-child(1) {
  border-radius: 132px 0 0 0;
}
.categories__items:nth-child(3) {
  border-radius: 0 0 132px 0;
}
.categories__title {
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
}
.breadcrumb {
  position: relative;
  z-index: 1;
}
.breadcrumb__container {
  position: absolute;
  min-width: 925px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 93px;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
  padding: 115px 50px 32px 50px;
}
.breadcrumb__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.breadcrumb__list li:not(:last-child) {
  padding: 0 7px 0 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.breadcrumb__list li:not(:last-child):hover {
  color: #279a37;
}
.breadcrumb__list li:not(:last-child):hover::before {
  color: #000;
}
.breadcrumb__list li:not(:first-child)::before {
  content: ">>";
  display: block;
  font-size: 18px;
  color: inherit;
  margin: 0 8px 0 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.no-webp .breadcrumb__list li:first-child::before {
  background-image: url(../img/paw.png);
}
.breadcrumb__list li:first-child::before {
  content: "";
  display: block;
  width: 26px;
  height: 24px;
  margin-right: 5px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.breadcrumb__svg {
  position: absolute;
  top: -46px;
  width: 101%;
  height: auto;
  z-index: -2;
}
.article {
  padding: 118px 0 170px 0;
}
.article__wrapper {
  display: table;
  width: 100%;
}
.article__body {
  display: table-cell;
  background: #fff;
  border-radius: 30px;
  padding: 50px 150px 60px 70px;
  max-width: 1140px;
  width: 100%;
}
.article__body * h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  font-family: Roboto;
  font-weight: 600;
  color: #000;
}
.article__body * h2 {
  font-size: 29px;
  line-height: 1.1724137931;
}
.article__body * p {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.3888888889;
  padding: 0 0 50px 0;
}
.article__body * p,
.article__body li,
.article__body ol {
  font-family: "Open Sans";
  font-size: 18px;
  line-height: 1.3888888889;
}
.article__body * img {
  margin: 0 0 60px 0;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__block {
  -webkit-transform: translateY(-76px);
  -ms-transform: translateY(-76px);
  transform: translateY(-76px);
}
.article__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 50px 0;
}
.article__content {
  font-family: "Open Sans";
  background: #eee;
  padding: 8px 35px 15px 35px;
  margin: 0 0 50px 0;
  max-width: 570px;
}
.article__content-title {
  padding: 0 0 24px 0;
}
.article__content-list:not(:last-child) {
  margin: 0 0 5px 0;
}
.article__image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 0 0 0;
}
.article__row .article__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  margin: 0 15px 0 0;
}
.article__items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 57%;
  flex: 0 1 57%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.article__item-image:not(:last-child) {
  margin: 0 15px 0 0;
}
.article__item-image img {
  width: 166px;
  height: 207px;
  -o-object-fit: cover;
  object-fit: cover;
}
.article__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0 0 0;
}
.article__pagination-list:not(:last-child) {
  margin: 0 20px 0 0;
}
.article__pagination-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article__pagination-link::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: 1;
}
.article__pagination-link-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.article__pagination-link-1 span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid #279a37;
}
.article__pagination-link-1 span::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../img/icon/arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.article__pagination-link-1.article__pagination-prev span {
  margin: 0 10px 0 0;
}
.article__pagination-link-1.article__pagination-prev:hover {
  color: #279a37;
}
.article__pagination-link-1.article__pagination-prev:hover span::before {
  background-image: url(../img/icon/arrow-active.svg);
}
.article__pagination-link-1.article__pagination-next span {
  margin: 0 0 0 10px;
}
.article__pagination-link-1.article__pagination-next span::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.article__pagination-link-1.article__pagination-next:hover {
  color: #279a37;
}
.article__pagination-link-1.article__pagination-next:hover span::before {
  background-image: url(../img/icon/arrow-active.svg);
}
.no-webp .article__pagination-prev::before {
  background-image: url(../img/icon/button-prev.png);
}
.article__pagination-prev::before {
  margin-right: 25px;
}
.article__pagination-prev:hover {
  color: #279a37;
}
.no-webp .article__pagination-prev:hover::before {
  background-image: url(../img/icon/button-prev-hover.png);
}
.article__pagination-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.no-webp .article__pagination-next::before {
  background-image: url(../img/icon/button-next.png);
}
.article__pagination-next::before {
  margin-left: 25px;
}
.article__pagination-next:hover {
  color: #279a37;
}
.no-webp .article__pagination-next:hover::before {
  background-image: url(../img/icon/button-next-hover.png);
}
.side {
  display: table-cell;
  min-width: 300px;
  background: #eaeaea;
  border-radius: 30px;
  padding: 138px 34px 40px 34px;
  position: relative;
}
.no-webp .side::before {
  background-image: url(../img/icon/bookmark-1.png);
}
.side::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  top: -8px;
  left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.side__title {
  padding: 0 0 45px 0;
}
.side__list {
  padding: 0 0 0 12px;
}
.side__list li:not(:last-child) {
  margin: 0 0 15px 0;
}
.side__link {
  font-family: Roboto;
  color: #5e5e5e;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.side__link:hover {
  color: #279a37;
}
.comments {
  padding: 0 0 120px 0;
}
.comments__container {
  position: relative;
}
.comments__title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 22px 0 0 0;
  color: #fff;
  width: 257px;
  height: 110px;
  background: #3b3b3b;
  border-radius: 52px;
  z-index: -1;
}
.comments__wrapper {
  background: #fff;
  border-radius: 53px;
  padding: 66px 100px 40px 100px;
}
.comments__body {
  background: #f6f6f6;
  border-radius: 23px;
  padding: 40px 50px 60px 50px;
}
.comments__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 20px 0;
}
.comments__text {
  margin: 0 10px 0 0;
  font-size: 15px;
  line-height: 1.2;
  color: #5e5e5e;
}
.comments__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.comments__avatar {
  margin: 0 30px 0 0;
}
.comments__avatar img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments__items {
  width: 100%;
}
.comments__input-text {
  height: 250px;
  background: #fff;
  border-radius: 25px;
}
.comments__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
.comments__file {
  margin: 0 20px 0 0;
}
.comments__file-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 0.4px !important;
  height: 0.4px;
}
.comments__file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.comments__file-label:hover .comments__file-text {
  text-decoration: underline;
}
.comments__file-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: #848484;
  border-radius: 8px;
  margin: 0 10px 0 0;
}
.no-webp .comments__file-icon::before {
  background-image: url(../img/icon/paper-clip.png);
}
.comments__file-icon::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.comments__file-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comments__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.comments__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 179px;
  height: 47px;
  border-radius: 15px;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.comments__button:not(:last-child) {
  margin: 0 15px 0 0;
}
.comments__send {
  background: #dedede;
}
.comments__send:hover {
  background: #cacaca;
}
.comments__cancel {
  background: #d88181;
}
.comments__cancel:hover {
  background: #e16f6f;
}
.comments__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 56px 0 0 0;
}
.no-webp .comments__update::before {
  background-image: url(../img/icon/undo-arrow.png);
}
.comments__update::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.comments__list {
  padding: 80px 0 0 0;
}
.comments__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.comments__list-item:not(:last-child) {
  margin: 0 0 55px 0;
}
.comments__list-avatar {
  margin: 0 40px 0 0;
}
.comments__list-avatar img {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}
.comments__list-text {
  font-weight: 400;
  background: rgba(217, 217, 217, 0.25);
  border-radius: 23px;
  padding: 23px;
  margin: 10px 0 0 0;
}
.lecture {
  padding: 157px 0 50px 0;
}
.lecture-1 {
  padding: 0 0 50px 0;
}
.lecture__body {
  background: #fff;
  border-radius: 30px;
  padding: 50px 100px 58px 100px;
}
.lecture__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 108px 0;
}
.lecture__title {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}
.lecture__slider {
  position: relative;
  text-align: center;
  padding: 64px 0 0 0;
  width: 980px;
  margin: 0 auto;
}
.lecture__slide img {
  max-width: 100%;
}
.lecture__image {
  padding: 120px 0 0 0;
  text-align: center;
}
.lecture__image img {
  max-width: 100%;
}
.answer {
  padding: 0 0 80px 0;
}
.answer__body {
  background: #fff;
  border-radius: 30px;
  padding: 44px 120px 78px 120px;
  text-align: center;
}
.answer__title {
  padding: 0 0 30px 0;
}
.answer__image img {
  max-width: 100%;
}
.lecture-bottom {
  padding: 0 0 170px 0;
}
.lecture-bottom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 70px;
}
.lecture-bottom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lecture-bottom__items:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.lecture-bottom__items:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}
.lecture-bottom__items:not(:last-child) {
  margin: 0 30px 0 0;
}
.lecture-bottom__switch {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 38px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 85px 0 0;
}
.lecture-bottom__switch input {
  display: none;
}
.lecture-bottom__switch input:checked + .lecture-bottom__slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}
.lecture-bottom__slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #279a37;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 90px;
}
.lecture-bottom__slider::before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: 4px;
  bottom: 3px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.lecture-bottom__text {
  font-size: 15px;
  line-height: 1.2;
  color: #747474;
  white-space: nowrap;
}
.lecture-bottom__line {
  width: 100%;
  height: 8px;
  background: #d9d9d9;
  border-radius: 4px;
  margin: 0 6px 0 0;
}
.start {
  padding: 140px 0 170px 0;
}
.start__container {
  text-align: center;
}
.start__title-list {
  display: inline-block;
  font-weight: 500;
  color: #36633c;
  margin: 13px 0 117px 0;
  padding: 16px 40px 0 40px;
  border-top: 3px solid #279a37;
}
.start__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.start__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 940px;
  min-height: 238px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 40px;
  padding: 20px 40px 25px 30px;
  text-align: initial;
  position: relative;
}
.start__body:not(:last-child) {
  margin: 0 0 60px 0;
}
.start__items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  position: relative;
}
.start__image {
  position: absolute;
  width: 360px;
  height: 100%;
  top: 0;
  left: 0;
}
.start__image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.start__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: -1px;
  background: -webkit-gradient(linear, right top, left top, from(#f6f7fa), color-stop(70%, transparent));
  background: -o-linear-gradient(right, #f6f7fa 0, transparent 70%);
  background: linear-gradient(-90deg, #f6f7fa 0, transparent 70%);
}
.start__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.51);
  border-radius: 12px;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 36px;
  line-height: 1.0833333333;
  color: #fff;
  position: relative;
  z-index: 2;
}
.start__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 53%;
  flex: 0 1 53%;
}
.start__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 70px 0;
}
.start__link {
  font-weight: 400 !important;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  padding: 0 20px 0 0;
}
.start__link:hover {
  color: #279a37;
}
.start__link-1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 63px 0 54px 0;
}
.start__header-items .article__favorite {
  margin: 0;
}
.start__lock {
  padding: 0 0 20px 0;
}
.start__lock img {
  width: 31px;
  height: 31px;
  -o-object-fit: cover;
  object-fit: cover;
}
.start__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.start__viewed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans";
}
.no-webp .start__viewed::before {
  background-image: url(../img/icon/viewed.png);
}
.start__viewed::before {
  content: "";
  display: block;
  width: 41px;
  height: 41px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.start__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Open Sans";
  -webkit-box-flex: 0;
  -ms-flex: 0 1 180px;
  flex: 0 1 180px;
}
.no-webp .start__progress::after {
  background-image: url(../img/icon/lock-1.png);
}
.start__progress::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  margin-left: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.start__progress::before {
  content: "";
  display: block;
  width: 73px;
  height: 5px;
  background: #c9c9c9;
  border-radius: 4.5px;
  margin-right: 5px;
}
.no-webp .start__progress-open::after {
  background-image: url(../img/icon/lock-2.png);
}
.start__progress-open::before {
  background: #279a37;
}
.start__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Open Sans";
}
.no-webp .start__date::before {
  background-image: url(../img/icon/calendar.png);
}
.start__date::before {
  content: "";
  display: block;
  width: 39px;
  height: 39px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
}
.base__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: initial;
}
.base__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  background: #fff;
  border-radius: 39px;
  padding: 0 66px 75px 70px;
  margin: 0 35px 0 0;
}
.base__title {
  display: inline-block;
  margin: 50px 0 20px 0;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #307a3a;
}
.base__list {
  padding: 0 0 10px 0;
}
.base__list-title {
  padding: 0 0 25px 0;
}
.base__item {
  padding: 0 0 0 40px;
}
.base__item:not(:last-child) {
  margin: 0 0 5px 0;
}
.base__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #5e5e5e;
  -webkit-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.base__link::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3px;
  flex: 0 0 3px;
  margin-right: 15px;
  background: #5e5e5e;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 1;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.base__link:hover {
  color: #279a37;
}
.base__link:hover::before {
  background: #279a37;
}
.side-base {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  background: #fff;
  border-radius: 39px;
  padding: 50px 53px 114px 53px;
  position: relative;
}
.no-webp .side-base::before {
  background-image: url(../img/icon/bookmark-1.png);
}
.side-base::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  top: -8px;
  right: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.side-base__title {
  display: inline-block;
  margin: 50px 0;
  padding: 0 0 3px 0;
  border-bottom: 2px solid #307a3a;
}
.side-base__item:not(:last-child) {
  margin: 0 0 21px 0;
}
.side-base__link {
  font-weight: 500 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.side-base__link:hover {
  font-weight: 600;
  color: #279a37;
  margin: 0 0 0 -15px;
}
.no-webp .side-base__link:hover::before {
  background-image: url(../img/icon/play.png);
}
.side-base__link:hover::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.test {
  padding: 140px 0 120px 0;
}
.test__container {
  text-align: center;
}
.test__title {
  display: inline-block;
  border-bottom: 3px solid #279a37;
  margin: 0 0 117px 0;
  padding: 0 0 3px 0;
}
.test__image {
  position: relative;
}
.test__image img {
  width: 540px;
  height: 555px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
.test__body-title {
  font-family: "Montserrat Alternates";
  font-size: 33px;
  line-height: 1.2121212121;
  position: absolute;
  width: 240px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cabinet {
  padding: 50px 0 60px 0;
}
.cabinet::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.menu-open .cabinet {
  position: relative;
}
.menu-open .cabinet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f6f6f6;
  z-index: 1;
}
.menu-open .cabinet::after {
  content: "";
  position: absolute;
  width: 276px;
  height: 558px;
  top: -7px;
  left: 0;
  background-color: #36633c;
  border-radius: 138px;
  opacity: 1;
  z-index: 2;
}
.cabinet__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cabinet__side {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 26%;
  flex: 0 1 26%;
  margin: 0 55px 0 0;
}
.cabinet__information-body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 72%;
  flex: 0 1 72%;
}
.navigation-cabinet {
  margin: 0 0 27px 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  overflow: hidden;
}
.navigation-cabinet__logo {
  text-align: center;
  padding: 20px 0;
}
.navigation-cabinet__logo img {
  width: 97px;
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
.navigation-cabinet__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.navigation-cabinet__item:not(:last-child) {
  border-bottom: 0.5px solid #848484;
}
.navigation-cabinet__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 21px 34px 21px 34px;
  color: #5e5e5e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.navigation-cabinet__link::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.navigation-cabinet__link.active {
  background: #eaeaea;
}
.navigation-cabinet__link:hover {
  background: #e0f3e3;
}
.no-webp .navigation-cabinet__link-profile::before {
  background-image: url(../img/icon/user-2.png);
}
.no-webp .navigation-cabinet__link-profile.active::before {
  background-image: url(../img/icon/user.png);
}
.no-webp .navigation-cabinet__link-profile:hover::before {
  background-image: url(../img/icon/user.png);
}
.no-webp .navigation-cabinet__link-saved::before {
  background-image: url(../img/icon/bookmark-2.png);
}
.no-webp .navigation-cabinet__link-saved.active::before {
  background-image: url(../img/icon/bookmark-3.png);
}
.no-webp .navigation-cabinet__link-saved:hover::before {
  background-image: url(../img/icon/bookmark-3.png);
}
.no-webp .navigation-cabinet__link-testing::before {
  background-image: url(../img/icon/testing-1.png);
}
.no-webp .navigation-cabinet__link-testing.active::before {
  background-image: url(../img/icon/testing-2.png);
}
.no-webp .navigation-cabinet__link-testing:hover::before {
  background-image: url(../img/icon/testing-2.png);
}
.no-webp .navigation-cabinet__link-base::before {
  background-image: url(../img/icon/base-1.png);
}
.no-webp .navigation-cabinet__link-base.active::before {
  background-image: url(../img/icon/base-2.png);
}
.no-webp .navigation-cabinet__link-base:hover::before {
  background-image: url(../img/icon/base-2.png);
}
.no-webp .navigation-cabinet__link-portal::before {
  background-image: url(../img/icon/video-1.png);
}
.no-webp .navigation-cabinet__link-portal.active::before {
  background-image: url(../img/icon/video-2.png);
}
.no-webp .navigation-cabinet__link-portal:hover::before {
  background-image: url(../img/icon/video-2.png);
}
.achievement-cabinet {
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  padding: 18px 0 0 0;
  overflow: hidden;
}
.achievement-cabinet__link-body:hover .achievement-cabinet__image::before {
  -webkit-filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 11px rgba(0, 0, 0, 0.25));
}
.achievement-cabinet__link-body:hover .achievement-cabinet__link {
  background: #e0f3e3;
}
.achievement-cabinet__image {
  text-align: center;
  position: relative;
}
.achievement-cabinet__image img {
  width: 116px;
  height: 116px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.no-webp .achievement-cabinet__image::before {
  background-image: url(../img/icon/star.png);
}
.achievement-cabinet__image::before {
  content: "";
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.achievement-cabinet__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 21px 15px 21px 15px;
  margin: 54px 0 0 0;
  color: #5e5e5e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.achievement-cabinet__logout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 36px 34px 21px 30px;
  color: #5e5e5e;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.no-webp .achievement-cabinet__logout::before {
  background-image: url(../img/icon/login.png);
}
.achievement-cabinet__logout::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  margin-right: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.achievement-cabinet__logout:hover {
  color: #000;
  background: #fa5050;
}
.information-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  padding: 70px 90px 100px 90px;
  position: relative;
}
.information-cabinet__svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  border-radius: 7px;
}
.information-cabinet__svg-1 {
  display: none;
}
.information-cabinet__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}
.information-cabinet__column:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 71%;
  flex: 0 1 71%;
}
.information-cabinet__column:not(:last-child) {
  margin: 22px 35px 0 0;
}
.information-cabinet__image {
  display: none;
}
.information-cabinet__edit {
  display: none;
}
.information-cabinet__avatar-body {
  position: relative;
}
.information-cabinet__avatar {
  position: relative;
  width: 161px;
  height: 161px;
  margin: 0 auto;
  border-radius: 50%;
}
.no-webp .information-cabinet__avatar::after {
  background-image: url(../img/icon/circle.png);
}
.information-cabinet__avatar::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 204px;
  height: 204px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.information-cabinet__avatar-user {
  position: relative;
  width: 161px;
  height: 161px;
  margin: 0 auto;
  border-radius: 50%;
}
.no-webp .information-cabinet__avatar-user._icon-user::before {
  background-image: url(../img/icon/user.png);
}
.information-cabinet__avatar-user._icon-user::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 161px;
  height: 161px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.information-cabinet__avatar-user.offline::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 17px;
  width: 33px;
  height: 33px;
  background: #fa5050;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
.information-cabinet__avatar-user.online::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 17px;
  width: 33px;
  height: 33px;
  background: #279a37;
  border: 5px solid #fff;
  border-radius: 50%;
  z-index: 2;
}
.information-cabinet__button {
  width: 133px;
  height: 44px;
  margin: 40px auto 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 0.8235294118;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #279a37;
  border-radius: 43px;
  cursor: pointer;
}
.information-cabinet__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #000 !important;
  padding: 0 0 30px 0;
}
.information-cabinet__name span {
  position: relative;
}
.information-cabinet__name span::after {
  content: "";
  position: absolute;
  width: 161px;
  height: 2px;
  border-radius: 2.5px;
  background: #d9d9d9;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.no-webp .information-cabinet__name::before {
  background-image: url(../img/icon/edit.png);
}
.information-cabinet__name::before {
  content: "";
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.information-cabinet__label {
  font-weight: 500;
  font-size: 13px;
  line-height: 2.4615384615;
  color: #848484;
}
.information-cabinet__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin: 0 0 30px 0;
}
.information-cabinet__mail span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1.2352941176;
  color: #fff;
  width: 17px;
  height: 17px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 17px;
  flex: 0 0 17px;
  margin-left: 5px;
  border-radius: 50%;
  background: #5e5e5e;
  position: relative;
  cursor: pointer;
}
.information-cabinet__mail span::after {
  content: "Змінити пошту неможливо";
  position: absolute;
  width: 100px;
  height: 32px;
  top: -35px;
  left: -32px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.25;
  line-height: 15px;
  color: #fa5050;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.information-cabinet__mail span:hover::after {
  opacity: 1;
}
.favorites-cabinet {
  width: 70%;
}
.favorites-cabinet__body {
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
  padding: 20px 156px 45px 115px;
  position: relative;
}
.favorites-cabinet__body:not(:last-child) {
  margin: 0 0 60px 0;
}
.no-webp .favorites-cabinet__body::before {
  background-image: url(../img/icon/bookmark-1.png);
}
.favorites-cabinet__body::before {
  content: "";
  position: absolute;
  width: 103px;
  height: 103px;
  top: -8px;
  right: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.favorites-cabinet__title {
  text-align: center;
  color: #000;
  position: relative;
  margin: 0 0 60px 0;
}
.favorites-cabinet__title::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 250px;
  height: 2px;
  background: #36633c;
  border-radius: 2px;
}
.favorites-cabinet__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #5e5e5e;
  min-height: 274px;
}
.base-body__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.base-body__list {
  max-height: 273px;
  overflow-y: auto;
}
.base-body__list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.base-body__list::-webkit-scrollbar-track {
  background-color: transparent;
}
.base-body__list::-webkit-scrollbar-corner {
  background-color: transparent;
}
.base-body__list::-webkit-scrollbar-thumb {
  background: #36633c;
  border-radius: 2px;
}
.base-body__list:not(:last-child) {
  margin: 0 100px 0 0;
}
.base-body__link {
  font-size: 14px;
  line-height: 1.2142857143;
  padding: 14px 20px 10px 20px;
  margin: 0 13px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.base-body__link::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3px;
  flex: 0 0 3px;
  margin-right: 5px;
  background: #000;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  z-index: 1;
}
.base-body__link:hover {
  background: #e0f3e3;
}
.portal-body__slider {
  position: relative;
  padding: 0 30px;
}
.portal-body__slider::before {
  content: "";
  position: absolute;
  width: 136px;
  height: 100%;
  top: 0;
  left: -12px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.portal-body__slider::after {
  content: "";
  position: absolute;
  width: 136px;
  height: 100%;
  top: 0;
  right: -12px;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(right, #fff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0) 100%);
}
.portal-body__slide {
  text-align: center;
}
.portal-body__slide:hover * img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.portal-body__slide:hover > .portal-body__link {
  color: #36633c;
}
.portal-body__image {
  margin: 0 auto 10px auto;
  width: 172px;
  height: 172px;
  overflow: hidden;
  border-radius: 20px;
}
.portal-body__image img {
  width: 172px;
  height: 172px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.portal-body__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  background: #f1f1f1;
  width: 172px;
  padding: 15px 0;
  min-height: 80px;
  border-radius: 17px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portal-body__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.59);
  position: absolute;
  top: 37%;
  z-index: 2;
}
.portal-body__button.swiper-button-disabled {
  opacity: 0;
}
.no-webp .portal-body__button::before {
  background-image: url(../img/icon/arrow.png);
}
.portal-body__button::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.portal-body__button-prev {
  left: 8px;
}
.portal-body__button-prev::before {
  margin: 0 5px 0 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.portal-body__button-next {
  right: 8px;
}
.portal-body__button-next::before {
  margin: 0 0 0 5px;
}
.achievement {
  position: relative;
  padding: 60px 0 160px 0;
}
.achievement__line-top {
  position: absolute;
  top: -16%;
  left: -3%;
  width: 80%;
  height: auto;
}
.achievement__line-bottom {
  position: absolute;
  bottom: -19%;
  right: -3%;
  width: 80%;
  height: auto;
}
.achievement__container {
  text-align: center;
}
.achievement__title {
  font-weight: 500 !important;
  color: #000 !important;
}
.achievement__title-text {
  font-size: 21px;
  line-height: 1.2380952381;
  color: #36633c;
  padding: 7px 0 150px 0;
}
.achievement__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 880px;
  margin: 0 auto;
  row-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.achievement__items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 23%;
  flex: 0 1 23%;
}
.achievement__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  cursor: pointer;
}
.achievement__item:hover .achievement__hover-body {
  display: block;
}
.achievement__awards-text {
  font-style: italic;
  padding: 5px 0 0 0;
  text-align: center;
}
.achievement__awards-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.achievement__awards-image::before {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
}
.no-webp .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-04-on.png);
}
.achievement__awards-image.awards-on::before {
  width: 136px;
  height: 136px;
}
.no-webp .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-04.png);
}
.achievement__awards-image.awards-off::before {
  width: 136px;
  height: 136px;
}
.achievement__hover-body {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 9px;
  padding: 10px;
  width: 180px;
  color: #fff;
}
.achievement__hover-title {
  position: relative;
  margin: 0 0 8px 0;
}
.achievement__hover-title::before {
  content: "";
  position: absolute;
  width: 112px;
  height: 3px;
  background: #d9d9d9;
  border-radius: 1.5px;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.achievement__hover-text {
  font-style: italic;
  font-size: 14px;
  line-height: 1.2142857143;
  padding: 0 0 8px 0;
}
.achievement__hover-date {
  font-weight: 500;
  font-size: 10px;
  line-height: 1.2;
  color: #979797;
}
.achievement__items-01 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.no-webp .achievement__items-01 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-01-on.png);
}
.achievement__items-01 * .achievement__awards-image.awards-on::before {
  width: 196px;
  height: 196px;
}
.no-webp .achievement__items-01 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-01.png);
}
.achievement__items-01 * .achievement__awards-image.awards-off::before {
  width: 196px;
  height: 196px;
}
.achievement__items-02 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.no-webp .achievement__items-02 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-02-on.png);
}
.achievement__items-02 * .achievement__awards-image.awards-on::before {
  width: 217px;
  height: 217px;
}
.no-webp .achievement__items-02 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-02.png);
}
.achievement__items-02 * .achievement__awards-image.awards-off::before {
  width: 217px;
  height: 217px;
}
.achievement__items-03 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
.no-webp .achievement__items-03 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-02-on.png);
}
.achievement__items-03 * .achievement__awards-image.awards-on::before {
  width: 217px;
  height: 217px;
}
.no-webp .achievement__items-03 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-02.png);
}
.achievement__items-03 * .achievement__awards-image.awards-off::before {
  width: 217px;
  height: 217px;
}
.achievement__items-04 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.no-webp .achievement__items-04 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-03-on.png);
}
.achievement__items-04 * .achievement__awards-image.awards-on::before {
  width: 160px;
  height: 160px;
}
.no-webp .achievement__items-04 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-03.png);
}
.achievement__items-04 * .achievement__awards-image.awards-off::before {
  width: 160px;
  height: 160px;
}
.achievement__items-05 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.no-webp .achievement__items-05 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-03-on.png);
}
.achievement__items-05 * .achievement__awards-image.awards-on::before {
  width: 160px;
  height: 160px;
}
.no-webp .achievement__items-05 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-03.png);
}
.achievement__items-05 * .achievement__awards-image.awards-off::before {
  width: 160px;
  height: 160px;
}
.achievement__items-06 {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.no-webp .achievement__items-06 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-03-on.png);
}
.achievement__items-06 * .achievement__awards-image.awards-on::before {
  width: 160px;
  height: 160px;
}
.no-webp .achievement__items-06 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-03.png);
}
.achievement__items-06 * .achievement__awards-image.awards-off::before {
  width: 160px;
  height: 160px;
}
.main__slider .swiper-pagination {
  position: absolute;
  bottom: 50px;
  left: 90px;
}
.main__slider .swiper-pagination-bullet-active {
  width: 162px;
  height: 25px;
  background: #279a37;
  border-radius: 12.5px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 50%;
  background: #d9d9d9;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.swiper-pagination-bullet:not(:last-child) {
  margin: 0 22px 0 0;
}
.lecture__slider .swiper-pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
  padding: 0 0 20px 0;
}
.lecture__slider .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.lecture__slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #279a37;
}
.swiper-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0 0 0;
}
.swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid #279a37;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.swiper-button::before {
  content: "";
  display: block;
  width: 29px;
  height: 33px;
  background-image: url(../img/icon/swiper-button.svg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.swiper-button:not(:last-child) {
  margin: 0 120px 0 0;
}
.swiper-button.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-button-prev {
  padding: 0 5px 0 0;
}
.swiper-button-next {
  padding: 0 0 0 5px;
}
.swiper-button-next::before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-scrollbar {
  border-radius: 22.5px;
  position: relative;
  -ms-touch-action: none;
  background: #e7e7e7;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 50;
  height: 42px;
  width: 100%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #3b3b3b;
  border-radius: 22.5px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.fz-4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
}
.fz-6 {
  font-size: 18px;
  line-height: 1.3888888889;
}
.fz-7 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2222222222;
}
.fz-8 {
  font-size: 16px;
  line-height: 1.1875;
}
.fz-9 {
  font-size: 19px;
  line-height: 1.2105263158;
}
.fz-10 {
  font-size: 29px;
  line-height: 1.1724137931;
}
.fz-11 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
}
.fz-12 {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2333333333;
  color: #343434;
}
.fz-13 {
  font-size: 25px;
  line-height: 1.36;
  color: #848484;
}
.fz-14 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2272727273;
}
#text-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
}
#text-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.icon-menu {
  display: none;
}
.arrow-up {
  position: fixed;
  right: 30px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37px;
  height: 37px;
  padding: 5px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  background-color: #279a37;
  border-radius: 10px;
  z-index: 4;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.arrow-up:hover {
  opacity: 0.5;
}
.arrow-up__active {
  visibility: visible;
  opacity: 0.5;
}
.arrow-up:before {
  position: absolute;
  top: 50%;
  left: 40%;
  display: block;
  width: 20px;
  height: 5px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
.arrow-up:after {
  position: absolute;
  top: 50%;
  right: 40%;
  display: block;
  width: 20px;
  height: 5px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  -ms-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@media (min-width: 47.99875em) {
  .main__image {
    float: right;
    shape-outside: url(../img/vector-1.png);
    shape-margin: 50px;
  }
}
@media (min-width: 61.99875em) {
  .categories__image {
    float: left;
    shape-outside: url(../img/vector-2.png);
  }
}
@media (max-width: 1280px) {
  .categories__block {
    padding: 80px 50px 60px 50px;
  }
  .categories__items {
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
  }
  .lecture__body {
    padding: 50px 50px 58px 50px;
  }
  .lecture__slider {
    width: 100%;
  }
  .answer__body {
    padding: 40px 50px 58px 50px;
  }
  .favorites-cabinet__body {
    padding: 20px 40px 45px 40px;
  }
  .base-body__list:not(:last-child) {
    margin: 0 40px 0 0;
  }
}
@media (max-width: 1240px) {
  .comments__wrapper {
    padding: 35px 40px;
  }
  .information-cabinet {
    padding: 70px 50px 100px 50px;
  }
}
@media (max-width: 1200px) {
  .main::before {
    content: "";
    width: 80%;
  }
}
@media (max-width: 1180px) {
  .breadcrumb__container {
    min-width: 70%;
  }
  .article__body {
    padding: 50px 50px 60px 50px;
    max-width: 700px;
  }
  .achievement__line-top {
    top: -13%;
  }
  .achievement__line-bottom {
    bottom: -15%;
  }
}
@media (max-width: 910px) {
  .categories__block {
    padding: 550px 50px 60px 50px;
  }
}
@media (max-width: 800px) {
  .achievement__line-top {
    top: -11%;
  }
  .achievement__line-bottom {
    bottom: -13%;
  }
}
@media (max-width: 640px) {
  .categories__block {
    padding: 450px 18px 27px 18px;
  }
}
@media (max-width: 630px) {
  .achievement__line-top {
    top: -12%;
  }
  .achievement__line-bottom {
    bottom: -14%;
  }
}
@media (max-width: 620px) {
  .article__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .article__item-image:not(:last-child) {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 510px) {
  .achievement__line-top {
    top: -10%;
  }
  .achievement__line-bottom {
    bottom: -12%;
  }
}
@media (max-width: 427px) {
  .achievement__line-top {
    top: -7%;
  }
  .achievement__line-bottom {
    bottom: -8%;
  }
}
@media (max-width: 380px) {
  .categories__block {
    padding: 350px 18px 27px 18px;
  }
  .lecture__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .lecture__title {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 350px) {
  .achievement__line-top {
    top: -5%;
  }
  .achievement__line-bottom {
    bottom: -7%;
  }
}
@media (max-width: 61.99875em) {
  .header__body {
    padding: 0;
  }
  .header__spollers-list {
    right: 0;
    padding: 10px 2px 2px 2px;
    border-radius: 17px;
  }
  .header__spollers-list li:not(:last-child) {
    margin: 0 0 4px 0;
  }
  .header__spollers-list li:last-child {
    margin: 50px 0 0 0;
  }
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0;
  }
  .footer__block:nth-child(2) {
    padding: 20px;
    width: 100%;
  }
  .footer__block:nth-child(1) {
    text-align: center;
    padding: 0 0 15px 0;
  }
  .footer__logo img {
    width: 196px;
    height: 56px;
  }
  .footer__social {
    padding: 10px 0 0 0;
  }
  .footer__social-link {
    -webkit-box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
    box-shadow: 0 8px 11px rgba(0, 0, 0, 0.18);
  }
  .footer__social-link:hover {
    -webkit-box-shadow: 0 8px 11px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 11px rgba(0, 0, 0, 0.4);
  }
  .footer__column:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .footer__title {
    color: #545454;
    padding: 0 0 5px 0;
  }
  .categories__header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }
  .categories__block {
    padding: 600px 50px 60px 50px;
  }
  .categories__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0 0 0;
  }
  .categories__items {
    width: 80%;
    height: 230px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .categories__items:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .breadcrumb__svg {
    top: -23px;
  }
  .article {
    padding: 118px 0 140px 0;
  }
  .article__body {
    padding: 40px 25px 30px 25px;
  }
  .article__body * h2 {
    font-size: 21px;
    line-height: 1.1904761905;
  }
  .article__body * p {
    font-size: 16px;
    line-height: 1.1875;
  }
  .article__body * p,
  .article__body li,
  .article__body ol {
    font-size: 16px;
    line-height: 1.1875;
  }
  .article__header {
    padding: 0 0 30px 0;
  }
  .article__content {
    margin: 30px 0;
  }
  .article__image {
    margin: 20px 0 30px 0;
  }
  .article__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 0 0 0;
  }
  .article__row .article__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 15px 0;
  }
  .article__items {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .article__pagination {
    padding: 40px 0 0 0;
  }
  .article__pagination-link::before {
    width: 27px;
    height: 27px;
  }
  .article__pagination-prev::before {
    margin-right: 15px;
  }
  .article__pagination-next::before {
    margin-left: 15px;
  }
  .side {
    min-width: 190px;
    padding: 138px 15px 20px 15px;
  }
  .side__title {
    padding: 0 0 30px 0;
  }
  .side__list li:not(:last-child) {
    margin: 0 0 7px 0;
  }
  .comments {
    padding: 0 0 70px 0;
  }
  .comments__body {
    padding: 20px 30px 30px 30px;
  }
  .comments__avatar {
    margin: 0 20px 0 0;
  }
  .comments__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments__file {
    margin: 0 0 20px 0;
  }
  .comments__update {
    margin: 30px 0 0 0;
  }
  .comments__list {
    padding: 50px 0 0 0;
  }
  .comments__list-item:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .lecture {
    padding: 125px 0 40px 0;
  }
  .lecture-1 {
    padding: 0 0 40px 0;
  }
  .lecture__header {
    padding: 0 0 50px 0;
  }
  .lecture__title {
    width: 100%;
  }
  .lecture__image {
    padding: 70px 0 0 0;
  }
  .answer {
    padding: 0 0 40px 0;
  }
  .lecture-bottom {
    padding: 0 0 140px 0;
  }
  .lecture-bottom__row {
    padding: 0;
  }
  .lecture-bottom__switch {
    margin: 0 40px 0 0;
  }
  .start {
    padding: 118px 0 100px 0;
  }
  .start__title-list {
    margin: 13px 0 70px 0;
  }
  .start__body {
    width: 100%;
  }
  .start__body:not(:last-child) {
    margin: 0 0 45px 0;
  }
  .start__image {
    width: 40%;
  }
  .start__num {
    width: 40px;
    height: 40px;
  }
  .base__main {
    padding: 0 40px 45px 40px;
    margin: 0 20px 0 0;
  }
  .base__title {
    margin: 30px 0 15px 0;
  }
  .base__item {
    padding: 0 0 0 20px;
  }
  .side-base {
    padding: 30px 30px 50px 30px;
  }
  .side-base__title {
    margin: 75px 0 30px 0;
  }
  .side-base__item:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .test {
    padding: 118px 0 70px 0;
  }
  .test__title {
    margin: 0 0 70px 0;
  }
  .test__body-title {
    font-size: 25px;
    line-height: 1.2;
  }
  .cabinet {
    padding: 35px 0;
  }
  .cabinet__side {
    margin: 0 30px 0 0;
  }
  .navigation-cabinet__logo img {
    width: 76px;
    height: 69px;
  }
  .navigation-cabinet__link {
    padding: 15px 20px;
  }
  .navigation-cabinet__link::before {
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    margin-right: 25px;
  }
  .achievement-cabinet__image img {
    width: 100px;
    height: 100px;
  }
  .achievement-cabinet__image::before {
    width: 55px;
    height: 55px;
  }
  .achievement-cabinet__link {
    padding: 15px 20px;
    margin: 40px 0 0 0;
  }
  .achievement-cabinet__logout {
    padding: 15px 20px;
  }
  .achievement-cabinet__logout::before {
    width: 38px;
    height: 38px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    margin-right: 25px;
  }
  .information-cabinet {
    padding: 40px 30px 70px 30px;
  }
  .information-cabinet__avatar {
    width: 88px;
    height: 88px;
  }
  .information-cabinet__avatar::after {
    width: 112px;
    height: 112px;
  }
  .information-cabinet__avatar-user {
    width: 88px;
    height: 88px;
  }
  .information-cabinet__avatar-user.offline::after {
    bottom: 2px;
    right: 7px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
  }
  .information-cabinet__avatar-user.online::after {
    bottom: 2px;
    right: 7px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
  }
  .information-cabinet__avatar-user._icon-user::before {
    width: 88px;
    height: 88px;
  }
  .information-cabinet__name span::after {
    width: 138px;
  }
  .base-body__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .base-body__list {
    width: 100%;
  }
  .base-body__list:not(:last-child) {
    margin: 0 0 40px 0;
  }
  .achievement__title-text {
    padding: 7px 0 70px 0;
  }
  .achievement__body {
    width: 100%;
  }
  .achievement__items {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 21%;
    flex: 0 1 21%;
  }
  .achievement__awards-image.awards-on::before {
    width: 110px;
    height: 110px;
  }
  .achievement__awards-image.awards-off::before {
    width: 110px;
    height: 110px;
  }
  .achievement__items-01 * .achievement__awards-image.awards-on::before {
    width: 150px;
    height: 150px;
  }
  .achievement__items-01 * .achievement__awards-image.awards-off::before {
    width: 150px;
    height: 150px;
  }
  .achievement__items-02 * .achievement__awards-image.awards-on::before {
    width: 150px;
    height: 150px;
  }
  .achievement__items-02 * .achievement__awards-image.awards-off::before {
    width: 150px;
    height: 150px;
  }
  .achievement__items-03 * .achievement__awards-image.awards-on::before {
    width: 150px;
    height: 150px;
  }
  .achievement__items-03 * .achievement__awards-image.awards-off::before {
    width: 150px;
    height: 150px;
  }
  .achievement__items-04 * .achievement__awards-image.awards-on::before {
    width: 110px;
    height: 110px;
  }
  .achievement__items-04 * .achievement__awards-image.awards-off::before {
    width: 110px;
    height: 110px;
  }
  .achievement__items-05 * .achievement__awards-image.awards-on::before {
    width: 110px;
    height: 110px;
  }
  .achievement__items-05 * .achievement__awards-image.awards-off::before {
    width: 110px;
    height: 110px;
  }
  .achievement__items-06 * .achievement__awards-image.awards-on::before {
    width: 110px;
    height: 110px;
  }
  .achievement__items-06 * .achievement__awards-image.awards-off::before {
    width: 110px;
    height: 110px;
  }
  .fz-6 {
    font-size: 16px;
    line-height: 1.1875;
  }
  .fz-7 {
    font-size: 16px;
    line-height: 1.1875;
  }
  .fz-8 {
    font-size: 14px;
    line-height: 1.2142857143;
  }
  .fz-10 {
    font-size: 21px;
    line-height: 1.1904761905;
  }
  .fz-12 {
    font-size: 25px;
    line-height: 1.2;
  }
  .fz-13 {
    font-size: 21px;
    line-height: 1.1904761905;
  }
  .fz-14 {
    font-size: 18px;
    line-height: 1.2222222222;
  }
}
@media (max-width: 47.99875em) {
  .btn {
    font-size: 14px;
    line-height: 1.2142857143;
    height: 33px;
  }
  input {
    font-size: 14px;
    line-height: 1.2142857143;
    height: 33px;
    padding: 0 20px;
  }
  .select {
    width: 100%;
  }
  .popup__content {
    padding: 20px;
  }
  .popup__row {
    padding: 0 0 20px 0;
  }
  .popup__close {
    font-size: 30px;
  }
  .body-popup__logo {
    width: 100%;
    height: 100px;
  }
  .body-popup__title {
    padding: 30px 0 15px 0;
  }
  .body-popup__input {
    margin: 0 0 15px 0;
  }
  .body-popup__password::after {
    top: 10%;
    right: 20px;
    width: 26px;
    height: 21px;
  }
  .block {
    padding: 30px 0 0 0;
  }
  .block__text {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .block__more {
    padding: 10px 0 0 0;
  }
  .header__body {
    height: 70px;
  }
  .header__logo img {
    width: 156px;
    height: 37px;
  }
  .header__profile {
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 50%;
  }
  .header__user {
    margin: 0;
  }
  .header__user img {
    width: 30px;
    height: 30px;
  }
  .header__link {
    display: none;
  }
  .header__spollers-list {
    width: 148px;
  }
  .header__spollers-link {
    font-size: 14px;
    line-height: 1.2142857143;
    padding: 0 12px;
    height: 33px;
  }
  .header__spollers-link::before {
    width: 16px;
    height: 16px;
    margin: 0 15px 0 0;
  }
  .header-private__line {
    display: none;
  }
  .header-private__line-mobile {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .menu-open .header-private__line-mobile {
    display: none;
  }
  .footer__block:nth-child(2) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .footer__social-link {
    width: 45px;
    height: 45px;
  }
  .footer__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    text-align: center;
  }
  .footer__column:not(:last-child) {
    margin: 0;
  }
  .footer__link {
    color: #5e5e5e;
  }
  .main {
    padding: 35px 0 60px 0;
  }
  .main::before {
    bottom: -55px;
  }
  .main__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 40px 16px;
  }
  .main__text {
    padding: 43px 0 50px 0;
  }
  .main__image {
    margin: 0 auto;
  }
  .main__svg {
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .categories__svg {
    right: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .categories__title-top::before {
    width: 84px;
    height: 2px;
    bottom: -4px;
  }
  .categories__block {
    padding: 500px 18px 27px 18px;
  }
  .categories__items {
    width: 100%;
  }
  .breadcrumb__list {
    padding: 95px 15px 20px 15px;
  }
  .breadcrumb__list li:not(:first-child)::before {
    font-size: 14px;
  }
  .breadcrumb__svg {
    top: -18px;
  }
  .article {
    padding: 118px 0 120px 0;
  }
  .article__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .article__body {
    max-width: 100%;
  }
  .article__block {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .article__content-title {
    padding: 0 0 15px 0;
  }
  .article__pagination {
    padding: 20px 20px 0 20px;
  }
  .article__pagination-link {
    text-align: center;
  }
  .article__pagination-link::before {
    width: 20px;
    height: 20px;
  }
  .article__pagination-link-1 span {
    width: 50px;
    height: 50px;
  }
  .article__pagination-link-1 span::before {
    width: 20px;
    height: 20px;
  }
  .side {
    padding: 75px 15px 20px 15px;
  }
  .side::before {
    width: 70px;
    height: 70px;
  }
  .comments {
    padding: 0 0 30px 0;
  }
  .comments__wrapper {
    padding: 25px 20px;
  }
  .comments__textarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments__avatar {
    margin: 0 0 20px 0;
  }
  .comments__avatar img {
    width: 70px;
    height: 70px;
  }
  .comments__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments__button:not(:last-child) {
    margin: 0 0 15px 0;
  }
  .comments__list {
    padding: 30px 0 0 0;
  }
  .comments__list-item:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .comments__list-avatar {
    margin: 0 20px 0 0;
  }
  .comments__list-avatar img {
    width: 70px;
    height: 70px;
  }
  .lecture {
    padding: 125px 0 30px 0;
  }
  .lecture-1 {
    padding: 0 0 30px 0;
  }
  .lecture__body {
    padding: 30px 20px;
  }
  .lecture__image {
    padding: 30px 0 0 0;
  }
  .answer {
    padding: 0 0 30px 0;
  }
  .answer__body {
    padding: 30px 20px;
  }
  .lecture-bottom {
    padding: 0 0 120px 0;
  }
  .lecture-bottom__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .lecture-bottom__items {
    width: 100%;
  }
  .lecture-bottom__items:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .lecture-bottom__items:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .lecture-bottom__items:not(:last-child) {
    margin: 0 0 20px 0;
  }
  .lecture-bottom__switch {
    margin: 0 20px 0 0;
  }
  .start {
    padding: 100px 0 60px 0;
  }
  .start__title-list {
    margin: 13px 0 40px 0;
  }
  .start__body {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .start__body:not(:last-child) {
    margin: 0 0 30px 0;
  }
  .start__items {
    margin: 0 0 240px 0;
  }
  .start__image {
    width: 100%;
    max-height: 290px;
  }
  .start__image::before {
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#f6f7fa), color-stop(70%, transparent));
    background: -o-linear-gradient(bottom, #f6f7fa 0, transparent 70%);
    background: linear-gradient(0deg, #f6f7fa 0, transparent 70%);
  }
  .start__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
  }
  .base__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .base__main {
    padding: 0 20px 25px 20px;
    margin: 20px 0 0 0;
  }
  .side-base {
    padding: 20px 20px 30px 20px;
    width: 100%;
  }
  .side-base::before {
    width: 70px;
    height: 70px;
  }
  .side-base__title {
    margin: 55px 0 20px 0;
  }
  .side-base__link:hover {
    margin: 0 0 0 -10px;
  }
  .test {
    padding: 100px 0 40px 0;
  }
  .test__title {
    margin: 0 0 40px 0;
  }
  .test__image img {
    width: 280px;
    height: 288px;
  }
  .test__body-title {
    font-size: 21px;
    line-height: 1.1904761905;
  }
  .cabinet {
    padding: 60px 0 35px 0;
  }
  .cabinet__side {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    margin: 0;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    border-radius: 138px 0 0 0;
  }
  .menu-open .cabinet__side {
    left: 0;
    z-index: 4;
  }
  .cabinet__information-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    padding: 15px 0 0 0;
  }
  .navigation-cabinet {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navigation-cabinet__item:not(:last-child) {
    border-bottom: none;
    padding: 0 0 6px 0;
    position: relative;
  }
  .navigation-cabinet__item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 27px;
    height: 2px;
    background: #36633c;
    border-radius: 1px;
  }
  .navigation-cabinet__link {
    border-radius: 48px 0 0 48px;
    padding: 15px 20px 15px 100px;
  }
  .achievement-cabinet {
    padding: 43px 0 0 0;
  }
  .achievement-cabinet__image img {
    width: 89px;
    height: 89px;
  }
  .achievement-cabinet__image::before {
    width: 47px;
    height: 47px;
  }
  .achievement-cabinet__link {
    position: relative;
    padding: 15px 20px 40px 20px;
  }
  .achievement-cabinet__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 118px;
    height: 3px;
    background: #d9d9d9;
    border-radius: 1.5px;
  }
  .achievement-cabinet__logout {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 32px 20px 37px 20px;
  }
  .achievement-cabinet__logout::before {
    display: none;
  }
  .information-cabinet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: 0 0 44px 0;
    padding: 190px 40px 93px 40px;
    border-radius: 60px 60px 7px 7px;
  }
  .information-cabinet::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -45px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-right: 34px solid transparent;
    border-top: 30px solid #fff;
  }
  .information-cabinet__svg-1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-radius: 7px;
  }
  .information-cabinet__column:nth-child(2) {
    position: absolute;
    top: -14px;
  }
  .information-cabinet__column:not(:last-child) {
    margin: 0;
  }
  .information-cabinet__image {
    display: block;
    position: absolute;
    bottom: -54px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .information-cabinet__image img {
    width: 75px;
    height: 68px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .information-cabinet__button {
    font-weight: 600;
    background: 0 0;
    color: #36633c;
    margin: 18px auto 0 auto;
  }
  .information-cabinet__name {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #36633c !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .information-cabinet__name::before {
    margin: 0 0 0 10px;
  }
  .information-cabinet__name span::after {
    width: 130px;
    background: #cde8d1;
    bottom: -12px;
  }
  .information-cabinet__mail {
    position: relative;
    font-size: 14px !important;
    line-height: 1.2857142857 !important;
  }
  .information-cabinet__mail::before {
    content: "";
    position: absolute;
    width: 94%;
    height: 2px;
    border-radius: 2.5px;
    background: #cde8d1;
    bottom: -6px;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .information-cabinet__mail span {
    width: 19px;
    height: 19px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 19px;
    flex: 0 0 19px;
    color: #36633c;
    background: #cde8d1;
  }
  .favorites-cabinet {
    width: 100%;
    margin: 60px 0 0 0;
  }
  .favorites-cabinet__body::before {
    width: 70px;
    height: 70px;
  }
  .favorites-cabinet__title {
    margin: 0 0 30px 0;
  }
  .portal-body__slider {
    padding: 0;
  }
  .portal-body__slider::before {
    display: none;
  }
  .portal-body__slider::after {
    display: none;
  }
  .portal-body__button-prev {
    left: 0;
  }
  .portal-body__button-next {
    right: 0;
  }
  .achievement__line-top {
    top: -15%;
  }
  .achievement__line-bottom {
    bottom: -18%;
  }
  .achievement__title-text {
    padding: 7px 0 40px 0;
    font-size: 18px;
    line-height: 1.3888888889;
  }
  .achievement__awards-image.awards-on::before {
    width: 50px;
    height: 50px;
  }
  .achievement__awards-image.awards-off::before {
    width: 50px;
    height: 50px;
  }
  .achievement__hover-body {
    width: 150px;
  }
  .achievement__items-01 * .achievement__awards-image.awards-on::before {
    width: 70px;
    height: 70px;
  }
  .achievement__items-01 * .achievement__awards-image.awards-off::before {
    width: 70px;
    height: 70px;
  }
  .achievement__items-02 * .achievement__awards-image.awards-on::before {
    width: 70px;
    height: 70px;
  }
  .achievement__items-02 * .achievement__awards-image.awards-off::before {
    width: 70px;
    height: 70px;
  }
  .achievement__items-03 * .achievement__awards-image.awards-on::before {
    width: 70px;
    height: 70px;
  }
  .achievement__items-03 * .achievement__awards-image.awards-off::before {
    width: 70px;
    height: 70px;
  }
  .achievement__items-04 * .achievement__awards-image.awards-on::before {
    width: 50px;
    height: 50px;
  }
  .achievement__items-04 * .achievement__awards-image.awards-off::before {
    width: 50px;
    height: 50px;
  }
  .achievement__items-05 * .achievement__awards-image.awards-on::before {
    width: 50px;
    height: 50px;
  }
  .achievement__items-05 * .achievement__awards-image.awards-off::before {
    width: 50px;
    height: 50px;
  }
  .achievement__items-06 * .achievement__awards-image.awards-on::before {
    width: 50px;
    height: 50px;
  }
  .achievement__items-06 * .achievement__awards-image.awards-off::before {
    width: 50px;
    height: 50px;
  }
  .main__slider .swiper-pagination {
    bottom: 14px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .lecture__slider .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }
  .swiper-button {
    width: 50px;
    height: 50px;
  }
  .swiper-button::before {
    width: 22px;
    height: 25px;
  }
  .swiper-button:not(:last-child) {
    margin: 0 40px 0 0;
  }
  .swiper-horizontal > .swiper-scrollbar {
    height: 30px;
  }
  .fz-1 {
    font-size: 14px;
    line-height: 1.2142857143;
  }
  .fz-2 {
    font-size: 15px;
    line-height: 1.2;
  }
  .fz-3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .fz-4 {
    font-size: 12px;
    line-height: 1.1666666667;
  }
  .fz-7 {
    font-size: 14px;
    line-height: 1.2142857143;
  }
  .fz-9 {
    font-size: 16px;
    line-height: 1.1875;
  }
  .fz-11 {
    font-size: 18px;
    line-height: 1.2222222222;
  }
  .fz-12 {
    font-size: 21px;
    line-height: 1.1904761905;
  }
  .fz-13 {
    font-size: 18px;
    line-height: 1.2222222222;
  }
  .icon-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: 52px;
    height: 44px;
    right: -4px;
    background: #307a3a;
    border-radius: 5px;
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    content: "✕";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    width: 0;
    background-color: transparent;
  }
  .menu-open .icon-menu::after {
    width: 0;
  }
  .arrow-up {
    right: 3%;
    bottom: 1%;
  }
}
@media (max-width: 29.99875em) {
  .body-popup__button {
    width: 100%;
  }
  .header__line {
    display: none;
  }
  .header__line-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: -1;
  }
  .header__logo {
    margin: 0 0 17px 0;
  }
  .categories__block {
    padding: 400px 18px 27px 18px;
  }
  .breadcrumb__container {
    min-width: 90%;
  }
  .breadcrumb__svg {
    display: none;
  }
  .comments__list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comments__list-avatar {
    margin: 0 0 10px 0;
  }
  .start__header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .start__link {
    padding: 0;
  }
  .start__header-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px 0;
  }
  .start__lock {
    padding: 0 20px 0 0;
  }
  .start__progress {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 170px;
    flex: 0 1 170px;
  }
  .start__progress::after {
    margin-left: 5px;
  }
  .favorites-cabinet__body {
    padding: 60px 25px 45px 25px;
  }
  .portal-body__button {
    width: 47px;
    height: 47px;
  }
  .portal-body__button::before {
    width: 26px;
    height: 26px;
  }
  .achievement__items-04 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27%;
    flex: 0 1 27%;
  }
  .achievement__items-05 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27%;
    flex: 0 1 27%;
  }
  .achievement__items-06 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 27%;
    flex: 0 1 27%;
  }
  .main__slider .swiper-pagination-bullet-active {
    width: 80px;
  }
}
.webp .article__input:checked + .article__label:before {
  background-image: url(../img/icon/heart2.webp);
}
.webp .article__label:before {
  background-image: url(../img/icon/heart1.webp);
}
.webp .select__value:after {
  background-image: url(../img/icon/play-2.webp);
}
.webp .body-popup__password::after {
  background-image: url(../img/icon/show.webp);
}
.webp .body-popup__password.view::after {
  background-image: url(../img/icon/hide.webp);
}
.webp .header__spollers-profile::before {
  background-image: url(../img/icon/login.webp);
}
.webp .header__spollers-saved::before {
  background-image: url(../img/icon/bookmark-2.webp);
}
.webp .header__spollers-out::before {
  background-image: url(../img/icon/logout.webp);
}
.webp .main::before {
  background-image: url(../img/row.webp);
}
.webp .breadcrumb__list li:first-child::before {
  background-image: url(../img/paw.webp);
}
.webp .article__pagination-prev::before {
  background-image: url(../img/icon/button-prev.webp);
}
.webp .article__pagination-prev:hover::before {
  background-image: url(../img/icon/button-prev-hover.webp);
}
.webp .article__pagination-next::before {
  background-image: url(../img/icon/button-next.webp);
}
.webp .article__pagination-next:hover::before {
  background-image: url(../img/icon/button-next-hover.webp);
}
.webp .side::before {
  background-image: url(../img/icon/bookmark-1.webp);
}
.webp .comments__file-icon::before {
  background-image: url(../img/icon/paper-clip.webp);
}
.webp .comments__update::before {
  background-image: url(../img/icon/undo-arrow.webp);
}
.webp .start__viewed::before {
  background-image: url(../img/icon/viewed.webp);
}
.webp .start__progress::after {
  background-image: url(../img/icon/lock-1.webp);
}
.webp .start__progress-open::after {
  background-image: url(../img/icon/lock-2.webp);
}
.webp .start__date::before {
  background-image: url(../img/icon/calendar.webp);
}
.webp .side-base::before {
  background-image: url(../img/icon/bookmark-1.webp);
}
.webp .side-base__link:hover::before {
  background-image: url(../img/icon/play.webp);
}
.webp .navigation-cabinet__link-profile::before {
  background-image: url(../img/icon/user-2.webp);
}
.webp .navigation-cabinet__link-profile.active::before {
  background-image: url(../img/icon/user.webp);
}
.webp .navigation-cabinet__link-profile:hover::before {
  background-image: url(../img/icon/user.webp);
}
.webp .navigation-cabinet__link-saved::before {
  background-image: url(../img/icon/bookmark-2.webp);
}
.webp .navigation-cabinet__link-saved.active::before {
  background-image: url(../img/icon/bookmark-3.webp);
}
.webp .navigation-cabinet__link-saved:hover::before {
  background-image: url(../img/icon/bookmark-3.webp);
}
.webp .navigation-cabinet__link-testing::before {
  background-image: url(../img/icon/testing-1.webp);
}
.webp .navigation-cabinet__link-testing.active::before {
  background-image: url(../img/icon/testing-2.webp);
}
.webp .navigation-cabinet__link-testing:hover::before {
  background-image: url(../img/icon/testing-2.webp);
}
.webp .navigation-cabinet__link-base::before {
  background-image: url(../img/icon/base-1.webp);
}
.webp .navigation-cabinet__link-base.active::before {
  background-image: url(../img/icon/base-2.webp);
}
.webp .navigation-cabinet__link-base:hover::before {
  background-image: url(../img/icon/base-2.webp);
}
.webp .navigation-cabinet__link-portal::before {
  background-image: url(../img/icon/video-1.webp);
}
.webp .navigation-cabinet__link-portal.active::before {
  background-image: url(../img/icon/video-2.webp);
}
.webp .navigation-cabinet__link-portal:hover::before {
  background-image: url(../img/icon/video-2.webp);
}
.webp .achievement-cabinet__image::before {
  background-image: url(../img/icon/star.webp);
}
.webp .achievement-cabinet__logout::before {
  background-image: url(../img/icon/login.webp);
}
.webp .information-cabinet__avatar::after {
  background-image: url(../img/icon/circle.webp);
}
.webp .information-cabinet__avatar-user._icon-user::before {
  background-image: url(../img/icon/user.webp);
}
.webp .information-cabinet__name::before {
  background-image: url(../img/icon/edit.webp);
}
.webp .favorites-cabinet__body::before {
  background-image: url(../img/icon/bookmark-1.webp);
}
.webp .portal-body__button::before {
  background-image: url(../img/icon/arrow.webp);
}
.webp .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-04-on.webp);
}
.webp .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-04.webp);
}
.webp .achievement__items-01 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-01-on.webp);
}
.webp .achievement__items-01 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-01.webp);
}
.webp .achievement__items-02 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-02-on.webp);
}
.webp .achievement__items-02 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-02.webp);
}
.webp .achievement__items-03 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-02-on.webp);
}
.webp .achievement__items-03 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-02.webp);
}
.webp .achievement__items-04 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-03-on.webp);
}
.webp .achievement__items-04 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-03.webp);
}
.webp .achievement__items-05 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-03-on.webp);
}
.webp .achievement__items-05 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-03.webp);
}
.webp .achievement__items-06 * .achievement__awards-image.awards-on::before {
  background-image: url(../img/achievement/trophy-03-on.webp);
}
.webp .achievement__items-06 * .achievement__awards-image.awards-off::before {
  background-image: url(../img/achievement/trophy-03.webp);
}
