@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

html, body {max-width: 100%;}
*,*:before,*:after { -webkit-box-sizing:border-box;box-sizing:border-box; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
b, strong { font-weight: bold; }
input { outline: none; }
input:focus,textarea:focus{-webkit-box-shadow:none;box-shadow:none;}
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: top;}
iframe{ border:0; }
a { text-decoration: none; 	-webkit-transition:opacity .3s ease-out; -o-transition:opacity .3s ease-out; transition:opacity .3s ease-out; }
a:hover { text-decoration: none; }
*:focus{outline:none}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  background: #FFF;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

html.no-scroll,
html.no-scroll body {
  overflow-y: hidden;
}

.w-100 {
  width: 100%;
}

/***** GLOBAL *****/


/*Btn*/

.btn {
  padding: 20px;
  background: #a0ca8b;
  color: #fff;
  text-align: center;
  transition: .5s color, .5s border-color, .5s background;
  border: none;
  cursor: pointer;
   font-weight: 500;
}

.btn-border {
  background: transparent;
  border: 2px solid #a0ca8b;
  color: #202020;
  padding: 18px 20px;
}

.btn:hover {
  background: #96b984;
  color: #000;
}

.btn-yellow {
  background: #90d2e8;
  color: #000;
}

.btn-yellow:hover {
  color: #FFF;
  background: #000;
}

.btn-menu {
    padding: 0;
}

.btn-border:hover {
  border-color: #fff;
}

.btn-gray {
  background: #f6f6f6;
  color: #000;
  width: auto;
}

/*Text block*/

.text-block {
  line-height: 1.3;
  font-weight: 300;
  font-size: 16px;
}

.text-block p {
  margin: 0 0 25px;
}

.text-block h2 {
  font-weight: 600;
  font-size: 28px;
  margin: 0 0 15px;
}

.title-alert {
    font-size: 16px;
    margin: 0 20px 0 10px;
    width: 400px;
    background-color:#ffda0f;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.title-alert a{
   color: #679ed8;
   font-weight: 600;
}
.text-block > *:last-child {
  margin: 0;
}

.text-block ul {
  margin: 0 0 25px;
}

.text-block ul li {
  position: relative;
  padding-left: 20px;
  margin: 0 0 10px;
  
}

.text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.text-block h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 16px;
}

.text-block a {
      color: #679ed8;
    font-weight: 600;
  transition: .3s border-color;
  border-bottom: 1px solid rgb(234 232 228);
}

.text-block a:hover {
  border-color: transparent;
}

.text-left {
  text-align: left !important;
}

/*Section title*/

.section-title {
  margin: 0 0 40px;
}

.section-title .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}

/*Form*/

.form-group.checkbox-default input {
    display: none;
}

.form-group.checkbox-default label {
    display: block;
    position: relative;
    padding-left: 35px;
    line-height: 1.4;
    cursor: pointer;
}

.form-group.checkbox-default label:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #eae8e4;
    text-align: center;
    line-height: 17px;
    font-size: 12px;
}

.form-group.checkbox-default label a {
    color: #000;
    border-bottom: 1px solid rgb(0 0 0 / 20%);
    transition: 0.3s border-color;
}

.form-group.checkbox-default label a:hover {
    border-color: transparent;
}

.form-group.checkbox-default input:checked + label:before {
    content: "\f00c";
    background: #000;
    border-color: #000;
    color: #fff;
}

form .form-group {
    margin: 0 0 30px;
}

form .form-group .form-title {
    margin: 0 0 10px;
    font-size: 14px;
}

form .form-group input {
    width: 100%;
    border: 1px solid #eae8e4;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    transition: .3s border-color;
    color: #000;
}

form .form-group:last-child {
    margin: 0;
}

form .form-group input:hover, form .form-group input:focus {
    border-color: #000;
}

form .form-group textarea {
  width: 100%;
  border: 1px solid #eae8e4;
  padding: 20px;
  height: 150px;
  line-height: 1.2;
  transition: .3s border-color;
  color: #000;
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
}

form .form-group textarea:hover, form .form-group textarea:focus {
  border-color: #000;
}

form .form-group.politic {
  margin: 0;
}

form .form-group.politic p {
  font-size: 12px;
}

form .form-group.politic p a {
  color: #a0ca8b;
  border-bottom: 1px solid #a3bfad;
  transition: .3s color, .3s border-color;
}

form .form-group.politic p a:hover {
  border-color: transparent;
}


/***** ALERT BLOCK *****/


.alert {
  background: #dbdbdb;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: relative;
}

.alert-block {
  text-align: center;
  font-weight: 300;
  padding: 0 30px;
}

.alert-block .close {
  position: absolute;
  right: 2.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.alert-block .close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #FFF;
  border-radius: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.alert-block .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-block .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.alert-block .title {
  text-transform: uppercase;
  /* margin: 0 0 7px; */
  color: #FFF;
}

.alert-block .title a {
  color: #606060;
  font-weight: bold;
}

.animate-text {
  animation-name: blink;
  animation-timing-function: linear;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

/*Tip*/

.tip {
    position: relative;
}

.tip:after {
    content: attr(data-title);
    position: absolute;
    right: -10px;
    top: calc(100% + 1px);
    font-size: 14px;
    background: #fff;
    padding: 8px 16px;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    white-space: nowrap;
    line-height: 1;
    display: none;
    text-align: center;
    color: #000;
    font-size: 12px;
}

.tip:hover:after {
    display: block;
}



/***** HEADER *****/


header {
  position: relative;
  top: -100%;
  background: #FFF;
  border-bottom: 1px solid #eae8e4;
}

/*header.sticky {
    position: relative
    left: 0;
    top: 0;
    width: 100%;
    z-index: 75;
    background: #FFF;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}*/

header .top-line {
  border-bottom: 1px solid #eae8e4;
  padding: 10px 0;
}

header .top-line .ship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 20px;
  font-size: 12px;
}

header .top-line .ship .flag {
  width: 18px;
  margin-right: 10px;
}

header .top-line .ship span {
  line-height: 1;
}

header .top-line .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
  align-items: flex-end;
}

header .top-line .menu ul li a {
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-line .menu ul li:last-child {
  margin-right: 0;
}

header .top-line .menu ul li a i {
  font-size: 16px;
  margin-right: 6px;
  color: #a0ca8b;
}

header .top-line .profile {margin-left: 30px;}

header .top-line .profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .top-line .profile ul li {
  margin-right: 16px;
}

header .top-line .profile ul li a {
  color: #a0ca8b;
  font-size: 16px;
  position: relative;
  width: 36px;
  height: 36px;
  text-align: center;
  display: block;
  line-height: 36px;
  background: #f6f5f3;
  border-radius: 50%;
}

header .top-line .profile ul li:last-child {
  margin-right: 0;
}

header .top-line .profile ul li.open-cart a {
  position: relative;
}

header .top-line .profile ul li a span {
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  background: #90d2e8;
  border-radius: 10px;
  color: #202020;
  font-size: 10px;
  display: block;
  position: absolute;
  right: -4px;
  top: -4px;
}

header .bottom-line {
    padding: 12px 0;
}

header .bottom-line .header-line {
  position: relative;
}

header .logo {
  margin-right: 80px;
}

header .logo a {
  width: 258px;
  display: block;
}

header .bottom-line .menu {}

header .bottom-line .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .bottom-line .menu ul li {
  margin-right: 25px;
  padding: 12px 0px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
}

header .bottom-line .menu ul li a {
  text-transform: none;
  font-size: 14px;
  color: #000;
}

header .bottom-line .menu > ul > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    height: 4px;
    width: 100%;
    background: #a0ca8b;
    transition: 0.3s opacity;
    opacity: 0;
    pointer-events: none;
}

