

/* Start:/local/templates/main/components/bitrix/news/about.news/bitrix/news.detail/.default/style.css?174833277214624*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.breadcrumbs__link {
	color: #777777 !important;
	text-decoration: none;
	font-family: Graphik !important;
}

.news__text-wrapper {
    display: grid;
    grid-gap: 20px;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #D1D2D7;
    border-bottom: 1px solid #D1D2D7;
}
.news__image {
    width: 50%;
    margin: 0 auto 20px;
    text-align: center;
}
.img-contain {
    max-width: 100%;
    max-height: 100%;
    width: auto!important;
    height: auto!important;
}
.news__text-block + .news__text-block {
    border-top: 1px solid #D1D2D7;
    padding-top: 20px;
}
.date_active_from {
    color: #8c8c8c;
}
.press-uno-news img {
  max-width: 100%;
  width: auto;
  height: auto;
}

@media all and (min-width: 768px) {
    .news__image {
        width: 100%;
        padding-right: 40px;
    }
    .news__text-block {
        display: grid;
        grid-template-columns: 2fr 3fr;
    }
    .news__text ul {
        margin-bottom: 0;
    }
    .news__image {
        text-align: left;
    }
}

.press-uno-gallery-big-box {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.press-uno-gallery-small-wrapper {
    margin: 15px 0;/*-5px;*/
}
.press-uno-gallery-small-line {
    display: flex;
}
.press-uno-gallery-small-img {
    flex: 1 1 auto;
    height: 15px;
    border-radius: 5px;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.press-uno-gallery-small-img img {
    display: none;
}
.press-uno-gallery-small-img::after {
    content: '';
    height: 5px;
    width: calc(100% - 10px);
    background-color: #d8d8d8;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.press-uno-gallery-small-img.active::after {
    background-color: #2A4C6B;
}
.press-uno-gallery-small-img + .press-uno-gallery-small-img {
    margin-left: 5px;
}

.press-uno-gallery-small-img__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.press-uno-gallery-frame {
    max-width: calc(100vw - 105px);
}
.press-uno-gallery-big-wrapper {
    margin-top: 30px;
}

@media all and (min-width: 576px) {
    .press-uno-gallery-small-wrapper {
        overflow: hidden;
    }
    .press-uno-gallery-small-line {
        justify-content: flex-start;
    }
    .press-uno-gallery-small-line-large-width {
        overflow-y: hidden;
        overflow-x: auto;
        position: relative;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 10px;
    }
    .press-uno-gallery-small-line-large-width::-webkit-scrollbar-track{
        border: 2px solid #00aeef;
        background-color: #00aeef;
        border-radius: 8px;
    }
    .press-uno-gallery-small-line-large-width::-webkit-scrollbar {
        height: 8px;
        background-color: #00aeef;
        border-radius: 8px;
    }
    .press-uno-gallery-small-line-large-width::-webkit-scrollbar:horizontal {
        height: 6px;
        background-color: #2a4c6b;
        border-radius: 8px;
    }
    .press-uno-gallery-small-line-large-width::-webkit-scrollbar:vertical {
        display: none;
    }
    .press-uno-gallery-small-line-large-width::-webkit-scrollbar-thumb {
        border-radius: 6px;
        border: 2px solid #2a4c6b; 
        background-color: #2a4c6b;
    }
    .press-uno-gallery-small-img {
        width: unset;
        height: unset;
        flex: 0 0 auto;
    }
    .press-uno-gallery-small-img img {
        display: block;
    }
    .press-uno-gallery-small-img + .press-uno-gallery-small-img {
        margin-left: 20px;
    }
}

@media all and (min-width: 768px) {
    .press-uno-gallery-small-wrapper {
        margin: 15px 0;
    }
    .press-uno-gallery-frame {
        max-width: 620px;
    }
}

@media all and (min-width: 992px) {
    .press-uno-gallery-frame {
        max-width: 800px;
    }
}

@media all and (min-width: 1200px) {
    .press-uno-gallery-frame {
        max-width: 920px;
    }
}

.press-uno-gallery-small-wrapper .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    width: calc(100% + 70px);
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-left: -35px;
}
.press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    position: absolute;
    top: 12vw;
}
.press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.press-uno-gallery-small-wrapper .owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-grey.svg) no-repeat center center / contain;
}
.press-uno-gallery-small-wrapper .owl-carousel .owl-nav button::after {
    background: url(/images/svg/arrow-left-grey.svg) no-repeat center center / contain;
}
.press-uno-gallery-small-wrapper {
    overflow: visible;
    padding: 0 25px;
}
.press-uno-gallery-small-img::after {
    display: none;
}
.press-uno-gallery-small-img {
    padding-top: 100%;
    border-radius: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* .press-uno-gallery-small-img.press-uno-gallery-small__fixed-width {
  width: 150px;
  padding-top: 100px;
  max-height: 100px;
} */

@media all and (min-width: 576px) {
    .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
        top: 4.5vw;
    }
}

