
<title>SetAdditionalCSS</title>
<title>SetAdditionalCSS</title>

.product__banner {
  background-size: cover;
  min-height: 390px;
}
.product__banner-container {
  background: none;
}
.product__banner-container.base-container {
  padding-top: 20px;
  padding-bottom: 25px;
}
.product__banner-block {
  margin-top: 30px;
  display: flex;
}
.product__banner-content {
  flex-basis: 50%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.product__banner-title {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #0e53a7;
}
.product__banner-subtitle {
  font-family: "Roboto", sans-serif;
  margin: 0;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 300;
}
.product__banner-text {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0;
  margin-top: 30px !important;
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
}
.product__banner-btn {
  font-family: "Roboto", sans-serif;
  background: #6899d3;
  padding: 15px 30px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-weight: 400;
  display: block;
  margin-top: 40px;
  margin-right: auto;
  border-radius: 5px;
  text-align: center;
}
.product__banner-btn:hover {
  color: #fff;
}
.product__banner-btn.inline-block {
  display: inline-block;
}
.product__banner-btn.secondary {
  background: #0e53a7;
}
.product__breadcrumbs {
  display: flex;
  font-size: 15px;
}
.product__breadcrumbs-link {
  color: #000000;
  margin-right: 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.product__info {
  margin-top: 70px;
}
.product__info-content {
  margin-top: 40px;
}
.product__info-text {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  color: #000000;
  margin-top: 25px;
  font-family: "Roboto", sans-serif;
}
.product__title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #0e53a7;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.product__infographics {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  color: #000000;
  margin-top: 40px;
}
.product__infographics-container {
  margin-top: 70px;
}
.product__infographics-item {
  max-width: 25%;
  flex-basis: 25%;
  min-height: 300px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}
.product__infographics-item.wide {
  max-width: 30%;
  flex-basis: 30%;
}
.product__infographics-item:hover {
  z-index: 1;
}
.product__infographics-item:hover .product__infographics-block {
  position: absolute;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
  transition: 200ms;
}
.product__infographics-item:hover .product__infographics-img {
  fill: #ff9c00;
  stroke: #ff9c00;
  transform: scale(1.4);
}
.product__infographics-item:hover .product__infographics-text--short {
  display: none;
}
.product__infographics-item:hover .product__infographics-text--long {
  display: block;
}
.product__infographics-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  color: #000000;
}
.product__infographics-preview {
  max-width: 60px;
  height: 120px;
}
.product__infographics-img {
  width: 100%;
  height: 100%;
  fill: #6899d3;
  stroke: #6899d3;
  transition: 200ms;
}
.product__infographics-title {
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.product__infographics-text {
  margin: 0;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.product__infographics-text--long {
  display: none;
}
.product__infographics.narrow .product__infographics-item {
  max-width: 20%;
  flex-basis: 20%;
}
.product__functions {
  margin-top: 75px;
}
.product__clients {
  margin-top: 75px;
}
.product__partners {
  margin-top: 80px;
}
.product__partners .product-partners__item {
  max-width: 240px;
  flex-basis: 240px;
}
.product__history {
  margin-top: 80px;
}
.product__form {
  display: flex;
  margin-top: 120px;
  border: 2px solid #ff9c00;
  padding: 65px 0;
  padding-right: 100px;
  padding-left: 40px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.product__form.column {
  flex-direction: column;
}
.product__form.column .product__form-content {
  max-width: 600px;
  margin: 0 auto;
}
.product__form.column .product-form__btns {
  margin-top: 40px;
}
.product__form-content {
  flex-basis: 40%;
  color: #000000;
}
.product__form-title {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.product__form-title.small {
  font-size: 24px;
}
.product__form-text {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 300;
  margin: 0;
  margin-top: 20px !important;
  text-align: center;
}
.product__form-form {
  flex-basis: 50%;
  margin-left: auto;
}
.product__form-flexgroup {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.product__form-flex {
  flex-basis: calc(50% - 10px);
}
.product__form-flex.flex {
  display: flex;
}
.product__form-textfield {
  width: 100%;
}
.product__form-input {
  display: block;
  width: 100%;
  background: #ebebeb !important;
  font-size: 18px !important;
  color: #000000 !important;
  font-weight: 300;
  padding: 10px;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none;
}
.product__form-input::placeholder {
  color: #000000;
}
.product__form-checkbox {
  display: flex;
  align-items: center;
}
.product__form-checkbox-input {
  display: none;
}
.product__form-checkbox-input:checked + .product__form-checkbox-pseudoinput .product__form-checkbox-icon {
  display: block;
}
.product__form-checkbox-pseudoinput {
  border: 2px solid #e6e6e6;
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  cursor: pointer;
}
.product__form-checkbox-icon {
  width: 100%;
  margin: auto;
  display: none;
}
.product__form-checkbox-text {
  font-size: 12px;
  line-height: 1.1em;
  font-weight: 300;
  margin-left: 5px;
  color: #000000;
  cursor: pointer;
}
.product__form-btn {
  background: #6899d3;
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  margin-left: auto;
  outline: none;
  display: block;
}
.product__form-btn:hover {
  color: #fff;
}
.product__form-item {
  margin-bottom: 20px;
}
.product__form-radiogroup {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.product__form-radiogroup-text {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-align: left;
}
.product__form-radio-input {
  display: none;
}
.product__form-radio-input:checked ~ .product__form-radio-label::before {
  background: #000000;
}
.product__form-radio-label {
  position: relative;
  margin-left: 20px;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.product__form-radio-label::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #e6e6e6;
  position: absolute;
  top: 4px;
  left: -20px;
  border: 5px solid #e6e6e6;
  border-radius: 20px;
  box-sizing: border-box;
  transition: 200ms;
}
.product__reviews {
  margin-top: 75px;
}
.product__reviews.narrow .product-reviews__carousel-btn.next {
  left: 100%;
}
.product__reviews.narrow .product-reviews__carousel-btn.prev {
  right: 100%;
}
.product__reviews.no-action .product-reviews__action {
  display: none;
}
.product__carousel-img {
  margin-top: 75px;
}
.product__capabilities {
  margin-top: 80px;
}
.product__gide {
  margin-top: 60px;
}
.product__gide.no-animation .product-gide__item:hover .product-gide__title-text {
  font-size: 24px;
  font-weight: 300;
}
.product__advantages {
  margin-top: 70px;
}
.product__protection {
  margin-top: 60px;
}
.product__benefit {
  margin-top: 45px;
  margin-bottom: 70px;
}
.product__video {
  margin-top: 110px;
}
.product__video-iframe {
  margin-top: 4 0px !important;
  width: 100%;
  height: 590px;
}
.product__options {
  margin-top: 70px;
}
.product__appointment {
  margin-top: 70px;
}
.product__video {
  margin-top: 70px;
}
.product__video-src {
  margin-top: 45px !important;
  height: 600px;
  width: 100%;
  display: block;
}
.product__receive {
  margin-top: 70px;
}
.product__receive.training {
  margin-top: 0;
}
.product__question {
  margin-top: 70px;
}
.product__contacts {
  margin-bottom: 70px;
}

.product-functions {
  display: flex;
  margin-top: 30px;
  position: relative;
}
.product-functions__video {
  flex-grow: 1;
}
.product-functions__video-frame {
  width: 100%;
  height: 570px;
}
.product-functions__btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 150px;
  margin-left: 30px;
  position: absolute;
  left: calc(100% + 30px);
  max-width: 150px;
  height: 100%;
}
.product-functions__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  color: #6899d3;
}
.product-functions__btn-block {
  background: #6899d3;
  display: flex;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 5px;
  max-width: 100px;
}
.product-functions__btn-img {
  width: 55px;
  display: block;
  margin: auto;
}
.product-functions__btn-text {
  margin-top: 15px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.product-clients {
  display: flex;
  margin-top: 35px;
  overflow: hidden;
}
.product-clients__container {
  position: relative;
}
.product-clients__btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 50px;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-clients__btn-prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}
.product-clients__btn-next {
  right: 20px;
}
.product-clients__btn-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-clients.four .product-clients__block {
  height: 400px;
}
.product-clients.four .product-clients__block-content {
  bottom: 35px;
}
.product-clients.four .product-clients__block-title {
  font-size: 18px;
}
.product-clients.four .product-clients__block-text {
  font-size: 18px;
  margin-top: 15px;
}
.product-clients__block {
  flex-basis: 33.333%;
  height: 550px;
  position: relative;
  color: #fff;
  transition: 200ms;
  border: none;
  outline: none;
}
.product-clients__block:hover {
  color: #fff;
  transform: scale(1.05);
  z-index: 1;
}
.product-clients__block:hover .product-clients__block-img {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
}
.product-clients__block:hover .product-clients__block-text.short {
  display: none;
}
.product-clients__block:hover .product-clients__block-text.full {
  display: block;
}
.product-clients__block:hover::before {
  background: rgba(0, 0, 0, 0.5);
}
.product-clients__block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-clients__block-content {
  position: absolute;
  bottom: 55px;
  left: 0;
  padding: 0 20px;
}
.product-clients__block-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.product-clients__block-text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 0;
}
.product-clients__block-text.full {
  display: none;
}
.product-clients__block-icon {
  height: 20px;
  display: inline-block !important;
}
.product-clients__block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(14, 83, 167, 0.5);
  transition: 200ms;
}
.product-clients.carousel .product-clients__block {
  padding: 30px 0;
}
.product-clients.carousel .product-clients__block::before {
  height: calc(100% - 60px);
  top: 30px;
}

.product-partners {
  margin-top: 60px;
}
.product-partners__layout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -14px;
  max-height: 330px;
  overflow: hidden;
  transition: 300ms;
}
.product-partners__layout.open {
  max-height: 1500px;
}
.product-partners__item {
  flex-basis: 260px;
  max-width: 260px;
  height: 80px;
  border: 1px solid #e6e6e6;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
}
.product-partners__item-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  margin: auto;
}
.product-partners__down {
  display: flex;
  border-bottom: 2px solid #e6e6e6;
  cursor: pointer;
}
.product-partners__down.open .product-partners__down-img {
  transform: rotate(180deg);
}
.product-partners__down-img {
  display: block;
  margin: auto;
  transition: 200ms;
}
.product-partners.gray .product-partners__item {
  filter: grayscale(100%);
  opacity: 0.6;
  transition: 200ms;
}
.product-partners.gray .product-partners__item:hover {
  filter: grayscale(0);
  opacity: 1;
}
.product-partners.orange .product-partners {
  transition: 200ms;
}
.product-partners.orange .product-partners__item:hover {
  background: #ff9c00;
}

