input[type="text"]::-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="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="tel"]:-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="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="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="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="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="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;
}

body {
  margin: 0;
  padding-right: 0px !important;
}
:focus {
  outline: none;
}
.nopadding {
  padding: 0 !important;
}
.nomargin {
  margin: 0 !important;
}
.text-white {
  color: #fff;
}
.display-flex {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.hidden,
.content .form .hidden,
.main .content .hidden {
  display: none !important;
}

body.modal-open {
  overflow-y: visible !important;
  padding-right: 0px !important;
}

.modal-body input,
.modal-body textarea {
  width: 100%;
  margin-bottom: 20px;
}
.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 {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  margin: 5px;
  width: 14px;
  height: 14px;
  border: 2px solid var(--prv_btn_color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--prv_interactive_color);
  border: 0px;
}

.section_grey {
  background: #f8f9fb;
  padding: 30px 0;
  margin: 0 !important;
}
section > .container {
  position: relative;
}
.adv-icon-cnt {
  box-shadow: 0px 11px 12.3px 0px #ffc6c640;
}

/* BODY */

body {
  font-size: var(--prv_font_size);
  font-family: var(--prv_font_family);
}
body.burger-menu-open {
  overflow: hidden;
}
h1 {
  font-size: 1.7333em;
}
h2 {
  font-size: 1.6em;
}
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: 2.2em;
  }
  h2 {
    font-size: 2em;
  }
  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: 3.2857em;
  }
  h2 {
    font-size: 2.6191em;
  }
  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;
}

.heading {
  margin-top: 44px;
}

.total_content > section,
.total_content > div > section,
.content > section,
.content > div > section {
  margin: 60px 0;
}
@media (max-width: 1284px) {
  #team,
  #partners {
    padding-bottom: 35px;
  }
}
.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;
}

.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;
}

.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active {
  opacity: var(--prv_btn_opacity);
  outline: none !important;
  box-shadow: none;
  color: var(--prv_font_color);
  background: var(--prv_btn_hover);
  border-color: var(--prv_btn_border_color);
}
.btn.btn-transparent {
  background: transparent !important;
  color: #000 !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 */

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev,
.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;
}

/*form*/
.form {
  margin: 3em auto 5em;
  max-width: 1600px;
  padding: 2em 0;
  box-sizing: border-box;
}
.form .custom-title-name {
  font-weight: 500;
  font-size: 2.2191em;
  margin-bottom: 1em;
}
.form .form-description {
  margin-bottom: 3em;
}
.form > .message {
  font-size: 1.5em;
}

.form .title {
  margin: 3em auto;
  font-size: 24px;
  text-align: center;
}
.form .errors {
  font-size: 14px;
  font-weight: bold;
  color: var(--prv_btn_color);
  margin: 20px 0 30px;
}
.form .inp-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  padding: 20px 0;
  vertical-align: top;
  box-sizing: border-box;
}
.form .inp-box input[type="text"]::placeholder {
  font-style: italic;
  color: #2d2d2d;
}
.form .inp-box.inp-resume_link .field-desription,
.form .inp-box.inp-phone .field-desription {
  display: none;
}
.form .inp-link {
  display: none !important;
}
.form .inp-box.not-filled label {
  margin: 0;
  transform: scale(1.2) translate(0, -50%);
  top: 50%;
  left: 0;
}
.form .inp-box label,
.form .inp-box.in-focus label {
  display: block;
  margin: 0;
  position: absolute;
  transform: scale(1) translate(0, 0);
  transform-origin: 0 0;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  font-size: 14px;
  color: #999;
}
.form .required label:after {
  content: " *"; /*color:var(--prv_btn_color);*/
  position: absolute;
  color: var(--prv_btn_color);
  margin-left: 3px;
  font-weight: 400;
  vertical-align: middle;
}

.form .required input[type="radio"] + label:after {
  display: none;
}

.form input[type="text"],
.form input[type="date"],
.form input[type="password"],
.form textarea,
.form select,
.form .inp-file-item {
  display: inline-block;
  min-width: 200px;
  width: 100%;
  height: 3.25em;
  padding: 10px 0;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  background-color: white;
  transition: all 0.5s ease;
  font-size: inherit;
  color: inherit;
}
.form .inp-file-item + .inp-file-item {
  margin-top: 10px;
}
.form option {
  padding: 8px 1.5em;
}
.form input[type="text"]:focus,
.form input[type="date"]:focus,
.form textarea:focus,
.form select:focus {
  /* border:1px solid #319591; */
}
.form .focus {
  border-color: #319591;
}
.form .error input[type="text"],
.form .error input[type="password"],
.form .error input[type="date"],
.form .error textarea,
.form .error select {
  border-color: var(--prv_btn_color);
}