@media all and (min-width: 768px) {
    .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
        top: 50px;
    }
    .press-uno-gallery-small-wrapper {
        padding: 0;
    }
}

@media all and (min-width: 1200px) {
    .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-next, .press-uno-gallery-small-wrapper .owl-carousel .owl-nav button.owl-prev {
        top: 60px;
    }
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 13px;
}
.owl-carousel .owl-nav button {
  opacity: 0.2;
  transition: 0.3s ease;
}
.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button::after {
  content: '';
  width: 18px;
  height: 16px;
  background: url(/images/svg/arrow-left.svg) no-repeat center center / contain;
}
.owl-carousel .owl-nav button.owl-next::after {
  transform: rotate(180deg);
}

.gallery-item__wrapper {
  position: relative;
  padding-top: 66%;
}
.gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gallery-thumb-wrapper {
  margin-top: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
.gallery-thumb-inner {
  display: flex;
  height: 75px;
}
.gallery-thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex: 0 0 113px;
  height: 75px;
}
.gallery-thumb + .gallery-thumb {
  margin-left: 10px;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.gallery-thumb-wrapper-vertical {
  display: none;
}
.gallery-thumb-wrapper.gallery-thumb-wrapper-horizontal::-webkit-scrollbar-track{
  border: 2px solid #00aeef;
  background-color: #00aeef;
  border-radius: 8px;
}
.gallery-thumb-wrapper.gallery-thumb-wrapper-horizontal::-webkit-scrollbar {
  height: 8px;
  background-color: #00aeef;
  border-radius: 8px;
}
.gallery-thumb-wrapper.gallery-thumb-wrapper-horizontal::-webkit-scrollbar:horizontal {
  height: 6px;
  background-color: #2a4c6b;
  border-radius: 8px;
}
.gallery-thumb-wrapper.gallery-thumb-wrapper-horizontal::-webkit-scrollbar:vertical {
  display: none;
}
.gallery-thumb-wrapper.gallery-thumb-wrapper-horizontal::-webkit-scrollbar-thumb {
  border-radius: 6px;
  border: 2px solid #2a4c6b; 
  background-color: #2a4c6b;
}
.gallery-thumb-num {
  display: none;
}
.gallery-carousel.owl-carousel .owl-nav button.owl-next,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
  border-color: #c3cbcd;
}

@media all and (max-width: 767.98px) {
  .gallery-thumb-wrapper.gallery-thumb-wrapper-horizontal::-webkit-scrollbar {
    display: block!important;
  }
}

@media all and (min-width: 768px) {
  .gallery-thumb-num {
      display: block;
      font: 700 15px/1.25em Geometria;
  }
  .gallery-thumb-wrapper {
      height: 313px;
      overflow-y: auto;
      overflow-x: hidden;
      padding-bottom: 0;
      padding-right: 15px;
  }
  .gallery-thumb-wrapper-vertical {
      display: block;
  }
  .gallery-thumb-wrapper-horizontal {
      display: none;
  }
  .gallery-thumb-wrapper.gallery-thumb-wrapper-vertical::-webkit-scrollbar-track{
      border: 2px solid #00aeef;
      background-color: #00aeef;
      border-radius: 8px;
  }
  .gallery-thumb-wrapper.gallery-thumb-wrapper-vertical::-webkit-scrollbar {
      height: unset;
      width: 6px;
      background-color: #00aeef;
      border-radius: 8px;
  }
  .gallery-thumb-wrapper.gallery-thumb-wrapper-vertical::-webkit-scrollbar-thumb {
      border-radius: 6px;
      border: 2px solid #2a4c6b; 
      background-color: #2a4c6b;
  }
  .gallery-thumb-wrapper.gallery-thumb-wrapper-vertical::-webkit-scrollbar:vertical {
      height: 6px;
      background-color: #2a4c6b;
      border-radius: 8px;
  }
  .gallery-thumb-wrapper.gallery-thumb-wrapper-vertical::-webkit-scrollbar:horizontal {
      display: none;
  }

  .gallery-thumb-inner {
      flex-direction: column;
      height: unset;
  }
  .gallery-thumb {
      flex: 0 0 75px;
      height: 165px;
  }
  .gallery-thumb + .gallery-thumb {
      margin-left: 0;
      margin-top: 5px;
  }
}