header .bottom-line .menu > ul > li > a:hover:after {
  opacity: 1;
}


header .bottom-line .menu ul li:last-child {
  margin-right: 0;
}

header .search {
  margin-left: auto;
  width: 335px;
  max-width: 100%;
}

header .search form {
  position: relative;
}

header .search input {
  background-color: #fff;
  border: none;
  width: 100%;
  padding-left: 50px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #eae8e4;
  transition: .3s background;
}

header .search button {
  padding: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a0ca8b;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}

header .search input::-webkit-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input::-moz-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input:-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input::-ms-input-placeholder {
  font-style: italic;
  font-weight: 300;
}

header .search input::placeholder {
  font-style: italic;
  font-weight: 300;
}

header .bottom-line .menu ul li.sub2 {
  position: relative;
}

header .bottom-line .menu ul li .submenu {
    position: fixed;
    left: 0;
    top: 150px;
    height: calc(100vh - 153px);
    z-index: 35;
    background: #FFF;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eae8e4;
    overflow-y: auto;
    display: none;
}

header .bottom-line .menu ul li .submenu .close {
  position: absolute;
  right: 0;
  top: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #FFF;
  font-size: 20px;
  cursor: pointer;
  z-index: 5;
}

header .bottom-line .menu ul li .submenu .submenu-block {
  width: 26%;
  background: #f6f5f3;
  padding: 2rem 3.13333vw;
}

header .bottom-line .menu ul li .submenu .submenu-block:last-child {
  width: 48%;
  padding: 0;
}

header .bottom-line .menu ul li .submenu .submenu-block:nth-child(2) {
  background: #FFF;
}

header .bottom-line .menu ul li .submenu .submenu-block .image {
  height: 100%;
  position: relative;
  z-index: 3;
}

header .bottom-line .menu ul li .submenu .submenu-block .image a {
  display: block;
  width: 100%;
  height: 100%;
}

header .bottom-line .menu ul li .submenu .submenu-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

header .bottom-line .menu ul li .submenu .submenu-block ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

header .bottom-line .menu ul li .submenu .submenu-block ul li {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}

header .bottom-line .menu ul li .submenu .submenu-block ul li a {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
}

.header-line .mobile-toggle {
  display: none;
  position: absolute;
  left: 15px;
  top: 20px;
  z-index: 5;
}

.header-line .mobile-toggle span {
  display: block;
  margin: 0 0 4px;
  width: 24px;
  height: 3px;
  background: #000;
  border-radius: 10px;
  position: absolute;
  left: 0;
}

.header-line .mobile-toggle span:nth-child(3) {
  margin: 0;
}

.header-line .mobile-toggle span:nth-child(1) {
  top: 0;
}

.header-line .mobile-toggle span:nth-child(2) {
  top: 7px;
}

.header-line .mobile-toggle span:nth-child(3) {
  top: 14px;
}

.header-line .mobile-toggle.open span:nth-child(1) {
  top: 7px;
  transform: rotate(45deg);
}

.header-line .mobile-toggle.open span:nth-child(2) {
  display: none;
}

.header-line .mobile-toggle.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 7px;
}

header .header-line .logo {
  display: none;
}

.header-line .mobile-cart {
  position: absolute;
  right: 15px;
  top: 18px;
  font-size: 20px;
  display: none;
  z-index: 5;
}

.header-line .mobile-cart a {
  color: #000;
}

.header-line .mobile-cart > span {
  font-size: 12px;
  display: block;
  margin-right: 10px;
}

.header-line .mobile-cart a span {
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  background: #585858;
  color: #FFF;
  font-size: 10px;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 50%;
}

header .callback {
    margin-left: auto;
}

header .callback a {
    color: #fff;
    background: #a0ca8b;
     font-weight: 500;
}
header .callback a:hover {
      color: #202020;
      background: #a0ca8b;
      font-weight: 500;
      border-color: #a0ca8b;
}
header .callback .btn {
    display: inline-block;
    vertical-align: top;
    padding: 10.5px 30px;
}

header .bottom-line .menu ul li .subcat {
  position: absolute;
  left: -40px;
  top: 100%;
  width: 300px;
  background: #fff;
  z-index: 35;
  display: none;
  padding: 8px 0;
  border: 1px solid #eae8e4;
}

header .bottom-line .menu ul li .subcat li {
  border-bottom: 1px solid #eae8e4;
  width: 100%;
  padding: 0 20px;
}

header .bottom-line .menu ul li .subcat li a {
  padding: 12px 5px;
  display: block;
}

header .bottom-line .menu ul li:hover > .subcat {
  display: block;
}

header .bottom-line .menu ul li .subcat li:last-child {
  border: none;
}

header .bottom-line .menu ul li .subcat:before {
  content: "";
  position: absolute;
  left: 56px;
  top: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #eae8e4;
  transform: rotate(45deg);
  z-index: 4;
  background: #fff;
  border-bottom: 0;
  border-right: 0;
}

header .bottom-line .menu ul li .subcat .subcat {
  top: 0;
  left: 100%;
}

header .bottom-line .menu ul li .subcat .subsub:hover:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  width: 16px;
  height: 16px;
  border: 1px solid #eae8e4;
  z-index: 4;
  background: #fff;
  border-bottom: 0;
  border-right: 0;
}