.product-history {
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 160px 225px;
  grid-gap: 15px;
}
.product-history__item {
  position: relative;
}
.product-history__item:hover::before {
  opacity: 0;
}
.product-history__item:hover::after {
  opacity: 1;
}
.product-history__item:first-child {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.product-history__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-history__item::before, .product-history__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(14, 83, 167, 0.9) 5%, rgba(8, 41, 80, 0.3) 100%);
  transition: 200ms;
}
.product-history__item::after {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.product-history__item-title {
  margin: 0;
}
.product-history__item-content {
  position: absolute;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.product-history__item-link {
  color: #fff;
  display: block;
  margin-top: 30px;
}
.product-history__item-link:hover {
  color: #fff;
}
.product-history__item-icon {
  height: 20px;
}

.product-reviews__categories {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.product-reviews__categories-btn {
  display: block;
  font-size: 18px;
  line-height: 1em;
  font-weight: 500;
  font-family: "Roboto";
  text-transform: uppercase;
  padding: 10px 25px;
  margin: 0 25px;
  cursor: pointer;
  border-radius: 0;
  background: #ff9c00;
  color: #fff;
}
.product-reviews__categories-btn:hover {
  color: #fff;
  opacity: 0.8;
}
.product-reviews__categories-btn.active {
  color: #fff;
  background: #ff9c00;
}
.product-reviews__carousel {
  margin: 0 -40px;
  margin-top: 45px;
}
.product-reviews__carousel-container {
  position: relative;
}
.product-reviews__carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  display: flex;
}
.product-reviews__carousel-btn.prev {
  transform: translateY(-50%) scaleX(-1);
  right: calc(100% + 50px);
}
.product-reviews__carousel-btn.next {
  left: calc(100% + 50px);
}
.product-reviews__carousel-btn-icon {
  width: 30px;
}
.product-reviews__item {
  padding: 0 40px;
  outline: none;
}
.product-reviews__head {
  display: flex;
  align-items: center;
  min-height: 75px;
}
.product-reviews__avatar {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  overflow: hidden;
}
.product-reviews__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-reviews__info {
  padding-left: 10px;
  color: #000000;
}
.product-reviews__info-name {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
.product-reviews__info-about {
  font-size: 15px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.product-reviews__info-rating {
  display: flex;
  justify-content: flex-start;
}
.product-reviews__info-star {
  width: 15px;
  display: block;
  margin: 0;
}
.product-reviews__content {
  display: flex;
  margin-top: 30px;
  height: 220px;
}
.product-reviews__content.video .product-reviews__content-info {
  max-width: 320px;
}
.product-reviews__content.text {
  position: relative;
  transition: 200ms;
}
.product-reviews__content.text:hover {
  transform: scale(1.05);
}
.product-reviews__content.text .product-reviews__content-preview {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}
.product-reviews__content.text .product-reviews__content-img {
  width: 30px;
  margin: 0;
}
.product-reviews__content-preview {
  flex-basis: 75px;
}
.product-reviews__content-img {
  width: 25px;
  display: block;
  margin-right: 10px;
  margin-left: auto;
}
.product-reviews__content-info {
  flex-grow: 1;
}
.product-reviews__content-iframe {
  width: 100%;
  height: 100%;
}
.product-reviews__content-video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-reviews__content-text {
  margin: 0;
  font-size: 18px;
  line-height: 1.25em;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto";
}
.product-reviews__content-text.full {
  max-height: none;
  overflow: auto;
  padding-bottom: 40px;
}
.product-reviews__content-link {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto";
  position: relative;
  display: block;
  max-height: 100%;
  overflow: hidden;
  height: 220px;
  cursor: pointer;
}
.product-reviews__content-link::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0, #fff, transparent);
  z-index: 1;
}
.product-reviews__content-link:hover {
  color: #000000;
}
.product-reviews__action {
  margin-top: 40px;
  display: flex;
}
.product-reviews__action-btn {
  padding: 10px 20px;
  color: #fff;
  background: #6899d3;
  border-radius: 5px;
  display: block;
  margin: auto;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1em;
  font-family: "Roboto";
}
.product-reviews__action-btn:hover {
  color: #fff;
}
.product-reviews__dialog {
  max-width: 800px;
  max-height: 80vh;
}
.product-reviews__dialog .product-reviews__content.text {
  height: auto;
}
.product-reviews__dialog .product-reviews__content.text:hover {
  transform: none;
}
.product-reviews__dialog .product-reviews__content-text {
  padding: 0;
}

.product-carusel-img {
  display: flex;
  margin-top: 60px;
}
.product-carusel-img__btn {
  width: 80px;
  display: flex !important;
  margin: auto;
  cursor: pointer;
  outline: none;
}
.product-carusel-img__btn.prev {
  transform: scaleX(-1);
}
.product-carusel-img__btn-icon {
  width: 30px;
  margin: auto;
}
.product-carusel-img__layout {
  padding: 0 40px;
  width: calc(100% - 120px);
}
.product-carusel-img__layout-img {
  width: 100%;
  outline: none;
}

.product-capabilities {
  margin-top: 70px;
  display: flex;
}
.product-capabilities__list {
  flex-basis: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.product-capabilities__list.wide {
  flex-basis: 100%;
}
.product-capabilities__list-item {
  display: flex;
  align-items: center;
  border: 2px solid #e6e6e6;
  margin: 0;
  height: auto;
  padding: 10px 20px;
  transition: 200ms;
}
.product-capabilities__list-item:not(:first-of-type) {
  margin-top: 20px;
}
.product-capabilities__list-item::before {
  display: none;
}
.product-capabilities__list-item:hover {
  background: #6899d3 !important;
}
.product-capabilities__list-item:hover .product-capabilities__list-icon {
  stroke: #fff;
}
.product-capabilities__list-item:hover .product-capabilities__list-text {
  color: #fff;
}
.product-capabilities__list-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  margin-right: 20px;
  stroke: #6899d3;
}
.product-capabilities__list-text {
  margin: 0;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
}
.product-capabilities__video {
  flex-basis: 30%;
  margin-left: auto;
  height: 260px;
}
.product-capabilities__video-iframe {
  width: 100%;
  height: 100%;
}

.product-gide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
.product-gide__item {
  flex-basis: 33.333%;
}
.product-gide__item:hover .product-gide__title-text {
  color: #ff9c00;
  font-size: 33px;
  font-weight: 500;
}
.product-gide__item:hover .product-gide__title-line {
  background: #ff9c00;
}
.product-gide__item:hover .product-gide__title-line::before, .product-gide__item:hover .product-gide__title-line::after {
  border-color: #ff9c00;
}
.product-gide__preview {
  height: 200px;
  display: flex;
}
.product-gide__preview-img {
  max-width: 100%;
  margin: auto;
}
.product-gide__title {
  display: flex;
  margin-top: 30px;
}
.product-gide__title-text {
  font-size: 24px;
  color: #6899d3;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  transition: 200ms;
  max-width: 250px;
  text-align: center;
}
.product-gide__title-line {
  display: block;
  flex-grow: 1;
  height: 2px;
  background: #6899d3;
  position: relative;
  transition: 200ms;
  margin-top: 12px;
}
.product-gide__title-line.none {
  background: transparent !important;
}
.product-gide__title-line.none::before, .product-gide__title-line.none::after {
  display: none;
}
.product-gide__title-line.left {
  margin-right: 20px;
}
.product-gide__title-line.right {
  margin-left: 20px;
}
.product-gide__title-line.left-point::after {
  display: none;
}
.product-gide__title-line.right-point::before {
  display: none;
}
.product-gide__title-line::before, .product-gide__title-line::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #6899d3;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: -4px;
  transition: 200ms;
}
.product-gide__title-line::before {
  left: 0;
}
.product-gide__title-line::after {
  right: 0;
}
.product-gide__info {
  margin-top: 25px;
}
.product-gide__info-title {
  margin: 0;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.product-gide__info-text {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  margin: 0;
}
.product-gide__apps {
  display: flex;
  margin: auto;
}
.product-gide__apps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-gide__apps-qr {
  max-width: 100%;
}
.product-gide__apps-link {
  display: block;
  cursor: pointer;
  margin-top: 20px;
}
.product-gide__apps-btn {
  max-width: 100%;
}
.product-gide.factory .product-gide__preview-img {
  max-width: 80%;
}
.product-gide.factory .product-gide__info {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.product-gide.two {
  justify-content: center;
}

.product-advantages {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.product-advantages__list {
  list-style-type: none;
  margin: 0;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-advantages__list.right .product-advantages__list-item {
  justify-content: flex-end;
}
.product-advantages__list.right .product-advantages__preview {
  order: 1;
}
.product-advantages__list.right .product-advantages__info-title, .product-advantages__list.right .product-advantages__info-text {
  text-align: right;
}
.product-advantages__list-item {
  margin: 0;
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product-advantages__list-item::before {
  display: none;
}
.product-advantages__preview {
  flex-basis: 60px;
  width: 60px;
  display: flex;
  margin: 0 20px;
}
.product-advantages__preview-icon {
  display: block;
  margin: auto;
  stroke: #6899d3;
  width: 40px;
  height: 40px;
}
.product-advantages__info {
  max-width: 300px;
}
.product-advantages__info-title {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.product-advantages__info-text {
  color: #000000;
  font-size: 18px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.product-advantages__img {
  position: absolute;
  margin: auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-protection__info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.product-protection__info::before, .product-protection__info::after {
  content: "!";
  font-size: 91px;
  color: #6899d3;
  font-weight: 500;
}
.product-protection__info-text {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  max-width: 480px;
  margin: 0 50px;
}
.product-protection__content {
  background-image: url("/public/img/products/factory/protection.jpg");
  min-height: 450px;
  display: flex;
  margin-top: 25px;
}
.product-protection__content-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: right;
  text-transform: uppercase;
  color: #000000;
  max-width: 515px;
  margin: auto;
  margin-right: 60px;
  margin-top: auto !important;
}

.product-contacts__list {
  display: flex;
  margin: 0;
  justify-content: space-between;
  align-items: flex-start;
}
.product-contacts__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.product-contacts__list-item::before {
  display: none;
}
.product-contacts__list-title {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.product-contacts__list-text {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: 0;
}
.product-contacts__list-text.name {
  font-size: 22px;
}

.product-benefit {
  display: flex;
  justify-content: space-between;
  min-height: 350px;
  position: relative;
}
.product-benefit__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.product-benefit__list-item {
  margin: 0;
  padding-left: 50px;
  margin-bottom: 25px;
}
.product-benefit__list-item::before {
  display: none;
}
.product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(25deg);
}
.product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  width: 30%;
}
.product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 38%;
  transform: rotate(-19deg);
}
.product-benefit__list-item:hover .product-benefit__line {
  background: #ff9c00;
}
.product-benefit__list-item:hover .product-benefit__line-1::before {
  border-color: #ff9c00;
  background-image: url("/public/icons/check-orange.svg");
}
.product-benefit__list-item:hover .product-benefit__line-2::before {
  background: #ff9c00;
}
.product-benefit__list-item:hover .product-benefit__title, .product-benefit__list-item:hover .product-benefit__subtitle {
  transform: scale(1.05);
}
.product-benefit__list:nth-child(2) .product-benefit__title, .product-benefit__list:nth-child(2) .product-benefit__subtitle {
  text-align: right;
  margin-right: 10px;
}
.product-benefit__list:nth-child(2) .product-benefit__divider {
  transform: scaleX(-1);
}
.product-benefit__list:nth-child(2) .product-benefit__line-1::before {
  transform: scaleX(-1);
}
.product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) {
  margin-top: 60px;
}
.product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  width: 30%;
  transform: none;
}
.product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  width: 42%;
  transform: rotate(-20deg);
}
.product-benefit__title {
  margin: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-left: 10px;
  transition: 300ms;
}
.product-benefit__subtitle {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding-left: 10px;
  transition: 300ms;
}
.product-benefit__divider {
  height: 2px;
  width: 100%;
  position: relative;
}
.product-benefit__line {
  position: absolute;
  height: 2px;
  background: #6899d3;
  transition: 200ms;
}
.product-benefit__line-1 {
  left: 0;
  top: 0;
  width: 100%;
}
.product-benefit__line-1::before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #6899d3;
  background-color: #fff;
  background-image: url("/public/icons/check-blue.svg");
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  right: 100%;
  top: -20px;
  transition: 200ms;
}
.product-benefit__line-2 {
  left: 100%;
  top: 0;
  width: 50%;
  transform-origin: center left;
  transition: 200ms;
}
.product-benefit__line-2.animation {
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
  animation-delay: 200ms;
}
.product-benefit__line-2::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #6899d3;
  position: absolute;
  left: 100%;
  top: -2px;
  transition: 200ms;
}
.product-benefit__preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 550px;
  width: 100%;
  height: 100%;
}
.product-benefit__preview-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product-benefit.tile-shops {
  min-height: 380px;
}
.product-benefit.tile-shops .product-benefit__list {
  max-width: 290px;
}
.product-benefit.tile-shops .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(16deg);
  width: 20%;
}
.product-benefit.tile-shops .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  width: 20%;
}
.product-benefit.tile-shops .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  transform: none;
  width: 20%;
}
.product-benefit.tile-shops .product-benefit__list-item:nth-child(4) {
  margin-bottom: 40px;
}
.product-benefit.tile-shops .product-benefit__list-item:nth-child(4) .product-benefit__line-2 {
  transform: rotate(-45deg);
  width: 29%;
}
.product-benefit.tile-shops .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) {
  margin-top: 0;
}
.product-benefit.tile-shops .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(12deg);
  width: 26%;
}
.product-benefit.tile-shops .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  transform: none;
  width: 25%;
}
.product-benefit.tile-shops .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  transform: none;
  width: 25%;
}
.product-benefit.tile-shops .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(4) .product-benefit__line-2 {
  width: 26%;
  transform: rotate(-16deg);
}
.product-benefit.tile-shops .product-benefit__preview {
  max-width: 500px;
}
.product-benefit.diy {
  min-height: 300px;
}
.product-benefit.diy .product-benefit__list {
  max-width: 335px;
}
.product-benefit.diy .product-benefit__list:nth-child(2) {
  max-width: 400px;
  width: 100%;
}
.product-benefit.diy .product-benefit__list-item:first-child {
  margin-top: 40px;
}
.product-benefit.diy .product-benefit__list-item:first-child .product-benefit__line-2 {
  transform: rotate(25deg);
  width: 28%;
}
.product-benefit.diy .product-benefit__list-item:last-child {
  margin-bottom: 60px;
}
.product-benefit.diy .product-benefit__list-item:last-child .product-benefit__line-2 {
  transform: rotate(-25deg);
  width: 28%;
}
.product-benefit.diy .product-benefit__preview {
  max-width: 410px;
}
.product-benefit.designers {
  min-height: 300px;
}
.product-benefit.designers .product-benefit__list {
  max-width: 335px;
}
.product-benefit.designers .product-benefit__list:nth-child(2) {
  max-width: 400px;
  width: 100%;
}
.product-benefit.designers .product-benefit__list-item:nth-child(1) {
  margin-top: 0;
}
.product-benefit.designers .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(31deg);
  width: 55%;
}
.product-benefit.designers .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  width: 45%;
}
.product-benefit.designers .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 40%;
  transform: rotate(-30deg);
}
.product-benefit.designers .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(25deg);
  width: 40%;
}
.product-benefit.designers .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  transform: none;
  width: 36%;
}
.product-benefit.designers .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 35%;
  transform: rotate(-20deg);
}
.product-benefit.designers .product-benefit__preview {
  max-width: 410px;
}
.product-benefit.factories .product-benefit__list {
  max-width: 370px;
}
.product-benefit.factories .product-benefit__list:nth-child(2) {
  max-width: 400px;
  width: 100%;
}
.product-benefit.factories .product-benefit__list-item {
  margin-bottom: 30px;
}
.product-benefit.factories .product-benefit__list-item:nth-child(1) {
  margin-top: 0;
}
.product-benefit.factories .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(35deg);
  width: 50%;
}
.product-benefit.factories .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  width: 30%;
  transform: none;
}
.product-benefit.factories .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 40%;
  transform: rotate(-24deg);
}
.product-benefit.factories .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(40deg);
  width: 35%;
}
.product-benefit.factories .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  transform: none;
  width: 25%;
}
.product-benefit.factories .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 38%;
  transform: rotate(-50deg);
}
.product-benefit.factories .product-benefit__preview {
  max-width: 410px;
}
.product-benefit.factory .product-benefit__list {
  max-width: 370px;
}
.product-benefit.factory .product-benefit__list:nth-child(2) {
  max-width: 400px;
  width: 100%;
}
.product-benefit.factory .product-benefit__list-item {
  margin-bottom: 30px;
}
.product-benefit.factory .product-benefit__list-item:nth-child(1) {
  margin-top: 0;
}
.product-benefit.factory .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(35deg);
  width: 50%;
}
.product-benefit.factory .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  width: 30%;
  transform: none;
}
.product-benefit.factory .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 40%;
  transform: rotate(-24deg);
}
.product-benefit.factory .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(1) .product-benefit__line-2 {
  transform: rotate(40deg);
  width: 35%;
}
.product-benefit.factory .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(2) .product-benefit__line-2 {
  transform: none;
  width: 25%;
}
.product-benefit.factory .product-benefit__list:nth-child(2) .product-benefit__list-item:nth-child(3) .product-benefit__line-2 {
  width: 27%;
  transform: rotate(-25deg);
}
.product-benefit.factory .product-benefit__preview {
  max-width: 410px;
}

