.wrapper {
  background: url(/local/templates/copy/assets/img/main/bg.jpg) #000000;
  background-repeat: no-repeat;
  background-size: 100% 70%;
  background-position: 0% 0%;
}
@media (max-width: 1200px) {
  .wrapper {
    background: url(/local/templates/copy/assets/img/main/main_mobile_bg.png) #000000;
    background-repeat: no-repeat;
    background-size: 90% 20%;
    background-position: 0% -5%;
  }
}

.mainscreen .mainscreen__content .brain {
  position: absolute;
  bottom: -180px;
}

.mainscreen {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 30px 0 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

@media (max-width: 767px) {
  .mainscreen {
    padding: 0 10px 0 10px;
  }
}
.mainscreen .red-block {
  position: absolute;
  top: 0;
  width: 38.2%;
  max-width: 563px;
  height: 28.74%;
  background: #ed2f46;
  border-radius: 2px;
  z-index: 3;
  text-align: center;
}

.mainscreen .red-block h1 {
  font-size: 84px;
  color: #f6f6f6;
  font-weight: 700;
  line-height: 1;
}

.mainscreen .red-block p {
  color: #f6f6f6;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.275em;
  margin: 14.37% 0 0;
}

.mainscreen .section1_bg {
  position: absolute;
  top: 0;
}

.mainscreen__andrey {
  max-width: 40%;
  position: absolute;
  top: 10vh;
  left: 0;
}

.mainscreen__description {
  width: 60%;
  max-width: 800px;
  position: relative;
  margin: 0 10% 0 30%;
  padding: 15vh 20px 0 20px;
  color: #ffffff;
}

.mainscreen__description .title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 70px;
  line-height: 0.9;
}

.mainscreen__description .description {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.1;
}

.mainscreen__description .description-small {
  max-width: 610px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
}

.mainscreen .test-nav {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainscreen .test-nav .arrow-mobile {
  display: none;
}
@media (max-width: 1200px) {
  .mainscreen .test-nav .arrow-desctope {
    display: none;
  }
  .mainscreen .test-nav .arrow-mobile {
    display: block;
  }
}
.mainscreen .test-nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 65%;
  left: 63%;
  width: 435px;
  height: 370px;
  background: url(/local/templates/redesign2023/assets/img/main/brain.png) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1200px) {
  .mainscreen .test-nav::after {
    top: 55%;
    left: 50%;
    transform: translate(-50%);
  }
}

.mainscreen .test-nav .item {
  width: 33.3333333333%;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 35px;
  background: rgba(75, 77, 117, 0.36);
  -webkit-backdrop-filter: blur(35px);
  backdrop-filter: blur(35px);
}

.mainscreen .test-nav .item:nth-child(1) {
  border-radius: 25px 0 0 0;
  border-right: 1px solid #25252e;
  border-bottom: 1px solid #25252e;
}

.mainscreen .test-nav .item:nth-child(2) {
  border-right: 1px solid #25252e;
  border-bottom: 1px solid #25252e;
}

.mainscreen .test-nav .item:nth-child(3) {
  border-radius: 0 25px 0 0;
  border-bottom: 1px solid #25252e;
}

.mainscreen .test-nav .item:nth-child(4) {
  border-radius: 0 0 0 25px;
  border-right: 1px solid #25252e;
}
.mainscreen .test-nav .item:nth-child(4) .img-wrap {
  transform: rotate(-5deg);
  z-index: -1;
}

.mainscreen .test-nav .item:nth-child(5) {
  border-right: 1px solid #25252e;
}

.mainscreen .test-nav .item:nth-child(6) {
  border-radius: 0 0 25px 0;
}
@media (max-width: 1200px) {
  .mainscreen .test-nav .item:nth-child(6) {
    margin-top: 25px;
    border-radius: 25px;
  }
}
.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--price-wrapper {
  width: 100%;
  overflow: hidden;
}
.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn {
  border-top: none;
}
@media (max-width: 1200px) {
  .mainscreen .test-nav .item:nth-child(6) .text {
    flex-direction: column;
  }
}
.mainscreen .test-nav .item:nth-child(6) .text .name {
  margin: 16px 0 22px;
  text-transform: uppercase;
  line-height: 25px;
}
@media (max-width: 768px) {
  .mainscreen .test-nav .item:nth-child(6) .text .name {
    margin: 0px 0 22px;
  }
}
.mainscreen .test-nav .item:nth-child(6) .text .mainscreen__content--btn a {
  padding: 16px 10px 14px;
  width: 100%;
  max-width: 130px;
  justify-content: center;
}
.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn a {
  max-width: 320px;
  justify-content: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn a {
    max-width: 130px;
  }
}

.mainscreen .test-nav .item:nth-child(6) .sber {
  justify-content: center;
  font-size: 16px;
}

.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn {
  overflow: initial;
}

.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn,
.mainscreen .test-nav .item:nth-child(6) .sber {
  width: 100%;
  margin-top: 16px;
}

.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn .price {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 15px 5px;
}

.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn .sale-price {
  position: absolute;
  top: -7px;
  left: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 0.9;
  text-decoration: line-through;
}
.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn .sale-price::after, .mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn .sale-price::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 2000px;
  height: 1px;
  background-color: #0FA9F8;
  transform: translateY(-50%);
}
.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn .sale-price::before {
  right: calc(100% + 20px);
}
.mainscreen .test-nav .item:nth-child(6) .mainscreen__content--btn .sale-price::after {
  left: calc(100% + 20px);
}

.mainscreen .test-nav .item .img-wrap {
  height: 130px;
}

.mainscreen .test-nav .item a {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}

.mainscreen .test-nav .item .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 0.9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f6f6f6;
}

.mainscreen .test-nav .item .text .name {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 24px;
  text-transform: none;
}