header .bottom-line .menu ul li .subcat .subcat:before {
  display: none;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block {
  display: none;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block li {
  display: none;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block li.open-menus {
  display: block
}

header .bottom-line .menu ul li .submenu .submenu-block .open-menus ul li {
  display: block;
}

header .bottom-line .menu ul li .submenu .submenu-block ul.hover-block li.open-menus b {
  font-size: 16px;
  margin: 0 0 20px;
  display: block;
  color: #080808;
  font-weight: 600;
}

ul.show + ul.sep-top {
  border-top: 1px solid #cccccc;
  padding: 30px 0 0;
}


/***** MODAL CART *****/

.cart-modal {
    top: 0;
    background: #fff;
    width: 480px;
    position: fixed;
    right: -150%;
    z-index: 76;
    height: 100%;
    transition: .3s all;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.cart-modal .empty {
  font-size: 18px;
  padding: 20px 0;
}

.cart-modal .modal-title {
  position: relative;
  line-height: 1;
  padding-left: 3.33333vw;
  padding-right: 3.33333vw;
  border-bottom: 1px solid #eae8e4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-modal .modal-title .title {
  white-space: nowrap;
  overflow: hidden;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.cart-modal .modal-title .title span {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 300;
}

.cart-modal .modal-title .title .ms2_total_count {
    margin-left: 0;
}

.cart-modal .scroll-box {
    padding-left: 3.33333vw;
    padding-right: 3.33333vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-modal .modal-title .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 63px;
  height: 63px;
  border-left: 1px solid #eae8e4;
  cursor: pointer;
}

.cart-modal .modal-title .close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  border-radius: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.cart-modal .modal-title .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.cart-modal .modal-title .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.cart-items {
    margin: 30px 0;
    max-height: calc(100vh - 230px);
}

.cart-items .item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #eae8e4;
  padding: 20px 0;
}

.cart-items .item .info {
    width: calc(100% - 130px);
}

.cart-items .item .image {
  width: 120px;
  margin-right: 10px;
  padding: 10px;
  background: #f9f4f6;
}

.cart-right .cart-items .item .image,
.cart-modal .cart-items .item .image{
  background: #FFF;
}

.cart-items .item .name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
}

.cart-items .item .price {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
}

.cart-modal .total,
.cart-right .total{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-size: 18px;
}

.cart-modal .total .btn,
.cart-right .total .btn{
  width: 100%;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: normal;
}

.cart-modal .total .name,
.cart-right .total .name{
  text-transform: uppercase;
}

.cart-modal .total .price,
.cart-right .total .price{
  font-weight: 300;
}



/***** MOBILE MENU *****/


.mobile-menu {
  position: fixed;
  left: 0;
  top: 56px;
  z-index: 57;
  background: #f6f5f3;
  height: calc(100vh - 50px);
  overflow-y: auto;
  width: 100%;
  display: none;
}

.mobile-menu .menu {
  background: #fff;
}

.mobile-menu .menu ul {
  padding: 0 15px;
}

.mobile-menu .menu ul li {
  border-bottom: 1px solid #eae8e4;
}

.mobile-menu .menu ul li:last-child {
  border: none;
}

.mobile-menu .menu ul li a {
  position: relative;
  display: block;
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  padding: 14px 30px 14px 5px;
}

.mobile-menu .menu ul li.sub > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 14px;
}

.mobile-menu .menu ul li .submenu-block {
  display: none;
  position: fixed;
  left: 0;
  top: 56px;
  height: calc(100% - 51px);
  width: 100%;
  z-index: 68;
  background: #fff;
}

.mobile-menu .menu ul li.open > .submenu-block {
  display: block;
}
.mobile-menu .menu ul li.open .submenu-block li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
}

.mobile-menu .menu ul li .submenu-block .title-block {
  padding: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eae8e4;
  margin: 0;
}

.mobile-menu .menu ul li .submenu-block .title-block .back {
  border-right: 1px solid #eae8e4;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  min-width: 60px;
}

.mobile-menu .menu ul li .submenu-block .title-block .title {
  text-align: center;
  width: calc(100% - 48px);
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding-right: 60px;
}

.mobile-menu .menu ul li .submenu-block .menu {
  height: calc(100vh - 50px - 60px);
  overflow-y: auto;
}

.mobile-menu .menu.more {
  background: transparent;
}

.mobile-menu .menu.more ul li a {
  text-transform: none;
}

.mobile-menu .menu ul li a img {
  width: 20px;
  margin-right: 10px;
}

.mobile-menu .menu ul li a i {
  margin-right: 10px;
  width: 20px;
  text-align: center;
}

.mobile-menu .menu ul ul {
  overflow-y: auto;
  height: calc(100% - 91px);
}


/***** MAIN SLIDER *****/


.main-slider {
  position: relative;
  border-bottom: 1px solid #eae8e4;
}

.main-slider .arrow {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #FFF;
  position: absolute;
  top: calc(100%/2 - 290px/2);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
  color: #000;
  font-size: 22px;
  cursor: pointer;
  transition: .5s background;
}

.main-slider .arrow:hover {
  background: #eae8e4;
}

.main-slider .arrow.prev {
  left: 0;
}

.main-slider .arrow.next {
  right: 0;
}

.main-slider .item {
  padding-bottom: 50px;
  background: #FFF;
}

.main-slider .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  vertical-align: middle;
}

