@charset "UTF-8";
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
  color: #D5D5D5;
}

* {
  font-feature-settings: "tnum" on, "lnum" on;
}

body {
  margin: 0;
  padding-right: 0px !important;
  transition: 0.5s;
}

:focus {
  outline: none;
}

::-webkit-scrollbar {
  width: 8px;
  position: absolute;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #F2F2F7;
}

::-webkit-scrollbar-track {
  border-radius: 8px;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.text-white {
  color: #fff;
}

.display-flex {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

body.modal-open {
  overflow-y: visible !important;
  padding-right: 0 !important;
}

button[type=button] {
  outline: none;
}

.modal-body input,
.modal-body textarea {
  width: 100%;
  margin-bottom: 20px;
}

.production-section__sort-dropdown {
  z-index: 15;
}

.priority-nav {
  max-width: 1030px;
}

.priority-nav-list .nav_list-wrapper {
  max-width: 1030px;
}

.sp-container {
  display: none;
}

.day_product .heading h2 {
  padding: 10px 0 10px 36px;
  position: relative;
  font-size: 1.25rem;
  color: #000000;
  font-weight: 600;
}
.day_product .heading h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  background: var(--prv_interactive_color);
  border-radius: 4px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.form-control {
  font-feature-settings: "tnum" on, "lnum" on;
}

.day_product-wrapper {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 12px 17px;
  display: flex;
}
.day_product-wrapper .left {
  padding: 17px 26px;
  position: relative;
  width: 50%;
  overflow: hidden;
}
.day_product-wrapper .left img {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  inset: 0;
  margin: auto;
}
.day_product-wrapper .left .top {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  padding: 17px 26px;
}
.day_product-wrapper .left .top .marker-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 7px;
}
.day_product-wrapper .left .top .marker-wrapper > div {
  width: fit-content;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 700;
  padding: 4.5px 19px;
  border-radius: 2px;
  text-align: center;
}
.day_product-wrapper .left .top .marker-wrapper .marker-NEW {
  background: #257400;
}
.day_product-wrapper .left .top .marker-wrapper .marker-HIT {
  background: #EE000E;
}
.day_product-wrapper .left .top .marker-wrapper .marker-RECOMMEND {
  background: #3d786d;
}
.day_product-wrapper .left .top .marker-wrapper .marker-SALE {
  background: #FA0055;
}
.day_product-wrapper .right {
  padding: 20px 45px;
  position: relative;
  width: 50%;
}
.day_product-wrapper .right:before {
  content: "";
  height: 89.37%;
  width: 1px;
  background: #D7D7D7;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  top: 6%;
  left: 0;
}
.day_product-wrapper .right .timer-wrapper {
  background: #FFEDED;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 20px;
  max-width: 395px;
  margin-bottom: 44px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.day_product-wrapper .right .timer-wrapper .text {
  max-width: 126px;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: #000000;
  margin-right: 12px;
}
.day_product-wrapper .right .timer-wrapper #countdown {
  display: flex;
}
.day_product-wrapper .right .timer-wrapper #countdown .timer-item {
  display: flex;
  flex-direction: column;
}
.day_product-wrapper .right .timer-wrapper #countdown .timer-item .timer-item-number {
  font-weight: 700;
  font-size: 2rem;
  line-height: 0.9375;
  letter-spacing: 0.04em;
  color: #000000;
  font-family: "Inter";
  position: relative;
  width: 46px;
}
.day_product-wrapper .right .timer-wrapper #countdown .timer-item .timer-item__letter {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #000000;
}
.day_product-wrapper .right .timer-wrapper #countdown .timer-item:nth-child(1) .timer-item-number, .day_product-wrapper .right .timer-wrapper #countdown .timer-item:nth-child(2) .timer-item-number {
  margin-right: 38px;
}
.day_product-wrapper .right .timer-wrapper #countdown .timer-item:nth-child(1) .timer-item-number:after, .day_product-wrapper .right .timer-wrapper #countdown .timer-item:nth-child(2) .timer-item-number:after {
  content: ":";
  position: absolute;
  top: -4%;
  right: -50%;
  color: #E07575;
}
.day_product-wrapper .right .sa_wrapper {
  margin-bottom: 10px;
  display: flex;
}
.day_product-wrapper .right .sa_wrapper .stock_wrapper {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FF4930;
  margin-right: 20px;
}
.day_product-wrapper .right .sa_wrapper .article_wrapper {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ACACAC;
}
.day_product-wrapper .right .product-name {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 33px;
  max-width: 80%;
}
.day_product-wrapper .right .price-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 28px;
  flex-wrap: wrap;
}
.day_product-wrapper .right .price-wrapper > div {
  margin-bottom: 10px;
}
.day_product-wrapper .right .price-wrapper .price {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.2;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
  margin-right: 38px;
}
.day_product-wrapper .right .price-wrapper .old-price {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  text-decoration-line: line-through;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #FF3939;
  margin-right: 24px;
}
.day_product-wrapper .right .price-wrapper .quantity {
  padding: 3.5px 13px;
  background: #E6E6E6;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1.2;
}
.day_product-wrapper .right .buttons-wrapper {
  display: flex;
  margin: 0 -18px;
  flex-wrap: wrap;
}
.day_product-wrapper .right .buttons-wrapper > div {
  padding: 0 18px;
  margin-bottom: 15px;
}
.day_product-wrapper .right .buttons-wrapper > div .btn {
  padding: 18px 46px;
}
.day_product-wrapper .right .buttons-wrapper > div .btn.buy-button {
  background: var(--prv_button_bg);
  border-radius: 2px;
  font-weight: 800;
  font-size: 1.25rem;
  line-height: 1.15;
  text-align: center;
  color: #FFFFFF;
  min-width: 303px;
}
.day_product-wrapper .right .buttons-wrapper > div .btn.more {
  background: none;
  border: 1px solid #000000;
  border-radius: 2px;
  text-align: center;
  padding: 18px 46px;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.15;
  color: #000000;
}

@media (max-width: 500px) {
  .hamburger-btn {
    margin-right: 10px !important;
  }
  .navbar-logo svg {
    width: 100px;
  }
  .name_data:not(.top-img-mobile) {
    height: auto !important;
  }
  .slider_description {
    margin-bottom: 15px !important;
  }
  .projects-detail__preview {
    margin-top: 60px;
  }
  .title h1, .projects-detail__preview-title {
    font-size: 25px !important;
  }
  .page-header {
    margin-bottom: 30px !important;
  }
  .instagram-section__container_carousel_1 .slick-dots {
    display: none !important;
  }
  .products_slider_owl .owl-stage {
    padding-left: 0 !important;
  }
  .products_slider_owl .owl-prev {
    left: -2% !important;
  }
  .products_slider_owl .owl-next {
    right: -2% !important;
  }
  .products_item {
    position: relative;
  }
  .production-element__block {
    height: auto !important;
    margin-bottom: 15px !important;
  }
  .account-auth-form-wrapper {
    padding: 18px;
  }
  .form-account-info, .account-socials {
    padding: 20px;
  }
}
#contacts_block {
  overflow: hidden;
}