@media all and (min-width: 992px) {
  .gallery-thumb-wrapper {
      height: 475px;
  }
}

@media all and (min-width: 1200px) {
  .gallery-thumb-wrapper {
      height: 585.5px;
  }
  .gallery-thumb + .gallery-thumb {
      margin-top: 10px;
  }
}


.gallery-carousel .owl-carousel .owl-nav button::after {
  background-image: url('/images/svg/arrow-left-grey.svg')!important;
}

@media all and (min-width:768px) {
  .gallery-img-col {
      padding-left: 50px!important;
      padding-right: 30px!important;
  }
  .gallery-carousel .owl-carousel .owl-nav {
      padding: 0 0!important;
      margin-left: -35px;
      top: 0!important;
      width: 735px!important;
  }
  .gallery-carousel .owl-carousel .owl-nav .owl-next,
  .gallery-carousel .owl-carousel .owl-nav .owl-prev {
      position: absolute!important;
      top: 170px!important;
  }
  .gallery-carousel .owl-carousel .owl-nav .owl-next {
      right: 0;
  }
  .gallery-thumb-col {
      transform: translateX(-25px);
  }
  .gallery-thumb-wrapper {
      height: 280.6px;
  }
  .gallery-thumb {
      cursor: pointer;
  }
  .gallery-thumb + .gallery-thumb {
      margin-top: 27.5px;
  }
}

@media all and (min-width:992px) {
  .gallery-img-col {
      padding-right: 50px!important;
  }
  .gallery-carousel .owl-carousel .owl-nav {
      width: 940px!important;
  }
  .gallery-carousel .owl-carousel .owl-nav .owl-next,
  .gallery-carousel .owl-carousel .owl-nav .owl-prev {
      top: 250px!important;
  }
  .gallery-thumb-wrapper {
      height: 429.5px;
  }
  .gallery-thumb-col {
      transform: translateX(-40px);
  }
  .gallery-thumb + .gallery-thumb {
      margin-top: 13.5px;
  }
}

@media all and (min-width:1200px) {
  .gallery-carousel .owl-carousel .owl-nav {
      width: 1140px!important;
  }
  .gallery-carousel .owl-carousel .owl-nav .owl-next,
  .gallery-carousel .owl-carousel .owl-nav .owl-prev {
      top: 300px!important;
  }
  .gallery-thumb-wrapper {
      height: 539.3px;
  }
  .gallery-thumb + .gallery-thumb {
      margin-top: 17.9px;
  }
}

.press-uno__gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery-img-col {
  flex: 0 0 calc(100vw - 30px);
  display: block;
  overflow: hidden;
}
.gallery-thumb-col {
  width: calc(100vw - 30px);
}

