

/* Start:/local/templates/new_novitek_02/css/custom.css?17580489728790*/
.icon_text {
    text-align: center;
    font-family: 'Proxima Nova Rg', 'Arial Narrow';
    padding: 10px;
    margin-left: -20px;
}

.icon_text1 {
    font-family: 'Proxima Nova Rg', 'Arial Narrow';
    padding: 10px;
    margin-left: -40px;
}

.icon_text1 {
    font-family: 'Proxima Nova Rg', 'Arial Narrow';
    padding: 10px;
}

.icon_pic {
    max-height: 122px;
    max-width: 122px;
    margin-bottom: 20px;
}

.advant {
    width: 100% !important;
    text-align: center;
}

.advant tr:last-child {
    font-size: 14px;
    color: #2785AF;
    border-bottom: 2px solid #2785AF !important;
    border-top: 2px solid #2785AF !important;
}

.advant tr:first-child {
    color: #2785AF;
}

.gab {
    max-width: 350px;
}

.gab1 {
    max-width: 650px;
}

.list-gab {
    list-style-image: url(/images/list.png);
}

.modal-dialog {}

.modal-dialog .modal-content {
    margin: 30px;
    max-width: 650px;
}

.modal-dialog .modal-content .modal-body {}


.modal-dialog .modal-content .modal-body {
    margin-bottom: 10px;
    color: #4D4D4D;
    text-transform: none;
    padding: 40px;
}

.modal-dialog .modal-content .modal-body>p {
    max-width: 1000px;
    margin-top: 20px;

    padding: 0 0 0 10px;
    font-size: 18px;
    line-height: 1.4;
    color: #005F87;
}

.modal-dialog .modal-content .modal-body table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: none;
}

.modal-dialog .modal-content .modal-body table tr:first-child {
    text-align: center;
    color: #2785AF;
}

.modal-dialog .modal-content .modal-body table th,
.parameters-table table td {
    padding: 10px;
    border: 1px solid #C3C4C4 !important;
    vertical-align: middle;
}

.modal-dialog .modal-content .modal-body table th {
    color: #2785AF;
}

.modal-dialog .modal-content .modal-body table td {
    padding: 10px;
    border: 1px solid #C3C4C4 !important;
    vertical-align: middle;
}

.modal-dialog .modal-content .modal-body tr:nth-child(2n) td {
    background: #F2F2F2 !important;
}

.modal-dialog .modal-content .modal-header h4 {
    margin-top: 30px;
    width: 1110px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #005F87;
}

.modal-dialog .modal-content .modal-header h3 {
    margin-top: 30px;
    width: 1110px;
    font-size: 24px;
    text-align: left;
}

.modal-title {}

.modal-title .h1__main {
    font-weight: normal;
    font-size: 27px;
    color: #2785AF;
    color: #005F87;
    font-weight: bold;
}

.pic {
    max-width: 500px;
}

.kompl {
    max-width: 250px;
}

.kompl1 {
    max-width: 500px;
    vertical-align: middle;
}

.kompl_ {
    text-align: center;
    font-style: bold;
    font-size: 16px;
}

.podr {
    color: white;
}

.kompl5 {
    max-width: 100%;
}

.graf {
    max-width: 100%;
}

.project_filter-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    width: 1170px;
}

.project_filtr-item {
    width: calc(100% / 4);
    max-height: 240px;
    min-height: 240px;
    position: relative;
    overflow: hidden;
}

.project_filtr-item img {
    float: left;
    width: 100%;
    /*height: 100%;*/
    height: 240px;
    object-fit: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: url(/local/templates/new_novitek_02/css/grayscale.svg); */
    filter: gray;
    transition: all .5s ease;
}

.project_filtr-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.project_filtr-item:hover a {
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgb(0 0 0 / 40%) 100%);
}

.project_filtr-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.project_filter__title {
    position: absolute;
    color: #fff;
    font-size: 25px;
    left: 10px;
    right: 10px;
    font-weight: bold;
    top: 10%;
    opacity: 0;
    transition: all .5s ease;
    line-height: 29px;
    z-index: 1;
}

.project_filtr-item:hover .project_filter__title {
    opacity: 1;
}

.project_filter__body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #ccccccd6;
    transition: all 0.5s ease;
    padding: 0;
}

.project_filtr-item:hover .project_filter__body {
    height: 45%;
    padding: 10px;
}

.project_filter__body li {
    color: #2785AF;
}

.project_gallery__nav {}

.project_gallery__nav img,
.project_gallery__content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project_desk_list {}

.project_desk_list ul {}

.project_desk_list ul li {
    font-weight: normal;
}

.project_desk_list ul li::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 15px;
    background-size: 100%;
}

.project_desk_list ul li:nth-child(1)::before {
    content: '';
    display: inline-block;
    background: url(/local/templates/new_novitek_02/css/../img/ico/1.png) center no-repeat;
    background-size: contain;
}

.project_desk_list ul li:nth-child(2)::before {
    content: '';
    display: inline-block;
    background: url(/local/templates/new_novitek_02/css/../img/ico/2.png) center no-repeat;
    background-size: contain;
}