.prv_menu-with-images, .all-advantages, .scroll_promotions, .right-mobile-block {
  overflow: hidden;
}

.page-header .title {
  overflow-wrap: break-word;
  overflow: hidden !important;
}

.production-sections__block, .production-sections__image-block {
  overflow: hidden;
}

.account-auth-form input,
.account-auth-form textarea {
  margin-bottom: 0px;
}

.modal-footer input {
  width: 100%;
}

.modal.fade {
  align-items: center;
}

.modal.fade.in {
  display: flex !important;
  background: rgba(0, 0, 0, 0.6);
}

.owl-carousel {
  position: relative;
}

.navbar {
  border-radius: 0;
}

.owl-dots__container {
  position: relative;
}

.owl-dots {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  min-height: 25px;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.owl-theme .owl-dots .owl-dot span {
  background: #E9E9E9;
  margin: 5px !important;
  width: 12px !important;
  height: 12px !important;
  transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #adadad;
}

body .owl-theme .owl-dots .owl-dot.active {
  border: 4px solid #E9E9E9;
  border-radius: 100%;
}
body .owl-theme .owl-dots .owl-dot.active span {
  background: var(--prv_color);
  margin: 2px !important;
}

.section_grey {
  background: #F8F9FB;
  margin: 0 !important;
}

section > .container {
  position: relative;
}

/* BODY */
body {
  font-size: var(--prv_font_size);
  font-family: var(--prv_font_family);
}

body.burger-menu-open {
  overflow: hidden;
}

h1 {
  font-size: 1em;
  font-weight: 400;
}

h2 {
  font-size: 1em;
  line-height: 1.066;
  font-weight: 400;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3333em;
}

h5 {
  font-size: 1.2em;
  margin: 37px 0 26px;
}

h6 {
  font-size: 1.066em;
}

@media (min-width: 500px) {
  h1 {
    font-size: 1em;
    font-weight: 400;
  }
  h2 {
    font-size: 1em;
    line-height: 1.066;
    font-weight: 400;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.2em;
    margin: 37px 0 26px;
  }
  h6 {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1em;
    font-weight: 400;
  }
  h2 {
    font-size: 1em;
    line-height: 1.066;
    font-weight: 400;
  }
  h3 {
    font-size: 2.2191em;
  }
  h4 {
    font-size: 1.8191em;
  }
  h5 {
    font-size: 1.4191em;
    margin: 37px 0 26px;
  }
  h6 {
    font-size: 1.1991em;
  }
}
a {
  color: var(--prv_btn_color);
  transition: 0.5s;
}

a:hover,
a:focus,
a:active {
  color: var(--prv_btn_color);
}

a:hover {
  opacity: 0.8;
}

a:focus {
  outline: none;
}

.main-page__section {
  padding: 40px 0;
}

.scroll_vk_wallfeed {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.main-page__section.scroll_slider {
  padding: 0;
}

.total_content > section.no_margin,
.total_content > div > section.no_margin,
.content > section.no_margin,
.content > div > section.no_margin {
  margin: 0;
}

.total_content > section.no_margin_bottom,
.total_content > div > section.no_margin_bottom,
.content > section.no_margin_bottom,
.content > div > section.no_margin_bottom {
  margin-bottom: 0;
}

.margin_bottom {
  margin-bottom: 100px;
}

.preview_text {
  font-size: 16px;
  color: #757575;
  margin-top: 12px;
  margin-bottom: 48px;
  line-height: 26px;
}

#ms-heading {
  position: relative;
}

#ms-heading:after {
  content: "";
  border-bottom: 6px solid var(--prv_color);
  border-radius: 4px;
  width: 75px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#ms-heading:after {
  bottom: -8px;
}

#modal-service .modal-dialog {
  max-width: 512px;
}

#modal-service .modal-body {
  height: auto;
  padding-bottom: 32px;
  padding-left: 16px;
}

.nav-justified {
  padding-left: 0;
}

.dark-bg {
  background: url("/upload/wallpaper2you.jpg");
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s linear;
  z-index: -1;
}

.header-not-main-page:not(.scroll-header-fixed) {
  border-bottom: unset !important;
}

.bx-breadcrumb .bx-breadcrumb-item span,
.worker-list__info-block-value.name,
.title h1,
.contacts_item,
.worker-list__description,
.page-content p,
.contacts_item_wt,
.contacts_item_email,
.address_to_map,
.adv-heading,
.adv-text-cnt,
table.table > tbody > tr > td:first-child,
table.table > tbody > tr > td:nth-child(n+2),
.service-desc-panel,
.search-page {
  color: #fff !important;
}

.contacts_item,
.advantage-cnt,
.sidebar-footer,
.licenses-list_license {
  border: 1px solid var(--prv_btn_border_color) !important;
}

#contacts_block,
.worker-list__block {
  border-top: 1px solid var(--prv_btn_border_color);
}

.worker-list__block,
.sidebar-footer-element,
.worker-list__block:last-child {
  border-bottom: 1px solid var(--prv_btn_border_color) !important;
}

table.table > tbody > tr:hover,
table.table1 > tbody > tr:hover,
table.table-striped > tbody > tr:hover,
table.table > tbody > tr:hover > td:first-child,
table.table > tbody > tr:hover > td:nth-child(n+2),
table.table > tbody > tr:hover > td:nth-child(n+2) > a {
  color: var(--prv_color) !important;
}

.btn,
.btn:focus {
  background: var(--prv_button_bg);
  border: var(--prv_btn_border_width) solid var(--prv_btn_border_color);
  border-radius: var(--prv_button_radius);
  padding: var(--prv_btn_padding);
  color: var(--prv_font_color);
  font-size: 1em;
  font-family: var(--prv_font_family);
  font-weight: normal;
  outline: none;
  transition: 0.3s;
  line-height: normal;
}

.news-detail__main-column a.btn {
  margin-top: 12px;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
  opacity: 0.8;
  outline: none !important;
  box-shadow: none;
  color: var(--prv_font_color);
  border-color: var(--prv_btn_border_color);
}

.btn.btn-transparent {
  background: transparent !important;
  color: #212121 !important;
  border: 2px solid var(--prv_btn_border_color);
  padding: 10px 22px;
}

.btn.btn-transparent:hover {
  opacity: 0.8;
}

.inp-radio {
  display: none;
}