@media all and (min-width: 576px) {
  .gallery-img-col {
    flex: 0 0 510px;
  }
  .gallery-thumb-col {
    width: 510px;
  }
}
@media all and (min-width: 768px) {
  .press-uno__gallery {
    justify-content: space-between;
  }
  .gallery-img-col {
    flex: 0 0 500px;
    margin-top: 31px;
  }
  .gallery-thumb-col {
    width: unset;
    flex: 0 0 175px;
    transform: unset;
  }
  .gallery-thumb-wrapper {
    margin-top: 10px;
    padding-right: 10px;
    height: 330px;
  }
  .gallery-thumb + .gallery-thumb {
    margin-top: 10px;
  }
  .gallery-img-col {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
@media all and (min-width: 992px) {
  .gallery-img-col {
    flex: 0 0 570px;
  }
  .gallery-thumb-col {
    flex: 0 0 175px;
  }
  .gallery-thumb-wrapper {
    height: 376px;
  }
}
@media all and (min-width: 1200px) {
  .gallery-img-col {
    flex: 0 0 690px;
  }
  .gallery-thumb-col {
    flex: 0 0 200px;
  }
  .gallery-thumb-wrapper {
    height: 455px;
  }
}

.press-uno-news .webform {
  margin: 50px 0;
}
.webform .inputtext {
  background: #F1F2F7;
}

@media all and (min-width: 768px) {
  .press-uno-news .webform__container form {
    grid-template-columns: repeat(2, 1fr);
  }
  .press-uno-news .webform__container .input-box.submit {
    grid-column: 1/2;
  }
}
@media all and (min-width: 1200px) {
  .press-uno-news .webform__container form {
    grid-template-columns: repeat(3, 1fr);
  }
  .press-uno-news .webform__container .input-box.AGREEMENT {
    grid-column: span 2;
    align-self: end;
  }
}

/*стили для адаптивного видео*/
.video-responsive {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/main.userconsent.request/jac/user_consent.css?17315114114670*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-user-consent-request-popup-cont {
	margin: 0 auto;
	padding: 20px;
	background: #fff;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;

	min-width: 200px;
    max-width: 90vw;
    min-height: 200px;
    max-height: 90vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
    flex: 0 0 20px;
    max-width: 90%;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	padding: 8px;
	text-align: left;
	color: rgb(84, 84, 84);

	max-width: calc(90vw - 40px);
    max-height: unset;
    height: 50vh;
    width: 100%;
    overflow-X: hidden;
    overflow-Y: auto;
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media all and (min-width: 768px) {
    .main-user-consent-request-popup-cont {
        max-width: 500px;
    }
}

@media all and (min-width: 992px) {
    .main-user-consent-request-popup-cont {
        max-width: 600px;
    }
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}
/* End */


/* Start:/local/templates/main/assets/css/forms_common.css?173151141112991*/
.webform__container form {
  position: relative;
  display: grid;
  grid-gap: 25px;
}
.webform__container label {
  display: none;
}
.webform__container .AGREEMENT label {
  display: inline-block;
}
.webform__container textarea {
  width: 100%;
  border: none;
  padding: 15px;
  resize: none;
  outline: none;
}
.webform__container input[type="text"] {
  width: 100%;
  padding: 15px 20px;
  font-size: 15px;
  border: unset;
  outline: none;
}
.webform__container textarea::placeholder,
.webform__container input::placeholder {
  color: #333333;
}

.section__form-std .webform__container textarea,
.section__form-std .webform__container input[type="text"] {
  background: #F1F2F7;
}

.main-user-consent-request input[type="checkbox"],
.webform__container input[type="checkbox"] {
  display: none;
}
.main-user-consent-request input[type="checkbox"] + span,
.webform__container input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding-left: 30px;
}
.main-user-consent-request input[type="checkbox"] + span::before,
.webform__container input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #022252;
  display: block;
  left: 0;
}
.main-user-consent-request input[type="checkbox"]:checked + span::before,
.webform__container input[type="checkbox"]:checked + span::before {
  background: #022252;
}
.main-user-consent-request input[type="checkbox"]:checked + span::after,
.webform__container input[type="checkbox"]:checked + span::after {
  content: '';
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  background: transparent;
  width: 7px;
  height: 13px;
  left: 7px;
  top: 9px;
  transform: translateY(-7px) rotate(-140deg);
}
.webform__container .modal_alert {
  left: 7px;
  top: 34px;
}

.form__red-submit,
.red-btn {
  cursor: pointer;
}

.input-box {
  position: relative;
}
.ajax-loader {
  height: 0;
  background: url('/images/ajax_loader.gif') no-repeat center top / contain;
  background-color: var(--color-white);
  position: relative;
  width: 100%;
  margin-top: 20px;
}
form div.ajax-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: unset;
  margin-top: 0;
  background-position: center center;
  background-size: 70px;
  background-color: rgba(255,255,255,0.5);
}


.webform-answer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px 40px;
  font-weight: 700;
  font-size: 20px;
  color: #022252;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
}
.popup-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup-close::before,
.popup-close::after {
  content: '';
  width: 27px;
  height: 2px;
  background: #022252;
  position: absolute;
  top: 9px;
  left: -3px;
  transition: 0.3s ease-out;
}
.popup-close::before {
  transform: rotate(45deg);
}
.popup-close::after {
  transform: rotate(-45deg);
}
.popup-close:hover::before {
  transform: rotate(225deg);
}
.popup-close:hover::after {
  transform: rotate(135deg);
}

.form-box__xs-btn-box {
  display: none;
}