@media (max-width: 600px) {
  .mainscreen .test-nav .item a .text {
    font-size: 16px;
  }
  .mainscreen .test-nav .item .text .name {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .mainscreen .test-nav .item .text {
    font-size: 14px;
  }
  .mainscreen .test-nav .item .text .name {
    font-size: 20px;
  }
}
.mainscreen .test-nav .item a img {
  width: 15px;
  height: 30px;
  margin: 20px 0 0 0;
}

.mainscreen .test-nav .item .description {
  padding: 20px 0 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

@media (max-width: 1400px) {
  .mainscreen__description {
    width: 63%;
  }
}
@media (max-width: 1200px) {
  .mainscreen__andrey {
    max-width: 35%;
    top: 10vh;
  }
  .mainscreen__description {
    width: 65%;
    margin: 0 0 0 40%;
    padding: 15vh 60px 0 20px;
  }
  .mainscreen__description .title {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 1.1;
  }
  .mainscreen__description .description {
    font-size: 24px;
  }
  .mainscreen__description .description-small {
    font-size: 14px;
    line-height: 1.3;
  }
  .mainscreen .test-nav .item .text {
    font-size: 16px;
  }
  .mainscreen .test-nav .item .text .name {
    font-size: 26px;
  }
  .mainscreen .test-nav .item .description {
    padding: 15px 0 0 0;
  }
}
.mainscreen .test-list {
  position: relative;
  z-index: 2;
  padding: 100px 0 60px 0;
}

.mainscreen .test-list .item {
  width: calc(25% - 6px);
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px;
  background: rgba(75, 77, 117, 0.36);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 25px;
}

.mainscreen .test-list .item.bundle {
  padding: 80px 30px 30px 30px;
}

.mainscreen .test-list .item .title .big {
  padding: 5px 0 0 0;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.test-list .item img {
  margin: 0 auto;
}

.test-list .item:nth-child(1) img {
  opacity: 0.4;
}

.mainscreen .test-list .item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  background: transparent;
  border-radius: 5px;
}

.mainscreen .test-list .item .price {
  margin: auto 0 0 0;
  padding: 10px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f6f6f6;
}

.mainscreen .test-list .item.bundle .title {
  margin: auto 0 20px 0;
  position: relative;
}

.mainscreen .test-list .item.bundle .bundle_andrey {
  max-width: 70%;
  position: absolute;
  top: 30px;
  right: 0;
}

.mainscreen .test-list .item.bundle .price {
  margin: 0;
}

.mainscreen .test-list .item.bundle .sale-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-decoration-line: line-through;
  text-transform: uppercase;
  color: #d13e51;
}

.mainscreen .test-nav .item:nth-child(6) .sale,
.mainscreen .test-list .item.bundle .sale {
  width: 75px;
  height: 75px;
  position: absolute;
  background: url("/local/templates/copy/assets/img/main/sale.svg");
}

.mainscreen .test-nav .item:nth-child(6) .sale {
  right: 10px;
  top: 50px;
}
@media (max-width: 1200px) {
  .mainscreen .test-nav .item:nth-child(6) .sale {
    top: 0;
  }
}

.mainscreen .test-list .item.bundle .sale {
  left: 15px;
  top: 5px;
}

.mainscreen .test-list .item button.to-test {
  background: #0cbb33;
}

@media (max-width: 1400px) {
  .mainscreen__description {
    width: 63%;
  }
}
@media (max-width: 1200px) {
  .mainscreen .test-list .item .title {
    font-size: 16px;
  }
  .mainscreen .test-list .item .title .big {
    font-size: 20px;
  }
  .mainscreen__andrey {
    max-width: 50%;
    top: 1vh;
    left: auto;
    right: 0;
  }
  .mainscreen__description {
    width: 100%;
    margin: 0;
    padding: 20vh 0 0 0;
  }
  .mainscreen__description .title {
    font-size: 36px;
  }
  .mainscreen__description .description {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
  }
  .mainscreen .test-nav {
    flex-direction: column;
  }
  .mainscreen .test-nav .item {
    width: 100%;
    padding: 20px;
  }
  .mainscreen .test-nav .item:nth-child(1) {
    border-radius: 25px 25px 0 0;
    border-right: none;
    border-bottom: 1px solid #25252e;
  }
  .mainscreen .test-nav .item:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #25252e;
  }
  .mainscreen .test-nav .item:nth-child(3) {
    border-radius: 0;
  }
  .mainscreen .test-nav .item:nth-child(4) {
    border-radius: 0;
    border-right: none;
    border-bottom: 1px solid #25252e;
  }
  .mainscreen .test-nav .item:nth-child(5) {
    border-radius: 0;
    border-right: none;
    border-bottom: 1px solid #25252e;
  }
  .mainscreen .test-nav .item a {
    width: 100%;
    justify-content: space-between;
  }
  .mainscreen .test-nav .item .text {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 14px;
  }
  .mainscreen .test-nav .item .text .name {
    padding: 0;
    font-size: 24px;
  }
  .mainscreen .test-nav .item a img {
    margin: 0;
  }
  .mainscreen .test-nav .item .img-wrap {
    display: none;
  }
  .mainscreen .test-nav .item .description {
    display: none;
  }
  .mainscreen .test-list {
    flex-wrap: wrap;
    gap: 8px;
    padding: 60px 0 80px 0;
  }
  .mainscreen .test-list .item {
    width: calc(50% - 4px);
  }
  .mainscreen__content .test .content .mind-types {
    display: none;
  }
}
@media (max-width: 767px) {
  .mainscreen__andrey {
    max-width: 60%;
  }
  .mainscreen__description {
    padding: 15vh 0 0 0;
  }
  .mainscreen__description .title {
    font-size: 30px;
  }
  .mainscreen .test-list .item {
    display: none;
  }
  .mainscreen .test-list .item.bundle {
    width: 100%;
    display: flex;
  }
}
.mainscreen__content {
  width: 100%;
  max-width: 1160px;
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 70px 0 80px 0;
  color: #ffffff;
  background-image: url("/local/templates/copy/assets/img/main/brain.png");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: 50% 100%;
}

@media (max-width: 1200px) {
  .mainscreen__content {
    background-size: 90%;
    background-position: 50% 104%;
  }
}
@media (max-width: 768px) {
  .mainscreen__content {
    padding: 60px 0 40px 0;
    background-size: 90%;
    background-position: 50% 102%;
  }
}
@media (max-width: 600px) {
  .mainscreen__content {
    padding: 60px 0 0 0;
    background-size: 90%;
    background-position: 50% 102%;
  }
}
.mainscreen__content .test {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 50px 25px;
  margin-bottom: 20px;
  background: rgba(75, 77, 117, 0.36);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border-radius: 25px;
}

