@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400;500;600;700;800&display=swap");
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Mulish", sans-serif;
  background-color: #F9F9FA;
  color: #262626;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}

textarea {
  resize: none;
  height: 150px;
}

input,
textarea {
  font-size: 14px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  background: none;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  padding: 13px 16px;
  color: #9E9E9E;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #9E9E9E;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #9E9E9E;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #9E9E9E;
  opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #9E9E9E;
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  color: #9E9E9E;
  opacity: 1;
}

blockquote {
  background-color: #EEF1F3;
  border-radius: 16px;
  margin: 50px 0;
  padding: 24px 40px;
  font-weight: 600;
  text-align: left;
  position: relative;
}

blockquote::after {
  content: '';
  display: block;
  width: 30px;
  height: 22px;
  background: url("../img/main/quote.svg") no-repeat center center;
  position: absolute;
  top: -7px;
  left: 30px;
}

.cntn {
  font-size: 16px;
  line-height: 24px;
}

.cntn a {
  color: #7400F1;
  text-decoration: underline;
}

.cntn a:hover {
  text-decoration: none;
}

.cntn p {
  display: block;
  margin: 30px 0;
}

.cntn h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 30px 0 16px;
  color: #7400F1;
}

.cntn h3 {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
  margin: 30px 0 16px;
}

.cntn ul,
.cntn ol {
  padding-left: 20px;
}

.cntn ul {
  list-style-type: none;
  padding-left: 0;
}

.cntn ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.cntn ul li::after {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background-color: #7400F1;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 12px;
}

.slick-arrow {
  border: none;
  background: url("../img/main/slick-arrow.svg") no-repeat center center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  font-size: 0;
}

.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cls {
  overflow-y: hidden;
}

.ttl {
  font-size: 42px;
  line-height: 57px;
  font-weight: 600;
  text-align: center;
}

.tbl {
  width: 100%;
  background: url("../img/main/tbl.svg") no-repeat 97% center #EEF1F3;
  border-radius: 8px;
  border: none;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: #23539A;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.tbl option {
  color: #000;
}

.tbl::-ms-expand {
  display: none;
}

.mr {
  color: #23539A !important;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 40px;
}

.mr svg {
  margin-left: 6px;
}

.mr svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mr:hover {
  color: #4171B8 !important;
}

.mr:hover svg * {
  fill: #4171B8;
}

.mr:active {
  color: #0F3F86;
}

.mr:active svg * {
  fill: #0F3F86;
}

.btn {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  text-align: center;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #fff !important;
  padding: 14px;
  min-width: 250px;
  background-color: #F17400;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: solid 1px #F17400;
}

.btn:hover {
  background-color: #F58C18;
  border-color: #F58C18;
}

.btn:active {
  background-color: #DD6000;
  border-color: #DD6000;
}

.btn svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn svg * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-primary {
  color: #23539A !important;
  border: 1px solid #23539A;
  background-color: #fff;
}

.btn-primary:hover {
  background-color: #fff;
  border-color: #4171B8;
  color: #4171B8;
}

.btn-primary:hover svg * {
  fill: #4171B8;
}

.btn-primary:active {
  background-color: #fff;
  border-color: #0F3F86;
  color: #0F3F86;
}

.btn-primary:active svg * {
  fill: #0F3F86;
}

.btn-purple {
  background-color: #7400F1;
  border-color: #7400F1;
}

.btn-purple:hover {
  border-color: #5b00be;
  background-color: #5b00be;
}

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

.upd span {
  max-width: 90%;
  margin-left: 4px;
  display: block;
  text-transform: uppercase;
  color: #9E9E9E;
  font-size: 12px;
}

.container {
  max-width: 1300px;
  margin: 0 auto;
}

.bread {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px auto;
}

.bread li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
}

.bread li a {
  color: #9E9E9E;
}

.bread li a:hover {
  text-decoration: underline;
}

.bread li::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/main/bread.svg") no-repeat center center;
  margin: 0 4px;
}

.bread li:last-child::after {
  display: none;
}

.header-wrap {
  background-color: #FFFFFF;
  border-radius: 0px 0px 16px 16px;
  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: 20px;
}

.header-wrap__icon {
  display: none;
}

.header-wrap__logo {
  width: 100%;
  max-width: 200px;
}

.header-wrap__nav {
  width: 75%;
  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;
}

.header-wrap__nav--menu ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
  position: relative;
}