.section__bg-blue .webform__container input[type="checkbox"] + span {
  color: #fff;
}
.section__bg-blue .opened .webform__container input[type="checkbox"] + span {
  color: #000;
}
.section__bg-blue .webform__container input[type="checkbox"] + span::before {
  border-color: #fff;
}
.section__bg-blue .opened .webform__container input[type="checkbox"] + span::before {
  border-color: #022252;
}
.section__bg-blue .webform__container input[type="checkbox"]:checked + span::before {
  background: #fff;
}
.section__bg-blue .opened .webform__container input[type="checkbox"]:checked + span::before {
  background: #022252;
}
.section__bg-blue .webform__container input[type="checkbox"]:checked + span::after {
  border-color: #022252;
}
.section__bg-blue .opened .webform__container input[type="checkbox"]:checked + span::after {
  border-color: #fff;
}

.modal-body .webform__container > div {
  max-height: calc(100vh - 70px);
}
.modal-body .webform__container {
  margin-right: -15px;
}
.modal-body .webform__container form {
  padding-right: 15px;
}
.modal-body .webform__container input[type="text"] {
  background: #F1F2F7;
}
.modal-body .webform__container textarea {
  background: #F1F2F7;
}
.modal-body .webform__container textarea::placeholder {
  color: #000;
}

.modal-body .webform-answer-close {
  display: none;
}

.modal-body.modal-body__std {
  font-weight: 400;
}

.web-form-4-box div[class^="input-box form_text_16"] {
  display: none;
}

.web-form-28-box .fileBtn {
  width: 100%;
}

.section.section__contacts {
  margin-top: 0;
}
.engineering__white-box {
  background: #fff;
  padding: 45px 90px;
}

@media all and (max-width: 767.98px) {
  .form-box__xs-opening {
    display: none;
  }
  .form-box__xs-btn-box {
    padding: 27px 15px;
    background: #CDDCF2;
    display: flex;
  }
  .form-box__xs-btn-box div {
    flex: 1 1 auto;
  }
  .form-box__xs-opening.opened {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8999;
  }
  .form-box__xs-opening.opened::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.5);
  }
  .form-box__xs-opening.opened > div {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .form-box__xs-opening.opened .webform {
    position: relative;
    margin: 0 -15px;
    background: #fff;
    padding: 60px 15px 30px 30px;
    max-height: 100vh;
  }
  .form-box__xs-opening.opened .webform__container > div {
    max-height: calc(100vh - 90px);
  }
  .form-box__xs-opening.opened form {
    margin: 30px 15px 0 0;
  }
  .form-box__xs-opening.opened input[type="text"],
  .form-box__xs-opening.opened textarea {
    background: #F1F2F7;
  }
}

@media all and (min-width: 768px) {
  .webform__container .web-form-1-box form {
    margin: 30px 0 0;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 25px;
  }
  .webform__container .web-form-1-box .input-box.AGREEMENT {
    grid-column: span 2;
    align-self: end;
    grid-row: 3/4;
  }
  .webform__container .web-form-1-box .input-box.submit {
    grid-column: 3/4;
  }
  .section__bg-blue .ajax-loader {
    background-color: rgba(7, 55, 126, 0.75);
  }
  .section__bg-blue .webform-answer {
    background-color: rgba(7, 55, 126, 0.9);
    color: #fff;
  }
  .section__bg-blue .webform-answer .popup-close::before, .section__bg-blue .webform-answer .popup-close::after {
    background: #fff;
  }
  .modal-body.modal-body__std {
    margin: 20px 30px!important;
  }
  .modal-body .webform__container {
    margin: 30px 15px 30px 30px;
  }
}
@media all and (min-width: 992px) {
  .webform__container .web-form-1-box form {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 35px;
    grid-row-gap: 30px;
  }
  .webform__container .web-form-1-box .input-box.submit {
    grid-column: 4/5;
    grid-row: 1/3;
    align-self: end;
  }
}
@media all and (min-width: 1200px) {
  .webform__container .web-form-1-box form {
    grid-column-gap: 40px;
    grid-row-gap: 35px;
  }
}