.main-slider .item .image {
  overflow: hidden;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-slider .item .image a {
  height: 100%;
  width: 100%;
}

.main-slider .item .title {
  padding: 0 20px;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
}

.main-slider .item .text {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 40px;
}

.main-slider .item .btns {
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-slider .item .btns .btn {
  width: 260px;
  max-width: 100%;
  margin: 0 20px;
}


/***** MAIN BLOCKS *****/

.categories-section {
    padding: 50px 0;
}

.main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-blocks .item-block {
  border: 1px solid #eae8e4;
  border-top: none;
  border-right: none;
}

.main-blocks .item-block a {
  text-align: center;
  color: #000;
  padding: 3.125vw;
}

.main-blocks .item-block:nth-child(2n) {
  border-right: none;
}

.main-blocks .item-block:first-child {
  border-left: none;
}

.main-blocks .item-block .image {
  margin: 0 0 30px;
}

.main-blocks .item-block .title {
  padding: 0 20px;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

.main-blocks .item-block .text {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

.main-blocks.three .item-block {
  width: calc(100%/3);
}

.main-blocks.three .item-block .title {
  font-size: 22px;
}

.main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-blocks > div {
  width: calc(100%/2);
}

.main-blocks .item-block {
  border: 1px solid #eae8e4;
  border-top: none;
  border-right: none;
}

.main-blocks .item-block.big {
  border-right: 1px solid #eae8e4;
  border-bottom: none;
}

.main-blocks .item-block:first-child {
  border-left: none;
}

.main-blocks .item-block:nth-child(2n) {
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.main-blocks .item-block a {
  text-align: center;
  color: #000;
  padding: 3.125vw;
  display: block;
}

.main-blocks .item-block .image {
  margin: 0 0 30px;
}

.main-blocks .item-block .title {
  padding: 0 20px;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 28px;
  color: #000;
}

.main-blocks .item-block .text {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
}

.main-blocks.three .item-block {
    width: calc(100%/3 - 15px*2/3);
    border: 1px solid #eae8e4;
    margin-right: 15px;
    margin-bottom: 15px;
    border-bottom: 4px solid #a0ca8b;
    transition: .3s border-color;
}

.main-blocks.three .item-block:hover{
    border-bottom-color: #90d2e8;
}

.main-blocks.three .item-block .title {
  font-size: 22px;
}

.main-blocks.three .item-block:nth-child(3n) {
    margin-right: 0;
}


/***** FILTERS *****/

.filters {
  border-bottom: 1px solid #eae8e4;
  margin: 0 0 45px;
}

.filters-select {
    display: none;
  border-top: 1px solid #eae8e4;
}

.filters-select-block {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.filters .form-group {
  margin-right: 20px;
  margin-bottom: 20px;
}

.filters .form-group input {
  display: none;
}

.filters .form-group label {
  display: block;
  padding: 0.5rem;
  cursor: pointer;
  background: transparent;
  color: #000;
}

.filters .form-group input:checked + label {
  background: #000;
  color: #fff;
  position: relative;
}

.filters .form-group input:checked + label:after {
  content: "+";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
}

.filters .form-group input:checked + label {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}


.filters .filters-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 79px;
}

.filters .filters-title .title {
  font-size: 18px;
  color: #1e191b;
}

.filters .filters-title .filters-block {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.filters .filters-title .filters-block .filters-list {
  position: absolute;
  right: -3.125vw;
  top: 100%;
  width: 100vw;
  display: none;
  z-index: 33;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eae8e4;
  padding: 0 3.125vw;
  box-shadow: 0 30px 20px rgb(0 0 0 / 10%);
  display: none;
}

.filters .filters-title .title {
  font-weight: bold;
}

.filters .filters-title .title span {
  font-weight: 300;
  color: #a0ca8b;
}

.filters-block > .checkbox {
  border-left: 1px solid #eae8e4;
  border-right: 1px solid #eae8e4;
  transition: 0.3s background;
  background: #fff;
  margin-right: 0;
  min-width: 185px;
  margin-bottom: 0;
}

.filters-block > .checkbox input {
  display: none;
}

.filters-block  > .checkbox label {
  padding: 1.87rem 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filters-block > .checkbox label:before {
  content: "";
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  display: block;
  margin-right: 10px;
  text-align: center;
  line-height: 16px;
}

.filters-block .filters-btn {
  padding: 1.87rem 1.5rem;
  display: flex;
  align-items: center;
  background: #fff;
  transition: 0.3s background, 0.3s color;
  cursor: pointer;
  min-width: 145px;
  color: #a0ca8b;
}

.filters-block .filters-btn i {
  font-size: 20px;
  font-weight: 100;
  margin-right: 10px;
}

.filters-block .filters-btn:hover {
  background: #FFC627;
  color: #000;
}

.filters-block > .checkbox:hover {
  background: #f6f5f3;
}

.filters-block > .checkbox input:checked + label:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
}

.filters .filters-block > .form-group input:checked + label:after {
  display: none;
}

.filters .filters-block > .form-group input:checked + label {
  background: transparent;
  padding: 1.87rem 1.5rem;
  color: #000;
}

.filters .filters-list .block {
    width: calc(100%/4);
    border-left: 1px solid #eae8e4;
    padding: 0 1.5rem 1.5rem;
}

.filters .filters-list .block .title {
    padding: 1.5rem 0;
}

.filters .filters-list .block .form-group.checkbox {
    border: none;
    margin: 0;
    margin-right: 10px;
}

/*.filters .filters-list .block .options .form-group.checkbox {
  margin: 0 -15px;
}*/

.filters .filters-list .block .form-group.checkbox label {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  display: inline-block;
  vertical-align: top;
}

.filters .filters-list .block .colors .form-group.checkbox label:after {
  display: none;
}

.filters .filters-list .hide-filters {
  width: calc(100% + 3.125vw*2);
  text-align: center;
  padding: 30px 20px;
  border-top: 1px solid #eae8e4;
  cursor: pointer;
  transition: .3s background;
  margin: 0 -3.125vw;
}

.filters .filters-list .hide-filters:hover {
  background: #f6f5f3;
}

.filters .filters-list .hide-filters i {
  margin-right: 15px;
}

.filters .filters-list .block:first-child {
  border: none;
}

.filters .filters-list .block .colors {
  display: flex;
  flex-wrap: wrap;
}

.filters .filters-list .block .colors .form-group.checkbox label {
  width: 32px;
  height: 32px;
  background: #CCC;
  padding: 0;
  border: 1px solid #d0d0d0;
}

.filters .filters-list .colors .block .form-group.checkbox {
  margin: 0 10px 10px 0;
}

.filters .filters-list .block .colors .form-group.checkbox label.blue {
  background: #0036f9;
}

.filters .filters-list .block .colors .form-group.checkbox label.brown {
  background: brown;
}

.filters .filters-list .block .colors .form-group.checkbox label.white {
  background: #FFF;
}

.filters .filters-list .block .colors .form-group.checkbox label.red {
  background: #b90000;
}

.filters .filters-list .block .colors .form-group.checkbox label.black {
  background: #000;
}

.filters .filters-list .block .colors .form-group.checkbox label.gray {
  background: gray;
}

.filters .breadcrumbs {
    margin-right: auto;
    width: calc(100% - 80px);
    padding: 0 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.filters .breadcrumbs li {
    font-weight: 300;
    margin-right: 5px;
}

.filters .back a {
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background: #FFF;
    border-right: 1px solid #eae8e4;
    border-left: 1px solid #eae8e4;
    font-size: 22px;
    color: #000;
    transition: .3s background;
}

.filters .back a:hover {
    background: #f6f5f3;
}

.filters .breadcrumbs li.active {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    margin-right: 0;
}

.filters .breadcrumbs li a {
    color: #000;
}

.filters .breadcrumbs li:after {
    content: "/";
    margin-left: 5px;
    color: #eae8e4;
}

.filters .breadcrumbs li.active:after {
    display: none;
}

/***** CART PAGE *****/


.cart-page {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
}

.cart-page .cart-left {
    width: 66.66666%;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 5rem;
    padding-top: 3rem;
    background: #f6f5f3;
}

.cart-page .cart-right {
    width: 33.333333%;
}

.cart-page .cart-left .btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.cart-page .cart-left .btns .politic {
    width: calc(100% - 180px);
    margin-right: auto;
    padding-right: 30px;
}

.cart-page .cart-block {
    margin: 30px 0;
}

.cart-page .cart-block > .title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 30px;
}

.cart-page .cart-block > .title span {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
}

.cart-block-items {
    margin: 0 0 20px;
}

.cart-block-items .item {
    margin: 0 0 20px;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 30px;
}

.cart-block-items .item:last-child {
    margin: 0;
}

.cart-block-items .item .image {
    width: 200px;
    margin-right: 30px;
}

.cart-block-items .item .info {
    width: calc(100% - 230px);
    padding-right: 180px;
    position: relative;
}

.cart-block-items .item .info .title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 20px;
}

.cart-block-items .item .info .article {
    font-weight: 300;
    margin: 0 0 15px;
}

.cart-block-items .item .info ul {
    margin: 0 0 30px;
}

.cart-block-items .item .info ul li {
    margin: 0 0 10px;
    font-weight: 400;
}

.cart-block-items .item .info ul li:last-child {
    margin: 0;
}

.cart-block-items .item .info .delete {}

.cart-block-items .item .info .delete button {
    background: transparent;
    border: none;
    padding: 0;
    text-align: center;
    border: 1px solid #eae8e4;
    width: 36px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    transition: .3s color, .3s background;
}

.cart-block-items .item .info .delete button:hover {
    background: #eae8e4;
}

.cart-block-items .item .info .controls {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-block-items .item .info .count {
    margin-right: 10px;
}

.cart-block-items .item .info .count input {
    border: 1px solid #CCC;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    padding: 0;
    margin-right: 5px;
}

.cart-block-items .item .info .count input::-webkit-outer-spin-button,
.cart-block-items .item .info .count input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.cart-block-items .item .info .price {
    font-size: 16px;
}

.cart-page .cart-block .total {
    background: #FFF;
    padding: 40px 30px;
    margin: 0 0 20px;
}

.cart-page .cart-block .total .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}

.cart-page .cart-block .total .item:last-child {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.cart-page .cart-right {
    width: 33.333333%;
    padding-left: 3.125vw;
    padding-right: 3.125vw;
    padding-bottom: 5rem;
    padding-top: 3rem;
    position: sticky;
    top: 130px;
}

.cart-page .cart-right .cart-phone {
  display: flex;
  justify-content: center;
}

.cart-page .cart-right .cart-phone a {
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-page .cart-right .cart-phone a i {
  margin-right: 10px;
  font-size: 20px;
}

.cart-page .cart-right .cart-phone a:hover {
  color: #404040;
}

#politic-btn[disabled] {
  opacity: .3;
  pointer-events: none;
}

.filters-select-block {
    background: transparent !important;
    padding: 18px 0 !important;
    display: flex !important;
    align-items: center;
    width: 100%;
}

.filters-select-block strong {
    margin-right: 10px;
}

.filters-select-block a.mse2_selected_link {
    background: #000;
    color: #fff !important;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.filters-select-block a.mse2_selected_link em {
    color: #fff !important;
}

.filters-select-block a.mse2_selected_link sup {
    position: relative;
    top: 0;
    margin-left: 6px;
    font-size: 23px;
    font-size: 0;
    transform: rotate(45deg);
}

.filters-select #mse2_selected_wrapper {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.filters-select-block a.mse2_selected_link sup:after {
    content: "+";
    color: #fff;
    font-size: 32px;
    transform: rotate(45deg);
    line-height: 1;
}


.order-block {
    margin: 0 0 50px;
}

.order-block .item-block {
    margin: 0 0 50px;
}

.order-block .item-block .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 10px;
}

.cart-page .tip {
  margin: 0 0 20px;
  text-align: right;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart-page .tip i {
  font-size: 18px;
  margin-right: 6px;
}

.cart-page .tip a {
  color: #000;
  border-bottom: 1px solid rgb(234 232 228);
  transition: .3s border-color;
}

.cart-page .tip a:hover {
  border-color: transparent;
}

.order-block .item-block .white-block {
    background: #FFF;
    padding: 30px;
}

.order-block .item-block:last-child {
    margin: 0;
}



.cart-page .cart-right .cart-items {
    max-height: inherit;
    margin-top: 15px;
}

.cart-right .total .btn {
    display: none;
}

.cart-page .cart-right .scroll-box {
    margin: 0 0 50px;
}

.cart-page .cart-right .modal-title .close {
    display: none;
}

.cart-page .cart-right .modal-title .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
}

.icon_labels {
    display: flex;
    flex-wrap: wrap;
}

.icon_labels .item {
    width: calc(100%/3 - 30px*2/3);
    margin-right: 30px;
}

.icon_labels .item:nth-child(3) {
    margin-right: 0;
}

.icon_labels .item input {
    display: none;
}

.icon_labels .item .icon {
    height: 70px;
    line-height: 70px;
    margin: 0 0 20px;
}

.icon_labels .item .icon i {
    font-size: 50px;
    line-height: 1;
    vertical-align: bottom;
}

.icon_labels .item .icon img {
    max-height: 100%;
}

.icon_labels .item .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
}

.icon_labels .item label {
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px 15px 15px 46px;
  border: 1px solid #eae8e4;
  cursor: pointer;
  position: relative;
  height: 100%;
  text-align: left;
}

.icon_labels .item label i {
  position: absolute;
  left: 10px;
  top: 14px;
  font-size: 20px;
  line-height: 1;
}

.icon_labels .item input:checked + label {
    background: #f6f5f3;
    border-color: #000;
}

.icon_labels .item input:checked + label:after {
    content: "\f058";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 20px;
    line-height: 1;
    color: #000;
    font-weight: 600;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}

.filters-list .options.colors-list {
  max-height: initial;
  overflow: hidden;
}

.filters-list .options.colors-list .form-group.checkbox {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.filters .filters-list .block .options.colors-list .form-group.checkbox label {
  padding: 0;
  border: 2px solid #FFF;
}

.filters .filters-list .block .options.colors-list .form-group.checkbox label:after {
  display: none;
}

.filters .filters-list .block .options.colors-list .form-group.checkbox input:checked + label {
  border-color: #d52b1e;
}

.filters-list .options.colors-list .form-group.checkbox input:disabled + label {
  opacity: .3;
}


/***** CATALOG *****/

.catalog-section {
    padding: 50px 0;
}

.catalog {
  display: flex;
  flex-wrap: wrap;
}

.catalog .item {
    width: calc(100% / 4 - 30px * 3 / 4);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #eae8e4;
    padding: 20px;
}

.catalog .item:nth-child(4n) {
  margin-right: 0;
}

.catalog .item a {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 20px;
  height: 100%;
}

.catalog.type-2 .item a {
  height: auto;
}

.catalog .item a img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog .item .item-images {
  background: #FFFFFF;
  margin: 0 0 15px;
  
  position: relative;
}

.catalog .item .like {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    cursor: pointer;
    color: #ea020c;
    font-size: 18px;
}

.catalog .item .like a.voted i {
  font-weight: 900;
}

.catalog .item .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 60px;
}

.catalog .item .info .colors {
  display: flex;
  align-items: center;
}

.catalog .item .info .title {
  font-weight: 400;
  font-size: 16px;
  color: #202121;
}

.catalog .item .info .title a {
  color: #000;
}

.catalog .item .info .colors span {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
}

.catalog .item .info .price {
  width: 100%;
  margin: 12px 0 0;
  color: #202121;
  font-size: 16px;
  font-weight: 500;
}

.catalog .item .info ul {
    margin: 15px 0 0;
}

.catalog .item .info ul li {
    position: relative;
    padding-left: 16px;
    color: #323232;
    margin: 4px 0;
}

.catalog .item .info ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #FFC627;
    border-radius: 50%;
}


.catalog .item .info .colors span.gray {
  background: #575258;
}

.catalog .item .info .colors span.brown {
  background: #654135;
}

.catalog .item .info .colors span:last-child {
  margin-right: 0;
}

.catalog .item .item-images .arrow {
  position: absolute;
  top: 50%;
  background: #FFF;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 20px;
  transform: translateY(-50%);
  transition: .3s opacity;
  opacity: 0;
  z-index: 7;
  cursor: pointer;
}

.catalog .item .item-images .arrow.prev {
  left: 0;
}

.catalog .item .item-images .arrow.next {
  right: 0;
}

.catalog .item .item-images:hover .arrow {
  opacity: 1;
}

.catalog.catalog-slider .slick-list {
  padding: 0;
}

.catalog.catalog-slider .item {
  margin: 0 15px !important;
}

.catalog.catalog-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #000;
  font-size: 20px;
  background: #FFF;
  z-index: 5;
  cursor: pointer;
}

.catalog.catalog-slider .arrow.prev {
  left: 35px;
}

.catalog.catalog-slider .arrow.next {
  right: 35px;
}

.catalog .item .controls .btn {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.catalog .item .controls {
  margin: 20px 0 0;
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.catalog.type-2 .item .controls {
    margin: 0;
    position: relative;
    left: 0;
    bottom: 0;
}

.catalog .item .controls .comparison {
    margin-left: auto;
    margin-right: 20px;
}

.catalog .item .controls .btn a {
    border-radius: 30px;
}

.catalog .item .controls .btn a i {
    margin-right: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    background: #a0ca8b;
    position: absolute;
    left: 0;
    line-height: 40px;
    top: 0;
    color: #FFF;
    transition: .3s background, .3s color;
    z-index: 5;
}

.catalog .item .controls .btn a {
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    padding: 0 40px 0 70px;
    line-height: 40px;
    font-size: 16px;
    color: #a0ca8b;
}

.catalog .item .controls .btn:hover a {color: #FFF;}

.catalog .item .controls button {
    padding: 0;
    background: transparent;
    border: none;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    transition: .3s color;
}

.catalog .item .controls .btn a:hover i {
    color: #FFF;
}

.catalog .item .controls .btn:hover {border-color: #a0ca8b;background: transparent;color: #FFF;}

.catalog .item .controls button:hover {
    color: #a0ca8b;
}

.catalog .item .controls .btn a:after {
    content: "";
    position: absolute;
    right: calc(100% - 40px);
    top: 0;
    width: 100%;
    height: 100%;
    background: #a0ca8b;
    transition: 0.3s right;
    z-index: 1;
    pointer-events: none;
}

.catalog .item .controls .btn a:hover:after {
    right: 0;
    z-index: -1;
}


.related {
  padding: 60px 0 70px;
  border-top: 1px solid #eae8e4;
}

.catalog .item .status {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
}

.catalog .item .status i {
    margin-right: 10px;
    font-size: 20px;
    color: #2d9b5d;
}
.catalog .item .status.empty i {
    color: #ff0000;
}
.catalog .item .rent-price .rent-title {
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
}

.catalog .item .rent-price .rent-title b {
  color: #a0ca8b;
}

.catalog .item .rent-price ul li:before {
  display: none;
}

.catalog .item .rent-price ul li:last-child {
  margin: 0;
  border: none;
}

.catalog .item .rent-price ul li.gray {
  background: #f5f5f5;
}

.catalog .item .rent-price ul li span {
  font-weight: bold;
  color: #306097;
}

.catalog .item .rent-price {
  width: 100%;
  margin: 20px 0 0;
}

.catalog .item .rent-price .info-price {
  background: #f5f5f5;
  padding: 15px 20px 15px 50px;
  position: relative;
}

.catalog .item .rent-price .info-price i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
}

.catalog.type-2 .item {
  width: calc(100% / 2 - 30px/2);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.catalog.type-2 .item .item-images {
  width: 50%;
  position: relative;
  margin: 0;
  padding: 30px 0 0;
  background: transparent;
}

.catalog.type-2 .item .info {
  width: 50%;
  padding: 0 0 0 30px;
  align-items: flex-start;
}

.catalog.type-2 .item .item-images .status {
  right: inherit;
  left: 0;
}

.catalog.type-2 .item:nth-child(4n) {
  margin-right: 20px;
}

.catalog.type-2 .item:nth-child(2n) {
  margin-right: 0;
}

.catalog .item .label {
  position: absolute;
  left: -79px;
  top: 18px;
  transform: rotate(-25deg);
  width: 330px;
  text-align: center;
  padding: 0;
  z-index: 34;
  font-weight: 400;
  font-size: 13px;
  height: 30px;
  line-height: 28px;
}

.catalog .item .label.red {
  background: red;
  color: #FFF;
}

.catalog.type-3 .item {
  width: calc(100% / 3 - 30px * 2 / 3);
  overflow: hidden;
  border: 2px solid #679ed8;
}

.catalog.type-3 .item:nth-child(4n) {
  margin-right: 30px;
}

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

.offer {
    padding: 60px 0;
}


/***** ITEM PAGE *****/

.item-page {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -45px 0 0;
}

.item-page .item-image-slider {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
}

.item-page .item-images-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.item-page .item-content {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    width: 100%;
}

.item-page .item-image-slider a {
  width: calc(100% / 2 - 10px / 2);
  display: block;
  background-color: #FFFFFF;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 360px;
}

.item-page .item-image-slider a:first-child {
  width: 100%;
  max-height: 600px;
  /*height: 100%;
  max-height: inherit;*/
}

.item-page .item-image-slider a:nth-child(2) {
  margin-right: 10px;
}

.item-page .item-image-slider a img {
  max-width: 100%;
  max-height: 100%;
}

.item-page .item-info {
  width: 40%;
  padding: 3.125vw;
  border-left: 1px solid #eae8e4;
}

.item-page .item-info .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 30px;
  margin: 0 0 70px;
}

.item-page .item-info .title .article {
  margin: 0 0 5px;
  text-transform: uppercase;
}

.item-page .item-info .title .like {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.item-page .item-info .title .name {
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 38px;
  line-height: 1.4;
}

.item-page .item-info .price-block {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
  justify-content: space-between;
}

.item-page .item-info .price-block .price {
  font-weight: bold;
  font-size: 20px;
}

.item-page .item-info .btns {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0 0 50px;
}

.item-page .item-info .btns a {
  display: block;
  width: 100%;
  margin: 0 0 10px;
}

.item-page .item-info .price-block .availability {
  position: relative;
  padding-left: 10px;
}

.item-page .item-info .price-block .availability:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

.item-page .item-info .price-block .availability.green:before {
  background: #5c7e08;
}

.item-page .item-info .price-block .availability.red:before {
  background: brown;
}

.item-page .item-info .text-block ul {
    column-count: 2;
}

.item-page .item-info .text-block ul li span {
    margin-right: 3px;
    color: #000;
    font-weight: normal;
}

.item-page .item-info .text-block ul li {
    font-weight: 600;
}

.item-page .item-info .links a {
  color: #202121;
}

.item-page .item-info .links a {
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #eae8e4;
  padding: 30px 60px 30px 55px;
  position: relative;
}

.item-page .item-info .links a:last-child {
  border: none;
}

.item-page .item-info .links a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.item-page .item-info .links .name {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.item-page .item-info .links .text {
  font-weight: 300;
}

.item-page .item-info .links a:after {
  content: "\f24d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.item-page .item-info .sizes {
    margin: 30px 0 !important;
    display: flex;
}

.item-page .item-info .sizes .size {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 30px;
}

.item-page .item-info .sizes .size .image {
    width: 92px;
    background: url('../img/sprite_measurments.png') no-repeat -187px center;
    height: 43px;
    margin-bottom: 10px;
}

.item-page .item-info .sizes .size .info {
    font-weight: 600;
}

.item-page .item-info .sizes .size .info span {
    display: block;
    font-weight: 400;
    color: #000;
}

.item-page .item-info .sizes .size:last-child {
    margin: 0;
}

.item-page .item-info .sizes .size:nth-child(2) .image {
    background-position: 0 center;
}

.item-page .item-info .sizes .size:nth-child(3) .image {
    background-position: -278px center;
}

.item-page .item-info .status {
  position: relative;
  margin: 10px 0;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
}

.item-page .item-info .status i {
    margin-right: 10px;
    font-size: 20px;
    color: #2d9b5d;
}

.item-page .item-info .status.empty i {
    color: #ff0000;
}

.modal-links a {
  color: #202121;
}

.modal-links a {
  flex-wrap: wrap;
  display: flex;
  border-bottom: 1px solid #eae8e4;
  padding: 30px 60px 30px 55px;
  position: relative;
}

.modal-links a:last-child {
  border: none;
}

.modal-links a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
}

.modal-links .name {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin: 0 0 5px;
}

.modal-links .text {
  font-weight: 300;
}

.modal-links a:after {
  content: "\f24d";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}


/***** FOOTER *****/


footer {
  margin-top: auto;
  background: #a7abae;
}

footer .top-line {
  padding: 32px 0;
}

footer .top-line .logo a {
  display: inline-block;
  vertical-align: top;
  color: #9a9a9a;
  width: 252px;
  font-size: 12px;
  line-height: 1.4;
}

footer .top-line .logo a span {
  margin: 10px 0 0;
  display: block;
}

footer .bottom-line {
  padding: 0 0 32px;
}

footer .bottom-line .menu {
    padding: 32px 0 0;
    border-top: 1px solid rgb(255 255 255 / 20%);
}
footer .bottom-line .menu .fab{
    color: #fff;
    font-size: 26px;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
footer .bottom-line .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .bottom-line .menu ul li a {
  color: #FFF;
}

footer .top-line-block {
    display: flex;
    align-items: center;
}

footer .copyright {
    margin-left: auto;
    color: #fff;
}

.filters-list .options{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}


.btn_more {
  display: block;
  margin: 0 auto 30px !important;
  padding-left: 40px;
  padding-right: 40px;
  width: auto !important;
}

#pdopage .btn-more {
  width: auto;
}

.msfavorites.voted i {
    font-weight: bold;
}

.colors-type-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px;
}

.colors-type-list .item {
    width: calc(100%/5 - 10px*4/5);
    margin-right: 10px;
    border: 1px solid #eae8e4;
    padding: 5px;
    background: #f7f5f6;
    margin-bottom: 10px;
}

.colors-type-list .item:nth-child(5n) {
    margin-right: 0;
}

/***** PAGE *****/


.page {
  padding: 0 0 60px;
}

.page.bg-gray {
  padding: 0 0 60px;
  background: #FFF;
}


/***** PARTNERS *****/


.partners {
    padding: 80px 0;
    background: #f9f9f9;
}

.partners .section-title {
    text-align: center;
    margin-bottom: 60px;
}

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

.partners-list .item {
    background: #FFF;
    width: calc(100%/5 - 20px*4/5);
    margin-right: 20px;
    margin-bottom: 20px;
}

.partners-list .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 15px;
    background: #FFF;
    border: 1px solid #eae8e4;
    border-bottom: 4px solid #a0ca8b;
    transition: .3s border-color;
}

.partners-list .item a:hover {
    border-bottom-color: #ffc627;
}

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


/***** CONTACTS SECTION *****/


.contacts-section {
    display: flex;
    align-items: center;
}

.contacts-section .map {
    width: 60%;
    background: #CCC;
    height: 450px;
}

.contacts-section .map #map {
    width: 100%;
    height: 100%;
}

.contacts-section .info {
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contacts-section .info .title {
    font-size: 38px;
    margin: 0 0 20px;
    font-weight: 500;
}

.contacts-section .info ul li {
    margin: 0 0 25px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contacts-section .info ul li:last-child {
    margin: 0;
}

.contacts-section .info ul li a {
    color: #000;
    display: flex;
    align-items: center;
}

.contacts-section .info ul li i {
    margin-right: 10px;
    color: #a0ca8b;
    width: 20px;
    text-align: center;
    font-size: 20px;
}

/***** ADVANTAGES *****/


.advantages {
    padding: 70px 0;
}

.advantages .section-title {
    margin: 0 0 100px;
}

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

.advantages-list .item {
    width: calc(100%/3 - 30px*2/3);
    margin-right: 30px;
    position: relative;
    padding-left: 100px;
}

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

.advantages-list .item .icon {
    font-size: 80px;
    line-height: 1;
    margin: 0 0 20px;
    color: #90d2e8;
    position: absolute;
    left: 0;
    top: 0;
}

.advantages-list .item .icon i {
  font-weight: 400;
  text-shadow: -15px 20px 10px rgb(27 95 52 / 10%);
}

.advantages-list .item .title {
    font-size: 32px;
    font-weight: 500;
    margin: 0 0 15px;
}

.advantages-list .item .text {
    font-size: 17px;
}


/***** ARTICLES *****/


.articles-section {
    padding: 70px 0;
}

.articles-section .section-title {
    margin: 0 0 50px;
}

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

.articles-list .item {
    width: calc(100%/4 - 30px*3/4);
    margin-right: 30px;
}

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

.articles-list .item .image a {
    overflow: hidden;
    display: block;
    height: 300px;
}

.articles-list .item .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 20px;
}

.articles-list .item .title a {
    color: #000;
    transition: .3s color;
}

.articles-list .item .title a:hover {
    color: #ffc627;
}

.articles-list .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s transform;
}

.articles-list .item .image:hover img {
    transform: scale(1.1);
}

.articles-list .item .image {
    margin: 0 0 20px;
}

.articles-list .item .text {
    color: #323232;
    line-height: 1.5;
    margin: 0 0 15px;
}

.articles-list .item .more a {
    font-weight: 500;
    color: #a0ca8b;
    transition: .3s color;
}

.articles-list .item .more a:hover {
    color: #ffc627;
}

.articles-list .item .more a i {
    margin-left: 7px;
    transition: .3s margin-left;
}

.articles-list .item .more a:hover i {
    margin-left: 10px;
}

/***** BLOG *****/


.blog-page {
  display: flex;
  flex-wrap: wrap;
}

.blog-page .item {
  width: calc(100%/3 - 30px*2/3);
  margin-right: 30px;
  margin-bottom: 30px;
}

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

.blog-page .item .image {
  margin: 0 0 22px;
}

.blog-page .item .info .cat {
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 10px;
}

.blog-page .item .info .title {
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 10px;
}

.blog-page .item .info .title a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}

/***** CONTACT PAGE *****/

.contact-page-blocks {
  display: flex;
  flex-wrap: wrap;
}

.contact-page-blocks .item {
  margin: 0 30px 30px 0;
  background: #FFF;
  width: calc(100%/2 - 30px/2);
  border: 1px solid #eae8e4;
  padding: 20px;
}

.contact-page-blocks .item:last-child {
  width: 100%;
  margin: 0;
}

.contact-page-blocks .item:nth-child(2) {
  margin-right: 0;
}

.contact-page-blocks .item .block-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  margin: 0 0 30px;
}