.inp-radio + label:before {
  display: inline-block;
  position: absolute;
  margin-left: -20px;
  margin-top: 4px;
}

.inp-radio + label:before {
  border: 1px solid var(--prv_color);
  border-radius: 20px;
  height: 11px;
  width: 11px;
  content: "";
  background-size: cover;
}

.inp-radio:checked + label:before {
  background-color: var(--prv_color);
}

.PRVUniversalFeedback label {
  margin-left: 24px;
}

.enroll {
  font-size: 16px;
}

/* END BODY */
body .owl-carousel .owl-dot,
body .owl-carousel .owl-nav .owl-next,
body .owl-carousel .owl-nav .owl-prev,
body .owl-theme .owl-nav [class*=owl-]:hover {
  padding: 0px;
  margin: 0;
}

.owl-btn {
  width: 100%;
  position: absolute;
  height: 394px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  top: 100px;
  left: 0;
}

.owl-btn a,
.owl-btn a:focus {
  color: var(--prv_color);
  padding: 0 16px;
  border: 2px solid var(--prv_color);
  border-radius: 24px;
}

.owl-btn a:hover,
.owl-btn a:active:hover,
.owl-btn a:active:focus,
.owl-btn a:active {
  color: white;
  background-color: var(--prv_color);
}

#owl1prev, #owl2prev {
  position: absolute;
  left: 40px;
  z-index: 999;
}

#owl1next, #owl2next {
  position: absolute;
  right: 40px;
  z-index: 999;
}

#trainers .container,
#our-life .container {
  position: relative;
}

.owl-carousel .owl-item img {
  width: 100%;
  margin: 0 auto;
}

.carousel-hint {
  text-align: center;
  margin-top: 235px;
}

.owl-theme .owl-nav {
  margin: 0;
  height: 0;
}

/* FOOTER */
html, body {
  height: 100%;
}

@media (min-width: 768px) {
  .agreement_page_cont {
    height: auto;
    min-height: 100%;
    padding-bottom: 143px;
  }
}
.agreement_page_cont {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .agreement_page_cont {
    padding-bottom: 85px;
    margin-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .agreement_page_cont {
    padding-bottom: 97px;
    margin-bottom: 0px;
  }
}
.modal-dialog-feedback {
  max-width: 748px;
}

@media (min-width: 768px) {
  .modal-dialog-feedback {
    width: 100% !important;
  }
}
.modal-body-feedback {
  padding: 0;
  padding-left: 279px;
}

#modal-call .modal-body-feedback,
#modal-question .modal-body-feedback {
  min-height: 448px;
}

.modal-body > .row {
  margin: 0;
}

.modal-img {
  padding: 0;
  float: left;
  margin-right: 15px;
  border-radius: 4px 0 0 6px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 262px;
  position: absolute;
  left: 0;
}

.modal-heading {
  font-size: 36px;
  font-weight: 600;
  margin: 72px 0 30px;
  line-height: normal;
  padding-bottom: 12px;
}

.modal-text {
  font-size: 16px;
  color: #929292;
}

.split-obj1, .split-obj2 {
  width: inherit !important;
  margin-top: 30px;
}

.split-obj1 {
  max-width: 186px;
  width: 60% !important;
  float: left;
  border: 1px solid var(--prv_color);
  border-radius: 0;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  height: 30px;
  margin-right: -1px;
}

.split-obj2,
.split-obj2:focus {
  width: 40% !important;
  border-radius: 0;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 30px;
  padding: 6px 22px;
  border-width: 1px;
}

.split-obj2:focus {
  box-shadow: none;
}

button.close {
  padding: 56px 24px;
}

label:not(.cs_color, .cs_header) {
  font-size: 14px;
  margin-left: 32px;
}

input:hover,
input:focus,
input:active {
  outline: none !important;
}

.scrollToTop {
  position: fixed;
  bottom: 100px;
  right: 20px;
  border: 1px solid var(--prv_color);
  border-radius: 10px;
  font-size: 13px;
  width: 70px;
  height: 70px;
  background: var(--prv_color);
  backdrop-filter: blur(5px);
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  color: #fff;
  line-height: 45px;
  z-index: 100;
}

.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
  background-image: none;
  background: var(--prv_color);
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
}

.scrollToTop svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* feedback */
.thanks-text {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  padding: 100px 15px;
}

.feedback_header {
  position: relative;
  height: 100%;
}

.error_messages_block {
  position: absolute;
  bottom: 20px;
}

.error_messages_block p {
  margin: 0 0 0px;
}

@media (min-width: 768px) {
  .error_messages_block {
    bottom: 85px;
  }
  .error_messages_block p {
    margin: 0 0 0px;
  }
}
/* end feedback */
@media (max-width: 1199px) {
  .navbar-justify li {
    margin-right: 55px;
  }
}
.rights div {
  display: inline;
}

@media (max-width: 992px) {
  .day_product-wrapper .right .timer-wrapper .text {
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 120%;
    margin-bottom: 5px;
  }
  .day_product-wrapper .right .timer-wrapper #countdown .timer-item .timer-item-number {
    font-size: 1.875rem;
  }
  .day_product-wrapper .right .timer-wrapper #countdown .timer-item .timer-item__letter {
    font-size: 0.6875rem;
  }
  .day_product-wrapper .right .product-name {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 11px;
  }
  .day_product-wrapper .right .price-wrapper .price {
    font-size: 1.5rem;
  }
  .day_product-wrapper .right .price-wrapper .old-price {
    font-size: 1rem;
  }
  .day_product-wrapper .right .price-wrapper .quantity {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .day_product .heading h2 {
    text-align: left;
  }
  .day_product-wrapper {
    flex-direction: column;
  }
  .day_product-wrapper .left {
    width: 100%;
    padding-bottom: 70%;
  }
  .day_product-wrapper .left img {
    margin: auto;
  }
  .day_product-wrapper .left .top {
    padding: 0;
  }
  .day_product-wrapper .right {
    width: 100%;
    padding: 0 6px;
  }
  .day_product-wrapper .right:before {
    content: none;
  }
  .day_product-wrapper .right .timer-wrapper {
    max-width: unset;
    margin: 0 -23px 11px;
  }
  .day_product-wrapper .right .buttons-wrapper > div {
    width: 100%;
  }
  .day_product-wrapper .right .buttons-wrapper > div .btn {
    width: 100%;
    padding: 13.5px 25px;
  }
  .day_product-wrapper .right .buttons-wrapper > div .btn.buy-button {
    padding: 13.5px 25px;
    min-width: unset;
  }
  .day_product-wrapper .right .buttons-wrapper > div .btn.more {
    padding: 13.5px 25px;
    min-width: unset;
  }
  .modal-body {
    padding: 16px 8px;
  }
  .modal-heading {
    font-size: 24px;
    margin-top: 32px;
  }
  .modal-text {
    font-size: 14px;
  }
  .PRVUniversalFeedback label {
    margin-left: 0;
  }
  .split-obj1,
  .split-obj2 {
    letter-spacing: 0 !important;
  }
  .split-obj2,
  .split-obj2:focus {
    padding: 4px;
  }
  .enroll input[type=text] {
    margin-top: 16px;
  }
  .enroll input[type=submit] {
    margin-top: 20px;
  }
  button.close {
    padding: 0;
  }
  .split-obj2 {
    padding: 4px;
  }
  .modal-body {
    height: auto;
  }
  .split-obj1, .split-obj2 {
    margin-top: 12px;
  }
  .carousel-hint {
    margin-top: 64px;
  }
  .heading {
    font-size: 20px;
    line-height: normal;
  }
  .enroll .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  .subheading {
    font-size: 18px;
  }
  #modal-call .modal-body-feedback {
    min-height: unset;
  }
  .modal-dialog {
    margin: auto;
  }
}
#products h2 {
  color: #FFF;
  font-family: Comfortaa;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 31.98px;
  text-align: center;
  text-transform: uppercase;
}
#products h2:after {
  content: url(../img/w-heading-before.svg);
  width: 100%;
  position: absolute;
  bottom: -17px;
  left: 0;
}

