@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i,800&display=swap&subset=cyrillic");
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-BoldItalic.woff2") format('woff2'), url("../fonts/PlayfairDisplay-BoldItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Bold.woff2") format('woff2'), url("../fonts/PlayfairDisplay-Bold.woff") format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Regular.woff2") format('woff2'), url("../fonts/PlayfairDisplay-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Playfair Display';
  src: url("../fonts/PlayfairDisplay-Black.woff2") format('woff2'), url("../fonts/PlayfairDisplay-Black.woff") format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icons/icons/icomoon.eot?9uvcdk");
  src: url("fonts/icomoon.eot?9uvcdk#iefix") format('embedded-opentype'), url("../fonts/icons/icomoon.ttf?9uvcdk") format('truetype'), url("../fonts/icons/icomoon.woff?9uvcdk") format('woff'), url("../fonts/icons/icomoon.svg?9uvcdk#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* GLOBAL
^^^^^^^^^^^^ */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  height: 100%;
  color: #000001;
  background: #fff;
  font: 300 16px/1.5 'Open Sans', Arial, Tahoma, Geneva, sans-serif;
  overflow-y: scroll;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
sup {
  line-height: 0;
}
a {
  text-decoration: underline;
  color: #289dfd;
  text-decoration-skip-ink: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  display: block;
  max-width: 100%;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font: 300 100% 'Open Sans', Arial, Tahoma, Geneva, sans-serif;
}
button * {
  position: relative;
}
form,
fieldset {
  border-style: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
#main {
  overflow: hidden;
  min-width: 320px;
  position: relative;
  z-index: 100;
  padding: 0 1.5rem;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 192rem;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 100rem rgba(0,0,0,0.3);
          box-shadow: 0 0 100rem rgba(0,0,0,0.3);
  font-size: 1.6rem;
  background: #f7f8fa;
}
.main-404{
    background: #fff;
}
.main-404__section{
    padding-top:15rem;
}
.main-404__title{
    font-size: 6rem !important;
    width:80%;
}
.main-404__text{
    width:80%;
    margin-top: 18px;
    margin-bottom: 35px;
    font-size: 2rem;
}
.main-404__btn.btn.btn-middle{
    font-size: 1.6rem;
    padding: 2rem 5.5rem;
}
.main-404_link{
    display:block;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    color: #3C3C3C;
    margin-top: 32px;
}
h1 {
  font-size: 4.5rem;
  font-family: 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  line-height: 1.2;
  margin: 0 0 3.2rem;
}
h2 {
  font-size: 3.6rem;
  font-family: 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  line-height: 1.2;
  margin: 0 0 2.5rem;
}
h3 {
  font-size: 2.4rem;
  font-family: 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  line-height: 1.2;
  margin: 0 0 2rem;
}
p {
  margin: 0 0 2.4rem;
}
ul {
  list-style: url("../img/list.png");
  margin: -1.7rem 0 2.4rem 18px;
  letter-spacing: -0.36em;
}
ul li {
  letter-spacing: normal;
  vertical-align: top;
  padding: 1.7rem 0 0;
}
ol {
  margin: -2.2rem 0 2.4rem;
  counter-reset: section;
  list-style-type: none;
}
ol[start],
ol.red-circle li{
    counter-increment: zag;
}
ol li {
  padding: 2.2rem 0 0 6rem;
  position: relative;
}
ol li::before {
  content: counter(zag);
  display: inline-block;
  height: 4rem;
  min-width: 4rem;
  border: 0.4rem solid #bd132d;
  border-radius: 50%;
  font-weight: bold;
  line-height: 3.2rem;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -0.8rem 0 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.img-main img {
    border-radius: 0.8rem;
    width: auto;
    height: auto;
}

.img-left {
  float: left;
  margin: 0 2rem 2rem 0;
}
.line {
  height: 0.1rem;
  background: #e6e6e6;
  margin: 6rem 0;
}
.text-center {
  text-align: center;
}
.img-width {
  max-width: 55rem;
}
/* HEADER
------------*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 111;
    padding: 0 1.5rem;
}
#header.fixed {
  position: fixed;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 1.4rem rgba(0,0,0,0.25);
          box-shadow: 0 0.4rem 1.4rem rgba(0,0,0,0.25);
  top: 0;
  margin: 0;
  -webkit-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#header.fixed .header-box {
  height: 10rem;
}
#header.fixed .header-catalog-drop {
  top: 9rem;
}
#header.header-inner .header-box {
  border-bottom: 0.1rem solid #e2e2e2;
  height: 12.5rem;
}
#header.header-inner.fixed .header-box {
  border-bottom-color: transparent;
  height: 10rem;
}
.header-box {
  max-width: 135rem;
  margin: 0 auto;
  height: 9.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: space-between;
  position: relative;
}
.logo {
  max-width: 23.5rem;
}
.header-content {
  width: 80%;
  padding: 0 0 0 1.5rem;
}
.header-content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-catalog {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 19rem;
      -ms-flex: 0 0 19rem;
          flex: 0 0 19rem;
}
.header-catalog .link {
  display: block;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  font-weight: 800;
  text-decoration: none;
  color: #3c3c3c;
  position: relative;
}
.header-catalog .link i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  color: #be132c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-catalog .link .icon-close {
  opacity: 0;
}
.header-catalog .link:hover {
  color: #d35d6f;
}
.header-catalog .link:hover i {
  color: #d35d6f;
}
.header-catalog.active .link {
  color: #aaa;
}
.header-catalog.active .link .icon-close {
  opacity: 1;
}
.header-catalog.active .link .icon-catalog {
  opacity: 0;
}
.header-catalog.active .header-catalog-drop {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.header-catalog-drop {
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.header-catalog-box {
  background: #fff;
  border: 0.1rem solid #e5e5e5;
  -webkit-box-shadow: 0 2rem 6rem 0 rgba(0,0,0,0.15);
          box-shadow: 0 2rem 6rem 0 rgba(0,0,0,0.15);
  border-radius: 1rem;
  padding: 1.3rem;
  position: relative;
}
.header-catalog-box::before {
  display: block;
  content: '';
  position: absolute;
  top: -0.5rem;
  right: 77%;
  height: 0.8rem;
  width: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.list-header-catalog {
  list-style: none;
  margin: -1rem -0.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.list-header-catalog >li {
  width: 25%;
  padding: 1rem 0.5rem 0;
}
.category {
  background: #f7f8fa;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 9rem;
  padding: 0 0 0 11rem;
  font: bold 1.8rem/1.4 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  text-decoration: none;
  color: #3c3c3c;
}
.category:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 0.2rem solid #be132c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.category:hover::before,
.category.active::before {
  opacity: 1;
}
.category .img-box {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: -1;
    height: 75px;
    width: 95px;
}

.category .img-box img{
  max-height: 100%;
  }
  
.category .img-box::before {
  display: block;
  content: '';
  height: 14.2rem;
  width: 14.2rem;
  background: #f0f1f3;
  position: absolute;
  left: -7rem;
  top: -3rem;
  z-index: -2;
  border-radius: 50%;
}
.menu-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  Justify-content: start;
  gap: 5px 10px;
  
  margin: 0 10px;
}
.menu >li {
  /* padding: 0 2rem; */
  padding: 0;
}
.menu >li >a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #3c3c3c;
  font-weight: normal;
}
.menu >li >a:hover {
  color: #d35d6f;
}
.header-location {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 11rem;
      -ms-flex: 0 0 11rem;
          flex: 0 0 11rem;
  width: 11rem;
  padding: 0 3rem 0 0;
  line-height: 0;
  position: relative;
}
.header-location .link {
  padding: 0 0 0 3rem;
  position: relative;
  color: #be132c;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  max-width: 19rem;
  line-height: normal;
}
.header-location .link i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.8rem;
}
.header-location .link span {
  display: block;
  border-bottom: 0.1rem dotted #be132c;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.header-location .link:hover {
  color: #d35d6f;
span
  border-color: #d35d6f;
}
.header-location.active .link {
  color: #d35d6f;
}
.header-location.active .link span {
  border-color: transparent;
}
.header-location.active .header-location-drop {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.header-location.selected .link {
  font-weight: 800;
}
.header-location.selected .link span {
  border-color: transparent;
  color: #3c3c3c;
}
.header-location-drop {
  position: absolute;
  top: 100%;
  left: 1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.header-location-box {
  background: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #e5e5e5;
  -webkit-box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.05);
          box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.05);
  position: relative;
  padding: 2rem 2rem 2.7rem;
  margin: 1.6rem 0 0;
  line-height: normal;
  width: 20rem;
}
.header-location-box::before {
  display: block;
  content: '';
  position: absolute;
  top: -0.5rem;
  left: 2.2rem;
  height: 0.8rem;
  width: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  border-bottom: 0;
  border-right: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
}
.header-location-nav {
  list-style: none;
  margin: 0;
}
.header-location-nav li {
  padding: 0.8rem 0 0;
}
.header-location-nav li:first-child {
  padding-top: 0;
}
.header-location-nav li a {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3c3c3c;
  text-decoration: none;
}
.header-location-nav li a:hover {
  color: #d35d6f;
}
.search-btn {
    margin: 0 auto;
    display: block;
    color: #be122c;
    font-size: 26px;
    float: right;
    cursor: pointer;
    margin-right: 20px;
}
.header-contact {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24rem;
      -ms-flex: 0 0 24rem;
          flex: 0 0 24rem;
}
.header-contact a {
  display: block;
  padding: 0 0 0 4rem;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #3c3c3c;
  text-decoration: none;
}
.header-contact a:hover .box-icon {
  color: #d35d6f;
}
.header-contact a:hover .phone {
  color: #d35d6f;
  border-bottom-color: #d35d6f;
}
.header-contact .box-icon {
  position: absolute;
  top: 0.8rem;
  left: 0;
  color: #be132c;
  font-size: 3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-contact .phone {
  display: inline-block;
  font: bold 2.2rem/1.2 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  color: #be132c;
  border-bottom: 0.1rem dotted #be132c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* CONTENT
------------*/
.content {
  padding: 7.5rem 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.content-box {
  margin: 0 auto;
  max-width: 135rem;
  margin: 0 auto;
}
.Slider {
  margin: -12.5rem -1.5rem 0;
}
.Slider .slick-dots {
  position: absolute;
  bottom: 11rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 0 -56rem;
}
.slids {
  position: relative;
  z-index: 5;
  font-size: 6.8rem;
  line-height: 1.1;
}
.slids .imgBox {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.slids .imgBox.mobile {
  display: none;
}
.slids .slids-title {
  font: 800 8.3rem/1 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  margin: 0 0 1.8rem;
}
.slids p {
  margin: 0 0 2rem;
}
.slids .btn {
  margin: 0 0 5rem;
}
.slids-content {
  max-width: 135rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
//  min-height: 100vh;
  min-height: 1000px;
  padding: 24.5rem 0 14rem;
  cursor: pointer;
}
.slids-text {
  max-width: 75rem;
}
.slids-text > *:last-child {
  margin-bottom: 0;
}
.imgBox {
  -webkit-background-size: cover !important;
          background-size: cover !important;
}

.slick-dots {
  list-style: none;
  margin: 0 -1.2rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  Justify-content: center;
}
.slick-dots li {
  padding: 1.2rem 1.2rem 0;
}
.slick-dots li button {
  height: 0.5rem;
  width: 3.8rem;
  background: rgba(0,0,0,0.1);
  border: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-dots li button:hover {
  background: #d35d6f;
  opacity: 0.4;
}
.slick-dots li.slick-active button {
  background: #be132c;
  cursor: default;
}
.slider-main {
  position: relative;
}
.slider-main .box-icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #be132c;
  font-size: 3rem;
}
.section {
  margin: 0 -1.5rem;
  padding: 13rem 1.5rem 15rem;
}
.section.section-white {
  background: #fff;
}
.section-title {
  text-align: center;
  margin: 0 0 4.8rem;
}
.section-title > *:last-child {
  margin-bottom: 0;
}
.section-title h1 {
  font-size: 6.6rem;
  margin: 0 0 1.9rem;
}
.section-title h2 {
  font-size: 6.6rem;
  margin: 0 0 1.9rem;
}
.section-title h3 {
  font-size: 6rem;
  margin: 0 0 1.9rem;
}
.section-title p {
  font-size: 3.8rem;
  margin: -2rem 0 1.5rem;
}
.section-title .sep {
  height: 0.8rem;
  width: 1rem;
  border-top: 0.8rem solid #be132c;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  margin: 0 auto;
  position: relative;
}
.section-title .sep::before,
.section-title .sep::after {
  display: block;
  content: '';
  height: 0.1rem;
  width: 3.6rem;
  position: absolute;
  top: -0.5rem;
  background: #be132c;
}
.section-title .sep::before {
  left: 100%;
  margin: 0 0 0 1.5rem;
}
.section-title .sep::after {
  right: 100%;
  margin: 0 1rem 0 0;
}
.category-large {
  background: #f7f8fa;
  border-radius: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
  overflow: hidden;
  height: 20rem;
  padding: 0 0 0 23rem;
  font: bold 2.4rem/1.4 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  text-decoration: none;
  color: #3c3c3c;
}
.category-large:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 1rem;
  border: 0.1rem solid #e2e2e2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.category-large:hover {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 3.4rem 0 rgba(0,0,0,0.1);
          box-shadow: 0 0.5rem 3.4rem 0 rgba(0,0,0,0.1);
}
.category-large:hover::before {
  opacity: 1;
}
.category-large .img-box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}
.category-large .img-box::before {
  display: block;
  content: '';
  height: 26rem;
  width: 26rem;
  background: #f0f1f3;
  position: absolute;
  left: -6.5rem;
  top: -3.5rem;
  z-index: -2;
  border-radius: 50%;
}
.category-large.category-large-size {
  display: block;
  height: 42rem;
  padding: 7rem 5rem;
}
.category-large.category-large-size .img-box {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.category-large.category-large-size .img-box img {
  width: auto;
}
.category-large.category-large-size .img-box::before {
  height: 44rem;
  width: 44rem;
  left: auto;
  top: auto;
  right: -15rem;
  bottom: -11rem;
}
.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -2rem -1rem 5.3rem;
}
.grid-width,
.grid-col {
  width: 33.33%;
  padding: 2rem 1rem 0;
}
.special-row {
  margin: -2rem -1rem 5rem;
}
.special-row >div {
  padding: 2rem 1rem 0;
}
.special-sub-row {
    margin: -2rem -1rem 0;
    align-items: stretch;
    height: calc(100% + 2rem);
}
.special-sub-row >div {
  padding: 2rem 1rem 0;
}
.special-main {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem;
  min-height: 62rem;
  height: 100%;
}
.special-main .img-box {
  width: 54%;
  padding: 0 1rem 0 0;
}
.special-main .special-main-content {
  width: 100%;
}
.special-main .name {
  font: bold 3.6rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  margin: 0 0 3rem 0;
}
.special-main .line {
  margin: 2.7rem 0 1.5rem;
}
.special-main .price {
  font: bold 3rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  color: #be132c;
  margin: 0 0 3rem;
}
.special-main .list-style >li {
  font-weight: normal;
}
.special-main .list-style >li::before {
  font-size: 2.2rem;
  top: -0.5rem;
}
.list-style {
  list-style: none;
  margin: 0 0 3.5rem;
}
.list-style >li {
  padding: 0 0 1.5rem 3rem;
  position: relative;
}
.list-style >li::before {
  display: block;
  content: '\e903';
  font-family: 'icomoon';
  position: absolute;
  top: -0.2rem;
  left: 0;
  color: #be132c;
  font-size: 1.8rem;
}
.list-style >li:last-child {
  padding-bottom: 0;
}
.special {
  display: block;
  min-height: 100%;
  background: #fff;
  border: 0.1rem solid #fff;
  border-radius: 1rem;
  text-decoration: none;
  padding: 0 1.5rem 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  color: #3c3c3c;
  line-height: 1.4;
}
.special:hover {
  border-bottom-color: #e5e5e5;
  -webkit-box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.1);
          box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.1);
}
.special .img-box {
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  margin: 0 0 1.7rem;
}
.special .special-data {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.special .special-data::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewX(-25deg);
      -ms-transform: translate(-50%, -50%) skewX(-25deg);
       -o-transform: translate(-50%, -50%) skewX(-25deg);
          transform: translate(-50%, -50%) skewX(-25deg);
  width: 0.1rem;
  height: 4rem;
  background: #efefef;
}
.special .price {
  font: bold 1.7rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  color: #be132c;
}
.section-complex {
  background: url("../img/bg-section-complex.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-box-shadow: 0 0.4rem 0.4rem 0 rgba(0,0,0,0.25);
          box-shadow: 0 0.4rem 0.4rem 0 rgba(0,0,0,0.25);
  position: relative;
  z-index: 10;
}
.complex {
  display: block;
  background: #fff;
  border-radius: 1rem;
  overflow: hidden;
  font: bold 2.4rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  color: #3c3c3c;
  text-decoration: none;
  min-height: 100%;
  -webkit-box-shadow: 0 1.5rem 5rem 0 rgba(0,0,0,0.1);
          box-shadow: 0 1.5rem 5rem 0 rgba(0,0,0,0.1);
}
/* комплексное оснащение
.complex:hover {
  color: #d35d6f;
}*/
.complex .imgBox {
  height: 29.5rem;
}
.complex .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.complex .name {
  padding: 2rem 4rem;
  text-align: center;
}
.CaruselComplex {
  margin: -2rem 0 3rem;
  padding: 0 10.5rem;
}
.CaruselComplex .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.CaruselComplex .slick-slide {
  padding: 2rem 1rem 2rem;
  float: none;
  height: auto;
  min-height: 100%;
}
.CaruselComplex .slick-slide >div {
  height: 100%;
}
.CaruselComplex .slick-slide >div >div {
  height: 100%;
}
.CaruselComplex .complex {
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0,0,0,0.15);
          box-shadow: 0 1rem 1rem 0 rgba(0,0,0,0.15);
}
.slick-arrow {
  height: 7rem;
  width: 7rem;
  background: #fff;
  border-radius: 50%;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin: -3.5rem 0 0;
  cursor: pointer;
  color: #be132c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow::before {
  display: block;
  content: '\e901';
  font-family: 'icomoon';
  font-size: 2rem;
}
.slick-arrow:hover {
  color: #fff;
  background: #d35d6f;
}
.slick-prev {
  left: 0;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1);
}
.slick-next {
  right: 0;
}
.list-partner {
  list-style: none;
  margin: 0 0 5rem;
}
.list-partner >li {
  border: 0.1rem solid #e6e6e6;
  padding: 0;
  margin: -0.1rem;
}
.list-partner >li::before {
  display: block;
  content: '+';
  height: 2rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
  background: #fff;
  position: absolute;
  top: -1rem;
  right: -1rem;
  font-size: 1.6rem;
  display: none;
  z-index: 10;
}
.list-partner >li:nth-child(n+5)::before {
  display: block;
}
.list-partner >li:last-child::before {
  display: none;
}
.list-partner >li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.7;
  padding: 1.5rem 4rem;
}
.list-partner >li a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.section-about {
  background: url("../img/bg-about.jpg") no-repeat 50% 0;
  -webkit-background-size: cover;
          background-size: cover;
  padding-top: 10.8rem;
  padding-bottom: 7.5rem;
}
.about {
  max-width: 40%;
  color: #fff;
}
.about .section-title {
  margin: 0 0 3rem;
  text-align: left;
}
.about .list-style {
  margin: 0 0 3.2rem;
}
.about .list-style li {
  font-size: 2.2rem;
  padding-bottom: 0;
}
.about .list-style li::before {
  top: 0;
  color: #fff;
  font-size: 2.2rem;
}
.about .btn.btn-border {
  border-color: rgba(255,255,255,0.8);
  color: #fff;
  width: 100%;
  margin: 0 0 2.3rem;
}
.about .btn.btn-border span {
  border-bottom-color: rgba(255,255,255,0.2);
}
.about .btn.btn-border:hover {
  border-color: rgba(255,255,255,0.9);
  background: rgba(255,255,255,0.9);
  color: #be132c;
}
.about .btn.btn-border:hover span {
  border-bottom-color: rgba(190,19,44,0.2);
}
.about .about-box {
  max-width: 33.2rem;
  text-align: center;
}
.about .about-box > *:last-child {
  margin-bottom: 0;
}
.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.article-right {
  width: 32rem;
}
.article-right > *:last-child {
  margin-bottom: 0;
}
.article-left {
  width: -webkit-calc(100% - 32rem);
  width: calc(100% - 32rem);
  padding: 0 2rem 0 0;
}
.article-left > *:last-child {
  margin-bottom: 0;
}
blockquote {
  background: #f7f8f9;
  border-left: 0.2rem solid #bd132d;
  padding: 3.2rem 4rem;
  font: bold 2rem/1.5 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  position: relative;
  z-index: 5;
  margin: 0 0 6.9rem;
}
blockquote::before {
  display: block;
  content: '';
  height: 6.6rem;
  width: 10.1rem;
  background: url("../img/bg-cite.png") no-repeat;
  z-index: -1;
  left: 1.3rem;
  top: -1.3rem;
  position: absolute;
}
.list-coment {
  list-style: none;
  margin-top: -3rem;
}
.list-coment >li {
  padding-top: 3rem;
}
.image-coment {
  display: block;
  -webkit-box-shadow: 0 3.4rem 8.4rem 0 rgba(0,0,0,0.25);
          box-shadow: 0 3.4rem 8.4rem 0 rgba(0,0,0,0.25);
  background: url("../img/bg-image-coment.jpg") no-repeat;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  padding: 2.3rem;
}
.white-box {
  background: #fff;
  margin: 0 -1000rem;
  padding: 6rem 1000rem 15rem;
}
.white-box > *:last-child {
  margin-bottom: 0;
}
.white-box .line {
  margin: 4.5rem 0;
}
.breadcrumb {
  list-style: none;
  margin: 0 0 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2.7rem 0 0;
  position: relative;
  z-index: 110;
}
.breadcrumb >li {
  padding: 0 2.5rem 0 0;
  margin: 0 1.8rem 0 0;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
}
.breadcrumb >li::before {
  display: block;
  content: '/';
  position: absolute;
  top: -0.8rem;
  right: 0;
  color: #dedee0;
  font-size: 2.4rem;
}
.breadcrumb >li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadcrumb >li:last-child:before {
  display: none;
}
.breadcrumb >li:first-child a {
  text-decoration: none;
}
.breadcrumb >li a {
  color: #be132c;
}
.breadcrumb >li a:hover {
  color: #d35d6f;
}
.sitebar {
  list-style: none;
  margin: 0;
  background: #f7f8f9;
  border-radius: 1rem;
  padding: 0 3rem;
}
.sitebar li {
  font: bold 2.4rem/1.35 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  padding: 2.8rem 0 2.8rem 3rem;
  border-top: 0.1rem solid #e9e9e9;
  position: relative;
}
.sitebar li:first-child {
  border-top: 0;
}
.sitebar li::before {
  display: block;
  content: '';
  height: 2px;
  width: 1rem;
  background: #bd132d;
  position: absolute;
  top: 4.5rem;
  left: 0;
}
.sitebar li a {
  text-decoration: none;
  color: #3c3c3c;
}
.sitebar li a:hover,
.sitebar li a.active,
.sitebar li.active a {
  color: #d35d6f;
}
.section-consultation {
  margin: -7rem 0 0;
  position: relative;
}
.section-consultation::before {
  display: block;
  content: '';
  position: absolute;
  top: 7rem;
  right: -1000rem;
  left: -1000rem;
  bottom: 0;
  background: #be132c;
  z-index: -1;
}
.consultation {
  background: #fff;
  -webkit-box-shadow: 0 2.4rem 8.4rem 0 rgba(0,0,0,0.2);
          box-shadow: 0 2.4rem 8.4rem 0 rgba(0,0,0,0.2);
  border-radius: 0.8rem 0.8rem 0 0;
  max-width: 135rem;
  margin: 0 auto;
  padding: 5rem 6rem 7rem;
}
.consultation > *:last-child {
  margin-bottom: 0;
}
.consultation h2 {
    font-size: 6rem;
}
.consultation .subtitle {
    font-weight: 300;
    font-size: 36px;
    line-height: 24px;
    text-align: center;
    color: #3C3C3C;
    margin: 0 0 30px;
}
.contact {
  background: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  margin: 0 0 8rem;
  -webkit-box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.05);
          box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.05);
  padding: 4.5rem 4rem 4.5rem 14.5rem;
}
.contact >div {
  padding: 0 2rem 0 5rem;
  border-left: 0.1rem solid #e5e5e5;
}
.contact >div:first-child {
  border-left: 0;
}
.contact-one {
  margin-top: -1rem;
}
.contact-one >div {
  padding-top: 1rem;
}
.contact-one .box-icon {
  display: block;
  height: 7rem;
  width: 7rem;
  background: #f7f8fa;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  color: #be132c;
  font-size: 4rem;
}
.contact-one .name {
  font-size: 2.4rem;
  margin: 0 0 0.7rem;
}
.contact-one .data {
  font: bold 2.4rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  color: #3c3c3c;
  text-decoration: none;
}
.contact-one ul {
  list-style: none;
  margin: 0;
}
.contact-one ul >li {
  position: relative;
  padding: 0 2.5rem 0 0;
  margin: 0 2rem 0 0;
}
.contact-one ul >li::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  content: '';
  height: 3rem;
  width: 0.1rem;
  margin: -1.5rem 0 0;
  background: #9e9e9e;
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
       -o-transform: rotate(25deg);
          transform: rotate(25deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.contact-one ul >li:last-child::before {
  display: none;
}
.contact-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 10rem;
}
.contact-map-box {
  width: -webkit-calc(100% - 34rem);
  width: calc(100% - 34rem);
}
.contact-map-nav {
  width: 34rem;
  padding: 0 0 0 2rem;
  list-style: none;
  margin: -1.6rem 0 0;
}
.contact-map-nav > *:last-child {
  margin-bottom: 0;
}
.contact-map-nav >li {
  padding: 1.6rem 0 0;
}
#map {
  min-height: 60rem;
  width: 100%;
}
[class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.map-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #f7f8f9;
  border: 0.1rem solid #f7f8f9;
  border-radius: 1rem;
  font: bold 1.8rem/1.3 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  text-decoration: none;
  color: #3c3c3c;
  padding: 3.4rem 2rem 3.4rem 5rem;
  position: relative;
}
.map-nav::before {
  display: block;
  content: '';
  height: 0.2rem;
  width: 1rem;
  background: #bd132d;
  position: absolute;
  top: 4.4rem;
  left: 3rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-nav:hover {
  background: #fff;
  border: 0.1rem solid #e9e9e9;
  -webkit-box-shadow: 0 0.5rem 3.4rem 0 rgba(0,0,0,0.1);
          box-shadow: 0 0.5rem 3.4rem 0 rgba(0,0,0,0.1);
}
.map-nav.active {
  background: #be132c;
  color: #fff;
}
.map-nav.active::before {
  background: #fff;
}
.contact-personal {
  margin: 0 -1000rem;
  padding: 11rem 1000rem 15rem;
  background: #f7f8f9;
  margin-bottom: -15rem !important;
}
.list-personal {
  list-style: none;
  margin: -2rem -1rem 0;
}
.list-personal >li {
  padding: 2rem 1rem 0;
}
.personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.05);
          box-shadow: 0 1rem 5rem 0 rgba(0,0,0,0.05);
  padding: 3rem 1.5rem;
  min-height: 19rem;
}
.personal .img-box {
    width: 14rem;
    padding: 0 1.5rem;
    order: 2;
}
.personal .img-box img {
  border-radius: 50%;
}
.personal .personal-content {
    width: -webkit-calc(100% - 14rem);
    width: calc(100% - 14rem);
    padding: 0 1.5rem;
    order: 1;
}
.personal .personal-content > *:last-child {
    margin-bottom: 0;
    color: #BE132C;
    padding-right: 40px;
}
.personal .name {
    font: bold 2.4rem 'Playfair Display';
    -webkit-font-feature-settings: 'lnum', 'pnum';
    -moz-font-feature-settings: 'lnum', 'pnum';
    font-feature-settings: 'lnum', 'pnum';
    margin: 0 0 10px;
    color: #3C3C3C;
    padding: 0 0 15px;
    position: relative;
}
.personal .name:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 192px;
    height: 1px;
    background: #BE132C;
}
.personal p {
  font-size: 1.6rem;
  color: #a0a0a0;
}
.column-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.column-catalog-left {
  width: 34.5rem;
  padding: 0 2rem 0 0;
}
.column-catalog-right {
  width: -webkit-calc(100% - 34.5rem);
  width: calc(100% - 34.5rem);
}
.list-category {
  list-style: none;
  margin: -1rem -1rem 5rem;
}
.list-category >li {
  padding: 1rem 1rem 0;
}
.filter {
  background: #f7f8f9;
  border-radius: 1rem;
  padding: 3rem 3rem 4rem;
}
.filter .name {
  font: bold 2.4rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  margin: 0 0 2.4rem;
}
.filter .filter-more {
  font-weight: 900;
  font-size: 1.6rem;
  color: #be132c;
  border-bottom: 0.1rem dashed #be132c;
  text-decoration: none;
}
.filter .filter-more:hover {
  color: #d35d6f;
  border-bottom-color: #d35d6f;
}
.filter .btn {
  font-size: 1.8rem;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.filter .btn .icon-check {
  font-size: 1.4rem;
  margin: 0 1rem 0 0;
}
.filter .button-center {
  margin: 0 0 1rem;
}
.filter-box {
  border-bottom: 0.1rem dotted #c1c1c1;
  padding: 0 0 3.3rem;
  margin: 0 0 3rem;
}
.filter-button > *:last-child {
  margin-bottom: 0;
}
.list-filter-check {
  list-style: none;
  margin: -2.4rem 0 2.4rem;
}
.list-filter-check >li {
  padding: 2.4rem 0 0;
}
.btn.OpenFliter {
  display: none;
}
.list-item {
  list-style: none;
  margin: -1rem -0.5rem 0;
}
.list-item >li {
  padding: 1rem 0.5rem 0;
  
}

.item {
  background: #fff;
  border-radius: 1rem;
  border: 0.1rem solid #e5e5e5;
  /*padding: 0 2.5rem 2.7rem;*/
  padding: 0 1.5rem 1.7rem;
  text-align: center;
  min-height: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  
  position: relative;
}

.item-brand{
    position: absolute;
    
    top: 10px;
    right: 10px;
    
    z-index: 10;
    
    max-width: 120px;
    width: 100%;
}

.item-brand img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}


