.hero__screen .hero__row {
  border-radius: 10px;
  background-color: #F4D648;
  background-image: url("../../../img/page01/bg01.svg");
  background-size: 80%;
  background-position: center center;
  overflow: hidden;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0px;
  align-items: center;
}
.hero__screen .hero__row .left {
  padding: 80px;
}
.hero__screen .hero__row .left .title__group {
  position: relative;
}
.hero__screen .hero__row .left .title__group h1 {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 54px;
  line-height: 64px;
}
.hero__screen .hero__row .left .title__group p {
  text-align: right;
  position: absolute;
  font-family: "1plus1_Medium", sans-serif;
  font-size: 20px;
  max-width: 280px;
  bottom: -25px;
  right: 60px;
}
.hero__screen .hero__row .left .advantages__group {
  padding: 60px 0px;
}
.hero__screen .hero__row .left .advantages__group .title {
  font-family: "1plus1_Medium", sans-serif;
  font-size: 40px;
}
.hero__screen .hero__row .left .advantages__group .descr {
  font-family: "1plus1_Medium", sans-serif;
  font-size: 18px;
  max-width: 260px;
}
.hero__screen .hero__row .left .callback__group button {
  font-family: "1plus1_Medium", sans-serif;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
  background: #191919;
  border: none;
  display: flex;
  color: #FFE150;
  align-items: center;
  gap: 20px;
}
.hero__screen .hero__row .left .callback__group button img {
  display: block;
  width: 40px;
}
.hero__screen .hero__row .right img {
  display: block;
  width: 150%;
  transform: translateX(-200px);
margin-bottom: -120px;
}
.category__screen .category__title {
  padding-bottom: 0px;
}
.category__screen .category__title h2 {
  font-size: 50px;
  font-family: "1plus1_Bold", sans-serif;
  line-height: 65px;
}
.category__screen .category__row .category__row__tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}
.category__screen .category__row .category__row__tabs button {
  padding: 10px 10px 10px 30px;
  border: 1px solid #EEEEEE;
  background: transparent;
  font-family: "1plus1_Medium", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 5px;
}
.category__screen .category__row .category__row__tabs button .arrow {
  width: 45px;
  height: 45px;
  background: #F7F7F7;
  border: 1px solid #F1F1F3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.category__screen .category__row .category__row__tabs button .arrow svg {
  display: block;
}
.category__screen .category__row .category__row__tabs button.active {
  background: #FFE150;
}
.category__screen .category__row .category__row__tabs button.active .arrow {
  background: #F4D648;
  border: 1px solid #F4D648;
}
.category__screen .category__row .category__row__tabs button.active .arrow svg {
  transform: rotate(90deg);
}
.category__screen .category__row .category__row__tabs button.active .arrow svg path {
  stroke: #1A1A1A;
}
.category__screen .category__tabs__section {
  margin-top: 50px;
  overflow: hidden;
  width: calc(((100vw - 1380px)/ 2) + 1380px);
  margin-left: auto;
}
.category__screen .category__tabs__section .category__row__tabs__content {
  margin-left: -200px;
  width: calc(100% + 200px);
}
.category__screen .category__tabs__section .category__row__tabs__content .item {
  background: #F8F8F8;
  border: 1px solid #F1F1F3;
  padding: 20px;
  position: relative;
  border-radius: 6px;
}
.category__screen .category__tabs__section .category__row__tabs__content .item .item-image {
  padding: 35px;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  opacity: 0.1;
  z-index: 1;
}
.category__screen .category__tabs__section .category__row__tabs__content .item .main-block {
  background: #fff;
  padding: 100px 10px 30px 10px;
  border-radius: 6px;
}
.category__screen .category__tabs__section .category__row__tabs__content .item .main-block img {
  position: relative;
  z-index: 2;
}
.category__screen .category__tabs__section .category__row__tabs__content .item a.link {
  color: #1A1A1A;
  font-size: 15px;
  text-align: center;
  display: block;
  padding-top: 20px;
  text-transform: uppercase;
  font-family: "1plus1_Medium", sans-serif;
}
.category__screen .category__tabs__section .category__row__tabs__content .item:hover {
  background: #FFE150;
  border: 1px solid #FFE150;
}
.category__screen .category__tabs__section .category__row__tabs__content .item:hover .main-block {
  background: #F4D648;
}
.category__screen .category__tabs__section .category__row__tabs__content .item:hover .item-image {
  filter: invert(1);
  opacity: 1;
}
.category__screen .category__row__slider__navigation {
  margin-top: 50px;
  overflow: hidden;
  width: calc(((100vw - 1380px)/ 2) + 1380px);
  margin-left: auto;
}
.category__screen .category__row__slider__navigation .navigation__section {
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  position: relative;
}
.category__screen .category__row__slider__navigation .navigation__section button {
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
}
.category__screen .category__row__slider__navigation .navigation__section button.arrow-prev {
  z-index: 10;
  position: relative;
  background: #FFE150;
  border: 1px solid #FFE150;
}
.category__screen .category__row__slider__navigation .navigation__section button.arrow-prev svg {
  display: block;
  margin: 0 auto;
}
.category__screen .category__row__slider__navigation .navigation__section button.arrow-next {
  z-index: 10;
  position: relative;
}
.category__screen .category__row__slider__navigation .navigation__section button.arrow-next svg {
  transform: rotate(180deg);
  display: block;
  margin: 0 auto;
}
.category__screen .owl-dots {
  width: 100%;
  justify-content: center;
  bottom: -90px;
  max-width: 380px;
  position: absolute;
  left: 200px;
  gap: 5px;
  display: flex;
  align-items: center;
}
.category__screen .owl-dots button {
  border-radius: 10px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1) !important;
}
.category__screen .owl-dots button.active {
  background: #FFE150 !important;
  width: 20px;
}
.auto__screen .auto__title {
  border-top: 1px solid #F4F4F4;
  padding-top: 30px;
  padding-bottom: 60px;
}
.auto__screen .auto__title h2 {
  color: #1A1A1A;
  font-size: 50px;
  font-family: "1plus1_Bold", sans-serif;
  line-height: 65px;
}
.auto__screen .auto__row {
  width: 100%;
  border-radius: 15px;
  background: #F8F8F8;
  border: 1px solid #F4F4F4;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.auto__screen .auto__row .left img {
  display: block;
  border-radius: 15px;
  width: 100%;
}
.auto__screen .auto__row .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.auto__screen .auto__row .right .right-top p.name {
  color: #333333;
  text-transform: uppercase;
  font-family: "1plus1_Bold", sans-serif;
  font-size: 32px;
  padding-bottom: 30px;
}
.auto__screen .auto__row .right .right-top .content p {
  padding-bottom: 30px;
}
.auto__screen .auto__row .right .right-top .content p b {
  color: #333333;
  font-family: "1plus1_Bold", sans-serif;
  font-size: 20px;
}
.auto__screen .auto__row .right .right-top .content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.auto__screen .auto__row .right .right-top .content ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  position: relative;
  color: #333333;
}
.auto__screen .auto__row .right .right-top .content ul li:before {
  content: "+";
  display: flex;
}
.auto__screen .auto__row .right .right-bot button {
  background: #191919;
  border: none;
  gap: 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-family: "1plus1_Medium", sans-serif;
  padding: 10px 10px 10px 30px;
  color: #FFE150;
}
.auto__screen .auto__row .right .right-bot button span {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #FFE150;
  border-radius: 5px;
}
.auto__screen .auto__row .right .right-bot button span svg {
  display: block;
}
.services__screen .services__title {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 50px;
}
.services__screen .services__title h2 {
  color: #1A1A1A;
  font-size: 50px;
  font-family: "1plus1_Bold", sans-serif;
  line-height: 65px;
}
.services__screen .services__title p {
  font-family: "1plus1_Regular", sans-serif;
  color: #333333;
  text-align: right;
  font-size: 20px;
  display: flex;
  align-items: center;
}
.services__screen .services__row {
  margin-top: 60px;
  border-radius: 20px;
  border: 2px solid #F4F4F4;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
}
.services__screen .services__row .column a {
  border-right: 2px solid #F4F4F4;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
.services__screen .services__row .column img {
  display: block;
  border-radius: 15px;
  margin: 0 auto;
}
.services__screen .services__row .column p {
  font-family: "1plus1_Bold", sans-serif;
  height: 54px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #4C4C4D;
}
.services__screen .services__row .column:last-child a {
  border-right: 0px solid #F4F4F4;
}
.advantages__screen .advantages__title {
  border-top: 1px solid #F4F4F4;
  padding-top: 30px;
  padding-bottom: 60px;
}
.advantages__screen .advantages__title h2 {
  color: #1A1A1A;
  font-size: 50px;
  font-family: "1plus1_Bold", sans-serif;
  line-height: 65px;
}
.advantages__screen .advantages__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.advantages__screen .advantages__row .left img {
  display: block;
  width: 100%;
  border-radius: 20px;
  max-height: 100%;
  object-fit: cover;
  border: 10px solid #F7F7F8;
}
.advantages__screen .advantages__row .right {
  border-radius: 20px;
  background: #F7F7F8;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
}
.advantages__screen .advantages__row .right .right-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.advantages__screen .advantages__row .right .right-group p {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 25px;
}
.advantages__screen .advantages__row .right .right-group a {
  background: #191919;
  border: none;
  gap: 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-family: "1plus1_Medium", sans-serif;
  padding: 10px 10px 10px 30px;
  color: #FFE150;
}
.advantages__screen .advantages__row .right .right-group a span {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #FFE150;
  border-radius: 5px;
}
.advantages__screen .advantages__row .right .right-group a span svg {
  display: block;
}
.advantages__screen .advantages__row .right .right-ul-group {
  background: #FFFFFF;
  border: 1px solid #F1F1F3;
  border-radius: 20px;
  padding: 50px 50px;
}
.advantages__screen .advantages__row .right .right-ul-group ul:last-child {
  border-bottom: 1px solid #F1F1F3;
}
.advantages__screen .advantages__row .right .right-ul-group ul {
  padding: 40px 0px;
  border-top: 1px solid #F1F1F3;
  display: flex;
  list-style: none;
  gap: 20px;
}
.advantages__screen .advantages__row .right .right-ul-group ul li:first-child {
  background: #FFE150;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  font-family: "1plus1_Medium", sans-serif;
  border-radius: 5px;
}
.advantages__screen .advantages__row .right .right-ul-group ul li:last-child span.title {
  font-family: "1plus1_Medium", sans-serif;
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
}
.advantages__screen .advantages__row .right .right-ul-group ul li:last-child span.desc {
  color: #333333;
  font-family: "1plus1_Regular", sans-serif;
}
.partner__section .partner__title {
  padding-bottom: 40px;
}
.partner__section .partner__title h2 {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 57px;
  text-align: left;
}
.partner__section .partner__row {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 60px;
}
.partner__section .partner__row .right {
  position: relative;
}
.partner__section .partner__row .right img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.partner__section .partner__row .right .absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
}
.partner__section .partner__row .right .absolute img {
  display: block;
  width: 100%;
  padding: 50px;
}
.partner__section .partner__row .right .right-main_img {
  object-fit: cover;
  height: 100%;
}
.partner__section .partner__row .left {
  border-radius: 20px;
  background: #F7F7F8;
  padding: 50px;
}
.partner__section .partner__row .left .left-content {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #F1F1F3;
  padding: 50px;
}
.partner__section .partner__row .left .left-content p.name {
  font-family: "1plus1_Medium", sans-serif;
  color: #333333;
  padding-bottom: 10px;
  font-size: 24px;
}
.partner__section .partner__row .left .left-content .content {
  border-bottom: 2px solid #FFE150;
  padding-bottom: 30px;
}
.partner__section .partner__row .left .left-content .content p {
  color: #333333;
  font-size: 15px;
}
.callback__screen .callback__row {
  padding: 100px 150px;
  background-color: #F4D648;
  border-radius: 10px;
  background-image: url(../../../img/page01/callback.svg);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center center;
}
.callback__screen .callback__row h2 {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 50px;
  line-height: 60px;
}
.callback__screen .callback__row p {
  font-size: 20px;
  color: #1A1A1A;
  font-family: "1plus1_Bold", sans-serif;
  padding-top: 60px;
}
.callback__screen .callback__row .callback__form {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  align-items: flex-end;
}
.callback__screen .callback__row .callback__form .input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.callback__screen .callback__row .callback__form .input label {
  font-size: 15px;
}
.callback__screen .callback__row .callback__form .input input {
  height: 55px;
  padding-left: 20px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.5);
  font-size: 15px;
}
.callback__screen .callback__row .callback__form .input ::placeholder {
  color: #000;
}
.callback__screen .callback__row .callback__form .input input:active, .callback__screen .callback__row .callback__form .input input:focus {
  border: 1px solid black;
  box-shadow: none;
  outline: none;
}
.callback__screen .callback__row .callback__form button[type="submit"] {
  background: #191919;
  border: none;
  gap: 20px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-family: "1plus1_Medium", sans-serif;
  padding: 10px 10px 10px 30px;
  color: #FFE150;
  justify-content: center;
}
.callback__screen .callback__row .callback__form button[type="submit"] span {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #FFE150;
  border-radius: 5px;
}
.callback__screen .callback__row .callback__form button[type="submit"] span svg {
  display: block;
}
.advantages__screen .advantages__row .left img {
  height: 100%;
}