.enroll > .container > .row {
  position: relative;
  height: 100%;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block;
}

/* 404 ERRR */
.content_404_error {
  position: relative;
  overflow: hidden;
  font-size: 550px;
  font-weight: 600;
  line-height: 480px;
  color: #c6c8cb;
}

.content_404_error_block {
  box-sizing: border-box;
  padding-bottom: 200px;
}

@media (min-width: 768px) {
  .content_404_error_block {
    height: auto;
    min-height: 100%;
    padding-bottom: 143px;
  }
}
@media (min-width: 992px) {
  .content_404_error_block {
    padding-bottom: 97px;
  }
}
@media (min-width: 1200px) {
  .content_404_error_block {
    padding-bottom: 85px;
  }
}
.content_404_error_text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #5c5e69;
  font-size: 88px;
  text-shadow: 0px -1px 0px #fff, 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff;
}

@media (min-width: 768px) {
  .content_404_error_text {
    text-shadow: 0px -3px 0px #fff, 3px 3px 0px #fff, -3px 3px 0px #fff, 3px -3px 0px #fff, -3px -3px 0px #fff;
  }
}
.content_404_error_detail {
  margin-bottom: 30px;
  font-size: 16px;
}

.content_404_error_links a,
.content_404_error_links a:focus {
  display: inline-block;
  margin: 0 15px 20px 15px;
  padding: 20px 45px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #62646e;
}

.content_404_error_links a:hover {
  color: #fff;
  background-color: #c6c8cb;
}

@media (max-width: 1199px) {
  .content_404_error {
    font-size: 460px;
    font-weight: 600;
    line-height: 400px;
  }
  .content_404_error_text {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .content_404_error {
    font-size: 400px;
  }
  .content_404_error_text {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .content_404_error {
    font-size: 144px;
    line-height: 180px;
  }
  .content_404_error_text {
    font-size: 24px;
  }
}
/* END 404 ERRR */
/*   VALIDATION   */
input[name=MESSAGE_TEXT] {
  display: none;
}

.help-block {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #ec0000;
  font-size: 10px;
}

@media (max-width: 767px) {
  .help-block {
    font-size: 12px;
  }
}
label + .help-block {
  bottom: 0px;
}

.modal .help-block {
  color: #000;
}

.modal-call .help-block, .modal-service .help-block {
  bottom: 20px;
}

.modal-call label + .help-block, .modal-service label + .help-block {
  bottom: -31px;
}

@media (max-width: 767px) {
  .modal-call .help-block, .modal-service .help-block {
    bottom: 32px;
  }
  .modal-call label + .help-block, .modal-service label + .help-block {
    bottom: -21px;
  }
}
/* END VALIDATION */
.nav.projects-section__tabs-list {
  margin-bottom: 40px;
  border-bottom: 1px solid #E1E1E1;
}

.projects-section__tabs-list > li {
  margin-right: 6px;
}

.projects-section__tabs-list > li > a {
  padding: 9px 26px;
  font-size: 1em;
  color: #212121;
  display: block;
  text-decoration: none;
  position: relative;
}

.projects-section__tabs-list > li > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background: transparent;
  z-index: 2;
}

.projects-section__tabs-list > li:hover > a:after,
.projects-section__tabs-list > li > a.active:after {
  background: var(--prv_interactive_color);
}

.projects-section__tabs-list > li > a.active {
  color: var(--prv_btn_color);
}

.projects-section__tabs-list > li > a:hover {
  text-decoration: none;
  opacity: 1;
  color: var(--prv_btn_color);
}

.projects-section__dropdown-tabs-wrapper {
  padding-bottom: 25px;
}

.projects-section__list-group {
  margin-bottom: 0px;
}

.projects-section__list-group-item {
  padding: 15px 25px 15px;
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
}

.projects-section__list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.projects-section__list-group-item.active {
  text-shadow: none;
  border: 1px solid #eff1f5;
  border-left-color: var(--prv_color);
  background: #fff;
  color: #212121;
}

.projects-section__list-group-item.active:hover,
.projects-section__list-group-item.active:focus {
  text-shadow: none;
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #eff1f5;
  border-left-color: var(--prv_color);
  background-image: none;
}

.projects-section__dropdown-tab-panel {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px 55px 15px 25px;
  border: 1px solid #eff1f5;
  margin: 0 0 -1px;
  cursor: pointer;
  color: #212121;
  background: #fff;
}

.projects-section__dropdown-tab-panel:hover,
.projects-section__dropdown-tab-panel:focus {
  text-decoration: none;
  color: #212121;
}

.projects-section__dropdown-tab-panel:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 0px;
  height: 0px;
  margin: -2px 0 0;
  border-bottom: 3px solid #212121;
  border-top: 0px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.projects-section__dropdown-tab-panel.collapsed:after {
  border-bottom: 0px;
  border-top: 3px solid #212121;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.projects-section__tab-panel-nav {
  margin-bottom: 30px;
}

#price_list_owl {
  margin-bottom: 59px;
}

@media (max-width: 991px) {
  .projects-section__container {
    padding-bottom: 40px;
  }
}
.service-detail__price-list {
  overflow: auto;
  max-width: 100%;
  margin-bottom: 30px;
}

.service-detail__price-list > table {
  width: 100%;
}

.service-detail__price-list thead > tr {
  background: var(--prv_color_bg);
}