.form textarea {
  /* height:15em; */
  height: 5.35em;
  padding-top: 1em;
  padding-bottom: 1em;
  resize: none;
}
.form .inp-file-item {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  font-style: italic;
}
.form .inp-file.multiple .inp-file-item {
  max-width: calc(100% - 3.25em - 0.3em);
  box-sizing: border-box;
}

.form .inp-file-item input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.form .inp-file-item .file-info {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 3.2em;
  text-transform: none;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
}
.form .inp-file-item .file-info:before {
  content: "\e80d";
  font-family: "fontello";
}
.form .inp-file-item input + .file-info:after {
  display: none;
}
.form .inp-file-item .file-info .name {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 40px);
  padding-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form .inp-file-item input:hover + .file-info .default {
  color: #319591;
}
.filled .inp-file-item .default {
  display: none;
}
.form .inp-file-item .fake-btn {
  display: none;
}
.form .inp-files {
  background-color: transparent;
}
.form .inp-message {
  margin-bottom: 35px;
}
.form .inp-file-box {
  border: 2px dashed #727271;
  padding: 20px;
  text-align: center;
}

.form .inp-file-box .display-files {
  margin: -10px 0 10px;
  text-align: left;
  font-size: 0.9em;
}
.form .inp-file-box .display-files .file {
  margin-bottom: 3px;
}
.form .inp-file-box .load-file-text {
  text-transform: uppercase;
}
.form .inp-file-box .multiple-inpfile-label {
  padding: 0;
  text-decoration: underline;
  font-style: italic;
  cursor: pointer;
}
.form .inp-file-box .multiple-inpfile-label:hover {
  text-decoration: none;
}
.form .inp-file-box .multiple-inpfile {
  display: none;
}

.form .inp-file .add-file {
  display: inline-block;
  height: 2.5em;
  width: 2.5em;
  margin-bottom: 0.35em;
  margin-left: 5px;
  vertical-align: middle;
  position: relative;
  border: solid 1px #121212;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.form .inp-file .add-file:before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  background-color: #121212;
}
.form .inp-file .add-file:after {
  content: "";
  display: block;
  width: 2px;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0, -50%);
  background-color: #121212;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  display: none;
}
.form input[type="radio"] + label,
.form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  min-width: unset;
  width: auto;
  margin-right: 10px;
  padding-left: 26px;
  text-transform: none;
  font-weight: normal;
  color: inherit;
  cursor: pointer;
}
.form .error input[type="radio"] + label,
.form .error input[type="checkbox"] + label {
  color: red;
}

.form input[type="radio"] + label::before,
.form input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 1px;
  height: 15px;
  width: 15px;
  box-sizing: border-box;
  background-color: white;
  box-shadow: 0 0 0 2px #dedede;
  transition: background 0.5s ease;
}
.form input[type="radio"] + label::before {
  border-radius: 50%;
}
.form input[type="checkbox"] + label::before {
  border-radius: 4px;
}

.form input[type="radio"]:checked + label::before,
.form input[type="checkbox"]:checked + label::before {
  box-shadow: 0 0 0 2px var(--prv_btn_color);
}

.form input[type="radio"]:checked + label::before {
  border: solid 3px white;
  background-color: var(--prv_btn_color);
  box-shadow: 0 0 0 2px var(--prv_btn_color);
}
.form input[type="checkbox"]:checked + label::before {
  content: "\e820";
  font-family: "fontello";
  font-size: 11px;
  padding-left: 1px;
  color: var(--prv_btn_color);
  box-shadow: 0 0 0 2px var(--prv_btn_color);
}
.form input[type="radio"] + label:hover::before,
.form input[type="checkbox"] + label:hover::before {
  box-shadow: 0 0 0 2px var(--prv_btn_color);
}

