.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;
  position: relative;
  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: 100%;
  max-width: 700px;
}
.hero__screen .hero__row .right .absolute-img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.complecs__screen .complecs__title {
  padding-bottom: 60px;
}
.complecs__screen .complecs__title h2 {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 50px;
  line-height: 60px;
}
.complecs__screen .complecs__row {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
}
.complecs__screen .complecs__row .left img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
.complecs__screen .complecs__row .right {
  border-radius: 20px;
  background: #F7F7F8;
  border: 1px solid #F1F1F3;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.complecs__screen .complecs__row .right .right-group {
  background: #fff;
  border: 1px solid #F1F1F3;
  padding: 50px;
  border-radius: 20px;
}
.complecs__screen .complecs__row .right .right-group h3 {
  font-family: "1plus1_Medium", sans-serif;
  font-size: 28px;
  line-height: 38px;
  padding-bottom: 30px;
}
.complecs__screen .complecs__row .right 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;
  justify-content: center;
}
.complecs__screen .complecs__row .right button span {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #FFE150;
  border-radius: 5px;
}
.complecs__screen .complecs__row .right button span svg {
  display: block;
}
.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;
}
.page02__services .page02__services__title {
  padding-bottom: 60px;
}
.page02__services .page02__services__title h2 {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 50px;
  line-height: 60px;
}
.page02__services .owl-dots {
  width: 100%;
  justify-content: center;
  bottom: -100px;
  max-width: 380px;
  position: absolute;
  gap: 5px;
  display: flex;
  align-items: center;
}
.page02__services .owl-dots button {
  border-radius: 10px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1) !important;
}
.page02__services .owl-dots button.active {
  background: #FFE150 !important;
  width: 20px;
}
.page02__services .page02__services__slider .page02__services__carousel {
  background: #FCFCFD;
  border-radius: 20px;
  border: 2px solid #F4F4F4;
}
.page02__services .page02__services__slider .page02__services__carousel .owl-item .item {
  border-right: 2px solid #F4F4F4;
  height: 350px;
}
.page02__services .page02__services__slider .page02__services__carousel .owl-item .item .link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 60px 30px;
}
.page02__services .page02__services__slider .page02__services__carousel .owl-item .item .link img {
  max-height: 140px;
  height: 100%;
  object-fit: contain;
  display: block;
}
.page02__services .page02__services__slider .page02__services__carousel .owl-item .item .link span {
  text-align: center;
  color: #4C4C4D;
  font-family: "1plus1_Medium", sans-serif;
  text-transform: uppercase;
}
.page02__services .page02__services__slider .page02__services__carousel .owl-item:last-child .item {
  border-right: none;
}
.page02__services .page02__services__slider .page02__services__slider__navigation .navigation__section {
  margin-top: 60px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  position: relative;
}
.page02__services .page02__services__slider .page02__services__slider__navigation .navigation__section button {
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
}
.page02__services .page02__services__slider .page02__services__slider__navigation .navigation__section button.arrow-prev {
  z-index: 10;
  position: relative;
  background: #FFE150;
  border: 1px solid #FFE150;
}
.page02__services .page02__services__slider .page02__services__slider__navigation .navigation__section button.arrow-prev svg {
  display: block;
  margin: 0 auto;
}
.page02__services .page02__services__slider .page02__services__slider__navigation .navigation__section button.arrow-next {
  z-index: 10;
  position: relative;
}
.page02__services .page02__services__slider .page02__services__slider__navigation .navigation__section button.arrow-next svg {
  transform: rotate(180deg);
  display: block;
  margin: 0 auto;
}
.gallery__screen .owl-dots {
  width: 100%;
  justify-content: center;
  bottom: -100px;
  max-width: 380px;
  position: absolute;
  gap: 5px;
  display: flex;
  align-items: center;
}
.gallery__screen .owl-dots button {
  border-radius: 10px;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.1) !important;
}
.gallery__screen .owl-dots button.active {
  background: #FFE150 !important;
  width: 20px;
}
.gallery__screen .gallery__slider__navigation .navigation__section {
  margin-top: 60px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 10;
  position: relative;
}
.gallery__screen .gallery__slider__navigation .navigation__section button {
  width: 65px;
  height: 65px;
  background: transparent;
  border: 1px solid #CBCBCB;
  border-radius: 6px;
}
.gallery__screen .gallery__slider__navigation .navigation__section button.arrow-prev {
  z-index: 10;
  position: relative;
  background: #FFE150;
  border: 1px solid #FFE150;
}
.gallery__screen .gallery__slider__navigation .navigation__section button.arrow-prev svg {
  display: block;
  margin: 0 auto;
}
.gallery__screen .gallery__slider__navigation .navigation__section button.arrow-next {
  z-index: 10;
  position: relative;
}
.gallery__screen .gallery__slider__navigation .navigation__section button.arrow-next svg {
  transform: rotate(180deg);
  display: block;
  margin: 0 auto;
}
.gallery__screen .gallery__title {
  padding-bottom: 60px;
}
.gallery__screen .gallery__title h2 {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 50px;
  line-height: 60px;
}
.gallery__screen .gallery__slider__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.gallery__screen .gallery__slider__row .gallery__slider__left .item img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
.gallery__screen .gallery__slider__row .gallery__slider__right {
  background: #F7F7F8;
  border: 2px solid #F1F1F3;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul {
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul ul {
  padding: 20px 0px;
  border-top: 1px solid #F1F1F3;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul 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;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul ul li:first-child svg {
  display: block;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul ul li:last-child span.name {
  font-family: "1plus1_Regular", sans-serif;
  display: block;
  font-size: 13px;
  color: #D6BD43;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul ul li:last-child span.desc {
  color: #333333;
  font-family: "1plus1_Regular", sans-serif;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .gallery__slider__right__ul ul:last-child {
  border-bottom: 1px solid #F1F1F3;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .right-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .right-group p {
  font-family: "1plus1_Bold", sans-serif;
  font-size: 18px;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .right-group 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;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .right-group button span {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background: #FFE150;
  border-radius: 5px;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .right-group button span svg {
  display: block;
}
.advantages__group__page02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
}
.complecs__screen .complecs__row .right button {
  margin-top: 30px;
}
.complecs__screen .complecs__row .left img {
  height: 100%;
}
.gallery__screen .gallery__slider__row .gallery__slider__left .item {
  height: 100%;
}
.gallery__screen .gallery__slider__row .gallery__slider__right .right-group {
  margin-top: 25px;
}
.gallery__screen .gallery__slider__row .gallery__slider__left .item img {
  max-height: 700px;
}
