@import "";

.blox-icon-timeline * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blox-icon-timeline {
  font-family: inherit;
  font-size: 14px;
  color: #333333;
  padding: 0px 20px;
  margin: 0px;
  list-style: none;
  text-align: left;
}

.blox-icon-timeline li {
  position: relative;
  padding: 20px 0 0px 0;
  margin: 0px 0 0px 0px;
}

.blox-icon-timeline li ul {
  list-style: none;
  margin: 10px 0 0 0;
}

.blox-icon-timeline li ul li:before {
  display: none;
}

.blox-icon-timeline li:last-child::before {
  height: 81%;
  display: none;
}

.blox-icon-timeline li ul li {
  margin: 0;
  padding: 4px 0 4px 0;
}

.blox-icon-timeline li:before {
  position: absolute;
  left: 26px;
  top: 22px;
  content: "";
  height: 100%;
  border-left: 3px solid #d7e4ed;
}

.blox-icon-timeline li .blox-wrapper {
  padding: 20px 24px 20px 28px;
  margin: 0 0 0 84px;
  position: relative;
}

.blox-icon-timeline li .blox-wrapper:before {
  display: block;
  content: "";
}

.blox-icon-timeline .blox-content {
  font-size: 14px;
  line-height: 19px;
  padding: 0 0 12px 0;
}
.blox-icon-timeline .blox-heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px 0;
}

.blox-icon-timeline li .blox-wrapper:before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  transform: rotate(-45deg);
  position: absolute;
  left: -9px;
  top: 20px;
  background-color: inherit;
}

