:root {
  --main-color: #04579a;
  --color-1: #eef7ff;
  --color-2: #111;
  --color-4: #555;
  --color-5: #fff;
  --color-6: #222;
  --color-7: #e9e9e9;
  --color-headers: #222;
  --color-footer: #044172;
}
html {
  height: 100%;
  font-size: 15px;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  color: var(--color-4);
  line-height: 1.4;
  margin: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
::-moz-selection {
  background: var(--main-color);
  color: var(--color-5);
}
::selection {
  background: var(--main-color);
  color: var(--color-5);
}
b,
strong {
  font-weight: 600;
  color: #656565;
}
.grecaptcha-badge {
  left: -10000px !important;
}
.preloader_with_logo:before {
  content: "";
  position: absolute;
  opacity: 0.25;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-size: 25%;
  background-image: url("/images/logo2.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.map * {
  touch-action: auto
}
.map-block iframe {
    position: relative;
    max-width: 1170px;
    width: 100%;
}
@media (max-width: 767px) {
    .map-block iframe {
        max-height: 200px;
    }
}
h1,
.h1 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-top: 2.8%;
  margin-bottom: 1.3%;
  color: var(--color-headers);
}
h2,
.h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: var(--color-headers);
}
h3,
.h3 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: var(--color-headers);
}
h4,
.h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: var(--color-headers);
}
h5,
.h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: var(--color-headers);
}
h6,
.h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: var(--color-headers);
}
*,
::after,
::before {
  box-sizing: border-box;
}
input,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type='text'] {
  box-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex .flex-item {
  margin: 0 10px 20px;
}
.flex-3 .flex-item {
  width: calc(33% - 13.33px);
}
.flex-3 .flex-item:nth-child(3n + 1) {
  margin-left: 0;
}
.flex-3 .flex-item:nth-child(3n) {
  margin-right: 0;
}
.flex-2 .flex-item {
  width: calc(50% - 10px);
}
.flex-2 .flex-item:nth-child(odd) {
  margin-left: 0;
}
.flex-2 .flex-item:nth-child(even) {
  margin-right: 0;
}
.flex-4 .flex-item {
  width: calc(25% - 15px);
}
.flex-4 .flex-item:nth-child(4n + 1) {
  margin-left: 0;
}
.flex-4 .flex-item:nth-child(4n) {
  margin-right: 0;
}
.small-text {
  font-size: 15px;
  font-weight: 400;
}
p {
  margin-bottom: 3%;
  margin-top: 0;
}
p.info {
  font-size: 1.2rem;
  font-weight: 300;
}
a {
  color: var(--main-color);
  text-decoration: none;
  border-bottom: 1px solid var(--main-color);
  transition: .3s;
}
a:hover {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: var(--main-color);
}
b,
strong {
  color: var(--color-6);
}
.image-container {
  margin-bottom: 15px;
}
.home-page-header {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  color: var(--color-5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 400;
}
.home-page-header .phn a {
  color: var(--color-5);
  border-bottom: 0;
}
.home-page-header .phn a.header-call {
  border-bottom: 1px dashed var(--color-5);
}
.home-page-header .phn a.header-call:hover {
  border-color: transparent;
}
.rz {
  padding-left: 35px;
  display: flex;
  justify-content: center;
}
#message {
  font-weight: 500;
  margin-bottom: 15px;
}
.header-call {
  color: var(--main-color);
  text-decoration: none;
  border-bottom: 1px dashed var(--main-color);
  transition: .3s;
}
.header-call:hover {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}
.rz span {
  border-bottom: 1px dashed var(--color-5);
  cursor: default;
}
.rz span:hover {
  cursor: pointer;
}
.content-page-header-box .rz span {
  color: var(--main-color);
  text-decoration: none;
  border-bottom: 1px dashed var(--main-color);
  transition: .3s;
  cursor: pointer;
}
.content-page-header-box .rz span:hover {
  text-decoration: none;
  border-bottom: 1px dashed transparent;
}
.content ul {
  list-style: none;
  padding-left: 20px;
}
.content ul li:before {
  content: "";
  margin-right: 10px;
  height: 5px;
  width: 5px;
  background: var(--main-color);
  border-radius: 50%;
  margin-top: 6px;
  display: block;
  float: left;
}
.home-page-header-box {
  position: relative;
  z-index: 1000;
}
.slider_box {
  list-style: none;
  padding-left: 0px;
  max-width: 1920px;
  margin: 0px auto;
}
.slider_box .slider_item {
  position: relative;
}
.slider_box .slider_item img {
  margin: 0px auto;
  max-width: none;
}
.img-big {
  padding-top: 37.5%;
  position: relative;
  min-height: 50vh;
}
.img-big img {
  position: absolute;
  top: 0;
  height: 100%;
}
.top_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  align-items: center;
  font-weight: 400;
  margin-top: 0;
}
.top_menu a {
  color: var(--color-5);
  border-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
.top_menu a:hover {
  color: var(--color-5);
  border-bottom: 0px;
  background: rgba(255, 255, 255, 0.1);
}
.top_menu .search_item {
  padding: 0px 30px;
  flex-grow: 0;
  cursor: pointer;
  fill: var(--color-5);
}
.top_menu .search_item * {
  visibility: visible !important;
}
.top_menu .search_item svg {
  width: 24px;
  height: 24px;
}
/*additional menu*/
.top_menu_header ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top_menu_header ul.submenu {
  display: block;
  border-bottom: none;
  padding: 3px;
}
.top_menu_header ul li:not(:last-child) {
  margin-right: 20px;
}
.top_menu_header ul li a {
  border-bottom-color: transparent;
  transition: all 0.3s;
  font-size: 90%;
}
.top_menu_header ul li a:hover {
  border-bottom-color: rgba(4, 87, 154, 0.3);
}
/*additional menu*/
.big_pic {
  margin-bottom: 2%;
}
*:focus {
  outline: none;
}
.slider_box {
  margin-top: -180px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
    .slider_box {
      margin-top: -109px !important;
    }
}
.slider-container {
  position: relative;
}
.dots .slick-dots {
  bottom: 23px;
}
.dots .slick-dots li button {
  background: var(--color-5);
  border-radius: 50%;
}
.dots .slick-dots li button:before {
  background: var(--main-color);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  content: '';
}
.dots .slick-dots .li.slick-active button:before {
  opacity: 1;
}
.description_box {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 57%;
  transform: translate(-50%, -50%);
}
.description_box .h1 {
  font-size: 4rem;
  color: var(--color-5);
  font-weight: bold;
  line-height: 1;
  margin: 0;
  margin-bottom: 5px;
}
.description_box p {
  color: var(--color-5);
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
}
.description_box .col-md-9 {
  margin-bottom: 15px;
}
.priem-priem > div .priem-priem-name {
  font-size: 1.2rem;
}
.priem-row-two {
  margin-top: 4%;
  padding-bottom: 4%;
}
.priem-text .col-md-6 {
  margin: 5% 0px 5% 0px;
}
.priem-text h1 {
  text-align: center;
}
.home-h1-block {
  margin-bottom: -5%;
}
.priem-row-one {
  background: var(--color-1);
}
.priem-priem-name {
    font-size: 15px;
    color: var(--color-6);
    width: 200px;
    text-align: center;
}
.advantages .flex-item {
  flex-direction: column!important;
  justify-content: center;
  align-items: center;
  display: flex;
}
.priem-priem-description {
  color: #777777;
  text-align: center;
}
.submenu {
  position: absolute;
  list-style: none;
  padding: 3px 0px;
  text-align: left;
  background: var(--color-5);
  box-shadow: 0px 28px 49px 0px rgba(67, 67, 67, 0.24);
  z-index: 2000;
  width: 300px;
}
.submenu > li > a {
  padding: 7px 25px 7px 22px;
  color: #333;
  display: block;
  background: var(--color-5);
  font-weight: 300;
}
.submenu > li:hover > a {
  color: #333;
  background: var(--color-1);
}
.drop-down-list .submenu {
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, visibility 0s;
}
.drop-down-list:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.menu-dots {
  display: flex;
  flex-direction: column;
  transform: rotate(0deg);
  transition: .4s;
  transition-delay: .2s;
}
.menu-dots span {
  width: 4px;
  height: 4px;
  background: var(--color-5);
  border-radius: 50%;
  margin: 1px;
  position: relative;
  transition: .2s;
}
.drop-down-list {
  position: relative;
}
.drop-down-list a {
  display: flex;
  align-items: center;
}
.drop-down-list a .menu-dots {
  margin-right: 11px;
}
.drop-down-list a:hover {
  background: rgba(255, 255, 255, 0);
}
.drop-down-list:hover {
  background: rgba(255, 255, 255, 0.1);
}
.drop-down-list:hover .menu-dots span:nth-child(2) {
  transform: translateX(5px);
}
.vrach {
  padding: 100px 0px 60px 0px;
  background-repeat: no-repeat;
}
.vrach .foto {
  box-shadow: 0px 30px 40px 0px rgba(95, 131, 126, 0.3);
}
.vrach_name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.vrach .info_name {
  margin-bottom: 8px;
}
.vrach .info_name > span {
  font-weight: 500;
}
.vrach .question {
  border-bottom: 0px;
  display: inline-block;
  line-height: initial;
  margin: 25px 0px 30px 0px;
}
.vrach .question span {
  color: var(--main-color);
}
.vrach .question:hover {
  border-bottom: 0px;
}
.vrach .question:hover span {
  border-bottom: 1px solid transparent;
}
.vrach .question img {
  margin-left: 15px;
}
.info_about {
  padding: 3% 0 4%;
  background: #f7f7f7;
}
.info_about_name {
  font-weight: 500;
  margin-bottom: 4%;
  font-size: 2em;
  color: var(--color-6);
  text-align: center;
}
.slider_licenz {
  padding-left: 0px;
}
.main-contacts-container {
  border: 1px dashed #8b8b8b;
}
.main-contacts-name {
  font-size: 15px;
  font-weight: bold;
}
.main-contacts-item {
  margin: 30px 0px;
}
.map iframe {
  width: 100%;
  margin-bottom: -7px;
  border: none !important;
}
table {
  width: 100%;
}
.footer-img {
    background-color: #B6E0F2;
    padding-top: 45px;
}
.footer-img img {
    object-fit: contain;
    width: 100%;
    max-height: 350px;
}
.footer {
  background-color: var(--color-footer);
  color: #999;
  padding: 30px 0px;
}
#themeColor,
.themeColor {
  fill: var(--main-color);
}
.footer .column-footer.logo .img-fluid {
  max-width: 170px;
  margin-bottom: 8%;
}
.footer .column-footer.logo p {
  max-width: 270px;
  color: #BBBBBB;
}
.footer .column-footer.contact {
  color: var(--color-5);
}
.footer .column-footer.contact p {
  display: flex;
}
.footer .column-footer.contact p:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 16px;
}
.footer .column-footer.contact p.address:before {
  background: url(/images/contact/placeholder.svg) center no-repeat;
  background-size: 100%;
}
.footer .column-footer.contact p.tel:before {
  background: url(/images/contact/telephone.svg) center no-repeat;
  background-size: 100%;
}
.footer .column-footer.contact p.mail:before {
  background: url(/images/contact/mail.svg) center no-repeat;
  background-size: 100%;
}
.footer .column-footer.contact a {
  color: #fff !important;
}
.footer .column-footer.contact a:hover {
  border-bottom: 1px solid var(--color-5);
}
.footer .column-footer.contact .soc {
  margin-top: 15px;
}
.footer .column-footer.contact .soc a {
  display: inline-block;
  margin-right: 4px;
  border: 0;
}
.footer .column-footer.contact .soc a:hover {
  border-bottom: none;
}
.footer .column-footer.contact .soc a svg {
  transition: .3s;
  fill: var(--color-5);
}
.footer .column-footer.contact .soc a:hover svg {
  opacity: .8;
}
.footer .column-footer.services {
  padding-right: 70px;
}
.footer .column-footer .title {
  color: var(--color-5);
  font-size: 1.2rem;
  margin-bottom: 8%;
  padding-top: 11px;
  display: inline-block;
  cursor: default;
}
.footer .column-footer .title a {
  color: var(--color-5);
}
.footer .column-footer:not(.mobile-version) .footer-block {
  display: block !important;
}
.footer .column-footer .footer-block p {
  margin-bottom: 14px;
}
.footer .column-footer .footer-block a {
  color: #ccc;
}
.footer .column-footer .footer-block a:hover {
  border-bottom: 1px solid;
  color: var(--color-5);
}
.footer-menu-item-inner {
  padding-left: 8px;
}
.footer .column-footer.mobile-version .title {
  background: var(--color-6);
  margin: 0 0px 7px;
  padding: 11px 15px 12px;
  position: relative;
  width: 100%;
  border-bottom: 0;
}
.footer .column-footer.mobile-version .title:after {
  content: "+";
  display: block;
  position: absolute;
  right: 20px;
  top: 11px;
  color: var(--color-5);
  font-size: 18px;
  transition: .5s;
  transition-timing-function: cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.footer .column-footer.mobile-version .title.open:after {
  transform: rotate(45deg);
}
.footer .column-footer.mobile-version .footer-block {
  display: none;
  padding-bottom: 12px;
}
.footer a {
  color: #6f8686;
  border: 1px solid transparent;
}
.footer a:hover {
  color: var(--color-5);
}
.footer_menu {
  height: 100%;
}
.footer_menu ul {
  padding: 0px;
  list-style: none;
  margin-bottom: 0px;
  height: 100%;
}
.footer_menu ul li a {
  font-weight: 400;
}
.footer.contacts {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer.contacts .name {
  font-weight: bold;
}
.cpr {
  background: var(--color-footer);
  color: #b9b9b9;
  padding: 10px 0px 15px;
  font-size: 12px;
}
.cpr__txt {
  font-size: 12px;
  color: #B9B9B9;
}
.cpr a {
  color: var(--color-5);
  border-bottom: 1px solid var(--color-5);
  font-size: 12px;
}
.cpr a:hover {
  border-bottom: 1px solid transparent;
}
.content-page-menu .container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.content-page-menu .top_menu a {
  color: var(--color-6);
}
.content-page-menu .top_menu a:hover {
  background: var(--color-1);
}
.content-page-menu .top_menu .drop-down-list a {
  display: flex;
  align-items: center;
}
.content-page-menu .top_menu .drop-down-list > a {
  padding-right: 35px;
  padding-left: 20px;
}
.content-page-menu .top_menu .drop-down-list > a .arrow {
  right: 15px;
}
.content-page-menu .top_menu .menu-dots span {
  background: var(--color-6);
}
.content-page-menu .top_menu .search_item {
  fill: var(--color-6);
}
.content-page-menu .arrow svg {
  fill: var(--color-6) !important;
}
.content-page-header {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #777;
  border-bottom: 1px solid #dfe5ea;
  font-weight: 400;
}
.content-page-header .phn a {
  border-bottom: 0;
}
.content-page-header .phn a.header-call {
  border-bottom: 1px dashed var(--main-color);
}
.content-page-header .phn a.header-call:hover {
  border-color: transparent;
}
.logo a {
  border: none;
}
.uls_name {
  background: var(--main-color);
  padding: 15px 0px;
}
.uls_name h1 {
  color: var(--color-5);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.sidebar {
  margin-top: 0;
}
.sidebar .documents {
  flex-direction: column;
}
.sidebar .documents .document-item {
  width: 100%;
  margin-right: 0;
}
.sidebar > ul {
  padding: 0px;
  list-style: none;
}
.sidebar > ul .down {
  list-style: none;
  padding: 0px;
}
.sidebar > ul .down li {
  margin: 7px 18px;
}
.sidebar > ul .down li a {
  padding: 0px !important;
  border: none;
  display: inline;
  color: #999;
  font-size: 15px;
  border-bottom: 1px solid transparent;
}
.sidebar > ul .down li a:hover {
  color: var(--main-color);
}
.sidebar > ul > li {
  margin-bottom: 5px;
}
.sidebar > ul > li > a {
  padding: 15px;
  font-weight: 400;
  color: var(--color-4);
  background: var(--color-1);
  display: block;
  border: 0px;
}
.sidebar > ul > li > a:hover {
  color: var(--color-5);
  background: var(--main-color);
}
.sidebar > ul > li[data-active='active'] > a {
  background: var(--main-color);
  color: var(--color-5);
}
.sidebar > ul > li[data-active='active'] > a .strbox .str {
  border-left-color: var(--color-5);
}
.sidebar > ul > li[data-active='active'] > a .strbox.active .str {
  border-left-color: var(--color-5);
  transform: translateX(-5px) rotate(90deg);
}
.smenu a {
  position: relative;
  padding: 12px 30px 12px 17px !important;
}
.strbox {
  position: absolute;
  width: 35px;
  height: 100%;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.strbox .str {
  border: 7px solid transparent;
  border-left: 7px solid #656565;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  transition: .3s;
}
.strbox:hover .str {
  background-position-y: -8px;
}
.strbox.active .str {
  transform: rotate(90deg) translateX(-5px);
}
.sidebar a:hover .str {
  border-left-color: var(--color-5);
}
.content {
  padding-top: 3%;
  padding-bottom: 20px;
}
.content .form .info {
  font-weight: bold;
  font-size: 1.33333em;
  margin-bottom: 1.8%;
  color: var(--color-6);
}
.table_usl_price {
  padding: 20px 35px;
  background: var(--color-1);
  border: 1px dashed var(--main-color);
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 400;
  align-items: center;
}
.table_usl_price .price {
  font-weight: bold;
  font-size: 20px;
}
.form {
  padding: 23px 23px 20px 23px;
  background: var(--color-1);
  border: 6px solid var(--color-3);
  margin-bottom: 15%;
  margin-top: 4%;
}
.form .priem input[type="submit"],
.form .priem .submitbutton {
  padding: 15px 0px;
  display: block;
  color: var(--color-5);
  background-color: var(--main-color);
  cursor: pointer;
  transition: .3s;
  width: 29.5%;
  margin-bottom: 0px;
  border: 1px solid var(--main-color);
}
.form .priem input[type="submit"]:hover,
.form .priem .submitbutton:hover {
  background: transparent;
  color: var(--main-color);
}
.form .priem p,
.form .priem noindex {
  width: 69.5%;
  font-size: 11px;
  color: #999999;
  margin: 0;
}
.form .priem noindex p {
  width: 100%;
}
.form .priem p a {
  color: var(--main-color);
  border-bottom: 1px solid transparent;
}
.form .priem p a:hover {
  border-bottom: 1px solid var(--main-color);
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--main-color) !important;
}
.inp-field-txt {
  margin-bottom: 7px;
}
/*radio elem*/
.radio-wrap,
.checkboxes-wrap {
  margin-bottom: 13px;
  width: 100%;
  flex-basis: 100%;
}
.radio-wrap.inline .radio-elem,
.checkboxes-wrap.inline .radio-elem,
.radio-wrap.inline .checkboxes-elem,
.checkboxes-wrap.inline .checkboxes-elem {
  display: inline-flex;
  margin-right: 20px;
}
.radio-wrap .radio-elem,
.checkboxes-wrap .radio-elem,
.radio-wrap .checkboxes-elem,
.checkboxes-wrap .checkboxes-elem {
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 90%;
}
.radio-wrap .radio-elem .radio-state,
.checkboxes-wrap .radio-elem .radio-state,
.radio-wrap .checkboxes-elem .radio-state,
.checkboxes-wrap .checkboxes-elem .radio-state,
.radio-wrap .radio-elem .checkbox-state,
.checkboxes-wrap .radio-elem .checkbox-state,
.radio-wrap .checkboxes-elem .checkbox-state,
.checkboxes-wrap .checkboxes-elem .checkbox-state {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  transition: all 0.3s;
  position: relative;
}
.radio-wrap .radio-elem .radio-state:before,
.checkboxes-wrap .radio-elem .radio-state:before,
.radio-wrap .checkboxes-elem .radio-state:before,
.checkboxes-wrap .checkboxes-elem .radio-state:before,
.radio-wrap .radio-elem .checkbox-state:before,
.checkboxes-wrap .radio-elem .checkbox-state:before,
.radio-wrap .checkboxes-elem .checkbox-state:before,
.checkboxes-wrap .checkboxes-elem .checkbox-state:before {
  content: '';
  transition: all 0.3s;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 50%;
  background-color: transparent;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.radio-wrap .radio-elem .checkbox-state,
.checkboxes-wrap .radio-elem .checkbox-state,
.radio-wrap .checkboxes-elem .checkbox-state,
.checkboxes-wrap .checkboxes-elem .checkbox-state {
  border-radius: 0px;
}
.radio-wrap .radio-elem .checkbox-state:before,
.checkboxes-wrap .radio-elem .checkbox-state:before,
.radio-wrap .checkboxes-elem .checkbox-state:before,
.checkboxes-wrap .checkboxes-elem .checkbox-state:before {
  content: '';
  border-radius: 0px;
}
.radio-wrap .radio-elem .radio-input:checked + .radio-state:before,
.checkboxes-wrap .radio-elem .radio-input:checked + .radio-state:before,
.radio-wrap .checkboxes-elem .radio-input:checked + .radio-state:before,
.checkboxes-wrap .checkboxes-elem .radio-input:checked + .radio-state:before {
  content: '';
  background-color: var(--main-color);
}
.radio-wrap .radio-elem .checkboxes-input:checked + .checkbox-state:before,
.checkboxes-wrap .radio-elem .checkboxes-input:checked + .checkbox-state:before,
.radio-wrap .checkboxes-elem .checkboxes-input:checked + .checkbox-state:before,
.checkboxes-wrap .checkboxes-elem .checkboxes-input:checked + .checkbox-state:before {
  content: '';
  background-color: var(--main-color);
}
.content.nonsidebar {
  background: var(--color-5);
}
.pr_info_box:nth-child(1) .pr_info_item {
  background: #f24c4c;
}
.pr_info_box:nth-child(2) .pr_info_item {
  background: #79a5f5;
}
.pr_info_box:nth-child(3) .pr_info_item {
  background: var(--main-color);
}
.pr_info_item {
  background: #787878;
  padding: 13px 20px;
  color: var(--color-5);
  font-weight: 500;
  margin-bottom: 35px;
  position: relative;
  cursor: pointer;
}
.pr_info_item .tooltipchik {
  position: absolute;
  top: calc(110%);
  background: var(--color-5);
  color: #555555;
  width: 100%;
  left: 0px;
  z-index: 100;
  box-shadow: 0px 9px 29px 0px rgba(85, 107, 135, 0.38);
  padding: 30px 20px;
  visibility: hidden;
  opacity: 0;
}
.pr_info_item.kredit:hover .tooltipchik.kredit {
  visibility: visible;
  opacity: 1;
}
.pr_info_item.special:hover .tooltipchik.special {
  visibility: visible;
  opacity: 1;
}
.pr_info_item img {
  margin-top: -5px;
  margin-right: 5px;
}
.pr_info_item span:nth-child(2) {
  font-weight: 400;
}
.pr_info_item a {
  color: var(--color-5);
  border-bottom: 1px solid transparent;
}
.pr_info_item a:hover {
  border-bottom: 1px solid var(--color-5);
}
.table_ {
  margin-bottom: 10px;
  box-shadow: 0px 3px 10px 0px rgba(132, 165, 165, 0.27);
}
.table_:hover .table_name,
.table_:hover .table_description {
  background: #e4f9f9;
  color: #333;
}
.table_:hover .table_price {
  background: #d8f7f7;
  color: #333;
}
.table_.table_head .table_name {
  background: #e4f9f9;
}
.table_.table_head .table_price {
  background: #d8f7f7;
}
.table_name {
  background: #f4fdfd;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-radius: 3px 0px 0px 3px;
}
.table_description {
  font-size: 14px;
  background: var(--color-5);
  padding: 20px 35px;
  display: flex;
  align-items: center;
}
.table_price {
  background: #f4fdfd;
  font-weight: bold;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px 3px 3px 0px;
}
.main_table_box .table_:last-child {
  margin-bottom: 30px;
}
.works_item {
  width: calc(25% - 12px);
  margin: 6px;
  min-width: 20%;
  cursor: pointer;
  margin-bottom: 55px;
  background: var(--color-5);
}
.works_image img {
  width: 100%;
  filter: grayscale(100%);
  transition: .5s;
}
.works_item:hover .works_image img {
  width: 100%;
  filter: grayscale(0%);
}
.our_works {
  display: flex;
  flex-wrap: wrap;
}
.works_info {
  padding: 20px 10px 20px 10px;
  background: var(--color-5);
}
.works_name {
  font-size: 18px;
  font-weight: 500;
  border: 1px solid transparent;
  color: #333333;
}
.works_name:hover {
  border-bottom: 1px solid #333333;
  color: #333333;
}
.works_des p {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  margin-bottom: 0px;
}
.element_name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.works_element {
  margin-bottom: 85px;
}
.modal_f {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 30000;
}
.modal_f.form {
  border: none;
  background: transparent;
}
.row.fields .form_field {
  margin-bottom: 20px;
}
.row.fields .form_field input {
  margin-bottom: 0px;
}
.modal_f .info {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--color-5);
}
.bgfon {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: var(--color-6);
  z-index: 20000;
  display: none;
  opacity: 0.95;
}
.modal_f {
  display: none;
}
.modal_f .close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url("/images/close.png");
  cursor: pointer;
}
.modal_f .submit-box {
  margin-top: 0px !important;
}
.modal_f .submit-box p {
  color: var(--color-5);
}
.active {
  display: block;
}
.price_rubr {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.yakors a {
  color: #13babc;
  border-bottom: 1px solid transparent;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
}
.yakors a span {
  border-bottom: 1px solid transparent;
}
.yakors a:hover {
  border-bottom: 1px solid transparent;
}
.yakors a:hover span {
  border-bottom: 1px dashed #13babc;
}
.head_mobile {
  display: none;
}
.head_mobile {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  align-items: center;
  z-index: 3000;
  position: relative;
}
.head_mobile .header-buttons {
  display: flex;
  align-items: center;
}
.head_mobile .header-buttons > div {
  margin: 0px 10px;
}
.head_mobile .mobile_search {
  padding: 0px;
  flex-grow: 0;
  cursor: pointer;
  align-items: center;
  fill: var(--color-5);
  display: flex;
}
.head_mobile .mobile_searchform {
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  z-index: 1000;
  right: 0px;
  align-items: flex-start;
  padding: 15px 15px;
  visibility: hidden;
  transition: all 0.3s;
}
.head_mobile .mobile_searchform.open {
  opacity: 1;
  visibility: visible;
}
.head_mobile .mobile_searchform form {
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
.head_mobile .mobile_searchform form input[type=text] {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
}
.head_mobile .mobile_searchform form button {
  position: absolute;
  right: 50px;
  top: 50%;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  display: flex;
  height: 32px;
  width: 32px;
  background: none;
  content: '';
  fill: var(--main-color);
  transform: translateY(-50%);
  z-index: 10000;
  padding: 0;
  justify-content: center;
	padding-top:5px;
}
.head_mobile .mobile_searchform form button svg {
  width: 20px;
  height: 20px;
}
.head_mobile .mobile_searchform form .mobile_searchform_close {
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  text-align: center;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  fill: var(--color-6);
}
.head_mobile .mobile_searchform form .mobile_searchform_close svg {
  width: 20px;
  margin: 0 auto;
  height: 20px;
}
.head_mobile .mobile_searchform .autocomplete-suggestions {
  left: 15px;
  position: fixed !important;
  top: 75px;
  width: auto !important;
  bottom: 15px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: none !important;
  right: 15px;
}
.head_mobile .mobile_search svg {
  width: 24px;
  height: 24px;
}
.head_mobile .mobile_search * {
  visibility: visible !important;
}
.head_mobile .header-info {
  display: flex;
  align-items: center;
}
.head_mobile .header-info .adres_ins p {
  margin-bottom: 0;
}
.head_mobile .header-info .adres_ins a {
  border-bottom: 0;
}
.head_mobile .header-info .logo_mobile {
  margin-right: 30px;
  width: 140px;
}
.head_mobile .header-info .logo_mobile a {
  border: 0;
}
.head_mobile.contentpagemobile .mobile_search {
  fill: var(--main-color);
}
.ya-share2 a {
  border-bottom: 0;
}
.ya-share2__list {
  padding: 0 !important;
}
.ya-share2__container_size_m .ya-share2__item:before {
  display: none;
}
.burger {
  width: 30px;
  z-index: 10;
  height: 19px;
  position: relative;
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1000;
}
.burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--color-5);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0px;
}
.burger span:nth-child(2) {
  top: 8px;
}
.burger span:nth-child(3) {
  top: 8px;
}
.burger span:nth-child(4) {
  top: 16px;
}
.burger.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.mobile_menu {
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.95);
  right: 0px;
  bottom: 0px;
  padding: 40px 20px 20px;
  list-style: none;
  transform: translateX(100%);
  transition: .3s;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile_menu.mm_on {
  transform: translateX(0%);
}
.mobile_menu_main_list {
  padding-left: 0px;
  list-style: none;
}
.mobile_menu_main_list li {
  padding-bottom: 7px;
}
.mobile_menu_main_list > li > a {
  font-size: 1.3rem;
  font-weight: 500;
  border: none;
  color: var(--color-5);
  display: inline-block;
}
.sub_mobile_menu {
  list-style: none;
  padding-left: 15px;
  display: none;
  margin-bottom: 15px;
}
.sub_mobile_menu li {
  padding: 6px 0px 8px;
}
.sub_mobile_menu.active {
  display: block;
}
.sub_mobile_menu a {
  border-bottom: 0px;
  color: var(--color-5);
  font-size: 16px;
}
.close_mm {
  width: 25px;
  height: 25px;
  position: relative;
  padding: 4px;
}
.close_mm span {
  width: 18px;
  height: 1px;
  display: block;
  background: var(--color-5);
  position: absolute;
  top: 50%;
}
.close_mm span:nth-child(1) {
  transform: rotate(45deg);
}
.close_mm span:nth-child(2) {
  transform: rotate(130deg);
}
.phone_mb {
  padding: 5px 25px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin-bottom: 30px;
  color: var(--color-5);
  border-bottom: 0px;
}
.phone_mb:hover {
  border-bottom: 0px;
  color: var(--color-5);
}
ul.slider_box {
  overflow: hidden;
}
.slide-video {
  position: absolute;
}
.text-under-header {
  background: var(--main-color);
  text-align: center;
  font-size: 12px;
  color: var(--color-5);
  padding: 7px 0px;
  font-weight: 300;
  white-space: nowrap;
  display: none;
}
.text-under-header p {
  margin: 0;
}
@media (max-width: 767px) {
  .shop_table_item .review {
    margin-top: 10px;
    justify-content: flex-start !important;
  }
  .description_box p {
    font-size: 1.2rem;
  }
  .advantages .flex-item:nth-child(odd) {
    padding-right: 10px;
  }
  .advantages .flex-item:nth-child(even) {
    padding-left: 10px;
  }
  .uslugi_box {
    column-count: 1;
  }
  .priem-priem-description {
    margin-bottom: 20px;
  }
  .priem-priem-name {
    text-align: center;
  }
  .prices-block img {
    display: none;
  }
  .prices-block {
    flex-direction: column;
  }
  .price-btn {
    padding: 16px 20px;
  }
  .usluga_item a {
    font-size: 26px;
  }
  .usluga_item .uslugi_list {
    margin-bottom: 30px;
    margin-top: 15px;
  }
  .usluga_item .uslugi_list a {
    font-size: 13px;
  }
  .col.main-contacts-item {
    flex-basis: 50%;
    margin: 15px 0px;
    font-size: 13px;
  }
  .col.main-contacts-item .main-contacts-name {
    font-size: 13px;
  }
  .content-page-header-box {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .submit-box {
    flex-wrap: wrap;
  }
  .submit-box input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }
  .submit-box p {
    width: 100% !important;
  }
  .footer_menu {
    margin-bottom: 30px;
    height: inherit;
  }
  .footer_menu .row {
    text-align: center;
  }
  .cpr .container {
    flex-direction: column;
  }
  .cpr > .container > div {
    margin-bottom: 5px;
    text-align: center !important;
  }
  .uslugi_list li {
    margin-bottom: 10px;
  }
  .foto {
    width: 50% !important;
    margin-bottom: 40px;
  }
  .modal_f .close {
    right: 0px;
    top: -50px;
  }
  .yakors {
    display: none;
  }
  .pr_info_box.text-center {
    display: none;
  }
  .table_name {
    width: 80%;
    padding: 10px 8px;
  }
  .table_price {
    width: 20%;
    padding: 10px 8px;
  }
  .table_name,
  .table_price {
    font-size: 14px;
  }
  .price_rubr {
    font-size: 24px;
  }
  .table_ {
    margin-bottom: 5px;
  }
  .slider_item img {
    height: initial !important;
    width: 100%;
  }
  .header-btn {
    padding: 10px 0px;
    width: 70% !important;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
  .text-under-header {
    display: block;
  }
}
.slider_licenz_item {
  padding: 10px;
}
.mobile-down-list a {
  display: flex !important;
  align-items: center;
}
.mobile-down-list a .menu-dots {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-down-list a .menu-dots svg {
  fill: var(--color-5);
  width: 8px;
  transform: rotate(90deg);
  margin-top: 2px;
}
.contentpagemobile .burger span {
  background: var(--main-color);
}
.contentpagemobile .burger.open span {
  background: var(--color-5);
}
.galery-group .galery-item:hover .item a img {
  transform: translateY(-10px);
}
.galery-group .galery-item .item a img {
  transition: .5s;
}
/*Underfone hover effect*/
.galery-group .galery-item:hover .underfone img:nth-child(1) {
  transform: rotate(8deg);
}
.galery-group .galery-item:hover .underfone img:nth-child(2) {
  transform: rotate(4deg);
}
.galery-group .galery-item:hover .underfone img:nth-child(3) {
  transform: rotate(-8deg);
}
.galery-group .galery-item:hover .underfone img:nth-child(4) {
  transform: rotate(-4deg);
}
/*Underfone hover effect end*/
.element-item {
  overflow: hidden;
  display: block;
  float: left;
  margin: 7px;
  width: calc(33% - 14px);
  border: 0;
}
.element-item:hover {
  border: none;
}
.element-item img {
  width: 100%;
}
.elements-gride {
  margin: 0px;
}
a.element-item.persent-size img {
  transition: 1s;
}
a.element-item.persent-size:hover img {
  transform: scale(1.2);
}
.message_req {
  font-size: 20px;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 50px;
  color: var(--color-5);
  font-weight: 400;
}
.slider_licenz_item img {
  width: 100%;
  margin: 0 auto;
}
.news_list .info_item a {
  margin: 10px 0px;
  display: inline-block;
  line-height: 119%;
}
#news-slider .new-item {
  margin: 0 10px;
  background: var(--color-5);
  height: auto;
  float: left;
}
.breadcrumb {
  justify-content: center;
  padding: 0px;
  background: transparent;
  align-items: center;
  text-align: center;
}
.breadcrumb a {
  color: var(--color-5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0.75;
  margin-bottom: 5px;
}
.breadcrumb a:hover {
  color: var(--color-5);
  border-bottom: 1px solid transparent;
}
.breadcrumb .tire {
  height: 10px;
  width: 1px;
  background: var(--color-5);
  margin: 0px 5px;
  opacity: 0.5;
  display: inline-block;
  margin-bottom: 5px;
}
.breadcrumb .last_url {
  color: var(--color-5);
  opacity: 0.5;
  margin-bottom: 5px;
}
.no_stiky {
  display: none;
}
.content-page-menu {
  width: 100%;
  z-index: 3000;
  display: flex;
  background: var(--color-5);
}
.content-page-menu .stiky_menu {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 1;
  max-width: none;
  transition: all 0.3s;
}
.content-page-menu .logo,
.content-page-menu .bt {
  width: 0px;
  overflow: hidden;
  flex: none;
  padding: 0px 30px;
  transition: all 0.3s;
}
.content-page-menu .bt {
  display: none;
}
.content-page-menu.sticky {
  position: fixed;
  padding: 10px 0px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  top: 0px;
}
.content-page-menu.sticky .container {
  position: relative;
  display: flex;
  align-items: center;
}
.content-page-menu.sticky .logo {
  width: 185px;
  transition: all 0.3s;
}
.content-page-menu.sticky .bt {
  width: 195px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: visible;
}
.content-page-menu.sticky .stiky_menu {
  transition: all 0.3s;
}
.content-page-menu.sticky .stiky_menu .top_menu a {
  padding-left: 20px;
  padding-right: 25px;
}
.content-page-menu.sticky .stiky_menu .top_menu a .arrow {
  right: 10px;
}
.table_usl_price .name {
  width: 80%;
}
.table_usl_price .price {
  width: 20%;
  text-align: center;
}
.crnt {
  border-bottom: 1px solid var(--main-color) !important;
  color: var(--main-color) !important;
}
.go_top {
  position: fixed;
  right: 50px;
  bottom: 40px;
  width: 90px;
  height: 90px;
  border: 1px solid var(--main-color);
  border-radius: 50%;
  color: var(--main-color);
  font-size: 15px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.go_top:hover {
  opacity: .7;
}
.go_top:after {
  content: 'Наверх';
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateX(-50%);
}
.go_top:before {
  content: url(/images/upyop.png);
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translateX(-50%);
}
.go_top.show_back {
  opacity: 1;
  visibility: visible;
}
.rezhim {
  position: absolute;
  z-index: 100;
  width: 180px;
  padding: 20px 18px;
  background: var(--color-5);
  color: #333;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 95%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%);
  box-shadow: 0px 7px 12px 0px rgba(67, 67, 67, 0.24);
}
.rabota .rezhim span {
  cursor: pointer;
  color: #333 !important;
  border-bottom: 1px solid transparent !important;
}
.rabota .rezhim span:hover {
  border-bottom: 1px solid transparent !important;
}
.rabota:hover .rezhim {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}
.form .message_req {
  color: #333;
  margin-bottom: 0px;
}
.text_element {
  margin-bottom: 5.75%;
}
.acccrr {
  margin-bottom: 40px;
  margin-top: 0px;
}
.acccrr .h5 {
  margin-top: 0;
}
.acccrr .card {
  margin-bottom: 10px;
  background: var(--color-1);
}
.acccrr .card .card-header {
  border: 0;
  background: transparent;
  border-radius: 0;
  padding: 15px 22px;
}
.acccrr .card .card-header.collapsed .cross {
  transform: translateY(-50%) rotate(45deg);
}
.acccrr .card .card-header.collapsed a {
  color: #333;
}
.acccrr .card .card-header:hover a {
  color: var(--main-color);
}
.acccrr .card .card-header a {
  color: var(--main-color);
  border-bottom: 1px solid transparent;
  transition: .3s;
  font-size: 18px;
}
.dblk {
  display: block;
}
.tooltipchik {
  padding: 20px 35px;
  background: #faffff;
  border: 1px dashed #09a3a5;
  margin-bottom: 20px;
  font-weight: 400;
}
.modal_f .message_req {
  color: var(--color-5);
  margin-bottom: 20px;
}
.adres {
  color: var(--color-5);
}
@media (max-width: 991px) {
  .adres {
    display: none;
  }    
}
@media (max-width: 768px) {
  .breadcrumb {
    font-size: 13px;
  }
}
.adres_ins {
  color: #333;
}
.adres_ins .ulitsa p {
  margin-bottom: 0;
}
/*Корзина и изюранное в шапке*/
.cartTitle a {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 0px 10px 0;
  position: relative;
}
.hcart .cart-icon,
.hcart-mobile .cart-icon,
.contentpagemobile .cart-icon {
  display: block;
  width: 28px;
  height: 25px;
  background: url(/images/shopping-cart-white.svg) no-repeat;
  background-size: cover;
  border-bottom: transparent;
}
.hcart.color .cart-icon,
.contentpagemobile.color .cart-icon {
  position: relative;
}
.hcart.color .cart-icon:before,
.contentpagemobile.color .cart-icon:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/images/shopping-cart.svg);
  mask-image: url(/images/shopping-cart.svg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--main-color);
}
.hcart .cartTitle a span.count_tovar,
.hcart-mobile .cartTitle a span.count_tovar,
.contentpagemobile .cartTitle a span.count_tovar {
  background: var(--color-5);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -8px;
  top: -12px;
  color: var(--color-6);
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hcart.color .cartTitle a span.count_tovar,
.contentpagemobile.color .cartTitle a span.count_tovar {
  background: var(--main-color);
  color: var(--color-5);
}
.favorites {
  width: 26px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  display: block;
  border-bottom: transparent;
  position: relative;
  cursor: pointer;
}
.favorites:hover {
  background-size: cover;
}
.hcart.color .favorites:before {
  content: "";
  background-color: #b9b9b9;
}
.hcart.color .favorites:hover:before {
  content: "";
  background-color: var(--main-color);
}
.favorites span,
.hcart.color .favorites span {
  border-bottom: none;
  font-size: 14px;
  position: absolute;
  top: -4px;
  left: 53%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: var(--main-color);
  color: var(--color-5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-10px);
}
.hcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content-page-menu.sticky .bt .cart-icon {
  display: block;
  width: 28px;
  height: 25px;
  border-bottom: transparent;
  position: relative;
}
.content-page-menu.sticky .bt .cart-icon:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/images/shopping-cart.svg);
  mask-image: url(/images/shopping-cart.svg);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--main-color);
}
.content-page-menu.sticky .bt .cartTitle a span.count_tovar {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -8px;
  top: 0;
  text-align: center;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--main-color);
  color: var(--color-5);
}
.content-page-menu.sticky .bt .favorites {
  position: relative;
  margin-right: 0;
  transform: translateX(15px);
  transition: all .3s;
}
.content-page-menu.sticky .bt .favorites:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/images/heart.svg);
  mask-image: url(/images/heart.svg);
  width: 26px;
  height: 21px;
  left: 0;
  top: 0;
  background: #b9b9b9;
  transition: all 0.3s;
}
.content-page-menu.sticky .bt .favorites:hover:before {
  content: "";
  background: var(--main-color);
}
.content-page-menu.sticky .bt .favorites span {
  margin-right: 0;
  border-bottom: none;
  font-size: 14px;
  position: absolute;
  top: -13%;
  left: 53%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: var(--main-color);
  color: var(--color-5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
}
.head_mobile .header-info .favorites {
  margin-top: 2px;
}
.contentpagemobile.color .favorites {
  position: relative;
  background-image: url(/images/heart-grey.svg);
}
.contentpagemobile.color .favorites:before {
  content: "";
  background-color: #b9b9b9;
}
.contentpagemobile.color .favorites:hover:before {
  content: "";
  background-color: var(--main-color);
}
/*Корзина и изюранное в шапке - конец*/
@media (max-width: 768px) {
  .adres_ins {
    display: none;
  }
}
.rb_mnu {
  color: #999;
  padding: 10px 12px;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.rb_mnu div {
  font-weight: 500;
}
#AddRecord {
  max-width: 370px;
  margin: 0 auto;
}
#AddRecord form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.menu_bottom {
  position: relative;
  margin-top: 20%;
  margin-bottom: 2%;
}
.menu_bottom > p {
  margin: 5px 0;
  color: #999;
}
.menu_bottom > p a {
  color: var(--color-5);
  border-bottom: 1px dotted var(--color-5);
}
.table_usl_price.dblk {
  font-weight: 300;
}
.table_usl_price.dblk p:last-child {
  margin-bottom: 0;
}
.bl {
  font-weight: bold !important;
  color: var(--color-6);
  font-size: 1.2em;
  margin-bottom: 10px;
}
.btt {
  margin-bottom: 6%;
}
.btt a.color_button {
  max-width: 270px;
}
li.slider_item {
  background-size: cover;
}
li.slider_item_m {
  position: relative;
}
.slider_item_m img {
  width: 100%;
}
.header-comment .grd label.star.color {
  background: url(/images/star-active-big.svg) center no-repeat;
}
.header-comment .grd label.star {
  background: url(/images/star-noactive-big.svg) center no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.header-comment .left .reviewer {
  display: flex;
  align-items: center;
}
.header-comment .left {
  width: 50%;
}
.header-comment {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer_comment {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 12px;
}
.orginals {
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed var(--main-color);
  transition: all .3s;
}
.orginals:hover {
  border-bottom: 1px dashed transparent;
}
.original_comment .original_comment__link {
  display: flex;
  align-items: center;
  border-bottom: 0px;
  background: transparent;
  transition: all .3s;
}
.ico-img {
  width: 15px;
  height: auto;
}
.comments_groups {
  margin-top: 6%;
  margin-bottom: 20px;
}
.comments-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.comments-list .comment {
  flex-basis: calc(50% - 15px);
}
.btn.review-group-toggler {
  cursor: pointer;
  border-color: var(--main-color);
  color: var(--main-color);
  display: inline-flex;
  align-items: center;
  box-shadow: none;
}
.btn.review-group-toggler:hover,
.btn.review-group-toggler.selected {
  background: var(--main-color);
  color: var(--color-5);
}
.comments .comment {
  margin-bottom: 0;
  padding: 15px 25px;
  border: 1px solid #dfe5ea;
  margin-bottom: 30px;
  background: var(--color-5);
}
.comments .comment .more_comments {
  margin-right: auto;
  line-height: 1.2;
  color: var(--main-color);
  border-bottom: 1px dotted var(--main-color);
  transition: all 0.3s;
  cursor: pointer;
}
.comments .comment .more_comments:hover {
  border-bottom: 1px dotted transparent;
}
.comments .comment .overflowed {
  max-height: 125px;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .comments .comment .overflowed {
    max-height: 80px;
  }
}
.comments {
  display: flex;
  flex-wrap: wrap;
}
#AddRecord .field .star {
  width: 30px;
  height: 30px;
  padding: 0 3px;
  background: url(/images/star-noactive-big.svg) center no-repeat;
  cursor: pointer;
}
#AddRecord .field .star:hover ~ .star {
  background: url(/images/star-active-big.svg) center no-repeat;
}
#AddRecord .field .star:hover {
  background: url(/images/star-active-big.svg) center no-repeat;
}
#AddRecord .field {
  display: flex;
  margin: 25px 0;
  align-items: center;
  margin: 0 0 15px;
}
#AddRecord .comment textarea {
  width: 100%;
  min-height: 145px;
  height: auto;
  box-sizing: border-box;
  padding: 24px 16px;
}
p.politic {
  font-size: 12px;
  margin: 10px 0 15px;
}
#AddRecord .field input[type="radio"] {
  visibility: hidden;
}
.btn-field {
  width: 100%;
  display: flex;
  justify-content: center;
}
.color_button {
  -webkit-appearance: none;
  color: var(--color-5);
  background: var(--main-color);
  transition: .3s linear;
  border: 1px solid var(--main-color);
  max-width: 230px;
  height: 43px;
  display: block;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
}
.color_button:hover {
  color: var(--main-color);
  background: transparent;
  border-color: var(--main-color);
}
.reviews-maket .header-comment .grd label.star.color {
  background: url(/images/star-active-big.svg) center no-repeat;
}
.stars.small_star {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 3px !important;
}
.stars.small_star .star {
  margin: 0px 2px;
}
.stars.small_star .star input {
  display: none;
}
.star.active,
.star.active ~ .star {
  background: url(/images/star-active-big.svg) center no-repeat !important;
  background-size: contain !important;
}
.stars {
  display: flex;
  margin: 0px 2px !important;
  flex-direction: row-reverse;
  margin-left: 15px !important;
}
.name-reviewer {
  font-size: 1.2rem;
  white-space: nowrap;
}
.button-req {
  margin: 0 auto;
  margin-bottom: 20px;
}
.header-comment .date {
  font-size: 13px;
}
@media (max-width: 769px) {
  .header-comment .left {
    width: 100%;
  }
  .button-req {
    width: 100%;
  }
}
.card-header {
  position: relative;
}
.cross {
  position: absolute;
  top: 50%;
  width: 13px;
  height: 13px;
  right: 17px;
  transform: translateY(-50%) rotate(0deg);
  background: url(/images/close.svg);
  background-size: cover;
  transition: .3s;
}
.card-header:not(.collapsed) .cross:after {
  transform: rotate(45deg) translateY(-64%);
  transition: .3s;
}
.card-header:not(.collapsed) .cross:before {
  transform: rotate(45deg) translateX(0%);
  transition: .3s;
}
.card-header {
  padding-right: 40px;
  cursor: pointer;
}
@media (max-width: 769px) {
  .card-body {
    padding: 1rem;
  }
  .table_usl_price {
    padding: 10px 10px;
  }
  .h5.mb-0 {
    font-size: 1.15rem;
  }
  .h5.mb-0 a {
    border-color: transparent;
  }
}
.card-body {
  background: var(--color-1);
}
.home-page-header p,
.content-page-header-box p {
  margin-bottom: 0px;
}
.home-page-header .slogan {
  color: var(--color-5);
}
.home-page-header .address-header {
  color: var(--color-5);
}
.slogan {
  color: var(--color-6);
}
.address-header {
  color: var(--color-6);
}
.content-page-header-box .phn p > * {
  color: var(--color-6);
  font-weight: 500;
}
.head .phn,
.head .rz {
  text-align: right;
}
.submenu li {
  position: relative;
}
.submenu .submenu {
  right: -100%;
  left: 100%;
  top: -3px;
  width: max-content;
}
.submenu li > ul {
  position: absolute;
  padding: 0px;
  background: var(--color-5);
  top: 0px;
  display: none;
}
.submenu li span {
  display: block;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-75%);
  line-height: 1;
}
.submenu li span svg {
  height: 100%;
  fill: var(--main-color);
}
.submenu li:hover > ul {
  display: block;
}
.drop-down-list .arrow {
  position: absolute;
  right: 14px;
  height: 12px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  line-height: 1;
}
.drop-down-list .arrow svg {
  fill: var(--color-5);
}
ul.group_list {
  padding: 0px;
  list-style: none;
}
.shop_group_description {
  margin-bottom: 3.5%;
  padding-bottom: 1.8%;
  position: relative;
}
.shop_group_description p {
  margin: 0px;
  margin-bottom: 20px;
}
.shop_group_description:after {
  content: '';
  height: 2px;
  width: 70px;
  background: var(--main-color);
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.shop_container {
  margin-bottom: 70px;
  margin-left: -6px;
  margin-right: -6px;
  margin: 0px;
}
.shop_container .shop_item {
  text-align: center;
  padding: 20px 15px;
  border: solid 1px #e6e6e6;
  height: 100%;
  transition: .3s;
  position: relative;
}
/*избранное в каталоге и товаре*/
.favorites-catalog {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 2;
}
.favorites-catalog svg {
  transition: all .3s;
  cursor: pointer;
}
.favorites-catalog.active svg,
.favorites-catalog svg:hover {
  fill: var(--main-color);
}
.favorites-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.favorites-block .favorites {
  margin-right: 10px;
  background-image: url(/images/heart-grey.svg);
}
.favorites-block.active .favorites {
  background-image: url(/images/heart-hover.svg);
}
.tovar-item {
  margin-bottom: 20px;
  padding-left: 6px;
  padding-right: 6px;
}
.shop_table_item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop_container .shop_item .shop_table_item .recomendation {
  top: 7px;
}
.shop_container .shop_item .shop_table_item .new_label {
  top: 31px;
}
.shop_container .shop_item .shop_table_item .action_label {
  top: 55px;
}
.shop_container .shop_item .check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.04;
  letter-spacing: normal;
  text-align: left;
  color: #2c2b2b;
}
.shop_container .shop_item .check img {
  margin-right: 9px;
}
.shop_container .shop_item .article {
  font-size: 12.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.04;
  letter-spacing: normal;
  text-align: left;
  color: #8b8989;
}
.shop_container .text_row {
  display: none;
}
.description_sell {
  margin-top: 16px;
  text-align: center;
}
.shop_table_item .review {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.shop_table_item .review > span {
  font-weight: 300;
  font-size: 14px;
}
.name_itm {
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: var(--main-color);
  line-height: 1.2;
  margin-top: 20px;
}
.name_itm a,
.link {
  border-bottom: 1px solid transparent;
  color: var(--color-6);
  cursor: pointer;
}
.link:hover {
  border-bottom: 1px solid var(--main-color);
}
.name_itm a:hover {
  color: var(--main-color);
}
.description_sell .item_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 12.5px;
}
.description_sell .item_info .check {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
}
.description_sell .item_info .check img {
  margin-right: 3px;
}
.oldPrice {
  color: #656565;
  text-decoration: line-through;
  margin-right: 3px;
  font-weight: normal;
  font-size: 80%;
}
.description_sell .price {
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: center;
  color: #101010;
  margin-bottom: 12px;
}
.description_sell .price span {
  font-size: 1.2rem;
}
.no-price {
  font-size: 1.2rem;
}
.no-price span {
  color: #999;
}
.color_button_cart {
  max-width: 170px;
  height: 32px;
  margin: 0 auto;
  padding: 5px 0;
  font-weight: 400;
}
.color_button_cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.list-view .tovar-item {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
.list-view .tovar-item .shop_table_item {
  display: flex;
  flex-direction: row;
}
.list-view .tovar-item .image_row {
  width: 20%;
  flex-shrink: 0;
}
.list-view .tovar-item .description_row {
  width: 30%;
  flex-shrink: 0;
}
.list-view .tovar-item .description_row .description_sell {
  margin: 0;
}
.list-view .tovar-item .description_cell {
  margin-top: 0;
}
.list-view .tovar-item .text_row {
  text-align: left;
  display: block;
  padding: 0 20px;
  width: 50%;
  margin-right: 0;
  flex-shrink: 0;
}
.list-view .tovar-item .text_row .name_itm {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.list-view .tovar-item .text_row .char_itm .char-list__item {
  display: none;
}
.list-view .tovar-item .text_row .char_itm .char-list__item:nth-child(1),
.list-view .tovar-item .text_row .char_itm .char-list__item:nth-child(2),
.list-view .tovar-item .text_row .char_itm .char-list__item:nth-child(3) {
  display: block;
}
.list-view .tovar-item .text_row .char_itm .char_bl {
  display: none;
  margin-bottom: 6px;
}
.list-view .tovar-item .text_row .char_itm .char_bl p {
  margin-bottom: 2px;
  font-size: 0.9em;
}
.list-view .tovar-item .text_row .char_itm .more_char {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.list-view .tovar-item .text_row .char_itm .more_char:after {
  content: "";
  display: block;
  border-top: 3px solid var(--color-6);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  width: 0;
  margin-left: 8px;
  transition: .3s;
}
.list-view .tovar-item .text_row .char_itm .more_char.open {
  color: var(--main-color);
}
.list-view .tovar-item .text_row .char_itm .more_char.open:after {
  transform: rotateX(180deg);
  border-top-color: var(--main-color);
}
.list-view .tovar-item .image_cell .name_itm {
  display: none;
}
.stiky_menu .arrow {
  right: 8px;
}
.plitki,
.list {
  margin: 3px;
  background: transparent;
  padding: 7px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  transition: .3s;
}
.plitki.selected,
.list.selected {
  border: 1px solid var(--main-color);
  background: var(--color-5);
}
.plitki:hover,
.list:hover {
  background: #e8e8e8;
}
.plitki {
  margin-left: 10px;
}
.colors-tovar {
  display: flex;
  flex-wrap: wrap;
}
.colors-tovar .color-item {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 15px;
}
.colors-tovar .color-item a.img {
  display: flex;
  justify-content: center;
  border: 0;
}
.colors-tovar .color-item .name {
  color: #656565;
  text-align: center;
  padding: 0 10px;
  cursor: default;
}
.view_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.sort_view {
  align-items: center;
  color: var(--main-color);
  margin-bottom: 55px;
}
.sort_view .view {
  display: flex;
  justify-content: flex-end;
}
.sort_view #select {
  padding: 5px 6px;
}
#partners {
  padding: 3% 0;
}
#partners .partner-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#partners .partner-group .partner-item {
  margin: 0 15px 30px;
  width: 90px;
  text-align: center;
  filter: grayscale(100);
  opacity: 0.4;
  transition: .3s;
}
#partners .partner-group .partner-item:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 575px) {
  #partners .partner-group .partner-item {
    width: calc(25% - 20px);
    margin: 0 10px 22px;
  }
  .home-h1-block {
    margin-bottom: -3%;
    margin-top: 20px;
  }
}
.advantages .flex-item {
  justify-content: flex-start;
}
#news {
  padding: 3% 0 4%;
}
#news .slick-track {
  display: flex;
}
.slick-slider .slick-track {
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-arrow {
  width: 20px;
  height: 40px;
}
.slick-slider .slick-arrow.slick-next {
  transform: rotate(-180deg) translate(0, 50%);
  transform-origin: center;
}
.slick-slider .slick-arrow:before,
.slick-slider .slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s;
}
.slick-slider .slick-arrow:after {
  background-image: url(/images/slider-arrow-hover.svg);
  opacity: 0;
}
.slick-slider .slick-arrow:hover:after {
  opacity: 1;
}
.slick-slider .slick-arrow:hover:before {
  opacity: 0;
}
.inner_slider .slick-next {
  right: 30px;
  z-index: 50;
}
.inner_slider .slick-prev {
  left: 30px;
  z-index: 50;
}
.inner_slider .slick-arrow:before,
.inner_slider .slick-arrow:after {
  left: 30px;
  width: 25px;
}
.slick-slider .slick-arrow:hover:after {
  opacity: 1;
}
.slick-slider .slick-arrow:hover:before {
  opacity: 0;
}
.inner_slider .slick-next {
  right: 30px;
  z-index: 50;
}
.inner_slider .slick-prev {
  left: 30px;
  z-index: 50;
}
.inner_slider .slick-dots li button:before {
  display: none;
}
ul.slick-dots li {
  display: inline-block;
}
ul.slick-dots li:before {
  display: none;
}
.date {
  color: #999;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 300;
}
.content_text img {
  float: left;
  margin: 0 15px 10px 0;
}
@media (max-width: 575px) {
  .new-group .new-item.slick-slide {
    margin-left: -20px;
    margin-right: 30px;
  }
}
.action-group {
  display: flex;
  flex-wrap: wrap;
}
.action-group .slick-track {
  height: 100%;
  min-height: 1px;
}
.action-group .slick-arrow {
  width: 20px;
  height: 40px;
}
.action-group .slick-arrow.slick-next {
  transform: rotate(180deg) translateY(20px);
}
.action-group .slick-arrow:before,
.action-group .slick-arrow:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/images/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: .3s;
}
.action-group .slick-arrow:after {
  background-image: url(/images/slider-arrow-hover.svg);
  opacity: 0;
}
.action-group .slick-arrow:hover:after {
  opacity: 1;
}
.action-group .slick-arrow:hover:before {
  opacity: 0;
}
.style_block {
  padding: 16px;
  border: 1px solid #eee;
}
.style_block .name {
  font-size: 1.2rem;
  color: var(--color-6);
  border-bottom: none;
  display: inline-block;
}
.style_block .name:hover {
  color: var(--main-color);
}
.style_block .description {
  color: #555;
  margin-top: 12px;
}
.style_block_shadow {
  transition: .3s linear;
}
.style_block_shadow:hover {
  border: solid 1px #e6e6e6;
  box-shadow: 0px 0px 15px 2px rgba(150, 150, 150, 0.2);
}
.style_block .img {
  margin-bottom: 10px;
}
.style_block .img img {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .action-group .action-item.slick-slide {
    margin-left: -20px;
    margin-right: 30px;
  }
}
.galery-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 5%;
}
.galery-group .galery-item {
  margin-bottom: 3.5%;
  position: relative;
  max-width: 268px;
}
.galery-group .galery-item .underfone {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.galery-group .galery-item .underfone img {
  position: absolute;
  transition: .4s;
}
.galery-group .galery-item .item {
  position: relative;
}
.galery-group .galery-item .item a {
  display: inline-block;
  border: 0;
}
.galery-group .galery-item .item .totalitems {
  position: absolute;
  z-index: 10;
  right: 0;
  top: 10px;
  background: var(--main-color);
  color: var(--color-5);
  padding: 3px 16px;
}
.galery-group .galery-item .name {
  color: var(--color-6);
  border-bottom: 0;
  margin-top: 15px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
.galery-group .galery-item:hover .name {
  color: var(--main-color);
}
.prereloader_slider {
  visibility: hidden;
  transition: all 0.5s;
}
.prereloader_slider.show {
  background: #ccc;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
  transition: .3s linear;
  visibility: visible;
}
@media (max-width: 768px) {
  .slider_box .slider_item .img-big {
    display: none;
  }
}
#our-services,
#catalog {
  background: #f7f7f7;
  padding-top: 4%;
  padding-bottom: 4%;
}
#our-services > div > p,
#catalog > div > p {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  margin-bottom: 3%;
}
.services-group {
  padding-top: 2.14%;
}
.services-group .services-item {
  position: relative;
  max-width: 270px;
  border-bottom: 0;
  color: #333;
  overflow: hidden;
  transition: .3s;
  margin: 0 10px 20px !important;
  width: calc(50% - 20px);
}
.services-group .services-item.half-page {
  max-width: 560px;
  width: auto;
}
.all-link {
  margin-bottom: 0 !important;
  margin-top: 2% !important;
  text-align: center;
}
@media (max-width: 374px) {
  .services-group .services-item.half-page {
    max-width: 270px;
  }
}
@media (max-width: 374px) {
  .services-group .services-item.half-page .img img {
    display: none;
  }
}
.services-group .services-item.half-page .img img.hidden {
  display: none;
}
@media (max-width: 374px) {
  .services-group .services-item.half-page .img img.hidden {
    display: block;
  }
}
.services-group .services-item:hover {
  box-shadow: 0px 3px 7.76px 0.24px rgba(149, 149, 149, 0.55);
}
.services-group .services-item:hover .text {
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(0);
}
.services-group .services-item:hover .text span {
  background: rgba(255, 255, 255, 0.9);
}
.services-group .services-item .text {
  background: var(--color-5);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: 0.3s, bottom 0.5s ease-in-out;
  transform: translateY(100%);
}
@media (max-width: 575px) {
  .services-group .services-item .text {
    position: relative;
    height: 100%;
    padding: 10px 8px;
  }
}
.services-group .services-item .text span {
  color: var(--color-6);
  font-size: 1.2rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: all .3s;
  transform: translateY(-100%);
  position: absolute;
  background: var(--color-5);
  padding: 12px 15px;
  width: 100%;
  min-height: 74px;
  left: 0;
}
.services-group .services-item .text span:hover {
  color: var(--main-color);
}
.services-group .services-item .text .description {
  padding: 12px 15px;
}
.services-group .services-item .text p {
  margin-bottom: 0;
}
/*new card style mixin*/
.labels-under-img .services-item {
  background: var(--color-5);
}
.labels-under-img .text,
.labels-under-img .name {
  position: static!important;
  transform: none!important;
  display: block!important;
  min-height: 0!important;
}
.contact-info {
  margin-left: 68px;
  padding: 26px 30px 90px;
  box-shadow: 0px 3px 7.76px 0.24px rgba(149, 149, 149, 0.55);
  margin-top: -72px;
  background: var(--color-5);
}
@media (max-width: 575px) {
  .contact-info {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
  }
}
.contact-info > p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
.contact-info > p span.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 0px;
  position: absolute;
  left: 0;
}
.contact-info > p span svg {
  fill: var(--main-color);
}
.contact-info > p.tel {
  font-size: 18px;
  font-weight: 500;
}
.contact-info > p.tel a {
  color: #555;
  border-bottom: 0;
}
.contact-info > p.tel:before {
  background-size: 100%;
  background: url(/images/phone-call.svg) center no-repeat;
}
.contact-info > p.mail {
  font-size: 18px;
}
.contact-info > p.mail:before {
  background-size: 100%;
  background: url(/images/mail.svg) center no-repeat;
}
.contact-info > p.clock:before {
  background-size: 100%;
  background: url(/images/clock.svg) center no-repeat;
}
.contact-info .rekvizit {
  padding-left: 46px;
}
.contact-info .rekvizit .title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .contact-info .rekvizit {
    padding-left: 0;
  }
}
.contact-form {
  padding: 3% 8% 0;
  margin-bottom: 3%;
}
.comment.contact-form {
  padding: 0;
}
.contact-form .mailto {
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
.contact-form .mailto .title-form {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.mailto .inp-field {
  position: relative;
  margin-bottom: 13px;
  width: 100%;
}
.mailto .inp-field input {
  padding: 24px 12px 12px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding-left: 15px;
  color: #555;
}
.mailto .inp-field input[type='submit'] {
  height: 55px;
  border: 1px solid var(--main-color);
  background: var(--color-5);
}
.mailto .inp-field label {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 15px;
  font-weight: 300;
  transition: .3s;
  color: #999;
}
.mailto .inp-field textarea {
  height: 104px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding-left: 15px;
  padding-top: 23px;
  color: #555;
}
@media (max-width: 575px) {
  .mailto .inp-field textarea {
    height: 84px;
    padding-top: 18px;
  }
}
.mailto .inp-field input:focus + label,
.mailto .inp-field textarea:focus + label,
.mailto .inp-field textarea.foc + label,
.mailto .inp-field input.foc + label {
  font-size: 12px;
  top: 7px;
}
@media (max-width: 575px) {
  .mailto .inp-field input:focus + label,
  .mailto .inp-field textarea:focus + label {
    font-size: 11px;
    top: 4px;
  }
}
.mailto input[type='submit'] {
  margin-top: 2px;
  box-shadow: 0px 3px 7.76px 0.24px rgba(149, 149, 149, 0.55);
}
.mailto input[type='submit']:hover {
  background: var(--color-5);
  color: var(--main-color);
}
@media (max-width: 575px) {
  .mailto input[type='submit'] {
    height: 50px;
    font-size: 16px;
  }
}
.mailto p.politic a {
  color: var(--main-color);
  cursor: pointer;
}
@media (max-width: 575px) {
  .mailto p.politic {
    font-size: 11px;
  }
}
.modal-fone {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 350000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-fone .modal-form {
  width: calc(100% - 30px);
  max-width: 570px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  background: var(--color-5);
  top: 7%;
  padding: 3.85% 100px 4.7%;
}
@media (max-width: 575px) {
  .modal-fone .modal-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.modal-fone .modal-form .close {
  width: 15px;
  height: 15px;
  background: url(/images/close.svg);
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .modal-fone .modal-form .close {
    top: 15px;
    right: 15px;
  }
}
.modal-fone .modal-form .mailto .title-form {
  color: #333;
  margin-bottom: 2px;
  font-weight: 500;
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .modal-fone .modal-form .mailto .title-form {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 30px;
  }
}
.modal-fone .modal-form .mailto .image-tovar {
  padding-top: 8px;
  padding-bottom: 28px;
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
.modal-fone .modal-form .mailto .descr-form {
  color: #656565;
  margin-bottom: 22px;
  text-align: center;
}
.modal-fone .modal-form .mailto .inp-field {
  margin-bottom: 12px;
}
.modal-fone .modal-form .mailto input[type='submit'] {
  margin: 0 auto;
  margin-top: 2px;
}
.modal-fone .modal-form .mailto .file-field > p {
  font-size: 12px;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 10px;
}
.modal-fone .modal-form .mailto .file-field .file-resume {
  border: 1px solid #c4c4c4;
  padding: 12px 15px;
  margin-bottom: 18px;
}
.modal-fone .modal-form .mailto .file-field .file-resume label #file {
  visibility: hidden;
  position: absolute;
}
.modal-fone .modal-form .mailto .file-field .file-resume label span {
  display: inline-block;
  background: var(--main-color);
  color: var(--color-5);
  width: 130px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  border: 1px solid var(--main-color);
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
  font-weight: 300;
  margin-right: 20px;
}
.modal-fone .modal-form .mailto .file-field .file-resume label span:hover {
  background: transparent;
  color: var(--main-color);
}
.modal-fone .modal-form .mailto .file-field .file-resume #filename {
  background: transparent;
  border: none;
}
.ok-form {
  margin-left: -20px;
  margin-right: -20px;
  display: none;
}
@media (max-width: 575px) {
  .ok-form {
    margin: 0;
  }
}
.ok-form .title-ok {
  font-size: 26px;
  font-weight: 500;
  color: #363636;
}
@media (max-width: 575px) {
  .ok-form .title-ok {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
.ok-form .text-ok {
  font-size: 15px;
  font-weight: 300;
  color: #656565;
}
@media (max-width: 575px) {
  .ok-form .text-ok {
    font-size: 13px;
  }
}
.ok-form .btn-ok {
  background: var(--main-color);
  margin: 0 auto;
  color: var(--color-5);
  border: 1px solid var(--main-color);
  transition: .3s;
  max-width: 170px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
}
.ok-form .btn-ok:hover {
  background: var(--color-5);
  color: var(--main-color);
}
@media (max-width: 575px) {
  .ok-form .btn-ok {
    height: 30px;
    line-height: 30px;
  }
}
form .ok-form {
  display: block;
}
.ymap-container {
  position: relative;
  margin: 3em 0 2em 0;
  overflow: hidden;
  cursor: pointer;
  background: url('/images/map_corp.jpg') #ffffff no-repeat;
  background-position: center center;
  background-size: cover;
}
#map-yandex {
  position: relative;
  z-index: 7;
  width: 100%;
  height: 400px;
  cursor: pointer;
  background-color: transparent;
}
.loader {
  position: absolute;
  z-index: 15;
  top: -100%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: var(--color-6);
  transition: opacity .7s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.55);
}
.loader:after,
.loader:before {
  box-sizing: border-box;
}
.loader.is-active {
  top: 0;
  opacity: 1;
}
.loader-default:after {
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  content: '';
  animation: rotation 1s linear infinite;
  border: solid 8px var(--color-5);
  border-left-color: transparent;
  border-radius: 50%;
}
@keyframes rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes blink {
  from {
    opacity: .5;
  }
  to {
    opacity: 1;
  }
}
.cart-tovar {
  margin-bottom: 50px;
}
.cart-tovar .info-tovar {
  display: flex;
  padding: 20px 15px 22px;
  justify-content: space-between;
  border: 1px solid var(--color-7);
  border-bottom: 0;
}
.cart-tovar .info-tovar .img {
  width: 100%;
  /*max-width: calc(100% - 270px);*/
  max-width: 270px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.cart-tovar .info-tovar .descr-tovar {
  /*max-width: 270px;*/
  /*flex-shrink: 0;*/
  width: 100%;
}
.cart-tovar .info-tovar .descr-tovar .nalichie {
  display: flex;
  margin-bottom: 8px;
}
.cart-tovar .info-tovar .descr-tovar .nalichie .nal {
  font-size: 13px;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.cart-tovar .info-tovar .descr-tovar .nalichie .nal img {
  margin-right: 10px;
}
.cart-tovar .info-tovar .descr-tovar .nalichie .artikul {
  font-size: 13px;
  font-weight: 300;
  color: #898989;
}
.cart-tovar .info-tovar .descr-tovar .review {
  display: flex;
  margin-bottom: 4px;
}
.cart-tovar .info-tovar .descr-tovar .price {
  font-size: 30px;
  color: var(--color-6);
  font-weight: 500;
  margin-bottom: 24px;
}
.cart-tovar .info-tovar .descr-tovar .price i {
  font-size: 27px;
}
.cart-tovar .info-tovar .descr-tovar .price .oldPrice i {
  font-size: inherit;
}
.price .si {
  font-size: 1rem !important;
  font-weight: 300;
}
.cart-tovar .info-tovar .descr-tovar .parametrs {
  font-weight: 300;
}
.cart-tovar .info-tovar .descr-tovar .parametrs p {
  margin-bottom: 0;
}
.cart-tovar .info-tovar .descr-tovar .controls {
  display: flex;
  flex-wrap: wrap;
  max-width: 200px;
  margin-top: 34px;
}
@media (max-width: 575px) {
  .cart-tovar .info-tovar .descr-tovar .controls {
    max-width: 100%;
    margin-top: 0;
  }
}
.cart-tovar .info-tovar .descr-tovar .controls .count {
  display: flex;
  height: 30px;
}
@media (max-width: 575px) {
  .cart-tovar .info-tovar .descr-tovar .controls .count {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}
.cart-tovar .info-tovar .descr-tovar .controls .count input {
  width: 29px;
  border: 0;
  border-top: 1px solid var(--main-color);
  border-bottom: 1px solid var(--main-color);
  text-align: center;
}
@media (max-width: 575px) {
  .cart-tovar .info-tovar .descr-tovar .controls .count input {
    width: 100%;
  }
}
.cart-tovar .info-tovar .descr-tovar .controls .count span {
  width: 25px;
  border: 1px solid var(--main-color);
  transition: .2s;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span.plus:before {
  content: "+";
}
.count span.plus:hover:before,
.count span.minus:hover:before {
  color: var(--color-5);
}
.cart-tovar .info-tovar .descr-tovar .controls .count span.minus:before {
  content: "-";
}
.cart-tovar .info-tovar .descr-tovar .controls .count span.minus {
  border-right: 0;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span.plus {
  border-left: 0;
}
.cart-tovar .info-tovar .descr-tovar .controls .count span:hover {
  background: var(--main-color);
}
.cart-tovar .info-tovar .descr-tovar .controls .buy {
  background: var(--main-color);
  color: var(--color-5);
  transition: .3s;
  width: 114px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  margin-left: 7px;
  border: 1px solid var(--main-color);
  cursor: pointer;
}
.cart-tovar .info-tovar .descr-tovar .controls .buy:hover {
  background: var(--color-5);
  color: var(--main-color);
}
.cart-tovar .info-tovar .descr-tovar .controls .buy.no-active {
  background: #e3e3e3;
  border-color: #e3e3e3;
  color: #a7a4a4;
  font-weight: 300;
  cursor: no-drop;
}
@media (max-width: 575px) {
  .cart-tovar .info-tovar .descr-tovar .controls .buy {
    width: calc(50% - 5px);
    margin-left: 5px;
  }
}
.cart-tovar .info-tovar .descr-tovar .controls .how-many {
  background: var(--main-color);
  color: var(--color-5);
  transition: .3s;
  width: 200px;
  text-align: center;
  height: 30px;
  line-height: 28px;
  border: 1px solid var(--main-color);
  margin-top: 10px;
  cursor: pointer;
}
.cart-tovar .info-tovar .descr-tovar .controls .how-many:hover {
  background: var(--color-5);
  color: var(--main-color);
}
.cart-tovar .info-tovar .descr-tovar .controls .how-many.no-active {
  background: #e3e3e3;
  border-color: #e3e3e3;
  color: #a7a4a4;
  font-weight: 300;
  cursor: no-drop;
}
@media (max-width: 575px) {
  .cart-tovar .info-tovar .descr-tovar .controls .how-many {
    width: 100%;
  }
}
.cart-tovar .preimushestvo {
  display: flex;
  border: 1px solid var(--color-7);
  padding: 32px 0 26px;
}
.cart-tovar .preimushestvo .preim-item {
  display: flex;
  max-width: 270px;
  margin-right: 20px;
  padding-left: 20px;
}
.cart-tovar .preimushestvo .preim-item.kachestvo:before {
  background-image: url(/images/kachestvo.svg);
  width: 34px;
}
.cart-tovar .preimushestvo .preim-item.geolocation:before {
  background-image: url(/images/geo.svg);
  width: 33px;
}
.cart-tovar .preimushestvo .preim-item.delivery:before {
  background-image: url(/images/delivery.svg);
  width: 62px;
}
.cart-tovar .preimushestvo .preim-item:before {
  content: "";
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  margin-right: 30px;
  flex-shrink: 0;
}
.cart-tovar .preimushestvo .preim-item .preim-text .preim-name {
  color: #505050;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2px;
}
.cart-tovar .preimushestvo .preim-item .preim-text .preim-descr {
  color: #949393;
  font-size: 13px;
  font-weight: 300;
}
.contact-form .mailto,
#sent-review {
  display: flex;
  flex-direction: column;
  max-width: 370px;
}
.contact-form .mailto .title-form,
#sent-review .title-form {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.mailto .inp-field,
#sent-review .inp-field {
  position: relative;
  margin-bottom: 13px;
  width: 100%;
}
.mailto .inp-field input,
#sent-review .inp-field input {
  padding: 24px 12px 12px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding-left: 15px;
  color: #555;
}
.mailto .inp-field input[type='submit'],
#sent-review .inp-field input[type='submit'] {
  height: 55px;
  border: 1px solid var(--main-color);
  background: var(--color-5);
}
.mailto .inp-field label,
#sent-review .inp-field label {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 15px;
  font-weight: 300;
  transition: .3s;
  color: #999;
}
.mailto .inp-field textarea,
#sent-review .inp-field textarea {
  height: 104px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding-left: 15px;
  padding-top: 23px;
  color: #555;
}
.mailto .inp-field input:focus + label,
.mailto .inp-field textarea:focus + label,
.mailto .inp-field textarea.foc + label,
.mailto .inp-field input.foc + label,
#sent-review .inp-field input:focus + label,
#sent-review .inp-field textarea:focus + label,
#sent-review .inp-field textarea.foc + label,
#sent-review .inp-field input.foc + label {
  font-size: 12px;
  top: 7px;
}
@media (max-width: 575px) {
  .cart-tovar .preimushestvo .preim-item {
    flex-direction: row;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .cart-tovar .preimushestvo {
    flex-direction: column;
  }
}
.grades {
  display: flex;
  margin-right: 8px;
}
.grades.fillable .grade {
  cursor: pointer;
}
.grades .grade {
  position: relative;
  width: 13px;
  height: 13px;
}
.grades .grade:before,
.grades .grade:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.grades .grade:before {
  background-image: url(/images/star-noactive-big.svg);
}
.grades .grade:after {
  background-image: url(/images/star-active-big.svg);
  opacity: 0;
}
.grades .grade[data-grade]:after {
  opacity: 1;
}
.grades .grade[data-grade]:before {
  opacity: 0;
}
.grades .grade[data-dole]:after {
  opacity: 1;
  background-position-x: 0;
}
.grades .grade[data-dole='1']:after {
  width: 10%;
}
.grades .grade[data-dole='2']:after {
  width: 20%;
}
.grades .grade[data-dole='3']:after {
  width: 30%;
}
.grades .grade[data-dole='4']:after {
  width: 40%;
}
.grades .grade[data-dole='5']:after {
  width: 50%;
}
.grades .grade[data-dole='6']:after {
  width: 60%;
}
.grades .grade[data-dole='7']:after {
  width: 70%;
}
.grades .grade[data-dole='8']:after {
  width: 80%;
}
.grades .grade[data-dole='9']:after {
  width: 90%;
}
.recomendation,
.new_label,
.action_label {
  color: var(--color-5);
  letter-spacing: 0.04em;
  background: #427458;
  border-radius: 5px;
  padding: 2px 8px 1px;
  font-size: 10px;
  font-weight: 300;
  cursor: default;
  margin-bottom: 5px;
  width: auto;
}
.new_label {
  background: #f15642;
}
.action_label {
  background: #00569f;
}
.label_cart {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
.block-tabs .name-tabs {
  display: flex;
  border-bottom: 3px solid var(--color-1);
}
.block-tabs .name-tabs .tab {
  border: 1px solid var(--color-1);
  border-bottom: 0;
  font-weight: 400;
  padding: 15px 25px;
  margin-right: 10px;
  cursor: pointer;
  transition: .3s;
}
.block-tabs .name-tabs .tab span {
  color: #999;
}
.block-tabs .name-tabs .tab:hover {
  background: var(--color-1);
}
@media (max-width: 575px) {
  .block-tabs .name-tabs .tab {
    font-size: 12px;
  }
}
.block-tabs .name-tabs .tab.active {
  background: var(--color-1);
  color: var(--main-color);
}
.block-tabs .content-tabs {
  padding-top: 30px;
}
.block-tabs .content-tabs .tab {
  display: none;
}
.block-tabs .content-tabs .tab.active {
  display: block;
}
.block-tabs .content-tabs .tab .char-list .char-item {
  display: flex;
  max-width: 390px;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0px;
}
.block-tabs .content-tabs .tab .char-list .char-item .char-name {
  max-width: 270px;
  flex-shrink: 0;
}
.block-tabs .content-tabs .tab .char-list .char-item .char-val {
  max-width: 270px;
  flex-shrink: 0;
  font-weight: 300;
  color: #656565;
}
.block-tabs .content-tabs .tab .char-list .char-dot {
  width: 100%;
  align-self: stretch;
  position: relative;
  padding: 0 5px;
}
.block-tabs .content-tabs .tab .char-list .char-dot:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(90%);
  border-bottom: 1px dotted;
  bottom: 5px;
}
.block-tabs .content-tabs .tab .review-block .title {
  color: #333;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 32px;
}
@media (max-width: 575px) {
  .block-tabs .content-tabs .tab .review-block .title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.block-tabs .content-tabs .tab .review-block #AddComment form .row {
  margin: 0;
}
.block-tabs .content-tabs .tab .review-block #AddComment form .field-review .caption {
  font-size: 18px;
  font-weight: 300;
  color: #333;
  margin-bottom: 5px;
}
.block-tabs .content-tabs .tab .review-block #AddComment form .stars {
  display: flex;
  margin-left: 0 !important;
  margin-bottom: 20px !important;
}
.block-tabs .content-tabs .tab .review-block #AddComment form .stars .star {
  background: url(/images/star-noactive-big.svg) center no-repeat;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background-size: cover;
}
.block-tabs .content-tabs .tab .review-block #AddComment form .stars .star.active,
.block-tabs .content-tabs .tab .review-block #AddComment form .stars .star.active-fix,
.block-tabs .content-tabs .tab .review-block #AddComment form .stars .star.active-fix ~ .star {
  background: url(/images/star-active-big.svg) center no-repeat;
  background-size: cover;
}
.home-page-menu .container {
  position: relative;
}
/*standart input */
form.search {
  margin-bottom: 10px;
}
.simple-input {
  padding: 5px 10px;
  border: 1px solid #c4c4c4;
}
.simple-button {
  color: var(--color-5);
  background: var(--main-color);
  transition: .3s linear;
  border: 1px solid var(--main-color);
  cursor: pointer;
}
.simple-button:hover {
  color: var(--main-color);
  background: var(--color-5);
}
.pagination {
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.pagination .page_link,
.pagination .current,
.ctrl {
  display: inline-block;
  padding: 5px;
  margin: 0 2px;
  line-height: 1;
  transition: all 0.3s;
  min-width: 25px;
  text-align: center;
}
.pagination .page_link,
.pagination .current {
  border: 1px solid var(--main-color);
}
.pagination .current,
.pagination .page_link:hover {
  background-color: var(--main-color);
  color: var(--color-5);
}
/*design of search page*/
.search-results {
  list-style: none;
  padding-left: 0!important;
}
.search-results li {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.search-results li:before {
  display: none!important;
}
.search-results__text {
  padding-left: 15px;
}
.search-result__img {
  max-width: 50px;
  height: auto;
}
/*design of search page -- END*/
.headsearch {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  margin-top: 0px;
  display: flex;
  width: 100%;
  z-index: -1;
  align-items: stretch;
  padding: 0px 15px;
  height: 50px;
  right: 0px;
  visibility: hidden;
  transition: all 0.3s;
}
.headsearch.open {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
  top: 100%;
}
.headsearch form {
  display: flex;
  width: 100%;
  position: relative;
}
.headsearch form input[type=text] {
  width: 100%;
  padding: 15px 20px;
  font-size: 18px;
  border: none;
}
.headsearch form button {
  position: absolute;
  right: 80px;
  top: 50%;
  display: flex;
  height: 32px;
  font-size: 15px;
  font-weight: 500;
  background: none;
  cursor: pointer;
  color: var(--main-color);
  content: '';
  transform: translateY(-50%);
  padding: 0px 30px;
  z-index: 10000;
  border: 1px solid var(--main-color);
  transition: all 0.3s;
	padding-top:5px;
}
.headsearch form button:hover {
  background: var(--main-color);
  color: var(--color-5);
  transition: all 0.3s;
}
.headsearch form .headsearch_close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  right: 18px;
  transform: translateY(-50%);
  display: flex;
  fill: var(--color-6);
}
.headsearch form .headsearch_close svg {
  width: 13px;
  transform: rotate(0deg);
  transition: all 0.3s;
  margin: auto;
  height: 13px;
}
.headsearch form .headsearch_close:hover svg {
  transform: rotate(90deg);
}
.headsearch form .headsearch_close * {
  visibility: visible !important;
}
.sticky .headsearch {
  margin-top: 10px;
}
.inner-services .service-elem {
  max-width: 440px;
  display: flex;
  margin-bottom: 5% !important;
}
.inner-services .service-elem a.img {
  display: inline-block;
  border-bottom: 0;
}
.inner-services .service-elem a.img img {
  max-width: 100px;
}
.inner-services .service-elem .info {
    margin-left: 20px;
}
.inner-services .service-elem .info a.name {
  font-weight: 500;
  font-size: 1.2rem;
  border-bottom: 1px solid transparent;
}
.inner-services .service-elem .info a.name:hover {
  border-bottom: 1px solid var(--main-color);
}
.inner-services .service-elem .info .subgroup {
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  box-orient: vertical;
}
.inner-services .service-elem .info .subgroup a {
  border-bottom: 0;
  font-weight: 400;
  display: inline;
  margin-right: 10px;
}
.inner-services .service-elem .info .subgroup a span {
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.inner-services .service-elem .info .subgroup a:hover span {
  border-bottom: 1px solid var(--main-color);
}
.inner-services .service-elem .info .descr {
  margin-top: 12px;
  font-weight: 300;
  color: #999;
  font-size: .9rem;
}
.list_item_services:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: var(--main-color);
  margin-bottom: 35px;
}
.license_page .license_list {
  display: flex;
  flex-wrap: wrap;
}
.license_page .license_list .license_item {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.license_page .license_list .license_item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 575px) {
  .license_page .license_list .license_item:nth-child(4n) {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .license_page .license_list .license_item:nth-child(3n) {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .license_page .license_list .license_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .license_page .license_list .license_item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.license_page .license_list .license_item a {
  display: grid;
  border: none;
  position: relative;
}
.license_page .license_list .license_item a img {
  transform: translate3d(0, 0, 0);
}
.license_page .license_list .license_item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
  position: absolute;
}
.license_page .license_list .license_item a:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transition: transform .5s, opacity .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  background: url(/images/search1.svg) center no-repeat;
  background-size: cover;
  opacity: 0;
}
.license_page .license_list .license_item a:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.license_page .license_list .license_item a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pag {
  padding: 3% 15px;
}
.pag p {
  display: flex;
  justify-content: center;
}
.pag p a,
.pag p span {
  padding: 4px 11px;
  font-size: 15px;
  border: 1px solid transparent;
  color: #333;
  margin: 0 3px;
}
.pag p span.current {
  background: var(--main-color);
  color: var(--color-5);
}
.pag p a:hover {
  border: 1px solid var(--main-color);
}
.documents {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .documents {
    margin-top: 8px;
  }
}
.inner_slider ul.slick-dots button {
  background: #e8f4ff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0;
}
.inner_slider ul.slick-dots li.slick-active button {
  background: var(--main-color);
}
.inner_slider ul.slick-dots li {
  width: 5px;
  height: 5px;
  margin: 0 7px;
}
.inner_slider ul.slick-dots {
  bottom: -20px;
}
.documents .document-item {
  display: flex;
  margin-bottom: 25px;
  margin-right: 20px;
  width: calc(33.33% - 20px);
}
@media (max-width: 370px) {
  .documents .document-item {
    width: 100%;
    margin-right: 0;
  }
}
.documents .document-item a {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.documents .document-item a span.doc-name {
  border-bottom: 1px solid transparent;
  transition: .3s;
  line-height: 1.2;
  margin-bottom: 5px;
  color: var(--main-color);
}
.documents .document-item a span.doc-size {
  color: #999;
}
.documents .document-item a span.doc-descr {
  color: #656565;
  font-weight: 300;
}
.documents .document-item a:hover span:nth-child(1) {
  border-color: var(--main-color);
}
.documents .document-item:before {
  content: "";
  display: block;
  width: 40px;
  height: 46px;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .documents .document-item:before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.documents .document-item.pdf:before {
  background-image: url(/images/doc/pdf.svg);
}
.documents .document-item.png:before {
  background-image: url(/images/doc/png.svg);
}
.documents .document-item.doc:before {
  background-image: url(/images/doc/doc.svg);
}
.documents .document-item.xlsx:before {
  background-image: url(/images/doc/xls.svg);
}
.documents .document-item.jpg:before {
  background-image: url(/images/doc/jpg.svg);
}
.item-star {
  width: 15px;
  height: 15px;
  position: relative;
}
.item-star input {
  opacity: 0;
}
.item-star label {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.item-star label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/star-noactive-big.svg);
  background-size: cover;
  transition: .2s;
}
.item-star label:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/star-active-big.svg);
  background-size: cover;
  opacity: 0;
  transition: .2s;
}
.item-star.active label:before {
  opacity: 0;
}
.item-star.active label:after {
  opacity: 1;
}
.item-star.active-fix input + label:after {
  opacity: 1;
}
.item-star.active-fix ~ .item-star label:after {
  opacity: 1;
}
.item-star.active-fix ~ .item-star label:before {
  opacity: 0;
}
.item-star.active-fix input + label:before {
  opacity: 0;
}
.item-star.active ~ .item-star label:after {
  opacity: 1;
}
.item-star.active ~ .item-star label:before {
  opacity: 0;
}
.action-sidebar {
  margin-top: 35px;
  margin-bottom: 50px;
}
.action-sidebar .header {
  color: var(--main-color);
  font-size: 24px;
  margin-bottom: 20px;
}
.action-sidebar .act-item {
  border: 0;
}
.action-sidebar .act-item .img {
  overflow: hidden;
}
.action-sidebar .slick-arrow {
  top: -35px;
  width: 30px;
  height: 30px;
  display: flex;
  z-index: 1;
  justify-content: center;
  align-items: center;
}
.action-sidebar .slick-arrow:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  opacity: 1;
  color: transparent;
  transition: .3s;
}
.action-sidebar .slick-arrow.slick-next {
  right: 0px;
  transform: rotate(180deg) translateY(15px);
}
.action-sidebar .slick-arrow.slick-next:before {
  border-right: 7px solid #656565;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.action-sidebar .slick-arrow.slick-next:after {
  display: none;
}
.action-sidebar .slick-arrow.slick-next:hover:before {
  border-right-color: var(--main-color);
  opacity: 1;
}
.action-sidebar .slick-arrow.slick-prev {
  left: auto;
  right: 40px;
}
.action-sidebar .slick-arrow.slick-prev:before {
  border-right: 7px solid #656565;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.action-sidebar .slick-arrow.slick-prev:after {
  display: none;
}
.action-sidebar .slick-arrow.slick-prev:hover:before {
  border-right-color: var(--main-color);
  opacity: 1;
}
p.p-title {
  font-size: 1.2rem;
  color: #333;
  font-weight: 500;
  margin-bottom: 2px;
  margin-top: 2%;
}
.vakansia {
  margin-bottom: 10px;
}
.vakansia .status {
  background: var(--color-1);
  padding: 1.725% 40px 1.725% 22px;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.vakansia .status span {
  border-bottom: 1px solid transparent;
  transition: .3s;
}
.vakansia .status:hover {
  color: var(--main-color);
}
.vakansia .status .close {
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%) rotate(45deg);
  background: url(/images/close.svg);
  background-size: cover;
  opacity: 1;
  transition: .3s;
}
.vakansia .vakansia-description {
  background: var(--color-1);
  padding: 1px 22px 15px;
  color: var(--color-6);
  display: none;
}
.vakansia .vakansia-description p:not(.p-title) {
  padding-left: 20px;
  line-height: 1.4;
}
.vakansia .vakansia-description ul {
  margin-bottom: 2.53%;
  margin-top: 2.53%;
}
.vakansia .vakansia-description .button {
  background: var(--main-color);
  color: var(--color-5);
  max-width: 180px;
  text-align: center;
  border: 1px solid var(--main-color);
  transition: .3s;
  height: 38px;
  line-height: 36px;
  cursor: pointer;
}
.vakansia .vakansia-description .button:hover {
  background: transparent;
  color: var(--main-color);
}
.vakansia.open .vakansia-description {
  display: block;
}
.vakansia.open .close {
  transform: translateY(-50%) rotate(0deg);
}
.vakansia.open .status {
  color: var(--main-color);
}
.icon svg,
.icon img {
  width: 100%;
  max-width: 80px;
  fill: var(--main-color);
}
@media (max-width: 769px) {
  .sidebar + .content {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.photo-slider button:before {
  display: none;
}
.inner_slider {
  margin-bottom: 15px;
}
.inner_slider a {
  border-bottom: 0;
}
.autocomplete-suggestions {
  background: white;
  left: 15px;
  top: 100%;
  right: 15px;
  z-index: 9998 !important;
  border: 1px solid #e4e4e4;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: -1px;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgba(204, 204, 204, 0.24);
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion:hover {
  color: var(--main-color);
  background: rgba(204, 204, 204, 0.12);
}
.autocomplete-suggestions .autocomplete-suggestion a {
  display: flex;
  align-items: center;
  padding: 5px 13px;
  color: #777;
  border-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion img {
  float: left;
  margin-right: 5px;
  width: 64px;
}
@keyframes op {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.description_box div.h1,
.description_box p,
.description_box .slider_button {
  opacity: 0;
}
.slick-current .description_box div.h1,
.slick-current .description_box p,
.slick-current .description_box .slider_button {
  animation: op;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
.slick-current .description_box p {
  animation-delay: .3s;
}
.slick-current .description_box .slider_button {
  animation-delay: .6s;
}
.slider_button {
  margin-top: 20px;
}
.btn_hover_white:hover {
  background: var(--color-5);
}
#gallery.shop_img {
  margin-right: 30px;
}
.small-slider-gallery {
  margin: 0 28px;
  margin-top: 16px;
  padding: 0 20px;
}
@media (max-width: 575px) {
  .small-slider-gallery {
    margin: 16px 0 0;
    padding: 0;
  }
}
.small-slider-gallery img {
  max-width: 110px;
  margin: 0 auto;
}
.shop_block .shop_table {
  display: flex;
}
@media (max-width: 575px) {
  .shop_block .shop_table {
    flex-wrap: wrap;
  }
}
.shop_block .shop_table .shop_item {
  margin: 0 10px;
  border: solid 1px #e6e6e6;
  padding: 20px 12px;
  width: calc(33.33% - 13.33px);
  position: relative;
}
.shop_block .shop_viewed .shop_item {
  width: calc(25% - 13.33px);
}
.image_cell {
  text-align: center;
  cursor: pointer;
}
.shop_block .shop_table .shop_item:nth-child(1) {
  margin-left: 0;
}
.shop_block .shop_table .shop_item:nth-child(4) {
  margin-right: 0;
}
@media (max-width: 575px) {
  .shop_block .shop_table .shop_item {
    width: 100%;
    margin: 0 0 10px;
  }
}
.title-blocks {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.scroll-nav {
  position: absolute;
  left: 0px;
  right: 0px;
}
.scroll-nav.fixed .scroll-nav__wrapper {
  position: fixed;
  top: 100px;
}
.scroll-nav__wrapper {
  border: 1px solid var(--color-1);
  background-color: var(--color-1);
  padding: 10px 5px;
  width: 270px;
  max-width: 100%;
}
.scroll-nav__heading {
  display: block;
  font-size: 1.2em;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
.scroll-nav__heading:before {
  font-size: 30px;
}
.scroll-nav__list {
  padding: 0;
  margin: 15px 0;
}
.scroll-nav__item {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2em;
  margin: 12px 0;
  overflow: hidden;
  padding: 0 16px;
}
.scroll-nav__item.active {
  font-weight: 500;
}
.scroll-nav__item.active a {
  color: var(--main-color);
  border-bottom: 1px dashed;
}
.scroll-nav__link {
  display: inline;
  margin: 0 auto;
  border-bottom: 1px solid transparent;
  color: #999;
  transition: none;
  font-size: 1rem;
  line-height: 1.2;
}
.scroll-nav__link:hover {
  color: var(--main-color);
  transition: none;
  border-bottom: none;
}
.public-comment .comment-item {
  border: 1px solid #dfe5ea;
  margin: 12px 0;
  padding: 16px 20px;
}
.public-comment .comment-item .name-grade {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.public-comment .comment-item .name-grade .name {
  font-size: 18px;
  font-weight: 400;
  margin-right: 12px;
}
.public-comment .comment-item .name-grade .grades {
  margin-bottom: 2px;
}
.public-comment .comment-item .date {
  font-size: 13px;
  margin-bottom: 8px;
}
#AddComment {
  display: none;
}
#btnOpenAddComment {
  margin-bottom: 28px;
  position: relative;
  padding-right: 10px;
}
#btnOpenAddComment:hover:before {
  background-image: url(/images/slider-arrow-hover.svg);
}
#btnOpenAddComment.open:before {
  transform: rotate(90deg);
}
#btnOpenAddComment:before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-image: url(/images/slider-arrow.svg);
  transform: rotate(-90deg);
  background-size: contain;
  position: absolute;
  right: 6px;
  background-position: center;
  background-repeat: no-repeat;
  top: 14px;
}
table thead {
  background: var(--main-color);
  color: var(--color-5);
}
table td,
table th {
  padding: 8px 12px;
}
table tbody tr:nth-child(even) {
  background: var(--color-1);
}
table[border='1'] {
  border: 1px solid #c4c4c4;
}
table[border='1'] td,
table[border='1'] tr,
table[border='1'] th {
  border: 0;
}
.sotrudnik_group {
  margin-bottom: 5%;
}
.sotrudnik_group p.title {
  color: var(--color-6);
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 1.2%;
}
.sotrudnik_item {
  padding: 0;
  max-width: 270px;
}
.sotrudnik_item.boss {
  max-width: none;
  display: flex;
}
.sotrudnik_item.boss .img {
  flex-shrink: 0;
  margin-bottom: 0;
}
.sotrudnik_item.boss .sotrudnik_info {
  text-align: left;
  padding-left: 30px;
}
.sotrudnik_info {
  text-align: center;
  padding: 16px;
  cursor: default;
}
.sotrudnik_item .name {
  font-size: 1.2rem;
  color: var(--color-6);
}
.sotrudnik_item .status {
  font-size: 1rem;
  color: #656565;
  font-weight: 300;
  margin-bottom: 10px;
}
.sotrudnik_item .description {
  color: #656565;
  font-weight: 300;
}
.sotrudnik_item .email a {
  border-bottom-color: transparent;
  margin-bottom: 5px;
  display: inline-block;
}
.sotrudnik_item .phone a {
  color: #656565;
  border-bottom: 0;
}
.sotrudnik_item .soc a {
  border-bottom: 0;
  margin: 0 4px;
}
.sotrudnik_item .soc a svg path,
.sotrudnik_item .soc a svg ellipse {
	fill: var(--main-color);
    transition: .2s linear;
}
.sotrudnik_item .soc a:hover svg {
  fill: #022c4e;
}
.sotrudnik_item .soc {
  margin-top: 15px;
}
.modal-fone.success.open .ok-form {
  display: block;
  max-width: 570px;
  background: var(--color-5);
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 7%;
  padding: 1.85% 55px 2.7%;
}
@media (max-width: 1199px) {
  .inner_slider .slick-next {
    right: 10px;
  }
  .inner_slider .slick-prev {
    left: 10px;
  }
  .scroll-nav__wrapper {
    width: 240px;
  }
  .head .slogan {
    font-size: 14px;
  }
  .rz {
    font-size: 14px;
  }
  .phn {
    font-size: 14px;
  }
  .footer .column-footer.services {
    padding-right: 15px;
  }
  .colors-tovar .color-item {
    width: calc(25% - 20px);
    margin-right: 20px;
  }
  .block-tabs .name-tabs .tab {
    padding: 8px 12px;
  }
  .contact-info {
    margin-left: 20px;
  }
  .contact-form {
    padding: 50px 20px 0;
  }
  .cart-tovar .preimushestvo .preim-item {
    padding-left: 10px;
    margin-right: 5px;
  }
  .cart-tovar .preimushestvo .preim-item:before {
    margin-right: 15px;
  }
  .sotrudnik_item:not(.boss) {
    width: calc(33.33% - 6.66px);
    margin: 0 5px !important;
  }
  .sotrudnik_item:not(.boss):nth-child(3n + 1) {
    margin-left: 0 !important;
  }
  .sotrudnik_item:not(.boss):nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .home-page-header-box,
  .content-page-header-box {
    display: none;
  }
  .services-group {
    justify-content: center;
  }
  .head_mobile {
    display: flex;
  }
  .works_item {
    width: 100%;
  }
  .home-page-header-box,
  .sidebar {
    display: none;
  }
  .contact-info {
    margin-left: 0;
    padding: 26px 20px 40px;
    margin-top: 20px;
  }
  .cart-tovar .info-tovar .img {
    /*max-width: none;*/
    margin-bottom: 20px;
  }
  .cart-tovar .info-tovar .descr-tovar {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cart-tovar .preimushestvo .preim-item:before {
    margin-bottom: 10px;
  }
  .cart-tovar .preimushestvo .preim-item {
    flex-direction: column;
  }
  .cart-tovar .preimushestvo {
    padding: 20px 10px;
  }
  .license_page .license_list .license_item {
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .license_page .license_list .license_item:nth-child(3n) {
    margin-right: 0;
  }
  .license_page .license_list .license_item:nth-child(4n) {
    margin-right: 20px;
  }
  .description_box .h1 {
    font-size: 3rem;
  }
  .tovar-item {
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .comments-list .comment {
    flex-basis: 100%;
  }
  .slider_button {
    max-width: 170px;
    margin-top: 10px;
  }
  ul.slider_licenz {
    margin-bottom: 55px !important;
  }
  .shop_item .shop_table_item {
    display: grid;
    grid-template-columns: 30% 1fr;
    grid-template-rows: auto auto;
  }
  .shop_item .shop_table_item .image_row {
    display: contents;
  }
  .image_cell {
    display: contents;
  }
  .image_cell a,
  .image_cell .image_cell__img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    border: 0;
  }
  .name_itm {
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
  }
  .name_itm a {
    display: inline;
    border-bottom: 1px solid transparent;
  }
  .shop_item .shop_table_item .description_row {
    padding: 0 10px;
  }
  .description_sell {
    margin-top: 0;
    text-align: left;
  }
  .description_sell .item_info {
    justify-content: flex-start;
  }
  .description_sell .item_info .check {
    margin-right: 15px;
  }
  .footer .column-footer.logo p {
    max-width: none;
  }
  .priem-text {
    display: block;
    padding: 1px 0;
  }
  html {
    font-size: 14px;
    overflow-x: hidden;
  }
  .colors-tovar .color-item {
    width: calc(50% - 20px);
  }
  .description_sell .button_more {
    padding: 6px 30px;
    margin-left: 0;
  }
  .description_sell .price {
    text-align: left;
  }
  .description_sell .item_info {
    margin-bottom: 6px;
  }
  .description_sell .name_itm {
    font-size: 16px;
    margin-bottom: 8px;
    text-align: left;
  }
  .shop_item {
    padding: 10px;
  }
  .services-group .services-item .text p {
    margin-top: 15px;
  }
  .services-group .services-item .text .description {
    padding: 0;
  }
  .services-group .services-item .text span {
    position: relative;
    padding: 0;
  }
  .services-group .services-item .text {
    transform: translateY(0%);
    padding: 12px 10px;
  }
  .sort_view .view {
    display: none;
  }
  .sort_view {
    margin-bottom: 20px;
  }
  .sort_view #select {
    font-size: 14px;
  }
  .block-tabs .name-tabs .tab {
    font-weight: 400;
    padding: 8px 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f0f7ff;
    margin-right: 5px;
  }
  .block-tabs .name-tabs {
    flex-wrap: wrap;
  }
  .cart-tovar .info-tovar {
    flex-direction: column;
    align-items: center;
  }
  .contact-form {
    padding: 30px 0px 0;
  }
  .shop_block .shop_table .shop_item {
    margin: 0 5px;
    width: 100%;
    padding: 12px;
    flex-shrink: 0;
  }
  .documents .document-item {
    width: calc(50% - 20px);
  }
  .block-tabs .content-tabs {
    padding-top: 5px;
  }
  .flex-2 .flex-item {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .description_box .h1 {
    font-size: 2rem;
  }
  .flex-4 .flex-item {
    width: calc(50% - 5px);
  }
  .flex-4 .flex-item:nth-child(odd) {
    margin-left: 0;
  }
  .flex-4 .flex-item:nth-child(even) {
    margin-right: 0;
  }
  .flex .flex-item {
    margin: 0 5px 10px;
  }
  .icon svg {
    max-width: 50px;
  }
  .services-group .services-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px !important;
		height: 100%;
  }
  .sotrudnik_block .sotrudnik_item:not(.boss) {
    width: calc(50% - 10px);
    margin: 0 5px 15px !important;
  }
  .sotrudnik_block .sotrudnik_item:not(.boss):nth-child(odd) {
    margin-left: 0 !important;
  }
  .sotrudnik_block .sotrudnik_item:not(.boss):nth-child(even) {
    margin-right: 0 !important;
  }
  .sotrudnik_item.boss .sotrudnik_info {
    padding-left: 15px;
  }
  .tovar-item {
    margin-bottom: 10px;
    padding: 0;
  }
  .shop_container .shop_item {
    padding: 14px 10px;
  }
}
@media (max-width: 575px) {
  .btt {
    display: flex;
    justify-content: center;
  }
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 3%;
  }
  .name_itm a {
    margin-bottom: 10px;
    font-size: 1.1rem;
  }
  .description_sell .price span {
    font-size: 1.1rem;
  }
  .image_cell a,
  .image_cell .image_cell__img {
    max-width: 100%;
  }
  .cart-tovar .info-tovar .img {
    width: 100%;
    margin-bottom: 0;
  }
  .cart-tovar .preimushestvo .preim-item:before {
    width: 60px !important;
    background-size: contain;
  }
  .footer .column-footer .title {
    margin-bottom: 16px;
  }
  .footer .column-footer.contact p {
    margin-bottom: 8px;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container.galery-group {
    padding: 0;
  }
  .footer .column-footer .footer-block p {
    margin-bottom: 8px;
  }
  .slider_licenz_item img {
    width: auto;
    max-height: 220px;
  }
  .sub_mobile_menu a {
    font-size: 1.1rem;
  }
  .head_mobile .header-info .logo_mobile {
    margin-right: 20px;
    width: 130px;
  }
  .acccrr .card .card-header a {
    font-size: 16px;
  }
  .acccrr .card .card-header {
    padding: 8px 33px 8px 12px;
  }
  .content ul {
    padding-left: 10px;
  }
  .content ol {
    padding-left: 25px;
  }
  .vakansia .status {
    padding: 10px 40px 10px 10px;
  }
  .vakansia .vakansia-description {
    padding: 1px 10px 15px;
  }
  .form {
    padding: 23px 10px 20px 10px;
    margin-top: 10%;
  }
  .content_text img {
    float: none;
    margin: 0 0 5px;
  }
  .flex-3 .flex-item {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .comments .comment {
    padding: 15px 10px;
    margin-bottom: 10px;
  }
  .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container.reviews-maket {
    padding: 0;
  }
  .services-group .services-item .text p {
    font-size: 13px;
    margin-top: 10px;
  }
  .services-group .services-item .text span {
    font-size: 1rem;
  }
  .advantages .flex-item:nth-child(odd) {
    padding-right: 5px;
  }
  .advantages .flex-item:nth-child(even) {
    padding-left: 5px;
  }
  .out_container {
    margin: 0 -10px;
  }
  .inner-services .service-elem .info {
    margin-left: 10px;
  }
  .inner-services .service-elem .info .descr {
    margin-top: 6px;
  }
  .slider-container,
  .slider_box .slider_item {
    max-height: 100vh;
  }
  .slick-slider:not(.inner_slider) .slick-arrow {
    display: none !important;
  }
  .galery-group .galery-item .name {
    font-size: 1rem;
    margin-top: 5px;
  }
  .persent-size {
    width: calc(50% - 14px);
  }
  .info_about_name {
    font-size: 22px;
    margin-bottom: 6%;
  }
  .galery-group .galery-item {
    width: calc(50% - 5px);
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .galery-group .galery-item:nth-child(odd) {
    margin-left: 0px !important;
  }
  .galery-group .galery-item:nth-child(even) {
    margin-right: 0px !important;
  }
  .sotrudnik_item.boss {
    flex-direction: column;
  }
  .sotrudnik_info {
    padding: 10px;
  }
  .services-group.slick-slider .services-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .services-group .services-item.half-page .img img {
    display: none;
  }
  .services-group .services-item.half-page .img img.hidden {
    display: block;
  }
  .description_box .h1 {
    margin-bottom: 10px;
  }
  #our-services,
  #catalog {
    padding-top: 6%;
    padding-bottom: 5%;
  }
  .all-link {
    margin-top: 5% !important;
  }
  .info_about,
  #news {
    padding: 5% 0 7%;
  }
  .services-group .services-item .text .description {
    display: none;
  }
  .action-group .action-item,
  .new-group .new-item {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 370px) {
  .sotrudnik_block .sotrudnik_item:not(.boss) {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .sotrudnik_block {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .pulled-bottom {
    margin-top: auto;
  }
  .logo.column-footer {
    display: flex;
    flex-direction: column;
  }
}
/*Страница корзины и оформления заказа*/
.shop_cart th {
  font-weight: 500;
  font-size: 14px;
  color: var(--color-6);
  padding: 8px 10px;
}
.shop_cart tr.tovar {
  position: relative;
  border: 1px solid #efefef;
  background: transparent;
}
.shop_cart tr.tovar td {
  padding: 10px;
  text-align: left;
}
.shop_cart tr.tovar img {
  max-width: 120px;
}
.contacts-of-delivery {
  width: 100%;
  margin-top: 20px;
}
.step-of-delivery .step {
  font-size: 24px;
  margin: 12px 0px;
  font-weight: 600;
  color: var(--color-6);
  margin-bottom: 20px;
}
.qty_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qty_wrap .btn-default {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border: 1px solid var(--main-color);
  margin: 0 !important;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  font-size: 18px;
  line-height: 24px;
  background: var(--main-color);
  color: var(--color-5);
  transition: .3s;
}
.qty_wrap .btn-default.minus {
  margin-right: -1px !important;
}
.qty_wrap .btn-default.plus {
  margin-left: -1px !important;
}
.qty_wrap .btn-default:hover {
  background: transparent;
  color: var(--main-color);
}
.qty_wrap input {
  width: 50px !important;
  text-align: center;
  border-radius: 0;
}
.shop_cart .delete {
  border: 0;
  font-size: 14px;
  font-weight: 300;
}
::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
::-moz-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
:-moz-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
.total {
  text-align: right;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 30px;
  color: var(--color-6);
  font-size: 18px;
  font-weight: 500;
}
.field_list .field_row.form-group {
  width: 50%;
}
.itog {
  color: var(--main-color);
  font-size: 25px;
  padding: 0px 30px;
  margin: 5px 0px;
  font-weight: 500;
  margin-top: 38px;
  margin-bottom: 20px;
}
button.send_order {
  color: var(--color-5);
  background: var(--main-color);
  -webkit-transition: .3s linear;
  -o-transition: .3s linear;
  transition: .3s linear;
  border: 1px solid var(--main-color);
  max-width: 230px;
  height: 50px;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  margin-right: 0;
  font-size: 18px;
  font-weight: 400;
  border-radius: 0;
  margin-bottom: 58px;
}
button.btn:hover {
  background: transparent;
  color: var(--main-color);
  border-color: var(--main-color);
}
.container-card__about {
  background: #eee;
  padding: .75rem 1.25rem;
}
.shop-address {
  margin-top: 1rem;
}
.shop_cart .delete svg {
  fill: #999;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.shop_cart .delete svg:hover {
  fill: var(--main-color);
}
p.politic {
  font-size: 12px;
  margin: 10px 0 15px;
}
@media (max-width: 575px) {
  .container-card__about {
    margin-top: 10px;
  }
  button.send_order {
    max-width: 180px;
    height: 42px;
  }
  .itog {
    padding: 0;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .shop_cart tr.tovar td:nth-child(1) {
    width: 140px;
  }
  .shop_cart tr.tovar td:nth-child(2) {
    width: calc(100% - 140px);
    padding-bottom: 100px;
    padding-left: 0;
  }
  .shop_cart tr.tovar td:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 130px;
  }
  .shop_cart tr.tovar td:nth-child(4) {
    position: absolute;
    bottom: 5px;
    right: 0;
    display: block;
  }
  .shop_cart tr.tovar td:nth-child(5) {
    position: absolute;
    bottom: 50px;
    right: 0;
  }
  table.shop_cart tr:first-child {
    display: none;
  }
  td.item-total .nowrap {
    color: var(--color-6);
    font-size: 16px;
    font-weight: 500;
  }
  td.item-total .nowrap span.ruble {
    font-weight: 300;
  }
  .shop_cart tr.tovar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .field_list .field_row.form-group {
    width: 100%;
  }
  .step-of-delivery {
    padding: 0;
    border: none;
  }
  .field_list .field_row.form-group {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .qty_wrap {
    -webkit-transform: translateY(-42px);
    -ms-transform: translateY(-42px);
    transform: translateY(-42px);
  }
}
/*быстрый просмотр*/
.image_cell .image_cell__img {
  position: relative;
}
.image_cell .image_cell__img .quick-view-link {
  position: absolute;
  color: #222222;
  font-size: 15px;
  background: #e6e6e6;
  transition: .2s linear;
  width: calc(100% - 8px);
  text-align: center;
  padding: 8px 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: 174px;
  cursor: pointer;
}
.image_cell .image_cell__img .quick-view-link:hover {
  background: var(--color-5);
  color: var(--main-color);
}
.image_cell__img:hover .quick-view-link {
  opacity: 1;
}
@media (max-width: 910px) {
  .quick-view-link {
    display: none;
  }
}
/*! CSS Used from: http://fenix.altaisite.ru/templates/template1/style.css?1560420435 */
.quick-view {
  width: 1080px;
  height: auto;
  padding: 30px !important;
}
.quick-view .quick-view__item {
  display: flex;
}
.images-about-tovar {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  position: relative;
}
.images-about-tovar .big-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  max-width: 460px;
}
.information-about-tovar {
  width: 100%;
}
.information-about-tovar .h1 {
  margin: 0;
  font-size: 32px;
  margin-bottom: 15px;
}
.redirectable,
.redirectable_wrap {
  cursor: pointer;
}
.information-about-tovar .top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.information-about-tovar .line-buy {
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
}
.top-line .review {
  display: flex;
  margin-bottom: 4px;
}
.line-buy .price-block {
  font-size: 30px;
  color: var(--color-6);
  font-weight: 500;
}
.line-buy .price-block i {
  font-size: 27px;
}
.btn-block .controls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  max-width: 270px;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .btn-block .controls {
    max-width: 100%;
  }
}
.btn-block .controls .count {
  display: flex;
  height: 40px;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .btn-block .controls .count {
    width: calc(50% - 5px);
    margin-right: 5px;
  }
}
.btn-block .controls .count input {
  width: 40px;
  border: 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 575px) {
  .btn-block .controls .count input {
    width: 100%;
  }
}
.btn-block .controls .count span {
  width: 40px;
  border: 1px solid #e5e5e5;
  transition: .2s;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-block .controls .count span:before {
  content: "";
  display: block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: .2s;
}
.btn-block .controls .count span.minus {
  border-right: 0;
  background: url(http://fenix.altaisite.ru/images/minus.svg) no-repeat;
  background-position: center;
}
.btn-block .controls .count span.plus {
  border-left: 0;
  background: url(http://fenix.altaisite.ru/images/plus.svg) no-repeat;
  background-position: center;
}
.btn-block .controls .buy {
  background: var(--main-color);
  color: var(--color-5);
  transition: .3s;
  min-width: 125px;
  text-align: center;
  border: 1px solid var(--main-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  min-height: 40px;
  padding: 0 10px;
}
.btn-block .controls .buy.fullwidth {
  margin-top: 15px;
  width: 100%;
}
.btn-block .controls .buy.no-active {
  background: #e3e3e3;
  border-color: #e3e3e3;
  color: #a7a4a4;
  font-weight: 300;
  cursor: no-drop;
}
.btn-block .controls .buy:hover {
  background: var(--color-5);
  color: var(--main-color);
}
.favorites-block {
  display: flex;
  margin-top: 30px;
}
.favorites-block .favorites {
  margin-right: 10px;
  background-image: url(http://fenix.altaisite.ru/images/heart-grey.svg);
}
.quick-view__item .images-about-tovar .big-img {
  overflow: inherit;
}
.quick-view__item .images-about-tovar .big-img #gallery.shop_img {
  margin-right: 0;
  padding: 20px 20px 0px;
}
.quick-view__item .information-about-tovar {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .btn-block .controls .buy {
    width: calc(50% - 5px);
    margin-left: 5px;
  }
}
.favorites {
  width: 26px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 30px;
  transition: all .2s;
  display: block;
  border-bottom: transparent;
  position: relative;
}
.favorites:before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(/images/heart.svg);
  mask-image: url(/images/heart.svg);
  width: 26px;
  height: 21px;
  left: 0;
  top: 0;
  background: var(--color-5);
  transition: all 0.3s;
}
.favorites:hover {
  background-size: cover;
}
::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
::-moz-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
:-moz-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 300;
  color: #999;
}
@media (max-width: 1440px) {
  .quick-view {
    height: auto;
  }
}
@media (max-width: 1024px) {
  .quick-view {
    width: 98%;
  }
}
@media (max-width: 910px) {
  .quick-view {
    display: none;
  }
}
#gallery.shop_img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  #gallery.shop_img {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .h1 {
    font-size: 2rem;
  }
  .grades .grade {
    width: 12px;
    height: 12px;
    margin: 0 1px 0 0;
  }
	.services-group .slick-list {
    padding: 0 20% 0 0 !important;
}
}
.tooltip {
  z-index: 100000;
}
.tooltip-inner {
  background-color: var(--main-color);
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  content: "";
  border-top-color: var(--main-color);
}
.slider_shadow {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+17,000000+100&0.65+0,0.65+17,0.15+40,0+100 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */

	z-index: 1;
}
/* о компании */
.company_text_block{
	display: flex;	
}
.block_right{
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.block_left{
	width: 100%;
	margin-right: 50px;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.text_company{
	max-width: 	650px;
}
.o_company h2{
	margin-bottom: 40px;
}
.o_company .text_company{
	margin-top: 60px;
}
.o_nas_in{
	margin-top: 90px;	
}
.o_nas_in_block{
	display: flex;	
	margin-top: 40px;

}
.o_nas_chisla{
	margin-right: 30px;	
	width: 150px;
}
.o_nas_in_block span{
	color:#14579A;
	font-size: 42px;
	font-weight: 500;
	line-height: 58px;
}
.o_nas_in_block p{
	margin-top: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}
.section_mission{
	margin-top: 90px;	
}
.section_mission .text_company{
	margin-top: 30px;
}
.o_company .text_history{
	padding-top: 30px;
}
.history_company .company_text_block{
	margin-bottom: 40px;
}
.preimushestva{
	margin-top: 90px;	
}
.preimushestva h2{
	margin-bottom: 40px;
}
.preimushestva .advantages .flex-item{
	
	width: 260px;
	display: block;
}
.preimushestva .priem-priem-description {
	text-align: inherit;
}
.preimushestva .priem-priem-name{
	text-align: inherit;
	font-weight: 500;
	color: #222222;
	font-size: 18px;
	line-height: 25px;
}
.preimushestva .icon{
	margin-bottom: 25px;
}
.preimushestva .priem-priem-description{
	margin-top: 10px;
}
.preimushestva_slider .inner_slider .slick-arrow:before,.preimushestva_slider .inner_slider .slick-arrow:after{
	left: -17px;
  width: 43px;
}
.preimushestva_slider .slick-slider .slick-arrow:before,.preimushestva_slider .slick-slider .slick-arrow:after{
	    background-image: url(/images/vector_preim.svg);
	width:14px;
}
.sertificat_block{
	display: flex;
}
.sertificat_block_img{
	max-width:206px;	
	margin-right:15px;
}
.section_team .style_block{
	padding:0;
}
.section_team .style_block .img{
	height:230px;
	width: 268px;
}
.section_team #news-slider .new-item{
	background: #F7F7F7;
	
}
.section_team .style_block .name{
	color: #222222;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 500;
	
}
.section_team .sotr_cart{
	padding: 15px 20px;
}
.section_team .slick-slider .slick-arrow:before, .section_team .slick-slider .slick-arrow:after{
	background-image: url(/images/vector_preim.svg);
}
.section_team .style_block .status{
	color: #555555;
	font-size: 15px;
	margin-bottom: 10px;
}
.section_team .style_block .phone a{
	color: #555555;
	font-size: 15px;
	margin-bottom: 10px;
	    border-bottom: none;

}
@media (max-width: 575px) {
	.company_text_block{
		display: block;
	}
	.o_nas_in_block{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	.o_nas_chisla {
    margin-right: 5px;
    width: 100%;
		margin-bottom: 30px;
}
	.o_nas_in_block p{
		font-size:17px;
		color: #222222;

	}
	.preimushestva .advantages .flex-item{
		width: 100%;
	}
.section_mission {
    margin-top: 60px;
}
.preimushestva .color_button{
	max-width: initial;
	}
	.history_text_wrap{
		display: flex;
    flex-wrap: wrap;
	}
	.text_history_order{
		order: 2;
	}
	.o_company h2{
	margin-top: 40px;
	margin-bottom: 30px;
	font-size:22px;
}
.section_team	.slick-slider .slick-track{
		display: flex;
	}

}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all .3s
}

.whatsapp:hover {
    animation: ministormwp .5s ease
}

.whatsapp .whatsapp-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 40%;
	border: 0;
}

.whatsapp .whatsapp-link:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .5;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 20px;
    z-index: 1;
    -webkit-animation: gloss 5s ease-out 0s infinite;
    -o-animation: gloss 5s ease-out 0s infinite;
    animation: gloss 5s ease-out 0s infinite
}

.whatsapp svg {
    width: 60px
}

.history_company img {
    max-width: 300px;
    width: 100%;
}

@-webkit-keyframes gloss {
    0 {
        left: -50px
    }

    15%,100% {
        left: 155%
    }
}

@-o-keyframes gloss {
    0 {
        left: -50px
    }

    15%,100% {
        left: 155%
    }
}

@keyframes gloss {
    0 {
        left: -50px
    }

    15%,100% {
        left: 155%
    }
}
@keyframes ministorm {
    0, 100% {
        transform: rotate(0deg)
    }

    30% {
        transform: rotate(8deg)
    }

    70% {
        transform: rotate(-8deg)
    }
}
@keyframes ministormwp {
    0, 100% {
        transform: rotate(0deg)
    }

    30% {
        transform: rotate(12deg)
    }

    70% {
        transform: rotate(-12deg)
    }
}
.w-100.logo-indentation {
    max-width: 65%;
    margin-bottom: 15px;
}

.btn-top {
    position: fixed;
    right: 5%;
    bottom: 150px;
    transition: opacity .2s ease-out;
    opacity: 0;
    z-index: 1000; 
}
.btn-top__wrapper {
        background-color: var(--main-color);
        height: 50px;
        width: 50px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
        border: 2px solid var(--main-color);
        transition: all 0.3s ease-in-out;
}
.btn-top__wrapper:hover {
    background-color: transparent;
}
.btn-top__wrapper:hover path {
    stroke: var(--main-color);
}
.btn-top--show {
    opacity: 1;
}
.footer .column-footer .title a:hover {
    opacity: .8;
    border: none;
}
.footer .column-footer .title a {
    border: none;
    outline: none;
}

@media screen and (max-width:991px) {
    #wrapMap iframe{
        max-height: 200px !important;
    }
}
.activ_url{
    cursor: default;
    border-bottom: none;
}
.footer .column-footer .footer-block .activ_url{
    border-bottom: none !important;
    color: #ccc !important;
}
.content-page-menu .top_menu .activ_url:hover{
    background: none;
}
.sotrudnik_group__inner-page .name:hover {
    color: var(--color-6);    
}
.sotrudnik_group__inner-page .sotrudnik_item {
    display: flex;
    width: 100%;
    max-width: none; 
    padding: 10px;
}
.sotrudnik_group__inner-page .sotrudnik_info {
    text-align: left;
}

.services-group.slick-slider picture img {
    min-height: 212px;
    object-fit: cover;
}
@media(max-width: 400px) {
    .services-group.slick-slider picture img {
        min-height: 150px;
        object-fit: cover;
    }   
}

#partners + iframe {
    width: 100%;
}

/*карточка сотрудника*/
.sotrudnik_group__inner-page {
    margin-bottom: 60px;
}
.sotrudnik_group__inner-page .main__info {
	 margin-top: 43px;
}
 @media (max-width: 440px) {
	 .sotrudnik_group__inner-page .main__info {
		 flex-direction: column;
	}
}
 @media (max-width: 575px) {
	 .sotrudnik_group__inner-page .main__info .img {
		 max-width: 200px;
		 margin-left: 20px;
	}
}
 @media (max-width: 440px) {
	 .sotrudnik_group__inner-page .main__info .img {
		 margin-left: 0;
	}
}
 .sotrudnik_group__inner-page .main__info, .sotrudnik_group__inner-page .phone, .sotrudnik_group__inner-page .email, .sotrudnik_group__inner-page .ofice, .sotrudnik_group__inner-page .time {
	 display: flex;
}
 .sotrudnik_group__inner-page .main__info-text {
	 margin-left: 32px;
}
 @media (max-width: 575px) {
	 .sotrudnik_group__inner-page .main__info-text {
		 margin-left: 0;
		 order: -1;
	}
}
 @media (max-width: 440px) {
	 .sotrudnik_group__inner-page .main__info-text {
		 order: 1;
	     margin-top: 20px;
	}
}
 .sotrudnik_group__inner-page .sotrudnik__name {
	 margin: 0;
	 font-weight: 600;
	 font-size: 48px;
	 line-height: 130%;
}
 @media (max-width: 575px) {
	 .sotrudnik_group__inner-page .sotrudnik__name {
		 font-size: 32px !important;
	}
}
 .sotrudnik_group__inner-page .status {
	 margin: 20px 0 25px;
}
 .sotrudnik_group__inner-page .status p {
	 font-weight: 400;
	 font-size: 22px;
	 line-height: 150%;
	 color: var(--color-6);
	 margin-top: 7px;
}
 .sotrudnik_group__inner-page .title__item {
	 font-weight: 600;
	 font-size: 16px;
	 line-height: 130%;
	 color: var(--color-6);
}
 .sotrudnik_group__inner-page .item__info a {
	 font-weight: 400;
	 color: var(--main-color);
}
 .sotrudnik_group__inner-page .item__info {
	 font-weight: 400;
	 color: var(--color-6);
	 margin-left: 5px;
}
 .sotrudnik_group__inner-page .social a {
    border-bottom: 0; 
 }
 .sotrudnik_group__inner-page .social a:not(:first-child) {
	 margin: 0 4px;
}
 .sotrudnik_group__inner-page .social path, .sotrudnik_group__inner-page .social ellipse {
	 fill: var(--main-color);
}
 .sotrudnik_group__inner-page .additional__info {
	 margin-top: 40px;
}
 @media (max-width: 440px) {
     .sotrudnik_group__inner-page .additional__info {
    	 margin-top: 20px;
    }
 }
 @media (max-width: 1400px) {
	 .sotrudnik_group__inner-page .additional__info {
		 max-width: 700px;
		 width: 100%;
	}
}
 @media (max-width: 1120px) {
	 .sotrudnik_group__inner-page .additional__info {
		 max-width: 600px;
		 width: 100%;
	}
}
 .sotrudnik_group__inner-page .additional__info p {
	 font-size: 16px;
	 line-height: 150%;
	 color: var(--color-6);
     margin-bottom: 5px;
}
 .sotrudnik_group__inner-page .additional__info p strong {
	 font-weight: 600;
	 font-size: 20px;
	 line-height: 130%;
	 color: var(--color-6);
}
 .sotrudnik_group__inner-page .nagrady {
	 margin: 40px 0;
}
#reward-slider {
    margin-top: 25px;
}
#reward-slider .slick-slide {
    padding: 0 15px;
}
.sotrudnik_item:not(.boss) img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;  
}
/*карточка сотрудника конец*/
.select-mod__wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0px;
}
.select-mod__wrapper span{
    padding: 3px 8px;
    cursor: pointer;
    border: 1px solid #ddd;
    width: fit-content;
    color: #000;
}
.select-mod__wrapper span:hover{
    color: #fff;
    background:var(--main-color);
}
.select-mod__wrapper span label{
    cursor: pointer;
}
.select-mod__wrapper span.active{
    background: var(--main-color);
    color: #FFF;
}

