@charset "UTF-8";
/* Указываем box sizing */
@import url("https://fonts.googleapis.com/css2?family=Cormorant&family=Lato:wght@300;400;700&family=Raleway:wght@300&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-variant-numeric: lining-nums proportional-nums;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Neutral-Normal";
  src: url(/wp-content/themes/prorab/fonts/NeutralFace.otf);
}
@font-face {
  font-family: "Neutral-Bold";
  src: url(/wp-content/themes/prorab/fonts/NeutralFace-Bold.otf);
}
.header {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 80px;
  position: relative;
}
.header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px; /* Adjust the width of the line */
  height: 100%;
  background-color: #478ACD; /* Color of the line */
}
.forheader .header {
	white-space: nowrap;
}
/**************************************************************************************************************/
.header__burger {
  padding-left: 18%;
  padding-right: 18%;
  height: 95px;
  width: 100%;
  background-color: #2A2C2E;
  color: #F9F9FA;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header__burger .header__number {
  font-variant-numeric: lining-nums proportional-nums;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.8px;
}
.header__number a {
	color: #fff;
	text-decoration: none;
}
.header__burger .header__schedule {
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.56px;
  opacity: 0.8;
}

.header__links {
  display: flex;
}
.header__links .links {
  height: 44px;
  width: 44px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burger-menu_button {
  position: relative !important;
  display: block;
  z-index: 30;
  top: auto !important;
  right: auto !important;
  width: 50px;
  height: 44px;
  transition: 0.4s;
}

.burger-menu_lines::after,
.burger-menu_lines::before {
  position: absolute;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: white;
  transition: 0.4s;
}

.burger-menu_lines {
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: #478ACD;
  transition: 0.4s;
}

.burger-menu_lines {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.burger-menu_lines::before {
  content: "";
  top: -12px;
}

.burger-menu_lines::after {
  content: "";
  top: 12px;
}

.burger-menu_active .burger-menu_lines {
  position: static;
  right: 50px;
  background-color: transparent;
}

.burger-menu_active .burger-menu_lines::before {
  top: 15px;
  right: 30px;
  transform: rotate(45deg);
  background-color: #595C60;
  height: 4px;
  width: 45px;
}

.burger-menu_active .burger-menu_lines::after {
  top: 15px;
  right: 30px;
  transform: rotate(-45deg);
  background-color: #6D7175;
  height: 4px;
  width: 45px;
}

.burger-menu_nav {
  box-shadow: -8px 0 10px -8px black;
  padding-top: 80px;
  position: fixed;
  top: 0;
  z-index: 20;
  display: flex;
  flex-flow: column;
  height: 100%;
  background-color: #2A2C2E;
  overflow-y: auto;
  right: -100%;
  transition: 0.8s;
  width: 310px;
}

.burger-menu_active .burger-menu_nav {
  right: 0;
  transition: 0.4s;
}

.burger-menu_link {
  margin-left: 30px;
  margin-right: 30px;
  text-align: right;
  padding: 18px 0;
  font-size: 14px;
  font-weight: 400;
  color: #F9F9FA;
  border-bottom: 1px solid #fff;
  opacity: 0.6;
  text-decoration: none;
}

.burger-menu_link:hover {
  filter: brightness(0.9);
}

.burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu_active .burger-menu_overlay {
  display: block;
}

.burger-menu_contacts {
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 80px;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}
.burger-menu_contacts a {
	color: #fff;
	text-decoration: none;
}
.number {
  margin-bottom: 15px;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 300;
}

.email {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 15px;
}

.header__links.burger-active {
  margin-bottom: 80px;
}

a.icon {
  display: none;
}

/*КНОПКА*/
.footer__links .interior__button {
	margin-bottom: 30px;
}


.interior__button a.blue, button[type="submit"].blue {
  cursor: pointer;
  display: block; /* Ensure the anchor tag takes the full width and height */
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #478ACD;
  text-decoration: none;
  color: #F9F9FA;
  font-family: Raleway;
  font-size: 19px;
  font-style: 300;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 58px;
  white-space: nowrap;
  border: none;
}
.interior__button a.blue:hover, button[type="submit"].blue:hover {
  background-color: #68A7E5;
}
.interior__button a.blue:active, button[type="submit"].blue:active {
  background-color: #91BEEA;
}
.interior__button a.blue:disabled, button[type="submit"].blue:disabled {
  background-color: #A0ACB7;
}

/*АДАПТИВ*********************************************************/
@media only screen and (max-width: 1200px) {
  .header__burger {
    display: flex;
    padding: 20px;
    justify-content: centerx;
  }
  .burger-menu_button {
    right: 60px !important;
    padding: 0;
  }
  .burger-menu_nav {
    width: 100%;
    top: 70px;
  }
  .burger-menu_button {
    right: 30px;
  }
  .interior__button.width {
    width: 100%;
  }
  .interior__button.width a.icon {
    display: block !important;
  }
  .burger-menu_contacts {
    margin: 0;
  }
  .burger-menu_lines {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .burger-menu_lines::before {
    content: "";
    top: -12px;
  }
  .burger-menu_lines::after {
    content: "";
    top: 12px;
  }
  .burger-menu_active .burger-menu_lines {
    position: absolute !important;
    bottom: 0;
    right: 50px !important;
    background-color: #478ACD !important;
    height: 2.5px;
    width: 45px;
  }
  .burger-menu_active .burger-menu_lines::before {
    top: -10px;
    right: 0;
    transform: none !important;
    background-color: #478ACD;
    height: 2.5px;
    width: 30px;
  }
  .burger-menu_active .burger-menu_lines::after {
    top: 10px;
    right: 0;
    transform: none !important;
    background-color: #478ACD;
    height: 2.5px;
    width: 30px;
  }
  .burger-menu_active .burger-menu_button {
    position: fixed;
    top: 93.9%;
    right: 15px;
  }
}
@media only screen and (max-width: 1170px) {
  .header__burger {
    display: flex;
    padding: 20px;
  }
  .burger-menu_button {
    padding: 0;
    right: 10px !important;
  }
  .burger-menu_nav {
    width: 100%;
    top: 70px;
    box-shadow: none !important;
  }
  .interior__button.width {
    width: 100%;
    background-color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    padding: 0 60px;
  }
  .interior__button.width a.blue.none {
    display: none;
  }
  .interior__button.width a.icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .burger-menu_contacts {
    margin-right: 0;
    margin-top: 80px;
  }
  .number {
    margin-right: 30px;
  }
  .email {
    margin-right: 30px;
  }
  .header__links.burger-active {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header__links {
    display: none !important;
  }
  .header__contacts {
    display: none;
  }
  .burger-menu_button {
    display: none;
  }
  .header__burger.sticky {
    height: 85px !important;
  }
}
@media only screen and (max-width: 500px) {
  .interior__button.width {
    padding: 30px;
  }
  .burger-menu_active .burger-menu_button {
    position: fixed;
    top: 93.9%;
    right: 0;
  }
  .burger-menu_active .burger-menu_lines::before {
    top: -10px;
    right: 0;
    transform: none !important;
    background-color: #2A2C2E;
    height: 2.5px;
    width: 30px;
  }
  .burger-menu_active .burger-menu_lines::after {
    top: 10px;
    right: 0;
    transform: none !important;
    background-color: #2A2C2E;
    height: 2.5px;
    width: 30px;
  }
}
/*КАРТОЧКА****************************************************/
.cart {
  padding: 60px;
  max-width: 608px;
  color: white;
}
.cart .cart__number {
  font-family: Cormorant;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.cart .cart__image {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 1;
  transition: 0.5s;
}
.cart .cart__image .zoom {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  z-index: 2;
}
.cart .cart__button {
  margin: 25px 0;
  width: 184px;
  height: 52px;
}
.cart .cart__button a.white {
  cursor: pointer;
  display: block; /* Ensure the anchor tag takes the full width and height */
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: white;
  text-decoration: none;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  color: #2A2C2E;
  text-align: center;
  padding-top: 13px;
}
.cart .cart__button a.white:hover {
  background-color: #68A7E5;
}
.cart .cart__button a.white:active {
  background-color: #91BEEA;
}
.cart .cart__button a.white:disabled {
  background-color: #A0ACB7;
}
.cart .cart__adress {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.cart .cart__info {
  display: flex;
  justify-content: space-between;
  padding: 25px 0 25px 0;
}
.cart .cart__info .info {
  display: flex;
  flex-direction: column;
}
.cart .cart__info .info .info__attr {
  display: flex;
}
.cart .cart__info .info .info__attr .attr__logo {
  padding-right: 15px;
}
.cart .cart__info .info .info__attr .attr__text {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.7;
}
.cart .cart__info .info .info__info {
  padding-top: 15px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
}
.cart .cart__history .info__attr {
  margin: 0 0 15px 0;
  display: flex;
}
.cart .cart__history .attr__logo {
  padding-right: 15px;
}
.cart .cart__history .attr__text {
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  opacity: 0.7;
}
.cart .cart__history .cart__descrip {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.7;
}

.cart__image:hover img {
  opacity: 0.7;
  transition: 0.5s;
}

.cart__image:hover .zoom {
  opacity: 1 !important;
}

@media only screen and (max-width: 680px) {
  .info__info {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 500px) {
  .cart__info {
    flex-direction: column;
    padding: 0 !important;
  }
  .info__attr {
    margin-top: 30px;
  }
  .cart__image {
    height: auto !important;
  }
  .cart__info {
    margin-bottom: 25px;
  }
}
/*INPUT***************************************************/
.input {
  width: 250px;
  height: 58px;
  margin-right: 30px;
  border-radius: 8px;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  color: #6D7175;
  border: 1px solid rgba(109, 113, 117, 0.3);
}
.input input {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 8px;
  padding-left: 20px;
}

input:focus {
  border: 1.5px solid #478ACD; /* Adjust as needed */
  color: #2A2C2E;
}

@media only screen and (max-width: 860px) {
  .form__inputs {
    flex-direction: column;
  }
  .input {
    width: 100% !important;
    height: 58px;
    margin-bottom: 30px;
  }
  input {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    padding-left: 20px;
  }
  .interior__button {
    width: 100%;
  }
  .form__form {
    margin-top: 112px !important;
  }
}
.form__inputs.color {
  background-color: #fff;
}

/*TABS************************************************************************************/
.tabs {
  border: none;
  outline: none;
  margin-top: 100px;
  width: 100%;
}

.tabs .tab-header,
.tabs .tab-indicator,
.tabs .tab-body {
  margin: 0 auto;
  max-width: 1220px;
  width: 100%;
}

.tabs .tab-header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  margin-top: -60px;
  z-index: 2;
}

.tabs .tab-header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  width: 25%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #F9F9FA;
  color: #478ACD;
  background: white;
  border: 1px solid #478ACD;
  cursor: pointer;
  height: 100px;
  position: relative;
}

.circle {
  position: absolute;
  left: 57%;
  transform: translate(-57px, 0);
  top: -35%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0px 1.696px 3.959px 0px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  font-family: Cormorant;
  font-size: 28.275px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.131px;
  text-transform: uppercase;
  justify-content: center;
  padding-left: 0;
}

.tabs .tab-header > div.active {
  background: #478ACD;
  border-radius: 5px;
  color: #F9F9FA;
  transition: color 200ms ease-in-out;
}
.tabs .tab-header > div.active .circle {
  color: #478ACD;
}

.tabs .tab-indicator {
  position: relative;
  height: 60px;
  margin-top: -60px;
}

.tabs .tab-indicator > div {
  position: absolute;
  left: 0%;
  width: 25%;
  height: 100%;
  background: #478ACD;
  border-radius: 5px;
  transition: all 300ms ease-in-out;
}

.tabs .tab-body {
  background-color: #fff;
  position: relative;
  margin-top: 60px;
}

.tabs .tab-body > div {
  position: absolute;
  width: 100%;
  padding: 20px;
  opacity: 0;
  top: -100vh;
}

.tabs .tab-body > div > * {
  margin: 10px 0px;
}

.tabs .tab-body > div.active {
  top: 0px;
  opacity: 1;
  transition: top 0ms ease-in-out 0ms, opacity 500ms ease-in-out 0ms;
  margin-bottom: 100px;
  display: block;
  position: static;
}

h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 10px;
}

.composition {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.composition .composition__items .composition__item {
  display: flex;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.composition .composition__items .composition__item .item__text {
  padding-left: 15px;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.composition .composition__items .composition__item .item__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Adjust the height of the line as needed */
  background-color: #ccc; /* Set the color of the line */
}
.composition .composition__items {
	width: calc(100% - 540px);
}
.composition .composition__image {
  width: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.composition__image .interior__button {
	padding-top: 20px;
}
.tab__price {
  padding: 30px 0;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.tab__price span {
  color: #478ACD;
}

@media only screen and (max-width: 1170px) {
  .tabs .tab-body {
	  margin-top: 0;
  }
  .composition {
    flex-direction: column;
	align-items: center;
  }
  .composition .composition__items {
    margin-top: 0px;
    width: 100%;
  }
}
.interior__button.width-2 {
  width: 100%;
}

@media only screen and (max-width: 860px) {
  .tab-header {
    flex-direction: column;
    height: 409px !important;
    width: 100% !important;
  }
  .tab-header div {
    width: 100% !important;
  }
  .tab-header .circle {
    width: 65px !important;
    height: 65px !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .tab-indicator {
    display: none;
  }
  .composition__image {
    width: 100% !important;
  }
  .composition__image img {
    width: 100% !important;
    margin: 0 auto 60px auto;
  }
}
@media only screen and (max-width: 500px) {
  .composition__image {
    width: 100% !important;
    height: auto !important;
  }
  .composition__image img {
    width: 100% !important;
    margin: 0 auto 60px auto;
  }
}
/*CALLBACH******************************************/
.callback {
  display: block;
  position: absolute;
  top: 100%;
  left: 45%;
  transform: translate(-50%, -200px);
  max-width: 780px;
  width: 100%;
  background-color: #fff;
  padding: 40px 5%;
  border-radius: 10px;
  height: auto;
}
.callback .callback__text {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  margin: 20px 0;
}

@media only screen and (max-width: 860px) {
  .callback {
    top: 180%;
    left: 50%;
    transform: translate(-50%, -150%);
  }
}
/*SWIPER*********************************************/
.swiper {
  width: 100%;
  height: 100%;
}
.swiper .swiper-wrapper {
  max-height: 280px;
  max-width: 1220px;
}
.swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 280px;
  width: 280px;
  padding: 5px;
  border: 2px solid #478ACD;
}
.swiper .swiper-wrapper .swiper-slide img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/*SLIDER2***************************************/
.swiper2 {
  overflow: hidden;
}
.swiper2 .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex {
  flex-shrink: 1;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-bottom: 0 !important;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew {
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew .photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew .photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew .rew__title {
  padding: 20px 0;
  opacity: 0.9;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew .rew__subtitle {
  text-align: justify;
  opacity: 0.8;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew__author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__flex .rew__author .author__name {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.6;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__video {
  width: 392px;
  height: 700px;
}
.swiper2 .swiper-wrapper .swiper-slide .rew__video video {
  /*
  -o-object-fit: cover;
     object-fit: cover;
	*/
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .rew__subtitle {
    font-size: 14px !important;
    max-width: 370px !important;
    width: 100%;
    text-align: left !important;
  }
  .rew__author {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .rew__button {
    margin-top: 34px;
  }
  .rew {
    max-width: 440px !important;
    padding-right: 32px;
  }
  .rew__flex {
    padding-right: 0 !important;
  }
}
@media only screen and (max-width: 500px) {
  .rew__subtitle {
    font-size: 14px !important;
    max-width: 260px !important;
    width: 100%;
    text-align: left !important;
  }
  .rew__title {
    font-size: 16px !important;
    max-width: 260px !important;
    width: 100%;
  }
}
/*BUTTON2*************************************/
.rew__button .rev__but {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  color: #F9F9FA;
  border-bottom: 1px solid #478ACD;
  padding-bottom: 10px;
}
.rew__button .rev__but svg {
  margin-right: 10px;
}
.rew__button .rev__but:hover {
  padding-bottom: 10px;
  border-bottom: 1px solid #68A7E5;
}
.rew__button .rev__but:active {
  padding-bottom: 10px;
  border-bottom: 1px solid #91BEEA;
}
.rew__button .rev__but:disabled {
  padding-bottom: 10px;
  border-bottom: 1px solid #A0ACB7;
}

/*FOOTER****************************************************/
@media only screen and (min-width: 1025px) {.footer {
  padding-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 60px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
}}
@media only screen and (max-width: 1023px) {.footer {
  padding-bottom: 60px;
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 20px;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  width: 100%;
}}
.footer .footer__conteiner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
.footer .footer__conteiner .contacts__flex {
  display: flex;
  justify-content: space-between;
}
.footer .footer__conteiner .contacts__flex .interior__button {
  width: 196px;
}
.footer .footer__conteiner .contacts__flex .interior__button .blue {
  padding: 18px 30px;
}
.footer .footer__conteiner .links__flex {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.footer .footer__conteiner .links__flex .footer__links a{
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
 text-decoration:none;
 color: #2A2C2E !important;
}
.footer .footer__conteiner .links__flex .footer__links a:hover{
	color: #478ACD !important;
}
.footer .interior__button {
	width: auto !important;
}
.footer .footer__conteiner .links__flex .footer__links .interior__button a.blue{
	color: #fff !important;
}
.footer .footer__conteiner .footer__info {
  display: flex;
  justify-content: space-between;
}
.footer .footer__conteiner .footer__info .terms {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  color: #969BA0;
}

.footer__contacts {
	font-variant-numeric: lining-nums proportional-nums;
  margin-bottom: 30px;
  font-family: Raleway;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -3.2px;
}

@media only screen and (max-width: 1170px) {
  .contacts__flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .contacts__flex {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .links__flex {
    flex-direction: column;
  }
  .footer__contacts {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 680px) {
  .footer__contacts {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 500px) {
  .footer__contacts {
    font-size: 36px !important;
  }
  .footer__info {
    flex-direction: column;
  }
}
/*FORM***********************************/
.modal {
  border-radius: 10px;
  max-width: 900px !important;
  min-width: 300px;
  width: 100%;
  padding: 0 !important;
}
.modal .form__conteiner .form__flex {
  display: flex;
  justify-content: space-between;
}
.modal .form__conteiner .form__flex .form__items {
  flex-shrink: 0;
  padding-right: 20px;
  max-width: 350px;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
}
.modal .form__conteiner .form__flex .form__items .form__header {
  margin-bottom: 30px;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.modal .form__conteiner .form__flex .form__items .form__subtitle {
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.modal .form__conteiner .form__flex .form__items .form__inputs {
  flex-direction: column;
  margin-bottom: 30px;
}
.modal .form__conteiner .form__flex .form__items .form__inputs .input__flex .input {
  width: 350px;
  margin: 30px 0;
}
.modal .form__conteiner .form__flex .form__items .form__inputs .interior__button {
  width: 100% !important;
}
.modal .form__conteiner .form__flex .form__items .form__terms {
  opacity: 0.6;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.modal .form__conteiner .form__flex .form__items .form__terms a {
  cursor: pointer;
  color: #478ACD;
}
.modal .form__conteiner .form__flex .form__item {
  width: 450px;
  background-image: url(/wp-content/themes/prorab/main/main-page-images/modal.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
  overflow: hidden;
  border-bottom-right-radius: 10px;
}

.close-modal {
  background-image: url(/wp-content/themes/prorab/main/main-page-images/Frame\ 326.svg) !important;
  right: 0 !important;
  top: 0 !important;
}

.jquery-modal.blocker.current {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

@media only screen and (max-width: 860px) {
  .form__flex {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .form__item {
    width: 100% !important;
    height: 200px;
    border-bottom-right-radius: 0 !important;
  }
  .form__items {
    max-width: 100% !important;
    margin-left: 0 !important;
    padding-right: 50px !important;
    padding: 50px;
  }
  .form__header {
    font-size: 42px !important;
  }
  .form__subtitle {
    text-align: justify !important;
  }
}
@media only screen and (max-width: 500px) {
  .form__items {
    padding-right: 30px !important;
    padding: 30px !important;
  }
  .form__header {
    font-size: 26px !important;
  }
  .form__subtitle {
    font-size: 14px !important;
  }
}
/*NAV*************************************/
.nav {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  height: 100%;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
}
.nav .nav__main {
  position: relative;
  z-index: 2;
  color: #F9F9FA;
}
.nav .nav__slash {
  position: relative;
  z-index: 2;
  margin: 0 15px;
  color: #F9F9FA;
  opacity: 0.6;
}
.nav .nav__block {
  position: relative;
  z-index: 2;
  color: #F9F9FA;
  opacity: 0.6;
}

.project__nav {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/form.jpg"); /* Replace with your image path */
  background-position: center 35%;
  background-size: cover;
  height: 200px;
  width: 100%;
  position: relative;
}
.project__nav .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #2A2C2E);
  pointer-events: none;
  z-index: 1;
}

@media only screen and (max-width: 860px) {
  .nav {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 680px) {
  .nav {
    font-size: 16px !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
  width: 100%;
}

html,
body,
.conteiner__header {
  height: 100%;
  font-family: "Neutral-Normal", sans-serif;
}

.conteiner__header {
  margin-top: 95px;
  background-color: #2A2C2E;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  background-color: #2A2C2E;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.content {
  min-height: 100%;
}

/********************************************************************************************************/
.interior__header {
  background-color: #2A2C2E;
  color: #F9F9FA;
  width: 100%;
}
.interior__header .header__interior .header__img {
  width: 800px;
  height: 800px;
  background-image: url(/wp-content/themes/prorab/main/main-page-images/header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
}

.interior__title {
  font-size: 3.6em;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.interior__subtitle {
  margin-right: 8%;
  max-width: 570px;
  align-items: center;
}
.interior__subtitle .white {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.8;
}
.interior__subtitle .gray {
  padding-top: 5px;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.6;
  padding-bottom: 40px;
}
.interior__subtitle .text {
  font-family: Cormorant;
  font-size: 70px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -2.8px;
  text-transform: uppercase;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 41px;
}

.interior__subtitles {
  display: flex;
  width: 100%;
  justify-content: right;
  padding-left: 17%;
  align-items: center;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #2A2C2E;
  z-index: 1000;
}

.padding {
  padding-top: 100px;
}

@media only screen and (max-width: 1170px) {
  .interior__subtitles {
    flex-direction: column;
    padding: 0;
    padding-top: 110px;
    align-items: center;
    justify-content: center;
  }
  .conteiner__header {
    padding-bottom: 0;
  }
  .interior__subtitle .text {
    justify-content: flex-start !important;
  }
  .header__img {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1023px) {
  .interior__subtitle .white {
    margin-right: 0 !important;
  }
  .interior__subtitle .text {
    margin-right: 0 !important;
  }
  .interior__subtitle .text svg {
    margin-right: 20px;
  }
  .interior__subtitle {
    margin-right: 0 !important;
  }
  .interior__subtitle .white {
    margin-right: 0 !important;
  }
  .interior__subtitle .text {
    margin-right: 0 !important;
  }
  .interior__subtitle .text svg {
    margin-right: 20px;
  }
  .interior__subtitle {
    margin-right: 0 !important;
  }
  .header__img {
    width: 95% !important;
    height: 730px !important;
    margin-top: 70px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .interior__button {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .interior__button a.blue {
    width: 100%;
  }
  .interior__content {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .interior__title {
    display: inline-flex;
    width: auto;
    font-size: 28px !important;
  }
  .interior__subtitles {
    padding-top: 70px;
  }
  .interior__subtitle .text {
    font-size: 36px !important;
  }
  .interior__subtitle .white, .interior__subtitle .gray {
    font-size: 14px !important;
  }
  .header__img {
    width: 100% !important;
    height: 440px !important;
    margin-top: 70px !important;
  }
}
/********************************************************************************************************/
.services {
  background-color: #2A2C2E;
}
.services .services__conteiner {
  background-color: #fff;
  width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  background-image: url("/wp-content/themes/prorab/services/services-images/decoration_img.jpeg");
  background-position: center left;
  background-size: 770px;
  background-repeat: no-repeat;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto 165px;
  grid-column-gap: 65px;
  grid-row-gap: 60px;
}
.services .services__conteiner .services__items {
  max-width: 1220px;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 50px;
  justify-content: flex-start;
  grid-area: 1/2/2/3;
}
.services .services__conteiner .services__items .services__header {
  padding-bottom: 60px;
}

.services__description .services__variables {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  width: 660px;
}
.services__description .services__variables .services__variables-1 {
  padding-right: 20px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 14px;
  display: grid;
  grid-template-columns: auto 507px 42px;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.services__description .services__variables .services__variables-1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Adjust the height of the line as needed */
  background-color: #ccc; /* Set the color of the line */
}
.services__description .services__variables .services__variables-1 .hiddenText {
  padding-top: 15px;
  grid-area: 2/1/3/4;
  font-family: Raleway;
  max-width: 100%;
  width: 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  text-align: justify;
  max-height: 0; /* Set a default max-height, but don't display it */
  overflow: hidden; /* Hide the content */
  transition: max-height 0.4s ease-out; /* Add a transition effect when sliding down (and up) the content */
}
.services__description .services__variables .services__variables-1 .hiddenText .hiddenText.active {
  display: block;
  max-height: auto;
}
.services__description .services__variables .services__variables-1 .button {
  cursor: pointer;
}

.services__image {
  padding-top: 150px;
  margin: auto 0;
  grid-area: 1/3/2/4;
  display: grid;
  grid-template-columns: 190px 190px 190px;
  grid-template-rows: 190px 190px 190px;
  grid-column-gap: -20px;
  grid-row-gap: -20px;
}
.services__image .services__circle {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-right: auto;
}
.services__image .services__circle .services__circle_1 {
  grid-area: 1/1/2/2;
}
.services__image .services__circle .services__circle_1 img {
  display: none;
}
.services__image .services__circle_2 {
  grid-area: 1/3/2/4;
}
.services__image .services__circle_3 {
  grid-area: 2/2/3/3;
}
.services__image .services__circle_4 {
  grid-area: 3/1/4/2;
}
.services__image .services__circle_5 {
  grid-area: 3/3/4/4;
}

.services__tagline {
  display: flex;
  grid-area: 2/2/3/5;
  margin-bottom: 120px;
  padding: 40px 0;
  max-width: 1220px;
  height: auto;
  min-height: 160px;
}
.services__tagline .tagline__logo {
  margin-right: 50px;
}
.services__tagline .tagline__text {
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.services__tagline .tagline__text span {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #478ACD;
}


.forheader .services__tagline {
	align-items: center;
	padding: 30px 0;
	min-height: unset;
	margin-left: 60px !important;
}
.forheader .services__tagline .tagline__text, .inst .inst__conteiner .inst__flex .tagline__text, .reviews .services__tagline .tagline__text, .team .services__tagline .tagline__text {
	font-family: 'Cormorant';
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.2;
	font-size: 36px;
}
.forheader .services__tagline .tagline__text span, .inst .inst__conteiner .inst__flex .tagline__text span, .team .services__tagline .tagline__text span {
	font-style: italic;
	text-transform: uppercase;
	line-height: 1.2;
}


.logo {
  width: 40px;
  height: 40px;
  background-color: #478ACD;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-area: 1/1/2/2;
}

.services__variables-1.active .text {
  opacity: 0.7;
}

.text {
  grid-area: 1/2/2/5;
  text-align: left;
  display: flex;
  align-items: center;
}

.button {
  padding-left: 20px;
  position: absolute;
  right: 50px;
  top: 50% !important;
  transition: 0.4s;
}

.button.active {
  top: 0 !important;
  transition: 0.4s;
}

.button.active::before {
  top: 15px;
  left: 0px;
  transform: rotate(45deg);
  background-color: #3088DF;
  height: 2.5px;
  width: 23px;
  opacity: 0.6;
}

.button.active::after {
  top: 15px;
  right: 30px;
  transform: rotate(-45deg);
  background-color: #3088DF;
  height: 2.5px;
  width: 23px;
  opacity: 0.6;
}

.button::before {
  position: absolute;
  top: 5px;
  left: 23px;
  transform: translate(-12.5px, 2px);
  width: 2.5px;
  height: 23px;
  background-color: #3088DF;
  transition: 0.4s;
}

.button::after {
  position: absolute;
  top: 12px;
  transform: translate(0, -12px);
  left: 0;
  width: 23px;
  height: 2.5px;
  background-color: #3088DF;
  transition: 0.4s;
}

.button::before {
  content: "";
  top: -12px;
}

.button::after {
  content: "";
  top: 12px;
}

@media (min-width: 1170px) {
  .button {
    top: 20% !important;
  }
}
@media (max-width: 693px) {
  .button {
    top: 40% !important;
  }
}
@media only screen and (max-width: 1170px) {
  .services__conteiner {
    display: grid;
    grid-template-columns: 1fr !important;
    grid-template-rows: auto auto 145px !important;
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    padding: 0 30px 70px 30px !important;
  }
  .services__items {
    grid-area: 1/1/2/2 !important;
    padding-bottom: 0 !important;
  }
  .services__image {
    grid-area: 2/1/3/2;
    margin: auto;
  }
  .services__tagline {
    grid-area: 3/1/4/2;
  }
  .services__variables {
    width: 100% !important;
  }
  .services__variables-1 {
    padding: 25px 0 !important;
    margin: 0 !important;
  }
  .services__image {
    padding-top: 0;
  }
  .tagline__text {
    padding-bottom: 120px !important;
    font-size: 34px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .services__conteiner {
    padding-bottom: 0 !important;
  }
  .services__variables-1 {
    grid-template-columns: 20% 70% 0 0 !important;
    grid-column-gap: 0px;
    grid-row-gap: 20px !important;
    font-size: 16px !important;
    position: relative;
  }
  .services__variables-1 .text {
     /*grid-area: 2/1/3/4;*/
	grid-area: 1/2/3/4;
  }
  .services__header {
    font-size: 26px !important;
    padding-left: 25px !important;
  }
  .services__header::before {
    height: 40px !important;
  }
  .services__image {
    grid-template-columns: auto;
    grid-template-rows: auto;
  }
  .tagline__text {
    font-size: 28px !important;
  }
  .tagline__logo {
    margin-right: 10px !important;
  }
  .tagline__logo svg {
    width: 40px !important;
    height: 30px !important;
  }
  .hiddenText {
    font-size: 14px !important;
  }
  .tagline__text {
    font-size: 28px !important;
  }
  .button.active {
    top: 10% !important;
  }
  .hiddenText {
    grid-area: 3/1/4/5 !important;
    padding-top: 0 !important;
  }
}
/********************************************************************************************************/
.project {
  background-color: #2A2C2E;
  width: 100%;
  padding: 10px;
}
.project .project__items .project__cart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.project__title {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: white;
  padding: 40px 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}

.project__text {
  position: absolute;
  top: 150px;
  left: -90%;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 550px;
  color: #fff;
}
.project__text span {
  color: #478ACD;
}

.project__word {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 80px 30px 120px 30px;
  padding: 0 30px 0 30px;
}
.project__word .word__text {
  max-width: 880px;
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #F9F9FA;
}
.project__word .word__logo {
  width: 366px;
  height: 332px;
  display: flex;
  align-items: center;
}

.interior__button.width {
  width: 100%;
}

.interior__button.project {
  width: 271px;
  height: 70px;
  position: absolute;
  bottom: 60px;
  left: 20%;
}

@media only screen and (max-width: 1170px) {
  .interior__button.project {
    width: 271px;
    height: 70px;
    position: absolute;
    bottom: 60px;
    left: 30px;
  }
}
@media only screen and (max-width: 860px) {
  .interior__button.project {
    display: block;
    position: static;
    margin: 0 auto;
    margin-top: 120px;
  }
}
@media only screen and (max-width: 680px) {
  .interior__button.project {
    width: 100%;
    margin-top: 90px;
  }
  .project__title {
    padding: 100px 0 80px 0 !important;
  }
  .project__word {
    margin: 80px 30px 100px 30px !important;
  }
}
@media only screen and (max-width: 500px) {
  .interior__button.project {
    width: 100%;
    margin-top: 85px;
  }
}
.cart:nth-child(even) {
  margin-right: 608px;
  margin-top: -469.28px;
}

.cart:nth-child(odd) {
  margin-left: 608px;
  margin-top: -469.28px;
}

.cart:nth-child(1) {
  margin-top: 0;
}

.cart:nth-child(3) {
  margin-top: -548.28;
}

.cart:nth-child(1) {
  position: relative;
}

@media screen and (min-width: 860px) and (max-width: 1170px) {
  .cart {
    padding: 40px !important;
  }
  .cart__info {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  .info {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px !important;
  }
  .info__info {
    padding-top: 0 !important;
  }
}
@media only screen and (max-width: 1170px) {
  .project__text {
    width: 427px !important;
    left: -400px !important;
    transition: -50;
  }
  .project__word {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1023px) {
  .cart:nth-child(even) {
    margin-right: 0;
    margin-top: 0;
  }
  .cart:nth-child(odd) {
    margin-left: 0;
    margin-top: 0;
  }
  .cart:nth-child(1) {
    margin-top: 0;
  }
  .cart:nth-child(3) {
    margin-top: 0;
  }
  .cart:nth-child(1) {
    position: relative;
  }
  .project__text {
    position: static !important;
    padding-bottom: 130px;
    display: block !important;
    width: 100% !important;
  }
  .cart {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
  }
  .project__cart {
    display: block !important;
    margin: 0 auto;
  }
  .cart__image {
    height: 100%;
    width: 100%;
  }
  .cart__image img {
    height: 100%;
    width: 100%;
  }
  .project__title {
    font-size: 42px !important;
  }
  .word__text {
    font-size: 44px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .cart {
    padding: 40px !important;
  }
  .cart__info {
    flex-direction: column;
    padding-bottom: 0 !important;
  }
  .info {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px !important;
  }
  .info__info {
    padding-top: 0 !important;
  }
  .project__text {
    padding-bottom: 95px;
  }
  .project__title {
    font-size: 26px !important;
  }
  .word__text {
    font-size: 28pxpx !important;
  }
}
.form__word {
  margin: 0 20px;
}

/*****************************************************/
.form {
  margin-top: -5px;
  width: 100%;
  background-color: #2A2C2E;
  overflow: hidden;
}
.form .form__background {
  position: relative;
  display: inline-block;
  width: 100%;
  /* Set your desired height */
  background-image: url("/wp-content/themes/prorab/main/main-page-images//form.jpg"); /* Replace with your image path */
  background-position: 0 50%;
  background-size: cover;
	background-attachment: fixed;
}
.form .form__background .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), #2A2C2E), linear-gradient(to bottom, rgba(255, 255, 255, 0), #2A2C2E);
  pointer-events: none;
  z-index: 1;
}
.form .form__conteiner {
  display: block;
  max-width: 1220px;
  margin: 0 auto 50px auto;
  height: 100%;
  padding-right: 30px;
  padding-left: 30px;
}
.form .form__conteiner .form__word {
  margin-top: 87px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #F9F9FA;
  max-width: 697px;
  font-style: italic;
  font-family: 'Cormorant';
  text-transform: uppercase;
}
.form .form__conteiner .form__form {
  width: 100%;
  margin: 0 auto;
  margin-top: 0px;
  padding: 50px 60px;
  border-radius: 10px;
}
.form .form__conteiner .form__form:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px); /* Adjust the blur amount as needed */
}
.form .form__conteiner .form__header {
  display: flex;
  justify-content: flex-start;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F9F9FA;
  margin-top: 40px;
}
.form .form__conteiner .form__header-2 {
  display: none;
  font-size: 66px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #F9F9FA;
  margin-top: 40px;
}

.form__inputs {
  display: flex;
  justify-content: flex-start;
}

.form__word,
.form__form,
.form__header {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 860px) and (max-width: 1170px) {
  .form__background {
    position: relative;
    display: inline-block;
    width: 100%;
    /* Set your desired height */
    background-image: url("/wp-content/themes/prorab/main/main-page-images/form__2.jpg") !important; /* Replace with your image path */
    background-position: 50% 50%;
    background-size: cover;
  }
  .form__background .gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), #2A2C2E);
    pointer-events: none;
    z-index: 1;
  }
  .form__header {
    display: none !important;
  }
  .form__header-2 {
    display: block !important;
    font-size: 66px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #F9F9FA;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 860px) {
  .form__background {
    background-position: 50% 50% !important;
  }
  .form .form__conteiner .form__header {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 680px) {
  .form__form {
    padding: 30px !important;
  }
  .form .form__conteiner .form__header {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 500px) {
  .form .form__conteiner .form__header {
    font-size: 33px !important;
  }
}
/*********************************************************************/
.gray__conteiner {
  background-color: #2A2C2E;
}

.price {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/decoration_img.png"); /* Подставьте свой путь к изображению */
  background-size: cover;
  background-position: center right; /* Изменено для выравнивания справа посередине */
  background-size: 700px;
  background-repeat: no-repeat;
  padding: 0 30px 0 30px;
  background-color: #fff;
  min-height: 1068px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.price .price__conteiner {
  max-width: 1220px;
  width: 100%;
  height: 100%;
}
.price .price__conteiner .price__tab {
  padding-top: 80px;
}

.price__header {
  margin-top: 120px;
  text-align: right;
}
.price__header span {
  color: #478ACD;
}
.price__header::before {
  height: 100%;
}

@media only screen and (max-width: 860px) {
  .price__header.header {
    font-size: 42px !important;
  }
}
@media only screen and (max-width: 500px) {
  .price__header.header {
    font-size: 26px !important;
  }
}
/****************************************************/
.advantages {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/decoration_img.png"); /* Подставьте свой путь к изображению */
  background-size: cover;
  background-position: center left; /* Изменено для выравнивания справа посередине */
  background-size: 700px;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
}
.advantages.inabout {
	height: auto;
}
.advantages .advantages__conteiner {
  padding-bottom: 120px;
  display: block;
  margin: 0 auto 0 auto;
  height: 100%;
  padding-left: 30px;
  width: 100%;
}
.advantages.inabout .advantages__conteiner {
	padding-bottom: 0;
}
.advantages .advantages__conteiner .advantages__flex {
  max-width: 1220px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 57px;
}
.advantages .advantages__conteiner .advantages__flex .advantages__header {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.advantages .advantages__conteiner .advantages__columns {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/advant.png"); /* Подставьте свой путь к изображению */
  background-position: center right; /* Изменено для выравнивания справа посередине */
  background-size: 820px;
  background-repeat: no-repeat;
  height: 100%;
  margin-bottom: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantages .advantages__conteiner .advantages__columns .advantages__column {
  max-width: 1100px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
  box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.advantages .advantages__conteiner .advantages__columns .advantages__column .column__header {
  display: flex;
  align-items: center;
  margin: 0 40px 0 0;
  font-size: 20px;
  font-style: normal;
  text-align: justify;
  font-weight: 400;
  max-width: 290px;
  width: 100%;
}
.advantages .advantages__conteiner .advantages__columns .advantages__column .column__header .column__svg {
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #478ACD;
}
.advantages .advantages__conteiner .advantages__columns .advantages__column .column__text {
  margin-right: 40px;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
}
.advantages .advantages__conteiner .advantages__columns .advantages__column .column__number {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.3;
}

.adv__img {
  display: none;
}

.advantages__desk {
  max-width: 489px;
  width: 100%;
  padding: 27px 35px;
  border: 2px solid #478ACD;
  position: relative;
  transition: all 0.3s ease;
}
.advantages__desk span {
  color: #478ACD;
}
.advantages__desk .desk__text {
  z-index: 2;
  position: relative;
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  width: 420px;
  text-align: justify;
  color: #2A2C2E;
  overflow: hidden;
}

.advantages__desk:before,
.advantages__desk:after {
  content: "";
  z-index: 1 !important;
  display: block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  z-index: 1;
}

.advantages__desk:before {
  width: calc(80% + 5px);
  top: 20%;
  left: 60%;
  height: 70%;
  transition: height 0.6s, width 0.6s; /* Объединяем transition свойства через запятую */
}

.advantages__desk:after {
  height: calc(60% + 5px);
  top: 90%;
  width: 90%;
  left: 43%;
  transition: height 0.6s, width 0.6s; /* Объединяем transition свойства через запятую */
}

.advantages__desk:hover:before,
.advantages__desk:focus:before {
  width: 0;
  height: 0;
  transition: height 0.6s, width 0.6s;
}

.advantages__desk:hover:after,
.advantages__desk:focus:after {
  width: 0;
  height: 0;
  transition: height 0.6s, width 0.6s;
}

.advantages__column:nth-last-child(1) {
  margin-bottom: 0px !important;
}

.services__tagline.adv {
  justify-content: flex-start;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

@media only screen and (max-width: 1170px) {
  .advantages__header {
    margin-bottom: 30px;
  }
  .advantages__columns {
    background-size: cover !important;
  }
  .advantages__column {
    margin-right: 30px;
  }
  .advantages__desk {
    padding: 10px 20px !important;
    margin-right: 30px;
  }
  .desk__text {
    width: 400px !important;
  }
  .services__tagline.adv {
    justify-content: flex-start !important;
  }
}
@media only screen and (max-width: 1023px) {
  .advantages__flex {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .advantages__column {
    margin-right: 20px !important;
  }
  .column__number {
    display: none;
  }
  .advantages__column {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .column__text {
    margin-top: 10px;
  }
  .advantages__columns {
    background-image: none !important;
  }
  .adv__img {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: -30px 30px 120px auto;
  }
  .adv__img img {
    max-width: 728px;
    width: 100%;
  }
  .column__text {
    width: 100% !important;
  }
  .services__tagline.adv {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .tagline__logo {
    margin-bottom: 10px;
  }
  .services__tagline.adv {
    flex-direction: column;
  }
  .advantages__conteiner {
    margin-top: 100px;
  }
  .desk__text {
    width: 100% !important;
    font-size: 14px !important;
  }
  .advantages__header {
    font-size: 26px !important;
  }
}
@media only screen and (max-width: 500px) {
  .advantages {
    margin-top: 50px !important;
  }
}
/*************************************************/
.manage {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: #2A2C2E;
  color: #F9F9FA;
}
.manage .manage__conteiner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 1220px;
  margin: 0 auto;
  width: 100%;
}

.manage__guidance {
  display: flex;
  justify-content: space-between;
}
.manage__guidance .guidance__info {
  max-width: 610px;
  width: 100%;
}
.manage__guidance .guidance__info .info__name {
  padding: 0 40px;
  margin-bottom: 30px;
}
.manage__guidance .guidance__info .info__name .name {
  font-family: Cormorant;
  font-size: 42px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.68px;
  text-transform: uppercase;
  opacity: 0.8;
}
.manage__guidance .guidance__info .info__name .role {
  font-family: Raleway;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.7;
}
.manage__guidance .guidance__info .info__other {
  padding: 50px 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 120px;
  grid-row-gap: 50px;
  margin-bottom: 30px;
}
.manage__guidance .guidance__info .info__other .other {
  display: flex;
  flex-direction: column;
}
.manage__guidance .guidance__info .info__other .other .other__decr {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.8;
}
.manage__guidance .guidance__video {
  flex-shrink: 0;
  margin-right: 40px;
}
.manage__guidance .guidance__video .video__frame {
  position: relative;
  height: 620px!important;
}

.manage__guidance .guidance__video .video__frame video{
	height:100%;
	width:100%;
	object-fit:cover;
	border-radius: 25px;
    border: 6px solid black;
}

.manage__guidance .guidance__video .video__frame .video__svg {
  position: absolute;
  bottom: 78%;
  left: 110%;
  transform: translate(-110%, -78%);
}
.manage__guidance .guidance__video .video__frame .video__svg .svg1 {
  position: relative;
}
.manage__guidance .guidance__video .video__frame .video__svg .svg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.advantages__header.width {
  padding: 40px 0;
  width: 100%;
  font-size: 60px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.info__about {
  padding: 0 40px;
}
.info__about .info__text {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.8;
}

.other__header {
  display: flex;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  opacity: 0.6;
}
.other__header .svg {
  margin-right: 15px;
}

.other__header.opacity {
  opacity: 1 !important;
}

@media only screen and (max-width: 1170px) {
  .video__svg {
    display: none !important;
  }
  .guidance__video {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1023px) {
  .manage__guidance {
    flex-direction: column;
    justify-content: center !important;
  }
  .guidance__info {
    max-width: 100% !important;
  }
  .advantages__header.width {
    font-size: 40px !important;
  }
  .guidance__video {
    margin-top: 56px;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 1023px) {
  .info__text {
    font-size: 14px !important;
  }
  .other__decr {
    font-size: 20px !important;
  }
  .manage__conteiner {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .info__other {
    display: block !important;
  }
  .other {
    margin-bottom: 30px;
  }
  .other:nth-last-child(1) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 500px) {
  .advantages__header.width {
    font-size: 26px !important;
  }
}
.form__background-2 {
  position: relative;
  display: inline-block;
  width: 100%;
  /* Set your desired height */
  background-image: url("/wp-content/themes/prorab/main/main-page-images/form__2.jpg"); /* Replace with your image path */
  background-position: 50% 50%;
  background-size: cover;
}
.form__background-2 .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 0 0, 0 100%;
  
  
  background: linear-gradient(180deg, rgba(42, 44, 46, 0.6) 15%, #2A2C2E 100%, rgba(42, 44, 46, 0.6) 100%, rgba(42, 44, 46, 0.4) 100%);
  
  
  pointer-events: none;
  z-index: 1;
}

@media only screen and (max-width: 680px) {
  .form__background-2 {
    background-image: url("/wp-content/themes/prorab/main/main-page-images/form.jpg") !important; /* Replace with your image path */
  }
}
/*************************************************/
.repair {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/decoration_img.png"); /* Подставьте свой путь к изображению */
  background-size: cover;
  background-position: center right; /* Изменено для выравнивания справа посередине */
  background-size: 700px;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background-color: #fff;
  width: 100%;
}
.repair .repair__conteiner {
  padding: 120px 0;
}
.repair .repair__desc {
  position: relative;
  display: flex;
}
.repair .repair__desc .desc__img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  width: 941px;
  height: 570px;
}
.repair .repair__desc .desc__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.repair .repair__desc .desc__info {
  padding: 40px;
  background-color: #fff;
  max-width: 608px;
  width: 100%;
}
.repair .repair__desc .desc__info .info__about .info__text {
  text-align: justify;
  max-width: 488px;
  width: 100%;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.8;
}

.repair__header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 77px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 80px;
}
.repair__header .repair__svg {
  margin: 0 42px;
}
.repair__header .repair__header-1 {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1170px) {
  .repair__header {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .repair__header {
    flex-direction: column;
  }
  .repair__svg {
    margin: 20px 0 !important;
  }
  .desc__img {
    overflow: auto;
  }
  .desc__img img {
    -o-object-fit: none !important;
       object-fit: none !important;
    width: 100%;
    height: 100%;
    display: block;
  }
  .desc__info {
    max-width: 418px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .repair__header {
    flex-direction: column;
  }
  .repair__svg {
    margin: 20px 0 !important;
  }
  .repair__desc {
    padding: 0 20px;
    flex-direction: column;
    align-items: center !important;
    padding-top: 350px;
    background-image: url("https://theprorab.by/wp-content/uploads/2024/06/photo_2024-06-12_09-51-02-3.jpg"); /* Подставьте свой путь к изображению */
    background-size: cover;
    background-position: top center; /* Изменено для выравнивания справа посередине */
    background-repeat: no-repeat;
  }
  .repair__desc .callback {
    top: 190% !important;
    border-radius: 0 !important;
    margin-bottom: 120px;
  }
  .desc__img {
    display: none !important;
  }
  .repair {
    background-image: none !important;
  }
}
@media only screen and (max-width: 500px) {
  .repair__header {
    font-size: 40px !important;
  }
}
/************************************************/
.team {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/decoration_img.png"); /* Подставьте свой путь к изображению */
  background-size: cover;
  background-position: center left; /* Изменено для выравнивания справа посередине */
  background-size: 700px;
  background-repeat: no-repeat;
  width: 100%;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  margin-top: -10px;
}
.team .team__conteiner {
  padding-bottom: 30px;
  max-width: 1220px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 100%;
  padding-left: 20px;
  width: 100%;
  overflow: hidden;
}
.team .team__conteiner .services__header {
  padding-top: 120px;
  margin-bottom: 60px;
}
.team .team__conteiner .services__header::before {
  top: 120px;
}
.team .team__conteiner .services__tagline.adv {
  margin: 0;
  margin-top: 80px;
  width: calc(100% - 20px);
}
.team .team__conteiner .services__tagline.adv .tagline__text.adv {
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .team .team__conteiner .services__header {
    margin-top: 200px;
  }
  .team {
	  padding-top: 60px;
  }
}
@media only screen and (max-width: 680px) {
  .team .team__conteiner .services__header {
    margin-top: 400px;
  }
}
/********************************************/
.reviews {
  background-color: #2A2C2E;
  color: #F9F9FA;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.reviews .reviews__conteiner {
  max-width: 1592px;
  margin-left: auto;
}
.reviews .reviews__conteiner .services__tagline.adv {
  max-width: 800px;
  width: 100%;
  padding: 40px 40px 0 40px;
	margin-left: 80px;
  margin-top: 80px;
  height: -moz-max-content;
  height: max-content;
}

@media only screen and (max-width: 1170px) {
  .reviews__conteiner .services__tagline.adv {
    max-width: 490px !important;
  }
}
@media only screen and (max-width: 860px) {
  .reviews__conteiner .services__tagline.adv {
    margin-bottom: 120px;
  }
}
/**********************************************/
.inst {
  background-image: url("/wp-content/themes/prorab/main/main-page-images/image 74.png"); /* Подставьте свой путь к изображению */
  background-size: cover;
  background-position: center left; /* Изменено для выравнивания справа посередине */
  background-size: 700px;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 240px 30px 120px 30px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
.inst .inst::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.07), transparent);
  pointer-events: none;
}
.inst .inst__conteiner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.inst .inst__conteiner .inst__svg {
  position: absolute;
  top: -484px;
  right: 0;
  transform: translate(0, 0);
}
.inst .inst__conteiner .inst__flex {
  display: flex;
  justify-content: space-between;
}
.inst .inst__conteiner .inst__flex .tagline__text.adv {
  max-width: 555px;
  font-size: 44px;
}
.inst .inst__conteiner .inst__flex .video {
  height: 540px;
  margin-top: 160px;
}

.button__desk {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  font-size: 17px;
  padding: 34px;
  position: relative;
  max-width: 566px;
  width: 100%;
  text-align: right;
  opacity: 0.7;
  font-style: normal;
  font-family: Raleway;
}
.button__desk div {
  margin-top: 15px;
  font-family: Neutral-Normal;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}
.button__desk div::after {
  content: " ";
  background: #478ACD;
  width: 150px;
  height: 2px;
  /* размещаем линию снизу и справа*/
  bottom: 20px;
  right: 30px;
  /* включаем абсолютное позиционирование относительно блока с relative */
  position: absolute;
}
.button__desk div span {
  padding-left: 15px;
}

.button__desk::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  border-top: 2px solid #478ACD;
  border-left: 2px solid #478ACD;
  transition: width 0.3s, height 0.3s;
}

.button__desk::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  border-bottom: 2px solid #478ACD;
  border-right: 2px solid #478ACD;
  transition: width 0.3s, height 0.3s;
}

.button__desk:hover::before,
.button__desk:hover::after {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1023px) {
  .inst__flex.mod {
    flex-direction: column;
  }
  .video {
    margin-top: 80px !important;
  }
}
@media only screen and (max-width: 680px) {
  .inst__flex {
    align-items: center;
    justify-content: center !important;
  }
}
/**********************************************/
.faq, .contacts {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
  height: 100%;
}
.faq .faq__conteiner, .contacts .contacts_conteiner {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 680px) {
	.faq .faq__conteiner .faq__flex {
  justify-content: space-between;
  display: flex;
  margin-top: 10px;
  margin-bottom: 120px;
	}}
@media only screen and (min-width: 1025px) {
	.faq .faq__conteiner .faq__flex {
  justify-content: space-between;
  display: flex;
  margin-top: 80px;
  margin-bottom: 120px;
	}}
.faq .faq__conteiner .faq__flex .project__text {
  position: static !important;
  color: #2A2C2E;
  margin-bottom: 40px;
}
.faq .faq__conteiner .services__description .services__variables {
  width: 100%;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1 {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1 .text {
  grid-area: 1/1/1/5;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1 .button {
  top: 50% !important;
  right: 5px;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1 .button.active::before {
  top: -50px !important;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1 .button.active::after {
  top: -50px !important;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1 .hiddenText {
  padding-top: 0;
}
.faq .faq__conteiner .services__description .services__variables .services__variables-1:nth-child(1):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; /* Adjust the height of the line as needed */
  background-color: #ccc; /* Set the color of the line */
}

@media only screen and (max-width: 1170px) {
  .faq__flex {
    flex-direction: column;
  }
  .faq__flex .project__text {
    max-width: 550px !important;
  }
}
@media only screen and (max-width: 860px) {
  .faq__flex .project__text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 860px) {
  .faq__conteiner .services__description .services__variables {
    width: 610px;
  }
  .faq__conteiner .services__description .services__variables .services__variables-1 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    grid-row-gap: 0 !important;
  }
  .faq__conteiner .services__description .services__variables .services__variables-1 .text {
    width: 100%;
    font-size: 16px;
  }
}
/**********************************************************************/
.end {
  padding-bottom: 0;
  background-color: #2A2C2E;
  color: #F9F9FA;
  width: 100%;
}
.end .end__conteiner .end__flex {
  display: flex;
  justify-content: flex-end;
}
.end .end__conteiner .end__flex .end__left {
  padding-top: 7.5rem;
  padding-left: 40px;
  padding-right: 40px;
}
.end .end__conteiner .end__flex .end__left .end__header {
  margin-bottom: 100px;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.end .end__conteiner .end__flex .end__left .end__header .header__flex {
  display: flex;
  align-items: center;
}
.end .end__conteiner .end__flex .end__left .end__header .header__flex .star {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.end .end__conteiner .end__flex .end__left .end__header .header__flex .inherit {
  margin-right: 40px;
  opacity: 0.9;
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-family: Cormorant;
  font-size: 66px;
  font-style: italic;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -2.64px;
  text-transform: uppercase;
}
.end .end__conteiner .end__flex .end__left .end__text {
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 155%;
  opacity: 0.8;
}
.end .end__conteiner .end__flex .end__left .form__inputs {
  width: 660px;
  flex-direction: column;
}
.end .end__conteiner .end__flex .end__left .form__inputs .input__flex {
  margin-top: 20px;
  display: flex;
  margin-bottom: 20px;
}
.end .end__conteiner .end__flex .end__left .form__inputs .input__flex .input {
  margin-right: 90px;
}
.end .end__conteiner .end__flex .end__left .form__inputs .input__flex .input input {
  width: 320px;
}
.end .end__conteiner .end__flex .end__left .form__inputs .interior__button {
  width: 100%;
}
.end .end__conteiner .end__flex .end__left .end__flex2 {
  width: 100%;
  height: 166px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 100px;
}
.end .end__conteiner .end__flex .end__left .end__flex2 .end__links {
  padding-bottom: 40px;
  padding-top: 40px;
}
.end .end__conteiner .end__flex .end__left .end__flex2 .end__links .links__text {
  margin-bottom: 10px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.end .end__conteiner .end__flex .end__left .end__flex2 .end__links .header__links.burger-active {
  margin-bottom: 0;
}
.end .end__conteiner .end__flex .end__left .end__flex2 .end__png {
  padding-right: 29px;
}
.end .end__conteiner .end__flex .end__right {
  overflow: hidden;
  width: 840px;
  height: 875px;
  background-image: url("/wp-content/themes/prorab/main/main-page-images/the_end_img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: none;
}

@media only screen and (max-width: 1170px) {
  .end__right {
    background-image: url("/wp-content/themes/prorab/main/main-page-images/the_end_img2.png") !important;
  }
  .end__flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .end__header {
    font-size: 60px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .input__flex {
    flex-direction: column;
    width: 100%;
  }
  .input {
    width: 100%;
  }
  .input input {
    width: 100% !important;
  }
  .end__right {
    width: 100% !important;
  }
  .end .end__conteiner .end__flex .end__left .end__flex2 .end__links .header__links.burger-active {
    display: flex !important;
  }
  .end__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .input__flex {
    margin-bottom: 0 !important;
  }
  .end__text {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-left: 40px;
  }
  .end__header {
    font-size: 42px !important;
  }
  .inherit {
    font-size: 42px !important;
  }
  .header__flex {
    flex-direction: column;
  }
  .star {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .end__png {
    padding-right: 0 !important;
  }
  .end__text {
    padding-left: 0 !important;
  }
  .form__inputs {
    width: 100% !important;
  }
}
@media only screen and (max-width: 680px) {
  .end__png {
    display: none;
  }
  .end__text {
    width: 100%;
    display: block !important;
  }
  .end__header {
    font-size: 42px !important;
  }
}
@media only screen and (max-width: 500px) {
  .end__header {
    font-size: 26px !important;
  }
  .inherit {
    font-size: 26px !important;
  }
}

.nav .nav__main a, .nav .nav__block a {
	color: #fff;
	text-decoration: none;
}
.contact__link a {
	color: #000;
	text-decoration: none;
}

.input input {
	outline: none;
}

.advantages .advantages__conteiner .advantages__columns .advantages__column .column__number {
	white-space: nowrap;
}

.popupmess {
	max-width: 480px !important;
	line-height: 1.4;
	text-align: center;
	border-radius: 15px;
}




.terms a {
	text-decoration: none;
	color: #2A2C2E !important;
}
.podkl .slick-slide img, .design .slick-slide img {
	max-width: 600px;
	margin: 0 auto;
}