.contact-page-blocks .item p {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.6;
}

.contact-page-blocks .item p:last-child {
  margin: 0;
}

.contact-page-blocks .item a.btn {
  width: 100%;
  display: block;
}

.contact-page-blocks .item p a {
  color: #000;
}

.contact-page-blocks .item form {
  margin: 30px 0 0;
}

#msOrder {
    margin-top: 0 !important;
}

.contact-page-blocks .item #map {
  height: 400px;
}

.ui-menu {
  padding: 0;
  display: block !important;
}

.ui-menu .ui-menu-item {
  border-bottom: 1px solid #eae8e4;
  color: #000 !important;
  list-style: none !important;
}

.ui-menu .ui-menu-item small {
  font-size: 12px;
  display: block;
  margin: 5px 0 0;
  font-weight: normal;
  color: #3c3c3c;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
}

.mse2-ac-item {
  padding: 10px;
  transition: 0.3s background, 0.3s color;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.mse2-ac-item:hover {
  background: #f6f5f3;
  border-color: transparent !important;
  color: #a0ca8b !important;
}

.mse2-ac-item .image {
  width: 50px;
  margin-right: 12px;
  border: 1px solid #eae8e4;
  padding: 2px;
}

.mse2-ac-item .info {
  width: calc(100% - 62px);
  font-size: 13px;
}


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


.error-block {
  padding: 60px 0;
  text-align: center;
}

.error-block .num {
  font-size: 200px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 7px;
  margin: 0 0 20px;
  color: #323232;
  text-shadow: 6px 6px #a0ca8b;
}

.error-block .num span {
  color: #a0ca8b;
  text-shadow: 6px 6px #323232;
}

.error-block .title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
}

