

/* Start:/local/templates/titan/components/rutego/block/press-form/style.css?17593076678563*/
.press-form {
  position: relative;
  padding: 50rem 0 20rem;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  background-size: auto;
  background-position: center;
}
.press-form::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.press-form h1 {
  position: relative;
  max-width: 1150rem;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(25rem, 4vw, 40rem);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin: 0 auto 20rem;
}
.press-form p {
  position: relative;
  max-width: 681rem;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat";
  font-size: clamp(18rem, 4vw, 20rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto 25rem;
}
.press-form-container {
  position: absolute;
  top: -12%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: inherit;
  z-index: inherit;
}
.press-form__wrapper {
  scale: 0.9;
  position: relative;
  top: 0;
  left: 47.6%;
  height: 500rem;
  transform: translateX(-50%);
}
.press-form__wrapper.open .press-form__visual-img {
  opacity: 1;
}
@starting-style {}
.press-form__wrapper.open .press-form__visual-img--1 {
  top: 30%;
  right: 0;
}
.press-form__wrapper.open .press-form__visual-img--2 {
  top: 30%;
  left: 70%;
}
.press-form__wrapper.open .press-form__visual-img--3 {
  top: 41%;
  left: 64%;
}
.press-form__wrapper.open .press-form__visual-img--4 {
  top: 50%;
  left: 55%;
}
.press-form__wrapper.open .press-form__visual-img--5 {
  top: 58%;
  left: 45%;
}
.press-form__wrapper.open .press-form__visual-img--6 {
  top: 65%;
  left: 35%;
}
.press-form__wrapper.open .press-form__visual-img--7 {
  top: 75%;
  left: 27%;
}
.press-form__wrapper.open .press-form__visual-img--8 {
  top: 83%;
  left: 16%;
}
.press-form__wrapper.open .press-form__visual-img-full {
  opacity: 0;
}
.press-form__wrapper.open .press-form__labels {
  opacity: 1;
}
.press-form__visual {
  position: relative;
  transition: all 0.3s;
}
.press-form__visual-img {
  position: absolute;
  display: block;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  opacity: 0;
  width: 250rem;
}
.press-form__visual-img-full {
  max-width: 500rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  top: -20rem;
}
@media screen and (min-width: 768px) {
  .press-form__visual-img--1 {
    top: 43.7%;
    right: 15%;
  }
  .press-form__visual-img--2 {
    top: 39.8%;
    left: 61.6%;
  }
  .press-form__visual-img--3 {
    top: 44.3%;
    left: 58%;
  }
  .press-form__visual-img--4 {
    top: 51%;
    left: 54.1%;
  }
  .press-form__visual-img--5 {
    top: 53.6%;
    left: 49.4%;
  }
  .press-form__visual-img--6 {
    top: 56%;
    left: 45.1%;
  }
  .press-form__visual-img--7 {
    top: 57.6%;
    left: 44.3%;
  }
  .press-form__visual-img--8 {
    top: 61.4%;
    left: 37.4%;
  }
}
.press-form__labels {
  position: static;
  opacity: 0;
  transition: all 0.5s;
}
.press-form__label {
  position: absolute;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 11;
}
.press-form__label--one {
  top: 90%;
  left: 35%;
}
.press-form__label--two {
  top: 33.6%;
  left: 52%;
}
.press-form__label--three {
  top: 59.9%;
  left: 76.7%;
}
.press-form__label--four {
  top: 54.7%;
  left: 21%;
}
.press-form__label-item {
  position: relative;
  cursor: pointer;
  display: flex;
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: 0.4s ease;
}
.press-form__label-item:hover, .press-form__label-item:focus, .press-form__label-item:active {
  background-color: #96c03a;
}
.press-form__label-item::before {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1rem solid #96c03a;
  background-color: rgba(150, 192, 58, 0.2);
  transform: translate(-50%, -50%);
  animation: scale infinite 1s;
  z-index: -1;
}
.press-form__label-item span {
  position: relative;
  display: block;
  width: 20rem;
  height: 20rem;
  transition: transform 0.4s ease;
}
.press-form__label-item span::after {
  height: 2rem;
  width: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.press-form__label-item span::before {
  width: 2rem;
  height: 100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2rem;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.press-form__label--open {
  z-index: 7;
}
.press-form__label--open .press-form__label-item {
  rotate: 45deg;
  background-color: #96c03a;
}
.press-form__label--open .press-form__label-description {
  display: block;
}
.press-form__label--open .press-form__label-item::before {
  display: block;
}
.press-form__label-description {
  display: none;
  position: absolute;
  bottom: 70rem;
  left: 0;
  padding: 5rem 2rem 4rem 10rem;
  background-color: #fff;
  z-index: 10;
  width: 245rem;
}
.press-form__label-description p {
  font-family: "Acrom";
  text-align: start;
  line-height: 2;
  font-size: 14rem;
  color: #000;
  margin: 0;
}
.press-form__label-description::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20rem;
  border: 18rem solid transparent;
  border-top-width: 26.375rem;
  border-top-style: solid;
  border-top-color: transparent;
  border-left-width: 67.375rem;
  border-left-style: solid;
  border-left-color: transparent;
  border-left: 23rem solid #fff;
  border-top: 15.375rem solid #fff;
}
.press-form__btn {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 50%;
  width: 60rem;
  height: 60rem;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  z-index: 10;
}
.press-form__btn:hover {
  background-color: #96c03a;
}
.press-form__btn:hover svg path {
  fill: #fff;
}
.press-form__btn svg {
  width: 75%;
  height: 100%;
}
.press-form__buttons {
  display: none;
}
@media (max-width: 767.98px) {
  .press-form__visual {
    width: 1250rem;
  }
  .press-form p {
    margin-bottom: 0;
    font-size: 14rem;
  }
  .press-form__btn {
    display: none;
  }
  .press-form__wrapper {
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
  .press-form__wrapper.open .press-form__visual-img--1 {
    top: 10%;
    right: 0;
    left: 85%;
  }
  .press-form__wrapper.open .press-form__visual-img--2 {
    top: 25%;
    left: 75%;
  }
  .press-form__wrapper.open .press-form__visual-img--3 {
    top: 35%;
    left: 65%;
  }
  .press-form__wrapper.open .press-form__visual-img--4 {
    top: 45%;
    left: 55%;
  }
  .press-form__wrapper.open .press-form__visual-img--5 {
    top: 55%;
    left: 45%;
  }
  .press-form__wrapper.open .press-form__visual-img--6 {
    top: 65%;
    left: 35%;
  }
  .press-form__wrapper.open .press-form__visual-img--7 {
    top: 75%;
    left: 25%;
  }
  .press-form__wrapper.open .press-form__visual-img--8 {
    top: 85%;
    left: 15%;
  }
  .press-form__labels {
    position: relative;
  }
  .press-form-container {
    position: relative;
    padding: 70rem 0 0;
  }
  .press-form__label {
    position: static;
    transform: none;
  }
  .press-form__label-item {
    display: none;
  }
  .press-form__label-description {
    display: block;
    position: static;
    background-color: transparent;
    width: auto;
    padding: 0;
  }
  .press-form__label-description::after {
    content: none;
  }
  .press-form__label-description p {
    color: #fff;
    text-align: center;
  }
  .press-form__buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30rem;
    z-index: 3;
    top: 23%;
    top: 0;
    padding-top: 15rem;
  }
  .press-form__buttons button {
    border: 1rem solid #fff;
    border-radius: 50%;
    width: 50rem;
    height: 50rem;
    cursor: pointer;
    color: #FFF;
  }
  .press-form__buttons .slick-disabled {
    opacity: 0.4;
  }
  .press-form__visual-img-full {
    opacity: 0;
    max-width: 300rem;
  }
  .press-form__visual-img {
    width: 185rem;
  }
}

@keyframes scale {
  from {
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    transform: translate(-50%, -50%) scale(1.9);
  }
}
/* End */


/* Start:/local/templates/titan/components/rutego/block/press-advantages/style.css?17222557481349*/
.press-advantages {
  padding: 60rem 0;
  background-color: rgba(179, 197, 200, 0.48);
}
.press-advantages h2 {
  text-align: center;
  max-width: 668rem;
  margin: 0 auto 45rem;
}
.press-advantages-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20rem;
}
.press-advantages-item {
  width: 49%;
  background-color: #fff;
  text-align: center;
  padding: 20rem;
}
.press-advantages-content {
  display: flex;
  flex-direction: column;
  border: 2rem solid #D5E0E2;
  padding: 25rem 25rem;
  height: 100%;
}
.press-advantages-content img {
  margin-bottom: 30rem;
  max-width: 200rem;
}
.press-advantages-content h4 {
  color: #000;
  text-align: center;
  font-size: 22rem;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  margin-bottom: 13rem;
}
.press-advantages-content p {
  max-width: 594rem;
  color: #464646;
  text-align: center;
  font-size: 16rem;
}
@media (max-width: 768px) {
  .press-advantages {
    padding: 50rem 0;
  }
  .press-advantages-item {
    width: 100%;
  }
  .press-advantages-content {
    padding: 10rem;
  }
  .press-advantages-content p {
    font-size: 14rem;
  }
  .press-advantages-content img {
    margin-bottom: 10rem;
    max-width: 150rem;
  }
  .press-advantages h2 {
    margin-bottom: 30rem;
  }
  .press-advantages h4 {
    font-size: 18rem;
  }
}
/* End */


/* Start:/local/templates/titan/components/rutego/block/press-application/style.css?17253652161077*/
.press-application {
  padding: 50rem 0;
}
.press-application h2 {
  margin-bottom: 20rem;
}
.press-application p {
  color: #464646;
  text-align: center;
  font-family: "Roboto";
  font-size: clamp(16rem, 3vw, 22rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 50rem;
}
.press-application button {
  padding: 21rem 55rem;
}
.press-application-content {
  text-align: center;
  max-width: 732rem;
  margin: 0 auto;
}
.press-application-content::before {
  margin-bottom: 50rem;
  display: inline-block;
  content: "";
  width: 210rem;
  height: 1rem;
  background-color: #A3A3A3;
}
.press-application-content::after {
  margin: 50rem auto;
  display: block;
  content: "";
  width: 210rem;
  height: 1rem;
  background-color: #A3A3A3;
}
@media (max-width: 767.98px) {
  .press-application p {
    margin-bottom: 30rem;
  }
  .press-application button {
    padding: 21rem 25rem;
  }
  .press-application-content::after {
    margin-top: 25rem;
    margin-bottom: 0;
  }
  .press-application-content::before {
    margin-bottom: 25rem;
  }
}
/* End */


/* Start:/local/templates/titan/components/rutego/block/press-expert/style.css?17253652412062*/
.press-expert {
  padding: 0 0 100rem;
}
.press-expert h2 {
  text-align: center;
  max-width: 668rem;
  margin: 0 auto 45rem;
}
.press-expert-items {
  display: flex;
  justify-content: center;
  gap: 20rem;
}
.press-expert-item {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20rem;
}
.press-expert-content {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #D5E0E2;
  flex: auto;
  padding: 40rem 10rem;
}
.press-expert-content h4 {
  color: #000;
  text-align: center;
  font-size: 22rem;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase;
  margin-bottom: 13rem;
}
.press-expert-content p {
  max-width: 361rem;
  color: #464646;
  text-align: center;
  font-size: 16rem;
}
.press-expert__icon {
  position: relative;
}
.press-expert__icon img {
  width: 89rem;
  margin-bottom: 20rem;
}
.press-expert-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.press-expert-info__icon {
  z-index: 1;
}
.press-expert-info h4 {
  max-width: 335rem;
  color: #FFF;
  text-align: center;
  font-family: "Roboto";
  font-size: 22rem;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  margin-bottom: 10rem;
  z-index: 1;
}
.press-expert-info p {
  max-width: 270rem;
  text-align: center;
  color: #EDEDED;
  font-size: 16rem;
  z-index: 1;
}
.press-expert-special {
  position: relative;
}
.press-expert-special:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
@media (max-width: 767.98px) {
  .press-expert {
    padding-bottom: 50px;
  }
  .press-expert h2 {
    margin-bottom: 30px;
  }
  .press-expert h4 {
    font-size: 18rem;
  }
  .press-expert p {
    font-size: 14rem;
  }
  .press-expert-items {
    flex-direction: column;
  }
  .press-expert__icon img {
    width: 65rem;
  }
}
/* End */
/* /local/templates/titan/components/rutego/block/press-form/style.css?17593076678563 */
/* /local/templates/titan/components/rutego/block/press-advantages/style.css?17222557481349 */
/* /local/templates/titan/components/rutego/block/press-application/style.css?17253652161077 */
/* /local/templates/titan/components/rutego/block/press-expert/style.css?17253652412062 */