.form .agree-box input[type="checkbox"] + label {
  margin: 0;
  padding: 0 0 0 43px;
  transform: none;
  top: 0;
  left: 0;
  max-width: 100% - 60px;
}
.form .agree-box input[type="checkbox"] + label::before {
  display: inline-block;
  height: 18px;
  width: 33px;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
  background: #dbe0e6;
  border: none;
  border-radius: 9px;
  box-shadow: none;
  cursor: pointer;
  transition: background 0.1s ease-in;
  flex-shrink: 0;
}
.form .agree-box input[type="checkbox"]:checked + label::before {
  background: var(--prv_btn_color);
}
.form .agree-box input[type="checkbox"] + label::after {
  content: " ";
  width: 14px;
  height: 14px;
  margin: 2px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background: #fff;
  border: none;
  border-radius: 20px;
  transition: right 0.1s ease-in;
}
.form .agree-box input[type="checkbox"]:checked + label::after {
  left: 15px;
}

.form input[type="submit"] {
  margin-bottom: 0.5em;
}
.form input[type="submit"]:disabled {
  filter: grayscale(100%);
}
.form .inp-box.agree-box {
  color: #212529;
}
.form .inp-box.agree-box a {
}

.form .privacy-policy {
  width: 80%;
  min-width: 280px;
  max-width: 500px;
  margin: 1em auto 0;
  text-align: center;
  font-size: 0.9em;
}
.form .field-desription {
  font-size: 0.875em;
  color: #a9a9a9;
}
.form .error-text,
font.errortext {
  display: block;
  margin-bottom: 1em;
}
.form.half-inputs .submit-box {
  text-align: center;
}
.form .privacy-policy {
}
.form .requirements {
}
.form .link-container {
  margin-bottom: 20px;
  color: #999999;
}
.form .link-container a {
  color: #2d2d2d;
}

.modal_description {
}
.modal_description .clsp-1,
.modal_description .clsp-2 {
  fill: #8b9bae;
  fill-rule: evenodd;
}
.modal_description .clsp-2 {
  opacity: 0.1;
}
.modal_description .close_modal_btn {
  margin-top: 50px;
}
/*end forms*/

/* 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;
}

.modal-body label {
  margin-top: 12px;
}

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-radius: 100px;
  font-size: 13px;
  width: 90px;
  height: 45px;
  padding-left: 15px;
  background: var(--prv_btn_scroll_color);
  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:before {
  content: "\2191";
  position: absolute;
  top: -2px;
  left: 12px;
  font-size: 16px;
}
.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
  background-image: none;
  background: var(--prv_btn_scroll_color);
  opacity: 0.8;
  color: #fff;
  text-decoration: none;
}

/* 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: 991px) {
}

@media (max-width: 767px) {
  .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;
    margin-top: 17px !important;
  }

  .heading:after {
    width: 20%;
  }

  .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;
  }
}

.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 */

.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;
  margin: 20px 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;
  /*font-size: 1.133333em;*/
  line-height: 1.6471em;
}
.page-advantages {
  margin: 41px 0;
}
.page-footer {
  background-image: url(../img/page-footer-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0px 60px;
  margin: 50px 0px;
  border-radius: 30px;
}
.page-footer-text h4 {
  margin-top: 0;
}
@media (max-width: 767px) {
  .page-footer-img {
    margin-bottom: 24px;
  }
}
@media (min-width: 560px) {
  .page-footer {
    padding: 93px 0 60px;
  }
  .page-footer-text {
    margin: 35px 0;
  }
  .page-footer-text h4 {
    margin-top: 10px;
  }
}
.page-footer-text p {
  font-size: 0.93333em;
}
.page-footer-img img {
  margin: 0 auto;
}
.page-footer-buttons-block > * {
  margin: 0 19px 15px;
}
.page-top-text {
  color: #757575;
  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 {
    margin: 65px 0 45px;
  }
  .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: #fff;
  position: relative;
}
.sidebar-commercial {
  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 {
  padding-left: 32px;
  position: relative;
}
.sidebar-footer-element i.fas {
  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: 999;
  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: auto;
  max-height: 100%;
}
@media (min-width: 576px) {
  .side-info-container {
    padding: 0 70px;
  }
}
.side-info-container::-webkit-scrollbar {
  width: 8px;
}
.side-info-container::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #999;
  border: 2px solid #fff;
}
.side-info-container::-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: 991px) {
  .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: #f8f9fb;
}
table.table tbody tr:first-of-type td,
table.table1 tbody tr:first-of-type td {
  border-top: 1px solid #f1f1f1;
}
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 #f1f1f1;
  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:first-child {
    border-top: 1px solid #f1f1f1;
  }
  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 #f1f1f1;
  border-top: none;
}
table.table1 tbody td {
  padding: 15px 21px;
  border-bottom: 1px solid #ecf2f4;
  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 {
  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;
}
.modal-window .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;
  }
}