.error-block .text {
  font-size: 18px;
  width: 600px;
  max-width: 100%;
  margin: 0 auto 30px;
}

.error-block .btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-block .btns .btn:first-child {
  margin-right: 30px;
}


/***** MODAL *****/


.modal {
    display: none;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
}

.modal .modal-title {
  font-size: 30px;
  margin: 0 0 20px;
}

.modal#callback, .modal#thanks {
  width: 480px;
}


/*** MENU BAR ***/

.menubar {
    background: #f9f9f9;
    padding: 30px 0;
    padding-right: 3.125vw;
    padding-left: 3.125vw;
    position: sticky;
    top: 175px;
}

.menubar ul li {
    margin: 0 0 20px;
    font-size: 18px;
}

.menubar ul li:last-child {
    margin-bottom: 0;
}

.menubar ul li a {
    color: #000;
}

.menubar ul li.active {
    font-weight: bold;
    margin-left: 0;
}


/*** REGISTRATION ***/


.auth-block {
}

.auth-block .caption {
  list-style: none;
  margin: 0;
}

.auth-block .caption ul {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.auth-block .caption ul li {
  padding: 22px 28px;
  background: #101010;
  color: #fff;
  margin-right: 0;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  cursor: pointer;
}

.auth-block .caption ul li:before {
  display: none;
}

.auth-block .caption ul li:last-child {
  margin-right: 0;
}

.auth-block .caption ul li.active {
  background: #f3f3f3;
  color: #000;
}

.auth-block .tabs-list {
  background: #f3f3f3;
  padding: 40px;
  width: 900px;
  max-width: 100%;
}

.auth-block .tabs-list .tab {
  display: none;
}

.auth-block .tabs-list .tab.active {
  display: block;
}

.auth-block form .form-group small {
  font-size: 14px;
  font-style: italic;
  color: #a0ca8b;
  line-height: 1.4;
  display: block;
  margin: 10px 0 0;
}

.search-block {margin: 0 0 50px;}

.search-block form {
  display: flex;
  align-items: center;
}

.search-block form input {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #a0ca8b;
  width: 300px;
  max-width: 100%;
}

.search-block form button {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
  background: #a0ca8b;
  color: #FFF;
  border: none;
  cursor: pointer;
}


.orders-history {
  margin: 0 0 50px;
}

.orders-history .oh-title {
  font-weight: bold;
  font-size: 20px;
  color: #101010;
  line-height: 1;
  margin: 0 0 20px;
}

.orders-history .oh-status {
  font-style: italic;
  margin: 0 0 20px;
}

.orders-history .oh-items {
  background: #f5f5f5;
  padding: 20px 30px 0;
}

.orders-history .oh-items .order-title {
  color: #000;
  font-weight: bold;
  margin: 0 0 15px;
}

.catalog.type-order .item .info {
  padding-bottom: 0;
}

.catalog.type-order .item {
  background: #FFF;
}

.orders-history .oh-items a {
  border: none !important;
}

.profile-bar .name {
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 15px;
  border-bottom: 1px solid #eae8e4;
  padding: 0 0 15px;
}

.profile-title {
  font-weight: 600;
  font-size: 16px;
}

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

.pagination li {
  margin: 0 10px;
}

.pagination li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  background: #e0e0e0;
  border-radius: 50%;
  font-size: 16px;
}