@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.product-options__text {
  font-size: 18px;
  color: #000000;
  font-weight: 4 0;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0;
  margin-top: 50px;
}
.product-options__img {
  margin: 20px auto;
  max-width: 340px;
  width: 100%;
  display: block;
}
.product-options__dropdown {
  margin-top: 20px;
  border: 2px solid #ececec;
}
.product-options__dropdown.active .product-options__dropdown-icon {
  transform: rotate(180deg);
}
.product-options__dropdown-head {
  display: flex;
  justify-content: space-between;
  padding: 15px 25px;
  cursor: pointer;
  position: relative;
}
.product-options__dropdown-text {
  font-size: 18px;
  line-height: 1em;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin: 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.product-options__dropdown-icon {
  height: 15px;
  min-width: 15px;
  margin-left: auto;
  margin-right: 0;
  transition: 200ms;
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
}
.product-options__dropdown-body {
  max-height: 0;
  overflow: hidden;
  transition: 300ms;
  transition-timing-function: linear;
}
.product-options__dropdown-body.active {
  max-height: 100vh;
}
.product-options__dropdown-list {
  margin: 0;
}
.product-options__dropdown-list-item {
  margin: 0;
  border-top: 1px solid #ececec;
  padding: 10px 40px;
  color: #000000;
}
.product-options__dropdown-list-item::before {
  display: none;
}

.product-appointment {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 100px;
  padding-bottom: 150px;
}
.product-appointment__flex {
  max-width: 410px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.product-appointment__flex-item {
  margin-top: 20px;
}
.product-appointment__flex-item:first-of-type {
  margin-top: 0;
}
.product-appointment__flex.right .product-appointment__content-text {
  margin-right: 55px;
  margin-left: auto;
  text-align: right;
}
.product-appointment__flex.right .product-appointment__counter-num {
  right: 0;
  left: auto;
}
.product-appointment__flex.right .product-appointment__decoration {
  transform: scaleX(-1);
}
.product-appointment__content {
  position: relative;
}
.product-appointment__content:hover .product-appointment__content-text {
  transform: scale(1.05);
}
.product-appointment__content:hover .product-appointment__decoration-line {
  background: #ff9c00;
}
.product-appointment__content:hover .product-appointment__decoration-line::before {
  background: #ff9c00;
}
.product-appointment__content:hover .product-appointment__counter-num {
  border-color: #ff9c00;
  color: #ff9c00;
}
.product-appointment__content-text {
  max-width: 300px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  line-height: 1.2em;
  margin-left: 55px;
  text-align: left;
  transition: 200ms;
}
.product-appointment__decoration {
  display: flex;
  height: 60px;
  position: relative;
}
.product-appointment__decoration-line {
  height: 2px;
  background: #6899d3;
  position: absolute;
  transition: 200ms;
}
.product-appointment__decoration-line.line-1 {
  width: calc(100% - 120px);
  top: 0;
  left: 0;
}
.product-appointment__decoration-line.line-2 {
  width: 80px;
  transform: rotate(45deg);
  transform-origin: left center;
  top: -1px;
  left: calc(100% - 120px);
}
.product-appointment__decoration-line.line-3 {
  width: 63px;
  bottom: 2px;
  right: 1px;
}
.product-appointment__decoration-line.line-3::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #6899d3;
  position: absolute;
  top: -4px;
  right: -5px;
  transition: 200ms;
}
.product-appointment__counter {
  position: relative;
}
.product-appointment__counter-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #6899d3;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  width: 45px;
  height: 45px;
  border: 2px solid #6899d3;
  border-radius: 45px;
  background: #fff;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: 200ms;
}
.product-appointment__img {
  display: block;
  max-width: 25%;
  position: absolute;
  top: 8%;
  left: 39%;
}