.rubriks__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 40px 0;
}

.rubriks__item {
    border: 1px solid var(--main-color);
    padding: 20px;
    background: var(--main-color);
    color: var(--color-5);
    transition: all ease .3s;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 270px;
    width: 100%;
}

.rubriks__item:hover {
    background: var(--color-1);
    transition: all ease .3s;
    cursor: pointer;
    border: 1px solid var(--main-color);
}

.rubriks__item:hover img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(38%) saturate(3335%) hue-rotate(188deg) brightness(100%) contrast(97%);  
}

@media(max-width: 991px) {
    .rubriks__item {
        max-width: none;
    } 
    .rubriks__list {
        gap: 10px;
    }
}

.company_text_block.history_text_wrap .block_left, .company_text_block.history_text_wrap .block_right {
    justify-content: start;
}

.logo1c {
    position: absolute;
    top: -145px;
    max-width: 150px;
    left: -279px;
}

@media(max-width: 1200px) {
     .logo1c {
        left: -150px;
     }  
}

@media(max-width: 991px) {
     .logo1c {
        display: none;
     }  
}

.downloadButton {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
    margin: 5px;
    width: 200px;
    background-color: white;
    border: 1px solid white !important;
    color: #04579a !important;
}
.downloadButton:hover {
    transition: .5s;
    cursor: pointer;
    background-color: #044172;
    color: white !important;
}