.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 {
    top: 15px;
    right: 30px;
  }
}

.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;
}
.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="tel"]::-webkit-input-placeholder,
.modal-window .feedback_modal textarea::-webkit-input-placeholder {
  color: #757575;
}

.modal-window .feedback_modal input[type="text"]::-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]::-moz-placeholder,
.modal-window .feedback_modal textarea::-moz-placeholder {
  color: #757575;
}

.modal-window .feedback_modal input[type="text"]:-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:-moz-placeholder,
.modal-window .feedback_modal textarea:-moz-placeholder {
  color: #757575;
}

.modal-window .feedback_modal input[type="text"]:-ms-input-placeholder,
.modal-window .feedback_modal input[type="tel"]:-ms-input-placeholder,
.modal-window .feedback_modal textarea:-ms-input-placeholder {
  color: #757575;
}

.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 textarea:focus::-webkit-input-placeholder {
  color: #757575;
}

.modal-window .feedback_modal input[type="text"]:focus::-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus::-moz-placeholder,
.modal-window .feedback_modal textarea:focus::-moz-placeholder {
  color: #757575;
}

.modal-window .feedback_modal input[type="text"]:focus:-moz-placeholder,
.modal-window .feedback_modal input[type="tel"]:focus:-moz-placeholder,
.modal-window .feedback_modal textarea:focus:-moz-placeholder {
  color: #757575;
}

.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 textarea:focus:-ms-input-placeholder {
  color: #757575;
}

.modal-window .prv_from_group label {
  display: none;
}

.modal-window .prv_from_group {
  margin-bottom: 20px;
  position: relative;
}
.modal-window .prv_from_group input[type="text"]:focus,
.modal-window .prv_from_group input[type="tel"]:focus,
.modal-window .prv_from_group textarea:focus {
  background-color: #fff;
  border: 2px solid var(--prv_btn_color);
}
.modal-window .feedback_modal .agree-checkbox-block {
  position: relative;
}
.modal-window .feedback_modal .help-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  text-align: center;
}

.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: #f8f9fb;
}
ul.page-sidebar-left-menu {
  border: 1px solid #eef1f4;
  background-color: transparent;
}
ul.page-sidebar-left-menu > li {
  border-bottom: 1px solid #eef1f4;
}
ul.page-sidebar-left-menu > li:last-child {
  border: none;
}
.left_menu_ul a:hover {
  background-color: #f8f9fb;
  text-decoration: none;
  color: #212121;
}
.left_menu_ul.collapse a:hover {
  color: var(--prv_color);
}
.left_menu_parent_link {
  display: flex;
  align-items: stretch;
}
.left_menu_item {
  padding: 20px 25px;
  display: block;
  color: #212121;
}
.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;
    margin-bottom: 0;
    top: 32px;
  }
}

.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;
}
.yButton.bottom.right {
  display: none;
}

.licenses-list_license {
  width: 31%;
  margin-right: 2%;
  display: inline-block;
  padding: 0px;
}
.licenses-list_license .row {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.licenses-list_license .row > div {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}
.licenses-list_license .row > div img {
  max-height: 190px;
  width: auto;
  /* max-width:100%; */
  /* flex:0 0 100%; */
}

.licenses-list_license:hover {
  padding: 0px !important;
  margin: 0px !important;
  margin-bottom: 24px !important;
  margin-right: 2% !important;
}
.increase {
  left: calc(50% - 14px);
}
.page-content p.license_title {
  height: 65px;
  overflow: hidden;
}
.worker-detail-ser {
}
.worker-detail-ser img {
  width: 31%;
  margin-right: 2%;
}

.sova-catalog-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 36px;
}
.sova-catalog-section-item {
  transition: 0.5s;
  width: calc(50% - 18px);
  aspect-ratio: 537 / 271;
  border-radius: 20px;
  padding: 37px 39px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: #f8f9fb;
  gap: 18px;
  cursor: pointer;
}
.sova-catalog-section-item:hover {
  background: #ff0000;
}
.sova-catalog-section-item-name {
  transition: 0.5s;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  width: 225px;
  color: #212529;
}
.sova-catalog-section-item:hover .sova-catalog-section-item-name {
  color: white;
}