.header-wrap__nav--menu ul li {
  margin: 0 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-wrap__nav--menu ul li .sub-menu {
  width: 260px;
  background-color: #FFFFFF;
  -webkit-box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: -2px -2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px 0;
}

.header-wrap__nav--menu ul li .sub-menu li {
  margin: 0;
  width: 100%;
  position: static;
}

.header-wrap__nav--menu ul li .sub-menu li a {
  width: 100%;
  padding: 8px 24px;
}

.header-wrap__nav--menu ul li .sub-menu li .dropdown {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 24px 0 0;
}

.header-wrap__nav--menu ul li .sub-menu .sub-menu {
  left: 265px;
}

.header-wrap__nav--menu ul li .dropdown {
  margin-left: 9px;
  margin-top: -5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-wrap__nav--menu ul li a {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: .04em;
}

.header-wrap__nav--menu ul li a:hover {
  color: #7400F1;
}

.header-wrap__nav--menu ul li .open-first {
  opacity: 1;
  visibility: visible;
}

.header-wrap__nav--menu ul li .open-first .open-second {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.footer-wrap {
  background-color: #262626;
  border-radius: 30px 30px 0px 0px;
  color: #fff;
  padding: 50px 110px;
  margin-top: 100px;
}

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

.footer-wrap__top--meta {
  max-width: 310px;
}

.footer-wrap__top--meta-logo {
  display: block;
  max-width: 200px;
}

.footer-wrap__top--meta-text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin-top: 12px;
}

.footer-wrap__top--socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-wrap__top--socials a {
  display: block;
  margin-left: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__top--socials a:hover {
  opacity: .75;
}

.footer-wrap__menu {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer-wrap__menu--item {
  width: 100%;
  max-width: 172px;
  margin-right: 10px;
}

.footer-wrap__menu--item-subtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #EEF1F3;
  margin-bottom: 14px;
}

.footer-wrap__menu--item ul {
  list-style-type: none;
}

.footer-wrap__menu--item ul li {
  margin-bottom: 6px;
}

.footer-wrap__menu--item ul li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #9E9E9E;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-wrap__menu--item ul li a:hover {
  color: #EEF1F3;
}

.footer-wrap__menu--item:last-child {
  margin-right: 0;
  max-width: 101px;
}

.footer-wrap__menu--item:nth-last-child(2) {
  max-width: 154px;
}

.footer-wrap__copyright {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
  color: #9E9E9E;
}

.cookie {
  position: fixed;
  left: 0;
  bottom: 10px;
  z-index: 100;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.cookie-active {
  opacity: 1;
  visibility: visible;
}

.cookie-wrap {
  max-width: 1080px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 20px;
  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;
}

.cookie-wrap__text {
  position: relative;
  padding-left: 44px;
  max-width: 736px;
  margin-right: 36px;
}

.cookie-wrap__text svg {
  position: absolute;
  left: 0;
  top: 0;
}

.cookie-wrap__text h3 {
  font-weight: 700;
  margin-bottom: 4px;
}

.cookie-wrap__text p {
  font-size: 14px;
  color: #262626;
}

.cookie-wrap__text p a {
  color: #7400F1;
  text-decoration: underline;
}

.cookie-wrap__text p a:hover {
  text-decoration: none;
}

.cookie-wrap__btn {
  width: 100%;
  max-width: 204px;
}

.cookie-wrap__btn .btn {
  padding: 12px;
  width: 100%;
  min-width: auto;
}

.main-wrap {
  background-color: #EEF1F3;
  border-radius: 16px;
  margin: 40px 0 100px;
  padding: 90px 122px 60px;
  text-align: center;
}

.main-wrap__subtitle {
  color: #7400F1;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.main-wrap__title {
  font-size: 54px;
  line-height: 67px;
  font-weight: 800;
  margin-bottom: 44px;
}

.main-wrap__description {
  max-width: 660px;
  margin: 0 auto 20px;
  font-weight: 500;
}

.main-wrap__more {
  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;
  cursor: pointer;
  color: #23539A;
  font-weight: 600;
  letter-spacing: .04em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-wrap__full {
  display: none;
  max-width: 660px;
  margin: 0 auto;
  font-weight: 500;
}

.main-wrap__full ul {
  text-align: left;
  max-width: 550px;
  margin: 0 auto;
}

.main-wrap__author {
  background-color: #FFFFFF;
  border-radius: 8px;
  max-width: 247px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  margin: 53px auto 0;
}

.main-wrap__author--image {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.main-wrap__author--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.main-wrap__author--meta {
  max-width: 90%;
}

.main-wrap__author--meta-updated {
  margin-top: 4px;
}

.partners-more {
  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;
  font-weight: 600;
  color: #23539A !important;
  cursor: pointer;
}

.partners-more svg {
  margin-left: 6px;
}

.partners-wrap__item {
  max-width: 1080px;
  margin: 0 auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners-wrap__item .left {
  width: 200px;
  background-color: #262626;
  border-radius: 16px 0px 0px 16px;
  padding: 18px;
}

.partners-wrap__item .left-logo {
  margin: 0 auto;
  display: block;
}

.partners-wrap__item .left-meta {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  border-top: 1px solid #9E9E9E;
  color: #fff;
}

.partners-wrap__item .left-meta__item {
  word-break: break-all;
  width: 49%;
  font-size: 14px;
  font-weight: 600;
}

.partners-wrap__item .left-meta__item:last-child {
  text-align: right;
}

.partners-wrap__item .right {
  width: 100%;
  max-width: 880px;
  padding: 28px 24px;
}

.partners-wrap__item .right-full {
  margin-top: 34px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  display: none;
}

.partners-wrap__item .right-full__flex {
  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;
}

.partners-wrap__item .right-full__left {
  max-width: 546px;
  margin-right: 30px;
}

.partners-wrap__item .right-full__right {
  max-width: 204px;
  width: 100%;
}

.partners-wrap__item .right-full__right .preview {
  width: 100%;
  height: 110px;
  position: relative;
  display: block;
}

.partners-wrap__item .right-full__right .preview svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.partners-wrap__item .right-full__right .preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.partners-wrap__item .right-full__right .btn {
  min-width: auto;
  padding: 8px;
  width: 100%;
  margin-top: 10px;
}

.partners-wrap__item .right-full__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-wrap__item .right-full__list .item {
  padding: 6px 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #414C56;
  background-color: #EEF1F3;
  border-radius: 6px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.partners-wrap__item .right-full p {
  display: block;
  margin: 34px 0;
  max-width: 636px;
}

.partners-wrap__item .right-full ul {
  margin: 34px 0;
  list-style-type: none;
}

.partners-wrap__item .right-full ul li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
}

.partners-wrap__item .right-full ul li::after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/main/li.svg") no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 0;
}

.partners-wrap__item .right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.partners-wrap__item .right-row {
  width: 100%;
  max-width: 204px;
}

.partners-wrap__item .right-row__subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #9E9E9E;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.partners-wrap__item .right-row__title {
  font-size: 20px;
  line-height: 25px;
  font-weight: 800;
  margin-bottom: 39px;
}

.partners-wrap__item .right-row__notice {
  font-size: 10px;
  font-weight: 600;
  color: #23539A;
}

.partners-wrap__item .right-row__list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.partners-wrap__item .right-row__list .item img {
  width: 100%;
  max-width: 26px;
  margin-right: 8px;
  max-height: 26px;
}

.partners-wrap__item .right-row__list .item span {
  display: block;
  max-width: 90%;
  font-size: 14px;
  font-weight: 600;
}

.partners-wrap__item .right-row__currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners-wrap__item .right-row__currency img {
  display: block;
  max-height: 26px;
  width: auto;
  margin-right: 6px;
  margin-bottom: 12px;
}

.partners-wrap__item .right-row__currency img:nth-child(4n+4) {
  margin-right: 0;
}

.partners-wrap__item .right-row__updated {
  margin-bottom: 29px;
}

.partners-wrap__item .right-row .btn {
  min-width: auto;
  width: 100%;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-wrap__item .right-row:nth-child(2) {
  max-width: 135px;
}

.partners-wrap__item .right-row:nth-child(3) {
  max-width: 122px;
}

.partners-wrap__item--active .right-row .btn-primary svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.partners-wrap__item--active .right-full {
  display: block;
}

.top-wrap {
  margin: 100px auto;
  max-width: 860px;
}

.top-wrap__title {
  font-size: 42px;
  line-height: 57px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 16px;
}

.top-wrap__subtitle {
  font-weight: 500;
  line-height: 21px;
  margin-bottom: 60px;
  text-align: center;
}

.top-wrap__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.top-wrap__meta--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.top-wrap__meta--left-logo {
  background-color: #262626;
  border-radius: 16px;
  height: 80px;
  width: 100%;
  max-width: 220px;
  margin-right: 10px;
  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;
}

.top-wrap__meta--left-logo img {
  max-height: 80px;
  width: auto;
}

.top-wrap__meta--left-position {
  background-color: #EEF1F3;
  border-radius: 16px;
  padding: 24px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
}

.top-wrap__meta--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 800;
  font-size: 26px;
  line-height: 32px;
}

.top-wrap__meta--right svg {
  margin-right: 8px;
}

.top-wrap__image {
  margin-bottom: 50px;
}

.top-wrap__text {
  line-height: 24px;
  margin-bottom: 50px;
}

.top-wrap__bonus {
  background-color: #EEF1F3;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-wrap__bonus--content {
  width: 49%;
  font-size: 14px;
  font-weight: 500;
}

.top-wrap__bonus--content-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.top-wrap__bonus--list {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-wrap__bonus--list .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.top-wrap__bonus--list .item strong {
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin-bottom: 8px;
}

.top-wrap__bonus--list .item:nth-child(3n+3) {
  margin-right: 0;
}

.top-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

.top-wrap__list--flex span {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.top-wrap__list--flex span:nth-child(2) {
  display: none;
}

.top-wrap__list--item {
  width: 32.6%;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  margin-right: 1.1%;
  margin-bottom: 10px;
  padding: 20px;
}

.top-wrap__list--item:nth-child(3n+3) {
  margin-right: 0;
}

.top-wrap__list--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.top-wrap__list--meta-icon {
  width: 34px;
  height: 34px;
  background-color: #7400F1;
  border-radius: 6px;
  margin-right: 10px;
  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;
}

.top-wrap__list--meta-icon img {
  max-height: 34px;
  width: auto;
}

.top-wrap__list--meta-title {
  max-width: 79%;
  font-weight: 700;
  color: #7400F1;
}

.top-wrap__list .active .top-wrap__list--text {
  height: 100%;
}

.top-wrap__list .active .top-wrap__list--text::after {
  display: none;
}

.top-wrap__list .active .top-wrap__list--more .svg1 {
  display: none;
}

.top-wrap__list .active .top-wrap__list--more .svg2 {
  display: block;
}

.top-wrap__list .active .top-wrap__list--flex span {
  display: none;
}

.top-wrap__list .active .top-wrap__list--flex span:nth-child(2) {
  display: block;
}

.top-wrap__list--text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 19px;
  height: 75px;
  overflow: hidden;
  position: relative;
}

.top-wrap__list--text::after {
  content: '';
  display: block;
  width: 100%;
  height: 75px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81.25%, #FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 81.25%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.top-wrap__list--more {
  margin-top: 6px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  width: 34px;
  height: 34px;
  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;
  background-color: #EEF1F3;
  border-radius: 8px;
}

.top-wrap__list--more svg:nth-child(2) {
  display: none;
}

.top-wrap__list--more .svg2 {
  display: none;
}

.top-wrap__nav {
  margin: 60px 0;
}

.top-wrap__more {
  margin-top: 60px;
}

.top-wrap__more .btn {
  width: 100%;
}

.faq-wrap {
  margin: 100px 0;
}

.faq-wrap__text {
  max-width: 660px;
  margin: 16px auto 0;
  text-align: center;
}

.faq-wrap__text h2 {
  font-size: 42px;
  line-height: 57px;
  font-weight: 800;
  margin-bottom: 16px;
}

.faq-wrap__text p {
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

.faq-wrap__text p:last-child {
  margin-bottom: 0;
}

.faq-wrap__list {
  max-width: 640px;
  margin: 60px auto 0;
  width: 100%;
}

.faq-wrap__list .item {
  margin-bottom: 32px;
  position: relative;
}

.faq-wrap__list .item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.faq-wrap__list .item-top__icon {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
  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;
  margin-right: 24px;
}

.faq-wrap__list .item-top__icon span {
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 10px;
  background-color: #414C56;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-wrap__list .item-top__icon span:nth-child(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
}

.faq-wrap__list .item-top__title {
  max-width: 80%;
  font-weight: 700;
}

.faq-wrap__list .item-text {
  margin-top: 12px;
  padding-left: 64px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.faq-wrap__list .item-text p {
  display: block;
  margin-bottom: 20px;
}

.faq-wrap__list .item-text p:last-child {
  margin-bottom: 0;
}

.faq-wrap__list .active .item-top__icon span:nth-child(1) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-wrap__list .active .item-top__icon span:nth-child(2) {
  display: none;
}

.faq-wrap__list .active .item-text {
  -webkit-transform: none;
          transform: none;
  position: static;
  opacity: 1;
  visibility: visible;
}

.sites-wrap {
  margin: 100px auto;
  max-width: 1080px;
}

.sites-wrap__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 60px;
}

.sites-wrap__list .item {
  width: 24.25%;
  margin-right: 1%;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  padding: 30px;
  color: #262626;
  font-weight: 500;
  display: none;
}

.sites-wrap__list .item-active {
  display: block;
}

.sites-wrap__list .item-title {
  margin-top: 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  min-height: 48px;
  max-width: 200px;
}

.sites-wrap__list .item:nth-child(4n+4) {
  margin-right: 0;
}

.news-wrap {
  margin: 0 auto;
  max-width: 1080px;
}

.news-wrap__slider {
  position: relative;
}

.news-wrap__slider .slick-arrow {
  position: absolute;
  top: 35%;
  left: -80px;
}

.news-wrap__slider .slick-next {
  left: auto;
  right: -80px;
}

.news-wrap__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-wrap__list2 .item {
  width: 32.1%;
  margin-right: 1.85%;
  margin-bottom: 10px;
}

.news-wrap__list2 .item:nth-child(3n+3) {
  margin-right: 0;
}

.news-wrap__list {
  margin-top: 60px;
}

.news-wrap__list .wrapper {
  margin: 0 6px;
}

.news-wrap__list .item {
  display: block;
  background-color: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  padding: 20px;
  color: #262626;
}

.news-wrap__list .item-image {
  height: 200px;
  margin: 0 auto 24px;
}

.news-wrap__list .item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.news-wrap__list .item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrap__list .item-meta__image {
  width: 36px;
  height: 36px;
  margin-right: 12px;
}

.news-wrap__list .item-meta__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.news-wrap__list .item-meta__author {
  font-size: 14px;
  font-weight: 600;
  max-width: 80%;
}

.news-wrap__list .item-meta__author strong {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-wrap__list .item-meta__author strong svg {
  margin-right: 4px;
}

.news-wrap__list .item-meta__author strong span {
  max-width: 90%;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  color: #9E9E9E;
}

.news-wrap__list .item-title {
  margin-top: 14px;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}

.archive-wrap {
  padding: 60px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EEF1F3;
  border-radius: 16px;
  margin-bottom: 60px;
}

.archive-wrap__title {
  font-size: 54px;
  line-height: 56px;
  font-weight: 800;
  width: 100%;
  max-width: 530px;
  margin-right: 30px;
}

.archive-wrap__text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  width: 100%;
  max-width: 420px;
}

.archive-wrap__text p {
  display: block;
  margin-bottom: 20px;
}

.archive-wrap__text p:last-child {
  margin-bottom: 0;
}

.archive .news-wrap__list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.archive .news-wrap__list .item-text {
  font-size: 14px;
  margin-top: 8px;
}

.archive .news-wrap__list .item-small .item-image {
  display: none;
}

.single-wrap {
  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;
  background-color: #EEF1F3;
  border-radius: 16px;
  padding-left: 110px;
}

.single-wrap__meta {
  max-width: 548px;
  width: 100%;
  margin-right: 30px;
}

.single-wrap__meta--title {
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
  margin-bottom: 32px;
}

.single-wrap__meta .main-wrap__author {
  margin: 0;
}

.single-wrap__image {
  height: 408px;
  width: 100%;
  max-width: 530px;
}

.single-wrap__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 16px 16px 0px;
}

.single-content {
  max-width: 860px;
  margin: 60px auto 100px;
}

.single-content__read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 24px;
}

.single-content__read svg {
  margin-right: 4px;
}

.single-content__table {
  margin-bottom: 60px;
}

.tabs {
  margin: 50px 0;
  background-color: #EEF1F3;
  border-radius: 16px;
  padding: 30px;
}

.tabs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 26px;
  margin-bottom: 20px;
}

.tabs-row__item {
  width: 49%;
}

.tabs-row__item:nth-child(1) {
  font-weight: 700;
}

.about-wrap__banner {
  background-color: #EEF1F3;
  border-radius: 16px;
  padding: 80px;
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  font-weight: 800;
}

.about-wrap__content {
  max-width: 860px;
  margin: 60px auto 100px;
}

.contacts-wrap__form {
  max-width: 640px;
  margin: 60px auto;
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
}

.contacts-wrap__form .row p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-wrap__form .row p span {
  width: 49%;
}

.contacts-wrap__form input {
  width: 100%;
  margin-bottom: 12px;
}

.contacts-wrap__form textarea {
  width: 100%;
  margin-bottom: 18px;
}

.contacts-wrap__form .btn {
  width: 100%;
  margin-top: 40px;
}

.contacts-wrap__form .wpcf7-list-item {
  margin-left: 0 !important;
  font-size: 14px;
  font-weight: 500;
  color: #9E9E9E;
}

.contacts-wrap__form .wpcf7-list-item input {
  opacity: .75;
  width: auto !important;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

@media (max-width: 1300px) {
  .bread {
    padding: 0 15px;
  }
  .news-wrap__slider {
    padding: 0 15px;
  }
  .news-wrap__slider .slick-arrow {
    left: 0;
  }
  .news-wrap__slider .slick-next {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .header-wrap__nav--languages {
    margin-left: 0;
  }
  .header-wrap__icon {
    width: 28px;
    height: 28px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 5px;
    z-index: 101;
  }
  .header-wrap__icon span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    max-width: 16px;
    height: 1px;
    border-bottom: solid 2px #414C56;
    border-radius: 10px;
    margin: 2px 0;
  }
  .header-wrap__icon--active {
    background-color: #EEF1F3;
  }
  .header-wrap__icon--active span:nth-child(1) {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  .header-wrap__icon--active span:nth-child(2) {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    position: absolute;
  }
  .header-wrap__logo {
    z-index: 101;
  }
  .header-wrap__nav {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EEF1F3;
    z-index: 100;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding-top: 120px;
    overflow-y: auto;
  }
  .header-wrap__nav--active {
    opacity: 1;
    visibility: visible;
  }
  .header-wrap__nav--menu {
    width: 100%;
    max-width: 290px;
  }
  .header-wrap__nav ul {
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-wrap__nav ul li {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 16px;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-wrap__nav ul li:nth-child(1n+1) {
    margin: 0 0 8px;
  }
  .header-wrap__nav ul li .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    border: none;
    background: none;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 10px;
    display: none;
  }
  .header-wrap__nav ul li .sub-menu li {
    padding: 0;
    text-align: left;
    margin: 10px 0;
  }
  .header-wrap__nav ul li .sub-menu li a {
    max-width: 80%;
    padding: 0;
  }
  .header-wrap__nav ul li .sub-menu li .dropdown {
    margin-right: 0;
    -webkit-transform: none;
            transform: none;
  }
  .header-wrap__nav ul li .sub-menu .sub-menu {
    display: none;
  }
  .header-wrap__nav ul .mob-first .dropdown {
    -webkit-transform: rotate(180deg) translateY(-5px);
            transform: rotate(180deg) translateY(-5px);
  }
  .header-wrap__nav ul .mob-first .sub-menu {
    display: block;
  }
  .header-wrap__nav ul .mob-first .sub-menu .sub-menu {
    display: none;
  }
  .header-wrap__nav ul .mob-second .dropdown {
    -webkit-transform: rotate(180deg) translateY(-5px) !important;
            transform: rotate(180deg) translateY(-5px) !important;
  }
  .header-wrap__nav ul .mob-second .sub-menu {
    display: block !important;
  }
  .header-wrap__nav--languages {
    width: 100%;
    max-width: 290px;
    text-align: center;
    padding: 16px;
    background-color: #fff;
  }
}

@media (max-width: 1080px) {
  .partners-wrap,
  .top-wrap,
  .faq-wrap,
  .sites-wrap,
  .news-wrap {
    padding: 0 15px;
  }
  .single-content {
    padding: 0 15px;
  }
  .about-wrap__content,
  .contacts-wrap__content {
    padding: 0 15px;
  }
}

@media (max-width: 1050px) {
  .partners-wrap__item .right-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partners-wrap__item .right-row {
    width: 48%;
  }
  .partners-wrap__item .right-row:nth-child(1n+1) {
    max-width: 100%;
  }
  .archive-wrap {
    padding: 60px 15px;
  }
  .single-wrap {
    padding-left: 15px;
  }
}

@media (max-width: 920px) {
  .sites-wrap__list,
  .news1-wrap__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sites-wrap__list .item,
  .news1-wrap__list .item {
    width: 49.25%;
  }
  .sites-wrap__list .item:nth-child(1n+1),
  .news1-wrap__list .item:nth-child(1n+1) {
    margin: 0 0 8px;
  }
  .footer-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
  .archive-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .archive-wrap__title {
    max-width: 100%;
    margin: 0 0 14px;
  }
  .archive-wrap__text {
    max-width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .main-wrap {
    padding: 30px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .main-wrap__title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .main-wrap__author {
    margin-top: 20px;
  }
  .partners-wrap__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #FFFFFF;
    border-radius: 8px;
  }
  .partners-wrap__item .left {
    border-radius: 0;
    background: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .partners-wrap__item .left-logo {
    padding: 12px 5px;
    margin-right: 14px;
    margin: 0 14px 0 0;
  }
  .partners-wrap__item .left-meta {
    color: #262626;
    padding-top: 0;
    width: 80%;
    border: none;
  }
  .partners-wrap__item .left-meta__item {
    font-weight: 700;
  }
  .partners-wrap__item .right {
    padding: 20px 15px;
  }
  .partners-wrap__item .right-full {
    font-size: 15px;
    line-height: 15px;
  }
  .partners-wrap__item .right-row {
    width: 100%;
  }
  .partners-wrap__item .right-row__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .partners-wrap__item .right-row__list .item {
    margin-right: 21px;
  }
  .partners-wrap__item .right-row:last-child {
    max-width: 258px;
  }
  .top-wrap__bonus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-wrap__bonus--content {
    margin-bottom: 16px;
    width: 100%;
  }
  .top-wrap__bonus--list {
    width: 100%;
  }
  .top-wrap__list--item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-wrap__list--item:nth-child(1n+1) {
    margin: 0 0 8px;
  }
  .top-wrap__list--meta {
    width: 80%;
  }
  .top-wrap__list--meta-title {
    max-width: 100%;
  }
  .top-wrap__list--meta-icon {
    display: none;
  }
  .top-wrap__list--text {
    height: 100%;
    display: none;
  }
  .top-wrap__list--text::after {
    display: none;
  }
  .top-wrap__list--more {
    margin-top: 0;
    width: 24px;
    height: 24px;
  }
  .top-wrap__list--more svg {
    max-width: 8px;
    max-height: 8px;
  }
  .top-wrap__list .active .top-wrap__list--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-wrap__list .active .top-wrap__list--more svg {
    display: none;
  }
  .top-wrap__list .active .top-wrap__list--more svg:nth-child(2) {
    display: block;
  }
  .top-wrap__list .active .top-wrap__list--text {
    display: block;
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .footer-wrap__menu {
    margin-top: 24px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-wrap__menu--item:nth-child(1n+1) {
    width: 30%;
    max-width: 100%;
    margin-right: 5%;
    margin-bottom: 24px;
  }
  .footer-wrap__menu--item:nth-child(3n+3) {
    margin-right: 0;
  }
  .single-wrap {
    border-radius: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-wrap__image {
    width: auto;
    height: auto;
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 14px;
  }
  .single-wrap__image img {
    border-radius: 0;
  }
  .single-wrap__meta {
    max-width: 100%;
    margin: 0;
  }
  .single-wrap__meta--title {
    text-align: center;
  }
  .single-wrap__meta .main-wrap__author {
    margin: 20px auto;
  }
  .tabs {
    padding: 16px;
  }
  .tabs-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tabs-row__item {
    width: 100%;
    margin-bottom: 6px;
  }
}

@media (max-width: 520px) {
  input,
  textarea {
    font-size: 15px;
    padding: 12px;
  }
  .bread {
    margin: 20px 0;
  }
  .bread li {
    font-size: 10px;
    line-height: 12px;
  }
  .bread li::after {
    width: 10px;
    height: 10px;
    background-size: contain;
  }
  .btn {
    font-size: 15px;
    padding: 12px 16px;
  }
  .btn svg {
    max-width: 12px;
    max-height: 12px;
  }
  .mr {
    font-size: 15px;
    font-weight: 600;
  }
  .mr svg {
    max-width: 12px;
    max-height: 12px;
  }
  .ttl,
  .faq-wrap__text h2 {
    text-align: left;
    font-size: 20px;
    line-height: 27px;
  }
  .tbl {
    font-size: 15px;
    padding: 12px;
  }
  .cntn {
    font-size: 15px;
    line-height: 21px;
  }
  .cntn p {
    font-size: 15px;
    line-height: 21px;
    margin: 20px 0;
  }
  .cntn h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0 8px;
  }
  .cntn h3 {
    font-size: 18px;
    line-height: 21px;
    margin: 20px 0 8px;
  }
  .header-wrap__logo {
    max-width: 180px;
  }
  .top-wrap {
    margin: 34px 0;
  }
  .top-wrap__title {
    text-align: left;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .top-wrap__subtitle {
    font-size: 15px;
    line-height: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
  .top-wrap__meta {
    margin-bottom: 14px;
  }
  .top-wrap__meta--left-logo {
    height: 30px;
    max-width: 70px;
    border-radius: 6px;
  }
  .top-wrap__meta--left-logo img {
    max-height: 30px;
  }
  .top-wrap__meta--left-position {
    padding: 0;
    min-height: 30px;
    min-width: 30px;
    font-size: 15px;
    line-height: 15px;
    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;
  }
  .top-wrap__meta--right {
    font-size: 14px;
  }
  .top-wrap__meta--right svg {
    max-width: 12px;
    max-height: 12px;
  }
  .top-wrap__image {
    margin-bottom: 16px;
  }
  .top-wrap__text {
    font-size: 15px;
    line-height: 15px;
  }
  .top-wrap__bonus {
    padding: 16px;
  }
  .top-wrap__bonus--content-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .top-wrap__bonus--content--subtitle {
    font-size: 15px;
    line-height: 16px;
  }
  .top-wrap__bonus--list .item {
    font-size: 15px;
  }
  .top-wrap__bonus--list .item strong {
    font-size: 16px;
    line-height: 20px;
  }
  .top-wrap__list--text {
    margin-top: 6px;
    font-size: 15px;
    line-height: 15px;
  }
  .top-wrap__list--meta-title {
    font-size: 15px;
    line-height: 15px;
  }
  .top-wrap__nav {
    margin: 20px 0;
  }
  .top-wrap__more {
    margin-top: 20px;
  }
  .faq-wrap {
    margin: 34px 0;
  }
  .faq-wrap__text {
    text-align: left;
    font-size: 15px;
    line-height: 15px;
  }
  .faq-wrap__list {
    margin-top: 20px;
  }
  .faq-wrap__list .item {
    margin-bottom: 12px;
  }
  .faq-wrap__list .item-top__icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .faq-wrap__list .item-top__icon span {
    max-width: 8px;
  }
  .faq-wrap__list .item-top__title {
    font-size: 15px;
    line-height: 15px;
  }
  .faq-wrap__list .item-text {
    font-size: 15px;
    line-height: 15px;
    padding-left: 32px;
  }
  .sites-wrap {
    margin: 34px 0;
  }
  .sites-wrap__more {
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sites-wrap__list {
    margin-top: 20px;
  }
  .sites-wrap__list .item {
    width: 100%;
    padding: 16px;
    border-radius: 8px;
  }
  .sites-wrap__list .item-category {
    font-size: 15px;
  }
  .sites-wrap__list .item-title {
    margin-top: 14px;
    font-size: 15px;
    line-height: 15px;
    max-width: 100%;
    min-height: auto;
  }
  .news-wrap__slider .wrapper {
    margin: 0;
  }
  .news-wrap__list {
    margin-top: 14px;
  }
  .news-wrap__list .item {
    width: 100%;
    padding: 16px;
  }
  .news-wrap__list .item-image {
    max-width: 258px;
    margin: 0 0 12px;
  }
  .news-wrap__list .item-meta__image {
    width: 26px;
    height: 26px;
  }
  .news-wrap__list .item-meta__author {
    font-size: 10px;
  }
  .news-wrap__list .item-meta__author strong {
    font-size: 10px;
  }
  .news-wrap__list .item-title {
    font-size: 14px;
    line-height: 19px;
  }
  .news-wrap__more {
    margin-top: 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-wrap {
    border-radius: 0;
    padding: 20px 15px;
  }
  .footer-wrap__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-wrap__top--meta-logo {
    max-width: 136px;
  }
  .footer-wrap__top--meta-text {
    max-width: 100%;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 24px;
  }
  .footer-wrap__top--socials a {
    margin: 0 16px 0 0;
  }
  .footer-wrap__top--socials a svg {
    width: auto;
    max-height: 20px;
  }
  .footer-wrap__menu--item {
    width: 100%;
  }
  .footer-wrap__menu--item:nth-child(1n+1) {
    width: 100%;
  }
  .footer-wrap__menu--item-subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 6px;
  }
  .footer-wrap__menu--item ul li {
    margin-bottom: 6px;
  }
  .footer-wrap__menu--item ul li a {
    font-size: 14px;
    line-height: 19px;
  }
  .footer-wrap__copyright {
    margin-top: 0;
    font-size: 15px;
    line-height: 16px;
  }
  .main-wrap {
    padding: 30px 15px;
  }
  .main-wrap__subtitle {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 8px;
  }
  .main-wrap__title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 8px;
  }
  .main-wrap__description {
    font-size: 15px;
    line-height: 16px;
  }
  .main-wrap__author--image {
    width: 26px;
    height: 26px;
    margin-right: 8px;
  }
  .main-wrap__author--meta {
    text-align: left;
    font-size: 10px;
  }
  .main-wrap__author--meta-updated span {
    font-size: 10px;
  }
  .archive-wrap {
    border-radius: 0;
    padding: 30px 15px;
  }
  .archive-wrap__title {
    font-size: 22px;
    line-height: 27px;
  }
  .archive-wrap__text {
    font-size: 15px;
    line-height: 15px;
  }
  .single-wrap {
    padding-left: 0;
  }
  .single-wrap__meta--title {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 0;
  }
  .single-content {
    margin: 24px 0;
  }
  .single-content__read {
    margin-bottom: 14px;
    font-size: 10px;
    line-height: 12px;
  }
  .single-content__read svg {
    max-width: 10px;
    max-height: 10px;
  }
  .single-content__table {
    margin-bottom: 24px;
  }
  .about-wrap__banner {
    padding: 24px 15px;
    border-radius: 0;
    font-size: 22px;
    line-height: 27px;
  }
  .about-wrap__content {
    margin: 24px 0;
  }
  .contacts-wrap__form {
    padding: 16px;
  }
  .contacts-wrap__form form .row p span {
    width: 100%;
  }
  .partners-wrap__item .right-full__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .partners-wrap__item .right-full__right {
    width: 100%;
    max-width: 258px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}


.aligncenter {
  display: flex;
  margin: 0 auto;
}