.item > *:last-child {
  margin-bottom: 0;
}
.item.item-sale {
  border-color: #be132c;
}
.item:hover {
  -webkit-box-shadow: 0 1.2rem 3rem 0 rgba(0,0,0,0.2);
          box-shadow: 0 1.2rem 3rem 0 rgba(0,0,0,0.2);
  border-color: #be132c;
}
.item .item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  position: relative;
  height: 22.4rem;
  margin: 0 0 0.7rem;
  padding: 1rem 0;
}
.item .item-img img {
  max-height: 100%;
}
.item .item-icon {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  text-transform: uppercase;
  color: #fff;
}
.item .item-icon div {
  display: inline-block;
  position: relative;
  background: #be132c;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 1rem;
}
.item .item-icon div::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  height: 2.6rem;
  width: 0.8rem;
  border-top: 1.3rem solid #be132c;
  border-bottom: 1.3rem solid #be132c;
  border-right: 0.8rem solid transparent;
}
.item .item-icon div::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  height: 2.6rem;
  width: 0.8rem;
  border-top: 1.3rem solid #be132c;
  border-bottom: 1.3rem solid #be132c;
  border-left: 0.8rem solid transparent;
}
.item .item-catefory {
  font-size: 1.4rem;
}
.item .item-name {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 1.2rem;
  letter-spacing: -0.1rem;
}
.item .item-name a {
    text-decoration: none;
    color: #3c3c3c;
    /*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 74px;*/
}
.item .item-price {
  border-top: 0.1rem dashed #e5e5e5;
  padding: 1.8rem 0 0;
}
.item .price {
  font: bold 2rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
}
.item .price-new {
  color: #be132c;
  margin-bottom: -1.2rem;
}
.item .price-old {
  font: bold 1.4rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  color: #8f8f8f;
  margin: -0.6rem 0 0;
}
.card {
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
  padding: 3rem;
  margin: 0 0 8rem;
}
.card h3 {
  margin-top: 1.3rem;
}
.card .price {
  font: bold 2.5rem 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  margin: 0 0 0.4rem;
}
.card .articool {
  font-size: 1.2rem;
}
.card-row {
  margin: -3rem -2.5rem 0;
}
.card-row >div {
  padding: 3rem 2.5rem 0;
}
.card-data {
  background: #f7f8f9;
  border-radius: 1rem;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 3rem;
}
.card-data-row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1rem;
}
.card-data-row >div {
  padding-top: 1rem;
}
.card-slider {
  position: relative;
  padding: 0 12rem 0 0;
}
.SliderCard a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  height: 50rem;
  padding: 1rem 0;
}
.SliderCard a img {
  max-height: 100%;
}
.SliderCardNav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 11rem;
  padding: 5rem 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.SliderCardNav .img-box {
  height: 11rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  cursor: pointer;
}
.SliderCardNav .img-box img {
  max-height: 100%;
}
.SliderCardNav .slick-current .img-box {
  border-color: #be132c;
  cursor: default;
}
.SliderCardNav .slick-slide {
  padding: 0.5rem 0;
}
.SliderCardNav .slick-arrow {
  height: 4rem;
  width: 4rem;
  border: 0.2rem solid #ececec;
  top: 0;
  left: 50%;
  margin: 0 0 0 -2rem;
  color: #ddd;
}
.SliderCardNav .slick-arrow::before {
  content: '\e900';
  font-size: 1.4rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.SliderCardNav .slick-arrow:hover {
  color: #fff;
  background: #d35d6f;
  border-color: #d35d6f;
}
.SliderCardNav .slick-next {
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
}
.CaruselItem {
  padding: 0 0 9rem;
}
.CaruselItem .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.CaruselItem .slick-slide {
  padding: 1rem 0.5rem 2rem;
  float: none;
  height: auto;
  min-height: 100%;
}
.CaruselItem .slick-slide >div {
  height: 100%;
}
.CaruselItem .slick-slide >div >div {
  height: 100%;
}
.CaruselItem .item:hover {
  -webkit-box-shadow: 0 1rem 1rem 0 rgba(0,0,0,0.15);
          box-shadow: 0 1rem 1rem 0 rgba(0,0,0,0.15);
}
.CaruselItem .slick-arrow {
  height: 6rem;
  width: 6rem;
  border: 0.2rem solid #be132c;
  top: auto;
  bottom: 0;
  left: 50%;
  color: #be132c;
  background: #fff;
  margin: 0 0 0 -7rem;
}
.CaruselItem .slick-arrow::before {
  content: '\e900';
  font-size: 2rem;
}
.CaruselItem .slick-arrow:hover {
  color: #fff;
  background: #d35d6f;
  border-color: #d35d6f;
}
.CaruselItem .slick-next {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
       -o-transform: scaleY(-1);
          transform: scaleY(-1);
  margin: 0 0 0 1rem;
}
.section-related {
  padding: 8rem 0 10rem;
}
/* FOOTER
-----------*/
#footer {
  background: #303030;
  margin: 0 -1.5rem;
  padding: 5.5rem 1.5rem;
  color: #fff;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.footer-box {
  max-width: 135rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-box > *:last-child {
  margin-bottom: 0;
}
.footer-one {
  width: 25%;
  padding: 1.8rem 5.5rem 0 0;
}
.footer-one > *:last-child {
  margin-bottom: 0;
}
.footer-two {
  width: 47%;
  border-left: 0.1rem solid #3b3b3b;
  padding: 1.4rem 6rem;
}
.footer-two > *:last-child {
  margin-bottom: 0;
}
.footer-three {
  width: 47%;
  width: 28%;
  padding: 1.4rem 0 0 6rem;
  position: relative;
  z-index: 10;
}
.footer-three > *:last-child {
  margin-bottom: 0;
}
.footer-three::before {
  display: block;
  content: '';
  position: absolute;
  top: -5.5rem;
  left: 0;
  bottom: -5.5rem;
  right: -1000rem;
  background: #272727;
  z-index: -1;
}
.footer-three .footer-title {
  margin: 0 0 3.2rem;
}
.logo-footer {
  max-width: 23.5rem;
  margin: 0 0 1.7rem;
}
.footer-link {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 2.6rem;
}
.footer-link a {
  color: #be132c;
}
.footer-link a:hover {
  color: #d35d6f;
  text-decoration: underline;
}
.copy {
  font-size: 1.2rem;
  margin: 0 0 3.7rem;
}
.site-work {
  border-top: 0.1rem solid #3b3b3b;
  font-size: 1.2rem;
  padding: 3rem 0 0;
}
.site-work a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.site-work a:hover {
  color: #d35d6f;
}
.footer-title {
  font: bold 2.4rem/1.4 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  margin: 0 0 1.4rem;
}
.footer-nav {
  list-style: none;
  margin: -0.6rem 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav >li {
  width: 50%;
  padding: 0.6rem 0 0 1.5rem;
  position: relative;
}
.footer-nav >li::before {
  display: block;
  content: '';
  border-left: 0.6rem solid #be132c;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
.footer-nav >li a {
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.footer-nav >li a:hover {
  color: #d35d6f;
}
.list-footer-conctact {
  list-style: none;
  margin: 0;
}
.list-footer-conctact >li {
  border-top: 0.1rem solid #343434;
  padding: 2.4rem 0 0;
  margin: 2.2rem 0 0;
}
.list-footer-conctact >li:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.footer-conctact {
  padding: 0 0 0 2rem;
  position: relative;
  font-size: 1.8rem;
  color: #fff;
}
.footer-conctact .box-icon {
  position: absolute;
  top: 0.5rem;
  left: 0;
  font-size: 1.4rem;
}
.footer-conctact address {
  font-style: normal;
}
.footer-conctact .link {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.8rem 0 0;
}
.footer-conctact .link a {
  color: #be132c;
}
.footer-conctact .link a:hover {
  color: #d35d6f;
  text-decoration: underline;
}
.footer-conctact .phone-footer {
  text-decoration: none;
  color: #fff;
}
.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  background: rgba(0,0,0,0.75);
  width: 0;
  overflow: hidden;
  opacity: 0;
  letter-spacing: -0.36em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup .popup-box {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
       -o-transform: scale(0.5);
          transform: scale(0.5);
}
.popup::before {
  display: inline-block;
  content: '';
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
.popup.active {
  width: auto;
  opacity: 1;
  overflow-y: scroll;
  min-width: 320px;
}
.popup.active .popup-box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
.popup-box {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  max-width: 46rem;
  width: 94%;
  position: relative;
  text-align: left;
  background: #fff;
  margin: 1.5rem 0;
  padding: 4.8rem 5rem 5rem;
  border-radius: 1rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.big .popup-box {
    max-width: 96%;
    width: 1000px;
}
.close-popup {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 1.2rem;
  width: 1.2rem;
}
.close-popup::before,
.close-popup::after {
  display: block;
  content: '';
  height: 0.2rem;
  width: 1.4rem;
  background: #c4c4c4;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.1rem 0 0 -0.7rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-popup::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.close-popup:hover::before,
.close-popup:hover::after {
  background: #be132c;
}
body.hidden {
  overflow-y: hidden;
}
.popup-green .popup-box {
  background: #7bbc64;
  padding: 4rem 1.5rem 5.5rem;
  color: #fff;
}
.popup-green .close-popup {
  opacity: 0.2;
}
.popup-green .close-popup::before,
.popup-green .close-popup::after {
  background: #000;
}
.popup-green .close-popup:hover {
  opacity: 1;
}
.popup-thanks {
  text-align: center;
}
.popup-thanks > *:last-child {
  margin-bottom: 0;
}
.popup-thanks .box-icon {
  height: 12rem;
  width: 12rem;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  font-size: 12rem;
  margin: 0 auto 1.8rem;
}
.popup-thanks .box-icon i {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#7bbc64));
  background: -webkit-linear-gradient(#fff 0%, #7bbc64 100%);
  background: -o-linear-gradient(#fff 0%, #7bbc64 100%);
  background: linear-gradient(#fff 0%, #7bbc64 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}
.popup-thanks h2 {
  font-size: 4rem;
  margin: 0 0 1.3rem;
}
.popup-thanks p {
  font-size: 1.8rem;
  line-height: 1.2;
}
.form-popup h2 {
  font-size: 4.4rem;
  text-align: center;
  margin: 0 0 0.5rem;
}
.form-popup-text {
  text-align: center;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0 0 3rem;
}
a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
*::-webkit-input-placeholder {
  opacity: 1;
}
*:-moz-placeholder {
  opacity: 1;
}
*::-moz-placeholder {
  opacity: 1;
}
*:-ms-input-placeholder {
  opacity: 1;
}
.form-element {
  position: relative;
  margin: 0 0 2rem;
}
.form-element.error .form-error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-element.error .tx {
  background: #fff;
  border-color: #e1e1e1;
}
.form-element .form-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  color: #d35d6f;
  line-height: 1.1;
  text-align: center;
  display: none;
  background: #fff;
  border: 0.1rem solid #f2cfd5;
  border-radius: 0.8rem;
  padding: 0 3rem;
}
.form-element.sms-code input {
    padding-right: 170px;
}

.form-element.sms-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    line-height: 70px;
    color: #be122c;
    width: 170px;
    text-align: center;
    font-family: 'Playfair Display';
    -webkit-font-feature-settings: 'lnum', 'pnum';
    -moz-font-feature-settings: 'lnum', 'pnum';
    font-feature-settings: 'lnum', 'pnum';
    font-weight: bold;
    font-size: 18px;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.form-element.sms-code button i {
    margin-right: 10px;
    font-size: 14px;
}

.form-element.sms-code button.success {
    color: #7BBC64;
    font-weight: normal;
    font-size: 14px;
}

.form-element small {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #3C3C3C;
    margin: 2rem 0 0;
    display: block;
}

#input_file {
    display: none;
}

#input_file + label {
    text-align: center;
    -webkit-font-feature-settings: 'lnum', 'pnum';
    -moz-font-feature-settings: 'lnum', 'pnum';
    font-feature-settings: 'lnum', 'pnum';
    font-weight: bold;
    cursor: pointer;
}

#input_file + label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

#remove_file {
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    margin-bottom: 4px;
    width: 12px;
    height: 12px;
    display: none;
}

#remove_file::before,
#remove_file::after {
  display: block;
  content: '';
  height: 0.2rem;
  width: 1.4rem;
  background: #3C3C3C;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.1rem 0 0 -0.7rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#remove_file::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#remove_file:hover::before,
#remove_file:hover::after {
  background: #be132c;
}

.active #remove_file {
    display: inline-block;
}

#input_file + label.active #file_name {
    color: #3C3C3C;
    border: none;
}

label #file_name {
    border-bottom: 1px dotted #be122c;
    color: #be122c;
}

.tx {
  display: block;
  width: 100%;
  height: 7rem;
  background: #f7f8f9;
  border: 0.1rem solid #f7f8f9;
  font-size: 2rem;
  padding: 0 3rem;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tx:hover,
.tx:focus {
  background: #fff;
  border-color: #e0e7ed;
}
textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 17rem;
  background: #f7f8f9;
  border: 0.1rem solid #f7f8f9;
  font-size: 2rem;
  padding: 2rem 3rem;
  border-radius: 0.8rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
textarea:hover,
textarea:focus {
  background: #fff;
  border-color: #e0e7ed;
}
.check-small {
  line-height: 0;
  margin: 2rem 0 0;
}
.check-small label {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.3;
  cursor: pointer;
}
.check-small label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check-small label i {
  position: absolute;
  top: 0rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 0.4rem;
  background: #f7f7f9;
  border: 0.1rem solid #e3e8ee;
}
.check-small label i::before {
  display: block;
  font-family: 'icomoon';
  content: '\e902';
  color: #be132c;
  font-size: 0.9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 0 0 -0.1rem;
  opacity: 0;
}
.check-small label a {
  color: #3c3c3c;
  text-decoration: underline;
}
.check-small label a:hover {
  text-decoration: none;
}
.check-small label input:checked + i::before {
  opacity: 1;
}
.button-center {
  text-align: center;
}
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  Justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: bold 2rem/1.2 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
     -moz-font-feature-settings: 'lnum', 'pnum';
          font-feature-settings: 'lnum', 'pnum';
  background: #be132c;
  border: 0.2rem solid #be132c;
  border-radius: 0.8rem;
  color: #fff;
  text-decoration: none;
  padding: 1.1rem 2.3rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn span {
  border-bottom: 0.1rem solid rgba(190,19,44,0.2);
  padding: 0 0 0.4rem;
  margin: 0 0 -0.5rem;
}
.btn i {
  line-height: 0;
  position: relative;
  top: 0.3rem;
}
.btn .icon-arrow-long {
  font-size: 70%;
  margin: 0 0 0 1rem;
}
.btn:hover {
  background: #d35d6f;
  border-color: #d35d6f;
}
.btn:hover span {
  border-bottom-color: transparent;
}
.btn.btn-middle {
  font-size: 2.4rem;
  padding: 1.9rem 3rem;
}
.btn.btn-large {
  font-size: 2.4rem;
  padding: 2.4rem 4rem;
}
.btn.btn-border {
  background: none;
  border-color: #be132c;
  color: #be132c;
}
.btn.btn-border:hover {
  background: #d35d6f;
  border-color: #d35d6f;
  color: #fff;
}
.btn.btn-full-width {
  width: 100%;
}
.btn-reset {
  background: none;
  border: 0;
  font-size: 1.6rem;
  font-weight: 900;
  color: #be132c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 2rem;
}
.btn-reset span {
  border-bottom: 0.1rem dashed #be132c;
}
.btn-reset i {
  margin: 0 0.5rem 0 0;
}
.btn-reset i.icon-close {
  font-size: 1.1rem;
}
.btn-reset:hover {
  color: #d35d6f;
}
.btn-reset:hover span {
  border-bottom-color: #d35d6f;
}
.form-page-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2rem;
}
.form-page-button >div {
  padding-top: 2rem;
}
.form-page-button .check-small {
  margin: 0;
}
select {
  height: 7rem;
  width: 100%;
  background: #fff;
  border: 0.1rem solid #f7f8f9;
  font-size: 2rem;
  padding: 0 3rem;
  border-radius: 3rem;
}
.jq-selectbox {
  display: block;
}
.jq-selectbox:hover .jq-selectbox__select {
  background: #fff;
  border-color: #e0e7ed;
}
.jq-selectbox.opened .jq-selectbox__select {
  background: #fff;
  border-color: #e0e7ed;
}
.jq-selectbox__select {
  height: 7rem;
  line-height: 6.8rem;
  background: #f7f8f9;
  border: 0.1rem solid #f7f8f9;
  font-size: 2rem;
  padding: 0 8rem 0 3rem;
  border-radius: 0.8rem;
}
.jq-selectbox__select-text {
  position: relative;
  z-index: 10;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 3.5rem;
  border-top: 0.6rem solid #464646;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.jq-selectbox__dropdown {
  background: #fff;
  border: 0.1rem solid #f7f8f9;
  border-radius: 3rem;
  width: 100%;
  -webkit-box-shadow: 0 1rem 2.4rem 0 rgba(0,0,0,0.1);
          box-shadow: 0 1rem 2.4rem 0 rgba(0,0,0,0.1);
  list-style: none;
  margin: 0;
}
.jq-selectbox__dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0 3.5rem;
}
.jq-selectbox__dropdown li {
  white-space: normal;
  font-size: 2rem;
  line-height: 1.3;
  border-top: 0.1rem solid #e3e3e3;
  padding: 1.2rem 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.jq-selectbox__dropdown li:hover,
.jq-selectbox__dropdown li.select {
  color: #d35d6f;
}
.slick-slide >div {
  display: block !important;
}
.slick-slide >div >div {
  display: block !important;
}
.check {
  line-height: 0;
}
.check label {
  display: inline-block;
  cursor: pointer;
  line-height: 1.2;
  font-size: 2rem;
  position: relative;
  padding: 0 0 0 3.8rem;
}
.check label span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.check label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.check label i {
  display: block;
  height: 2.4rem;
  width: 2.4rem;
  background: #fff z;
  border: 0.1rem solid #bdbdbd;
  border-radius: 0.5rem;
  position: absolute;
  top: 0rem;
  left: 0;
  color: #fff;
  font-size: 1.3rem;
}
.check label i::before {
  display: block;
  content: '\e902';
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 0 0 -0.2rem;
  opacity: 0;
}
.check label input:checked + i {
  background: #be132c;
  border-color: #be132c;
}
.check label input:checked + i::before {
  opacity: 1;
}
.check label:hover i {
  border-color: #d35d6f;
}
.check label:hover span {
  color: #d35d6f;
}
.gradient {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#d6002d), to(#ff4a64));
  background: -webkit-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: -o-linear-gradient(#d6002d 0%, #ff4a64 100%);
  background: linear-gradient(#d6002d 0%, #ff4a64 100%);
}
.gradient1 {
  background: #000;
  background: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, rgba(0,0,0,0.1)), to(transparent));
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: -o-linear-gradient(right, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
  background: linear-gradient(to left, transparent 0%, rgba(0,0,0,0.1) 50%, transparent 100%);
}
.scroll {
  height: 20rem;
}

.category-large {
  visibility: hidden;
}
.category-large.animate {
  visibility: visible;
  -webkit-animation: fadeInTop 0.5s both;
       -o-animation: fadeInTop 0.5s both;
          animation: fadeInTop 0.5s both;
}
.grid >div:nth-child(1) .category-large,
.grid >div:nth-child(5) .category-large,
.grid >div:nth-child(9) .category-large {
  -webkit-animation-delay: 0.1s;
       -o-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.grid >div:nth-child(2) .category-large,
.grid >div:nth-child(6) .category-large,
.grid >div:nth-child(10) .category-large {
  -webkit-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.grid >div:nth-child(3) .category-large,
.grid >div:nth-child(7) .category-large,
.grid >div:nth-child(11) .category-large {
  -webkit-animation-delay: 0.3s;
       -o-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.grid >div:nth-child(4) .category-large,
.grid >div:nth-child(8) .category-large {
  -webkit-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.grid >div:nth-child(12) .category-large {
  -webkit-animation-delay: 0.2s;
       -o-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
/*card tab*/
.tab-nav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 0 -1px 0;
  position: relative;
  z-index: 2;
  
  overflow-x: auto;
}

.tab-nav::-webkit-scrollbar {
  height: 4px;
}

.tab-nav::-webkit-scrollbar-track {
  background: #ccc;
}

.tab-nav::-webkit-scrollbar-thumb {
  background-color: #be132c;
  border-radius: 20px;
}


.tab-nav li {
    padding: 0;
  flex-shrink: 0;
}
.tab-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  Justify-content: center;
  border: 0.1rem solid #f3f3f3;
  background: #f3f3f3;
  border-radius: 1rem;
  font: bold 1.8rem/1.25 'Playfair Display';
  border-radius: 1rem 1rem 0 0;
  text-decoration: none;
  padding: 1.8rem 4rem;
  color: #3c3c3c;
  position: relative;
  text-align: center;
}

.tab-nav li a:hover,
.tab-nav li a.active {
  background: #fff;
  border-color: #e5e5e5;
}

.Tab {
  background: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0 0 1rem 1rem;
  padding: 4.5rem 4rem;
  -webkit-box-shadow: 0 1rem 3.4rem rgba(0,0,0,0.05);
          box-shadow: 0 1rem 3.4rem rgba(0,0,0,0.05);
}
.TabBox {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.Tab .TabBox > div{
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

.TabBox > *:last-child {
  margin-bottom: 0;
}
.TabBox.active {
  opacity: 1;
  height: auto;
  overflow: visible;
}
.TabBox .line {
  margin: 3.3rem 0;
}
.card-description {
  list-style: none;
  margin: 0 0 2.4rem;
}
.card-description >li {
  padding: 0;
}
@media only screen and (max-width: 575px) {
  .tab-nav {
    display: block;
    padding: 0;
  }
  .tab-nav li a {
    border-radius: 1rem;
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
  }
  .tab-nav li a::before {
    display: none;
  }
  .Tab {
    border-radius: 1rem 1rem;
    padding: 2rem 1.5rem;
  }
  .card-description li {
    padding: 0.5rem 0;
  }
}
/*card tab*/
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%);
       transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0%);
       transform: translateY(0%);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
         -o-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
  }
}


/***** NEW STYLES PAGE CONTACT *****/


.office {
    background: #FFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin: 0 0 30px;
    overflow: hidden;
}

.office .info {
    padding: 41px 91px 36px 10px;
}

.office .info .name {
    font-weight: 300;
    font-size: 30px;
    line-height: 40px;
    color: #3C3C3C;
    padding-left: 0;
    margin: 0 0 29px;
}

.office .info .adress {
    margin: 0 0 47px;
}

.office .info i {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: -10px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 41px;
    background: #F7F8F9;
    color: #be122c;
}

.office .info > div {
    position: relative;
    padding-left: 98px;
    min-height: 70px;
}

.office .info span {
    display: block;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #3C3C3C;
}

.office .info b, .office .info a {
    font-size: 24px;
    line-height: 30px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #3C3C3C;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Playfair Display';
}

.office .photo {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.office .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offices {
    padding: 0 0 30px;
}

.offices .item {
    padding: 0;
    border: none;
    background: #f7f8fa;
    border-radius: 10px;
    overflow: hidden;
    min-height: auto;
    height: 100%;
    margin: 0 0 30px;
}

.offices .item .photo {
    margin: 0 0 42px;
}

.offices .item .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offices .item .info {
    padding: 0 0 45px;
}

.offices .item .info .name {
    display: block;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
    margin: 0 0 69px;
}

.offices .item .info .name b {
    display: block;
}

.offices .item .info .adress {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 60px 0 0;
    position: relative;
    font-family: 'Playfair Display';
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #3C3C3C;
    padding: 60px 15px 0;
}

.offices .item .info .adress i {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    font-size: 41px;
    background: #FFF;
    color: #be122c;
}


/***** PARTNERS FORM *****/


.partners-form .consultation h2 {
    font-size: 24px;
}

.partners-form + .line {
    display: none;
}

.partners-form button[disabled] {
    opacity: .5 !important;
    background: #d35d6f;
    border-color: #d35d6f;
    cursor: no-drop;
}

.partners-form .consultation {
    padding: 2rem 3rem 1rem;
}

.partners-form .consultation .section-title {
    margin: 0 0 2.4rem;
}

.partners-form .consultation .tx {
    height: 5rem;
    font-size: 1.6rem;
}

.partners-form .consultation textarea {
    height: 12rem;
    font-size: 1.6rem;
}

.partners-form .form-element {
    margin: 0 0 1.4rem;
}

.partners-form .form-element.sms-code button {
    height: 6rem;
    line-height: 6rem;
}

.partners-form .btn {
    height: 6rem;
}

.copyright {
    font-size: 10px;
    background: #272727;
    margin: 0 -15px;
    color: #FFF;
    padding: 15px 30px;
    text-align: center;
}

.copyright p {
    margin: 0;
}

.copyright p:last-child {
    margin: 0;
}


/***** CONTENT WHY *****/


.content-why .item {
    margin: 0 0 30px;
    border: none;
    min-height: 150px;
    display: flex;
    align-items: center;
    padding: 0;
}

.content-why .item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 150px;
    background: #F7F8FA;
    text-align: center;
    line-height: 150px;
    margin-right: 30px;
}

.content-why .item .icon img {
    vertical-align: middle;
    display: inline-block;
}

.content-why .item .text {
    width: calc(100% - 180px);
    text-align: left;
    font-size: 15px;
}

.content-why .item:hover {
    box-shadow: none;
}


/***** ERROR PAGE *****/


.error-page-bg {
    background: url(../img/error-bg.jpg) no-repeat center center;
}

.error-page-bg #main {
    background: transparent;
}

.error-page {
  padding: 90px 0 60px;
}

.error-page .logo {
  width: 380px;
  margin: 0 auto 40px;
  max-width: inherit;
}

.error-page .logo img {
  width: 380px;
}

.error-page .error-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #3C3C3C;
  font-size: 3.6rem;
  font-family: 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
  -moz-font-feature-settings: 'lnum', 'pnum';
  font-feature-settings: 'lnum', 'pnum';
  line-height: 1.2;
  margin: 0 0 40px;
}

.error-page .error-catalog {
  background: #FFF;
  padding: 32px 100px 64px;
}

.error-page .error-catalog .catalog-title {
  text-align: center;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #3C3C3C;
  font-size: 3.6rem;
  font-family: 'Playfair Display';
  -webkit-font-feature-settings: 'lnum', 'pnum';
  -moz-font-feature-settings: 'lnum', 'pnum';
  font-feature-settings: 'lnum', 'pnum';
  font-weight: bold;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.error-page .error-catalog .error-catalog-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.error-page .error-catalog .error-catalog-list ul li {
  width: 33.3333%;
}

.error-page .container {
  max-width: 1350px;
}


/***** MAIN CATALOG *****/


.main-catalog-list {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #DBE4E9;
    margin: 0 0 50px;
}

.main-catalog-list .item {
    background: #FFF;
    border-radius: 0;
    width: calc(100%/5);
    border: none;
    border-top: 1px solid #DBE4E9;
    border-left: 1px solid #DBE4E9;
    height: 270px;
    position: relative;
    text-align: left;
    padding: 0;
    transition: .7s box-shadow;
}

.main-catalog-list .item:nth-child(5n) {
    border-right: 1px solid #DBE4E9;
}

.main-catalog-list .item:hover {
    z-index: 7;
}

.main-catalog-list .item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    pointer-events: none;
    box-shadow: none;
    border-radius: 10px;
    transition: .3s all;
    z-index: 3;
    opacity: 0;
}

.main-catalog-list .item:hover:after {
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.2);
}

.main-catalog-list .item:hover a {
    z-index: 4;
}

.main-catalog-list .item a {
    display: block;
    padding: 30px 25px 0;
    width: 100%;
    height: 100%;
    color: #3C3C3C;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.main-catalog-list .item .title {
    position: relative;
    padding-left: 20px;
    z-index: 6;
    color: #3C3C3C;
    font-size: 18px;
    line-height: 1.2;
}

.main-catalog-list .item .title:before {
    content: "\e900";
    font-family: 'icomoon';
    color: #be122c;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 2px;
}

.main-catalog-list .item .image {
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.main-catalog-list .item .image:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -90px;
    width: 218px;
    height: 218px;
    background: #F7F8F9;
    border-radius: 50%;
    transform: translateX(-50%);
    transition: .7s transform;
    z-index: 3;
}

.main-catalog-list .item.small .image:after {
    left: 50%;
    bottom: 32px;
    width: 138px;
    height: 138px;
}

.main-catalog-list .item .image img {
    position: relative;
    z-index: 5;
    max-width: inherit;
}

.main-catalog-list .item:hover a {
    /* transform: translateY(5px); */
    /* transition: .3s transform; */
}

.main-catalog-list .item:hover .image:after {
    transform: translateX(-50%) scale(4);
}


.advantages-list {
    display: flex;
    flex-wrap: wrap;
}

.advantages-list .item {
    background: #F7F8FA;
    padding: 30px 20px 26px;
    border: none;
    border-radius: 8px;
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100%/3 - 20px*2/3);
    counter-increment: itemlist;
    position: relative;
    overflow: hidden;
}

.advantages-list .item:nth-child(3n) {
    margin-right: 0;
}

.advantages-list .item .icon {
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: #FFF;
    background: #BF132D;
    border-radius: 50%;
    font-size: 50px;
    margin: 0 auto 25px;
    position: relative;
}

.advantages-list .item .icon:after {
    content: counter(itemlist);
    position: absolute;
    bottom: 0;
    right: 0;
    background: #231F20;
    width: 36px;
    height: 36px;
    line-height: 30px;
    border-radius: 50%;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
    border: 3px solid #FFF;
}

.advantages-list .item .title {
    font-size: 15px;
    color: #3C3C3C;
    line-height: 1.4;
}

.advantages-list .item .title b {
    display: block;
}

.advantages-list.type-2 .item .icon {
    position: initial;
}

.advantages-list.type-2 .item .icon:after {
    width: auto;
    height: auto;
    line-height: 1;
    background: transparent;
    border-radius: 0;
    font-size: 150px;
    border: none;
    color: #B6BCC5;
    font-family: 'Playfair Display';
    -webkit-font-feature-settings: 'lnum', 'pnum';
    -moz-font-feature-settings: 'lnum', 'pnum';
    font-feature-settings: 'lnum', 'pnum';
    right: unset;
    left: 20px;
    bottom: -17px;
    opacity: .3;
}


.catalog-filters {
    background: #F7F8F9;
    border-radius: 10px;
    padding: 22px 30px;
    margin: 0 0 20px;
}

.catalog-filters .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #3C3C3C;
    font-family: 'Playfair Display';
    -webkit-font-feature-settings: 'lnum', 'pnum';
    -moz-font-feature-settings: 'lnum', 'pnum';
    font-feature-settings: 'lnum', 'pnum';
    position: relative;
    line-height: 1;
}