.project_desk_list ul li:nth-child(3)::before {
    content: '';
    display: inline-block;
    background: url(/local/templates/new_novitek_02/css/../img/ico/3.png) center no-repeat;
    background-size: contain;
}

.project_desk_list ul li:nth-child(4)::before {
    content: '';
    display: inline-block;
    background: url(/local/templates/new_novitek_02/css/../img/ico/4.png) center no-repeat;
    background-size: contain;
}

.project_desk_list ul li:nth-child(5)::before {
    content: '';
    display: inline-block;
    background: url(/local/templates/new_novitek_02/css/../img/ico/5.png) center no-repeat;
    background-size: contain;
}

.project_desk_list ul li:nth-child(6)::before {
    content: '';
    display: inline-block;
    background: url(/local/templates/new_novitek_02/css/../img/ico/6.png) center no-repeat;
    background-size: contain;
}

.project_desk_btn-list {
    display: flex;
    justify-content: space-between;
}

.project_desk_btn-list li {}

.project_desk_btn-list li a {
    margin: 20px 10px 10px;
}

.project_filter-container-small {}

.project_filter-container-small {}

.project_oze_list {
    width: 100%;
}

.container_projects {
    max-width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container_project_fill {}

.container_project_fill .card-gallery__nav>div>div img {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 5px;
    object-fit: cover;
}

.container_project_fill .card-gallery__nav>div>div .thumbnail-box {
    display: inline-block;
    float: left;
    border: solid 1px #C3C4C4;
    width: 90px;
    height: 90px;
    text-align: center;
}

.container_project_fill .card-gallery__content>div img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 26px;
    margin-bottom: 20px;
}

.form-grid-item {
    display: flex;
    flex-direction: column;
}

.form-grid-full {
    grid-column: 1 / -1;
    /* Занимает обе колонки */
}

.footer_new_form {
    font: normal 400 18px / normal 'Proxima Nova Rg', sans-serif;
}

.footer_new_form .form-group label {
    display: none;
}

.footer_new_form .form-group.agree label {
    display: block;
    flex: 1;
    color: #fff;
    font-size: 14px;
}

.footer_new_form .form-group input {
    color: #fff;
    padding: 15px 16px;
    background: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #fff;
    min-width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 14px !important;
    font-weight: normal;
    padding-left: unset;
    height: auto;
    width: 100%;
}

.footer_new_form .form-group {
    margin-bottom: 70px;
}

.footer_new_form .form-group:nth-child(5),
.footer_new_form .form-group:nth-child(6) {
    margin-bottom: 0;
}

