@charset "UTF-8";
/* OPN платное наполнение */
h1 {
  font-style: italic;
  font-weight: 600 !important;
}
@media (max-width: 475px) {
  .opn_wrapper img {
    display: block;
    margin: 0 auto 20px !important;
    float: none !important;
  }
}
.opn_wrapper h2 {
  color: #BB9456;
  font-weight: 600;
  font-style: italic;
}
.opn_spec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
.opn_spec__item {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 0 40px;
  padding: 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.922), rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46)), url(/d/bgitem.png) center center / 100% auto;
  box-shadow: 2px -2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.opn_spec__item:before {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid #66b7b0;
  bottom: -10px;
  left: 0;
  width: 100%;
}
@media (max-width: 475px) {
  .opn_spec__item {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.922), rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.46)), url(/d/bgitem.png) center center / auto 100%;
  }
}
.opn_spec__photo_wrapper {
  flex: 0 0 calc(30% - 20px);
  margin: 0 20px 0 0;
  font-size: 0;
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  padding: 3px;
}
.opn_spec__photo_wrapper img {
  border-radius: 9px;
  height: 100%;
  width: 100%;
}
@media (max-width: 475px) {
  .opn_spec__photo_wrapper img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
@media (max-width: 475px) {
  .opn_spec__photo_wrapper {
    flex: 0 0 60%;
    margin: 0 auto 10px;
  }
}
.opn_spec__content {
  flex: 0 0 65%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 475px) {
  .opn_spec__content {
    flex: 0 0 100%;
  }
}
.opn_spec__title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 0 0 5px;
}
.opn_spec__desc {
  font-size: 0.9em;
}
@media (max-width: 475px) {
  .opn_spec__desc {
    margin: 0 0 10px;
  }
}
.opn_spec__button_wrapper {
  text-align: right;
}
.opn_spec__btn {
  display: inline-block;
  background: #007E62;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid rgba(12, 93, 204, 0.129);
  transition: all 0.2s;
}
.opn_spec__btn:hover {
  background: #A8C637;
}
.opn_imgwrapper {
  display: flex;
  flex-wrap: wrap;
}
.opn_imgwrapper__item {
  flex: 0 0 calc(50% - 15px);
  margin: 0 15px 15px 0;
}
@media (max-width: 475px) {
  .opn_imgwrapper__item {
    flex: 0 0 100%;
  }
}
.opn_imgwrapper__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.opn_imgwrapper__item:nth-child(2n + 2) {
  margin: 0 0 15px 0;
}
.opn_serv {
  display: flex;
  flex-wrap: wrap;
}
.opn_serv__item {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  border-bottom: 1px solid #007e62;
  padding: 0 0 20px;
}
.opn_serv__photo_wrapper {
  flex: 0 0 40%;
  font-size: 0;
}
.opn_serv__photo_wrapper img {
  width: 250px;
  height: 129px;
}
@media (max-width: 475px) {
  .opn_serv__photo_wrapper {
    flex: 0 0 100%;
  }
  .opn_serv__photo_wrapper img {
    display: block;
    margin: 0 auto 20px !important;
  }
}
.opn_serv__content {
  flex: 0 0 60%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 475px) {
  .opn_serv__content {
    flex: 0 0 100%;
    padding: 0;
  }
}
.opn_serv__title {
  font-size: 1.2em;
  margin: 0 0 10px;
}
.opn_serv__desc {
  font-size: 0.9em;
}
@media (max-width: 475px) {
  .opn_serv__desc {
    margin: 0 0 10px;
  }
}
.opn_serv__btn_wrapper {
  text-align: right;
}
.opn_serv__button {
  display: inline-block;
  background: #007E62;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid rgba(12, 93, 204, 0.129);
  transition: all 0.2s;
}
.opn_serv__button:hover {
  background: #A8C637;
}
.opn_table {
  width: 100%;
  margin: 0 0 40px;
  border-collapse: collapse;
}
.opn_table td {
  border: 1px solid gray;
  padding: 5px 10px;
}
.opn_table__header {
  background: #189c90;
  color: #fff;
}
.opn_table2 {
  width: 100%;
  margin: 0 0 40px;
  border-collapse: collapse;
}
.opn_table2 td {
  border: 1px solid gray;
  padding: 5px 10px;
}
.opn_table2 td:first-child {
  font-weight: bold;
}
.opn_table2__header {
  background: #189c90;
  color: #fff;
}
.opn_imgwrapper2 {
  display: flex;
  flex-wrap: wrap;
}
.opn_imgwrapper2__item {
  flex: 0 0 calc(33% - 10px);
  margin: 0 10px 10px 0;
}
@media (max-width: 475px) {
  .opn_imgwrapper2__item {
    flex: 0 0 100%;
  }
}
.lpc-elements-2__text {
  text-align: unset !important;
}
.lp-header-text-2 {
  font-size: unset !important;
}
.lpc-wrap {
  font-family: unset !important;
}
[data-media-source="mobile"] .lpc-col-4-sm {
  padding: 0 !important;
}
.opn_img_wrapper__mobile_block {
  display: none;
}
@media (max-width: 425px) {
  .opn_img_wrapper__mobile_block {
    display: block;
  }
}
@media (max-width: 425px) {
  .opn_img_wrapper__mobile_none {
    display: none !important;
  }
}
.blocklist__item--u-ietrmwhwh {
  height: 100%;
}
@media (max-width: 960px) {
  .lpc-form-4, .lpc-features-2, .lpc-elements-headline._headline_2, .lpc-staff-1 {
    padding-top: 0 !important;
  }
  .lpc-form-4 {
    padding-bottom: 0 !important;
  }
  .lp-button {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  html body .lpc-wrap .lpc-features-2__title, html body .lpc-wrap .lpc-form-4__title, html body .lpc-wrap .lpc-elements-headline__title, html body .lpc-wrap .lpc-staff-1__header {
    font-size: 25px;
  }
}