.service-detail__price-list thead > tr > th {
  color: #fff;
}

.service-detail__price-list > table td, .service-detail__price-list > table th {
  font-size: 1em;
  height: 60px;
  vertical-align: middle;
  padding: 0 20px;
  color: #212121;
  font-weight: normal;
}

@media (min-width: 768px) {
  .service-detail__price-list > table td, .service-detail__price-list > table th {
    font-size: 1.1328em;
    padding: 20px 40px 20px 30px;
  }
}
.service-detail__price-list tbody > tr:nth-child(2n) {
  background-color: #F5F7FF;
}

.service-detail__price-list > table td:nth-child(n+3), .service-detail__price-list > table td:nth-child(1) {
  font-weight: bold;
}

.service-detail__price-list_title sup {
  text-transform: uppercase;
  font-size: 0.6em;
}

.service-detail__price-list_title {
  font-size: 1.857em;
  margin: 32px 0;
}

.nopadding_right {
  padding-right: 0;
  padding-left: 0;
}

label {
  font-weight: normal;
}

.text-upp {
  text-transform: uppercase;
}

.text-bold {
  font-weight: 600;
}

/* company page */
.page-header {
  border: none;
  padding: 80px 0;
}

.page-content p {
  margin: 0 0 20px;
  line-height: 1.86;
}

.page-content h4 {
  margin: 37px 0 26px;
}

.page-preview-text {
  margin: 42px 0 55px;
  line-height: 1.6471em;
  color: #FFFFFF;
}

.page-advantages {
  margin: 41px 0;
}

.page-footer {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-footer-text h4 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-footer-img {
    margin-bottom: 24px;
  }
}
@media (min-width: 560px) {
  .page-footer-text {
    margin: 35px 0;
  }
  .page-footer-text h4 {
    margin-top: 10px;
  }
}
.page-footer-text p {
  font-size: 1em;
}

.page-footer-img img {
  margin: 0 auto;
}

.page-footer-buttons-block > * {
  margin: 0 19px 15px;
}

.page-top-text {
  color: #FFFFFF;
  line-height: 1.625;
}

.page-top-text .btn {
  margin-bottom: 25px;
}

.page-top-text,
.page-top-text p,
.page-top-text h1,
.page-top-text h2,
.page-top-text h3,
.page-top-text h4,
.page-top-text h5,
.page-top-text h6 {
  margin-top: 0px;
}

@media (min-width: 768px) {
  .page-header {
    padding: 65px 0 10px;
    margin: 0;
  }
  .page-footer-img img {
    margin: 0 auto 0 0;
  }
  .page-footer-text {
    margin: 60px 0 36px;
  }
  .page-top-text {
    margin: 0 0 36px;
  }
  .page-top-text.reviews-page p {
    margin-bottom: 22px;
  }
  .page-top-text .btn {
    margin-bottom: 40px;
  }
}
/* partners page */
.partner-detail-back-link {
  text-decoration: none;
}

.partner-detail-back-link > .fa {
  margin-right: 10px;
}

/* inner page sidebar */
.page-content .sidebar-menu,
.sidebar-commercial,
.sidebar-footer {
  margin-bottom: 30px;
  z-index: 8;
  background-color: rgba(68, 64, 75, 0.81);
  position: relative;
}

.account-sidebar-menu {
  z-index: 8;
  background-color: #fff;
  position: relative;
}

.sidebar-commercial {
  /*border: 1px solid #EEF1F4;*/
  display: block;
  max-width: 100%;
  height: auto;
}

.sidebar-footer {
  border: 1px solid #eef1f4;
}

.sidebar-footer-element {
  border-bottom: 1px solid #eef1f4;
  padding: 23px 30px;
  cursor: pointer;
}

.sidebar-footer-element:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
  -moz-box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
  box-shadow: 0 5px 25px 0 rgba(18, 25, 38, 0.1);
  transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -ms-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  -webkit-transition: box-shadow 0.3s ease;
}

.sidebar-footer-element > div {
  color: #ffffff;
  padding-left: 32px;
  position: relative;
}

.sidebar-footer-element:hover > div {
  color: var(--prv_interactive_color);
}

.sidebar-footer-element svg {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
}

.sidebar-footer-element i.fas.fa-phone {
  transform: translateY(-50%) rotate(90deg);
}

.sidebar-footer-element i.fas {
  color: var(--prv_color);
}

.sidebar-footer-element:last-child {
  border-bottom: none;
}

.side-info-navigation {
  border: 1px solid #eef1f4;
  position: fixed;
  right: 0;
  top: 168px;
  left: auto;
  z-index: 131;
  background: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  width: 68px;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: left 0.15s linear, right 0.15s linear;
  -moz-transition: left 0.15s linear, right 0.15s linear;
  -ms-transition: left 0.15s linear, right 0.15s linear;
  -o-transition: left 0.15s linear, right 0.15s linear;
  -webkit-transition: left 0.15s linear, right 0.15s linear;
  display: block;
}

.open.side-info-navigation {
  right: 580px;
}

.side-info-navigation-element {
  text-align: center;
  cursor: pointer;
  border-bottom: 1px solid #eef1f4;
  padding-bottom: 25px;
  padding-top: 25px;
}

.side-info-navigation-element:last-child {
  border: none;
}

.side-info-navigation-element svg {
  width: 18px;
  height: 18px;
}

.side-info-navigation-element svg .cls-1 {
  fill: #777;
}

.side-info-navigation-element:hover svg .cls-1 {
  fill: var(--prv_btn_color);
}

.side-info-behind {
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.5s linear;
  z-index: -1;
}

.side-info-behind.visible {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 120;
  opacity: 0.5;
}

.side-info-block {
  z-index: 9999;
  position: fixed;
  right: -580px;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  width: 580px;
  max-width: 100%;
  top: 0;
  bottom: 0;
  transition: left 0.15s linear, right 0.15s linear;
  -moz-transition: left 0.15s linear, right 0.15s linear;
  -ms-transition: left 0.15s linear, right 0.15s linear;
  -o-transition: left 0.15s linear, right 0.15s linear;
  -webkit-transition: left 0.15s linear, right 0.15s linear;
  display: block;
}

.open.side-info-block {
  right: 0;
}

.side-info-container {
  padding: 0 40px;
  overflow-y: scroll;
  max-height: 100%;
}

@media (min-width: 576px) {
  .side-info-container {
    padding: 0 70px;
  }
}
.cart_block {
  position: relative;
}

.cart_block::before {
  content: "";
  width: 50px;
  height: 50px;
  top: -50%;
  left: -50%;
  position: absolute;
}

.side-info-container::-webkit-scrollbar {
  width: 8px;
}

.side-info-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}

.side-info-container::-webkit-scrollbar-track {
  border-radius: 8px;
}