.pagination li.active a {
  border-color: #a0ca8b;
  background: #a0ca8b;
  color: #FFF;
  cursor: no-drop;
}

.pagination li:first-child {
  display: none;
}

.pagination li:last-child {
  display: none;
}


.home-images {
  margin: 0;
}

.home-images .item {
  position: relative;
  padding: 60px;
  background: #FFF;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home-images .item .info {
  width: 70%;
  max-width: 100%;
  padding: 20px 0;
}

.home-images .item .info .title {
  font-size: 34px;
  margin: 0 0 20px;
  font-weight: bold;
}

.home-images .item .info .text {
  border-left: 1px solid #000;
  padding-left: 40px;
}

.home-images .item .info .text b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 15px;
}

.home-images .item .info .text span {
  font-weight: 900;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
}

.home-images .item .image {position: relative;right: 0;top: 0;text-align: center;display: flex;position: sticky;top: 10px;justify-content: flex-end;width: 30%;}

.home-images .item .image img {
  display: block;
  max-height: 95vh;
}

.home-images {margin: 0;}
.home-images .slick-next {fright: 20px;}
.home-images .slick-prev {left: 20px;}
.home-images .slick-list {
  height: 100% !important;
}

.home-images .slick-list .slick-track {
  height: 100%;
}

.home-images .slick-prev,
.home-images .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 30px;
  display: block;
  width: 40px;
  padding: 0;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  border: none;
  z-index: 11;
  top: inherit;
  bottom: 0;
}

.home-images .slick-prev:before,
.home-images .slick-next:before {
  display: none;
}

.home-images .slick-prev {
  background: url(../img/arrow-left.svg) no-repeat center center #eae8e4;
  background-size: 12px auto;
  right: 70px;
  left: inherit;
}

.home-images .slick-next {
  background: url(../img/arrow-right.svg) no-repeat center center #eae8e4;
  background-size: 12px auto;
  right: 20px;
  left: inherit;
}

#main-slider {
  padding: 0 0 50px;
}