.catalog-filters .list-filter-check {
    display: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}

.catalog-filters .filter-box {
    margin: 0 !important;
    padding: 0;
    border: none;
    position: relative;
}

.catalog-filters .btn-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #BE132C;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px dashed #BE132C;
    margin-right: 13px;
    padding: 0 0 2px;
    cursor: pointer;
}

.catalog-filters .btn-toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -13px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #be132c transparent transparent transparent;
}

.catalog-filters .list-filter-check label {
    font-size: 1.6rem;
}

.catalog-filters .list-filter-check li {
    display: inline-flex;
    vertical-align: top;
    width: calc(100%/3);
    padding-right: 40px;
}


/***** SEARCH MODAL *****/


.search-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 55px 20px 30px;
    text-align: center;
}

.search-modal .search-field {
    width: 1350px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.search-modal .search-field input {
    width: 100%;
    height: 80px;
    padding: 20px 90px;
    font-size: 22px;
    line-height: 1;
    color: #3C3C3C;
    border-radius: 10px;
    border: none;
}

.search-modal .search-field button {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 25px;
    background: transparent;
    border: none;
    font-size: 30px;
    color: #BE132C;
    line-height: 1;
    cursor: pointer;
}

.search-modal .search-field .close {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 30px;
    top: 27px;
    cursor: pointer;
    opacity: .3;
    transition: .3s opacity;
}

.search-modal .search-field .close span {
    width: 26px;
    height: 2px;
    background: #000;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
}

.search-modal .search-field .close span:nth-child(1) {
    transform: rotate(45deg);
}

.search-modal .search-field .close span:nth-child(2) {
    transform: rotate(-45deg);
}

.search-modal .search-field .close:hover {
    opacity: 1;
}


/***** COMPLEX O *****/


.complex_o {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0 150px;
}

.complex_item {
    width: calc(100%/3 - 20px*2/3);
    margin: 0 20px 20px 0;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    background: #FFF;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.complex_item:nth-child(3n) {
    margin-right: 0;
}

.complex_item .info {
    padding: 45px 50px;
}

.complex_item .info .title {
    text-align: center;
    margin: 0 0 40px;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
/* identical to box height, or 222% */
    text-align: center;
    font-feature-settings: 'pnum' on, 'lnum' on;

/* Black */
    color: #3C3C3C;
}

.complex_item .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.complex_item .info ul li {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 20px;
    padding-top: 0;
    margin: 0 0 20px;
}

.complex_item .info ul li:before {
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 5px 0 5px 7px;
   border-color: transparent transparent transparent #be132c;
   position: absolute;
   left: 0;
   top: 5px;
}

.complex_item .info ul li a {
    color: #000;
    text-decoration: none;
}

.complex_item .info ul li a:hover {
    color: #D35D6F;
}

.complex_list .item_label {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
    background: #F7F8F9;
    border-radius: 10px;
    padding: 12px 14px;
    align-items: center;
}

.complex_list .item_label .text {
    width: calc(100% - 174px);
    margin-right: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    color: #3C3C3C;
}

.complex_list .item_label input {
    display: none;
}

.complex_list .item_label label {
    display: block;
    width: 144px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #BE132C;
    text-align: center;
    border-radius: 6px;
    color: #BE132C;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s background, .3s color, .3s border-color;
    font-size: 14px;
}

.complex_list .item_label label:before {
    content: '+';
    font-weight: bold;
    margin-right: 10px;
    font-size: 22px;
    line-height: 1;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.complex_list .item_label label:hover {
    color: #FFF;
    background: #D35D6F;
    border-color: #D35D6F;
}

.complex_list .item_label input:checked + label {
    color: #FFF;
    background: #be122c;
    font-size: 0;
}

.complex_list .item_label input:checked + label:after {
    content: 'Добавлено';
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}

.complex_list .item_label input:checked + label:before {
    font-family: 'icomoon' !important;
    content: "\e902";
    font-size: 14px;
    top:0;
}

.complex-form .add {
    display: block;
    width: calc(100% - 60px);
    height: 36px;
    line-height: 34px;
    border: 1px solid #BE132C;
    text-align: center;
    border-radius: 6px;
    color: #BE132C;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: .3s background, .3s color, .3s border-color;
    font-size: 14px;
    display: block;
    margin: 12px auto 30px;
}

.complex-form .add:before {
    content: '+';
    margin-right: 10px;
    font-size: 20px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    top: -1px;
}

.complex-form .add:hover {
    color: #FFF;
    background: #D35D6F;
    border-color: #D35D6F;
}

.complex-form .go-form {
    background: #F7F8F9;
    border-radius: 10px;
    padding: 30px;
}

.complex-form .go-form .btn {
    padding: 16px 28px;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    margin: 0 0 20px;
}

.complex-form .go-form p {
    font-size: 14px;
    line-height: 1.4;
    color: #3C3C3C;
}


/***** COMPLEX CATEGORY *****/


.complex_categories {
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.complex_categories .cc_item {
    display: block;
    margin: 0 0 10px;
}

.complex_categories .cc_item a {
    display: block;
    width: 100%;
    padding: 24px 60px 24px 30px;
    background: #F7F8F9;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2; 
    color: #3C3C3C;
    text-decoration: none;
    transition: .3s background, .3s color;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.complex_categories .cc_item:last-child {
    margin: 0;
}

.complex_categories .cc_item a:hover {
    background: #D35D6F;
    color: #FFF;
}

.complex_categories .cc_item a:after {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    content: "\e900";
    font-family: 'icomoon' !important;
    font-weight: 200;
    color: #000000;
    opacity: .2;
    transition: .3s color, .3s opacity;
    font-size: 22px;
}

.complex_categories .cc_item a:hover:after {
    color: #FFF;
    opacity: 1;
}


/***** SERVICES LIST *****/


.services-list {
    display: flex;
    flex-wrap: wrap;
}

.services-list .s_item {
    width: calc(100%/2 - 20px/2);
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
}

.services-list .s_item:nth-child(2n) {
    margin-right: 0;
}

.services-list .s_item a {
    display: block;
    position: relative;
    overflow: hidden;
}

.services-list .s_item .info {
    padding: 40px 40px 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transform: translateY(100%);
    height: 100%;
    transition: .5s transform;
    width: 100%;
}

.services-list .s_item .info .title {
    color: #FFF;
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 0 30px;
    margin-top: -100px;
    position: relative;
    z-index: 6;
    transition: .3s margin;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block;
}

.services-list .s_item .info .text {
    color: #FFF;
    border-top: 2px solid rgb(255 255 255 / 0.2);
    padding: 24px 0 0;
    position: relative;
    z-index: 5;
}

.services-list .s_item .image {
    z-index: 3;
    position: relative;
}

.services-list .s_item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-list .s_item a:hover .info {
    transform: translateY(0);
}

.services-list .s_item a:hover .info .title {
    margin-top: 0;
}

.services-list .s_item .info:after {
    opacity: .5;
    content: '';
    position: absolute;
    left: 0;
    top: -50%;
    width: 100%;
    height: 150%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.video-about-us video{
    width: 60% !important;
}

@media(max-width:700px){
    .video-about-us video{
        height:200px;
        max-width: 350px !important;
        width: 100% !important;
    }
}

.section-title-text{
    font-family: 'Playfair Display';
    font-size: 6.6rem;
	font-family: 'Playfair Display';
	-webkit-font-feature-settings: 'lnum', 'pnum';
	-moz-font-feature-settings: 'lnum', 'pnum';
	font-feature-settings: 'lnum', 'pnum';
	line-height: 1.2;
	margin: 0 0 1.9rem;
	font-weight:bold;
	margin-bottom:19px;
	display:block;
}

.modal-title-text{
    font-family: 'Playfair Display';
    font-size: 4.4rem;
	font-family: 'Playfair Display';
	-webkit-font-feature-settings: 'lnum', 'pnum';
	-moz-font-feature-settings: 'lnum', 'pnum';
	font-feature-settings: 'lnum', 'pnum';
	line-height: 1.2;
	margin: 0 0 0.5rem;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	text-align: center;
}

.hidden-input input{
    display:none;
}

.check-small.hidden-input label i{
    display:none;
}

.check-small.hidden-input label i::before{
    display:none;
}

.check-small.hidden-input label{
    padding-left:0;
}


.header__invitation-button{
    font-size: 12px;
    
    max-width: 200px;
    width: 100%;
}

@media(max-width: 1024px) {
    .header__invitation-button{
        max-width: 130px;
        font-size: 8px;
    }
}

@media(max-width: 992px) {
    .header__invitation-button{
        margin-bottom: 3rem;
    }
}

@media(max-width: 768px) {
    .special-main .name{
        font-size: 30px;
    }
}

@media(max-width: 475px) {
    .special-main .name{
        font-size: 28px;
    }
}

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

.item .item-name {
    flex-grow: 1;
}




/* banners slider */
.banners-container{
    position: relative;
    margin-top: 40px;
}

.banners-slider{
    border-radius: 1rem;
}

.banners-slides{
    border-radius: 1rem;
}

.banners-slide{
    border-radius: 1rem;
}

.banners-slide__inner{
    border-radius: 1rem;
}

.banners-slide__image{
    width: 100%;
    height: 300px;
    border-radius: 1rem;
}

.banners-slide__image img {
    width: 100%;
    height: 100%;    
    object-fit: cover;
    border-radius: 1rem;
}

.banners-container__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    
    margin-top: 20px;
}

.banners-container__pagination .swiper-pagination-bullet{
    background: #979696;
}

.banners-container__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #42403F;
}

.banners-container__arrow,
.card-gallery__arrow{
    width: 30px;
    height: 30px;
    
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    
    z-index: 2;
    
    background: #fff;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .4s ease;
    
    border: 1px solid #e8e5e5;
}

.banners-container__arrow:hover,
.card-gallery__arrow:hover{
    opacity: .7;
    transition: opacity .4s ease;
}

.banners-container__arrow svg,
.card-gallery__arrow svg{
    width: 70%;
    height: 70%;
}


.banners-container__arrow--prev{
    left: 30px;
}

.banners-container__arrow--next
{
    right: 30px;
}

.card-gallery__arrow--next{
    right: -15px;
}

.card-gallery__arrow--prev{
    left: -15px;
}


.card-gallery{
    position: relative;
}



.card-videos{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.card-video__image{
    width: 100%;
    height: 180px;

    position: relative;
    
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    
    border-radius: 1rem;
}

.card-video__image::before{
    content: '';
    position: absolute;
    
    top: 0;
    left: 0;
    
    width: 100%;
    height: 100%;
    
    background: rgba(0,0,0,0.7);
    z-index: 1;
    
    border-radius: 1rem;
}

.card-video__play-button{
    width: 50px;
    height: 50px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    background: transparent;
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.card-video__play-button svg{
    width: 100%;
    height: 100%;
}

.card-video__title{
    margin: 10px 0 0 0;
    font-size: 18px;
}

.card-files{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.card-file__icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-file__icon svg{
    width: 40px;
    height: 60px;
}

.card-file{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    
    padding: 20px;
    border-radius: 1rem;
    
    background: #f3f3f3;
    text-decoration: none;
    color: #3c3c3c;
}

.card-file__title{
    font-size: 18px;
    margin: 0 0 15px 0;
}

.card-file__size{
    margin: 0;
    font-size: 14px;
}

.card-gallery__title{
    margin: 10px 0 0;
    font-size: 18px;
}

.card-gallery__image{
    width: 100%;
    height: 180px;
    border-radius: 1rem;
}

.card-gallery__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1rem;
}

@media(max-width: 1024px) {
    .card-video__image,
    .card-gallery__image{
        height: 140px;
    }
    
    .card-video__title,
    .card-file__title,
    .card-gallery__title{
        font-size: 16px;
    }
    
    .card-videos{
        grid-gap: 10px;
    }
    
    .card-files{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

@media(max-width: 768px) {
    .banners-container__arrow--prev{
        left: 10px;
    }
    
    .banners-container__arrow--next{
        right: 10px;
    }
    
    .banners-slide__image{
        height: 260px;
    }
    
    .card-videos{
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 10px;
    }
}

@media(max-width: 576px) {
    .card-gallery__arrow--next{
        right: 10px;
    }
    
    .card-gallery__arrow--prev{
        left: 10px;
    }
}

@media(max-width: 475px) {
    .card-videos,
    .card-files{
        grid-template-columns: 1fr;
        grid-gap: 20px 10px;
    }
}
/*  */

/* invitation modal */
.popup.invitation-modal{
    letter-spacing: normal;
}

.invitation-modal__overlay{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    
    display: flex;
    align-items: center;
    justify-content: center;
}

.invitation-modal__inner{
    max-width: 340px;
    width: 100%;
    margin: 0 10px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.invitation-modal__title{
    text-align: center;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.invitation-modal__input{
    margin-bottom: 15px;
}

.invitation-modal__input:last-child{
    margin-bottom: 0;
}

.invitation-modal__input input{
    width: 100%;
    height: 44px;
    
    outline: none;
    padding: 0 15px;
    border: 1px solid #ccc;
    background: transparent;
    
    
    font-size: 14px;
    border-radius: 10px;
}

.invitation-modal__inputs{
    margin-bottom: 15px;
}

.invitation-modal__submit{
    width: 100%;
    height: 44px;
    
    font-size: 14px;
}

.invitation-modal__close-button{
    width: 30px;
    height: 30px;
    
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    margin: 0;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    
    top: 10px;
    right: 10px;
    
    cursor: pointer;
}

.invitation-modal__close-button svg{
    width: 50%;
    height: 50%;
}


@media(max-width: 475px) {
    .invitation-modal__inner{
        padding: 30px 20px;
    }
}


.header__invitation-button.btn {
    padding: 6px;
    font-family: 'Open Sans', sans-serif;
    line-height: 110%;
    font-size: 14px;
}

.tab-nav {
    justify-content: flex-start;
}

h1,
.section-title h1,
.section-title h2,
.section-title-text {
    font-size: 3.5rem;
}

h2,
.special-main .name {
   font-size: 2.5rem; 
}

.btn.btn-large {
    font-size: 1.8rem;
}


.item .item-name {
    font-size: 14px;
}

.card-data {
    margin-top: 30px;
}

.item .item-catefory {
    display: none;
}

.btn {
    font-size: 1.5rem;
}

.services-list .s_item .info .title,
.consultation .subtitle,
.office .info .name {
    font-size: 25px;
}

.office .info b {
    font-size: 22px;
}

.item .item-name a {
    font-size: 13px;
}

.item .price {
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.copyright {
    font-size: 14px;
}

.header-location {
    padding: 0 1.5rem 0 0;
    width: 6rem;
    flex: 0 0 6rem
}

.header-content {
    padding: 0;
}

.search-btn {
    margin-right: 0;
}

.header__invitation-button {
    max-width: 180px;
}

.header-contact a {
    padding: 0 0 0 4.5rem;
}

.header-contact .box-icon {
    top: 0;
}

p img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

p video {
    max-width: 100%;
}

.filter {
    margin-bottom: 30px;
}

.filter_title {
    margin-bottom: 10px;
}

.filter-box fieldset {
    margin-bottom: 20px;
}

.mse2_number_inputs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter #mse2_filters .mse2_number_inputs label {
    display: flex;
    gap: 5px;
}

.mse2_number_inputs label,
.mse2_number_inputs input{
    width: 100%;
}

.filter .form-group .input-sm {
    width: 100%;
}

.filter .form-group .col-md-6 {
    padding: 0;
}

.filter .ui-widget-header {
    background: #be132c;
}