.product-receive {
  position: relative;
  margin-top: 40px;
}
.product-receive__btn {
  width: 31px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.product-receive__btn-prev {
  transform: translateY(-50%) scaleX(-1);
  left: 40px;
}
.product-receive__btn-next {
  right: 40px;
}
.product-receive__btn-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-receive__slide {
  position: relative;
  height: 535px;
}
.product-receive__slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.product-receive__slide-text {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 40px 30px;
  background: rgba(14, 83, 167, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: block;
  max-width: 65%;
}
.product-receive.training .product-receive__slide-text {
  max-width: 70.5%;
  padding: 25px;
  text-transform: none;
}

.product-carousel {
  position: relative;
  height: 528px;
}
.product-carousel.outside .product-carousel__btn-prev {
  right: calc(100% + 20px);
  left: auto;
}
.product-carousel.outside .product-carousel__btn-next {
  right: auto;
  left: calc(100% + 20px);
}
.product-carousel.km, .product-carousel.height-auto {
  height: auto;
}
.product-carousel__btn {
  width: 30px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.product-carousel__btn-prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}
.product-carousel__btn-next {
  right: 20px;
}
.product-carousel__btn-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-carousel__container {
  height: 100%;
}
.product-carousel__container .slick-list {
  height: 100%;
}
.product-carousel__slide {
  position: relative;
}
.product-carousel__slide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-carousel__content-visualization {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  min-height: 185px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-carousel__content-visualization-text {
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0;
  padding: 20px 15px 20px 25px;
  position: relative;
}
.product-carousel__content-visualization-text::before {
  content: "";
  display: block;
  height: 100%;
  width: 5px;
  background: #6899d3;
  position: absolute;
  top: 0;
  left: 10px;
}

.product-exhibitor {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-exhibitor__preview {
  transition: 200ms;
}
.product-exhibitor__preview-1 {
  flex-basis: 30%;
  max-width: 30%;
}
.product-exhibitor__preview-2 {
  flex-basis: 20%;
  max-width: 20%;
}
.product-exhibitor__preview-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-exhibitor__preview.active {
  transform: scale(1.1);
}
.product-exhibitor__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: calc(50% - 40px);
  max-width: calc(50% - 40px);
}
.product-exhibitor__qr {
  display: flex;
  align-items: center;
}
.product-exhibitor__qr-line {
  height: 2px;
  flex-grow: 1;
  background: #6899d3;
  position: relative;
  transition: 200ms;
}
.product-exhibitor__qr-line.active {
  background: #ff9c00;
}
.product-exhibitor__qr-line.active::before {
  border-color: #ff9c00;
}
.product-exhibitor__qr-line::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #6899d3;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: -4px;
  transition: 200ms;
}
.product-exhibitor__qr-line-2::before {
  right: 0;
  left: auto;
}
.product-exhibitor__qr-codes {
  display: flex;
  justify-content: space-between;
  flex-basis: 60%;
  max-width: 60%;
}
.product-exhibitor__qr-codes-img {
  max-width: 147px;
  width: 100%;
  display: block;
}
.product-exhibitor__info {
  margin-top: 30px;
}
.product-exhibitor__info-text {
  font-size: 18px;
  line-height: 1.2em;
  color: #6899d3;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.product-exhibitor__info-action {
  font-size: 27px;
  color: #ff9c00;
  margin: 10px 0;
}

.product-galery__layout {
  margin-top: 30px;
}
.product-galery__flex {
  display: flex;
  justify-content: space-between;
}
.product-galery__flex-link {
  flex-basis: 32%;
  max-width: 32%;
  display: block;
  transition: 200ms;
  position: relative;
}
.product-galery__flex-link:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.product-galery__flex-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-galery__flex-text {
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  top: 20px;
  right: 20px;
}
.product-galery__flex-icon {
  position: absolute;
  width: 80px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-galery__link {
  font-size: 18px;
  line-height: 1em;
  color: #fff;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  background: #6899d3;
  width: 100%;
  max-width: 320px;
  text-transform: uppercase;
  padding: 10px;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  border: none;
}
.product-galery__link:hover {
  color: #fff;
  border: none;
}

.product-cocoen {
  width: 100%;
}

.product-success {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 40% 30% 30%;
  grid-template-rows: repeat(2, 240px);
  grid-gap: 5px;
}
.product-success__item {
  position: relative;
}
.product-success__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.product-success__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.product-success__item:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.product-success__item:nth-child(4) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.product-success__item:nth-child(5) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.product-success__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-success__info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(14, 83, 167, 0.6);
  opacity: 0;
  transition: 200ms;
}
.product-success__info:hover {
  opacity: 1;
}
.product-success__logo {
  max-width: 200px;
  width: 100%;
}
.product-success__logo-img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.product-success__text {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-align: center;
  max-width: 250px;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.product-success__link {
  display: flex;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  align-items: center;
  margin-top: 30px;
}
.product-success__link-img {
  margin-left: 10px;
  width: 10px;
}
.product-success__link:hover {
  color: #fff;
  opacity: 0.6;
}

.product-universities {
  margin-top: 40px;
}
.product-universities__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -20px;
  padding: 0;
}
.product-universities__list-item {
  max-width: 160px;
  margin: 0 20px;
}
.product-universities__list-item::before {
  display: none;
}
.product-universities__logo {
  height: 80px;
  width: 100%;
}
.product-universities__logo-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product-universities__text {
  font-size: 18px;
  color: #000000;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  text-align: center;
  margin: 0;
  margin-top: 20px;
}

.product-guard__preview {
  width: 100%;
  display: flex;
}
.product-guard__preview-img {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.product-guard__info {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.product-guard__info-item {
  max-width: 320px;
}
.product-guard__info-item:nth-child(2) {
  max-width: 440px;
}
.product-guard__info-item:nth-child(2) .product-guard__info-title, .product-guard__info-item:nth-child(2) .product-guard__info-text {
  text-align: right;
}
.product-guard__info-title {
  font-size: 18px;
  color: #6899d3;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.product-guard__info-text {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

.product-question {
  min-height: 440px;
  padding: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #ff9c00;
}
.product-question__info {
  flex-basis: 40%;
  max-width: 40%;
  display: flex;
}
.product-question__info-text {
  font-size: 30px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  margin: auto;
  max-width: 310px;
}
.product-question__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-basis: 60%;
  max-width: 60%;
}
.product-question__btns-btn {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  max-width: 250px;
  width: 100%;
  padding: 10px;
  text-transform: uppercase;
  background: #e6e6e6;
  text-align: center;
  border-radius: 5px;
  margin: auto 20px;
  border: none;
}
.product-question__btns-btn.highlight {
  background: #6899d3;
  color: #fff;
}

.product-form__btns {
  display: flex;
}
.product-form__btns-btn {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  background: #0e53a7;
  margin: auto 20px;
  cursor: pointer;
}
.product-form__btns-btn:hover {
  color: #fff;
}

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