.footer_new_form .form-group.agree .c-checkbox {
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer_new_form .form-group.agree input {
    width: 10px;
    max-width: 15px;
    min-width: 15px;
    margin-right: 25px;
}

.footer_new_form .form-group.agree a {
    color: #fff;
    text-decoration: none;
}

.footer_new_form .form-group.agree small {
    font-size: 14px;
    font-weight: 400;
}

.footer_form_btn.form-grid-full {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
}


.sk48_btn {
    display: flex!important;
    flex-wrap: nowrap;
    gap: 10px;
}
/* End */


/* Start:/local/templates/new_novitek_02/dist/lib/Owl/dist/assets/owl.carousel.css?17580489724744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/new_novitek_02/dist/lib/Owl/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/new_novitek_02/components/novitek/contacts/.default/css/styles.css?17580489722909*/
.closePopupContentCross {
    background-image: url(/images/cross.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor:pointer;
}

.closePopupContentCross:hover {
    opacity: 0.5;
}

.popupWrapper {
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display:none;
}

.popupBackground {
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
}

.popupContent {
    margin: auto;
    width: auto;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    overflow-y: auto;
    padding: 20px;
}

.popupContent ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    font-size: 16px;
    line-height: 22px;
    padding-top: 15px;
}

.popupContent ul .letter {
    color: #00608b;
    width: 10px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
}

.popupContent ul li.city_one {
    width: 90%;
    float: right;
}

.popupContent ul li.delimiter {
    height: 10px;
    width: 100%;
    float: left;
}

li.city_one a{
    color:black;
    text-decoration: none;
    cursor: pointer;
}

.popupContent ul li.city_one.picked a,
.popupContent ul li.city_one a:hover {
    color: grey;
}

.askingString {
    width: 100%;
    padding: 0 0 5px 0px;
    white-space: nowrap;
}

.askCityWindow {
    position: absolute;
    background: white;
    border: 2px solid #3f87a7;
    z-index: 1;
    padding: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    bottom: -90px;
}

.answer {
    background: #00608b;
    color: white;
    padding: 3px 16px;
}

.answers {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 5px 0px;
}

.askCityWindow:before {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    transform: translate(-50%, 0) rotate(45deg);
    top: -10px;
    border: 2px solid #3f87a7;
    border-right: none;
    border-bottom: none;
}

.select_city__block{
    display: flex;
    gap: 15px;
}
.select_city__block .delimiter{
    display: none;
}

.select_city__block .letter{
    color: #00608b;
    width: 10px;
    float: left;
    font-weight: bold;
    font-size: 20px;
    line-height: 18px;
    list-style: none;
}
.select_city__body{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.select_city__block_info{

}

.select_city__block_city{
    display: flex;
    gap: 15px;
    flex: 1;
}
.select_city__block_city a{
    width: 24%;
    font-weight: bold;
    color: #337ab7;
}
.select_city__block_info ul{
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 0;
}
.select_city__block_info br{
    display: none;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/left_menu/style.css?1758048972150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/new_novitek_02/components/interlabs/feedbackform/template/style.css?175804897213223*/
.interlabs-feedbackform__container {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
}
.interlabs-feedbackform__container .hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog {
  padding: 6px;
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .header .js-interlabs-feedbackform__dialog__close {
  cursor: pointer;
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body {
  margin-top: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group {
  margin-bottom: 17px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .field-required {
  color: #EB5757;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group label:nth-child(1) {
  width: 100%;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"] {
  margin-bottom: 0;
  height: 36px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group input[type="text"].date {
  width: 75px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group select {
  width: 30%;
  color: #828282;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  padding-left: 13px;
  height: 36px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background: url("/local/templates/new_novitek_02/components/interlabs/feedbackform/template/image/select-arrow.png") no-repeat 97% 55%;
  background-color: #F8FAFC;
  text-align: left;
  text-align-last: left;
  padding-right: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file {
  margin-top: 6px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file input[type="file"] {
  display: none;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file a {
  padding: 10px 30px;
  border: 1px solid #159EBB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label {
  color: #828282;
  margin-left: 12px;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .file label.selected {
  color: #333333;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group textarea {
  width: 100%;
  height: 180px;
  background: #F8FAFC;
  border: 1px solid #D5DADC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
  width: 75%;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
  width: 180px;
  height: 40px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 2px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-checkbox input[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #159EBB;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 99;
  margin-top: 5px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-weight: normal;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"] + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  -webkit-box-shadow: 0 0 0 1px #D5DADC;
          box-shadow: 0 0 0 1px #D5DADC;
  border-radius: 8px;
  margin-top: -1px;
  background: #F8FAFC;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:focus + label:before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:disabled + label:before {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #ddd;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .c-radio input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 8px;
  background: #70BB18;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  display: block;
  /* box-shadow: 2px 0 0 #159EBB,
               4px 0 0 #159EBB,
                 4px -2px 0 #159EBB,
                 4px -4px 0 #159EBB,
                 4px -6px 0 #159EBB,
                 4px -8px 0 #159EBB;
               transform: rotate(45deg);
               margin-top: 5px;*/
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree a {
  color: #159EBB;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group.agree .c-checkbox {
  display: inline-block;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body input[type="submit"],
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .js-interlabs-feedbackform__dialog__send-button,
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .interlabs-feedbackform__container-succsess__close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .error {
  color: #EB5757;
  margin-left: 12px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .interlabs-feedbackform__container__errors .interlabs-feedbackform__container__errors__item {
  font-style: normal;
  font-weight: normal;
  line-height: 33px;
  font-size: 14px;
  color: #EB5757;
  margin-bottom: 18px;
}
.interlabs-feedbackform__container .interlabs-feedbackform__container-succsess {
  color: #70BB18;
  margin: 20px 0px;
  padding: 6px;
}
.interlabs-feedbackform__container .interlabs__info-dialog {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.1);
  padding-left: 28px;
  padding-top: 28px;
  padding-right: 32px;
  padding-bottom: 39px;
  max-height: 480px;
  max-width: 540px;
  position: fixed;
  z-index: 9998;
  top: 30%;
  left: 30%;
}
.interlabs-feedbackform__container .interlabs__info-dialog.hidden {
  display: none;
}
.interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
  height: 300px;
  overflow-y: auto;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header {
  border-bottom: 1px solid #70BB18;
  min-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header label {
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  color: #000000;
  margin-right: 12px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .header .close-dialog {
  cursor: pointer;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group {
  margin-bottom: 28px;
}
.interlabs-feedbackform__container .interlabs__info-dialog .body .form-group .btn.btn-close {
  width: 144px;
  height: 36px;
  background: #70BB18;
  border-radius: 2px;
  border: none;
  color: #F2F2F2;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha input[type="text"] {
    width: 100%;
    margin-top: 12px;
  }
  .interlabs-feedbackform__container .interlabs-feedbackform__container__dialog .body .form-group .captcha img {
    width: 180px;
    height: 40px;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog {
    top: 50px;
    left: 0;
  }
  .interlabs-feedbackform__container .interlabs__info-dialog .scroll-area {
    height: 150px;
  }
}

/* End */
/* /local/templates/new_novitek_02/css/custom.css?17580489728790 */
/* /local/templates/new_novitek_02/dist/lib/Owl/dist/assets/owl.carousel.css?17580489724744 */
/* /local/templates/new_novitek_02/components/novitek/contacts/.default/css/styles.css?17580489722909 */
/* /local/templates/.default/components/bitrix/news.list/left_menu/style.css?1758048972150 */
/* /local/templates/new_novitek_02/components/interlabs/feedbackform/template/style.css?175804897213223 */
