

/* Start:/bitrix/templates/plastdelo/components/bitrix/news.list/contact/style.css?17435085465175*/
.contact {
  background-color: #F5F3EE;
  padding-top: 150px;
  position: relative;
}

.contact__container {
  padding: 0 80px;
}

.contact::before {
  content: "";
  width: 182px;
  height: 400px;
  background: url("/img/dots.svg") no-repeat;
  position: absolute;
  left: 200px;
  top: 300px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/right-top-line.svg") no-repeat;
  display: block;
  position: absolute;
  right: -400px;
  top: 0;
}

.contact__title {
  font-family: "Magistral";
  font-style: normal;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}

.contact__title:hover {
  color: #006c5b;
}

.contact__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  position: relative;
  z-index: 20;
  justify-items: center;
}

.contact__item {
  width: 100%;
  max-width: 300px;
  color: var(--color-black);
}

.contact__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
}

.contact__item button {
  display: block;
  margin-bottom: 10px;
  border: none;
  background-color: white;
}

.contact__tel {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 25px;
  text-decoration: none;
  color:black;
}

.contact__email {
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color:black;
}

.contact__tel:hover{
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 25px;
  color: #006c5b;
}

.contact__email:hover{
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 25px;
  color: #006c5b;
}


.contact__company {
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.contact__address {
  font-size: 18px;
  line-height: 21px;
}

.contact__time {
  font-size: 18px;
  line-height: 21px;
}

.contact__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 65px;
  position: relative;
  z-index: 20;
}

.contact__btn {
  color: var(--color-black);
  border-color: var(--color-black);
}

.contact__map {
  position: relative;
  z-index: 20;
}

@media (max-width: 992px) {
  .contact::before {
    display: none;
  }

  .contact {
    padding: 130px 0 0;
  }
}

@media (max-width: 767.98px) {
  .contact__title {
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 30px;
  }

  .contact__inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }

  .contact__item a {
    font-size: 16px;
  }

  .contact__item p {
    font-size: 16px;
  }

  .contact__item-title {
    margin-bottom: 15px;
  }

  .contact__tel {
    margin-bottom: 15px;
  }

  .contact__company {
    margin-bottom: 15px;
  }

  .contact__cta {
    margin-bottom: 30px;
  }

  .contact__cta button {
    font-size: 15px;
    padding: 7px;
  }
}

@media (max-width: 576px) {
  .contact {
    padding-top: 90px;
  }

  .contact__title {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .contact__item a {
    font-size: 15px;
  }

  .contact__item p {
    font-size: 15px;
  }

  .contact__item-title {
    margin-bottom: 10px;
  }

  .contact__tel {
    margin-bottom: 10px;
  }

  .contact__company {
    margin-bottom: 10px;
  }

  .contact__cta {
    margin-bottom: 30px;
  }

  .contact__cta button {
    font-size: 14px;
  }

  .contact__inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .contract__btn {
    font-size: 16px;
  }
}

@media (max-width: 412px) {
  .contact__title {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .contact__item a {
    font-size: 14px;
  }

  .contact__item p {
    font-size: 14px;
  }

  .contact__item-title {
    margin-bottom: 10px;
  }

  .contact__tel {
    margin-bottom: 10px;
  }

  .contact__company {
    margin-bottom: 10px;
  }

  .contact__cta {
    margin-bottom: 30px;
  }

  .contact__cta button {
    font-size: 14px;
  }
}

@media (max-width: 374px) {
  .contact__cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}



.modal {
  display: none;
}

.modal.modal--opened {
  display: block;
}

.modal__btn {
  background-color: #4caf50;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
}

.modal__btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.modal__header {
  font-size: 18px;
  color: #333;
}

.risk-tab-menu li {
  display: inline-block;
  margin-right: 10px;
}

.risk-tab-menu li.active a {
  font-weight: bold;
}

.wz {
  overflow: hidden;
  height: 150px;
  transition: height 0.3s ease;
}

.reviews__content {
  position: relative;
}

.reviews__content.open {
  max-height: none;
}

.more__pravo a {
  color: #0066cc;
  cursor: pointer;
}

/* End */
/* /bitrix/templates/plastdelo/components/bitrix/news.list/contact/style.css?17435085465175 */