.blox-icon-timeline .blox-icon {
  position: absolute;
  font-size: 20px;
  color: #ffffff;
  left: -85px;
  top: 0px;
  line-height: 54px;
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 0px 0 0px -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.blox-icon-timeline .blox-date {
  font-style: italic;
}

.d-flex {
  display: flex;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.align-items-center {
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.m-auto {
  margin: 0 auto;
}

.container-custom {
  max-width: 1280px;
  width: 98%;
  margin: 0 auto;
}

button,
input {
  outline: none;
  border: none;
  background-color: inherit;
}

.membersabout__title {
  text-align: center;
  margin-bottom: 90px;
}

.membersabout__title h1 {
  font-weight: 400;
  color: black;
  font-size: 35px;
  font-family: Montserrat;
}

.membersabout__platinum {
  margin-bottom: 40px;
}

.membersabout__participants
  .participants__container
  .participants__items
  .participants__wrapper {
  width: 160px;
}

.membersabout__participants
  .participants__container
  .participants__items
  .participants__wrapper
  .participants__item {
  width: 155px;
}

.statement__wrapper {
  margin-top: 30px;
  background-color: inherit;
}

.statement__wrapper .md-radio {
  margin: 0px 16px 16px 0;
}

.statement__wrapper .md-radio .md-radio-label {
  height: unset;
}

.statement__wrapper .md-content.md-theme-default {
  background-color: inherit;
}

.statement__wrapper .md-radio.md-theme-default.md-checked .md-radio-container {
  border-color: #673ab7 !important;
}

.statement__wrapper
  .md-radio.md-theme-default.md-checked
  .md-radio-container::after {
  background-color: #673ab7 !important;
}

.statement__wrapper .md-radio.md-theme-default.md-checked .md-ripple {
  color: #673ab7;
}

.statement__wrapper .md-checkbox .md-checkbox-label {
  height: unset;
}

.statement__wrapper .md-checkbox.md-checked .md-checkbox-container:after {
  border-color: #673ab7 !important;
}

.statement__wrapper .statement__container {
  width: 100%;
  margin: 0 auto;
}

.statement__wrapper .statement__container .statement__items {
  display: flex;
  justify-content: space-around;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content {
  width: 369px;
  text-align: right;
  margin-top: 165px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-logo {
  width: inherit;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-logo
  img {
  width: 100%;
  height: 100%;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-name
  h2,
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-position,
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-description
  p {
  font-family: Montserrat;
  color: black;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-name {
  margin-bottom: 20px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-name
  h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-position {
  font-size: 12px;
  font-weight: 500;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-description {
  margin-bottom: 10px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-description
  p {
  line-height: 1.5em;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-contact {
  display: flex;
  flex-direction: column;
  line-height: 1.7em;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-content
  .item-contact
  a {
  color: black;
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form {
  position: relative;
  width: 690px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .md-scrollbar {
  /* height: 555px;
  overflow: auto; */
  width: inherit;
  padding: 20px 10px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-title {
  text-align: center;
  margin-top: 80px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-title
  h1 {
  font-family: Montserrat;
  color: black;
  font-size: 28px;
  font-weight: bold;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-button {
  margin: 12px 0;
  width: fit-content;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #673ab7;
  background-color: #fff;
  font-family: "Roboto";
  border-radius: 3px;
  font-weight: 500;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #9f9f9f;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-button-prev {
  color: black;
  margin-right: 15px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form {
  margin-top: 12px;
  padding: 20px 24px;
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form-error {
  border-color: #d93025;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-column {
  display: flex;
  flex-direction: column;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-title
  h2,
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-description
  p,
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-label {
  font-family: "Roboto";
  color: #202124;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-title {
  margin-bottom: 15px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-title
  h2 {
  line-height: 1.3em;
  margin: 0;
  font-size: 32px;
  font-weight: 400;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-description
  p {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
  margin-top: 12px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-warning {
  color: #d93025;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-label {
  margin-bottom: 20px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-label
  label {
  letter-spacing: 0.1px;
  line-height: 24px;
  font-size: 16px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-label
  label
  span {
  font-size: 16px;
  color: #d93025;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-label
  label
  p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto";
  color: #202124;
  margin-top: -5px;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input {
  margin-bottom: 10px;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 20px;
  color: #242528;
  border-bottom: 1px solid #e0e0e0;
  width: 270px;
  padding: 5px 0;
  transition: 0.3s all;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input::-webkit-input-placeholder {
  color: #a1a4a7;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input::-moz-placeholder {
  color: #a1a4a7;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input:-ms-input-placeholder {
  color: #a1a4a7;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input::-ms-input-placeholder {
  color: #a1a4a7;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input::placeholder {
  color: #a1a4a7;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input[type="number"]::-webkit-outer-spin-button,
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-input-error {
  transition: 0.3s all;
  border-color: #d93025;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-error {
  display: flex;
  align-items: center;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-error
  span,
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-error
  i {
  color: #d93025;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-error
  i {
  margin: 0;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-error
  span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.3px;
  line-height: 16px;
  font-family: "Roboto";
  margin-left: 12px;
}

@media screen and (max-width: 1239px) {
  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form {
    width: 500px;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form
    .item-form
    .form-title
    h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 1020px) {
  .statement__wrapper .md-checkbox {
    margin: 0;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form {
    width: 400px;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form
    .item-form
    .form-title
    h2 {
    font-size: 17px;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form
    .item-form
    .form-description
    p {
    font-size: 12px;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form
    .item-form
    .form-label
    label {
    font-size: 14px;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-content {
    width: 248px;
  }
}

@media screen and (max-width: 768px) {
  .statement__wrapper {
    padding: 50px 0px 30px;
  }

  .statement__wrapper .statement__container .statement__items {
    justify-content: center;
    flex-direction: column;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form,
  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-content {
    margin: 0 auto;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form
    .item-title {
    margin-top: 0px;
  }
}

@media screen and (max-width: 500px) {
  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form,
  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-content {
    width: 100%;
  }

  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form
    .item-form
    .form-input {
    width: 100%;
  }
}

.list li:not(:last-child) {
  margin-bottom: 5px;
}

.list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 25px;
  transition: 0.3s all;
}

.list li i {
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s all;
  opacity: 0;
}

.list li:hover i {
  opacity: 1;
  transition: 0.3s all;
}

.list li i:hover {
  color: red;
  transition: 0.3s all;
}

.statement__wrapper .d-none {
  display: none;
}

.md-progress-spinner.md-theme-default .md-progress-spinner-circle {
  stroke: #4d20df !important;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(109, 72, 229, 0.7);
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .loader
  span {
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-column.form-column-success {
  text-align: center;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-column.form-column-success
  i {
  font-size: 60px;
  color: #46b35f;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-column.form-column-success
  span {
  font-size: 17px;
  color: #868585;
  margin-top: 15px;
}

.statement__wrapper a.link,
.statement__wrapper a.link:hover {
  color: #6d48e5 !important;
  text-decoration: underline !important;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-column
  .md-field:before {
  background-color: #6d48e5 !important;
}

.statement__wrapper .mr-2 {
  margin-right: 15px !important;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-button.active {
  background-color: #cecece;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  select {
  background-color: inherit;
  outline: none;
  margin-bottom: 20px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  padding-bottom: 8px;
  width: 100%;
  padding-right: 18px;
}
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .form-select {
  position: relative;
  max-width: 300px;
  height: 23px;
  width: 100%;
}
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .form-select:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #d2d2d2;
  bottom: 0;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .form-select:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  position: absolute;
  right: 0;
}

.accardion__items .accordion__item {
  background-color: #ffffff;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 15px;
}
.accardion__items .accordion__item .item-title {
  padding: 20px;
}

.accardion__items .accordion__item .item-title span {
  font-weight: Bold;
  font-size: 18px;
  color: #000000;
  font-family: "Exo 2", sans-serif;
}

.accardion__items .accordion__item .item-description {
  border-top: 1px solid rgb(233, 234, 237);
  padding: 10px 20px;
}

.accardion__items .accordion__item .item-description p {
  font-size: 16px;
  font-weight: Normal;
  line-height: 1.8em;
  font-family: "Exo 2", sans-serif;
}

@media screen and (max-width: 600px) {
  .statement__wrapper
    .statement__container
    .statement__items
    .statement__item-form {
    width: 100%;
  }

  .statement__wrapper {
    padding: 0;
  }
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .mr-0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 765px) {
  .shedule-row-two {
    justify-content: center;
  }

  .shedule-member-block {
    text-align: center;
  }

  .shedule-member-image {
    margin: 0 auto 15px !important;
  }
}

@media screen and (max-width: 600px) {
  .check__block,
  .accardion__wrapper {
    padding: 0 !important;
  }

  .title__timer {
    font-size: 25px !important;
  }

  .accardion__title {
    font-size: 21px !important;
  }

  .accardion__items {
    margin-top: 20px;
  }

  .accardion__items .accordion__item {
    width: 95%;
    margin: 0 auto 15px;
  }

  .last__title {
    font-size: 27px !important;
  }

  .cursor__block,
  .img__block {
    padding: 0 10px !important;
  }

  .conferenci__title {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 571px) {
  .galochki__title {
    font-size: 19px !important;
  }
}

@media screen and (max-width: 550px) {
  .big__title {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 499px) {
  .shedule-member-block {
    margin-left: 0 !important;
  }
}

.link__wrapper {
  background-color: #fff;
}

.block__link {
  max-width: 800px;
  padding: 50px 0;
  margin: 0 auto;
  width: 90%;
}

.block__link p {
  font-size: 17px;
  color: #202124;
}

.block__link a {
  margin: 15px auto 0;
  width: fit-content;
  height: 38px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  color: #673ab7 !important;
  background-color: #fff;
  font-family: "Exo 2";
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #9f9f9f;
  font-weight: bold;
}

.block__link a:hover {
  color: #673ab7 !important;
}

.image__row {
  width: 170px;
}

.image__row img {
  width: auto;
}

.image__row p {
  font-size: 13px;
}

.finance-text a {
  text-decoration: underline !important;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .item-name {
  text-align: center;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .item-name
  h3 {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

.liqpay__block {
  width: 200px;
  margin: 40px auto 0;
  text-align: center;
}

.liqpay__block img {
  margin-bottom: 20px;
}

.liqpay__block a,
.liqpay__block a:hover {
  font-size: 17px !important;
  font-family: "Roboto" !important;
  text-decoration: underline !important;
  color: #fff !important;
}

.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-description
  .mt-3 {
  margin-top: 15px;
}
.statement__wrapper
  .statement__container
  .statement__items
  .statement__item-form
  .item-form
  .form-description.form-description-message
  p {
  margin-top: 5px;
}

.text__wrapper {
  background-color: #fff;
  padding: 50px 30px;
  margin: 0 auto;
}

.text__wrapper .block__text {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text__wrapper .block__text .text__item {
  width: 400px;
  margin-bottom: 20px;
}

.text__wrapper .block__text .text__item ul li:first-child {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 15px;
}

.text__wrapper .block__text .text__item ul li:not(:first-child) {
  margin-bottom: 10px;
}

.text__wrapper .block__link {
  padding: 0;
}

@media screen and (max-width: 859px) {
  .text__wrapper .block__text .text__item {
    width: 100%;
  }
}

.images__block img {
  width: 130px;
}
.number__block {
  margin-top: 40px;
  width: 100%;
}
.number__block .number__title {
  margin-bottom: 60px;
  text-align: center;
}
.number__block .number__title h5 {
  font-weight: bold;
}
@media screen {
  .number__block ::placeholder {
    color: #dad2c7;
  }
  .number__block ::-webkit-scrollbar {
    background-color: #3c3f40;
    color: #d2cbbf;
  }
  .number__block ::-webkit-scrollbar-thumb {
    background-color: #64696d;
  }
  .number__block ::-webkit-scrollbar-thumb:hover {
    background-color: #777f83;
  }
  .number__block ::-webkit-scrollbar-thumb:active {
    background-color: #676e71;
  }
  .number__block ::-webkit-scrollbar-corner {
    background-color: #333637;
  }
  .number__block * {
    scrollbar-color: #3c3f40 #64696d;
  }
  .number__block ::selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
  .number__block ::-moz-selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
}
@media all {
  .number__block *,
  .number__block :after,
  .number__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .number__block div,
  .number__block p {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .number__block *,
  .number__block :after,
  .number__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .number__block div,
  .number__block p {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .number__block div,
  .number__block p {
    border-color: initial;
  }
}
@media screen {
  .number__block ::placeholder {
    opacity: 0.5 !important;
  }
}
.number__block *,
.number__block p {
  margin: 0;
}
.number__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen {
  .number__block *,
  .number__block p {
    margin: 0;
  }
  .number__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
}
.number__block * {
  margin: 0;
}
.number__block * {
  padding: 0;
}
.number__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.number__block .num-line-items {
  display: flex;
  justify-content: space-between;
}
.number__block .num-line-item {
  width: 22%;
}
.number__block .line-item-text {
  font-weight: 600;
  opacity: 0.5;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
  padding-right: 45px;
  padding-top: 20px;
}
.number__block .line-item-num {
  display: flex;
  align-items: center;
}
.number__block .line--item {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.14);
}
@media (max-width: 968px) {
  .number__block .num-line-items {
    flex-direction: column;
  }
  .number__block .num-line-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .number__block .line--item.none {
    display: block !important;
  }
  .number__block .line-item-text {
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 2px;
    padding: 20px 0 0;
    opacity: 1;
  }
}
.number__block .line-item-num p {
  font-weight: 900;
  /* color: #f0ca00; */
  color: #5375a0;
  font-size: 55px;
  margin-right: 15px;
}
.number__block .rotate {
  transform: rotate(-90deg);
}
@media (max-width: 962px) {
  .number__block .line-item-num p {
    margin-left: 15px;
  }
}
@media screen {
  .number__block * {
    margin: 0;
  }
  .number__block * {
    padding: 0;
  }
  .number__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .number__block .num-line-items {
    display: flex;
    justify-content: space-between;
  }
  .number__block .num-line-item {
    width: 22%;
  }
  .number__block .line-item-text {
    font-weight: 600;
    opacity: 0.5;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 19px;
    text-align: left;
    padding-right: 45px;
    padding-top: 20px;
  }
  .number__block .line-item-num {
    display: flex;
    align-items: center;
  }
  .number__block .line--item {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.14);
  }
  .number__block .line-item-num p {
    font-weight: 900;
    color: #5375a0;
    font-size: 55px;
    margin-right: 15px;
  }
  .number__block .rotate {
    transform: rotate(-90deg);
  }
}
@media screen and (max-width: 968px) {
  .number__block .num-line-items {
    flex-direction: column;
  }
  .number__block .num-line-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .number__block .line--item.none {
    display: block !important;
  }
  .number__block .line-item-text {
    /* color: #fff; */
    color: #3333;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 2px;
    padding: 20px 0 0;
    opacity: 1;
  }
}
@media screen and (max-width: 962px) {
  .number__block .line-item-num p {
    margin-left: 15px;
  }
}
@media screen {
  .number__block .line-item-text {
    color: #333;
  }
  .number__block .line--item {
    background-image: initial;
    background-color: rgba(51, 54, 55, 0.14);
  }
  .number__block .line-item-num p {
    color: #5375a0;
  }
}
@media screen and (max-width: 968px) {
  .number__block .line-item-text {
    color: #333;
  }
}

.custom-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 95%;
}

.problems__block {
  padding-bottom: 100px;
}
@media screen {
  .problems__block a {
    color: #51b6ff;
  }
  .problems__block ::placeholder {
    color: #dad2c7;
  }
  .problems__block ::-webkit-scrollbar {
    background-color: #3c3f40;
    color: #d2cbbf;
  }
  .problems__block ::-webkit-scrollbar-thumb {
    background-color: #64696d;
  }
  .problems__block ::-webkit-scrollbar-thumb:hover {
    background-color: #777f83;
  }
  .problems__block ::-webkit-scrollbar-thumb:active {
    background-color: #676e71;
  }
  .problems__block ::-webkit-scrollbar-corner {
    background-color: #333637;
  }
  .problems__block * {
    scrollbar-color: #3c3f40 #64696d;
  }
  .problems__block ::selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
  .problems__block ::-moz-selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
}
@media all {
  .problems__block *,
  .problems__block :after,
  .problems__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .problems__block a,
  .problems__block div,
  .problems__block img {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .problems__block *,
  .problems__block :after,
  .problems__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .problems__block a,
  .problems__block div,
  .problems__block img {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .problems__block a,
  .problems__block div,
  .problems__block img {
    border-color: initial;
  }
}
@media all {
  .problems__block #allrecords a {
    color: #ff8562;
    text-decoration: none;
  }
  .problems__block #allrecords ul {
    padding-left: 20px;
  }
  .problems__block .t-records a {
    color: #ff8562;
    text-decoration: none;
  }
  .problems__block .t-records ul {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media screen {
  .problems__block #allrecords a {
    color: #ff8562;
    text-decoration: none;
  }
  .problems__block #allrecords ul {
    padding-left: 20px;
  }
  .problems__block .t-records a {
    color: #ff8562;
    text-decoration: none;
  }
  .problems__block .t-records ul {
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media screen {
  .problems__block #allrecords a {
    color: #ffa67f;
    text-decoration-color: initial;
  }
  .problems__block .t-records a {
    color: #ffa67f;
    text-decoration-color: initial;
  }
}
@media screen {
  .problems__block ::placeholder {
    opacity: 0.5 !important;
  }
}
.problems__block * {
  margin: 0;
}
.problems__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen {
  .problems__block * {
    margin: 0;
  }
  .problems__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
}
.problems__block img {
  border: 0;
}
.problems__block * {
  margin: 0;
}
.problems__block * {
  padding: 0;
}
.problems__block a:active,
.problems__block a:hover {
  outline: 0;
}
.problems__block a {
  background-color: transparent;
  color: currentColor;
}
.problems__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 768px) {
  .problems__block br {
    display: none;
  }
}
.problems__block #allrecords a {
  color: #8f8f8f !important;
  text-decoration: none;
}
.problems__block #allrecords ul {
  padding-left: 0 !important;
}
.problems__block #allrecords a:hover {
  color: #06c !important;
}
.problems__block .text-btn--trend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  transition: 0.3s;
  font-weight: 700;
}
.problems__block #allrecords a.text-btn--trend {
  color: #000 !important;
}
.problems__block .text-btn--trend {
  margin-left: 20px;
}
.problems__block .text-btn--trend {
  letter-spacing: 2px;
}
@media (max-width: 960px) {
  .problems__block .text-btn--trend {
    margin-left: 0;
  }
}
.problems__block .problems {
  display: flex;
  justify-content: center;
  align-items: center;
}
.problems__block .problems-l {
  width: 100%;
  max-width: 539px;
  background: url(https://forstas.bizconstructor.com/migrate/uas/lines-wg.png)
      center/cover no-repeat,
    center/cover no-repeat #f0ca00;
  padding: 45px 66px 65px 45px;
}
.problems__block .problems-r {
  width: 100%;
  max-width: 558px;
  background: url(https://forstas.bizconstructor.com/migrate/uas/lines-wg.png)
      center/cover no-repeat,
    center/cover no-repeat #fff;
  padding: 45px 44px 40px 45px;
}
.problems__block .l-title {
  text-shadow: 4px 4px 0 #191718;
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 45px;
  line-height: 56px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.problems__block .r-title {
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 45px;
  line-height: 56px;
  color: #191718;
  margin-bottom: 25px;
}
.problems__block .l-item {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
}
.problems__block .l-items .l-item:last-child {
  margin-bottom: 40px;
}
.problems__block .r-item {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #191718;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  align-items: flex-start;
  padding-left: 15px;
}
.problems__block .r-items .r-item:last-child {
  margin-bottom: 40px;
}
.problems__block .l-items ul,
.problems__block .r-items ul {
  list-style: none;
}
.problems__block .l-items li::before {
  content: url(https://forstas.bizconstructor.com/migrate/krs/bullet-l.svg);
  display: block;
  top: -5px;
  position: relative;
  left: -15px;
}
.problems__block .r-items li::before {
  content: url(https://forstas.bizconstructor.com/migrate/uas/bullet-r.svg);
  display: block;
  top: -5px;
  position: relative;
  left: -15px;
}
.problems__block .text-btn--trend {
  cursor: pointer;
  background: url(https://forstas.bizconstructor.com/migrate/uas/lines.svg)
      center,
    center #f0ca00;
  width: 280px;
  height: 64px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 962px) {
  .problems__block .problems {
    flex-direction: column;
  }
  .problems__block .problems-l,
  .problems__block .problems-r {
    padding: 40px 30px 0;
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .problems__block .l-title,
  .problems__block .r-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }
  .problems__block .l-item,
  .problems__block .r-item {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .problems__block .l-arrow {
    display: none;
  }
  .problems__block br {
    display: block;
  }
  .problems__block .l-item,
  .problems__block .r-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .problems__block .l-items li::before,
  .problems__block .r-items li::before {
    left: 0;
    width: 100%;
  }
}
@media screen {
  .problems__block img {
    border: 0;
  }
  .problems__block * {
    margin: 0;
  }
  .problems__block * {
    padding: 0;
  }
  .problems__block a:active,
  .problems__block a:hover {
    outline: 0;
  }
  .problems__block a {
    background-color: transparent;
    color: currentColor;
  }
  .problems__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .problems__block #allrecords a {
    color: #8f8f8f !important;
    text-decoration: none;
  }
  .problems__block #allrecords ul {
    padding-left: 0 !important;
  }
  .problems__block #allrecords a:hover {
    color: #06c !important;
  }
  .problems__block .text-btn--trend {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    transition: 0.3s;
    font-weight: 700;
  }
  .problems__block #allrecords a.text-btn--trend {
    color: #000 !important;
  }
  .problems__block .text-btn--trend {
    margin-left: 20px;
  }
  .problems__block .text-btn--trend {
    letter-spacing: 2px;
  }
  .problems__block .problems {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .problems__block .problems-l {
    width: 100%;
    max-width: 539px;
    background: url(https://forstas.bizconstructor.com/migrate/uas/lines-wg.png)
        center/cover no-repeat,
      center/cover no-repeat #f0ca00;
    padding: 45px 66px 65px 45px;
  }
  .problems__block .problems-r {
    width: 100%;
    max-width: 558px;
    background: url(https://forstas.bizconstructor.com/migrate/uas/lines-wg.png)
        center/cover no-repeat,
      center/cover no-repeat #fff;
    padding: 45px 44px 40px 45px;
  }
  .problems__block .l-title {
    text-shadow: 4px 4px 0 #191718;
    color: #fff;
    letter-spacing: 0.03em;
    font-size: 45px;
    line-height: 56px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
  }
  .problems__block .r-title {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 45px;
    line-height: 56px;
    color: #191718;
    margin-bottom: 25px;
  }
  .problems__block .l-item {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
  }
  .problems__block .l-items .l-item:last-child {
    margin-bottom: 40px;
  }
  .problems__block .r-item {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #191718;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
    padding-left: 15px;
  }
  .problems__block .r-items .r-item:last-child {
    margin-bottom: 40px;
  }
  .problems__block .l-items ul,
  .problems__block .r-items ul {
    list-style: none;
  }
  .problems__block .l-items li::before {
    content: url(https://forstas.bizconstructor.com/migrate/krs/bullet-l.svg);
    display: block;
    top: -5px;
    position: relative;
    left: -15px;
  }
  .problems__block .r-items li::before {
    content: url(https://forstas.bizconstructor.com/migrate/uas/bullet-r.svg);
    display: block;
    top: -5px;
    position: relative;
    left: -15px;
  }
  .problems__block .text-btn--trend {
    cursor: pointer;
    background: url(https://forstas.bizconstructor.com/migrate/uas/lines.svg)
        center,
      center #f0ca00;
    width: 280px;
    height: 64px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .problems__block br {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .problems__block .text-btn--trend {
    margin-left: 0;
  }
}
@media screen and (max-width: 962px) {
  .problems__block .problems {
    flex-direction: column;
  }
  .problems__block .problems-l,
  .problems__block .problems-r {
    padding: 40px 30px 0;
    max-width: 100%;
    flex-wrap: nowrap;
  }
  .problems__block .l-title,
  .problems__block .r-title {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
  }
  .problems__block .l-item,
  .problems__block .r-item {
    padding-left: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .problems__block .l-arrow {
    display: none;
  }
  .problems__block br {
    display: block;
  }
  .problems__block .l-item,
  .problems__block .r-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .problems__block .l-items li::before,
  .problems__block .r-items li::before {
    left: 0;
    width: 100%;
  }
}
@media screen {
  .problems__block img {
    border-color: initial;
  }
  .problems__block a:active,
  .problems__block a:hover {
    outline-color: initial;
  }
  .problems__block a {
    background-color: transparent;
    color: currentcolor;
  }
  .problems__block #allrecords a {
    text-decoration-color: initial;
    color: #c7bfb2 !important;
  }
  .problems__block #allrecords a:hover {
    color: #72d9ff !important;
  }
  .problems__block #allrecords a.text-btn--trend {
    color: #fff !important;
  }
  .problems__block .problems-l {
    background-color: #e9c819;
  }
  .problems__block .problems-r {
    background-color: #5c89b3;
  }
  .problems__block .l-title {
    text-shadow: #2d2f2f 4px 4px 0px;
    color: #fff;
  }
  .problems__block .r-title {
    color: #fffffb;
  }
  .problems__block .l-item {
    color: #fff;
  }
  .problems__block .r-item {
    color: #fffffb;
  }
  .problems__block .l-items ul,
  .problems__block .r-items ul {
    list-style-image: initial;
  }
  .problems__block .text-btn--trend {
    background-color: #e9c819;
  }
}
.problems__block .link--form {
  margin: 30px 0;
  min-width: 330px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 3px;
}
.problems__block .link--form:hover {
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .problems__block .link--form {
    width: 100%;
  }
}
.problems__block .link--form.in-problems {
  margin-left: 25px;
}
@media (max-width: 962px) {
  .problems__block .link--form.in-problems {
    margin: 0;
    width: calc(100% + 60px);
    margin-left: -30px;
  }
}
.problems__block .link--form,
.problems__block .link--form:hover,
.problems__block .link--form:focus {
  color: #495057 !important;
}

.problems__block .problems__title {
  text-align: center;
  margin-bottom: 70px;
}

.problems__block .problems__title h3 {
  font-weight: bold;
  font-size: 30px;
}

.task__block {
}
@media screen {
  .task__block a {
    color: #51b6ff;
  }
  .task__block ::placeholder {
    color: #dad2c7;
  }
  .task__block ::-webkit-scrollbar {
    background-color: #3c3f40;
    color: #d2cbbf;
  }
  .task__block ::-webkit-scrollbar-thumb {
    background-color: #64696d;
  }
  .task__block ::-webkit-scrollbar-thumb:hover {
    background-color: #777f83;
  }
  .task__block ::-webkit-scrollbar-thumb:active {
    background-color: #676e71;
  }
  .task__block ::-webkit-scrollbar-corner {
    background-color: #333637;
  }
  .task__block * {
    scrollbar-color: #3c3f40 #64696d;
  }
  .task__block ::selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
  .task__block ::-moz-selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
}
@media all {
  .task__block *,
  .task__block :after,
  .task__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .task__block a,
  .task__block div,
  .task__block img,
  .task__block p,
  .task__block span {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .task__block *,
  .task__block :after,
  .task__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .task__block a,
  .task__block div,
  .task__block img,
  .task__block p,
  .task__block span {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .task__block a,
  .task__block div,
  .task__block img,
  .task__block p,
  .task__block span {
    border-color: initial;
  }
}
@media all {
  .task__block #allrecords a {
    color: #ff8562;
    text-decoration: none;
  }
  .task__block .t-records a {
    color: #ff8562;
    text-decoration: none;
  }
}
@media screen {
  .task__block #allrecords a {
    color: #ff8562;
    text-decoration: none;
  }
  .task__block .t-records a {
    color: #ff8562;
    text-decoration: none;
  }
}
@media screen {
  .task__block #allrecords a {
    color: #ffa67f;
    text-decoration-color: initial;
  }
  .task__block .t-records a {
    color: #ffa67f;
    text-decoration-color: initial;
  }
}
@media screen {
  .task__block ::placeholder {
    opacity: 0.5 !important;
  }
}
.task__block *,
.task__block p {
  margin: 0;
}
.task__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen {
  .task__block *,
  .task__block p {
    margin: 0;
  }
  .task__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
}
.task__block img {
  border: 0;
}
.task__block * {
  margin: 0;
}
.task__block * {
  padding: 0;
}
.task__block a:active,
.task__block a:hover {
  outline: 0;
}
.task__block a {
  background-color: transparent;
  color: currentColor;
}
.task__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.task__block #allrecords a {
  color: #8f8f8f !important;
  text-decoration: none;
}
.task__block #allrecords a:hover {
  color: #06c !important;
}
.task__block .text-btn--trend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  transition: 0.3s;
  font-weight: 700;
}
.task__block #allrecords a.text-btn--trend {
  color: #000 !important;
}
.task__block .text-btn--trend {
  margin-left: 20px;
}
.task__block .text-btn--trend {
  letter-spacing: 2px;
}
@media (max-width: 960px) {
  .task__block .text-btn--trend {
    margin-left: 0;
  }
}
.task__block .task-title {
  font-weight: 900;
  color: #fff;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.task__block .task-title span {
  color: #fee71d;
  display: block;
  margin-bottom: 40px;
}
.task__block .task-items {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.task__block .task-item {
  width: 23%;
}
.task__block .task-item-t {
  display: flex;
  padding-bottom: 8px;
}
.task__block .task-item-t div {
  margin-right: 30px;
}
.task__block .task-item-b {
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  opacity: 0.5;
  padding-right: 20px;
}
.task__block .task-item-t p {
  color: rgba(255, 255, 255, 0.1);
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 900;
}
.task__block .task--text-t {
  font-weight: 900;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
.task__block .task .text-btn--trend {
  font-weight: 600;
  font-size: 18px;
}
.task__block .task--text-t span {
  color: #fee71d;
}
.task__block .task-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.task__block .task--text-t-overlay {
  position: relative;
  padding: 15px 0;
}
.task__block .task--text-t-overlay:before {
  content: "";
  position: absolute;
  width: 560px;
  height: 100%;
  display: block;
  top: 0;
  left: -20px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 968px) {
  .task__block .task-action,
  .task__block .task-items {
    flex-direction: column;
  }
  .task__block .task--text,
  .task__block .task-action .text-btn--trend,
  .task__block .task-item {
    width: 100% !important;
  }
  .task__block .task-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .task__block .task-item-b {
    padding: 0 30px;
    text-align: center;
  }
  .task__block .task-item-t {
    justify-content: center;
    padding-bottom: 15px;
  }
  .task__block .task-item {
    margin-bottom: 50px;
  }
  .task__block .task .task--arrow,
  .task__block .task--text-t-overlay:before {
    display: none;
  }
  .task__block .task--text-t {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
}
.task__block .text-btn--trend {
  cursor: pointer;
  background: url(https://forstas.bizconstructor.com/migrate/uas/lines.svg)
      center,
    center #f0ca00;
  width: 280px;
  height: 64px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media screen {
  .task__block img {
    border: 0;
  }
  .task__block * {
    margin: 0;
  }
  .task__block * {
    padding: 0;
  }
  .task__block a:active,
  .task__block a:hover {
    outline: 0;
  }
  .task__block a {
    background-color: transparent;
    color: currentColor;
  }
  .task__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .task__block #allrecords a {
    color: #8f8f8f !important;
    text-decoration: none;
  }
  .task__block #allrecords a:hover {
    color: #06c !important;
  }
  .task__block .text-btn--trend {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    transition: 0.3s;
    font-weight: 700;
  }
  .task__block #allrecords a.text-btn--trend {
    color: #000 !important;
  }
  .task__block .text-btn--trend {
    margin-left: 20px;
  }
  .task__block .text-btn--trend {
    letter-spacing: 2px;
  }
  .task__block .task-title {
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .task__block .task-title span {
    color: #fee71d;
    display: block;
    margin-bottom: 40px;
  }
  .task__block .task-items {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
  }
  .task__block .task-item {
    width: 23%;
  }
  .task__block .task-item-t {
    display: flex;
    padding-bottom: 8px;
  }
  .task__block .task-item-t div {
    margin-right: 30px;
  }
  .task__block .task-item-b {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    opacity: 0.5;
    padding-right: 20px;
  }
  .task__block .task-item-t p {
    color: rgba(255, 255, 255, 0.1);
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .task__block .task--text-t {
    font-weight: 900;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
  }
  .task__block .task .text-btn--trend {
    font-weight: 600;
    font-size: 18px;
  }
  .task__block .task--text-t span {
    color: #fee71d;
  }
  .task__block .task-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .task__block .task--text-t-overlay {
    position: relative;
    padding: 15px 0;
  }
  .task__block .task--text-t-overlay:before {
    content: "";
    position: absolute;
    width: 560px;
    height: 100%;
    display: block;
    top: 0;
    left: -20px;
    background: rgba(255, 255, 255, 0.05);
  }
  .task__block .text-btn--trend {
    cursor: pointer;
    background: url(https://forstas.bizconstructor.com/migrate/uas/lines.svg)
        center,
      center #f0ca00;
    width: 280px;
    height: 64px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .task__block .text-btn--trend {
    margin-left: 0;
  }
}
@media screen and (max-width: 968px) {
  .task__block .task-action,
  .task__block .task-items {
    flex-direction: column;
  }
  .task__block .task--text,
  .task__block .task-action .text-btn--trend,
  .task__block .task-item {
    width: 100%;
  }
  .task__block .task-title {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }
  .task__block .task-item-b {
    padding: 0 30px;
    text-align: center;
  }
  .task__block .task-item-t {
    justify-content: center;
    padding-bottom: 15px;
  }
  .task__block .task-item {
    margin-bottom: 50px;
  }
  .task__block .task .task--arrow,
  .task__block .task--text-t-overlay:before {
    display: none;
  }
  .task__block .task--text-t {
    font-size: 22px;
    line-height: 28px;
    text-align: center;
  }
}
@media screen {
  .task__block img {
    border-color: initial;
  }
  .task__block a:active,
  .task__block a:hover {
    outline-color: initial;
  }
  .task__block a {
    background-color: transparent;
    color: currentcolor;
  }
  .task__block #allrecords a {
    text-decoration-color: initial;
    color: #c7bfb2 !important;
  }
  .task__block #allrecords a:hover {
    color: #72d9ff !important;
  }
  .task__block #allrecords a.text-btn--trend {
    color: #fff !important;
  }
  .task__block .task-title {
    color: #fff;
  }
  .task__block .task-title span {
    color: #ffff4b;
  }
  .task__block .task-item-b {
    color: #fff;
  }
  .task__block .task-item-t p {
    color: rgba(255, 255, 255, 0.1);
  }
  .task__block .task--text-t {
    color: #fff;
  }
  .task__block .task--text-t span {
    color: #ffff4b;
  }
  .task__block .task--text-t-overlay::before {
    background-image: initial;
    background-color: rgba(51, 54, 55, 0.05);
  }
  .task__block .text-btn--trend {
    background-color: #e9c819;
  }
}

.marketing__block {
}
@media screen {
  .marketing__block ::placeholder {
    color: #dad2c7;
  }
  .marketing__block ::-webkit-scrollbar {
    background-color: #3c3f40;
    color: #d2cbbf;
  }
  .marketing__block ::-webkit-scrollbar-thumb {
    background-color: #64696d;
  }
  .marketing__block ::-webkit-scrollbar-thumb:hover {
    background-color: #777f83;
  }
  .marketing__block ::-webkit-scrollbar-thumb:active {
    background-color: #676e71;
  }
  .marketing__block ::-webkit-scrollbar-corner {
    background-color: #333637;
  }
  .marketing__block * {
    scrollbar-color: #3c3f40 #64696d;
  }
  .marketing__block ::selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
  .marketing__block ::-moz-selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
}
@media all {
  .marketing__block *,
  .marketing__block ::after,
  .marketing__block ::before {
    box-sizing: border-box;
  }
  .marketing__block section {
    display: block;
  }
  .marketing__block h2 {
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .marketing__block ul {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .marketing__block h2 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }
  .marketing__block h2 {
    font-size: 2rem;
  }
  .marketing__block .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .marketing__block .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .marketing__block .col-lg-6 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media all and (min-width: 576px) {
  .marketing__block .container {
    max-width: 540px;
  }
}
@media all and (min-width: 768px) {
  .marketing__block .container {
    max-width: 720px;
  }
}
@media all and (min-width: 992px) {
  .marketing__block .container {
    max-width: 960px;
  }
}
@media all and (min-width: 1200px) {
  .marketing__block .container {
    max-width: 1140px;
  }
}
@media all and (min-width: 992px) {
  .marketing__block .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all {
  .marketing__block ::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  .marketing__block * {
    outline: 0 !important;
  }
  .marketing__block h2 {
    clear: both;
  }
  .marketing__block *,
  .marketing__block *:before,
  .marketing__block *:after {
    box-sizing: inherit;
  }
  .marketing__block ul {
    margin: 0 0 1.5em 3em;
  }
  .marketing__block ul {
    list-style: disc;
  }
  .marketing__block .section {
    position: relative;
    widows: 100%;
    overflow: hidden;
    padding: 50px 0;
  }
  .marketing__block .section .container {
    position: relative;
  }
  .marketing__block .title-h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.75em;
    display: flex;
    flex-direction: column;
  }
  .marketing__block .who-section {
    background: url("../../images/processing/IMG_3161.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: #fff;
    position: relative;
  }
  .marketing__block .who-section .container {
    position: relative;
    z-index: 60;
  }
  .marketing__block .who-fon-1 {
    background: url("https://mrktng.mmr.ua/wp-content/uploads/2019/11/fon-1-circle.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .marketing__block .who-fon-2 {
    background: url("https://mrktng.mmr.ua/wp-content/uploads/2019/11/fon-2-circle.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .marketing__block .who-fon-3 {
    background: url("https://mrktng.mmr.ua/wp-content/uploads/2019/11/fon-3-circle.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .marketing__block .who-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .marketing__block .who-list li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
  }
  .marketing__block .who-list li:before {
    content: "";
    background: url("https://mrktng.mmr.ua/wp-content/uploads/2019/11/tick.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
  }
}
@media screen {
  .marketing__block * {
    outline-color: initial !important;
  }
  .marketing__block ul {
    list-style-image: initial;
  }
  .marketing__block .who-section {
    background-image: url("../../images/processing/IMG_3161.jpg");
    background-color: initial;
    color: #fff;
  }
  .marketing__block .who-fon-1 {
    background-image: url("../../images/processing/fon-1-circle.png");
    background-color: initial;
  }
  .marketing__block .who-fon-2 {
    background-image: url("../../images/processing/fon-1-circle.png");
    background-color: initial;
  }
  .marketing__block .who-fon-3 {
    background-image: url("../../images/processing/fon-1-circle.png");
    background-color: initial;
  }
  .marketing__block .who-list {
    list-style-image: initial;
  }
  .marketing__block .who-list li::before {
    background-image: url(https://mrktng.mmr.ua/wp-content/uploads/2019/11/tick.png);
    background-color: initial;
  }
}
@media screen {
  .marketing__block ::placeholder {
    opacity: 0.5 !important;
  }
}

.big__text .task__block .task-item {
  width: 49%;
}

.look__block .element.last__element:after {
  display: none;
}
.look__block section {
  display: block;
}
.look__block a {
  background-color: transparent;
}
.look__block a:active,
.look__block a:hover {
  outline: 0;
}
@media print {
  .look__block *,
  .look__block *:before,
  .look__block *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .look__block a,
  .look__block a:visited {
    text-decoration: underline;
  }
  .look__block a[href]:after {
    content: " (" attr(href) ")";
  }
}
.look__block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.look__block *:before,
.look__block *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.look__block a {
  color: #337ab7;
  text-decoration: none;
}
.look__block a:hover,
.look__block a:focus {
  color: #23527c;
  text-decoration: underline;
}
.look__block a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.look__block ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.look__block .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .look__block .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .look__block .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .look__block .container {
    width: 1170px;
  }
}
.look__block .row {
  margin-left: -15px;
  margin-right: -15px;
}
.look__block .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.look__block .col-xs-12 {
  float: left;
}
.look__block .col-xs-12 {
  width: 100%;
}
.look__block .clearfix:before,
.look__block .clearfix:after,
.look__block .container:before,
.look__block .container:after,
.look__block .row:before,
.look__block .row:after {
  content: " ";
  display: table;
}
.look__block .clearfix:after,
.look__block .container:after,
.look__block .row:after {
  clear: both;
}
@media screen {
  .look__block {
    /*! @import https://ohmylook.ua/design/ohmylook-responsive/css/reset.css */
    /*! end @import */
  }
  .look__block div,
  .look__block ul,
  .look__block li {
    margin: 0;
    padding: 0;
  }
  .look__block ul {
    list-style: none;
  }
  .look__block section {
    display: block;
  }
  .look__block a {
    color: blue;
    outline: none;
    text-decoration: underline;
  }
  .look__block a:hover {
    text-decoration: none;
  }
  .look__block .clearfix:before,
  .look__block .clearfix:after {
    content: " ";
    display: table;
  }
  .look__block .clearfix:after {
    clear: both;
  }
  .look__block .clearfix {
    *zoom: 1;
    position: relative;
  }
  .look__block :focus {
    outline: none;
  }
  .look__block .container {
    width: 310px;
  }
  .look__block a,
  .look__block a:hover,
  .look__block a:active,
  .look__block a:focus {
    text-decoration: none !important;
    outline: none !important;
  }
  .look__block a,
  .look__block a:hover,
  .look__block a:focus,
  .look__block a:active {
    outline: none !important;
  }
  .look__block .relative {
    position: relative;
  }
  .look__block #how-it-works {
    padding-top: 38px;
    background: #6d48e5;
    text-align: center;
    color: #fff;
    height: 820px;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
  }
  .look__block #how-it-works {
    z-index: 6;
    position: relative;
  }
  .look__block .element {
    width: 290px;
    float: left;
    position: relative;
    z-index: 1;
  }
  .look__block .element:last-child:after {
    display: none;
  }
  .look__block .element span {
    display: block;
  }
  .look__block .element span.number {
    border-radius: 50%;
    background: #fff;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-family: "Roboto";
    font-size: 18px;
    color: #6d48e5;
    margin: 48px 119px 30px;
  }
  .look__block .element span.name {
    font-family: "Roboto";
    font-size: 18px;
    letter-spacing: -0.3px;
    color: #fff;
    margin-bottom: 9px;
    margin-left: -13px;
  }
  .look__block .element span.text {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 20px;
    margin-left: -13px;
  }
  .look__block .hidden-under-768 {
    display: none !important;
  }
  .look__block .hidden-over-768 {
    display: block !important;
  }
  .look__block .new-products {
    position: relative;
    height: 810px;
    z-index: 5;
  }
  .look__block .new-products .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .look__block .new-products .products {
    width: 1000000px;
    margin-top: 90px;
    position: relative;
    z-index: 6;
  }
  .look__block .appear-from-nowhere {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease 0s;
    top: 100px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  .look__block .appear-from-nowhere.shown {
    opacity: 1;
    top: 0;
  }
  .look__block .appearing-group .appearing-object {
    position: relative;
    opacity: 0;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  .look__block .sub-title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto";
    letter-spacing: -0.3px;
    margin: 0;
    display: inline-block;
  }
  .look__block .text {
    font-family: "Roboto";
    letter-spacing: -0.3px;
    font-size: 12px;
    line-height: 22px;
  }
  .look__block #how-it-works .sub-title {
    display: block;
    margin-bottom: 21px;
  }
  .look__block #how-it-works {
    z-index: 5;
  }
  .look__block #how-it-works .slider-box.new-products {
    height: 1000px;
  }
  .look__block #how-it-works .slider-box.new-products .products {
    height: 1000px;
    width: 100%;
  }
  .look__block #how-it-works .slider-box.new-products .products {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 1200px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .container {
    width: 1190px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .container {
    width: 1480px;
  }
}
@media screen and (min-width: 768px) {
  .look__block #how-it-works {
    height: 498px;
    padding-top: 39px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .look__block #how-it-works {
    height: 310px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .element {
    width: 364px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element {
    width: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element {
    width: 362px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .element:after {
    content: " ";
    display: block;
    height: 1px;
    width: 160px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 210px;
  }
  .look__block .element:nth-child(5):after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(odd):after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element {
    width: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element {
    width: 362px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element:after {
    left: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(even) span.number {
    margin: 0 153px 28px;
  }
  .look__block .element:nth-child(odd) span.number {
    margin: 0 173px 28px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element span.number {
    margin: 0 auto 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(even) span.name {
    margin-left: -22px;
    margin-bottom: 13px;
  }
  .look__block .element:nth-child(odd) span.name {
    margin-left: 19px;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element span.name {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(even) span.text {
    margin-left: -22px;
    margin-bottom: 16px;
  }
  .look__block .element:nth-child(odd) span.text {
    margin-left: 19px;
    margin-bottom: 16px;
  }
  .look__block .element {
    margin-bottom: 19px;
  }
  .look__block .element::after {
    left: 236px;
    top: 19px;
    width: 255px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element span.text {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .look__block .hidden-under-768 {
    display: block !important;
  }
  .look__block .hidden-over-768 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .look__block .new-products {
    height: 770px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .new-products {
    height: 803px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .new-products .products {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .main-page .new-products {
    height: 750px;
  }
  .look__block .main-page .new-products .products {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .main-page .new-products {
    height: 710px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .element:nth-child(1):after {
    display: block;
    width: 80px;
    left: 195px !important;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element:nth-child(1):after {
    display: block;
    width: 80px;
    left: 333px !important;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element:nth-child(1):after {
    display: block;
    width: 80px;
    left: 428px !important;
  }
}
.look__block section {
  display: block;
}
.look__block a {
  background-color: transparent;
}
.look__block a:active,
.look__block a:hover {
  outline: 0;
}
@media print {
  .look__block *,
  .look__block *:before,
  .look__block *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .look__block a,
  .look__block a:visited {
    text-decoration: underline;
  }
  .look__block a[href]:after {
    content: " (" attr(href) ")";
  }
}
.look__block * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.look__block *:before,
.look__block *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.look__block a {
  color: #337ab7;
  text-decoration: none;
}
.look__block a:hover,
.look__block a:focus {
  color: #23527c;
  text-decoration: underline;
}
.look__block a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.look__block ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.look__block .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .look__block .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .look__block .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .look__block .container {
    width: 1170px;
  }
}
.look__block .row {
  margin-left: -15px;
  margin-right: -15px;
}
.look__block .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.look__block .col-xs-12 {
  float: left;
}
.look__block .col-xs-12 {
  width: 100%;
}
.look__block .clearfix:before,
.look__block .clearfix:after,
.look__block .container:before,
.look__block .container:after,
.look__block .row:before,
.look__block .row:after {
  content: " ";
  display: table;
}
.look__block .clearfix:after,
.look__block .container:after,
.look__block .row:after {
  clear: both;
}
@media screen {
  .look__block {
    /*! @import https://ohmylook.ua/design/ohmylook-responsive/css/reset.css */
    /*! end @import */
  }
  .look__block div,
  .look__block ul,
  .look__block li {
    margin: 0;
    padding: 0;
  }
  .look__block ul {
    list-style: none;
  }
  .look__block section {
    display: block;
  }
  .look__block a {
    color: blue;
    outline: none;
    text-decoration: underline;
  }
  .look__block a:hover {
    text-decoration: none;
  }
  .look__block .clearfix:before,
  .look__block .clearfix:after {
    content: " ";
    display: table;
  }
  .look__block .clearfix:after {
    clear: both;
  }
  .look__block .clearfix {
    *zoom: 1;
    position: relative;
  }
  .look__block :focus {
    outline: none;
  }
  .look__block .container {
    width: 310px;
  }
  .look__block a,
  .look__block a:hover,
  .look__block a:active,
  .look__block a:focus {
    text-decoration: none !important;
    outline: none !important;
  }
  .look__block a,
  .look__block a:hover,
  .look__block a:focus,
  .look__block a:active {
    outline: none !important;
  }
  .look__block .relative {
    position: relative;
  }
  .look__block #how-it-works {
    padding-top: 38px;
    background: #6d48e5;
    text-align: center;
    color: #fff;
    height: 820px;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
  }
  .look__block #how-it-works {
    z-index: 6;
    position: relative;
  }
  .look__block .element {
    width: 290px;
    float: left;
    position: relative;
    z-index: 1;
  }
  .look__block .element:last-child:after {
    display: none;
  }
  .look__block .element span {
    display: block;
  }
  .look__block .element span.number {
    border-radius: 50%;
    background: #fff;
    width: 38px;
    height: 38px;
    line-height: 40px;
    font-family: "Roboto";
    font-size: 18px;
    color: #6d48e5;
    margin: 48px 119px 30px;
  }
  .look__block .element span.name {
    font-family: "Roboto";
    font-size: 18px;
    letter-spacing: -0.3px;
    color: #fff;
    margin-bottom: 9px;
    margin-left: -13px;
  }
  .look__block .element span.text {
    font-family: "Roboto";
    font-size: 14px;
    color: #fff;
    letter-spacing: -0.3px;
    line-height: 20px;
    margin-left: -13px;
  }
  .look__block .hidden-under-768 {
    display: none !important;
  }
  .look__block .hidden-over-768 {
    display: block !important;
  }
  .look__block .new-products {
    position: relative;
    height: 810px;
    z-index: 5;
  }
  .look__block .new-products .wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  .look__block .new-products .products {
    width: 1000000px;
    margin-top: 90px;
    position: relative;
    z-index: 6;
  }
  .look__block .appear-from-nowhere {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease 0s;
    top: 100px;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  .look__block .appear-from-nowhere.shown {
    opacity: 1;
    top: 0;
  }
  .look__block .appearing-group .appearing-object {
    position: relative;
    opacity: 0;
    will-change: transform;
    transform: translate3d(0, 0, 0);
  }
  .look__block .sub-title {
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto";
    letter-spacing: -0.3px;
    margin: 0;
    display: inline-block;
  }
  .look__block .text {
    font-family: "Roboto";
    letter-spacing: -0.3px;
    font-size: 12px;
    line-height: 22px;
  }
  .look__block #how-it-works .sub-title {
    display: block;
    margin-bottom: 21px;
  }
  .look__block #how-it-works {
    z-index: 5;
  }
  .look__block #how-it-works .slider-box.new-products {
    height: 1000px;
  }
  .look__block #how-it-works .slider-box.new-products .products {
    height: 1000px;
    width: 100%;
  }
  .look__block #how-it-works .slider-box.new-products .products {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 992px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 1200px) {
  .look__block .container {
    width: 760px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .container {
    width: 1190px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .container {
    width: 1480px;
  }
}
@media screen and (min-width: 768px) {
  .look__block #how-it-works {
    height: 498px;
    padding-top: 39px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .look__block #how-it-works {
    height: 310px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .element {
    width: 364px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element {
    width: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element {
    width: 362px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .element:after {
    content: " ";
    display: block;
    height: 1px;
    width: 160px;
    background: #fff;
    position: absolute;
    top: 20px;
    left: 210px;
  }
  .look__block .element:nth-child(5):after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(odd):after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element {
    width: 290px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element {
    width: 362px;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element:after {
    left: 280px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(even) span.number {
    margin: 0 153px 28px;
  }
  .look__block .element:nth-child(odd) span.number {
    margin: 0 173px 28px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element span.number {
    margin: 0 auto 31px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(even) span.name {
    margin-left: -22px;
    margin-bottom: 13px;
  }
  .look__block .element:nth-child(odd) span.name {
    margin-left: 19px;
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element span.name {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .look__block .element:nth-child(even) span.text {
    margin-left: -22px;
    margin-bottom: 16px;
  }
  .look__block .element:nth-child(odd) span.text {
    margin-left: 19px;
    margin-bottom: 16px;
  }
  .look__block .element {
    margin-bottom: 19px;
  }
  .look__block .element::after {
    left: 236px;
    top: 19px;
    width: 255px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element span.text {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .look__block .hidden-under-768 {
    display: block !important;
  }
  .look__block .hidden-over-768 {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .look__block .new-products {
    height: 770px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .new-products {
    height: 803px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .new-products .products {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .main-page .new-products {
    height: 750px;
  }
  .look__block .main-page .new-products .products {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .main-page .new-products {
    height: 710px;
  }
}
@media screen and (min-width: 768px) {
  .look__block .element:nth-child(1):after {
    display: block;
    width: 80px;
    left: 195px !important;
  }
}
@media screen and (min-width: 1280px) {
  .look__block .element:nth-child(1):after {
    display: block;
    width: 80px;
    left: 333px !important;
  }
}
@media screen and (min-width: 1600px) {
  .look__block .element:nth-child(1):after {
    display: block;
    width: 80px;
    left: 428px !important;
  }
}

.look__block * {
  opacity: 1 !important;
}

.partners__block {
  background-color: #6d48e5;
  font-family: "Roboto", arial;
}
@media screen {
  .partners__block a {
    color: #51b6ff;
  }
  .partners__block ::placeholder {
    color: #dad2c7;
  }
  .partners__block ::-webkit-scrollbar {
    background-color: #3c3f40;
    color: #d2cbbf;
  }
  .partners__block ::-webkit-scrollbar-thumb {
    background-color: #64696d;
  }
  .partners__block ::-webkit-scrollbar-thumb:hover {
    background-color: #777f83;
  }
  .partners__block ::-webkit-scrollbar-thumb:active {
    background-color: #676e71;
  }
  .partners__block ::-webkit-scrollbar-corner {
    background-color: #333637;
  }
  .partners__block * {
    scrollbar-color: #3c3f40 #64696d;
  }
  .partners__block ::selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
  .partners__block ::-moz-selection {
    background-color: #196dd1 !important;
    color: #fff !important;
  }
}
@media all {
  .partners__block *,
  .partners__block :after,
  .partners__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .partners__block a,
  .partners__block div,
  .partners__block img,
  .partners__block span {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .partners__block *,
  .partners__block :after,
  .partners__block :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  .partners__block a,
  .partners__block div,
  .partners__block img,
  .partners__block span {
    margin: 0;
    padding: 0;
    border: 0;
  }
}
@media screen {
  .partners__block a,
  .partners__block div,
  .partners__block img,
  .partners__block span {
    border-color: initial;
  }
}
@media all {
  .partners__block #allrecords a {
    color: #ff8562;
    text-decoration: none;
  }
  .partners__block .t-records a {
    color: #ff8562;
    text-decoration: none;
  }
}
@media screen {
  .partners__block #allrecords a {
    color: #ff8562;
    text-decoration: none;
  }
  .partners__block .t-records a {
    color: #ff8562;
    text-decoration: none;
  }
}
@media screen {
  .partners__block #allrecords a {
    color: #ffa67f;
    text-decoration-color: initial;
  }
  .partners__block .t-records a {
    color: #ffa67f;
    text-decoration-color: initial;
  }
}
@media screen {
  .partners__block ::placeholder {
    opacity: 0.5 !important;
  }
}
.partners__block * {
  margin: 0;
}
.partners__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media screen {
  .partners__block * {
    margin: 0;
  }
  .partners__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
}
.partners__block img {
  border: 0;
}
.partners__block * {
  margin: 0;
}
.partners__block * {
  padding: 0;
}
.partners__block a:active,
.partners__block a:hover {
  outline: 0;
}
.partners__block a {
  background-color: transparent;
  color: currentColor;
}
.partners__block * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.partners__block .partners__container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .partners__block br {
    display: none;
  }
}
.partners__block #allrecords a {
  color: #8f8f8f !important;
  text-decoration: none;
}
.partners__block #allrecords a:hover {
  color: #06c !important;
}
.partners__block .partners__container {
  max-width: 1100px;
  padding: 0;
}
@media (min-width: 1500px) {
  .partners__block .partners__container {
    max-width: 1300px;
  }
}
@media (max-width: 1300px) {
  .partners__block .partners__container {
    max-width: 1100px;
  }
}
@media (max-width: 968px) {
  .partners__block .partners__container {
    max-width: 100%;
    padding: 0 2rem;
  }
}
.partners__block .text-btn--trend {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  transition: 0.3s;
  font-weight: 700;
}
.partners__block #allrecords a.text-btn--trend {
  color: #000 !important;
}
.partners__block .partners-title {
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 80px;
  margin-bottom: 60px;
  padding-top: 80px;
  color: #fff;
}
.partners__block .action--arrow {
  max-width: 200px;
  overflow: hidden;
}
.partners__block .partners-row--text {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 15px;
  letter-spacing: 1.5px;
}
.partners__block .partners-row {
  display: flex;
}
.partners__block .partners-row-items {
  display: flex;
  margin-bottom: 0px;
  width: 80%;
}
.partners__block .action--text {
  text-transform: uppercase;
}
.partners__block .action--text-t {
  letter-spacing: 0.03em;
  font-size: 23px;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
}
.partners__block .action--text-b {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 28px;
  margin-top: 5px;
}
.partners__block .partners-action {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3rem;
}
.partners__block .partners-row--text {
  width: 20%;
}
.partners__block .row-blocks-item img {
  width: 100%;
}
.partners__block .row-blocks-item {
  width: 23%;
}
.partners__block .text-btn--trend {
  margin-left: 20px;
}
.partners__block .row-blocks-item.bg {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  /* align-items: center; */
  justify-content: center;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  min-height: 113px;
}
.partners__block #allrecords .row-blocks-item.bg a {
  color: rgba(255, 255, 255, 0) !important;
  transition: 0.3s ease-in-out;
  text-align: center;
}
.partners__block #allrecords .row-blocks-item.bg:hover a {
  color: #fff !important;
}
.partners__block .row-blocks-item.bg:hover {
  color: #fff !important;
  letter-spacing: 0.03em;
}
.partners__block .row-blocks-item.bg:hover span {
  color: #fee71d;
}
.partners__block .text-btn--trend {
  letter-spacing: 2px;
}
@media (max-width: 960px) {
  .partners__block .partners__container {
    overflow: hidden;
  }
  .partners__block .partners-title {
    padding-top: 60px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2px;
    text-align: center;
  }
  .partners__block .partners-row {
    flex-direction: column;
  }
  .partners__block .partners-row--text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.3);
    padding-right: 0;
    margin-bottom: 15px;
  }
  .partners__block .row-blocks-item {
    width: 48%;
  }
  .partners__block .partners-row-items {
    width: 100%;
    flex-wrap: wrap;
  }
  .partners__block .row-blocks-item.bg {
    min-height: 76px;
    margin-top: 15px;
  }
  .partners__block .action--arrow {
    display: none;
  }
  .partners__block .action--text-t {
    color: #fee71d;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .partners__block .action--text-b {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: center;
  }
  .partners__block .partners-action {
    flex-direction: column;
    margin-bottom: 7rem;
  }
  .partners__block .text-btn--trend {
    margin-left: 0;
  }
}
.partners__block .action--text-t span,
.partners__block .partners-title span {
  color: #f0ca00;
}
.partners__block .text-btn--trend {
  cursor: pointer;
  background: url(https://forstas.bizconstructor.com/migrate/uas/lines.svg)
      center,
    center #f0ca00;
  width: 280px;
  height: 64px;
  display: flex;
  align-content: center;
  justify-content: center;
}
@media (max-width: 962px) {
  .partners__block .partners-action {
    margin-bottom: 0;
  }
  .partners__block .action--text-t {
    color: #fff;
  }
  .partners__block .action--text-t span {
    color: #f0ca00;
  }
  .partners__block br {
    display: block;
  }
  .partners__block .partners__container {
    overflow: hidden;
  }
}
.partners__block .partners-action {
  padding-top: 10rem;
}
@media (max-width: 962px) {
  .partners__block .row-blocks-item.bg {
    display: none;
  }
}
@media screen {
  .partners__block img {
    border: 0;
  }
  .partners__block * {
    margin: 0;
  }
  .partners__block * {
    padding: 0;
  }
  .partners__block a:active,
  .partners__block a:hover {
    outline: 0;
  }
  .partners__block a {
    background-color: transparent;
    color: currentColor;
  }
  .partners__block * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }
  .partners__block .partners__container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .partners__block #allrecords a {
    color: #8f8f8f !important;
    text-decoration: none;
  }
  .partners__block #allrecords a:hover {
    color: #06c !important;
  }
  .partners__block .partners__container {
    max-width: 1100px;
    padding: 0;
  }
  .partners__block .text-btn--trend {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    transition: 0.3s;
    font-weight: 700;
  }
  .partners__block #allrecords a.text-btn--trend {
    color: #000 !important;
  }
  .partners__block .partners-title {
    font-weight: 900;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 80px;
    margin-bottom: 60px;
    padding-top: 80px;
    color: #fff;
  }
  .partners__block .action--arrow {
    max-width: 200px;
    overflow: hidden;
  }
  .partners__block .partners-row--text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
    padding-right: 15px;
    letter-spacing: 1.5px;
  }
  .partners__block .partners-row {
    display: flex;
  }
  .partners__block .partners-row-items {
    display: flex;
    width: 80%;
  }
  .partners__block .action--text {
    text-transform: uppercase;
  }
  .partners__block .action--text-t {
    letter-spacing: 0.03em;
    font-size: 23px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
  }
  .partners__block .action--text-b {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 28px;
    margin-top: 5px;
  }
  .partners__block .partners-action {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-bottom: 3rem;
  }
  .partners__block .partners-row--text {
    width: 20%;
  }
  .partners__block .row-blocks-item img {
    width: 100%;
  }
  .partners__block .row-blocks-item {
    width: 17%;
  }
  .partners__block .text-btn--trend {
    margin-left: 20px;
  }
  .partners__block .row-blocks-item.bg {
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    min-height: 113px;
  }
  .partners__block #allrecords .row-blocks-item.bg a {
    color: rgba(255, 255, 255, 0) !important;
    transition: 0.3s ease-in-out;
    text-align: center;
  }
  .partners__block #allrecords .row-blocks-item.bg:hover a {
    color: #fff !important;
  }
  .partners__block .row-blocks-item.bg:hover {
    color: #fff !important;
    letter-spacing: 0.03em;
  }
  .partners__block .row-blocks-item.bg:hover span {
    color: #fee71d;
  }
  .partners__block .text-btn--trend {
    letter-spacing: 2px;
  }
  .partners__block .action--text-t span,
  .partners__block .partners-title span {
    color: #f0ca00;
  }
  .partners__block .text-btn--trend {
    cursor: pointer;
    background: url(https://forstas.bizconstructor.com/migrate/uas/lines.svg)
        center,
      center #f0ca00;
    width: 280px;
    height: 64px;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .partners__block .partners-action {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .partners__block br {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .partners__block .partners__container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1300px) {
  .partners__block .partners__container {
    max-width: 1100px;
  }
}
@media screen and (max-width: 968px) {
  .partners__block .partners__container {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 960px) {
  .partners__block .partners__container {
    overflow: hidden;
  }
  .partners__block .partners-title {
    padding-top: 60px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2px;
    text-align: center;
  }
  .partners__block .partners-row {
    flex-direction: column;
  }
  .partners__block .partners-row--text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.3);
    padding-right: 0;
    margin-bottom: 15px;
  }
  .partners__block .row-blocks-item {
    width: 48%;
  }
  .partners__block .partners-row-items {
    width: 100%;
    flex-wrap: wrap;
  }
  .partners__block .row-blocks-item.bg {
    min-height: 76px;
    margin-top: 15px;
  }
  .partners__block .action--arrow {
    display: none;
  }
  .partners__block .action--text-t {
    color: #fee71d;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .partners__block .action--text-b {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 25px;
    padding: 0 10px;
    text-align: center;
  }
  .partners__block .partners-action {
    flex-direction: column;
    margin-bottom: 7rem;
  }
  .partners__block .text-btn--trend {
    margin-left: 0;
  }
}
@media screen and (max-width: 962px) {
  .partners__block .partners-action {
    margin-bottom: 0;
  }
  .partners__block .action--text-t {
    color: #fff;
  }
  .partners__block .action--text-t span {
    color: #f0ca00;
  }
  .partners__block br {
    display: block;
  }
  .partners__block .partners__container {
    overflow: hidden;
  }
}
@media screen and (max-width: 962px) {
  .partners__block .row-blocks-item.bg {
    display: none;
  }
}
@media screen {
  .partners__block img {
    border-color: initial;
  }
  .partners__block a:active,
  .partners__block a:hover {
    outline-color: initial;
  }
  .partners__block a {
    background-color: transparent;
    color: currentcolor;
  }
  .partners__block #allrecords a {
    text-decoration-color: initial;
    color: #c7bfb2 !important;
  }
  .partners__block #allrecords a:hover {
    color: #72d9ff !important;
  }
  .partners__block #allrecords a.text-btn--trend {
    color: #fff !important;
  }
  .partners__block .partners-title {
    color: #fff;
  }
  .partners__block .partners-row--text {
    color: rgba(255, 255, 255, 1);
  }
  .partners__block .action--text-t {
    color: #fff;
  }
  .partners__block .action--text-b {
    color: rgba(255, 255, 255, 0.3);
  }
  .partners__block .row-blocks-item.bg {
    background-image: initial;
    background-color: rgba(51, 54, 55, 0.1);
  }
  .partners__block #allrecords .row-blocks-item.bg a {
    color: rgba(255, 255, 255, 0) !important;
  }
  .partners__block #allrecords .row-blocks-item.bg:hover a {
    color: #fff !important;
  }
  .partners__block .row-blocks-item.bg:hover {
    color: #fff !important;
  }
  .partners__block .row-blocks-item.bg:hover span {
    color: #ffff4b;
  }
  .partners__block .action--text-t span,
  .partners__block .partners-title span {
    color: #ffff40;
  }
  .partners__block .text-btn--trend {
    background-color: #e9c819;
  }
}
@media screen and (max-width: 960px) {
  .partners__block .partners-row--text {
    color: rgba(255, 255, 255, 0.3);
  }
  .partners__block .action--text-t {
    color: #ffff4b;
  }
  .partners__block .action--text-b {
    color: rgba(255, 255, 255, 0.3);
  }
}
@media screen and (max-width: 962px) {
  .partners__block .action--text-t {
    color: #fff;
  }
  .partners__block .action--text-t span {
    color: #ffff40;
  }
}
.partners__block .partners-row-items {
  flex-wrap: wrap !important;
}
.partners__block .row-blocks-item {
  margin-bottom: 20px;
  margin-right: 20px;
}
.partners__block .row-blocks-item.bg {
  min-height: max-content !important;
}
.partners__block .row-blocks-item a {
  height: 100%;
  display: block;
  width: 100%;
  height: inherit;
}
@media (max-width: 1150px) {
  .partners__block .partners__container {
    max-width: 950px !important;
  }
}
@media screen and (max-width: 1150px) {
  .partners__block .partners__container {
    max-width: 950px !important;
  }
}

.look__block .element.last__element:after {
  display: none !important;
}

.look__block .element span.text__hide {
  opacity: 0 !important;
  pointer-events: none;
}

.look__block .element.last__element::after {
  display: none;
}

.shedule-member-logo {
  margin-top: 30px;
  text-align: center;
}

.shedule-member-logo img {
  width: 70px;
}
.shedule-member-block {
  align-items: center;
  text-align: center;
}

.blox-logo {
  margin-top: 30px;
}

.blox-logo img {
  width: 70px;
  margin-bottom: 5px;
}

.number__block *,
.problems__block *,
.task__block *,
.marketing__block *,
.list__block,
.look__block *,
.block__link *,
.partners__block *,
.text__wrapper *,
.link__wrapper *,
.text__block *,
.header__block *,
.footer-contacts *,
.welcomewords__block * {
  font-family: "Exo 2";
}

#uc_solid_rounded_button128474:hover,
#uc_solid_rounded_button128474:focus {
  color: #fff !important;
}

.task__block .task-item-t img {
  width: 50px;
}

.list__block .uc-grid-row-container {
  display: flex;
}

.list__block .uc-grid-row-container .uc-grid-col-inner {
  position: sticky;
  top: 20px;
}

@media screen and (max-width: 1070px) {
  .list__block .uc-page-font-title {
    font-size: 33px !important;
  }
}

@media screen and (max-width: 991px) {
  .uc-grid-front .list__block .uc-grid-row-container .uc-grid-col {
    width: 100% !important;
    float: none !important;
    padding-top: 10px;
  }
  .list__block .uc-grid-row-container {
    display: block;
  }
}

.partners__block .partners-bg {
  padding-top: 70px;
}

.text__block {
  width: 100%;
  margin: 20px 0 30px !important;
}

.text__block p {
  font-size: 17px;
  color: #fff;
}

.partners__block #allrecords .text__block p a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
.partners__block .row-blocks-item.big__image {
  width: 319px;
  background-color: #fff;
}

.header__block {
  background-color: #f5f5f5;
  padding: 50px 0;
}

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

.header__block .header__items .header__item .item-localization {
  position: absolute;
  right: 0;
  top: 10px;
}

.header__block .header__items .header__item .item-localization a {
  font-size: 17px;
  color: #000 !important;
  padding-bottom: 5px;
}

.header__block .header__items .header__item .item-localization a:first-child {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #cecece;
}

.header__block .header__items .header__item .item-localization a.active {
  color: rgba(0, 0, 0, 0.3) !important;
  border-bottom: 2px solid #6d48e5;
  cursor: default;
}

.header__block .header__items .header__item.header__item-active {
  width: 800px;
}

.header__block .header__items .header__item .item-title h1 {
  font-size: 27px;
  line-height: 28px;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  margin-top: 0;
  color: #000;
}

.header__block .header__items .header__item .item-title h1 span.active {
  color: #6d48e5;
}

.header__block .header__items .header__item .item-second {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
  color: #7c7c7c;
}

.header__block .header__items .header__item .item-logos {
  margin-top: 20px;
}

.header__block .header__items .header__item .item-logos a img {
  width: 65px;
}

.header__block .header__items .header__item .item-date {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #6d48e5;
  margin-bottom: 40px;
  padding-left: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.header__block .header__items .header__item .item-date span:not(:last-child) {
  margin-bottom: 3px;
}

.header__block .header__items .header__item .item-button a {
  background-color: #6d48e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 16px;
  width: 228px;
  height: 57px;
}

.header__block .header__items .header__item .item-button a:hover,
.header__block .header__items .header__item .item-button a:focus {
  color: #fff !important;
}

@media screen and (max-width: 1035px) {
  .header__block .header__items {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .header__block .header__items .header__item .item-logo {
    text-align: center;
    margin-bottom: 30px;
  }

  .header__block .header__items .header__item,
  .header__block .header__items .header__item.header__item-active {
    width: 100%;
  }

  .header__block .header__items {
    position: static;
  }

  .header__block .header__items .header__item .item-localization {
    right: 10px;
  }
}

@media screen and (max-width: 560px) {
  .header__block .header__items .header__item .item-title h1 {
    font-size: 22px;
    line-height: 29px;
  }

  .header__block .header__items .header__item .item-second {
    font-size: 16px;
  }

  .header__block .header__items .header__item .item-button a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 460px) {
  .shedule-time {
    margin-right: 20px !important;
  }

  .shedule-time {
    font-size: 19px !important;
  }

  .shedule-title {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 370px) {
  .header__block .header__items .header__item .item-title h1 {
    font-size: 19px;
  }
}


.footer-contacts *,
.footer-contacts *:hover,
.footer-contacts *:focus{
  color: #fff !important;
}

.welcomewords__block {
  background-color: #7bb563;
  padding: 40px 0;
}

.welcomewords__block .welcomewords__title {
  text-align: center;
  margin-bottom: 15px;
}

.welcomewords__block .welcomewords__title h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
}

.welcomewords__block .welcomewords__items .welcomewords__item {
  margin-bottom: 50px;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description {
  width: 50%;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-wrapper {
  padding: 20px 45px;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-description {
  height: 160px;
  overflow: hidden;
  margin-bottom: 20px;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-description-active {
  height: auto;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-description p {
  font-size: 14px;
  line-height: 1.8em;
  color: #000;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-button {
  color: #8faa55;
  text-align: left;
  font-size: 15px;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-button:hover {
  text-decoration: underline;
  cursor: pointer;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user {
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user .item-avatar img {
  border-radius: 50%;
  width: 180px;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user .item-name {
  margin-top: 7px;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user .item-name h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 300;
}

.welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user .item-position {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 1300px) {
  .welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user { 
    width: 45%;
  }
  .welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description .item-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 970px) {
  .welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user .item-name h4 {
    font-size: 25px;
    margin-bottom: 0;
  }

  .welcomewords__block .welcomewords__title h4 {
    font-size: 23px;
  }
}

@media screen and (max-width: 768px) {
  .welcomewords__block .welcomewords__items .welcomewords__item {
    flex-direction: column-reverse !important;
  }

  .welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__description {
    width: 100%;
  }

  .welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user {
    margin-bottom: 20px;
  }

  .welcomewords__block .welcomewords__items .welcomewords__item .welcomewords__user {
    width: 90%;
  }

  .welcomewords__block .welcomewords__title {
    margin-bottom: 40px;
  }

  .welcomewords__block .welcomewords__title h4 {
    font-size: 19px;
  }
}

@media screen and (max-width: 470px) {
  .shedule-row {
    justify-content: center;
  }
}

.materials__block {
  padding-top: 40px;
  margin-bottom: 50px;
}

.materials__block .materials__title {
  margin-bottom: 40px;
  text-align: center;
}

.materials__block .materials__title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 60px;
  letter-spacing: -1.5px;
}

.materials__block .materials__items {
  display: flex;
  padding: 20px;
  background-color: #f5f5f5;
}

.materials__block .materials__items .materials__item:first-child {
  margin-right: 20px;
}

/* .materials__block .materials__items .materials__item .item-logo a img {
  width: 376px;
} */

.materials__block .materials__items .materials__item .item-title {
  margin-bottom: 10px;
}

.materials__block .materials__items .materials__item .item-title h2 {
  font-size: 32px;
  font-weight: 600;
}

.materials__block .materials__items .materials__item .item-subtitle {
  margin-bottom: 20px;
}

.materials__block .materials__items .materials__item .item-subtitle p {
  font-family: Arial;
  font-size: 16px;
}

.materials__block .materials__items .materials__item .item-description {
  margin-bottom: 30px;
}

.materials__block .materials__items .materials__item .item-description p {
  line-height: 1.5em;
  font-family: Arial;
}

.materials__block .materials__items .materials__item .item-button {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.materials__block .materials__items .materials__item .item-button a {
  background-color: #6d48e5;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  letter-spacing: 1px;
  font-size: 16px;
  width: 228px;
  height: 57px;
}

.materials__block .materials__items .materials__item .item-button a:hover,
.materials__block .materials__items .materials__item .item-button a:focus {
  color: #fff !important;
}

@media screen and (max-width: 1100px) {
  .materials__block .materials__items .materials__item .item-title h2 {
    font-size: 17px;
  }
}

@media screen and (max-width: 950px) {
  .materials__block .materials__items .materials__item .item-button a {
    font-size: 16px;
  }
}

@media screen and (max-width: 868px) {
  .materials__block .materials__items .materials__item .item-button a {
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .materials__block .materials__items {
    flex-direction: column;
  }

  .materials__block .materials__items .materials__item .item-logo {
    text-align: center;
  }

  .materials__block .materials__items .materials__item:first-child {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 726px) {
  .materials__block .materials__title h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media screen and (max-width: 470px) {
  .materials__block .materials__items .materials__item .item-title h2 {
    font-size: 14px;
  }

  .materials__block .materials__items .materials__item .item-logo img {
    width: 100%;
  }
}