@media (max-width: 991px) {
    .downloadButton {
        margin: 5px 0;
        width: 100%;
    }
}
     .cook-panel {
  position: fixed;
  bottom: 8%;
  max-width: 628px;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(56,78,83,0.4);
  border-radius: 20px;
  line-height: 1.7;
  font-size: 13px;
  font-weight: 400;
  z-index: 100;
}
.cook-panel,
.cook-panel.hidden {
  opacity: 0;
  right: -100%;
  transform: translateX(30px);
  visibility: hidden;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transition: 0.5s, right 0s 0.5s;
  -webkit-transition: 0.5s, right 0s 0.5s;
  -moz-transition: 0.5s, right 0s 0.5s;
  -ms-transition: 0.5s, right 0s 0.5s;
  -o-transition: 0.5s, right 0s 0.5s;
}
.cook-panel.visible {
  right: 5%;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: 0.5s, right 0s;
  -webkit-transition: 0.5s, right 0s;
  -moz-transition: 0.5s, right 0s;
  -ms-transition: 0.5s, right 0s;
  -o-transition: 0.5s, right 0s;
}
.cook-panel__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
}
.cook-panel__image {
  flex-shrink: 0;
  margin: 3px 16px 0 0;
}
.cook-panel__text {
  position: relative;
  margin-right: 10px;
  color: #222;
  line-height: normal;
}
.cook-panel__text a {
  color: #04579a;
}
.cook-panel__text a:hover {
  opacity: .7;
  color: #04579a;
}

