button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
a,
button {
  transition: .3s;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
body {
  color: #000000;
  font-family: "Open Sans";
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
}
.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.h_top {
  background-color: #547abc;
}
.h_top_wrap {
  display: flex;
  justify-content: space-between;
}
.h_download {
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transition:0.5s;
}
.h_download:hover {
  text-decoration: underline;
  background-color: #456cb1;
}
.h_download:before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  background: url("../img/list.svg") center no-repeat;
  background-size: contain;
}
.h_dashboard {
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  min-height: 38px;
  display: inline-flex;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  transition:0.5s;
}
.h_dashboard:hover {
  text-decoration: underline;
  background-color: #456cb1;
}
.h_mail {
  font-size: 13px;
  color: #FFF;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  transition:0.5s;
}
.h_mail:hover {
  text-decoration: underline;
  background-color: #456cb1;
}
.h_mail:before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  background: url("../img/mail.svg") center no-repeat;
  background-size: contain;
}
.h_user {
  margin-left: auto;
  display: flex;
  flex-direction: row;
}
.h_user a {
  min-width: 96px;
  font-size: 13px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  color: #FFF;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px 15px;
  transition:0.5s;
  max-width: 160px;
}
.h_user a:hover {
  text-decoration: underline;
  background-color: #456cb1;
}
.h_user a:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.h_call {
  padding: 10px 15px;
  min-height: 38px;
  display: flex;
  align-items: center;
}
.h_call_t{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-right: 20px;
}
.h_call .h_call_t a:before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  background: url("../img/call.svg") center no-repeat;
  background-size: contain;
}
.h_call .h_call_t span{
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  margin-left: 20px;
}
.h_call a {
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.h_call a:hover {
  text-decoration: underline;
}
.h_call a:not(:last-child) {
  margin-right: 15px;
}
.h_contacts {
  font-size: 13px;
  color: #FFF;
  text-decoration: none;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}
.h_contacts:hover {
  text-decoration: underline;
}
.h_contacts:before {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  content: "";
  background: url("../img/map.svg") center no-repeat;
  background-size: contain;
}
.h_middle_wrap {
  padding: 10px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_logo {
  width: auto;
  max-width: 172px;
}
.h_search {
  width: 100%;
  max-width: 420px;
}
.h_search .h_search_form {
  position: relative;
}
.h_search .h_search_form input {
  padding-right: 60px;
}
.h_search button {
  position: absolute;
  width: 45px;
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
  border: none;
  height: 100%;
  background: url("../img/search.svg") center no-repeat;
}
.h_search button:hover { 
    transform: scale(1.1);
}
.h_search button.all_results{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  font-size: 16px;
}
.h_search button.all_results:hover{
  background: #547abc;
  color: #fff;
}
.search_container{
  display: flex;
  flex-direction: column;
}
input[type="password"],
input[type="text"],
input[type="email"] {
  width: 100%;
  height: 39px;
  border-radius: 3px;
  border: 1px solid #e9ebee;
  background-color: #ffffff;
  padding: 0 20px;
}
textarea{
  width: 100%;
  min-height: 100px;
  height: 100px;
  border-radius: 3px;
  border: 1px solid #e9ebee;
  background-color: #ffffff;
  padding: 0 20px;
}
.h_store {
  display: flex;
  align-items: center;
}
.h_like {
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 25px;
  background: url("../img/like.svg") center no-repeat;
}
.h_like .count {
  height: 22px;
  min-width: 22px;
  padding: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cbdcf9;
  color: #FFF;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
.h_basket {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 49px;
  text-decoration: none;
}
.h_basket:before {
  width: 24px;
  height: 24px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  background: url("../img/cart.svg") center no-repeat;
}
.h_basket .count {
  height: 22px;
  min-width: 22px;
  padding: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cbdcf9;
  color: #FFF;
  font-weight: 600;
  border-radius: 50%;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  transform: translate(0, -50%);
}
.h_basket .h_basket_name {
  color: #9397a7;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 5px;
}
.h_basket .h_basket_sum {
  line-height: 1;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.h_bottom {
  border-top: 1px solid #f0f0f0;
}
.h_category {
  display: flex;
  position: relative;
}
.h_category > li {
  flex: 1;
  border-right: 1px solid #f0f0f0;
}
.h_category > li:first-child {
  border-left: 1px solid #f0f0f0;
}
.h_category > li > span,
.h_category > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  color: #547abc;
  min-height: 101px;
  padding: 10px;
}
.h_category > li > span .h_category_icon > img{
  display: none;
}
.h_category > li > span .h_category_icon > img.hide{
  display: block;
}
.h_category > li > span img,
.h_category > li > a img {
  max-height: 38px;
  max-width: 60px;
  margin-bottom: 15px;
}.h_category > li > span.mod_category_link,
.h_category > li > a.mod_category_link {
  text-transform: uppercase;
  text-decoration: underline;
}
.h_category > li > span.mod_category_link:after,
.h_category > li > a.mod_category_link:after {
  position: absolute;
  right: 5px;
  top: 5px;
  left: 5px;
  content: "";
  bottom: 5px;
  border: 1px solid #547abc;
  border-radius: 3px;
  background-color: #f6f8fb;
  z-index: -1;
}
.h_category > li > span,
.h_category > li:hover > a {
  background-color: #547abc;
  color: #FFF;
}
.h_category > li:hover .h_category_inside {
  opacity: 1;
  visibility: visible;
}
.h_category_icon {
  display: flex;
  width: 100%;
  justify-content: center;
}
.h_category_icon .hide {
  display: none;
}
.h_category > li.active > span > .h_category_icon img,
.h_category > li:hover > span > .h_category_icon img,
.h_category > li:hover > a > .h_category_icon img{
  display: none;
}
.h_category > li.active > span > .h_category_icon img.hide,
.h_category > li:hover > span > .h_category_icon img.hide,
.h_category > li:hover > a > .h_category_icon img.hide{
  display: block;
}
.h_category_inside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  box-shadow: 0 0 31px rgba(59, 80, 118, 0.29);
  background-color: #f9fbfe;
  z-index: 10;
  padding: 45px 40px 35px 40px;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
}
.h_category_inside li {
  width: 33.333%;
  padding-right: 10px;
  margin-bottom: 15px;
}
.h_category_inside li span,
.h_category_inside li a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.h_category_inside li span .h_category_inside_img,
.h_category_inside li a .h_category_inside_img {
  width: 35px;
  margin-right: 15px;
  min-width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h_category_inside li.active span,
.h_category_inside li span:hover,
.h_category_inside li a:hover {
  color: #547abc;
  text-decoration: underline;
}
.h_category_inside li span .h_category_inside_img img,
.h_category_inside li a .h_category_inside_img img{
  max-width: 35px;
  max-height: 30px;
}
.front_slider {
  margin-bottom: 30px;
}
.front_slider_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.front_slider_list > li,
.front_slider_list li.slick-slide {
  flex-shrink: 0;
  width: 100%;
  position: relative;
  height: initial;
  min-height: initial;
  /*
  padding: 75px 0;
  */
}
.front_slider_list > li .container,
.front_slider_list li.slick-slide .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.front_slider_list .slick-track {
  display: flex;
}
.front_slider_list__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.front_slider_list__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
strong {
  font-weight: bold;
}
.front_slider_list_left {
  width: 50%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.front_slider_list_left span {
  font-size: 72px;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #FFF;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.front_slider_list_left p {
  font-size: 21px;
  margin-bottom: 25px;
  color: #FFF;
}
.front_slider_list_left a {
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 23px;
  white-space: nowrap;
  color: #042e6f;
  position: relative;
  z-index: 2;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 35px;
}
.front_slider_list_left a:hover {
  background: #042E6F;
  color: #fff;
}
.front_slider_list_imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.front_slider_list_imgs img {
  margin: 10px;
}
.front_slider_list_right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.front_slider_list_right img {
  margin-bottom: -30px;
}
.front_slider_list_img{
  display: block;
  width: 100%;
}
.slick-arrow {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  padding: 0;
  border: none;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev_arrow {
  left: 35px;
}
.slick-next_arrow {
  right: 35px;
}
.front_slider .slick-next_arrow,
.front_slider .slick-prev_arrow{
  background: rgb(0 0 0 / 30%);
  width: 40px;
  border-radius: 50%;
  padding: 0px;
}
.front_slider .slick-next_arrow svg,
.front_slider .slick-prev_arrow svg{
  width: 24px;
  height: 24px;
}
.slick-dots {
  display: flex;
  position: absolute;
  bottom: -20px;
  justify-content: center;
  width: 100%;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  background: #FFF;
  transition: .3s;
  border: 1px solid #ddd;
  margin: 0 6px;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li button {
  display: none;
}
.front_categoris {
  margin-bottom: 15px;
}
.front_categoris_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.front_categoris_list li {
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
  position: relative;
  border-radius: 2px;
  display: flex;
  z-index: 2;
  overflow: hidden;
  transition: .3s;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(-227deg, #e7eefa 0%, #eefcff 100%);
}
.front_categoris_list li:hover {
  box-shadow: 0px 0px 21px 6px rgba(0, 0, 0, 0.23);
}
.front_categoris_list li:nth-child(6n + 2) {
  background-image: linear-gradient(-227deg, #dfeff5 0%, #ededed 100%);
}
.front_categoris_list li:nth-child(6n + 3) {
  background-image: linear-gradient(-227deg, #eef5f5 0%, #e3eaf5 100%);
}
.front_categoris_list li:nth-child(6n + 4) {
  background-image: linear-gradient(-227deg, #e9f2fc 0%, #edf0ff 100%);
}
.front_categoris_list li:nth-child(6n + 5) {
  background-image: linear-gradient(-227deg, #dfeff5 0%, #ebedee 100%);
}
.front_categoris_list li:nth-child(6n + 6) {
  background-image: linear-gradient(-227deg, #e7eefa 0%, #eefcff 100%);
}
.front_categoris_list li .main_link:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.front_categoris_list_img{
  width: 100%;
  text-align: right;
  padding-top: 10px;
}
.front_categoris_list_info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 10px 20px 50px;
}
.front_categoris_list_info span {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 1.1;
  display: inline-flex;
}
.main_link {
  font-size: 13px;
  color: #FFF;
  font-weight: 600;
  padding: 14px 35px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  border-radius: 3px;
  background-color: #3d61a0;
  text-decoration: none;
  border:none;
}
.main_link:hover {
  opacity: 0.75;
}
.front_categoris_list_bg_span {
  position: absolute;
  z-index: -1;
  color: #FFF;
  font-size: 109px;
  opacity: 0.38;
  line-height: 0.7;
  font-weight: bold;
  left: 0;
  top: 0;
}
.front_about {
  background: url("../img/about_bg.jpg") center no-repeat;
  background-size: cover;
}
.front_about_wrap {
  display: flex;
  align-items: center;
  padding-right: calc(50vw - 585px);
}
.front_about_wrap_img {
  margin-right: 50px;
  max-width: 50%;
}
.front_about_wrap_info {
  flex: 1;
  padding: 20px 20px 20px 0;
}
.front_about_wrap_info p:not(:last-child) {
  margin-bottom: 30px;
}
.front_part {
  margin: 35px 0;
}
.front_part_list {
  display: flex;
  justify-content: center;
}
.front_part_list .slick-track {
  display: flex;
}
.front_part_list > li,
.front_part_list li.slick-slide {
  display: flex!important;
  justify-content: center;
  align-items: center;
  height: initial;
  min-height: initial;
}
.front_part_list > li img,
.front_part_list li.slick-slide img {
  filter: grayscale(100%);
  transition: .3s;
  opacity: 0.45;
  backface-visibility: hidden;
}
.front_part_list > li a,
.front_part_list li.slick-slide a {
  padding: 10px;
}
.front_part_list > li a:hover img,
.front_part_list li.slick-slide a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.front_part_list .slick-arrow svg path {
  fill: #3a61a4;
}
.front_part_list .slick-prev_arrow {
  left: -85px;
}
.front_part_list .slick-next_arrow {
  right: -85px;
}
footer {
  color: #FFF;
  background-color: #3a61a4;
}
.f_top {
  padding: 25px 0 20px 0;
}
.f_top_wrap {
  display: flex;
  justify-content: space-between;
}
.f_logo {
  max-width: 122px;
}
.f_contacts {
  display: flex;
  flex-direction: column;
}
.f_call {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 15px;
}
.f_call:before {
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  content: "";
  position: absolute;
  background: url("../img/call.svg") center no-repeat;
  background-size: contain;
}
.f_call a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
}
.f_mail {
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
}
.f_mail:before {
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  content: "";
  position: absolute;
  background: url("../img/mail.svg") center no-repeat;
  background-size: contain;
}
.f_nav {
  width: 100%;
  max-width: 300px;
}
.f_nav_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.f_nav_list li {
  width: 50%;
  margin-bottom: 10px;
}
.f_nav_list li span,
.f_nav_list li a {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
}
.f_nav_list li span:after,
.f_nav_list li a:after {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #FFF;
  content: "";
  left: 0;
  top: 9px;
}
.f_soc {
  display: flex;
  flex-direction: column;
}
.f_soc span {
  font-size: 14px;
  margin-bottom: 5px;
}
.f_soc_list {
  display: flex;
  flex-wrap: wrap;
}
.f_soc_list li:not(:last-child) {
  margin-right: 15px;
}
.f_soc_list li a {
  border-radius: 3px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}
.f_soc_list li a img {
  width: 24px;
  height: 24px;
}
.f_soc_list li a:hover {
  transform: translateY(-3px);
}
.f_payment {
  display: flex;
  flex-direction: column;
}
.f_payment span {
  font-size: 14px;
  margin-bottom: 5px;
}
.f_bottom {
  padding: 15px 0;
  background-color: #2d5190;
}
.f_bottom .f_coopyright {
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.f_bottom .f_coopyright a{
  color: #fff;
  text-decoration: none;
}
.f_bottom .f_coopyright a:hover{
  color: #fff;
  text-decoration: underline;
}
.modal {
  display: none;
  width: 100%;
  max-width: 555px;
  background: #FFF;
  padding: 35px 30px!important;
}
.modal_title {
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: #456cb1;
  font-size: 20px;
  position: relative;
  width: 100%;
  font-weight: 600;
  padding-bottom: 25px;
  align-items: center;
  margin-bottom: 30px;
}
.modal_title:after {
  position: absolute;
  left: -30px;
  bottom: 0;
  right: -30px;
  height: 1px;
  content: "";
  background: #d4dbe9;
}
.modal_title:before {
  width: 30px;
  height: 24px;
  margin-right: 10px;
  content: "";
  background: url("../img/login.png") center no-repeat;
  background-size: contain;
}
.main_form .main_form_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.main_form_label {
  width: 100%;
  max-width: 100px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 600;
}
.message {
  font-size: 12px;
  color: #e62641;
  margin-top: 20px;
}
.main_form_actions {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.main_form_actions button {
  cursor: pointer;
  border: none;
  padding: 18px 38px;
  min-width: 230px;
}
.main_form_item_checkbox {
  position: relative;
}
.main_form_item_checkbox input {
  display: none;
}
.main_form_item_checkbox label {
  font-size: 0;
  min-height: 20px;
  display: flex;
  cursor: pointer;
}
.main_form_item_checkbox label:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  border-radius: 1px;
  border: 1px solid #e9ebee;
  background: #FFF;
}
.main_form_item_checkbox label:before {
  width: 14px;
  height: 14px;
  left: 4px;
  transition: .3s;
  top: 4px;
  content: "";
  z-index: 2;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: url("../img/check.svg") center no-repeat;
  background-size: contain;
}
.main_form_item_checkbox input:checked + label:after {
  background-color: #f58f28;
}
.main_form_item_checkbox input:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.fancybox-close-small {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #b2b2b2;
  right: 30px;
  top: 35px;
}
.fancybox-close-small:after {
  top: 0;
  padding-left: 1px;
  padding-top: 1px;
  line-height: 1.1;
  width: 100%;
  height: 100%;
  background: none;
  right: 0;
  font-size: 24px;
}
.modal_login {
  max-width: 405px;
}
.modal_login .modal_title {
  text-align: left;
  justify-content: flex-start;
}
.modal_login .main_form_actions {
  margin-top: 20px;
  padding-left: 100px;
}
.modal_login .main_form_actions button {
  width: 100%;
}
.breadcrumbs {
  padding: 20px 0;
  background-color: #f4f7fd;
  margin-bottom: 20px;
}
.breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs_list li {
  color: #547abc;
}
.breadcrumbs_list li:not(:last-child):after {
  content: "/";
  margin: 0 10px;
}
.breadcrumbs_list li a {
  color: #4b4b4b;
  text-decoration: none;
}
.breadcrumbs_list li.active a{
  color: #3d61a0;
}
.page_title_wrap {
  margin-bottom: 25px;
}
.page_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  padding: 25px 10px;
  border-radius: 3px;
  border: 1px solid #dde4f1;
  background-color: #f7fafe;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.page_title img {
  position: absolute;
  right: 75px;
  max-height: 90%;
  top: 50%;
  transform: translateY(-50%);
}
.page_title.page_title--mod {
  padding-right: 280px;
}
.page_title.page_title--mod:after {
  background-color: #fff;
  right: 0;
  width: 280px;
  height: 100%;
  content: "";
  z-index: -1;
  top: 0;
  position: absolute;
  clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}
.download_page_wrap {
  display: flex;
}
.download_page_tabs {
  width: 100%;
  max-width: 280px;
}
.download_page_tabs li {
  margin-bottom: 2px;
}
.download_page_tabs li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  color: #000;
  background: #f8fafd;
  text-decoration: none;
  font-weight: bold;
  padding: 9px 15px;
}
.download_page_tabs li a:before {
  margin-right: 15px;
  width: 26px;
  height: 28px;
  content: "";
  background: url("../img/pdf_icon_l.png") center no-repeat;
  background-size: contain;
}
.download_page_tabs li a:hover {
  color: #3459a2;
}
.download_page_tabs li a.download_page_tabs--active {
  background: #FFF;
  color: #3459a2;
}
.download_page_tabs li > ul{
  display: none;
  padding-left: 25px;
}

.download_page_tabs li a.download_page_tabs--active ul li a{
  color: #000;
}
.download_page_tabs li a.download_page_tabs--active + ul{
  display: block;
}
.download_page_tabs li > ul > li{
  margin-bottom: 2px;
}
.download_page_tabs li > ul > li a{
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 14px;
  color: #000;
  background: #f8fafd;
  text-decoration: none;
  font-weight: bold;
  padding: 6px 10px;
}



.download_page_cont {
  flex: 1;
  padding-left: 30px;
}
.download_page_cont_wrap {
  display: none;
  padding-top: 10px;
}
.download_page_cont_wrap--active {
  display: block;
}
.download_page_cont_title {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 600;
}
.download_page_cont_column {
  display: flex;
}
.download_page_cont_column_body {
  flex: 1;
  padding-right: 25px;
}
.download_page_cont_column_links {
  width: 100%;
  max-width: 240px;
  display: flex;
  flex-direction: column;
}
.download_page_cont_column_links a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
  padding: 19px 21px;
  color: #547abc;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
}
.download_page_cont_column_links a:not(:last-child) {
  margin-bottom: 10px;
}
.download_page_cont_column_links a:hover {
  box-shadow: 0 0 14px rgba(59, 80, 118, 0.25);
}
.download_page_cont_column_links a:after {
  width: 50px;
  height: 45px;
  margin-left: 15px;
  content: "";
}
.download_page_cont_column_links a.download_page_load:after {
  background: url("../img/pdf_icon.png") center no-repeat;
  background-size: contain;
}
.download_page_cont_column_links a.download_page_print:after {
  background: url("../img/print.png") center no-repeat;
  background-size: contain;
}
main {
  padding-bottom: 100px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.front main {
  padding-bottom: 0;
}
.contacts_page_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.contacts_page_list li {
  width: 33.333%;
  padding: 10px 15px 35px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.contacts_page_list li img {
  margin-bottom: 28px;
}
.contacts_page_list li img.contacts_shop_img{
  max-width: 100%;
  display: block;
  margin: 35px auto 5px auto;
}
.contacts_page_list li p {
  margin-bottom: 40px;
  font-size: 18px;
  color: #547abb;
  font-weight: 700;
}
.contacts_page_list li:not( :nth-child(3n + 3)) {
  border-right: 1px solid #d4dbe9;
}
.contacts_page_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}
.contacts_page_list_item span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}
.c_call {
  display: flex;
  flex-wrap: wrap;
  padding-left: 24px;
  position: relative;
}
.c_call:before {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  content: "";
  background: url("../img/call_blue.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
}
.c_call a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.c_call a:not(:last-child) {
  margin-right: 25px;
}
.c_mail {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c_mail:before {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  content: "";
  margin-top: 2px;
  background: url("../img/mail_blue.svg") center no-repeat;
  background-size: contain;
}
.contacts_page_work {
  border-radius: 3px;
  background-color: #f58f28;
  padding: 0 18px;
  color: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.contacts_page_work span {
  font-size: 18px;
  font-weight: 700;
  padding: 25px 80px 25px 60px;
  position: relative;
  z-index: 2;
}
.contacts_page_work span:after {
  background-color: #e2721b;
  right: 0;
  left: -18px;
  height: 100%;
  content: "";
  z-index: -1;
  top: 0;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}
.contacts_page_work span:before {
  width: 43px;
  height: 37px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("../img/datapicker.png") center no-repeat;
  background-size: contain;
}
.contacts_page_work_info {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 16px;
}
.contacts_page_work_info p:not(:last-child) {
  margin-right: 40px;
}
.map {
  width: 100%;
  height: 430px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #f58f28;
}
.ui-slider-horizontal {
  height: 3px;
}
.ui-slider .ui-slider-handle {
  margin-left: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 4px;
  height: 9px;
  border: none;
  margin-top: 1px;
  background: #fff;
  cursor: pointer;
  border-radius: 0;
  margin-right: 0px;
  transform: translateX(-2px);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
  background: #f58f28;
}
.ui-state-default:after,
.ui-widget-content .ui-state-default:after,
.ui-widget-header .ui-state-default:after,
.ui-button:after,
html .ui-button.ui-state-disabled:hover:after,
html .ui-button.ui-state-disabled:active:after {
  width: 20px;
  height: 27px;
  position: absolute;
  top: 50%;
  content: "";
  transform: translateY(-50%);
}
.ui-state-default:last-of-type:after,
.ui-widget-content .ui-state-default:last-of-type:after,
.ui-widget-header .ui-state-default:last-of-type:after,
.ui-button:last-of-type:after,
html .ui-button.ui-state-disabled:hover:last-of-type:after,
html .ui-button.ui-state-disabled:active:last-of-type:after {
  right: -20px;
  background: url("../img/next.png") center no-repeat;
  background-size: contain;
}
.ui-state-default:first-of-type:after,
.ui-widget-content .ui-state-default:first-of-type:after,
.ui-widget-header .ui-state-default:first-of-type:after,
.ui-button:first-of-type:after,
html .ui-button.ui-state-disabled:hover:first-of-type:after,
html .ui-button.ui-state-disabled:active:first-of-type:after {
  left: -20px;
  background: url("../img/prev.png") center no-repeat;
  background-size: contain;
}
.ui-widget.ui-widget-content {
  margin-top: 25px;
  width: 100%;
  float: left;
  border: 1px solid #e4ebf9;
  border-radius: 0;
  position:relative;
}
.catalog_filter_range {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.catalog_filter_range > p > input {
  width: 83px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  height: 29px;
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 1px;
  border: 1px solid #e9ebee;
  background-color: #ffffff;
  box-sizing: border-box;
}
.catalog_filter_range span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1D1B;
}
.catalog_filter_range > p {
  display: flex;
  justify-content: space-between;
  width: 100%;
  float: left;
  margin-bottom: 0px;
  align-items: center;
}
.review_star_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.review_star_list li {
  width: 100%;
  float: left;
  max-width: 15px;
  margin-right: 2px;
}
.review_star_list li svg {
  width: 100%;
  float: left;
  height: auto;
}
.review_star_list li svg path {
  fill: rgba(69, 70, 75, 0.5);
  transition: .3s;
}
.review_star_list .review_star_list_active svg path {
  fill: #cbdcf9;
}
.review_star_list.review_star_list--mod .review_star_list_active svg path {
  fill: #cbdcf9;
}
.review_star--active_btn svg path {
  fill: #cbdcf9!important;
}
.review_star_list_dinamic--active svg path {
  fill: #cbdcf9!important;
}
.review_star_list_dinamic li {
  cursor: pointer;
}
.catalog_page {
  margin-bottom: 30px;
}
.catalog_page_wrap {
  display: flex;
}
.catalog_page_left {
  width: 100%;
  max-width: 280px;
}
.catalog_page_right {
  flex: 1;
  padding-left: 30px;
}
.catalog_page_full{
  flex: 1;
  width: 100%;
  float: left;
}
.catalog_page_sort {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.sort_catalog_form{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.catalog_page_sort_item {
  display: flex;
  align-items: center;
}
.catalog_page_sort_item > span {
  color: #4b4b4b;
  white-space: nowrap;
  margin-right: 25px;
}
.catalog_list {
  width: calc(100% + 20px);
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.catalog_list > li {
  width: calc(33.333% - 20px);
  margin: 0 10px 20px 10px;
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  position: relative;
  padding: 5px 5px 25px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.catalog_page_full .catalog_list > li {
  width: calc(25% - 20px);
}
.catalog_list > li:hover {
  z-index: 5;
}
.catalog_list > li:hover .catalog_list_hide {
  opacity: 1;
  visibility: visible;
}
.catalog_list > li:hover:after {
  opacity: 1;
  visibility: visible;
}
.catalog_list > li:hover .catalog_list_article {
  opacity: 1;
  visibility: visible;
}
.catalog_list > li:after {
  position: absolute;
  top: 0;
  right: -20px;
  left: -20px;
  bottom: -40px;
  content: "";
  box-shadow: 0 0 14px rgba(59, 80, 118, 0.25);
  border-radius: 3px;
  background-color: #ffffff;
  z-index: -1;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.catalog_list_img {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 240px;
  position: relative;
  margin-bottom: 20px;
}
.catalog_list_status {
  position: absolute;
  left: 0;
  top: 3px;
  display: flex;
  flex-direction: column;
}
.catalog_list_status_item {
  padding: 8px 12px;
  border-radius: 12px;
  line-height: 1;
  color: #FFF;
  font-size: 10px;
  text-transform: uppercase;
}
.catalog_list_status_item.new {
  background-color: #f58f28;
}
.catalog_list_status_item.sale {
  background-color: #bc5454;
}
.catalog_list_status_item.top {
  background-color: #547abc;
}
.catalog_list_name {
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  text-align: center;
  font-weight: 600;
}
.catalog_list_name:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}
.catalog_list_info {
  display: flex;
  align-items: center;
}
.catalog_list_avail {
  font-size: 13px;
  color: #547abb;
  margin-right: 20px;
}
.catalog_list_noavail{
  font-size: 13px;
  color: #bb5454;
  margin-right: 20px;
}
.catalog_list_article {
  font-size: 13px;
  color: #979797;
  margin-top: 5px;
  margin-bottom: 2px;
  transition: .3s;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
.catalog_list_price {
  margin-bottom: 20px;
  color: #2b2b2b;
  font-weight: 600;
  font-size: 20px;
}
.no_discount_price{
  text-decoration: line-through;
  font-size: 16px;
  color: #7b7b7b;
}
.catalog_list_price .catalog_list_price--old{
  text-decoration: line-through;
  font-size: 16px;
  color: #7b7b7b;
}
.catalog_list_like {
  font-size: 13px;
  color: #f58f28;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.catalog_list_like:before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  content: "";
  display: flex;
  background: url("../img/like_mod.svg") center no-repeat;
  background-size: contain;
}
.catalog_list_like:hover {
  text-decoration: underline;
}
.catalog_list_like.add_to_fav--active:before{
  background: url("../img/like_mod_active.svg") center no-repeat;
  background-size: contain;
}
.catalog_list_hide {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  position: absolute;
  left: 0;
  bottom: -15px;
  display: flex;
  width: 100%;
  z-index: 3;
  justify-content: center;
}
.catalog_list_buy,
.catalog_list_like {
  position: relative;
  z-index: 3;
}
.pager {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.pager_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.pager_list li {
  margin: 0 5px;
}
.pager_list li .pager_list_prev {
  margin-right: 20px;
}
.pager_list li .pager_list_next {
  margin-left: 20px;
}
.pager_list li span,
.pager_list li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
}
.pager_list li a:hover,
.pager_list li.pager_list--active  span,
.pager_list li a.pager_list--active {
  background: #3d619f;
  color: #fff;
}
.load_more {
  padding: 8px;
  border-radius: 3px;
  border: 1px solid #dde4f1;
  background-color: #f7fafe;
  text-align: center;
  width: 100%;
  text-decoration: none;
  color: #000;
}
.load_more:hover {
  background: #547abc;
  color: #FFF;
}
.catalog_mod_title {
  position: relative;
  margin-bottom: 60px;
}
.catalog_mod_title:after {
  position: absolute;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  height: 1px;
  background: #F58F28;
  content: "";
  bottom: 0;
}
.catalog_mod_title span {
  background-color: #f58f28;
  color: #FFF;
  padding: 10px 40px;
  line-height: 1;
  display: inline-flex;
  font-size: 24px;
  border-radius: 3px 3px 0 0;
}
.catalog_mod_title--blue span {
  background-color: #547abc;
}
.catalog_mod_title--blue:after {
  background-color: #547abc;
}
.catalog_mod {
  margin-bottom: 70px;
}
.catalog_mod_list {
  display: flex;
}
.catalog_mod_list > li,
.catalog_mod_list li.slick-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.catalog_mod_list.slick-slider .slick-track{
  padding: 15px 0px;
}
.catalog_mod_list > li:hover .catalog_mod_list_buy,
.catalog_mod_list li.slick-slide:hover .catalog_mod_list_buy {
  opacity: 1;
  visibility: visible;
}
.catalog_mod_list > li:hover .catalog_mod_list_img,
.catalog_mod_list li.slick-slide:hover .catalog_mod_list_img {
  box-shadow: 0 0 18px rgba(59, 80, 118, 0.17);
  border-radius: 3px;
  border: 1px solid #f0f0f0;
  background-color: #ffffff;
}
.catalog_mod_list .slick-dots {
  bottom: 0;
}
.catalog_mod_list .slick-next_arrow {
  right: -85px;
}
.catalog_mod_list .slick-prev_arrow {
  left: -85px;
}
.catalog_mod_list .slick-arrow svg path {
  fill: #3a61a4;
}
.catalog_mod_list_img {
 /*height: 128px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  margin-bottom: 10px;
}
.catalog_mod_list_name {
  text-align: center;
  display: flex;
  justify-content: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.catalog_mod_list_name:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 2;
}
.catalog_mod_list_price {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-flex;
}
.catalog_mod_list_buy {
  opacity: 0;
  visibility: hidden;
  position: relative;
  z-index: 5;
}
.selectric {
  border-radius: 3px;
  border: 1px solid #e9ebee;
  background-color: #ffffff;
  transition: .3s;
}
.selectric .button {
  background: #FFF;
  background: url("../img/arrow_bottom.svg") center no-repeat;
  background-size: 14px 14px;
}
.selectric .button:after {
  display: none;
}
.catalog_page_sort_type .selectric-wrapper {
  width: 100%;
  min-width: 250px;
}
.c_filter_item {
  margin-bottom: 10px;
}
.c_filter_item > span {
  background-color: #f8fafd;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.c_filter_item > span:before {
  width: 25px;
  height: 25px;
  margin-right: 20px;
  content: "";
  border-radius: 50%;
  border: 1px solid #bfcce2;
  background-color: #ffffff;
  background: url("../img/arrow_bottom_mod.svg") center no-repeat;
  background-size: 13px 13px;
  transform: rotate(180deg);
  transition: .3s;
}
.c_filter_item > span.active:before {
  transform: rotate(0deg);
}
.c_filter_item_body {
  padding: 15px 20px 20px 20px;
}
.c_filter_item_list li {
  position: relative;
}
.c_filter_item_list li:not(:last-child) {
  margin-bottom: 13px;
}
.c_filter_item_list li input {
  display: none;
}
.c_filter_item_list li label {
  padding-left: 44px;
  display: flex;
  font-size: 14px;
  cursor: pointer;
}
.c_filter_item_list li label:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  border-radius: 1px;
  border: 1px solid #e9ebee;
  background: #FFF;
}
.c_filter_item_list li label:before {
  width: 14px;
  height: 14px;
  left: 4px;
  transition: .3s;
  top: 4px;
  content: "";
  z-index: 2;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: url("../img/check.svg") center no-repeat;
  background-size: contain;
}
.c_filter_item_list li input:checked + label {
  color: #f58f28;
}
.c_filter_item_list li input:checked + label:after {
  background-color: #f58f28;
}
.c_filter_item_list li input:checked + label:before {
  opacity: 1;
  visibility: visible;
}
.menu_open {
  display: none;
}
.h_mob_wrap {
  display: none;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.product_page {
  margin-bottom: 85px;
}
.product_page_gallery {
  width: 100%;
  display: flex;
  max-width: 700px;
  height: 510px;
  overflow: hidden;
}
.m_card_nav_slider {
  width: 100%;
  max-width: 100px;
  padding-right: 15px;
  height: 510px;
  padding-bottom: 65px;
  padding-top: 65px;
}
.m_card_nav_slider li {
  width: 100%;
  float: left;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #dbdee5!important;
  box-sizing: border-box;
  margin-top: 7px;
  margin-bottom: 7px;
  height: 83px!important;
  cursor: pointer;
}
.m_card_nav_slider li img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.m_card_nav_slider .slick-arrow {
  left: 50%;
  margin-right: 15px;
  right: initial;
}
.m_card_nav_slider .slick-arrow svg path {
  stroke: rgba(0, 0, 0, 0.75);
}
.m_card_nav_slider .slick-next_arrow {
  bottom: 0;
  top: initial;
  transform: rotate(90deg) translateY(15px);
}
.m_card_nav_slider .slick-prev_arrow {
  top: 0;
  transform: rotate(90deg) translateY(15px);
}
.m_card_main_slider {
  width: 100%;
  max-width: calc(100% - 100px);
  box-sizing: border-box;
  height: 510px;
  cursor: pointer;
}
.m_card_main_slider span,
.m_card_main_slider a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 100%;
}
.m_card_main_slider li {
  width: 100%;
  float: left;
  height: 510px;
  display: flex!important;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.m_card_main_slider li img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product_page_wrap {
  display: flex;
  margin-bottom: 35px;
}
.product_page_info {
  flex: 1;
  padding-left: 30px;
}
.product_page_info_top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d4dbe9;
}
.product_page_info_top_left {
  display: flex;
  flex-direction: column;
}
.product_page_article {
  font-size: 16px;
  margin-bottom: 10px;
}
.product_page_info_top_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.product_page_info .catalog_list_status {
  position: relative;
  top: 0;
  margin-bottom: 10px;
}
.product_page_avail {
  color: #547abb;
  font-size: 13px;
}
.product_page_char {
  margin-bottom: 15px;
}
.product_page_char li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product_page_char li span {
  min-width: 65px;
  padding-right: 5px;
  color: #4b4b4b;
}
.product_page_char li p {
  font-weight: bold;
}
.product_page_price {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.product_page_price .product_page_top_price--old{
  text-decoration: line-through;
  font-size: 20px;
  color: #7b7b7b;
}
.product_page_price span {
  color: #4b4b4b;
  display: inline-flex;
}
.product_page_price p {
  font-size: 30px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
.product_page_buy_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.product_page_buy {
  min-width: 195px;
  text-transform: uppercase;
  margin-right: 15px;
}
.product_page_like {
  color: #4b4b4b;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.product_page_like:before {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 10px;
  content: "";
  background: url("../img/like_gray.svg") center no-repeat;
  background-size: contain;
}
.product_page_like:hover {
  opacity: 0.75;
}
.product_page_calc {
  width: 100%;
  max-width: 170px;
  padding: 10px;
  border-radius: 3px;
  background-color: #f7fafe;
  position: relative;
  height: 136px;
}
.product_page_calc:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 36px;
  border-radius: 3px;
  background-color: #f58f28;
  width: 100%;
  content: "";
}
.product_page_calc a {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0 0 15px rgba(3, 16, 40, 0.27);
  border-radius: 3px;
  background-color: #f7fafe;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  text-decoration: none;
}
.product_page_calc a span {
  padding: 2px 15px;
  margin-bottom: 12px;
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: center;
  background-color: #f58f28;
  color: #FFF;
  font-weight: 600;
  text-transform: uppercase;
}
.product_page_bottom_tabs {
  display: flex;
  margin-bottom: 40px;
}
.product_page_bottom_tabs li {
  flex: 1;
}
.product_page_bottom_tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f7fd;
  min-height: 55px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #456cb1;
  border: 1px solid transparent;
  padding: 5px 10px;
}
.product_page_bottom_tabs li a img {
  margin-right: 20px;
}
.product_page_bottom_tabs li a:hover {
  background: #FFF;
}
.product_page_bottom_tabs li .product_page_bottom_tabs--active {
  border: 1px solid #547abc;
  background-color: #ffffff;
}
.product_page_bottom_cont {
  display: none;
}
.product_page_bottom_cont--active {
  display: block;
}
.prod_rew > li {
  display: flex;
  align-items: stretch;
  padding-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}
.prod_rew > li:not(:last-child) {
  margin-bottom: 40px;
}
.prod_rew_right {
  display: flex;
  align-items: center;
  padding-left: 15px;
  width: 100%;
  justify-content: space-between;
  max-width: 130px;
  border-left: 1px solid #f0f0f0;
}
.prod_rew_right a {
  text-decoration: none;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.prod_rew_right a img {
  margin-bottom: 15px;
}
.prod_rew_right a.like span {
  height: 21px;
  padding: 0 5px;
  color: #4b4b4b;
  width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #cbdcf9;
  background-color: #cbdcf9;
}
.prod_rew_right a.dislike span {
  height: 21px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  color: #4b4b4b;
  border-radius: 3px;
  border: 1px solid #e2e9f7;
  background-color: #f4f7fd;
}
.prod_rew_left {
  display: flex;
  align-items: center;
  padding-right: 100px;
}
.prod_rew_left_img {
  width: 100%;
  max-width: 68px;
}
.prod_rew_left_img img {
  width: 100%;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
}
.prod_rew_left_info {
  flex: 1;
  padding-left: 15px;
}
.prod_rew_left_info p {
  color: #4b4b4b;
}
.prod_rew_right_top {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.prod_rew_name {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
}
.prod_rew_date {
  display: inline-flex;
  margin-bottom: 5px;
  color: #f58f28;
}
.m_kilk_wrap {
  width: 100%;
  float: left;
  max-width: 110px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
.plus {
  width: 27px;
  height: 29px;
  float: left;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  background-color: #f7f8f9;
  border-radius: 1px;
}
.plus svg {
  width: 20px;
}
.plus svg path {
  transition: .3s;
  fill: #adaeae;
}
.minus {
  width: 27px;
  height: 29px;
  float: left;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  transition: .3s;
  background-color: #f7f8f9;
  border-radius: 1px;
}
.minus svg {
  width: 20px;
}
.minus svg path {
  transition: .3s;
  fill: #adaeae;
}
.counter {
  width: calc(100% - 60px);
  float: left;
  margin: 0 3px;
}
.counter input {
  width: 100%;
  height: 29px;
  border: none;
  font-style: normal;
  font-size: 14px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: #000000;
  border-radius: 1px;
  border: 1px solid #e9ebee;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.basket_modal_list li {
  display: flex;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 1px solid #d4dbe9;
}
.basket_modal_list li:last-child {
  border-bottom: 1px solid #d4dbe9;
}
.basket_modal_list_img {
  width: 100%;
  max-width: 70px;
  border-radius: 3px;
  border: 1px solid #e9ebee;
}
.basket_modal_list_info {
  flex: 1;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
}
.basket_modal_list_info_top {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.basket_modal_list_info_name {
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-right: auto;
}
.basket_modal_list_info_price {
  font-weight: 600;
  margin-right: 20px;
}
.remove {
  display: flex;
  justify-content: center;
  align-items: center;
}
.remove img {
  width: 10px;
}
#basket_modal {
  max-width: 615px;
}
#basket_modal .modal_title {
  padding-bottom: 0;
}
#basket_modal .modal_title:after {
  display: none;
}
#basket_modal .modal_title:before {
  width: 34px;
  height: 34px;
  background: url("../img/check.png") center no-repeat;
  background-size: contain;
}
.basket_modal_total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 25px 0;
}
.basket_modal_total span {
  margin-right: 15px;
  color: #4b4b4b;
}
.basket_modal_total b {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
#success_adding .pop_inner{
  overflow: auto;
  height: calc(100% - 75px);
}
.basket_modal_buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0px;
  width: calc(100% - 30px);
}
.basket_modal_buttons a {
  width: calc(50% - 15px);
  text-transform: uppercase;
  padding-left: 15px;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
}
.basket_modal_buttons .basket_modal_buttons_back {
  color: #456cb1;
  font-weight: 600;
  background-color: #e4ebf9;
}
.basket_modal_buttons .basket_modal_buttons_back:before {
  width: 26px;
  height: 26px;
  content: "";
  margin-right: 15px;
  background: url("../img/back.png") center no-repeat;
  background-size: contain;
}
.basket_modal_buttons .basket_modal_buttons_order:before {
  width: 26px;
  height: 26px;
  content: "";
  margin-right: 15px;
  background: url("../img/cart_white.svg") center no-repeat;
  background-size: contain;
}
#calc_modal {
  padding: 10px!important;
  max-width: 428px;
}
#calc_modal:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 82px;
  background-color: #4e75b8;
  width: 100%;
  content: "";
}
#calc_modal .modal_wrap {
  box-shadow: 0 0 15px rgba(3, 16, 40, 0.27);
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0 15px;
}
#calc_modal .modal_title {
  color: #FFF;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: 72px;
  display: flex;
  padding-bottom: 0;
  background-color: #547abc;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
}
#calc_modal .modal_title:before {
  display: none;
}
#calc_modal .modal_title:after {
  display: none;
}
#calc_modal .fancybox-close-small {
  border-color: #fff;
  top: 30px;
}
#calc_modal .fancybox-close-small:after {
  border-color: #fff;
  color: #FFF;
}
.calc_form_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-left: 20px;
}
.calc_form_item > span {
  width: 100%;
  max-width: 220px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 600;
}
.calc_form_item input {
  flex: 1;
  height: 36px;
}
.calc_form_item .selectric-wrapper {
  flex: 1;
}
.calc_form_button {
  width: 100%;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #547abc;
}
.calc_form_result {
  margin-bottom: 10px;
}
.calc_form_result li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid #547abc;
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 10px 0 10px 20px;
  min-height: 63px;
}
.calc_form_result li p {
  font-size: 14px;
  font-weight: bold;
}
.calc_form_result li span {
  font-size: 18px;
  width: 100%;
  max-width: 120px;
  color: #f58f28;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  border-left: 1px solid #547abc;
}
.calc_form_result li span.full_s{
  border: none;
  max-width: 100%;
}
.calc_form_info {
  margin: 0 -15px;
  padding: 20px 15px;
  background-color: #f2f5fb;
  font-size: 14px;
  font-weight: 600;
}
.catalog_page_tags {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px -10px -10px;
}
.catalog_page_tags li {
  width: calc(25% - 10px);
  margin: 0 5px 10px 5px;
}
.catalog_page_tags li a {
  display: flex;
  border-radius: 3px;
  border: 1px solid #dee2e8;
  background-color: #ffffff;
  align-items: center;
  transition: .3s;
  padding: 10px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  color: #1a499b;
  text-decoration: none;
}
.catalog_page_tags li a img {
  max-width: 55px;
  max-height: 30px;
}
.catalog_page_tags li a:hover {
  box-shadow: 1px 3px 16px rgba(0, 29, 78, 0.22);
}
.open_filter {
  display: none;
}
.fancybox-slide > div {
  margin: 0;
}
.info_page{
  background: #f9fafc;
}
.info_content_block{
  margin-bottom: 20px;
}
.info_content_block_left{
  background: url('../img/info_top.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.info_content_block_right{
  background: url('../img/info_bottom.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.info_content_block_left .content{
  width: 50%;
  min-height: 260px;
  padding: 30px 25px;
  margin-bottom: 0px;
}
.info_content_block_right .content{
  width: 50%;
  min-height: 260px;
  padding: 30px 25px;
}
.info_content_block_right .container{
  display: flex;
  justify-content: flex-end;
}
.info_page .info_img{
  display: none;
}
.info_content_block{
  width: 100%;
  text-align: left;
  padding: 20px 0px;
}
.info_content_block_center{
  text-align: center;
  margin: 30px auto;
}
.info_content_block_center img{
  max-width: 100%;
  margin-bottom: 10px;
}

.room_page_wrap {
  display: flex;
}
.room_page_nav {
  width: 100%;
  max-width: 280px;
}
.room_page_nav li:not(:last-child) {
  margin-bottom: 2px;
}
.room_page_nav li a {
  min-height: 35px;
  padding: 4px 15px;
  background-color: #f8fafd;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
  border: 1px solid #f8fafd;
  text-decoration: none;
}
.room_page_nav li.room_top_notag a{
  background: #fff;
  border: 1px solid #547abc;
  text-transform: uppercase;
}
.room_page_nav li.active a,
.room_page_nav li a.active,
.room_page_nav li a:hover {
  background: #FFF;
  color: #547abc;
  border: 1px solid #FFF;
}
.room_page_nav li .h_category_inside_img {
  width: 25px;
  min-width: 25px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.room_page_nav li .h_category_inside_img img{
  max-height: 20px;
}
.room_page_img{
  flex: 1;
  margin-left: 15px;
  position: relative;
}
.room_p_img{
  position: relative;
}
.room_page_img_links{

}
.room_page_img_links a{
  display: block;
  width: 42px;
  height: 42px;
  background: #fff;
  position: absolute;
  text-decoration: none;
  z-index: 1;
  line-height: 42px;
  text-align: center;
  font-size: 26px;
  color: #000;
  border-radius: 21px;
  font-weight: bold;
}

.room_page_img_links a:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 21px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.room_page_img_links a .room_v{
  display: block;
}
.room_page_img_links a .room_h{
  display: none;
  font-size: 11px;
  color:#3a61a4;
}
.room_page_img_links a.active,
.room_page_img_links a:hover{
  width: auto; 
}
.room_page_img_links a.active .room_v,
.room_page_img_links a:hover .room_v{
  display: none;
}
.room_page_img_links a.active .room_h,
.room_page_img_links a:hover .room_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 0px 15px;
  white-space: nowrap;
}
.room_page_img_links a .room_h img{
  margin-right: 5px;
  max-width: 22px;
}

.map_holder{
  display: none;
  width: 100%;
  height: 100%;
}
.map_holder iframe{
  width: 100%;
  height: 100%;
}
.map_holder.active{
  display: block;
}
.view_map{
  text-decoration: none;
}
.view_map:hover{
  text-decoration: underline;
}
.fancybox-bg{
	background: #000!important;
	opacity: 0.3!important;
}
.modal .slick-list{
	height: 100%;
}
.modal .slick-track{
	height: 100%;
	min-width:100%;
}
.product_page_gallery_modal{
	max-width:1170px;
}
.product_page_gallery_modal .m_card_main_slider li{
	height: 870px;
}
.product_page_gallery_modal .m_card_main_slider{
	height: 870px;
}
.product_page_gallery_modal .m_card_nav_slider{
	height: 870px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_page_gallery_modal .product_page_gallery{
	height: 870px;
	max-width:100%;
}
.product_page_gallery_modal .m_card_nav_slider{
	padding-top: 0;
	padding-bottom: 0;
}


.m_journal {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.m_journal_wrap {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 57px;
  padding-right: 57px;
}

.m_journal_list {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.m_journal_list li {
  width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.m_journal_list li:hover{
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 0.2);
}
.m_journal_list_img {
  width: 100%;
  float: left;
}

.m_journal_list_img img {
  width: 100%;
  float: left;
  height: 260px;
  object-fit: cover;
}

.m_journal_list_info {
  width: 100%;
  float: left;
  max-width: 100%;
  padding-bottom: 0;
  padding: 10px;
}

.m_journal_list_info span {
  width: 100%;
  float: left;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 5px;
}

.m_journal_list_info a{
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  padding: 5px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #2d5190;
  position: relative;
  cursor: pointer;
}
.m_journal_list_info a:hover{
  opacity: 0.8;
}

.m_journal_list_info p {
  width: 100%;
  float: left;
  color: #000;
  font-weight: 400;
  text-align: left;
  min-height: 40px;
  font-size: 16px;
  display: flex;
  align-items: start;
  padding: 5px 0px;
  justify-content: start;
}
.m_journal_list_info p.blog_headt{
  font-weight: bold;
}

.m_journal_list_img a {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m_journal_list_img a:after {
  position: absolute;
  left: 0;
  z-index: 5;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

.m_journal_list_img span {
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s;
  padding: 13px 25px;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  max-height: 50px;
    transform: translate(0px, 50px);
}
.m_journal_list_img:hover span {
    transform: translate(0px, 0px);
}

.all_journal svg,
.more_catalog_goods svg {
  margin-right: 10px;
  margin-top: 2px;
}

.all_journal:hover svg path,
.more_catalog_goods:hover svg path {
  fill: #fff;
}
.add_review{
  background: #3d61a0;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  margin: 15px 0px;
  display: inline-block;
}
.add_review{
  opacity: 0.75;
}
#success_adding .modal_title:after{
  display: none;
}
#success_adding .modal_title{
  margin-bottom: 0px;
}
.gallery{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li{
  width: calc(100% / 3 - 20px);
  margin: 10px;
  display: flex;
  flex-direction:column;
}
.gallery li a{
  display: block;
  width: 100%;
  border: 2px solid transparent;
  transition:0.5s;
  text-align: center;
  text-decoration: none;
  border: 2px solid #f0f0f0;
}
.gallery li a:hover{
  text-decoration: none;
  border: 2px solid #3a61a4;
}
.gallery li a img{
  display: block;
  padding: 20px;
  width: 100%;
}
.gallery li a .tpl_galleries_name{
  background: #f7fafe;
  display: flex;
  width: 100%;
  padding: 5px 15px;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.c_filter_item_list{
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.content iframe{
  max-width: 100%;
}
.fc_filter{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  float: left;
  margin: 10px auto;
}
.fc_filter a.find_filter{
  border-radius: 2px;
  border: 1px solid #3d61a0;
  padding: 5px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #3d61a0;
}
.fc_filter a.find_filter:hover{
    background: #3d61a0;
    text-decoration: none;
    color: #fff;
}
.fc_filter a.clr_filter_slider,
.fc_filter a.clr_filter{
  border-radius: 2px;
  border: 1px solid #a2a2a5;
  padding: 5px 15px;
  font-size: 16px;
  text-decoration: none;
  color: #a2a2a5;
}
.fc_filter a.clr_filter_slider:hover,
.fc_filter a.clr_filter:hover{
    background: #a2a2a5;
    text-decoration: none;
    color: #fff;
}
.old_version{
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 20px;
  text-decoration: none;
  color: #547abc;
  border: 1px solid #eaeaea;
  line-height: 25px;
  transition:0.5s;
}
.old_version:hover{
  background: #547abc;
  color: #fff;
}
.iframe_view{
  width: 100%;
  height: 50vw;
}
.another_color_block,
.another_size_block{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  width: 100%;
}
.another_color_title,
.another_size_title{
  margin-bottom: 5px;
}
.another_color_block_holder,
.another_size_block_holder{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sc_product{
  display: flex;
  flex-direction: column;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.sc_product_size{
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 3px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 5px 12px;
  border: 1px solid #d4dbe9;
  background: #fff;
}
.sc_product_size.active,
.sc_product_size:hover{
  color:#fff;
  background: #547abc;
}
.sc_product_img{
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
}
.sc_product_img img{
  display: block;
  width: 100%;
  height: 100%;
  transition:0.5s;
  min-width: 50px;
  min-height: 50px;
}
.sc_product_name{
  text-align: center;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  transition:0.5s;
}
.sc_product:hover{
  text-decoration: none;
}
.sc_product_color{
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
}
.sc_product.active .sc_product_img,
.sc_product:hover .sc_product_img{
  border: 2px solid #547abc;
}
.sc_product .sc_product_color_name{
  font-size: 14px;
  color: #000;
  border: 1px solid #ddd;
  padding: 5px 10px;
  display: none;
  position: absolute;
  top: 60px;
  left: -50%;
  background: #fff;
  width: 100px;
  z-index: 2;
  border-radius: 5px;
}
.sc_product .sc_product_color_name:after{
  content: "";
  display: none;
  position: absolute;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background: #fff;
  left: 50%;
  top: -3px;
  margin-left: -3px;
}
.sc_product:hover .sc_product_color_name:after{
  display: block;
}
.sc_product:hover .sc_product_color_name{
  display: block;
}
.sc_product.active .sc_product_color,
.sc_product:hover .sc_product_color{
  border: 2px solid #547abc;
}
.forget_link {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 10px;
  text-decoration: none;
  color: #3f639e;
  margin-top: 10px;
}
.forget_link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1440px) {
	.product_page_gallery_modal .m_card_main_slider li{
		height: 570px;
	}
	.product_page_gallery_modal .m_card_main_slider{
		height: 570px;
	}
	.product_page_gallery_modal .m_card_nav_slider{
		height: 570px;
	}
	.product_page_gallery_modal .product_page_gallery{
		height: 570px;
		max-width:100%;
	}
  .catalog_mod_list,
  .front_part_list {
    padding: 0 40px;
  }
  .catalog_mod_list .slick-prev_arrow,
  .front_part_list .slick-prev_arrow {
    left: 0;
  }
  .catalog_mod_list .slick-next_arrow,
  .front_part_list .slick-next_arrow {
    right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .info_content_block_left .content{
    width: 50%;
    min-height: 200px;
    padding: 10px 20px;
  }
  .info_content_block_right .content{
    width: 50%;
    min-height: 200px;
    padding: 10px 20px;
  }
  .front_categoris_list li:hover {
    box-shadow: none;
  }
  .front_part_list > li img,
  .front_part_list li.slick-slide img {
    filter: none;
  }
  .catalog_mod_list_buy {
    opacity: 1;
    visibility: visible;
  }
  .page_title {
    font-size: 22px;
    padding: 10px;
  }
  .c_call a:not(:last-child) {
    margin-right: 0;
  }
  .c_call {
    flex-direction: column;
    align-items: center;
  }
  .contacts_page_work span:after {
    display: none;
  }
  .contacts_page_work span {
    padding-right: 15px;
  }
  .contacts_page_work_info p:not(:last-child) {
    margin-right: 15px;
  }
  .f_top_wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .f_logo {
    margin-bottom: 10px;
  }
  .f_nav_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .f_nav_list li {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
  .f_nav {
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .f_soc {
    margin-bottom: 15px;
  }
  .f_coopyright {
    text-align: center;
  }
  .download_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .download_page_tabs {
    max-width: 100%;
    display: flex;
  }
  .download_page_cont {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .download_page_tabs li {
    flex: 1 1 auto;
  }
  .download_page_tabs li a {
    font-size: 12px;
  }
  .download_page_cont_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .download_page_cont_column_links a {
    font-size: 14px;
    padding: 10px;
  }
  .download_page_cont_column_links {
    max-width: 170px;
  }
  .room_page_nav {
    max-width: 205px;
  }
  .page_title.page_title--mod {
    padding-right: 20px;
  }
  .page_title img {
    display: none;
  }
  .page_title.page_title--mod:after {
    display: none;
  }
  .catalog_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .catalog_page_left {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .catalog_page_right {
    width: 100%;
    padding-left: 0;
  }
  .front_categoris_list_info {
    padding: 10px 15px;
  }
  .front_categoris_list_info span {
    margin-bottom: 15px;
  }
  .front_slider_list_left {
    text-align: left;
    align-items: flex-start;
  }
  .front_slider_list_left span {
    font-size: 45px;
    margin-bottom: 35px;
    justify-content: flex-start;
  }
  .front_slider_list_imgs {
    justify-content: flex-start;
  }
  .h_category_inside {
    display: none;
  }
  .main_form .main_form_item {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal_login .main_form_actions {
    padding-left: 0;
  }
  .message {
    text-align: center;
  }
  .modal_title {
    text-align: left;
    justify-content: flex-start;
  }
  .menu_open {
    background: none;
    border: none;
    width: 53px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h_like {
    background: url("../img/like_white.svg") center no-repeat;
  }
  .h_basket:before {
    background: url("../img/cart_white.svg") center no-repeat;
  }
  .h_basket .h_basket_sum {
    color: #FFF;
  }
  .h_mob_wrap {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
    transform: scale(0);
    transition: .1s;
  }
  .h_mob_wrap.active {
    transform: none;
  }
  .h_mob_wrap_head {
    height: 38px;
    margin: 0 -15px;
    background-color: #547abc;
    position: relative;
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .h_mob_wrap_body {
    background: #FFF;
    margin: 0 -15px;
    height: auto;
    max-height: calc(100vh - 39px);
    overflow: auto;
    padding: 90px 15px 25px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .h_mob_close {
    width: 27px;
    height: 27px;
    min-width: 27px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h_mob_close svg,
  .h_mob_close img {
    width: 11px;
    min-width: 11px;
  }
  .h_download,
  .h_dashboard,
  .h_mail,
  .h_contacts {
    color: #000;
    width: calc(100% + 30px);
    text-align: left;
    justify-content: flex-start;
    margin: 0 -15px;
    padding: 15px;
    background-color: #f8fafd;
    margin-bottom: 2px;
  }
  .h_mail {
    background: none;
  }
  .h_call {
    display: flex;
    justify-content: flex-start;
    width: calc(100% + 30px);
    background-color: #f8fafd;
    margin: 0 -15px;
    margin-bottom: 2px;
  }
  .h_call a {
    color: #000;
  }
  .h_download:before {
    background: url(../img/list_mod.svg) center no-repeat;
  }
  .h_mail:before {
    background: url(../img/mail_blue.svg) center no-repeat;
  }
  .h_call .h_call_t a:before,
  .h_call:before {
    background: url(../img/call_blue.svg) center no-repeat;
  }
  .h_contacts:before {
    background: url(../img/map_blue.svg) center no-repeat;
  }
  .h_search {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .h_user a {
    min-width: 85px;
    min-height: 55px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .h_store {
    margin-left: 30px;
  }
  .h_basket span:not(.count) {
    display: none;
  }
  .h_top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .h_top .container {
    padding: 0;
  }
  header {
    padding-top: 55px;
  }
  .h_middle_wrap {
    justify-content: center;
    padding: 20px 0 20px 0;
  }
  .h_category {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .h_category > li {
    width: 50%;
    flex: initial;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .h_category > li:nth-child(odd) {
    border-right: 1px solid #f0f0f0;
  }
  .h_category > li:last-child {
    width: 100%;
    background-color: #fafcff;
    z-index: 2;
  }
  .h_like .count,
  .h_basket .count {
    background: #FFF;
    color: #000;
  }
  .h_category > li > span.mod_category_link:after, 
  .h_category > li > a.mod_category_link:after {
    right: 15px;
    left: 15px;
    top: 7px;
    bottom: 7px;
  }
  .h_category > li > span.mod_category_link,
  .h_category > li > a.mod_category_link {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .h_category > li > span.mod_category_link .h_category_icon,
  .h_category > li > a.mod_category_link .h_category_icon {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
    min-width: 50px;
  }
  .h_category > li > span.mod_category_link .h_category_icon img,
  .h_category > li > a.mod_category_link .h_category_icon img {
    margin: 0;
  }
  .h_user a:first-child {
    border-left: none;
  }
  .product_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .product_page_info {
    max-width: 100%;
    padding-left: 0;
    padding-top: 30px;
    width: 100%;
  }
  header {
    opacity: 0;
  }
  .open_filter {
    display: inline-flex;
    align-items: center;
  }
  .open_filter svg {
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
  }
  .open_filter svg path {
    fill: #fff;
  }
  .c_filter {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  .c_filter .fancybox-close-small {
    top: 34px;
  }
  .h_call .h_call_t span{
    color: #000;
  }
}
@media screen and (max-width: 1023px) {
  .room_page_img_links a{
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 20px;
  }
  .room_page_img_links a .room_h img{
    max-height: 18px;
  }
  .room_page_img_links a .room_h{
    font-size: 10px;
  }
  .product_page_gallery {
    flex-direction: column-reverse;
    align-items: center;
  }
  .m_card_nav_slider {
    max-width: 100%;
    height: initial;
    padding: 0;
  }
  .product_page_gallery {
    height: initial;
  }
  .m_card_nav_slider li {
    margin: 0 5px;
  }
  .m_card_main_slider {
    max-width: 100%;
  }
  .info_content_block_left,
  .info_content_block_right{
    background:none;
  }
  .info_content_block_left .content,
  .info_content_block_right .content{
    width: 100%;
    margin-bottom: 0px;
  }
  .info_page .info_img{
    display: block;
    max-width: 100%;
    margin: 10px auto;
  }
  .product_page_gallery_modal .m_card_main_slider .slick-next_arrow{
  	right: -10px;
  }
  .product_page_gallery_modal .m_card_main_slider .slick-prev_arrow{
  	left: -10px;
  }
  .product_page_gallery_modal .m_card_main_slider li{
		height: 300px;
	}
	.product_page_gallery_modal .m_card_main_slider{
		height: 300px;
	}
	.product_page_gallery_modal .m_card_nav_slider{
		height: auto;
	}
	.product_page_gallery_modal .product_page_gallery{
		height: auto;
		max-width:100%;
		overflow: visible;
	}
  .m_journal_wrap{    
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .sc_product{
    margin: 3px;
  }
  .sc_product_name{
    font-size: 10px;
  }
  .f_bottom .f_coopyright {
    flex-direction: column;
  }
  .gallery li {
    width: calc(100% / 2 - 10px);
    margin: 5px;
  }
  .m_journal_list li{
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-right: 0px;
  }
  .front_categoris_list_img{
    text-align: inherit;
  }
  .room_page_img_links a{
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 18px;
    margin-top: -10px;
  }
  .room_page_img_links a .room_h span{
    word-break: break-all;
    white-space: nowrap;
    max-width: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .room_page_img_links a .room_h{
    font-size: 9px;    
  }
  .room_page_img_links a .room_h img{
    max-height: 12px;
  }
  .catalog_page_tags li {
    width: calc(50% - 10px);
  }
  .product_page_buy {
    min-width: 145px;
  }
  .product_page_bottom_tabs li a {
    font-size: 12px;
  }
  .product_page_bottom_tabs li a img {
    max-width: 24px;
    margin-right: 7px;
  }
  .prod_rew > li {
    flex-direction: column;
  }
  .prod_rew_left {
    padding-right: 0;
  }
  .prod_rew_right {
    max-width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 15px;
  }
  .m_card_main_slider li {
    height: 300px;
  }
  .m_card_main_slider {
    height: 300px;
  }
  .front_categoris_list li {
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
  }
  .contacts_page_list li {
    width: 100%;
  }
  .contacts_page_list li:not(:last-child) {
    border-bottom: 1px solid #d4dbe9;
  }
  .contacts_page_list li:not( :nth-child(3n + 3)) {
    border-right: none;
  }
  .contacts_page_work {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
  }
  .contacts_page_work_info {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contacts_page_work_info p:not(:last-child) {
    margin-right: 0;
  }
  .contacts_page_list li p {
    margin-bottom: 10px;
  }
  main {
    padding-bottom: 50px;
  }
  .download_page_cont_column {
    flex-direction: column;
    align-items: center;
  }
  .download_page_cont_column_body {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .download_page_cont_column_links {
    max-width: calc(100% + 10px);
    width: calc(100% + 10px);
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
  }
  .download_page_cont_column_links a {
    flex: 1;
    margin: 0 5px;
    justify-content: space-between;
    font-size: 12px;
  }
  .download_page_cont_column_links a:not(:last-child) {
    margin-bottom: 0;
  }
  .download_page_cont_column_links a:after {
    width: 24px;
    height: 24px;
  }
  .download_page_tabs {
    flex-direction: column;
  }
  .download_page_tabs li {
    width: 100%;
  }
  .download_page_cont {
    padding-top: 10px;
  }
  .page_title {
    font-size: 16px;
  }
  .download_page_cont_title {
    font-size: 18px;
  }
  .breadcrumbs_list {
    font-size: 12px;
  }
  .breadcrumbs_list li:not(:last-child):after {
    margin: 0 5px;
  }
  .breadcrumbs {
    padding: 10px 0;
  }
  .room_page_wrap {
    flex-direction: column;
    align-items: center;
  }
  .room_page_nav {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .room_page_img {
    margin-left: 0;
  }
  .catalog_list > li {
    width: calc(100% - 20px);
  }

  .catalog_page_full .catalog_list > li {
    width: calc(100% - 20px);
  }
  .catalog_page_sort_item {
    flex-direction: column;
    display: flex;
    width: 50%;
    padding: 0 5px;
    align-items: flex-start;
  }
  .catalog_page_sort_item .selectric-wrapper {
    width: 100%;
  }
  .catalog_page_sort_type .selectric-wrapper {
    min-width: initial;
  }
  .catalog_page_sort {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
  }
  .pager {
    padding: 20px 0;
  }
  .catalog_mod_title span {
    font-size: 18px;
    padding: 10px;
  }
  .catalog_mod_list,
  .front_part_list {
    padding: 0 0 30px 0;
  }
  .catalog_mod_list .slick-dots li,
  .front_part_list .slick-dots li {
    background: #3d61a0;
  }
  .catalog_mod_list .slick-dots li.slick-active,
  .front_part_list .slick-dots li.slick-active {
    background: #000;
  }
  .catalog_mod_title {
    margin-bottom: 25px;
  }
  .front_part {
    margin: 0;
  }
  .catalog_mod {
    margin-bottom: 35px;
  }
  .front_about_wrap_img {
    display: none;
  }
  .front_about_wrap_info {
    width: 100%;
    padding: 0px 15px;
  }
  .front_about {
    background: none;
    text-align: center;
    padding: 50px 0;
    border-bottom: 1px solid #f4f6f9;
    border-top: 1px solid #f4f6f9;
  }
  .main_link {
    padding: 12px 30px;
  }
  .front_categoris_list_bg_span {
    font-size: 80px;
  }
  .front_categoris_list li {
    min-height: 280px;
  }
  .front_categoris_list li:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
  }
  .front_categoris_list li:nth-child(even) .front_categoris_list_info {
    align-items: flex-end;
  }
  .front_categoris_list_img {
    min-width: 100%;
  }
  .front_categoris {
    margin-bottom: 40px;
  }
  .f_top {
    padding: 25px 0 60px 0;
  }
  .f_logo {
    margin-bottom: 30px;
    max-width: 80px;
  }
  .f_call {
    margin-bottom: 25px;
  }
  .f_nav {
    margin: 25px 0 45px 0;
  }
  .f_nav_list li {
    width: 100%;
    margin-bottom: 2px;
  }
  .f_soc {
    margin-bottom: 25px;
  }
  .f_bottom {
    padding: 30px 0;
    color: #C0D5FA;
  }
  .front_slider_list_right img {
    margin-right: -100px;
    margin-left: -50px;
    min-width: 250px;
  }
  .front_slider_list_left p {
    font-size: 19px;
  }
  .front_slider_list > li,
  .front_slider_list li.slick-slide {
    padding: 50px 0;
    overflow: hidden;
  }
  .front_slider_list .slick-dots {
    bottom: 15px;
  }
  .front_slider_list_imgs img {
    max-height: 30px;
    max-width: 75px;
  }
  .front_slider_list_left span {
    margin-bottom: 25px;
  }
  .front_slider_list_imgs {
    margin-bottom: 25px;
  }
  .front_slider {
    margin-bottom: 2px;
  }
  .basket_modal_buttons {
    flex-direction: column;
    align-items: center;
  }
  .basket_modal_buttons a {
    width: 100%;
  }
  .basket_modal_buttons a:not(:last-child) {
    margin-bottom: 10px;
  }
  .basket_modal_list_info {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
  .calc_form_item > span {
    max-width: 170px;
  }
}