@media all and (min-width: 768px) {
  .web-form-2-box {
    background: #CDDCF2;
    padding: 50px 35px 40px;
  }
  .web-form-2-box form {
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .web-form-2-box .input-box.AGREEMENT {
    grid-column: span 3;
  }
}

@media all and (min-width: 768px) {
  .section__feedback-form form {
    grid-template-columns: repeat(2, 1fr);
  }
  .section__feedback-form div[class^="input-box form_textarea"] {
    grid-column: span 2;
  }
}
@media all and (min-width: 992px) {
  .section__feedback-form form {
    grid-template-columns: repeat(4, 1fr);
  }
  .section__feedback-form div[class^="input-box form_textarea"] {
    grid-column: span 3;
    grid-row: span 2;
  }
}
@media all and (min-width: 1200px) {
  .section__feedback-form div[class^="input-box form_textarea"] {
    grid-column: span 4;
    grid-row: span 2;
  }
  .section__feedback-form .input-box.submit {
    grid-column: 4/5;
  }
  .section__feedback-form .input-box.AGREEMENT {
    grid-row: 4/5;
    grid-column: span 3;
    align-self: end;
  }
}

@media all and (min-width: 768px) {
  .web-form-42-box form {
    grid-template-columns: repeat(3, 1fr);
  }
  .web-form-42-box div[class^="input-box form_textarea"] {
    grid-column: span 3;
  }
  .web-form-42-box .input-box.AGREEMENT {
    grid-column: span 2;
    align-self: end;
  }
}

@media all and (min-width: 768px) {
  .web-form-28-box form {
    grid-template-columns: repeat(2, 1fr);
  }
  .web-form-28-box div[class^="input-box form_textarea"] {
    grid-column: span 2;
  }
  .web-form-28-box .input-box.submit {
    grid-column: 1/2;
  }
  .web-form-28-box .input-box.AGREEMENT {
    grid-column: span 2;
  }
}
@media all and (min-width: 992px) {
  .web-form-28-box form {
    grid-template-columns: repeat(4, 1fr);
  }
  .web-form-28-box div[class^="input-box form_textarea"] {
    grid-column: span 4;
  }
  .web-form-28-box .input-box.AGREEMENT {
    align-self: end;
  }
}

@media all and (min-width: 768px) {
  .webform__container .web-form-41-box form {
    grid-template-columns: repeat(2, 1fr);
  }
  .webform__container .web-form-41-box .input-box.AGREEMENT {
    grid-column: span 2;
  }
}
@media all and (min-width: 1200px) {
  .webform__container .web-form-41-box form {
    grid-template-columns: repeat(4, 1fr);
  }
  .webform__container .web-form-41-box .input-box.AGREEMENT {
    grid-column: span 3;
    align-self: end;
    grid-row: 2/3;
  }
  .webform__container .web-form-41-box .input-box.submit {
    grid-column: 4/5;
  }
}

.web-form-7-box .fileUpload {
  display: block!important;
}


.inputlabel {
  font-size: 15px;
  margin-bottom: 10px;
}
.input-label {
  font-size: 13px;
}
.form_text {
  font-size: 12px;
  display: block;
}
.data-head-div {
  color: #797979;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 4px;
  background: #f1f2f7;
}
.data-head-div::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #787878;
  border-left: 1px solid #787878;
  transform: rotate(-45deg) translateY(-1px);
  margin-left: 20px;
  right: 20px;
}
.data-input-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: transparent;
  display: none;
  transition: 0.3s ease;
}

.data-input-outer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 15;
  background: #fff;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  padding: 20px;
}
.input-box.opened .data-input-wrapper {
  display: block;
  z-index: 15;
}
.data-input-div {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  border-radius: 3px;
  padding: 0 13px;
  overflow: auto;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding-right: 20px;
}
.data-input-div input {
  display: none;
}
.radio-label-box {
  font-size: 13px;
  margin-bottom: 7px;
}
.radio-label,
.box-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 400;
  padding-left: 27px;
  font-size: 13px;
}
.radio-label::before,
.box-label::before {
  content: '';
  border: 2px solid #003ea7;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  content: ' ';
  margin-right: 15px;
  cursor: pointer;
  z-index: 10;
  background-color: inherit;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-label::before {
  border-radius: 15px;
}
.hidden-radio:checked + .radio-label::after,
.hidden-checkbox:checked + .box-label::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 18px;
  left: 4px;
  top: 5px;
  z-index: 11;
}
.hidden-radio:checked + .radio-label::after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #555;
  left: 5px;
  top: 5px;
}
.hidden-checkbox:checked + .box-label::after {
  width: 12px;
  height: 8px;
  border-left: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(-50deg);
}
.hidden-checkbox,
.inputselect,
.hidden-radio {
  display: none;
}

.new-service-about .webform__container .form-title-box {
  display: none;
}
.new-service-about .webform__container label {
  display: flex;
}
.new-service-about .webform__container .inputlabel {
  display: none;
}

/* End */
/* /local/templates/main/components/bitrix/news/about.news/bitrix/news.detail/.default/style.css?174833277214624 */
/* /local/templates/main/components/bitrix/main.userconsent.request/jac/user_consent.css?17315114114670 */
/* /local/templates/main/assets/css/forms_common.css?173151141112991 */