.cook-panel__more {
  display: inline-block;
  color: #9a9a9a;
}
.cook-panel__more:hover {
  color: #e74c3c;
}
.cook-panel__close {
  background: #04579a;
  padding: 5px 15px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.cook-panel__close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cook-panel {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 11px;
  }
  .cook-panel,
  .cook-panel.hidden {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  .cook-panel,
  .cook-panel.hidden,
  .cook-panel.visible {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    right: 0;
  }
  .cook-panel__wrap {
    align-items: center;
    max-width: 530px;
    margin: auto;
    gap: 8px;
    /*padding: 12px 0;*/
    padding: 8px 0;
  }
  .cook-panel__image {
    max-width: 42px;
    margin-top: 0;
  }
  .cpr{
      padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .cook-panel {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .cook-panel__wrap {
    max-width: 370px;
  }
}
@media (max-width: 400px) {
  .cook-panel__wrap {
    padding: 3px;
  }
}
	.checkbox-wrapper {
			display: flex;
			align-items: center;
			margin-bottom: 20px;
		}

		.checkbox-container {
			display: flex;
			align-items: center;
			position: relative;
			cursor: pointer;
			font-size: 16px;
			user-select: none;
		}

		.checkbox-container input {
			position: absolute;
			opacity: 0;
			cursor: pointer;
			height: 0;
			width: 0;
		}

		.checkmark {
			display: inline-block;
			width: 18px;
			height: 18px;
			background-color: #eee;
			border-radius: 3px;
			transition: all 0.3s;
			margin-right: 10px;
			flex-shrink: 0;
			position: relative;
		}

		.checkbox-container:hover input~.checkmark {
			background-color: #ccc;
		}

		.checkbox-container input:checked~.checkmark {
			background-color: #04579a;
		}

		.checkmark:after {
			content: "";
			display: none;
			position: absolute;
			left: 6px;
			top: 2px;
			width: 5px;
			height: 10px;
			border: solid white;
			border-width: 0 2px 2px 0;
			transform: rotate(45deg);
		}

		.checkbox-container input:checked~.checkmark:after {
			display: block;
		}

		[data-submit-btn]:disabled {
			background-color: #cccccc;
			cursor: not-allowed;
		}