.mainscreen__content .test .index {
  position: relative;
  font-weight: 700;
  font-size: 120px;
  line-height: 0.9;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f6f6f6;
}

.mainscreen__content .test .top-image {
  position: absolute;
  top: 20px;
  right: 4%;
}

.mainscreen__content .test2 .top-image,
.mainscreen__content .test3 .top-image {
  top: 40px;
  right: 6%;
}

.mainscreen__content .test .test-head {
  width: 100%;
  display: flex;
}

.mainscreen__content .test .test-head .index {
  width: 20%;
  min-width: 20%;
}

.mainscreen__content .test .test-head .name {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 0.9;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f6f6f6;
}

.mainscreen__content .test .test-head .big {
  padding: 30px 0 40px 0;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: 0.05em;
}

.mainscreen__content .test .content {
  width: 80%;
  position: relative;
  margin: 0 0 0 20%;
}

.mainscreen__content .test .content > .description {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.mainscreen__content .test .content > .description.light {
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media (max-width: 1000px) {
  .mainscreen__content .test .content > .description.light {
    display: none;
  }
}

.mainscreen__content .test .content .mobile-tip {
  display: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
}

.mainscreen__content .test .content .skills {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainscreen__content .test .content .aspects {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.mainscreen__content .test .content .aspects .item {
  width: calc(50% - 5px);
  padding: 25px 25px;
  border-radius: 8px;
}

.mainscreen__content .test .content .aspects .item:nth-child(1) {
  background: #0799f4;
}

.mainscreen__content .test .content .aspects .item:nth-child(2) {
  background: #ff3850;
}

.mainscreen__content .test .content .aspects .item:nth-child(3) {
  background: #53a979;
}

.mainscreen__content .test .content .aspects .item:nth-child(4) {
  background: #c34fec;
}

.mainscreen__content .test .content .mind-types {
  padding: 45px 0;
}

.mainscreen__content .test .content .mind-types .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}

.mainscreen__content .test .content .mind-types .description {
  padding: 20px 20% 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.1;
  color: #ffffff;
  opacity: 0.6;
}

.mainscreen__content .test .content .knowledge {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 50px 0;
  padding: 30px 0 60px 0;
}

.mainscreen__content .test .content .knowledge .item {
  width: 33.3333333333%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
  padding: 0 5% 0 0;
}

.mainscreen__content .test4 .content .knowledge .item {
  width: 50%;
  align-items: center;
  flex-direction: row;
}

.mainscreen__content .test .content .knowledge .item .image-wrap {
  width: 86px;
  min-width: 86px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.mainscreen__content .test .content .knowledge .item .image-wrap img {
  max-width: 50%;
}

.mainscreen__content .test .content .knowledge .item .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #f9f8f8;
}

.mainscreen__content .test2 .content .knowledge .item:nth-child(1) .image-wrap {
  background-color: #00f4c8;
}

.mainscreen__content .test2 .content .knowledge .item:nth-child(2) .image-wrap {
  background-color: #34d8ff;
}

.mainscreen__content .test2 .content .knowledge .item:nth-child(3) .image-wrap {
  background-color: #4268f5;
}

.mainscreen__content .test2 .content .knowledge .item:nth-child(4) .image-wrap {
  background-color: #8c56fe;
}

.mainscreen__content .test2 .content .knowledge .item:nth-child(5) .image-wrap {
  background-color: #f574de;
}

.mainscreen__content .test3 .content .knowledge .item:nth-child(1) .image-wrap {
  background-color: #ff3850;
}

.mainscreen__content .test3 .content .knowledge .item:nth-child(2) .image-wrap {
  background-color: #bf56ec;
}

.mainscreen__content .test3 .content .knowledge .item:nth-child(3) .image-wrap {
  background-color: #6563e3;
}

.mainscreen__content .test3 .content .knowledge .item:nth-child(4) .image-wrap {
  background-color: #2c87f2;
}

.mainscreen__content .test3 .content .knowledge .item:nth-child(5) .image-wrap {
  background-color: #41abf8;
}

.mainscreen__content .test4 .content .knowledge .item:nth-child(1) .image-wrap {
  background-color: #74AFF5;
}

.mainscreen__content .test4 .content .knowledge .item:nth-child(2) .image-wrap {
  background-color: #8C56FE;
}

.mainscreen__content .test4 .content .knowledge .item:nth-child(3) .image-wrap {
  background-color: #D738FF;
}

.mainscreen__content .test4 .content .knowledge .item:nth-child(4) .image-wrap {
  background-color: #FF3850;
}

.mainscreen__content .test5 .content .knowledge .item:nth-child(1) .image-wrap {
  background-color: #18C7B2;
}

.mainscreen__content .test5 .content .knowledge .item:nth-child(2) .image-wrap {
  background-color: #3183c3;
}

.mainscreen__content .test5 .content .knowledge .item:nth-child(3) .image-wrap {
  background-color: #4B3FD4;
}

.mainscreen__content > p {
  color: rgba(247, 247, 247, 0.5);
  font-size: 14px;
  line-height: 130%;
  width: 310px;
  text-align: center;
}

.mainscreen__content--wrapper {
  display: flex;
  width: 100%;
}

.mainscreen__content--item {
  width: 280px;
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.mainscreen__content--item p {
  margin: 16px 0 45px;
  font-size: 16px;
  line-height: 1.1;
  color: #b9becf;
  text-align: left;
}

.mainscreen__content--item span {
  font-weight: 600;
  color: #f7f7f7;
}

.mainscreen__content--item img {
  height: 215px;
}

.mainscreen__content--item:nth-child(2) {
  margin: 0 35px 0 54px;
}

.mainscreen__content--title {
  font-size: 28px;
  color: #f7f7f7;
  font-weight: 400;
  margin: 0 0 40px 0;
}

.mainscreen__content--test-btn-wrap {
  gap: 10px;
}
.mainscreen__content--test-btn-wrap .social-link.sber {
  height: 62px;
}
.mainscreen__content--test-btn-wrap .social-link.sber svg {
  margin-right: 30px;
}

@media (max-width: 1000px) {
  .mainscreen__content--test-btn-wrap {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
}
.mainscreen__content--test-btn-wrap .sber {
  max-width: 285px;
  font-size: 16px;
}
@media (max-width: 1000px) {
  .mainscreen__content--test-btn-wrap .sber {
    max-width: initial;
    margin-top: 12px;
  }
}

.mainscreen__content--btn {
  display: flex;
  border: 1px solid #0FA9F8;
  border-radius: 5px;
  overflow: hidden;
}

.mainscreen__content--btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 60px;
  color: #f6f6f6;
  background: #0fa9f8;
}

@media (max-width: 600px) {
  .mainscreen__content--btn {
    width: 100%;
  }
  .mainscreen__content--btn a {
    width: 100%;
  }
}
.mainscreen__content--btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  font-weight: 700;
  font-size: 24px;
  line-height: 0.9;
  text-transform: uppercase;
  color: #F6F6F6;
  white-space: nowrap;
}

@media (min-width: 1000px) and (max-height: 800px) {
  .mainscreen .red-block h1 {
    font-size: 66px;
  }
  .mainscreen .red-block p {
    margin: 12.37% 0 0;
    font-size: 24px;
  }
  .mainscreen__content--title {
    font-size: 26px;
    margin: 0 0 26px 0;
  }
  .mainscreen__content--item img {
    height: 165px;
  }
}
@media (min-width: 1000px) and (max-height: 725px) {
  .mainscreen .red-block {
    height: 26.74%;
  }
  .mainscreen .red-block h1 {
    font-size: 54px;
  }
  .mainscreen .red-block p {
    margin: 10.37% 0 0;
    font-size: 22px;
  }
  .mainscreen__content {
    transform: translateY(78px);
  }
  .mainscreen__content--title {
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  .mainscreen__content--item img {
    height: 140px;
  }
}
@media (max-width: 1100px) {
  .mainscreen .red-block h1 {
    font-size: 69px;
  }
  .mainscreen .red-block p {
    font-size: 26px;
    margin: 19.37% 0 0;
  }
  .mainscreen__content .test .test-head .index {
    width: 15%;
    min-width: 15%;
    font-size: 80px;
  }
  .mainscreen__content .test .content {
    width: 85%;
    margin: 0 0 0 15%;
  }
}
@media (max-width: 1000px) {
  .mainscreen__content .test {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .mainscreen__content .test .test-head {
    margin-bottom: 160px;
  }
  .mainscreen__content .test .top-image {
    top: 90px;
    right: 20%;
    max-width: 60%;
  }
  .mainscreen__content .test2 .top-image,
  .mainscreen__content .test3 .top-image {
    top: 130px;
    right: 30%;
    max-width: 40%;
  }
  .mainscreen__content .test .test-head .index {
    width: 80px;
    min-width: auto;
    margin: 0 4% 0 0;
    font-size: 60px;
  }
  .mainscreen__content .test .test-head .name {
    font-size: 18px;
  }
  .mainscreen__content .test .test-head .big {
    padding: 20px 0 40px 0;
    font-size: 48px;
  }
  .mainscreen__content .test .content {
    width: 100%;
    margin: 0;
  }
  .mainscreen__content .test .content .skills {
    flex-direction: column;
    padding: 0 0 0 50px;
  }
  .mainscreen__content--item::before {
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    top: 20px;
    left: -20px;
    border-radius: 50%;
  }
  .mainscreen__content--item:nth-child(1):before {
    background: #1eb4e1;
  }
  .mainscreen__content--item:nth-child(2):before {
    background: #5ab681;
  }
  .mainscreen__content--item:nth-child(3):before {
    background: #8064bf;
  }
  .mainscreen__content--item p {
    margin: 15px 0;
  }
  .mainscreen__content .test .content .knowledge {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .mainscreen__content .test .content .knowledge .item .image-wrap {
    width: 52px;
    min-width: 52px;
    height: 52px;
    min-height: 52px;
  }
  .mainscreen__content .test .content .knowledge .item {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 15px 0;
  }
  .mainscreen__content .test .content .knowledge .item br {
    display: none;
  }
  .mainscreen__content .test .content > .description {
    margin: 25px 0;
    font-weight: 400;
    font-size: 14px;
  }
  .mainscreen__content .test .content .mobile-tip {
    display: block;
  }
  .mainscreen__content .test2 .content > .description,
  .mainscreen__content .test3 .content > .description {
    display: none;
  }
  .mainscreen__content .test3 .content .skills {
    display: none;
  }
  .mainscreen .red-block {
    height: 175px;
  }
  .mainscreen .red-block h1 {
    font-size: 60px;
  }
  .mainscreen .red-block p {
    font-size: 23px;
    margin: 19.37% 0 0;
  }
  .mainscreen__content {
    width: 100%;
  }
  .mainscreen__content--title {
    font-size: 46px;
  }
  .mainscreen__content--wrapper {
    flex-direction: column;
  }
  .mainscreen__content--item {
    width: 100%;
    margin: 0;
  }
  .mainscreen__content--item img {
    display: none;
  }
  .mainscreen__content--item p {
    text-align: left;
  }
  .mainscreen__content--item:nth-child(2) {
    margin: 0;
  }
  .mainscreen__content--item:nth-child(2)::after {
    top: 22px;
    left: 16%;
    width: 20px;
    height: 20px;
  }
  .mainscreen__content--item:nth-child(1)::after {
    top: 22px;
    left: 16%;
    width: 20px;
    height: 20px;
  }
  .mainscreen__content--item:nth-child(3)::after {
    top: 22px;
    left: 16%;
    width: 20px;
    height: 20px;
  }
  .mainscreen__content--btn {
    margin: 30px 0 0 0;
  }
  .mainscreen__content--btn a {
    padding: 16px 120px;
  }
}
@media (max-width: 767px) {
  .mainscreen__content .test {
    padding: 20px 15px;
    margin-bottom: 15px;
  }
  .mainscreen__content .test .test-head .index {
    width: 50px;
    margin: 0 3% 0 0;
    font-size: 40px;
    opacity: 0.8;
  }
  .mainscreen__content .test .test-head {
    margin-bottom: 140px;
  }
  .mainscreen__content .test .top-image {
    top: 30px;
    right: 10%;
    max-width: 80%;
  }
  .mainscreen__content .test2 .top-image,
  .mainscreen__content .test3 .top-image {
    top: 70px;
    right: 30%;
    max-width: 40%;
  }
  .mainscreen__content .test .test-head .big {
    padding: 10px 0 40px 0;
    font-size: 30px;
  }
  .mainscreen .red-block {
    height: 107px;
  }
  .mainscreen .red-block h1 {
    font-size: 36px;
  }
  .mainscreen .red-block p {
    font-size: 20px;
    margin: 12.37% 0 0;
  }
  .mainscreen__content {
    transform: translateY(0);
  }
  .mainscreen__content--title {
    font-size: 27px;
    margin: 77px 0 40px 0;
  }
  .mainscreen__content--item:nth-child(1)::after {
    width: 15px;
    height: 15px;
    left: 23%;
    top: 22px;
  }
  .mainscreen__content--item:nth-child(2)::after {
    width: 15px;
    height: 15px;
    left: 23%;
    top: 22px;
  }
  .mainscreen__content--item:nth-child(3)::after {
    width: 15px;
    height: 15px;
    left: 23%;
    top: 22px;
  }
  .mainscreen__content--item p {
    width: 201px;
    font-size: 15px;
    margin: 16px 0 1px;
  }
  .mainscreen__content--btn {
    margin: 38px 0 15px 0;
    width: 100%;
  }
  .mainscreen__content--btn a {
    padding: 20px;
    font-size: 16px;
    width: 100%;
    max-width: 200px;
  }
  .mainscreen__content--btn div {
    padding: 15px;
  }
}
@media (max-width: 600px) {
  .mainscreen__content .test1 .test-head {
    margin-bottom: 80px;
  }
  .mainscreen__content .test .top-image {
    top: 20px;
  }
  .mainscreen__content .test2 .top-image,
  .mainscreen__content .test3 .top-image {
    top: 100px;
  }
}
@media (max-width: 500px) {
  .mainscreen__content .test .test-head {
    margin-bottom: 70px;
  }
  .mainscreen__content .test2 .test-head,
  .mainscreen__content .test3 .test-head {
    margin-bottom: 100px;
  }
  .mainscreen__content .test1 .top-image {
    top: 40px;
  }
  .mainscreen .test-nav .item .text .name {
    font-size: 16px;
  }
  .mainscreen__content .test .test-head .big {
    font-size: 24px;
  }
  .mainscreen .red-block {
    height: 107px;
  }
  .mainscreen .red-block h1 {
    font-size: 31px;
  }
  .mainscreen .red-block p {
    font-size: 17px;
    margin: 21.37% 0 0;
  }
  .mainscreen__content--item:nth-child(1)::after {
    width: 12px;
    height: 12px;
    left: 18%;
    top: 22px;
  }
  .mainscreen__content--item:nth-child(2)::after {
    width: 12px;
    height: 12px;
    left: 18%;
    top: 22px;
  }
  .mainscreen__content--item:nth-child(3)::after {
    width: 12px;
    height: 12px;
    left: 18%;
    top: 22px;
  }
}
@media (max-width: 480px) {
  .mainscreen__content--btn a {
    font-size: 14px;
  }
  .mainscreen__content--btn div {
    padding: 15px 10px;
  }
}
@media (max-width: 400px) {
  .mainscreen__content .test .test-head .big {
    font-size: 22px;
  }
  .mainscreen .red-block {
    height: 107px;
  }
  .mainscreen .red-block h1 {
    font-size: 26px;
  }
  .mainscreen .red-block p {
    font-size: 16px;
    margin: 26.37% 0 0;
  }
  .mainscreen__content--title {
    font-size: 22px;
    margin: 77px 0 8px 0;
  }
  .mainscreen__content--item:nth-child(1)::after {
    width: 10px;
    height: 10px;
    left: 15%;
  }
  .mainscreen__content--item:nth-child(2)::after {
    width: 10px;
    height: 10px;
    left: 15%;
  }
  .mainscreen__content--item:nth-child(3)::after {
    width: 10px;
    height: 10px;
    left: 15%;
  }
}
@media (max-width: 350px) {
  .mainscreen .red-block {
    height: 107px;
  }
  .mainscreen .red-block h1 {
    font-size: 24px;
  }
  .mainscreen .red-block p {
    font-size: 16px;
    margin: 31.37% 0 0;
  }
  .mainscreen__content--item:nth-child(1)::after {
    left: 12%;
  }
  .mainscreen__content--item:nth-child(2)::after {
    left: 12%;
  }
  .mainscreen__content--item:nth-child(3)::after {
    left: 12%;
  }
}
.about-yourself {
  width: 100%;
  height: 738px;
  background-color: #fafafa;
}

.about-yourself__container {
  max-width: 1160px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}

.about-yourself__title {
  color: #363644;
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  margin: 91px auto 55px auto;
  width: 677px;
  text-align: center;
}

.about-yourself__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1200px) {
  .about-yourself__wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .about-yourself__wrapper {
    flex-direction: column;
    gap: 0;
  }
}
.about-yourself__item {
  width: calc(50% - 5px);
  padding: 35px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 104px -50px rgba(0, 0, 0, 0.15);
  transition: 0.1s;
}

.about-yourself__item:nth-child(1) {
  background: #0799f4;
}

.about-yourself__item:nth-child(1) .about-yourself__img {
  background: #0f88f8;
}

.about-yourself__item:nth-child(2) {
  background: #ff3850;
}

.about-yourself__item:nth-child(2) .about-yourself__img {
  background: #d73953;
}

.about-yourself__item:nth-child(3) {
  background: #53a979;
}

.about-yourself__item:nth-child(3) .about-yourself__img {
  background: #2f9a41;
}

.about-yourself__item:nth-child(4) {
  background: #c34fec;
}

.about-yourself__item:nth-child(4) .about-yourself__img {
  background: #a74dd9;
}

.about-yourself__img {
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50%;
}

.about-yourself__description {
  display: flex;
  flex-direction: column;
}

.about-yourself__description--title {
  margin: 0 0 12px 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 0.9;
}

.about-yourself__description--text {
  font-size: 14px;
  line-height: 1.1;
}

@media (max-width: 1024px) {
  .about-yourself {
    height: auto;
    padding: 0 0 75px 0;
  }
  .about-yourself__item {
    width: 100%;
    margin: 5px 0;
  }
}
@media (max-width: 767px) {
  .about-yourself__title {
    font-size: 28px;
    width: 100%;
    margin: 50px auto 55px auto;
  }
  .about-yourself__description--title {
    font-size: 22px;
  }
  .about-yourself__description--text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .about-yourself {
    padding: 0 0 30px 0;
  }
  .about-yourself__title {
    font-size: 22px;
    margin: 35px auto 25px auto;
  }
  .about-yourself__description--title {
    font-size: 20px;
    margin: 0 0 8px 0;
  }
  .about-yourself__description--text {
    font-size: 12px;
    line-height: 107%;
  }
}
.three-mind {
  width: 100%;
  overflow: hidden;
}

.types-mind {
  position: relative;
  width: 985px;
  margin: 0 auto;
  height: 1127px;
}

.types-mind__block {
  background: radial-gradient(61.11% 61.11% at 50% 35.03%, rgba(18, 156, 229, 0.24) 0%, rgba(15, 168, 246, 0) 48.44%), radial-gradient(61.11% 61.11% at 50% 35.03%, rgba(19, 157, 231, 0.15) 0%, rgba(15, 168, 247, 0) 100%);
}

.types-mind--title {
  color: #e6e6ee;
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  padding: 114px 0 13px 0;
  text-align: center;
}

.types-mind--description {
  color: #e6e6ee;
  opacity: 0.7;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  width: 927px;
  margin: 0 auto;
}

.types-mind--mask {
  position: absolute;
  top: 0;
  left: 0;
}

.types-mind--mask-one {
  top: 76px;
}

.types-mind--mask-two {
  top: 280px;
  right: 0;
  display: flex;
  justify-content: center;
}

.types-mind--mask-two img {
  width: 555px;
}

.types-mind--mask-btn {
  width: 55px;
  height: 55px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  cursor: pointer;
}

.types-mind--mask-btn:nth-child(2) {
  transform: translate(155px, 115px);
}

.types-mind--mask-btn:nth-child(3) {
  transform: translate(-83px, 32px);
}

.types-mind--mask-btn:nth-child(4) {
  transform: translate(-100px, 238px);
}

.types-mind--mask-btn:hover {
  background: rgba(17, 157, 230, 0.1);
}

/* .types-mind--mask-btn:hover .types-mind--mask-curcle {
  background: #119DE6;
} */
.types-mind--mask-btn:nth-child(2):hover .types-mind--mask-curcle {
  background: #119de6;
}

.types-mind--mask-btn:nth-child(3):hover .types-mind--mask-curcle {
  background: #00bc57;
}

.types-mind--mask-btn:nth-child(4):hover .types-mind--mask-curcle {
  background: #a245e7;
}

.types-mind--mask-btn.active .types-mind--mask-active {
  opacity: 1;
}

.fiolet {
  background: #a245e7;
  opacity: 0;
}

.blue {
  background: #0fa9f8;
  opacity: 0;
}

.green {
  background: #00bc57;
  opacity: 0;
}

.types-mind--mask-curcle {
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.types-mind--mask-active {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

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

.types-mind__item {
  width: 33%;
  padding: 35px 0 53px 0;
  border-radius: 10px;
}

.types-mind__item--title {
  text-align: left;
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
}

.types-mind__item--specification {
  width: 243px;
  display: flex;
  margin: 20px auto 0 0;
}

.types-mind__item .types-mind__img svg {
  fill: white;
}

.types-mind__img {
  margin: 0 20px 0 0;
  width: 100%;
  max-width: 31px;
}

.types-mind__img svg {
  fill: #0fa9f8;
}

.types-mind--text {
  font-size: 14px;
  line-height: 120%;
  color: #ffffff;
  opacity: 0.9;
}

@media (max-width: 1000px) {
  .types-mind {
    width: 100%;
    height: auto;
  }
  .types-mind--title {
    padding: 80px 0 13px 0;
  }
  .types-mind--description {
    width: 90%;
    padding: 0 0 34px 0;
  }
  .types-mind--mask-one {
    left: 0;
    width: 100%;
  }
  .types-mind__wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
  .types-mind__item {
    width: 44%;
    margin: 0 0 16px 0;
  }
  .types-mind__item:nth-child(1) {
    margin: 0 16px 16px 0;
  }
}
@media (max-width: 767px) {
  .types-mind--title {
    padding: 50px 0 13px 0;
    font-size: 34px;
  }
  .types-mind--description {
    font-size: 14px;
  }
  .types-mind--mask-two {
    top: 170px;
  }
  .types-mind--mask-two img {
    width: 90%;
  }
  .types-mind__item {
    width: 60%;
    display: none;
  }
  .types-mind__item.active {
    display: block;
  }
}
@media (max-width: 500px) {
  .types-mind--title {
    font-size: 28px;
  }
  .types-mind--description {
    font-size: 11px;
    width: 72%;
  }
  .types-mind__wrapper {
    margin: 259px 0 0;
  }
  .types-mind__item {
    width: 90%;
  }
  .types-mind__item:nth-child(1) {
    margin: 0 0 16px 0;
  }
  .types-mind--mask-btn:nth-child(2) {
    transform: translate(117px, 100px);
  }
  .types-mind--mask-btn:nth-child(3) {
    transform: translate(-39px, 14px);
  }
  .types-mind--mask-btn:nth-child(4) {
    transform: translate(-87px, 147px);
  }
}
@media (max-width: 400px) {
  .types-mind--title {
    font-size: 24px;
  }
  .types-mind--description {
    font-size: 10px;
    width: 78%;
  }
  .types-mind--mask-btn:nth-child(2) {
    transform: translate(102px, 90px);
  }
  .types-mind--mask-btn:nth-child(3) {
    transform: translate(-42px, 17px);
  }
  .types-mind--mask-btn:nth-child(4) {
    transform: translate(-80px, 123px);
  }
  .types-mind__item {
    padding: 20px 0 35px 0;
  }
  .types-mind__item--title {
    font-size: 23px;
  }
  .types-mind--text {
    font-size: 13px;
  }
}
@media (max-width: 350px) {
  .types-mind--mask-btn:nth-child(2) {
    transform: translate(82px, 66px);
  }
  .types-mind--mask-btn:nth-child(3) {
    transform: translate(-21px, 14px);
  }
  .types-mind--mask-btn:nth-child(4) {
    transform: translate(-68px, 94px);
  }
}
.more-yourself {
  position: relative;
}

.more-yourself--fon {
  background: url("/local/templates/copy/assets/img/mega_brain.png") no-repeat;
  mix-blend-mode: overlay;
  background-position: top center;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.more-yourself--fon2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10.42%, #ffffff 100%), url("/local/templates/copy/assets/img/mega_brain.png") no-repeat;
  background-blend-mode: screen, normal;
  background-position: top center;
  mix-blend-mode: darken;
  opacity: 0.5;
}

.more-yourself__container {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.more-yourself__block1--title {
  font-weight: 600;
  font-size: 54px;
  line-height: 100%;
  text-align: center;
  padding: 60px 0 88px 0;
  color: #ffffff;
}

.more-yourself__block1--wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.more-yourself__block1--item {
  width: 32%;
  padding: 63px 0 60px 36px;
  background: #ffffff;
  box-shadow: 0 4px 104px -50px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 0 1.7% 16px 0;
}

.more-yourself__block1--item:nth-child(3) {
  margin: 0 0 16px 0;
}

.more-yourself__block1--img {
  margin: 0 0 25px 0;
}

.more-yourself__block1--description {
  font-size: 21px;
  line-height: 22px;
  color: #000000;
}

.more-yourself__block1--description span {
  font-weight: 600;
  color: #0fa9f8;
}

@media (max-width: 1000px) {
  .more-yourself__block1--item {
    width: 68%;
    margin: 0 0 16px 0;
  }
}
@media (max-width: 767px) {
  .more-yourself__block1--title {
    font-size: 34px;
    padding: 36px 0 44px 0;
  }
  .more-yourself__block1--item {
    padding: 33px 0 41px 36px;
  }
  .more-yourself__block1--img {
    margin: 0 0 15px 0;
  }
  .more-yourself__block1--description {
    font-size: 17px;
    line-height: 19px;
  }
}
@media (max-width: 500px) {
  .more-yourself__block1--title {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .more-yourself__block1--item {
    padding: 33px 0 41px 18px;
  }
  .more-yourself__block1--img {
    margin: 0 0 15px 9px;
  }
  .more-yourself__block1--description {
    font-size: 14px;
    line-height: 17px;
  }
}
.more-yourself__block2--title {
  font-size: 54px;
  line-height: 100%;
  text-align: center;
  margin: 120px 0 0;
  color: #f7f7f7;
}

.more-yourself__block2--title span {
  color: #ff3850;
}

.more-yourself__block2--wrapper {
  display: flex;
  width: 100%;
  position: relative;
  margin: 322px 0 0 0;
}

.more-yourself__block2--wrapper img {
  position: absolute;
  top: -263px;
  display: flex;
  left: 0;
  z-index: -1;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.more-yourself__block2--item {
  z-index: 2;
  width: 50%;
  box-shadow: 0px 4px 104px -50px rgba(0, 0, 0, 0.15);
  padding: 15px 0;
  display: flex;
}

.more-yourself__block2--item:nth-child(2) {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  background: #0fa9f8;
}

.more-yourself__block2--item:nth-child(2) .item__left {
  padding: 0 0 0 41px;
  display: flex;
  flex-direction: column;
}

.more-yourself__block2--item:nth-child(2) .item__left .item__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 88.97%;
  color: #ffffff;
  padding: 29px 0 0;
}

.more-yourself__block2--item:nth-child(2) .item__left .item__text {
  font-size: 14px;
  line-height: 113%;
  color: #ffffff;
  margin: 14px 0 16px;
}

.more-yourself__block2--item:nth-child(2) .item__left .item__btn {
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 16px 0;
  width: 243px;
}

.more-yourself__block2--item:nth-child(2) .item__right {
  padding: 0 0 0 57px;
}

.more-yourself__block2--item:nth-child(2) .item__right .item__curcle {
  width: 167px;
  height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(0, 148, 224, 0.4);
}

.more-yourself__block2--item:nth-child(2) .item__right .item__curcle2 {
  width: 107px;
  height: 107px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #0094e0;
}

.more-yourself__block2--item:nth-child(2) .item__right .item__curcle2--text {
  font-weight: 600;
  font-size: 31px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}

.more-yourself__block2--item:nth-child(2) .item__right .item__curcle2--text-old-price {
  opacity: 0.35;
  font-size: 20px;
  line-height: 26px;
}

.more-yourself__block2--item:nth-child(3) {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  background: #f0f0f0;
}

.more-yourself__block2--item:nth-child(3) .item__left {
  padding: 0 0 0 41px;
  display: flex;
  flex-direction: column;
}

.more-yourself__block2--item:nth-child(3) .item__left .item__title {
  font-weight: 600;
  font-size: 29px;
  line-height: 88.97%;
  color: #25252e;
  padding: 29px 0 0;
}

.more-yourself__block2--item:nth-child(3) .item__left .item__text {
  font-size: 14px;
  line-height: 113%;
  margin: 13px 0 15px;
  color: #25252e;
}

.more-yourself__block2--item:nth-child(3) .item__left .item__btn {
  display: block;
  color: #f6f6f6;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  background: #59c34c;
  border-radius: 5px;
  padding: 16px 0;
  width: 260px;
  display: flex;
  align-items: center;
}

.more-yourself__block2--item:nth-child(3) .item__left .item__btn svg {
  margin: 0 39px 0 20px;
}

.more-yourself__block2--item:nth-child(3) .item__right {
  padding: 0 0 0 57px;
}

.more-yourself__block2--item:nth-child(3) .item__right .item__curcle {
  width: 167px;
  height: 167px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
}

.more-yourself__block2--item:nth-child(3) .item__right .item__curcle2 {
  width: 107px;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
}

.more-yourself__block2--item:nth-child(3) .item__right .item__curcle2--text {
  font-weight: 600;
  font-size: 31px;
  line-height: 40px;
  text-align: center;
  color: #000000;
}

@media (max-width: 1100px) {
  .more-yourself__block2 .more-yourself__block2--item:nth-child(2),
  .more-yourself__block2 .more-yourself__block2--item:nth-child(3) {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: 100%;
    justify-content: space-around;
  }
  .more-yourself__block2--title {
    font-size: 44px;
  }
  .more-yourself__block2--wrapper {
    flex-direction: column;
  }
}
@media (max-width: 830px) {
  .more-yourself__block2--wrapper img {
    top: -245px;
  }
}
@media (max-width: 767px) {
  .more-yourself__block2--title {
    font-size: 28px;
    margin: 80px 0 0;
  }
  .more-yourself__block2--wrapper {
    margin: 258px 0 0 0;
  }
  .more-yourself__block2--wrapper > img {
    width: 100%;
    top: 0;
    transform: translateY(-92%);
  }
  .more-yourself__block2--item:nth-child(2) .item__left {
    padding: 0;
  }
  .more-yourself__block2--item:nth-child(2) .item__left .item__title {
    font-size: 25px;
  }
  .more-yourself__block2--item:nth-child(2) .item__left .item__text {
    font-size: 12px;
  }
  .more-yourself__block2--item:nth-child(2) .item__left .item__btn {
    font-size: 14px;
    width: 214px;
    padding: 11px 0;
  }
  .more-yourself__block2--item:nth-child(2) .item__right {
    padding: 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__left {
    padding: 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__title {
    font-size: 25px;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__text {
    font-size: 12px;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__btn {
    font-size: 14px;
    width: 214px;
    padding: 11px 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__btn svg {
    margin: 0 16px 0 20px;
  }
  .more-yourself__block2--item:nth-child(3) .item__right {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .more-yourself__block2--title {
    font-size: 28px;
  }
  .more-yourself__block2--title span {
    display: block;
    margin: 10px 0 0;
  }
  .more-yourself__block2--wrapper {
    margin: 175px 0 0 0;
  }
  .more-yourself__block2--item:nth-child(2) .item__right {
    padding: 25px 0 0 0;
  }
  .more-yourself__block2--item:nth-child(2) .item__right .item__curcle {
    width: 100px;
    height: 100px;
  }
  .more-yourself__block2--item:nth-child(2) .item__right .item__curcle2 {
    width: 70px;
    height: 70px;
  }
  .more-yourself__block2--item:nth-child(2) .item__right .item__curcle2--text {
    font-size: 24px;
  }
  .more-yourself__block2--item:nth-child(2) .item__right .item__curcle2--text-old-price {
    font-size: 14px;
    line-height: 12px;
  }
  .more-yourself__block2--item:nth-child(3) .item__right {
    padding: 25px 0 0 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__right .item__curcle {
    width: 100px;
    height: 100px;
  }
  .more-yourself__block2--item:nth-child(3) .item__right .item__curcle2 {
    width: 70px;
    height: 70px;
  }
  .more-yourself__block2--item:nth-child(3) .item__right .item__curcle2--text {
    font-size: 24px;
  }
}
@media (max-width: 400px) {
  .more-yourself__block2--item:nth-child(2) .item__left .item__title {
    font-size: 22px;
    padding: 14px 0 0;
  }
  .more-yourself__block2--item:nth-child(2) .item__left .item__text {
    font-size: 10px;
  }
  .more-yourself__block2--item:nth-child(2) .item__left .item__btn {
    font-size: 14px;
    width: 178px;
    padding: 9px 0;
  }
  .more-yourself__block2--item:nth-child(2) .item__right {
    padding: 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__title {
    font-size: 22px;
    padding: 14px 0 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__text {
    font-size: 11px;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__btn {
    font-size: 14px;
    width: 178px;
    padding: 9px 0;
  }
  .more-yourself__block2--item:nth-child(3) .item__left .item__btn svg {
    margin: 0 16px 0 12px;
  }
  .more-yourself__block2--item:nth-child(3) .item__right {
    padding: 0;
  }
}
.more-yourself__block3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.more-yourself__block3--item {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}

.more-yourself__block3--title {
  margin: 30px 0 20px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #f7f7f7;
}

.more-yourself__block3--text {
  font-size: 16px;
  line-height: 130%;
  color: #f7f7f7;
  opacity: 0.7;
}

@media (max-width: 1100px) {
  .more-yourself__block3 {
    width: 100%;
    flex-direction: column;
    margin: 20px auto 40px auto;
  }
  .more-yourself__block3--item {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .more-yourself__block3--img {
    position: absolute;
    top: 37px;
    left: 0;
  }
  .more-yourself__block3--title {
    margin: 30px 0 20px 65px;
  }
  .more-yourself__block3--text {
    margin: 0 0 0 65px;
  }
}
@media (max-width: 500px) {
  .more-yourself__block3--text {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .more-yourself__block3 {
    margin: 22px auto 44px;
  }
  .more-yourself__block3--img {
    top: 18px;
    left: 15px;
  }
  .more-yourself__block3--title {
    font-size: 20px;
    margin: 20px 0 10px 80px;
  }
  .more-yourself__block3--text {
    margin: 0 0 10px 80px;
    width: 67%;
    font-size: 12px;
  }
}
@media (max-width: 1000px) {
  .more-yourself {
    height: auto;
  }
}
.more-yourself__block2--item:nth-child(2) .item__left .item__btn:hover {
  background: #d8e3e9;
}

.more-yourself__block2--item:nth-child(3) .item__left .item__btn:hover {
  background: #4f8f47;
}

.mainscreen__content--btn a:hover {
  background: #0d75ab;
}

.g-hidden {
  opacity: 0;
  pointer-events: none;
}

/*# sourceMappingURL=style.css.map */