.prv_settings_tabs::-webkit-scrollbar {
  width: 8px;
}

.prv_settings_tabs::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
}

.prv_settings_tabs::-webkit-scrollbar-track {
  border-radius: 8px;
}

.side-info-close {
  width: 48px;
  height: 48px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: 23px;
  top: 20px;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.side-info-close svg path {
  fill: #bdbdbd;
}

.side-info-close:hover svg path {
  fill: var(--prv_color);
}

.side-info-close svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
}

@media (max-width: 1549px) {
  .side-info-navigation {
    display: none;
  }
}
.additional_service {
  padding: 32px 100px;
  padding-right: 220px;
  position: relative;
  border: 1px solid #EEF1F4;
  background-color: #F8F9FB;
}

.additional_service_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 32px;
  left: 40px;
}

.additional_service_text {
  line-height: 20px;
  color: #757575;
  margin: 4px 0 12px;
}

.additional_service .btn_cnt {
  position: absolute;
  right: 50px;
  top: 32px;
}

@media (max-width: 600px) {
  .additional_service {
    padding: 30px 30px 70px;
    text-align: center;
  }
  .additional_service_icon {
    display: none;
  }
  .additional_service .btn_cnt {
    position: absolute;
    right: 15px;
    left: 0;
    right: 0;
    bottom: 25px;
    top: auto;
  }
}
table {
  font-size: 1em;
  overflow: auto;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background: none;
}

table.table {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  margin: 31px 0 40px;
  border-bottom: 1px solid #f1f1f1;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 3px;
}

table.table-striped {
  width: 100%;
}

table.table > tbody > tr:hover, table.table1 > tbody > tr:hover, table.table-striped > tbody > tr:hover {
  background: #424242;
}

table.table tbody tr:first-of-type td, table.table1 tbody tr:first-of-type td {
  border-top: 1px solid var(--prv_interactive_color);
}

table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
  padding: 13px 70px 14px;
  border: none;
  border-bottom: 1px solid var(--prv_interactive_color);
  vertical-align: middle;
}

table.table > tbody > tr > td:first-child {
  padding-left: 0;
}

/*table.table > tbody > tr > td:nth-child(n+2),
table.table > tbody > tr > td:nth-child(n+2) > a {
  color: #757575;
}*/
@media (max-width: 767px) {
  table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
    padding: 13px 20px 14px;
  }
}
@media (max-width: 530px) {
  table.table, table.table thead, table.table tbody, table.table th, table.table td, table.table tr {
    display: block;
  }
  table.table > thead > tr > th, table.table > tbody > tr > th, table.table > tfoot > tr > th, table.table > thead > tr > td, table.table > tbody > tr > td, table.table > tfoot > tr > td {
    padding: 15px;
  }
  table.table > tbody > tr > td:first-child {
    padding-left: 15px;
  }
  table.table tbody tr:first-of-type td:nth-child(n+2) {
    border-top: none;
  }
}
table.table1 > thead > tr > th, table.table1 > thead > tr > td {
  padding: 11px 21px;
  background: #a5abb5;
  color: #FFF;
  font-size: 0.8667em;
  font-weight: 400;
}

table.table1 tbody {
  border: 1px solid var(--prv_interactive_color);
  border-top: none;
}

table.table1 tbody td {
  padding: 15px 21px;
  border-bottom: 1px solid var(--prv_interactive_color);
  border-left: none;
  border-right: none;
  vertical-align: top;
}

/*CART SUCCESS*/
.basket_success_container {
  border: 1px solid #EEF1F4;
  padding: 35px 45px 40px 45px;
  margin: 50px 0px 50px 0px;
  align-items: center;
}

#success {
  max-width: 65px;
  max-height: 65px;
  width: 100%;
  height: 100%;
  margin: 0 auto 35px;
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

@media (min-width: 991px) {
  .basket_success_container {
    display: flex;
  }
  #success {
    margin-right: 45px;
    margin-bottom: 0px;
  }
}
.success-1 {
  fill: var(--prv_color);
}

.basket_min_header {
  font-weight: bold;
  font-size: 1.428571em;
  margin-bottom: 7px;
}

.success_text {
  margin-bottom: 35px;
}

/* modal-windows */
.modal-window .modal-dialog {
  top: 10%;
}

@media (min-width: 576px) {
  .modal-window .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.modal-window .modal-content {
  padding: 30px;
  position: relative;
  border-radius: 20px;
}

.modal-window button.close,
.modal-window-large button.close {
  font-weight: 100;
  z-index: 999;
  color: #212121;
  position: absolute;
  font-size: 38px;
  line-height: 38px;
  padding: 0;
  opacity: 1;
  top: 0px;
  right: 9px;
}

.modal-window .modal-body {
  padding: 0;
}

.thanks_container-close-btn-block {
  text-align: center;
}

.modal-window .feedback-submit-wrapper {
  text-align: center;
}

@media (min-width: 768px) {
  .modal-window .feedback-form-below-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .modal-window .feedback-form-below-block > .agree-checkbox-block {
    width: 60%;
  }
  .modal-window .feedback-form-below-block > .agree-checkbox-block > label,
  .modal-window .feedback-form-below-block > .feedback-submit-wrapper > input {
    margin: 0;
  }
  .modal-window .feedback-form-below-block > .feedback-submit-wrapper {
    width: 40%;
  }
  .modal-window .feedback-form-below-block > .agree-checkbox-block > .checkbox_cnt {
    align-items: center;
  }
  .modal-window .feedback-submit-wrapper {
    text-align: right;
  }
}
.news-detail__files-item-link {
  word-break: break-all;
}

.modal-window .modal_heading {
  margin: 0 0 30px !important;
}

.modal-window .modal_heading h3 {
  font-weight: bold;
  font-size: 1.7857em;
  text-align: center;
}

.modal-window .modal_heading h3 + div {
  margin-top: 10px;
}

.modal-window .modal-dialog {
  max-width: 300px;
}

@media (min-width: 768px) {
  .modal-window .modal-dialog {
    max-width: 558px;
  }
  .modal-window .modal-content {
    padding: 30px 44px;
  }
  .modal-window button.close,
  .modal-window-large button.close {
    top: 15px;
    right: 30px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.icon {
  position: relative;
  top: -1px;
}

/*.modal-window .prv_from_group .label_text{*/
/*    height: 40px;*/
/*    border-radius: 5px;*/
/*    border: 2px solid #EFF1F5;*/
/*    padding: 9px 20px;*/
/*    width: 100%;*/
/*    resize: none;*/
/*    background-color: #EFF1F5;*/
/*    line-height: 1.5714;*/
/*    margin: 0;*/
/*    color: #757575;*/
/*	cursor: text;*/
/*}*/
.modal-window .prv_from_group textarea.label_text {
  height: 96px !important;
}

.modal-window .imp_text:focus {
  border-color: var(--prv_color);
}

.modal-window .modal_heading {
  margin: 60px 0 68px;
}

.modal-window .modal_heading h3 {
  margin: 0px !important;
}

.modal-window .checkbox_cnt {
  margin: 45px 0px 37px;
}

.modal-window .help-block {
  position: unset;
  text-align: left;
  margin: 0 0 20px;
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  bottom: -38px;
}

.modal-window .feedback_modal input[type=text]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type=password]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type=tel]::-webkit-input-placeholder,
.modal-window .feedback_modal input[type=email]::-webkit-input-placeholder,
.modal-window .feedback_modal textarea::-webkit-input-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]::-moz-placeholder,
.modal-window .feedback_modal input[type=tel]::-moz-placeholder,
.modal-window .feedback_modal input[type=password]::-moz-placeholder,
.modal-window .feedback_modal input[type=email]::-moz-placeholder,
.modal-window .feedback_modal textarea::-moz-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]:-moz-placeholder,
.modal-window .feedback_modal input[type=tel]:-moz-placeholder,
.modal-window .feedback_modal input[type=password]:-moz-placeholder,
.modal-window .feedback_modal textarea:-moz-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]:-ms-input-placeholder,
.modal-window .feedback_modal input[type=tel]:-ms-input-placeholder,
.modal-window .feedback_modal input[type=password]:-ms-input-placeholder,
.modal-window .feedback_modal input[type=email]:-ms-input-placeholder,
.modal-window .feedback_modal textarea:-ms-input-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type=tel]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type=password]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal input[type=email]:focus::-webkit-input-placeholder,
.modal-window .feedback_modal textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type=tel]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type=email]:focus::-moz-placeholder,
.modal-window .feedback_modal textarea:focus::-moz-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type=tel]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type=password]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type=email]:focus:-moz-placeholder,
.modal-window .feedback_modal textarea:focus:-moz-placeholder {
  color: transparent;
}