.sova-catalog-section-item .sova-catalog-section-item-icon path {
  transition: 0.5s;
  stroke: #292d32;
}
.sova-catalog-section-item:hover .sova-catalog-section-item-icon path {
  stroke: white;
}

.sova-catalog-section-hr {
  background: #ff0000;
  width: 100%;
  height: 1px;
  border-radius: 100%;
  margin: 65px 0px 36px 0px;
}

.sova-catalog {
  margin: 0px 0px 42px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 51px;
}
.sova-catalog select {
  border: none;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #757575;
}
.sova-catalog option {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #757575;
  /* padding: 0px 10px 0px 0px; */
}

.sovaV1 .bx-pagination-container {
  display: flex;
  justify-content: center;
}

.all-advantages {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.all-advantages > div {
}

.adv-icon-cnt {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px !important;
}
.adv-text-cnt {
  text-align: left;
  color: #212121;
  width: 100%;
  width: fit-content;
  margin-left: 20px;
  max-width: 200px;
}
.adv-icon-cnt svg {
  max-width: 35px;
  max-height: 35px;
}

.sova-index-btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 55px 0px;
}
.sova-index-btn-item {
  font-size: 2.1428571em;
  padding-bottom: 19px;
  line-height: 1.066;
  position: relative;
}
.sova-index-btn-item:after {
  content: "";
  background: var(--prv_color_bg);
  border-radius: 4px;
  width: 75px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sova-sectionTop .sect_service_btn {
  position: relative;
  bottom: unset;
  left: unset;
  width: fit-content;
  color: #fff !important;
}
.sova-sectionTop .sect_service_cnt {
  padding: 47px 50px 24px 50px;
}
.sova-sectionTop .sect_service_cnt:hover {
  box-shadow: 0 0 0px #777;
}

.sova-sectionTop .sect_service_block,
.sova-sectionTop .sect_service_cnt {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sova-about {
  margin: 112px 0px 0px 0px;
  padding: 88px 0px;
  background: #f8f9fb;
}

.sova-about.sova-about-page {
  margin: 0px 0px 0px 0px;
}
.sova-about-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.sova-about-items-text {
  width: 40%;
}
.sova-about-page .sova-about-items-text {
  width: 50%;
}

.sova-about-items-text-t {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  color: #212529;
  margin: 0px 0px 48px 0px;
  position: relative;
}
.sova-about-page .sova-about-items-text-t {
  margin: 0px 0px 52px 0px;
}
.sova-about-items-text-t:before {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  background: #ff0000;
  position: absolute;
  bottom: -27px;
  border-radius: 4px;
}
.sova-about-items-text-y {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 24px;
  line-height: 37.92px;
  color: #212529;
  margin: 0px 0px 20px 0px;
}
.sova-about-items-text-r {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.57px;
  color: #757575;
}
.sova-about-items-img {
  width: calc(60% - 50px);
  aspect-ratio: 1 / 1;
  border-radius: 50px;
}
.sova-about-page .sova-about-items-img {
  width: calc(50% - 50px);
  aspect-ratio: 543/646;
}

.sova-about-items-img-mob {
  width: 100%;
  aspect-ratio: 360 / 493;
  border-radius: 25px;
}

.sova-about-ler .sova-about-items-img {
  width: calc(50% - 50px);
  aspect-ratio: 500 / 700;
}
.sova-about-ler .sova-about-items-text {
  width: 50%;
}

.service-detail__preview-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  position: relative;
  margin: 79px 0px 75px 0px !important;
}
.service-detail__preview-title:before {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  background: #ff0000;
  position: absolute;
  bottom: -35px;
  border-radius: 4px;
}

.service-desc-panel,
.service-detail__preview-text {
  color: #757575;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 28.57px;
}
.service-desc-panel h4,
.service-detail__preview-text h4 {
  color: #212529;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 28px;
  line-height: 54px;
}

.worker-grid-square__dynamic-block {
  height: 120px !important;
  padding: 0px 0px 10px 0px;
  top: unset;
  bottom: 0px;
}

.worker-grid-square__block {
  width: 100%;
  height: auto;
  aspect-ratio: 349 / 399;
  border-radius: 10px;
}

.breadcrumbsSova {
  margin: 30px 0px 0px 0px;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.btn.slider_color_lite {
  /* margin: 20px 0px 0px 0px; */
}

.header-not-main-page,
.header_top,
.header_bottom {
  background: none !important;
}
.header_bottom a {
  color: #414141 !important;
}
.total_content .owl-carousel {
  margin: -125px 0px 0px 0px;
}

@media (min-width: 1200px) {
  .container {
    /* max-width: 90%; */
  }
}

.head-slide {
  padding-top: 250px;
}
.slider_header {
  font-size: 48px;
}

.about-section__button-container {
  margin: 10px 0px 0px 0px;
}

.sova-sectionTop .sections_services {
  justify-content: flex-start !important;
}

.service-detail__price-list > table {
  border-radius: 10px;
  overflow: hidden;
}

.catEl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catEl .item-buy_block {
  margin: 0px;
  margin-bottom: 0px;
}
.catEl .btn.item-buy_btn.to_cart {
  padding: 10px 10px;
  max-width: max-content;
  width: fit-content;
}

.tab-content > div {
  display: none !important;
  opacity: 1;
}
.tab-content > .active {
  display: block !important;
  opacity: 1;
}

.catEl-text {
  margin-top: 33px;
}
.news-detail__prop-title.services {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 26px;
  line-height: 26px;
  margin: 0px 0px 30px 0px;
}

.sova-about-items-img-mob {
  display: none;
}
.sova-about-items-text-t,
h1.slider_header {
  font-weight: 500;
}
@media (max-width: 950px) {
  .sova-sectionTop,
  .services-sections {
    margin-top: 20px;
  }
  .breadcrumbs {
    display: none;
  }
  .page-footer-buttons-block .show-modal[data-target="#sideMessage"] {
    width: 189px;
    height: 42px;
  }
  .sovaV1 {
    margin-top: 100px;
  }
  .sova-about-items-img-mob {
    display: block;
    margin-bottom: 20px;
  }
  .about-section__button-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 0px;
  }
  .d-md-block,
  .d-md-block {
    display: none !important;
    visibility: hidden !important;
    height: 0px !important;
    padding: 0px !important;
  }
  .total_content .owl-carousel {
    margin: 0px 0px 0px 0px;
  }

  .all-advantages {
    flex-wrap: wrap;
  }
  .all-advantages > div {
    width: 45%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .advantage-cnt {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .adv-text-cnt {
    margin: 0px;
    text-align: center;
    margin-top: 10px;
  }

  .sova-about {
    margin: 55px 0px 0px 0px;
    padding: 40px 0px;
  }
  .page-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sova-about-items {
    position: relative;
  }
  .sova-index-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 65px 0px 35px 0px;
    gap: 15px;
  }
  .sova-about-items-img {
    display: none;
  }
  .sova-about-ler .sova-about-items-text,
  .sova-about-page .sova-about-items-text,
  .sova-about-items-text {
    width: 100%;
  }
  .sova-catalog {
    margin: 0px 0px 42px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }
  .products_item {
    width: 100%;
    max-width: 100%;
  }
  .slider_text_left > div .btn.slider_color_lite {
    /* margin: 0px auto; */
  }
  .slider_text_left > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 380px;
    margin: 0px 0px -100px 0px;
    justify-content: space-between;
    padding: 20px 15px 35px 15px;
  }

  .slider_header {
    font-size: 20px;
    margin: 50px 0px 0px 0px;
  }
  .sova-catalog-section-hr {
    margin: 30px 0px 30px 0px;
  }
  .total_content {
    margin-bottom: 0px !important;
  }
  .sova-about-items-text-t {
    font-size: 34px;
  }
}

/*.map .ymaps-layers-pane,
.map .ymaps-2-1-22-user-selection-none,
.map .ymaps-2-1-22-tile-container-dom-print-patch,
.map .ymaps-2-1-22-ground-pane,*/
.map .ymaps-2-1-79-ground-pane,
.map .ymaps-2-1-80-ground-pane,
.map .ymaps-2-1-81-ground-pane,
.map .ymaps-2-1-82-ground-pane,
.map .ymaps-2-1-83-ground-pane,
.map .ymaps-2-1-84-ground-pane,
.map .ymaps-2-1-85-ground-pane,
.map .ymaps-2-1-86-ground-pane,
.map .ymaps-2-1-87-ground-pane,
.map .ymaps-2-1-88-ground-pane,
.map .ymaps-2-1-89-ground-pane,
.map .ymaps-2-1-90-ground-pane,
.map .ymaps-2-1-91-ground-pane,
.map .ymaps-2-1-92-ground-pane,
.map .ymaps-2-1-93-ground-pane,
.map .ymaps-2-1-94-ground-pane,
.map .ymaps-2-1-95-ground-pane,
.map .ymaps-2-1-96-ground-pane,
.map .ymaps-2-1-97-ground-pane,
.map .ymaps-2-1-98-ground-pane,
.map .ymaps-2-1-99-ground-pane
/*,.unactive img*/ {
  /*2.0*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.placemark_baloon_container {
  padding: 25px;
}
.placemark_baloon_header {
  font-size: 1.29em;
  line-height: 1.6471em;
}
.placemark_baloon_info {
  color: #212121;
  margin-top: 16px;
}
.placemark_baloon_info .placemark_baloon_label {
  font-size: 0.7779em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px !important;
  color: #999;
  margin-bottom: 2px;
  font-family: var(--prv_font_family);
}
.placemark_baloon_value {
  font-size: var(--prv_font_size);
  font-family: var(--prv_font_family);
}
.map_marker_border1 {
  fill: var(--prv_color);
}
.map_marker_bg {
  fill: #fff;
}
.map_marker_el1,
.map_marker_border2 {
  stroke: none;
}
.map_marker_border2 {
  fill: rgba(255, 255, 255, 0.79);
}

.studio-list {
}
.studio-item {
  margin-bottom: 25px;
  border: 1px solid #eeeeee;
  padding: 25px 24px;
}
.studio-item .map-box {
}
.studio-item .map {
  height: 100%;
  min-height: 315px;
  width: 100%;
  min-width: 300px;
}
.studio-item .text-box {
}
.studio-item h5 {
  margin: 10px 0 10px;
  padding: 0 0;
}
.studio-item .param {
  margin-bottom: 16px;
  font-size: 14px;
}
.studio-item .param .name {
  margin-bottom: 3px;
  font-weight: 700;
}
.studio-item .param .value {
}
.studio-item .param a {
  color: inherit;
}
.studio-item .param a:hover {
  color: var(--prv_btn_color);
}
.studio-item .btn {
}

.studio-detail {
}

/*USE CSS for Slider*/

.slicker-gal-box {
  margin-bottom: 30px;
}
.slicker-gal-box .slider.slider-for {
  width: 100%;
}
.slicker-gal-box .slider.slider-nav {
  margin: 19px 0 0;
  overflow: hidden;
}
.slicker-gal-box .slider-for .item {
  height: 365px;
  float: left;
}
.slicker-gal-box .slider-nav .item {
  height: 73px;
  width: 73px;
  margin: 0 16px 0 0;
}
.slicker-gal-box .slider .img-box {
  height: 100%;
  width: 100%;
  border: 1px solid #d6d6d6;
}
.slicker-gal-box .slider-nav .img-box {
  margin: 0 auto;
  height: 73px;
  width: 73px;
}
.slider-nav .slick-current .img-box {
  border: 1px solid var(--prv_btn_color);
}
.slicker-gal-box .item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.slicker-gal-box.img-cover .item img {
  object-fit: cover;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
  border: 0;
  outline: 0;
}
.slick-arrow {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  height: 18px;
  border: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}
.slick-prev {
  top: 0;
}
.slick-next {
  bottom: 0;
  /* background-color: red; */
}
.slick-prev.slick-arrow {
}
.slick-next.slick-arrow {
}

.equipment-list {
  max-width: 300px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto 50px;
}
.equipment-item {
  display: block;
  position: relative;
  border: 2px solid #eef1f4;
  box-sizing: border-box;
  padding: 22px;
  color: inherit;
}
.equipment-item .img-box {
  height: 200px;
  width: 200px;
  margin: 30px auto;
}
.equipment-item .img {
  display: block;
  margin: auto;
}
.equipment-item .text-box {
  font-weight: 700;
  font-size: 16px;
}
.equipment-item .btn-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  opacity: 0;
  transition: all ease 0.5s;
}
.equipment-item:hover .btn-box {
  opacity: 1;
}
.equipment-item .btn {
  margin-top: 220px;
}
.staff-list {
  max-width: 225px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto 50px;
}
.staff-item,
.staff-item:hover {
  display: block;
  width: 225px;
  max-width: 225px;
  background: var(--prv_btn_hover);
  color: var(--prv_font_color);
}
.staff-item .img-box {
}
.staff-item .text-box {
  padding: 12px;
}
.staff-item .text-box .name {
  font-size: 18px;
  font-weight: 700;
}

.footer-map-box {
  width: 100%;
  height: 300px;
}
.footer-map-box .map {
  height: 100%;
  width: 100%;
}

.cookies-agreement {
  width: 21rem;
  max-width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.cookies-agreement .box {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  background: #fff;
  box-shadow: 0 4px 24px rgba(114, 128, 170, 0.32);
  color: #000;
  border-radius: 0.25rem;
  box-sizing: border-box;
  max-height: calc(100vh - 3rem);
  overflow: auto;
  padding: 1rem;
}
.cookies-agreement .description {
}
.cookies-agreement .btn {
}

.mob {
  display: none;
}
.max-soc-logo {
  height: 25px;
  width: 25px;
}
.mob.logss svg,
.mob.logs svg,
.mob.logs .max-soc-logo {
  width: 24px;
  height: 24px;
}

@media only screen and (max-width: 900px) {
  .mob.logss {
    display: flex;
    justify-content: space-around;
    margin: -5px 0px 0px 0px;
  }
  .mob.logs {
    display: flex;
    justify-content: space-around;
    margin: 5px 0px -15px 0px;
  }
  .mob {
    display: flex;
  }
  .service-detail__preview-title {
    margin: 99px 0px 75px 0px !important;
  }
}
@media only screen and (min-width: 600px) {
  .equipment-list {
    max-width: unset;
    grid-template-columns: repeat(2, 1fr);
  }
  .staff-list {
    max-width: 480px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .studio-item {
    position: relative;
    margin-bottom: 30px;
    padding: 28px 32px;
  }
  .studio-item .map-box {
    position: absolute;
    width: 300px;
    top: 28px;
    bottom: 28px;
    left: 32px;
  }
  .studio-item .text-box {
    margin-left: 330px;
  }
  .studio-item h5 {
    margin-top: 0;
  }

  .slicker-gal-box {
    height: 365px;
    display: flex;
  }
  .slicker-gal-box .slider.slider-for {
    width: 84%;
    margin: 0 25px 0 0;
  }
  .slicker-gal-box .slider.slider-nav {
    height: 365px;
    margin: 0;
  }
  .slicker-gal-box .slider-for .item {
    height: 365px;
  }
  .slicker-gal-box .slider-nav .item {
    margin: 0 0 16px 0;
  }

  .footer-map-box {
    height: 470px;
  }
}
@media only screen and (min-width: 1160px) {
  .studio-item .map-box {
    width: 350px;
  }
  .studio-item .text-box {
    margin-left: 400px;
  }
  .equipment-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .staff-list {
    max-width: unset;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 65px;
  }
  .staff-list .item {
  }
}
@media only screen and (min-width: 1280px) {
}
@media only screen and (min-width: 1440px) {
}
@media only screen and (min-width: 1600px) {
}
@media only screen and (min-width: 1920px) {
}

.products_type_list,
.products_buy_block {
  display: none;
}

.production-element__col {
  margin: 0 0 45px;
}

.nav_section_img {
  box-shadow: 0px 11px 12.3px 0px #ffc6c640;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .bottom-menu-section__container .bottom-nav-list {
    justify-content: space-between !important;
  }
}

#main-footer .contacts-section__address,
#main-footer .contacts-section__phones {
  margin-left: 10px;
}
.dropdown-toggle.prv_top_dropdown {
  display: none !important;
}
.politSoVa {
  display: flex;
  flex-direction: column;
}
.politSoVa a {
  margin-bottom: 15px;
  color: #808080;
}
.politSoVa-div {
  display: flex;
  align-items: flex-start !important;
}
.socSoVa {
  display: flex;
  justify-content: space-between;
}
.footerSoVa {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footerSoVa div {
  width: 100%;
  max-width: 400px;
  text-align: left;
  margin: 35px 0px 30px 0px;
}
@media only screen and (max-width: 900px) {
  .politSoVa {
    text-align: center;
  }
  .politSoVa a {
    margin-bottom: 5px;
  }
  .socSoVa {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 15px 0px 0px 0px;
  }
  .footerSoVa {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .footerSoVa div {
    margin: 5px 0px;
    text-align: center;
  }
}