.modal-window .feedback_modal input[type=text]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type=tel]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type=password]:focus:-ms-input-placeholder,
.modal-window .feedback_modal input[type=email]:focus:-ms-input-placeholder,
.modal-window .feedback_modal textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.modal-window .prv_from_group {
  margin-bottom: 20px;
  position: relative;
}

.modal-window .feedback_modal .agree-checkbox-block {
  position: relative;
}

.modal-window .feedback_modal .help-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
  text-align: left;
}

#licenses_inline-error {
  bottom: -35px;
}

.modal-window .feedback_modal {
  padding-bottom: 0;
}

.modal-window .modal_heading {
  text-align: center;
}

.modal-window .feedback-submit-wrapper > input[type=submit] {
  display: inline-block;
  width: auto;
}

.modal-window .api-star-rating {
  float: none !important;
  margin-right: 0 !important;
}

.page-content .modal-window p,
.modal-window p {
  margin: 0;
}

.left_menu_ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: rgba(68, 64, 75, 0.81);
}

ul.page-sidebar-left-menu {
  border: 1px solid var(--prv_interactive_color);
  background-color: transparent;
}

ul.page-sidebar-left-menu > li {
  border-bottom: 1px solid var(--prv_interactive_color);
}

.nav-tabs-bb {
  border-bottom: 1px solid #A4CEF3;
}

.nav-link--blue {
  color: #333;
}

.nav-tabs-bb > .active {
  background: var(--prv_interactive_color) !important;
  border: none !important;
  color: #fff !important;
}

ul.page-sidebar-left-menu > li:last-child {
  border: none;
}

.left_menu_ul a:hover {
  text-decoration: none;
  color: var(--prv_interactive_color);
}

.left_menu_ul.collapse a:hover {
  color: var(--prv_interactive_color);
}

.left_menu_parent_link {
  display: flex;
  align-items: stretch;
}

.left_menu_item {
  padding: 20px 25px;
  display: block;
  color: #ffffff;
}

.left_menu_item, .left_menu_dropdown_btn {
  transition-duration: 0s;
}

.left_menu_parent_link .left_menu_item {
  width: calc(100% - 50px);
  padding: 20px 0px 20px 25px;
}

.left_menu_item_selected {
  font-weight: bold;
}

.left_menu_dropdown_btn {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.left_menu_dropdown_btn .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 5px solid #707070;
  border-top: none;
}

.left_menu_dropdown_btn.collapsed .caret {
  border-top: 5px solid #707070;
  border-bottom: none;
}

.all_services_link {
  font-size: 0.8571em;
  text-transform: uppercase;
  z-index: 1;
  display: block;
  margin-bottom: 17px;
}

@media (min-width: 560px) {
  .all_services_link {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    margin-bottom: 0;
  }
}
.all_services_link, .all_services_link:focus {
  color: var(--prv_btn_color);
}

.all_services_link:hover {
  color: #999;
}

.all_services_link:focus, .all_services_link:hover {
  text-decoration: none;
}

/* TABLES IN PROJECTS */
.fl-table {
  border-radius: 5px;
  font-size: 12px;
  font-weight: normal;
  border: 1px solid gray;
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  background-color: white;
}

.fl-table td, .fl-table th {
  text-align: left;
  padding: 8px;
}

.fl-table td {
  border-right: 1px solid gray;
  font-size: 12px;
}

.fl-table thead th {
  color: #ffffff;
  background: #4FC3A1;
}

.fl-table thead th:nth-child(odd) {
  color: #ffffff;
  background: #324960;
}

.fl-table tr:nth-child(even) {
  background: #F8F8F8;
}

.table tr > td:first-child {
  white-space: nowrap;
}

/* Responsive */
@media (max-width: 767px) {
  .header-mobile .navbar-logo {
    max-width: 204px !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }
  .header-mobile .navbar-logo img {
    max-width: 220px;
  }
  .header-mobile .navbar-logo .slogan {
    display: flex;
    flex-direction: column;
  }
  .header-mobile .navbar-logo .slogan > span:first-child {
    font-weight: 800;
    font-size: 0.75rem;
    line-height: 1.75;
    /* identical to box height, or 175% */
    text-transform: none;
    color: #000000;
  }
  .header-mobile .navbar-logo .slogan > span:last-child {
    font-weight: 400;
    font-size: 0.5rem;
    line-height: 1.2;
    /* or 10px */
    text-transform: none;
    color: #000000;
  }
  .header-mobile .basket_top {
    margin-right: 15px;
  }
  .header-mobile .basket_top .cart_count {
    height: 12px;
    min-width: 12px;
    position: absolute;
    top: -50%;
    right: -32%;
  }
  .header-mobile .right-mobile-block > .basket_top:first-child {
    margin-right: 30px;
  }
  .header-mobile .right-mobile-block > .basket_top:nth-child(2) {
    margin-right: 30px;
  }
  .fl-table {
    display: block;
    width: 100%;
  }
  .fl-table thead, .fl-table tbody, .fl-table thead th {
    display: block;
  }
  .fl-table tbody {
    width: auto;
    position: relative;
    overflow-x: auto;
  }
  .fl-table td, .fl-table th {
    padding: 20px 0.625em 0.625em 0.625em;
    height: 60px;
    vertical-align: middle;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    width: 120px;
    font-size: 13px;
    text-overflow: ellipsis;
  }
  .fl-table thead th {
    text-align: left;
    border-bottom: 1px solid #f7f7f9;
  }
  .fl-table tbody tr {
    display: table-cell;
  }
  .fl-table tbody tr:nth-child(odd) {
    background: none;
  }
  .fl-table tr:nth-child(even) {
    background: transparent;
  }
  .fl-table tr td:nth-child(odd) {
    background: #F8F8F8;
    border-right: 1px solid #E6E4E4;
  }
  .fl-table tr td:nth-child(even) {
    border-right: 1px solid #E6E4E4;
  }
  .fl-table tbody td {
    display: block;
    text-align: center;
  }
}
.title h1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #000000;
}

.img-responsive {
  max-width: 100%;
}

@media (min-width: 1200px) {
  #products .owl-carousel .owl-stage-outer {
    height: calc(100% + 40px);
    margin: -20px;
    padding: 20px 20px 30px 20px;
    width: calc(100% + 40px);
  }
}
.position-relative {
  position: relative;
}

.position-unset {
  position: unset;
}

.licenses-list_license .fancybox:hover {
  opacity: 1;
}

.licenses-list_license .fancybox:hover img {
  opacity: 0.8;
}

svg .prv-color {
  fill: var(--prv_color);
}

.developer-name {
  font-size: 16px;
  font-weight: 600;
  background: var(--prv_btn_bg_revert);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-section.light .developer-label {
  color: #212121;
}

.developer-label {
  font-weight: 600;
}

.custom-radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: #e8eaee;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
  border-color: var(--prv_opacity_color);
}

/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active + label::before {
  background-color: var(--prv_opacity_color);
  border-color: var(--prv_opacity_color);
}

/* стили для радиокнопки, находящейся в фокусе */
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked) + label::before {
  border-color: var(--prv_opacity_color);
}

/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio:checked + label::before {
  border-color: var(--prv_color);
  background-color: var(--prv_color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled + label::before {
  background-color: #e9ecef;
}

/* для элемента input c type="checkbox" */
.custom-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox span {
  /*display: inline-flex;*/
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox input:not(:disabled):not(:checked) + span:hover::before {
  border-color: var(--prv_opacity_color);
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox input:not(:disabled):active + span::before {
  background-color: var(--prv_opacity_color);
  border-color: var(--prv_opacity_color);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox input:focus:not(:checked) + span::before {
  border-color: var(--prv_opacity_color);
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox input:checked + span::before {
  border-color: var(--prv_color);
  background-color: var(--prv_color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox input:disabled + span::before {
  background-color: #e9ecef;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 8px);
  background-position-y: center;
  border: none;
  padding-right: 16px;
  font-size: 16px;
  cursor: pointer;
}

/* Оформление при наведении */
.custom-select:hover {
  background-color: #f7f7f7;
}

/* Оформление при активации */
.custom-select:active, .custom-select:focus {
  outline: none;
  background-color: #ebebeb;
}

.quiz-page .quiz-title {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
.quiz-page .post-title {
  color: #212121;
  line-height: 1.3;
  margin-bottom: 45px;
}
.quiz-page .quiz-wrp {
  max-width: 607px;
}
.quiz-page .img-wrp {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: end;
}
.quiz-page .img-wrp .img-text {
  width: 12.657vw;
  max-width: 243px;
  border-radius: 5px;
  border: 1px solid rgba(202, 37, 61, 0.33);
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 40px 10px 40px 33px;
  position: absolute;
  left: -5%;
  top: -38%;
  background: #ffffff;
  z-index: 2;
}
.quiz-page .img-wrp .img-text:before {
  content: "";
  position: absolute;
  border: 13px solid transparent;
  border-left: 44px solid white;
  transform: rotate(351deg);
  right: -52px;
  bottom: 4px;
}
.quiz-page .img-wrp .img-text span {
  color: #EE000E;
}
.quiz-page .img-wrp .img-block {
  display: flex;
  height: fit-content;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.quiz-page .img-wrp .img-block img {
  object-fit: contain;
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}

@media (max-width: 420px) and (max-width: 767px) {
  .header-mobile .navbar-logo {
    max-width: 125px !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
  }
}
@media (max-width: 1700px) {
  .quiz-page .img-wrp .img-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1400px) {
  .quiz-page .quiz-title {
    font-size: 1.875rem;
  }
  .quiz-page .img-wrp .img-text {
    padding: 15px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1200px) {
  .quiz-page .img-wrp .img-text {
    padding: 15px;
    font-size: 0.9rem;
    left: -10%;
    top: 0;
  }
}
@media (max-width: 992px) {
  .quiz-page .img-wrp .img-text {
    padding: 15px;
    font-size: 0.7rem;
    left: -10%;
  }
}
@media (max-width: 767.97px) {
  .quiz-page .quiz-slider {
    margin: auto 0;
  }
  .quiz-page .quiz-title {
    font-size: 1.875rem;
    position: relative;
    z-index: 2;
  }
  .quiz-page .post-title {
    font-size: 0.8125rem;
    position: relative;
    z-index: 2;
  }
  .quiz-page .quiz-wrp {
    max-width: 100%;
  }
  .quiz-page .img-wrp {
    overflow: hidden;
  }
  .quiz-page .img-wrp .img-text {
    padding: 8px;
    font-size: 0.7rem;
    left: 0;
    width: 90px;
    top: 22%;
    z-index: 2;
  }
  .quiz-page .img-wrp .img-text :before {
    border: 10px solid transparent;
    border-left: 32px solid white;
    transform: rotate(351deg);
    right: -38px;
    bottom: 3px;
  }
  .quiz-page .img-wrp .img-block {
    position: unset;
  }
  .quiz-page .img-wrp .img-block img {
    position: relative;
    right: -27%;
    max-width: 90%;
  }
  .quiz-page .row:last-child .col-md-6:last-child {
    order: 1;
    margin-top: -23%;
  }
  .quiz-page .row:last-child .col-md-6:first-child {
    order: 2;
    padding: 0;
  }
  .page-header {
    padding: 0;
  }
}

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