
/*------------------------------------------------------------------
[Table of contents]

-- Import Slick files

1. "Main Page" styles

1.1. INPUTS & TEXTAREA styles
1.2. Common element styles
1.3. Top panel
1.4. Menu Block
1.5. Main Slider
1.6. Products
1.7. Footer
1.8. Search popup
1.9. Breadcrumbs
1.10. Main part and sidebar of page
1.11. Pagination
1.12. 'Share' modal
1.13. Success modal
1.14. 'About us' styles
1.15. FAQ styles
1.16. Contact page
1.17. Media queries


2. "Blog" styles

2.1. Blog styles
2.2. Category Description block
2.3. Media queries


3. "Blog page" styles

3.1. Blog Page styles
3.2. Blog content styles
3.3. Comments block
3.4. "Write comment" block
3.5. "Other posts" block
3.6. Media queries


4. "Shop" styles

4.1. Instastore Page
4.2. Catalog Page
4.3. Media queries


5. "Product page" styles

5.1. Product page styles
5.2. Other products
5.3. Review modal
5.4. Media queries


6. "Cart page" styles

6.1. Cart styles
6.2. Checkout fields
6.3. Payment details
6.4. Order block
6.5. Media queries

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
-- Import Slick files
-------------------------------------------------------------------*/
@import "slick.css";
/*------------------------------------------------------------------
Pages styles
-------------------------------------------------------------------*/
/* 1. "Main Page" styles */
/* noto-sans-jp-100 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 100;
  src: local('Noto Sans Japanese Thin'), local('NotoSansJapanese-Thin'),
       url('../fonts/noto-sans-jp-v27-latin_japanese-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v27-latin_japanese-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-300 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local('Noto Sans Japanese Light'), local('NotoSansJapanese-Light'),
       url('../fonts/noto-sans-jp-v27-latin_japanese-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v27-latin_japanese-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-500 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans Japanese Medium'), local('NotoSansJapanese-Medium'),
       url('../fonts/noto-sans-jp-v27-latin_japanese-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v27-latin_japanese-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-regular - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans Japanese Regular'), local('NotoSansJapanese-Regular'),
       url('../fonts/noto-sans-jp-v27-latin_japanese-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v27-latin_japanese-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-700 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Japanese Bold'), local('NotoSansJapanese-Bold'),
       url('../fonts/noto-sans-jp-v27-latin_japanese-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v27-latin_japanese-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-jp-900 - latin_japanese */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: local('Noto Sans Japanese Black'), local('NotoSansJapanese-Black'),
       url('../fonts/noto-sans-jp-v27-latin_japanese-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-jp-v27-latin_japanese-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

._Bold {
  font-weight: 700;
}
._SemiBold {
  font-weight: 600;
}
._Medium {
  font-weight: 400;
}
._Light {
  font-weight: 300;
}

strong{
  font-weight: 500;
}

/*----------------------------------------------------------------------------------
1.1. INPUTS & TEXTAREA styles
-----------------------------------------------------------------------------------*/
input::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
input::-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
input:-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
input:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
textarea::-webkit-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
textarea::-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
textarea:-moz-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
textarea:-ms-input-placeholder {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.49);
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input {
  border-radius: 0;
}
input:focus {
  outline: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
input[type=submit],
button {
  -webkit-appearance: none;
}
input[type=submit]:hover,
button:hover {
  cursor: pointer;
}
input:hover {
  cursor: text;
}
textarea {
  font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif !important;

}
textarea:focus {
  outline: 0;
}
textarea:hover {
  cursor: text;
}
.textarea {
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
}

input{
  font-family: 'Noto Sans JP', sans-serif !important;
}
/*----------------------------------------------------------------------------------
1.2. Common element styles
-----------------------------------------------------------------------------------*/

.faqs-modal{
    position: fixed;
    top: 173px;
    width: 125px;
    background: #000;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: right;
    margin-right: 19px;
    padding: 10px;
        transition: all 0.3s ease-out;

}

.discount-price{
      font-size: 10px;
    margin-left: 5px;
}

.faqs-modal:hover{
  background: #002CE6;

}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -webkit-overflow-scrolling: touch !important;
}
li,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*:hover {
  cursor: default;
}
div,
section,
main,
aside,
form {
  display: block;
  float: left;
  width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
button {
  display: block;
  float: left;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button:focus {
  outline: 0;
}
button:active {
  outline: 0;
}
button:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:hover,
button:hover {
  cursor: pointer;
}
a:hover *,
button:hover * {
  cursor: pointer;
}
.wrap {
  width: 100%;
  max-width: 1300px;
  float: none;
  margin: 0 auto;
}
.arrow:hover {
  cursor: pointer;
}
.arrow:hover * {
  cursor: pointer;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}
body.pop-up-open {
  position: fixed;
  left: 0;
  right: 0;
}
body.locked {
  overflow: hidden;
}
/*----------------------------------------------------------------------------------
1.3. Top panel
-----------------------------------------------------------------------------------*/
.top_panel {
  position: relative;
  top: 50px;
  z-index: 2;
}
.top_panel .wrap_float {
  position: relative;
}
.top_panel .top_left {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_panel .top_left .logo {
  width: auto;
  height: 90px;
  display: block;
  left: 0;
  position: absolute;
}
.top_panel .top_left .logo img {
  height: 100%;
}
.top_panel .top_left .menu {
  width: auto;
}
.top_panel .top_left .menu .close {
  width: 20px;
  height: 20px;
  background: url(../img/menu-close.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
.top_panel .top_left .menu a:hover {
  color: #002CE6;
}
.top_panel .top_left .menu .dropdown_li {
  position: relative;
}
.top_panel .top_left .menu .dropdown_li:first-child:before {
  margin-top: 2px;
}
.top_panel .top_left .menu .dropdown_li:first-child:after {
  margin-top: 2px;
}
.top_panel .top_left .menu .dropdown_li:before {
  width: 4px;
  height: 8px;
  background: url(../img/drop-down-arrow.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 14px;
  top: 50%;
  margin-top: -5px;
  transition: all 0.3s ease-out;
}
.top_panel .top_left .menu .dropdown_li:after {
  width: 4px;
  height: 8px;
  background: url(../img/drop-down-arrow-hover.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  right: 14px;
  top: 50%;
  margin-top: -5px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.top_panel .top_left .menu .dropdown_li:hover:before {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.top_panel .top_left .menu .dropdown_li:hover:after {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.top_panel .top_left .menu li.hover > a {
  color: #002CE6;
}
.top_panel .top_left .menu > ul {
  width: auto;
  display: block;
  float: left;
  padding-left: 0;
  margin: 0;
}
.top_panel .top_left .menu > ul > li {
  width: auto;
  margin-right: 34px;
  display: block;
  float: left;
  position: relative;
}
.top_panel .top_left .menu > ul > li:last-child {
  margin-right: 0;
}
.top_panel .top_left .menu > ul > li > a {
  font-size: 17px;
  display: block;
  font-weight: 500;
  line-height: 48px;
  position: relative;
  overflow: hidden;
}
.top_panel .top_left .menu > ul > li > a:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 7px;
  left: -100%;
  background: #000000;
  content: '';
  transition: all .2s ease;
}
.top_panel .top_left .menu > ul > li > a:after {
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  content: '';
}

.top_panel .top_left .menu > ul > li > a.active {
  color: #002CE6;
}
.top_panel .top_left .menu > ul > li > a.active:before {
  display: none;
}
.top_panel .top_left .menu > ul > li > a.active:after {
  display: block;
}

.top_panel .top_left .menu > ul > li > a.active:hover {
  transform:  none;
}


.top_panel .top_left .menu > ul > li > a:hover {
  color: #000000;
  transform: translateY(-10px);
}
.top_panel .top_left .menu > ul > li > a:hover:before {
  left: 0;
  transition: all .2s ease;
}
.top_panel .top_left .menu > ul > li > a:hover:after {
  display: block;
}
.top_panel .top_left .menu > ul > li > ul {
  background: #fff;
  display: block;
  float: left;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 850px;
  display: none;
  left: -250px;
}
.top_panel .top_left .menu > ul > li > ul > div > li {
  display: block;
  float: left;
  width: 30%;
  position: relative;
}

.top_panel .top_left .menu > ul > li > ul > div > li:nth-child(even) {
  width: 30%;
}

.top_panel .top_left .menu > ul > li > ul > div > li:last-child {
  padding-bottom: 10px;
}

.top_panel .top_left .menu > ul > li > ul > div > li a:hover {
  margin-left: 1px;
}

.top_panel .top_left .menu > ul > li > ul > div > li a {
font-size: 16px;
    font-weight: 400;
    color: #000;
    float: left;
    width: 100%;
    padding: 15px 0px 10px 0px;
    display: flex;
    align-items: center;
    margin-left: left;
}
.top_panel .top_left .menu > ul > li > ul > div > li > ul {
  -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  display: block;
  float: left;
  padding: 10px 24px;
  position: absolute;
  top: 0;
  left: 185px;
  width: 185px;
  display: none;
}
.top_panel .top_left .menu > ul > li > ul > div > li > ul li {
  display: block;
  float: left;
  width: 100%;
}
.top_panel .top_left .menu > ul > li > ul > div > li > ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
}
.top_panel .top_left {
  width: 100%;
  position: relative;
  margin-top: 7px;
}
.top_panel .top_left .search-open {
  width: 22px;
  height: 48px;
  position: relative;
  display: block;
  float: left;
}
.top_panel .top_left .search-open:hover {
  cursor: pointer;
}
.top_panel .top_left .search-open:before {
  width: 22px;
  height: 22px;
  background: url(../img/search.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  content: '';
  position: absolute;
  opacity: .4;
  transition: all .2s ease;
}
.top_panel .top_left .search-open:hover:before {
  opacity: 1;
  transition: all .2s ease;
}
.top_panel .top_left .cart {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    display: block;
}

.top_panel .top_left .right {
    display: flex;
    align-items: center;
    width: auto;
    right: 0;
    position: absolute;
    justify-content: flex-end;
}

.search{
    width: auto;
    margin-right: 35px;
}

.top_panel .top_left .cart:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #000;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all .2s ease;
}

.is-mobile{
  display: none !important;
}

.acceso{
  color: #A8A8A8;
  font-size: 14px;
  padding: 0px 25px;
}

.user-profile{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    display: block;
    margin: 0px 15px;
}

.user-profile:before {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #002CE6;
     background-image: url(../img/user.svg);
    background-repeat: no-repeat;
    background-position: center center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s ease;
}

.user-profile:hover:before {
    background-color: #000;
    transform: scale(1.1);
    transition: all .2s ease;
}

.top_panel .top_left .cart span {
  position: relative;
  z-index: 1;
}
.top_panel .top_left .cart:hover {
  cursor: pointer;
}
.top_panel .top_left .cart:hover * {
  cursor: pointer;
}
.top_panel .top_left .cart:hover:before {
  background: #002CE6;
  transform: scale(1.1);
  transition: all .2s ease;
}

.top_panel .top_left .cart.active:before {
  background: #002CE6;
  transform: scale(1.1);
  transition: all .2s ease;
}


.top_panel .mobile-btn {
  width: 28px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/mobile-btn.svg) center center no-repeat;
  background-size: contain;
  display: none;
}
.menu_btn {
  width: 30px;
  height: 30px;
  z-index: 6;
  position: absolute;
  top: 79px;
  left: 50%;
  margin-left: -854px;
}
.menu_btn:hover {
  cursor: pointer;
}
.menu_btn:before {
  width: 30px;
  height: 30px;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  background: url(../img/menu-btn.svg) center center no-repeat;
  background-size: contain;
  content: '';
  transition: all .2s ease;
}
.menu_btn:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/menu-btn-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  opacity: 0;
  transition: all .2s ease;
}
.menu_btn.opened:before {
  opacity: 0;
  transition: all .2s ease;
}
.menu_btn.opened:after {
  opacity: 1;
  transition: all .2s ease;
}
/*----------------------------------------------------------------------------------
1.4. Menu Block
-----------------------------------------------------------------------------------*/
.menu_block {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  display: none;
}
.menu_block .menu_wrap {
  height: 100%;
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: auto;
}
.menu_block .category_p {
  font-size: 34px;
  font-weight: 300;
  color: #fff;
  transform: rotate(-90deg);
  position: absolute;
  margin-top: 220px;
  width: 260px;
  display: block;
  float: left;
  left: 50%;
  margin-left: -971px;
}
.menu_block .items:hover .item ._image {
  opacity: .3;
  transition: all .2s ease;
}
.menu_block .items .item {
  width: 18%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  margin-right: 30px;
}
.menu_block .items .item:nth-child(5n) {
  margin-right: 0;
}

.menu_block .items .item ._image {
width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all .2s ease;
}
.menu_block .items .item ._image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.menu_block .items .item ._title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
.menu_block .items .item ._title span {
  font-weight: 300;
}
.menu_block .items .item.hover ._image {
  opacity: 1;
  transition: all .2s ease;
}
.menu_block .btn_wrap .show_more {
  border: 0;
  background: none;
}
.menu_block .btn_wrap .show_more span {
  color: #fff;
}
.menu_block .btn_wrap .show_more:after {
  border-color: #fff;
}
.menu_block .btn_wrap .show_more:before {
  background: #fff;
}
.menu_block .btn_wrap .show_more:hover span {
  color: #000;
}
.btn_wrap {
  text-align: center;
}
.btn_wrap .show_more {
  border: 1px solid #002CE6;
  width: 96px;
  height: 96px;
  background: #fff;
  display: inline-block;
  float: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #002CE6;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative;
}
.btn_wrap .show_more:before {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #002CE6;
  content: '';
  position: absolute;
  border-radius: 50%;
  transform: scale(0.3);
  opacity: 0;
  transition: all .2s ease;
  transition-delay: .1s;
}
.btn_wrap .show_more:after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: none;
  border: 1px solid #002CE6;
  box-sizing: border-box;
  content: '';
  position: absolute;
  border-radius: 50%;
  transform: none;
  opacity: 1;
  transition: all .2s ease;
}
.btn_wrap .show_more:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all .2s ease;
}
.btn_wrap .show_more:hover:after {
  opacity: 0;
  transition: all .2s ease;
  transform: scale(1.5);
  transition-delay: .1s;
}
.btn_wrap .show_more:hover span {
  color: #fff;
  transition: all .2s ease;
}
.btn_wrap .show_more span {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all .2s ease;
}
.btn_wrap .show_more:hover {
  cursor: pointer;
}
.btn_wrap .show_more:hover * {
  cursor: pointer;
}
/*----------------------------------------------------------------------------------
1.5. Main Slider
-----------------------------------------------------------------------------------*/
.main_slider {
  background: #F5FCFE;
  height: 100vh;
  position: relative;
}
.main_slider .info-bg {
  width: 614px;
  height: 172px;
  background: #fff;
  position: absolute;
  bottom: 100px;
  content: '';
  right: 50%;
  margin-right: -650px;
  box-sizing: border-box;
  z-index: 1;
}
.main_slider .info-bg:before {
  width: 23%;
  background: #272727;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  content: '';
}
.main_slider .info-bg_left {
  width: 77%;
  height: inherit;
  background: #fff;
  position: relative;
  padding-left: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 26px;
}
.main_slider .info-bg_left ._img {
  width: 132px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 25px;
}
.main_slider .info-bg_left ._img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.main_slider .info-bg_left ._title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
.main_slider .info-bg_left ._cost {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 600;
}
.main_slider .info-bg_right {
  background: #272727;
  width: 23%;
  height: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.main_slider .info-bg_right span {
  width: 100%;
  display: block;
  text-align: center;
}
.main_slider .slider .slide {
  height: 100vh;
}
.main_slider .slider .slide_left {
  max-width: 360px;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.main_slider .slider .slide_left .slide_content .category {
  font-size: 16px;
  margin-bottom: 13px;
  font-weight: 500;
}
.main_slider .slider .slide_left .slide_content .category a:hover {
  color: #002CE6;
}
.main_slider .slider .slide_left .slide_content .title {
  font-size: 34px;
  font-weight: 500;
}
.main_slider .slider .slide_left .slide_content .link {
  font-size: 21px;
  color: #000;
  margin-top: 54px;
  display: block;
  float: left;
  font-weight: 500;
}
.main_slider .slider .slide_left .slide_content .link span {
  border-bottom: 2px solid #000;
}
.main_slider .slider .slide_right {
  width: 897px;
  float: right;
  height: 100vh;
  position: relative;
  display: none;
}
.main_slider .slider .slide_right .slide-img {
  width: 704px;
  height: 704px;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -352px;
  transition: all .2s linear;
}
.main_slider .slider .slide_right .read_more {
  display: none;
}
.main_slider .slider .slide_right .product_info {
  width: 614px;
  height: 172px;
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 1;
}
.main_slider .slider .slide_right .product_info_left {
  width: 77%;
  height: inherit;
  background: #fff;
  position: relative;
  padding-left: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 26px;
}
.main_slider .slider .slide_right .product_info_left ._img {
  width: 132px;
  height: 132px;
  line-height: 132px;
  text-align: center;
  position: absolute;
  top: 25px;
  left: 25px;
}
.main_slider .slider .slide_right .product_info_left ._img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.main_slider .slider .slide_right .product_info_left ._title {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
}
.main_slider .slider .slide_right .product_info_left ._cost {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 600;
}
.main_slider .slider .slide_right .product_info_right {
  background: #272727;
  width: 23%;
  height: inherit;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
}
.main_slider .slider .slide_right .product_info_right span {
  width: 100%;
  display: block;
  text-align: center;
}
.main_slider .slider .slide.zoom .slide_right .slide-img {
  transform: scale(0);
  transition: all .2s linear;
}
.main_slider .next-slides {
  width: 248px;
  height: 248px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -124px;
  right: 50%;
  z-index: 1;
  margin-right: -808px;
}
.main_slider .next-slides .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transform: scale(0.7);
}
.main_slider .next-slides .item.active {
  width: 704px;
  height: 704px;
  top: 50%;
  margin-top: -352px;
  left: -807px;
  transition: all .4s linear;
  opacity: 1;
  transform: scale(1);
}
.main_slider .next-slides .item.prev {
  transform: scale(0.3);
  transition: all .4s linear;
}
.main_slider .next-slides .item.next {
  opacity: 1;
  z-index: 1;
  transition: all .7s ease;
  transform: scale(1);
}
.main_slider .next-slides .item.next:hover {
  cursor: pointer;
}
.main_slider .controls {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -650px;
  width: auto;
}
.main_slider .controls .arrows {
  width: auto;
}
.main_slider .controls .arrows .arrow {
  height: 42px;
  width: 104px;
  background: #fff;
  display: block;
  float: left;
  position: relative;
  transition: all .2s linear;
}
.main_slider .controls .arrows .arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.main_slider .controls .arrows .arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.main_slider .controls .arrows .arrow.prev:before {
  transform: rotate(180deg);
}
.main_slider .controls .arrows .arrow.prev:after {
  transform: rotate(180deg);
}
.main_slider .controls .arrows .arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.main_slider .controls .arrows .arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.main_slider .controls .arrows .arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.main_slider .controls .count {
  width: auto;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-left: 40px;
}
.main_slider .controls .count span {
  display: inline-block;
  float: none;
}
.main_slider .controls .count span.current {
  margin-right: 48px;
  position: relative;
  line-height: 42px;
}
.main_slider .controls .count span.current:before {
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  content: '';
  margin-left: 6px;
}

.title-small{
  font-size: 26px;
  font-weight: 500;
}

._link{
  color: #002CE6;
  text-decoration: underline;
}

.title {
  width: 100%;
  font-size: 34px;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 500;
}
.title span {
  position: relative;
}
._title {
  width: 100%;
  margin: 0;
}
._text {
  margin: 0;
}

._text h1{
  font-weight: 500;
}

._text p {
  margin-bottom: 20px;
  margin-top: 0;
}
.articles {
  padding-top: 70px;
}
.articles .post {
  width: 38%;
}
.articles .articles_slider_block {
  width: 59.5%;
  position: relative;
  float: right;
}
.articles .articles_slider_block .post {
  width: 100%;
}
.articles .articles_slider_block .arrows {
  width: auto;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 306px;
}
.articles .articles_slider_block .arrows .arrow {
  height: 42px;
  width: 104px;
  background: #fff;
  display: block;
  float: left;
  position: relative;
  transition: all .2s linear;
}
.articles .articles_slider_block .arrows .arrow:hover {
  cursor: pointer;
}
.articles .articles_slider_block .arrows .arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.articles .articles_slider_block .arrows .arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.articles .articles_slider_block .arrows .arrow.prev:before {
  transform: rotate(180deg);
}
.articles .articles_slider_block .arrows .arrow.prev:after {
  transform: rotate(180deg);
}
.articles .articles_slider_block .arrows .arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.articles .articles_slider_block .arrows .arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.articles .articles_slider_block .arrows .arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.articles.articles-left .post {
  float: right;
}
.articles.articles-left .articles_slider_block {
  float: left;
}
.articles.articles-left .articles_slider_block .post {
  float: left;
}
.post {
  display: block;
  float: left;
}
.post ._image {
  height: 348px;
  margin-bottom: 16px;
  overflow: hidden;
}
.post ._image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.post ._content ._category {
  font-size: 14px;
  margin-bottom: 10px;
  color: #002CE6;
  font-weight: 600;
}
.post ._content ._title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 14px;
  line-height: 1.4;
  transition: all .2s ease;
  font-weight: 500;
}
.post ._content ._author {
  position: relative;
  margin-top: -15px;
}
.post ._content ._author .userpic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.post ._content ._author .userpic img {
  object-fit: cover;
  object-position: center;
  margin: 0;
  width: 100%;
  height: 100%;
}
.post ._content ._author .name {
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
  height: 32px;
  display: flex;
  align-items: center;
}
.post ._content ._date {
  margin: 0;
  font-size: 12px;
  color: #A5A5A5;
}
.post ._content ._text {
  margin: 0;
  font-size: 16px;
  color: #A8A8A8;
  line-height: 1.8;
  margin-top: 14px;
  font-weight: 400;
}
.post ._content ._text p {
  margin: 0;
}
.post:hover ._content ._title {
  color: #002CE6;
  transition: all .2s ease;
}
/*----------------------------------------------------------------------------------
1.6. Products
-----------------------------------------------------------------------------------*/
.products {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.products.fix-last::after {
  content: "";
  flex: auto;
}

.products .cover {
  width: 41%;
  height: 535px;
  position: relative;
  overflow: hidden;
  display: block;
  float: left;
}
.products .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.products .cover ._title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: auto;
  line-height: 26px;
  position: absolute;
  padding-left: 44px;
  top: 43px;
  left: 43px;
}
.products .cover ._title:before {
  width: 26px;
  height: 26px;
  background: url(../img/instagram.svg) center left no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
.products .products_block {
  width: 56.5%;
  float: right;
  position: relative;
  height: 535px;
}
.products .products_block .controls {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
}
.products .products_block .controls .arrows {
  width: auto;
}
.products .products_block .controls .arrows .arrow {
  height: 42px;
  width: 104px;
  background: #F6F6F6;
  display: block;
  float: left;
  position: relative;
  transition: all .2s linear;
}
.products .products_block .controls .arrows .arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.products .products_block .controls .arrows .arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.products .products_block .controls .arrows .arrow.prev:before {
  transform: rotate(180deg);
}
.products .products_block .controls .arrows .arrow.prev:after {
  transform: rotate(180deg);
}
.products .products_block .controls .arrows .arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.products .products_block .controls .arrows .arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.products .products_block .controls .arrows .arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.products .products_block .controls .count {
  width: auto;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  margin-right: 40px;
}
.products .products_block .controls .count span {
  display: inline-block;
  float: none;
}
.products .products_block .controls .count span.current {
  margin-right: 48px;
  position: relative;
  line-height: 42px;
}
.products .products_block .controls .count span.current:before {
  width: 40px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  content: '';
  margin-left: 6px;
}
.products .product_item {
  width: 30%;
  display: block;
  float: left;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.products .product_item:hover ._title {
  color: #002CE6;
  transition: all .2s ease;
}
.products .product_item:hover ._image .to-cart {
  opacity: 1;
  transition: all .2s ease;
}
.products .product_item .tags {
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px;
}
.products .product_item .tags .tag {
  height: 28px;
  width: auto;
  line-height: 28px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  margin-right: 10px;
  display: block;
  float: left;
}
.products .product_item .tags .tag.hot {
  background: #FF0000;
}
.products .product_item .tags .tag.new {
  background: #002CE6;
}
.products .product_item ._image {
  margin-bottom: 15px;
  height: 352px;
  overflow: hidden;
  position: relative;
}
.products .product_item ._image img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 999px;
}

.square img {
  border-radius: 0px !important;
}


.products .product_item ._image .to-cart {
background: #000;
    width: auto;
    display: block;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 3px 25px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-transform: uppercase;
}
.products .product_item ._title {
  margin: 0;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  transition: all .2s ease;
}
.products .product_item ._cost {
  margin: 0;
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 700;
}
.products.products-left .products_block {
  float: left;
}
.products.products-left .products_block .controls {
  left: 0;
  right: auto;
}
.products.products-left .products_block .controls .count {
  margin-left: 40px;
  margin-right: 0;
}
.products.products-left .cover {
  float: right;
}
.posts.circle-posts .post {
  width: 21%;
  margin-right: 5.333%;
}
.posts.circle-posts .post:last-child {
  margin-right: 0;
}
.posts.circle-posts .post ._image {
  height: 274px;
  border-radius: 50%;
  overflow: hidden;
}
.posts {
  padding-top: 20px;
}
.posts.padding {
  padding-bottom: 70px;
}
.posts .post {
  width: 31.3%;
  margin-right: 2%;
  margin-bottom: 50px;
}
.posts .post:last-child {
  margin-right: 0;
}
.posts .post ._image {
  height: 230px;
}
.posts .btn_wrap {
  margin-top: 40px;
}
/*----------------------------------------------------------------------------------
1.7. Footer
-----------------------------------------------------------------------------------*/
.footer {
  background: #000;
  padding: 70px 0 44px;
  position: relative;
  bottom: 0;
  left: 0;
  display: block;
  float: left;
  width: 100%;
}
.footer_top {
  text-align: center;
  margin-bottom: 40px;
}
.footer_top .logo {
    width: 164px;
    height: 121px;
    background: url(../img/logo-footer.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    float: none;
}
.footer_center {
  text-align: center;
  margin-bottom: 110px;
}
.footer_center p {
  font-size: 22px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
}
.footer_center .subscribe_form {
  width: 385px;
  display: inline-block;
  float: none;
}
.footer_center .subscribe_form .flex {
  display: flex;
}
.footer_center .subscribe_form input {
  height: 58px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  display: block;
  float: left;
  background: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.footer_center .subscribe_form .send {
  font-size: 14px !important;
  height: 58px !important;
  font-weight: 600;
  width: auto;
  display: block;
  float: right;
  color: #fff;
  background: none !important;
  border-bottom: 1px solid #fff;
}

.footer_center .subscribe_form .send:hover {
  background: none !important;
}


.footer_center .socials {
  margin-top: 46px;
}
.footer_center .socials a {
  width: 34px;
  height: 34px;
  display: inline-block;
  float: none;
  position: relative;
  margin: 0 30px;
}
.footer_center .socials a:before {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transition: all .2s linear;
}
.footer_center .socials a:after {
  position: absolute;
  content: '';
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all .2s linear;
}
.footer_center .socials a:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.footer_center .socials a:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.footer_center .socials a.instagram:before {
  background-image: url(../img/instagram.svg);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.footer_center .socials a.instagram:after {
  background-image: url(../img/instagram-hover.svg);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.footer_center .socials a.twitter:before {
  background-image: url(../img/twitter.svg);
  width: 34px;
  height: 28px;
  margin-top: -14px;
  margin-left: -17px;
}
.footer_center .socials a.twitter:after {
  background-image: url(../img/twitter-hover.svg);
  width: 34px;
  height: 28px;
  margin-top: -14px;
  margin-left: -17px;
}

.footer_center .socials a.facebook:before {
  background-image: url(../img/facebook.svg);
  width: 33px;
  height: 33px;
  margin-top: -18px;
  margin-left: -20px;
}
.footer_center .socials a.facebook:after {
  background-image: url(../img/facebook-hover.svg);
  width: 33px;
  height: 33px;
  margin-top: -18px;
  margin-left: -20px;
}

.footer_center .socials a.pinterest:before {
  background-image: url(../img/pinterest.svg);
  width: 22px;
  height: 28px;
  margin-top: -14px;
  margin-left: -11px;
}
.footer_center .socials a.pinterest:after {
  background-image: url(../img/pinterest-hover.svg);
  width: 22px;
  height: 28px;
  margin-top: -14px;
  margin-left: -11px;
}
.footer_bottom .left {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 400;
  width: 20%;
}
.footer_bottom .center {
  width: 60%;
}
.footer_bottom .center ul {
  text-align: center;
  margin: 0;
  padding-left: 0;
}
.footer_bottom .center ul li {
  width: auto;
  margin: 0 20px;
  display: inline-block;
  float: none;
    font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.footer_bottom .center ul li:first-child {
  margin-left: 0;
}
.footer_bottom .center ul li:last-child {
  margin-right: 0;
}

.adcv{
      height: 14px;
    position: relative;
    margin-left: 12px;
    margin-top: 3px;
}

.footer_bottom .center ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  display: flex;
}
.footer_bottom .center ul li a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all .2s linear;
}
.footer_bottom .center ul li a:hover span {
  border-color: #fff;
  transition: all .2s linear;
}
.footer_bottom .right {
  width: 20%;
  text-align: right;
  font-size: 14px;
  color: #A5A5A5;
}
.footer_bottom .right a {
  color: #002CE6;
}

,

.container {
  position: relative;
  min-height: 100vh;
}
.overlay {
  background: #000;
  opacity: .37;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: none;
}
/*----------------------------------------------------------------------------------
1.8. Search popup
-----------------------------------------------------------------------------------*/
.search-popup {
  width: 778px;
  position: fixed;
  height: 90px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -389px;
  z-index: 6;
  display: none;
}
.search-popup .close {
  width: 20px;
  height: 20px;
  background: url(../img/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -40px;
}
.search-popup .close:hover {
  cursor: pointer;
}
.search-popup .input {
  width: 638px;
  height: 90px;
  background: #fff;
  float: left;
  display: block;
  padding: 0 30px;
  border: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.search-popup .submit {
  width: 140px;
  background: #272727;
  height: 90px;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------------------
1.9. Breadcrumbs
-----------------------------------------------------------------------------------*/
.breadcrumbs {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 5px;
}
.breadcrumbs .current {
  pointer-events: none;
}
.breadcrumbs a {
  border-bottom: 1px solid rgba(0, 78, 255, 0);
}
.breadcrumbs a:hover {
  color: #002CE6;
  border-color: rgba(0, 78, 255, 0.7);
}
/*----------------------------------------------------------------------------------
1.10. Main part and sidebar of page
-----------------------------------------------------------------------------------*/
.page {
  padding-top: 125px;
  padding-bottom: 125px;
}
.page .main {
  max-width: 857px;
}
.page .sidebar {
  max-width: 392px;
  float: right;
}
.page .sidebar .posts {
  padding: 0;
}
.page .sidebar .posts .post {
  width: 100%;
}
.page .sidebar ._block {
  margin-bottom: 50px;
}
.page .sidebar ._block:last-child {
  margin-bottom: 0;
}
.page .sidebar ._block .block_title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 26px;
}
.page .sidebar .popular.popular-news .item {
  padding-left: 0;
  border-bottom: 1px solid rgba(168, 168, 168, 0.3);
  display: block;
  padding-bottom: 30px;
  min-height: inherit;
}
.page .sidebar .popular.popular-news .item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page .sidebar .popular .item {
  position: relative;
  padding-left: 135px;
  float: left;
  width: 100%;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 28px;
}
.page .sidebar .popular .item:hover ._title {
  color: #002CE6;
  transition: all .2s linear;
}
.page .sidebar .popular .item:last-child {
  margin-bottom: 0;
}
.page .sidebar .popular .item .img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.page .sidebar .popular .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page .sidebar .popular .item .category {
  font-size: 14px;
  font-weight: 600;
  color: #A5A5A5;
  margin-bottom: 6px;
}
.page .sidebar .popular .item ._title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
  transition: all .2s linear;
}
.page .sidebar .popular .item .date {
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
  margin-top: 7px;
}
.page .sidebar .categories .item {
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  height: 60px;
  padding-bottom: 12px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-bottom: 1px solid rgba(168, 168, 168, 0.3);
  margin-bottom: 12px;
}
.page .sidebar .categories .item:last-child {
  margin-bottom: 0;
}
.page .sidebar .categories .item:hover ._title {
  color: #002CE6;
  transition: all .2s linear;
}
.page .sidebar .categories .item:hover ._count {
  color: #002CE6;
  transition: all .2s linear;
}
.page .sidebar .categories .item ._icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.page .sidebar .categories .item ._icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page .sidebar .categories .item ._title {
  font-size: 15px;
  color: #000;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 48px;
  transition: all .2s linear;
}
.page .sidebar .categories .item ._count {
  font-size: 15px;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  line-height: 48px;
  transition: all .2s linear;
}
.page .sidebar .subscribe-block {
  background: #002CE6;
  padding: 36px 40px;
}
.page .sidebar .subscribe-block .block_title {
  color: #fff;
  margin-bottom: 20px;
}
.page .sidebar .subscribe-block .block_subtitle {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.page .sidebar .subscribe-block .form {
  display: flex;
  margin-top: 17px;
}
.page .sidebar .subscribe-block .input {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  display: block;
  float: left;
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  height: 68px;
  box-sizing: border-box;
}
.page .sidebar .subscribe-block .input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.page .sidebar .subscribe-block .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.page .sidebar .subscribe-block .input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.page .sidebar .subscribe-block .input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.64);
}
.page .sidebar .subscribe-block .submit {
  height: 68px;
  background: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.coupon-submit{
  height: 68px;
  background: none;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.page .sidebar .posts-slider .slide {
  height: 426px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 45px;
  padding-bottom: 80px;
}
.page .sidebar .posts-slider .slide:before {
  background: #000;
  opacity: .29;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page .sidebar .posts-slider .slide ._category {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.page .sidebar .posts-slider .slide ._title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.page .sidebar .posts-slider .slide ._info {
  position: relative;
  z-index: 1;
}
.page .sidebar .posts-slider .slide ._author {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding-left: 40px;
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.page .sidebar .posts-slider .slide ._author p {
  margin: 0;
}
.page .sidebar .posts-slider .slide ._author .userpic {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.page .sidebar .posts-slider .slide ._author .userpic img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.page .sidebar .posts-slider .slick-arrow {
  height: 42px;
  width: 104px;
  background: #fff;
  display: block;
  float: left;
  position: absolute;
  transition: all .2s linear;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: transparent;
}
.page .sidebar .posts-slider .slick-arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.page .sidebar .posts-slider .slick-arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.page .sidebar .posts-slider .slick-arrow.slick-prev {
  right: 104px;
}
.page .sidebar .posts-slider .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.page .sidebar .posts-slider .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
.page .sidebar .posts-slider .slick-arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.page .sidebar .posts-slider .slick-arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.page .sidebar .posts-slider .slick-arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.page .sidebar .meduza-banner {
  height: 426px;
}
.page .sidebar .meduza-banner ._title {
  font-size: 18px;
}
.page .sidebar .shop-categories {
  background: #F6F6F6;
  padding: 35px 25px;
}
.page .sidebar .shop-categories .list .button {
  background: #A8A8A8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .2s ease;
}
.page .sidebar .shop-categories .list .button:before {
  width: 14px;
  height: 14px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.page .sidebar .shop-categories .list .list-item {
  padding-left: 48px;
  position: relative;
  padding-top: 5px;
  border-bottom: 1px solid rgba(168, 168, 168, 0.3);
  padding-bottom: 20px;
  margin-bottom: 14px;
}
.page .sidebar .shop-categories .list .list-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page .sidebar .shop-categories .list .list-item.opened .button {
  background: #002CE6;
  transform: rotate(45deg);
  transition: all .2s ease;
}
.page .sidebar .shop-categories .list .list-item.opened .cat_title {
  color: #002CE6;
  transition: all .2s ease;
}
.page .sidebar .shop-categories .list .list-item.opened .cat_title .count {
  color: #002CE6;
  transition: all .2s ease;
}
.page .sidebar .shop-categories .list .list-item .cat_title {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
  padding-right: 45px;
  position: relative;
  transition: all .2s ease;
}
.page .sidebar .shop-categories .list .list-item .count {
  font-size: 15px;
  font-weight: 300;
  color: #000;
  width: 40px;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  transition: all .2s ease;
}
.page .sidebar .shop-categories .list .list-item ul {
  padding-left: 0;
  margin: 0;
  display: none;
  float: left;
  width: 100%;
}
.page .sidebar .shop-categories .list .list-item ul li {
  display: block;
  float: left;
  width: 100%;
  margin-top: 11px;
}
.page .sidebar .shop-categories .list .list-item ul li a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.page .sidebar .top-products .item {
  position: relative;
  padding-left: 125px;
  min-height: 108px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 18px;
  width: 100%;
}
.page .sidebar .top-products .item:hover ._title {
  color: #002CE6;
  transition: all .2s linear;
}
.page .sidebar .top-products .item:last-child {
  margin-bottom: 0;
}
.page .sidebar .top-products .item ._img {
  width: 108px;
  height: 108px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.page .sidebar .top-products .item ._img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page .sidebar .top-products .item .tags {
  width: 108px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page .sidebar .top-products .item .tags .tag {
  height: 28px;
  width: auto;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 0 10px;
  line-height: 28px;
}
.page .sidebar .top-products .item .tags .tag.hot {
  background: #FF0000;
}
.page .sidebar .top-products .item .tags .tag.new {
  background: #002CE6;
}
.page .sidebar .top-products .item ._title {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 9px;
  transition: all .2s linear;
}
.page .sidebar .top-products .item ._cost {
  font-size: 14px;
  font-weight: 600;
  color: #A5A5A5;
  width: auto;
}
.page .sidebar .top-products .item ._cost.old-cost {
  margin-right: 14px;
  text-decoration: line-through;
}
.page .sidebar .top-products .item ._cost.new-cost {
  color: #FF0000;
}
.page .sidebar .tags-block {
  border-top: 1px solid rgba(168, 168, 168, 0.3);
  border-bottom: 1px solid rgba(168, 168, 168, 0.3);
  padding: 23px 0;
}
.page .sidebar .tags-block .tag {
  height: 28px;
  background: #F6F6F6;
  display: block;
  float: left;
  margin-right: 14px;
  line-height: 28px;
  width: auto;
  padding: 0 20px;
  color: #000;
  font-size: 12px;
  margin-bottom: 14px;
  font-weight: 400;
}
.page .sidebar .tags-block .tag:hover {
  background: rgba(32, 32, 32, 0.16);
}
.page.left-sidebar .main {
  float: right;
}
.page.left-sidebar .sidebar {
  float: left;
}
.title-block {
  position: relative;
  text-align: center;
}
.title-block .title {
  text-align: center;
  margin-bottom: 0;
  padding: 0 230px;
}
.select_wrap {
  width: auto;
  position: absolute;
  right: 0;
  top: 4px;
}
.select_wrap:hover {
  cursor: pointer;
}
.select_wrap:hover * {
  cursor: pointer;
}
.select_wrap .label {
  font-size: 24px;
  font-weight: 700;
  width: auto;
  border-bottom: 2px solid #000;
}
.select_wrap select {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
/*----------------------------------------------------------------------------------
1.11. Pagination
-----------------------------------------------------------------------------------*/
.pagination .arrow {
  height: 42px;
  width: 104px;
  background: #F6F6F6;
  display: block;
  float: left;
  position: relative;
  transition: all .2s linear;
}
.pagination .arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.pagination .arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.pagination .arrow.prev:before {
  transform: rotate(180deg);
}
.pagination .arrow.prev:after {
  transform: rotate(180deg);
}
.pagination .arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.pagination .arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.pagination .arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.pagination ul {
  width: auto;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  margin-left: 20px;
}
.pagination ul li {
  padding: 0;
  display: block;
  float: left;
  margin: 0 7px;
}
.pagination ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 42px;
  display: block;
  padding: 0 14px;
}

.pagination ul li.active a {
  color: #002CE6;
}

.pagination ul li a:hover {
  color: #002CE6;
}
.search-results .breadcrumbs {
  text-align: left;
}
.search-results .title-block {
  text-align: left;
}
.search-results .title-block .title {
  text-align: left;
  padding: 0;
  position: relative;
  width: auto;
}
.search-results .title-block .title .count {
  position: absolute;
  display: block;
  color: #A8A8A8;
  font-size: 12px;
  font-weight: 700;
  right: -20px;
  top: -10px;
}
.search-results .nothing-found {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.search-results .nothing-found b,
.search-results .nothing-found strong {
  font-weight: 700;
}
/*----------------------------------------------------------------------------------
1.12. 'Share' modal
-----------------------------------------------------------------------------------*/
.share-block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9999999999999;
  display: none;
}
.share-block .close {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 70px;
  right: 60px;
}
.share-block .close:hover {
  cursor: pointer;
}
.share-block .close:before {
  width: 14px;
  height: 14px;
  background: url(../img/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.share-block .wrap {
  height: 100%;
}
.share-block .wrap .wrap_float {
  height: 100%;
  display: flex;
  align-items: center;
}
.share-block .wrap .wrap_float .links {
  text-align: center;
}
.share-block .link {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  float: none;
  overflow: hidden;
  position: relative;
  margin: 0 11px;
}
.share-block .link:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.share-block .link.facebook {
  background: #33589E;
}
.share-block .link.facebook:before {
  width: 20px;
  height: 38px;
  background-image: url(../img/facebook-logo.svg);
  margin-top: -19px;
  margin-left: -10px;
}
.share-block .link.pinterest {
  background: #C8232C;
}
.share-block .link.pinterest:before {
  width: 30px;
  height: 38px;
  background-image: url(../img/pinterest.svg);
  margin-top: -19px;
  margin-left: -15px;
}
.share-block .link.twitter {
  background: #4BA0EB;
}
.share-block .link.twitter:before {
  background-image: url(../img/twitter.svg);
  width: 38px;
  height: 32px;
  margin-top: -16px;
  margin-left: -19px;
}
.share-block .link.linked {
  background: #007AB9;
}
.share-block .link.linked:before {
  background-image: url(../img/in.svg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.share-block .link.email {
  background: #fff;
  border: 1px solid grey;
}
.share-block .link.email:before {
  background-image: url(../img/email.svg);
  width: 36px;
  height: 26px;
  margin-top: -13px;
  margin-left: -18px;
}
/*----------------------------------------------------------------------------------
1.13. Success modal
-----------------------------------------------------------------------------------*/
.success-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 3;
  display: none;
}
.success-modal .close {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 60px;
}
.success-modal .close:hover {
  cursor: pointer;
}
.success-modal .close:before {
  width: 14px;
  height: 14px;
  background: url(../img/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.success-modal .wrap {
  height: 100%;
  max-width: 914px;
}
.success-modal .wrap .wrap_float {
  height: 100%;
  display: flex;
  align-items: center;
}
.success-modal .wrap .wrap_float .message {
  background: #002CE6;
  padding: 50px;
}
.success-modal .wrap .wrap_float .message .title {
  color: #fff;
  margin-bottom: 23px;
}
.success-modal .wrap .wrap_float .message .subtitle {
  color: #fff;
}
.rating {
  margin-bottom: 7px;
}
.rating .star {
  height: 13px;
  width: 13px;
  position: relative;
  margin-right: 4px;
}
.rating .star:last-child {
  margin-right: 0;
}
.rating .star:before {
  width: 13px;
  height: 13px;
  background: url(../img/star.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
}
.rating .star:after {
  width: 13px;
  height: 13px;
  background: url(../img/star-fill.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: none;
}
.rating .star.fill:before {
  display: none;
}
.rating .star.fill:after {
  display: block;
}
.rating .stars {
  width: auto;
  margin-right: 16px;
}
.rating .reviews-count {
  font-size: 12px;
  color: #A5A5A5;
  font-weight: 400;
  width: auto;
}
.modal .close.mobile-close {
  display: none;
}
/*----------------------------------------------------------------------------------
1.14. 'About us' styles
-----------------------------------------------------------------------------------*/
.about-us {
  overflow: hidden;
}
.about-us .description {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  line-height: 1.7;
  margin-top: 50px;
}
.about-us .description p {
  margin: 0;
}
.about-us .wrap {
  max-width: 860px !important;
}
.about-us .wrap.team-wrap {
  max-width: 1370px;
  text-align: center;
}
.about-us .wrap.team-wrap .wrap_float {
  margin-top: 40px;
}
.about-us .wrap.team-wrap .title {
  margin-bottom: 23px;
}
.about-us .wrap.team-wrap .subtitle {
  max-width: 857px;
  display: inline-block;
  float: none;
  font-size: 14px;
  color: #A8A8A8;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 25px;
}
.about-us .wrap.team-wrap .item {
  width: 275px;
  display: inline-block;
  float: none;
  margin: 20px 32px;
}
.about-us .wrap.team-wrap .item .photo {
  height: 275px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 18px;
}
.about-us .wrap.team-wrap .item .photo img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
.about-us .wrap.team-wrap .item .name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.about-us .wrap.team-wrap .item .position {
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
}
.about-us .slider-wrap {
  text-align: center;
  margin-top: 50px;
}
.about-us .slider-wrap .slick-list {
  overflow: visible;
}
.about-us .slider-wrap .arrows {
  width: auto;
  display: inline-block;
  float: none;
  margin-top: 30px;
}
.about-us .slider-wrap .arrows .arrow {
  height: 42px;
  width: 104px;
  background: #F6F6F6;
  display: block;
  float: left;
  position: relative;
  transition: all .2s linear;
}
.about-us .slider-wrap .arrows .arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.about-us .slider-wrap .arrows .arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.about-us .slider-wrap .arrows .arrow.prev:before {
  transform: rotate(180deg);
}
.about-us .slider-wrap .arrows .arrow.prev:after {
  transform: rotate(180deg);
}
.about-us .slider-wrap .arrows .arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.about-us .slider-wrap .arrows .arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.about-us .slider-wrap .arrows .arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.about-us .slider .slide {
  height: 490px;
  margin: 0 20px;
}
.about-us .slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.statistics {
  margin-top: 88px;
  margin-bottom: 30px;
}
.statistics_item {
  text-align: center;
  width: 32%;
  margin-right: 2%;
  padding: 0 20px;
}
.statistics_item:last-child {
  margin-right: 0;
}
.statistics_item ._icon {
  font-size: 34px;
  font-family: "Prata", serif;
  color: #fff;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #002CE6;
  line-height: 120px;
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  line-height: 112px;
}
.statistics_item ._icon img {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.statistics_item ._title {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
}
.statistics_item ._text {
  font-size: 15px;
  color: #919193;
}
/*----------------------------------------------------------------------------------
1.15. FAQ styles
-----------------------------------------------------------------------------------*/

.faq_item.active .truncate{
  color: #fff;
}

.faq_item {
  margin-bottom: 20px;
}
.faq_item:last-child {
  margin-bottom: 0;
}
.faq_item.active .faq_item-question {
  background: #002CE6;
  transition: all .2s linear;
  color: #fff;
}
.faq_item.active .faq_item-question:before {
  background: rgba(255, 255, 255, 0.25);
  transition: all .2s linear;
}
.faq_item.active .faq_item-question:after {
  transform: rotate(45deg);
  transition: all .2s linear;
}
.faq_item-question {
  height: 64px;
  background: #F6F6F6;
  position: relative;
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #000;
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
  padding: 5px 55px 5px 20px;
  transition: all .2s linear;
}
.faq_item-question:hover {
  cursor: pointer;
}
.faq_item-question:hover * {
  cursor: pointer;
}
.faq_item-question:before {
  width: 30px;
  height: 30px;
  background: #A8A8A8;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -15px;
  right: 20px;
  transition: all .2s linear;
}
.faq_item-question:after {
  width: 30px;
  height: 30px;
  background: url(../img/plus.svg) center center no-repeat;
  background-size: 14px 14px;
  border-radius: 50%;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -15px;
  right: 20px;
  transition: all .2s linear;
}
.faq_item-answer {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  padding: 20px 0;
  display: none;
}
.faq_item-answer a {
  color: #002CE6;
  text-decoration: underline;
}
/* .faq_item-answer p {
  margin: 0;
} */
/*----------------------------------------------------------------------------------
1.16. Contact page
-----------------------------------------------------------------------------------*/
.contact-page .wrap {
  max-width: 1300px;
}
.contact-page .title-block .title {
  margin-bottom: 50px;
}
.contact-page .page_content {
  position: relative;
  padding-top: 480px;
}
.contact-page .map-block {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .map-block .map {
  height: 620px;
  overflow: hidden;
  position: relative;
  background: #eee;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-page .map-block .map iframe {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-page .contact-blocks {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-blocks .block {
  background: #F6F6F6;
  width: 49%;
  margin-right: 2%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.contact-page .contact-blocks .block:last-child {
  margin-right: 0;
}
.contact-page .contact-blocks .block ._title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact-page .contact-blocks .block ._text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
}
.contact-page .contact-blocks .block a {
  display: block;
  float: left;
  clear: both;
  color: #002CE6;
}
.contact-page .contact-blocks .block .tel {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.contact-page .info {
  max-width: 1164px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-left: 200px;
  padding-right: 116px;
}
.contact-page .write-comment .title {
  font-size: 28px;
}
.blog-page.static .page_content {
  padding-top: 0;
  margin-top: 25px;
}
.blog-page.static .breadcrumbs {
  text-align: center;
}
.svg-filters {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.os-windows .menu_block .category_p {
  margin-left: -980px;
}
.ipad .products .product_item ._image .to-cart {
  opacity: 1;
}
.main_slider,
.main_slider .slider .slide,
.main_slider .slider .slide_left {
  min-height: 560px;
  position: relative;
}
.locked .top_panel .top_left .search {
  pointer-events: none;
}
/*----------------------------------------------------------------------------------
1.17. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1780px) {
  .menu_btn {
    margin-left: -755px;
  }
  .menu_block .category_p {
    margin-left: -871px;
  }
  .top_panel {
    top: 26px;
  }
  .main_slider .controls {
    bottom: 50px;
  }
  .menu_btn {
    top: 40px;
  }
  .page {
    padding-top: 110px;
  }
  .os-windows .menu_block .category_p {
    margin-left: -882px;
  }
  .share-block .close {
    top: 26px;
  }
}
@media screen and (max-width: 1620px) {

  .menu_btn {
    margin-left: -720px;
  }
  .main_slider .next-slides {
    margin-right: -700px;
  }
  .main_slider .next-slides .item.active {
    width: 600px;
    height: 600px;
    margin-top: -300px;
    left: -663px;
  }
  .menu_block .category_p {
    margin-left: -838px;
  }
  .os-windows .menu_block .category_p {
    margin-left: -846px;
  }
}
@media screen and (max-width: 1580px) {
  .main_slider .wrap,
  .top_panel .wrap,
  .menu_block .menu_wrap .wrap {
    max-width: 1200px;
  }
  .menu_btn {
    left: 50px;
  }
  .menu_block .items .item {
    width: 250px;
  }
  .menu_block .items .item ._image {
    height: 250px;
    width: 100%;
  }
  .main_slider .controls {
    margin-left: -626px;
  }
  .main_slider .slider .slide_left .slide_content .link {
    margin-top: 10px;
  }
  .main_slider .next-slides .item.active {
    left: -550px;
  }
  .main_slider .slider .slide_left .slide_content .title {
    font-size: 31px;
    line-height: 1.2;
  }
  .main_slider .next-slides {
    width: 200px;
    height: 200px;
    margin-top: -100px;
  }
  .main_slider .next-slides .item.active {
    left: -672px;
  }
  .main_slider .controls {
    margin-left: -600px;
  }
  .menu_btn {
    left: 50%;
    margin-left: -670px;
  }
  .menu_block .category_p {
    margin-left: -786px;
  }
  .os-windows .menu_block .category_p {
    margin-left: -797px;
  }
  .main_slider .slider .slide_right {
    width: 770px;
  }
  .share-block .close {
    right: 26px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1200px;
  }
  .products .cover {
    height: 490px;
  }
  .products .product_item {
    width: 324px;
  }
  .products .product_item ._image {
    height: 324px;
  }
  .posts.circle-posts .post ._image {
    height: 252px;
  }
  .products .products_block {
    height: 490px;
  }
  .main_slider .wrap,
  .top_panel .wrap,
  .menu_block .menu_wrap .wrap {
    max-width: 1100px;
  }
  .menu_block .items .item {
    width: 225px;
  }
  .menu_block .items .item ._image {
    height: 225px;
  }
  .main_slider .next-slides .item.active {
    width: 500px;
    height: 500px;
    margin-top: -250px;
  }
  .main_slider .next-slides {
    margin-right: -600px;
  }
  .main_slider .next-slides .item.active {
    left: -540px;
  }
  .main_slider .controls {
    margin-left: -550px;
  }
  .page .sidebar {
    max-width: 310px;
  }
  .page .main {
    max-width: 840px;
  }
  .page .sidebar .subscribe-block {
    padding: 30px;
  }
  .page .sidebar .posts-slider .slide {
    padding: 30px;
    padding-bottom: 80px;
  }
  .about-us .wrap.team-wrap .item {
    width: 240px;
  }
  .about-us .wrap.team-wrap .item .photo {
    height: 240px;
  }
  .about-us .wrap.team-wrap {
    max-width: 100%;
  }
  .contact-page .wrap {
    max-width: 1260px;
  }
  .contact-page .info {
    padding-left: 240px;
  }
  .menu_btn {
    margin-left: -620px;
  }
  .menu_block .category_p {
    margin-left: -737px;
  }
  .os-windows .menu_block .category_p {
    margin-left: -748px;
  }
  .main_slider .slider .slide_right {
    width: 680px;
  }
}
@media screen and (max-height: 980px) and (min-width: 1300px) {
  .main_slider .next-slides {
    margin-right: -628px;
  }
  .main_slider .next-slides .item.active {
    left: -32vw;
    width: 54vh;
    height: 54vh;
    margin-top: -27vh;
  }
}
@media screen and (max-height: 980px) and (max-width: 1400px) {
  .main_slider .next-slides .item.active {
    left: -41vw;
  }
}
@media screen and (max-height: 980px) and (min-width: 1880px) {
  .main_slider .next-slides .item.active {
    left: -30vw;
  }
}
@media screen and (max-height: 980px) and (max-width: 1779px) {
  .main_slider .next-slides .item.active {
    left: -33vw;
  }
}
@media screen and (max-height: 980px) and (max-width: 1679px) {
  .main_slider .next-slides .item.active {
    left: -39vw;
  }
}
@media screen and (max-height: 830px) and (max-width: 1779px) {
  .main_slider .next-slides .item.active {
    left: -36vw;
  }
}
@media screen and (max-height: 810px) and (min-width: 1300px) {
  .main_slider .next-slides .item.active {
    height: 64vh;
    width: 64vh;
    margin-top: -32vh;
  }
  .main_slider .next-slides .item.active {
    left: -554px;
  }
}
@media screen and (max-width: 1300px) {
  .main_slider .wrap,
  .top_panel .wrap,
  .menu_block .menu_wrap .wrap {
    max-width: 1200px;
  }
  .top_panel .wrap_float {
    padding-left: 60px;
  }
  .top_panel .top_left {
    padding-right: 90px;
  }
  .main_slider .next-slides .item.active {
    left: -480px;
  }
 
  .menu_btn {
    left: 50%;
    margin-left: -600px;
  }
  .main_slider .next-slides .item.active {
    left: -575px;
  }
  .main_slider,
  .main_slider .slider .slide,
  .main_slider .slider .slide_left {
    min-height: 660px;
    position: relative;
  }
  .main_slider .controls {
    margin-left: -600px;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    transform: none;
    margin-top: 0;
    margin-left: 0;
    font-size: 30px;
    top: 35px;
    left: 50%;
    margin-left: -535px;
  }
  .menu_block {
    padding-top: 50px;
  }
  .menu_block .items .item {
    width: 250px;
  }
  .menu_block .items .item ._image {
    height: 250px;
  }
  .contact-page .info {
    max-width: 800px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 150px;
  }
  .contact-page .wrap {
    max-width: 1100px;
  }
  .menu_block {
    padding-top: 0;
  }
  .menu_block .category_p {
    position: static;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    margin-left: -480px;
    padding-left: 50px;
    position: relative;
  }
  .menu_block .close {
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-active.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -596px;
    z-index: 6;
    top: 40px;
    display: block;
  }
  .menu_block .menu_wrap {
    height: auto;
    overflow: visible;
    padding-top: 100px;
  }
  .menu_block {
    overflow: auto;
    padding: 0;
    z-index: 6;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    margin-left: -480px;
    padding-left: 50px;
    position: relative;
  }
  .menu_block .close {
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-active.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -596px;
    z-index: 6;
    top: 40px;
    display: block;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    margin-left: -590px;
  }
  .menu_block .menu_wrap {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1240px) {
  .wrap {
    max-width: 1100px;
  }
  .products .cover {
    width: 38%;
  }
  .products .products_block {
    width: 59.5%;
  }
  .post ._image {
    height: 300px;
  }
  .posts.circle-posts .post ._image {
    height: 231px;
  }
  .products .product_item {
    width: 313px;
    margin-right: 28px;
  }
  .products .product_item ._image {
    height: 313px;
  }
  .products .cover {
    height: 462px;
  }
  .products.products-left .products_block,
  .products .products_block {
    height: 462px;
  }
  .title {
    font-size: 30px;
  }
  .articles .articles_slider_block .arrows {
    top: 300px;
    margin-top: -42px;
  }
  .main_slider .wrap,
  .top_panel .wrap,
  .menu_block .menu_wrap .wrap {
    max-width: 1100px;
  }
  .main_slider .controls {
    margin-left: -550px;
  }
  .menu_btn {
    margin-left: -550px;
  }
  .main_slider .next-slides .item.active {
    width: 400px;
    height: 400px;
    margin-top: -200px;
  }
  .main_slider .next-slides {
    margin-right: -500px;
  }
  .main_slider .next-slides .item.active {
    left: -425px;
  }
  .menu_block .items .item {
    width: 225px;
    margin-bottom: 50px;
  }
  .menu_block .items .item ._image {
    height: 225px;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    margin-left: -490px;
  }
  .page .main {
    max-width: 742px;
  }
  .page .sidebar .popular .item .img {
    width: 90px;
    height: 90px;
  }
  .page .sidebar .popular .item {
    padding-left: 110px;
    min-height: 90px;
  }
  .menu_block .close {
    margin-left: -545px;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    margin-left: -535px;
  }
}
@media screen and (max-width: 1130px) {
  .wrap {
    max-width: 960px;
  }
  .products .product_item {
    width: 272px;
    margin-right: 24px;
  }
  .posts.circle-posts .post ._image {
    height: 210px;
  }
  .products .product_item ._image {
    height: 272px;
  }
  .products .cover {
    height: 440px;
  }
  .products.products-left .products_block,
  .products .products_block {
    height: 440px;
  }
  .posts .post ._image {
    height: 190px;
  }
  .main_slider .wrap,
  .top_panel .wrap,
  .menu_block .menu_wrap .wrap {
    max-width: 960px;
  }
  .menu_btn {
    margin-left: -480px;
  }
  .main_slider .controls {
    margin-left: -480px;
  }
  .main_slider .next-slides {
    display: none;
  }
  .main_slider .slider .slide_right {
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .main_slider .slider .slide .wrap_float {
    position: relative;
  }
  .main_slider .slider .slide_right .slide-img {
    width: 480px;
    height: 480px;
    margin-top: -240px;
  }
  .menu_block .items .item {
    margin-right: 40px;
    width: 210px;
  }
  .menu_block .items .item ._image {
    height: 210px;
    margin-bottom: 20px;
  }
  .menu_block .menu_wrap {
    height: auto;
    overflow: visible;
    padding-top: 100px;
  }
  .menu_block {
    overflow: auto;
    padding: 0;
    z-index: 6;
  }
  .menu_block .category_p,
  .os-windows .menu_block .category_p {
    margin-left: -480px;
    padding-left: 50px;
    position: relative;
  }
  .menu_block .close {
    width: 30px;
    height: 30px;
    background: url(../img/menu-btn-active.svg) center center no-repeat;
    background-size: contain;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -480px;
    z-index: 6;
    top: 40px;
    display: block;
  }
  .page .main {
    max-width: 650px;
  }
  .page .sidebar {
    max-width: 260px;
  }
  .page .sidebar .popular .item ._title {
    font-size: 15px;
  }
  .page .sidebar .subscribe-block {
    padding: 25px 15px;
  }
  .page .sidebar .posts-slider .slide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-page .wrap {
    max-width: 980px;
  }
  .contact-page .info {
    margin-left: 90px;
  }
  .top_panel .top_left .logo {
    margin-right: 80px;
  }
}
@media screen and (max-width: 1040px) {
  .main_slider .controls .arrows .arrow:hover,
  .articles .articles_slider_block .arrows .arrow:hover {
    background: #fff;
  }
  .main_slider .controls .arrows .arrow:hover:before,
  .articles .articles_slider_block .arrows .arrow:hover:before {
    opacity: 1;
  }
  .main_slider .controls .arrows .arrow:hover:after,
  .articles .articles_slider_block .arrows .arrow:hover:after {
    display: none;
  }
  .about-us .slider-wrap .arrows .arrow:hover,
  .products .products_block .controls .arrows .arrow:hover {
    background: #f6f6f6;
  }
  .about-us .slider-wrap .arrows .arrow:hover:before,
  .products .products_block .controls .arrows .arrow:hover:before {
    opacity: 1;
  }
  .about-us .slider-wrap .arrows .arrow:hover:after,
  .products .products_block .controls .arrows .arrow:hover:after {
    display: none;
  }
  .top_panel .top_left .cart {
    background: #000;
  }
  .top_panel .top_left .cart:before {
    display: none;
  }
  .svg-filters {
    display: none;
  }
  .btn_wrap .show_more {
    background: #002CE6;
  }
  .btn_wrap .show_more:before,
  .btn_wrap .show_more:after {
    display: none;
  }
  .btn_wrap .show_more span {
    color: #fff;
  }
  .btn_wrap .show_more:hover span {
    color: #fff;
  }
  .menu_block .btn_wrap .show_more {
    background: #fff;
    border-color: #fff;
  }
  .menu_block .btn_wrap .show_more span {
    color: #000;
  }
  .products .product_item ._image .to-cart {
    opacity: 1;
    overflow: hidden;
    color: transparent;
    width: auto;
    color: #fff;
  }
  .products .product_item ._image .to-cart:before {
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}


@media screen and (max-width: 1000px) {

  .search{
    margin-right: 5px;
  }


  .badge-menu:before{
    display: none !important;
  }

  .fixed-price .wrap .wrap-float .product p{
    font-size: 22px !important;
  }

  .acceso{
    display: none;
  }

  .wrap {
    max-width: 92vw;
  }
  .main_slider .wrap,
  .top_panel .wrap,
  .menu_block .menu_wrap .wrap {
    max-width: 92vw;
  }
  .menu_btn {
    left: 4vw;
    margin-left: 0;
    top: 36px;
  }

  .logo svg{
    height: 70px;
  }

  .products-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    position: relative;
    margin-bottom: 50px;
    padding-right: 50px!important;
    padding-left: 50px;
}

  .mundo{
    display: none;
  }
  .search{
    display: none;
  }
  .articles .post {
    width: 100%;
  }
  .articles .articles_slider_block {
    width: 100%;
  }
  .products .cover {
    width: 100%;
    height: 92vw;
  }
  .products .products_block {
    width: 100%;
    height: auto;
    margin-top: 2vw;
  }
  .products .product_item {
    width: 50%;
    margin-right: 2vw;
    padding: 10px;
  }
  .posts.circle-posts .post {
    width: 46%;
    margin-right: 8%;
  }
  .posts.circle-posts .post:nth-child(even) {
    margin-right: 0;
  }
  .posts.circle-posts .post:nth-child(3),
  .posts.circle-posts .post:nth-child(4) {
    display: none;
  }
  .posts.circle-posts .post ._image {
    height: 42vw;
  }
  .posts .post {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 50px;
  }
  .posts .post:nth-child(2) {
    margin-right: 0;
  }
  .mainpage .posts .post:nth-child(3) {
    display: none;
  }
  .articles .articles_slider_block {
    margin-top: 40px;
  }
  .products .products_block .controls {
    top: 272px;
    margin-top: -42px;
    z-index: 1;
    bottom: auto;
  }
  .products .products_block .controls .count {
    display: none;
  }
  .products.products-left .products_block,
  .products .products_block {
    height: auto;
  }
  .footer_bottom .center {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  .footer_bottom .center ul {
    padding-left: 0;
  }
  .footer .footer_bottom {
    position: relative;
    padding-top: 65px;
  }
  .footer_bottom .left {
    width: 100%;
    text-align: center;
  }
  .footer_bottom .right {
    width: 100%;
    text-align: center;
    margin-top: 26px;
  }
  .footer_center {
    margin-bottom: 70px;
  }
  .footer_center .socials a:before {
    opacity: 0;
  }
  .footer_center .socials a:after {
    opacity: 1;
  }
  .post:hover ._content ._title,
  .products .product_item:hover ._title {
    color: #000;
  }
  .main_slider .slider .slide_left {
    width: 100%;
    max-width: 100%;
    min-height: inherit;
    height: auto;
  }
  .main_slider .slider .slide_right {
    position: relative;
    width: 100%;
    right: auto;
    top: auto;
    margin-top: 0;
    height: 480px;
  }
  .main_slider {
    text-align: center;
    background: none;
  }
  .main_slider .slick-track {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
  }
  .main_slider .slider .slide_left .slide_content .link {
    display: none;
  }
  .top_panel .top_left .menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 375px;
    background: #fff;
    padding: 60px 28px;
    z-index: 5;
    overflow: auto;
    right: -380px;
    transition: all .3s ease;
  }
  .top_panel .top_left .menu.opened {
    right: 0;
    transition: all .3s ease;
  }
  .top_panel .top_left .menu > ul {
    width: 100%;
  }
  .top_panel .top_left .menu > ul > li {
    width: 100%;
    margin-right: 0;
  }
  .top_panel .top_left .menu > ul > li > a {
    font-size: 26px;
    line-height: normal;
    padding: 5px 0;
  }
  .top_panel .top_left .menu > ul > li > a:hover {
    transform: none;
  }
  .top_panel .top_left .menu > ul > li > a:before {
    display: none;
  }
  .top_panel .top_left .menu > ul > li > ul {
    position: static;
    width: 100%;
    box-shadow: none;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li {
    padding: 0;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > a {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > ul {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 10px 0;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > ul li a {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    padding-left: 30px;
    line-height: normal;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > ul li a:before {
    display: block;
    width: 20px;
    height: 2px;
    background: #000;
    content: '';
    top: 17px;
    position: absolute;
    left: 0;
  }
  .top_panel .top_left .menu > ul > li > ul {
    padding-bottom: 12px;
    border: 0;
  }
  .top_panel .top_left .menu a:hover {
    color: #000 !important;
  }
  .main_slider,
  .main_slider .slider .slide,
  .main_slider .slider .slide_left {
    min-height: inherit;
    height: auto;
  }
  .main_slider .slider .slide {
    padding-top: 150px;
    padding-bottom: 180px;
    display: flex;
    flex-direction: column;
  }
  .main_slider .slider .slide_right .slide-img {
    display: inline-block;
    float: none;
    position: relative;
    top: 0;
    margin-top: 0;
  }
  .main_slider .slider .slide_right .read_more {
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
  }
  .main_slider .slider .slide_right .read_more a {
    display: inline-block;
    border-bottom: 2px solid #000;
    color: #000;
  }
  .main_slider .controls {
    left: 4vw;
    margin-left: 0;
    width: 92vw;
    text-align: center;
    margin-top: 40px;
    position: absolute;
    bottom: 50px;
  }
  .main_slider .controls .arrows {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .main_slider .controls .count {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .top_panel .top_left .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 42px;
    background-position: center center;
  }
  
  .top_panel .top_left .search {
    position: absolute;
    left: 57px;
    width: auto;
  }
  .top_panel .top_left .search-open {
    height: 50px;
  }
  .top_panel .top_left .logo {
    top: -3px;
  }
  .menu_block .category_p {
    left: 4vw;
    margin-left: 0;
    top: 32px;
  }
  .menu_block .close {
    left: 4vw;
    margin-left: 0;
    top: 36px;
  }
  .menu_block .items .item {
    width: 30%;
    margin-right: 5%;
  }
  .menu_block .items .item:nth-child(4n) {
    margin-right: 5%;
  }
  .menu_block .items .item:nth-child(4n+1) {
    clear: none;
  }
  .menu_block .items .item:nth-child(3n) {
    margin-right: 0;
  }
  .menu_block .items .item:nth-child(3n+1) {
    clear: both;
  }
  .menu_block .items .item ._image {
    height: 27.6vw;
  }
  .menu_block .menu_wrap {
    padding-top: 76px;
  }
  .search-popup {
    width: 92vw;
    left: 4vw;
    margin-left: 0;
    padding-right: 58px;
  }
  .search-popup .input {
    width: 100%;
  }
  .search-popup .submit {
    width: 58px;
    position: absolute;
    right: 0;
  }
  .search-popup .submit:before {
    width: 20px;
    height: 20px;
    background: url(../img/search-white.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
  }
  .search-popup .submit span {
    display: none;
  }
  .search-popup .close {
    top: 40px;
    right: 4vw;
    position: fixed;
    margin-right: 3px;
  }
  .top_panel .top_left .cart {
    right: 56px;
    top: 18px;
  }
  .user-profile {
    right: 0;
    top: 17px;
    left: auto;
    margin-right: 65px;
    display: block;
  }
  .top_panel .mobile-btn {
    display: block;
    left: 0;
  }
  .top_panel .top_left .menu .close {
    display: block;
  }
  .title-block .title {
    padding: 0;
  }

  .select_wrap {
    position: relative;
    right: auto;
    display: inline-block;
    float: none;
    margin-top: 17px;
  }
  .page {
    padding-top: 100px;
  }
  .page .main {
    max-width: 100%;
  }
  .page .sidebar {
    max-width: 100%;
    margin-top: 55px;
  }
  .blog.with-sidebar .sidebar .posts .post ._image {
    height: 53vw;
  }
  .page {
    padding-bottom: 95px;
  }
  .pagination {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .category_description {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .category_description .title {
    padding: 0 !important;
  }
  .page .sidebar ._block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blog.with-sidebar .sidebar .posts .block_title {
    padding: 0 4vw;
  }
  .footer {
    height: 576px;
  }
  .container {
    padding-bottom: 576px;
  }
  .page .sidebar .subscribe-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .modal .close {
    display: none;
  }
  .modal .close.mobile-close {
    display: block;
  }
  .success-modal .wrap .wrap_float {
    display: block;
    background: #002CE6;
  }
  .modal.success-modal .close.mobile-close {
    background: none;
    top: 0;
    right: 0;
  }
  .modal.success-modal .close.mobile-close:before {
    width: 19px;
    height: 19px;
    margin-top: -9px;
    margin-left: -9px;
  }
  .modal:not(.success-modal) .close.mobile-close {
    top: 0;
    right: 0;
    background: none;
  }
  .modal:not(.success-modal) .close.mobile-close:before {
    width: 19px;
    height: 19px;
    margin-top: -9px;
    margin-left: -9px;
    background-image: url(../img/menu-close.svg);
  }
  .top_panel .top_left .menu > ul > li > ul > div > li:first-child {
    padding-top: 0;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li:last-child {
    padding-bottom: 0;
  }
  .about-us .wrap {
    max-width: 100%;
  }
  .about-us .title-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .about-us .breadcrumbs {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .about-us .wrap.team-wrap {
    max-width: 92vw;
  }
  .about-us .slider .slide {
    margin: 0;
    height: 56vw;
  }
  .contact-page .map-block .map {
    height: 430px;
    position: relative;
  }
  .contact-page .page_content {
    padding-top: 0;
  }
  .contact-page .map-block {
    position: relative;
  }
  .contact-page .wrap {
    max-width: 100%;
  }
  .contact-page .breadcrumbs,
  .contact-page .title-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .contact-page .info {
    margin-left: 0;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .os-windows .menu_block .category_p {
    top: 32px;
    left: 4vw;
    margin-left: 0;
  }
  .mainpage .products .product_item ._image .to-cart {
    bottom: auto;
    top: 20px;
  }
  .statistics_item {
    padding: 0 10px;
  }
  .statistics {
    padding: 0 4vw;
  }
  .top_panel .top_left .menu .dropdown_li:before,
  .top_panel .top_left .menu .dropdown_li:first-child:before {
    transform: rotate(90deg);
    margin-top: -4px;
  }
  .top_panel .top_left .menu .dropdown_li:after,
  .top_panel .top_left .menu .dropdown_li:first-child:after {
    transform: rotate(90deg);
    margin-top: -4px;
    display: none;
  }
  .top_panel .top_left .menu .dropdown_li:hover:before {
    opacity: 1;
  }
  .top_panel .top_left .menu .dropdown_li:hover:after {
    opacity: 0;
  }
  .top_panel .top_left .menu .dropdown_li:before,
  .top_panel .top_left .menu .dropdown_li:first-child:before {
    margin-top: 0;
    top: 14px;
  }
  .about-us .description {
    margin-top: 30px;
  }
  .modal:not(.success-modal) .close.mobile-close {
    right: 4vw;
    margin-right: -9px;
    top: 26px;
  }
  .contact-page .title-block .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 760px) {

  .user-profile {
    right: 0;
    top: 25px;
    left: auto;
    margin-right: 30px;
    display: block;
  }

  .user-profile::before {
    width: 32px;
    height: 32px;
    background-size: 40%;
  }

    .description_text{
    width: 100% !important;
    padding: 0px 25px;
  }
  .articles .wrap {
    max-width: 100%;
  }
  .articles .title {
    padding: 0 4vw;
  }
  .articles .post ._content {
    padding: 0 4vw;
  }
  .post ._image {
    height: 46vw;
  }
  .articles .articles_slider_block .arrows {
    top: 46vw;
    margin-top: -42px;
    right: 4vw;
  }
  .products .product_item ._image {
    height: 46vw;
  }
  .products .products_block .controls {
    top: 46vw;
    margin-top: -42px;
    z-index: 1;
  }
  .products .products_block .controls .count {
    display: none;
  }
  .posts .post {
    width: 100%;
    margin-right: 0;
  }
  .mainpage .posts .post:nth-child(3) {
    display: block;
  }
  .products .wrap {
    max-width: 100%;
  }
  .products .product_item ._title,
  .products .product_item ._cost {
    padding: 0 4vw;
  }
  .posts:not(.circle-posts) .wrap {
    max-width: 100%;
  }
  .posts:not(.circle-posts) .title {
    padding: 0 4vw;
  }
  .posts:not(.circle-posts) .post ._content {
    padding: 0 4vw;
  }
  .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .articles .articles_slider_block {
    margin-top: 32px;
  }
  .products {
    padding-top: 50px;
  }
  .mainpage .products .product_item {
    width: 49vw !important;
  }
  .posts .post ._image {
    height: 60vw;
  }
  .posts:not(.circle-posts) .post {
    margin-bottom: 40px;
  }
  .posts:not(.circle-posts) .post:last-child {
    margin-bottom: 0;
  }
  .main_slider .slider .slide_right .slide-img {
    width: 360px;
    height: 360px;
    top: 0;
    margin-top: 0;
  }
  .main_slider .slider .slide_right {
    height: 360px;
  }
  .main_slider .slider .slide {
    padding-top: 120px;
  }
  .main_slider .slider .slide_right .read_more {
    font-size: 19px;
  }
  .main_slider .slider .slide_left .slide_content .title {
    font-size: 25px;
  }
  .menu_block .items .item ._title {
    font-size: 16px;
  }
  .breadcrumbs {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .title-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .select_wrap .label {
    font-size: 21px;
  }
  .search-results .nothing-found {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .footer {
    height: auto;
    position: static;
  }
  .container {
    padding-bottom: 0;
  }
  .success-modal .wrap .wrap_float .message {
    padding: 40px 25px;
  }
  .about-us .wrap.team-wrap .item {
    margin: 18px;
  }
  .title,
  .about-us .wrap.team-wrap .title {
    font-size: 22px;
  }
  .contact-page .contact-blocks .block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  .contact-page .contact-blocks .block:last-child {
    margin-bottom: 0;
  }
  .contact-page .contact-blocks {
    display: block;
  }
  .posts.circle-posts .post {
    margin-bottom: 40px;
  }
  .posts.circle-posts .post:nth-child(3),
  .posts.circle-posts .post:nth-child(4) {
    margin-bottom: 0;
  }
  .posts.circle-posts .post:nth-child(4) {
    display: block;
  }
  .articles .articles_slider_block .post {
    width: 100vw !important;
  }
  .statistics_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .statistics_item:last-child {
    margin-bottom: 0;
  }
  .statistics {
    margin-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .posts.circle-posts .post {
    width: 100%;
  }
  .posts.circle-posts .post ._image {
    width: 333px;
    height: 333px;
  }
  .post ._image {
    height: 60vw;
  }
  .articles .articles_slider_block .arrows {
    top: 60vw;
  }
  .posts.circle-posts .post {
    margin-right: 0;
    margin-bottom: 35px;
  }
  .posts.circle-posts .post:nth-child(2) {
    margin-bottom: 0;
  }
  .top_panel {
    height: 36px;
  }
  .menu_btn {
    top: 30px;
    display: none;
  }
  .top_panel .top_left .search-open {
    height: 37px;
  }
  .top_panel .top_left .logo {
    width: 150px;
    padding: 0;
    height: 36px;
    line-height: 36px;
  }
  .top_panel .top_left .logo img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
  }
  .top_panel .top_left .cart {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
  .menu_block .items .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .menu_block .items .item:nth-child(4n) {
    margin-right: 4%;
  }
  .menu_block .items .item:nth-child(4n+1) {
    clear: none;
  }
  .menu_block .items .item:nth-child(3n) {
    margin-right: 4%;
  }
  .menu_block .items .item:nth-child(3n+1) {
    clear: none;
  }
  .menu_block .items .item:nth-child(odd) {
    clear: both;
  }
  .menu_block .items .item:nth-child(even) {
    margin-right: 0;
  }
  .menu_block .items .item ._image {
    height: 44.16vw;
  }
  .menu_block .category_p {
    font-size: 26px;
    top: 29px;
  }
  .menu_block .close {
    top: 30px;
  }
  .menu_block .menu_wrap {
    padding-top: 64px;
  }
  .top_panel .mobile-btn {
    height: 36px;
  }
  .select_wrap .label {
    font-size: 18px;
    margin-top: 8px;
  }
  .blog.fullwidth .posts {
    padding-top: 34px;
  }
  .blog.fullwidth .posts {
    padding-top: 34px;
  }
  .faq_item-answer {
    font-size: 15px;
  }
  .faq_item {
    margin-bottom: 20px;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .payment-details{
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .about-us .wrap.team-wrap .item {
    margin: 15px 11px;
  }
  .contact-page .map-block .map {
    height: 360px;
  }
  .contact-page .contact-blocks .block {
    padding: 23px;
  }
  .contact-page .write-comment {
    margin-top: 32px;
  }
  .blog-page.static .page_content {
    margin-top: 10px;
  }
  .posts.circle-posts .post:nth-child(3),
  .posts.circle-posts .post:nth-child(4) {
    display: none;
  }
  .os-windows .menu_block .category_p {
    top: 27px;
  }
  .search-popup .close {
    top: 34px;
  }
  .statistics_item ._title {
    font-size: 16px;
  }
  .modal:not(.success-modal) .close.mobile-close {
    top: 20px;
  }
}
@media screen and (max-width: 460px) {
.is-mobile{
  display: block !important;
}
  .acceso{
    display: none;
    color: #000;
  }

  .products .product_item {
    margin-right: 0;
  }
  .products .products_block .controls {
    top: 94vw;
  }
  .post ._image {
    height: 71vw;
  }
  .articles .articles_slider_block .arrows {
    top: 71vw;
  }
  .products .cover ._title {
    top: 30px;
    left: 30px;
  }
  .products .products_block {
    margin-top: 20px;
  }
  .posts.circle-posts .post ._image {
    width: 100%;
    height: 92vw;
  }
  .footer_center .subscribe_form {
    width: 100%;
  }
  .post ._content ._title {
    font-size: 17px;
  }
  .posts,
  .articles {
    padding-top: 45px;
  }
  .footer_top {
    margin-bottom: 20px;
  }
  .footer_center p {
    font-size: 17px;
    margin-top: 12px;
  }
  .footer .footer_bottom {
    padding-top: 0;
    padding-bottom: 100px;
  }
  .footer_bottom .center {
    position: static;
  }
  .footer_bottom .right {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0;
  }
  .footer_bottom .left {
    position: absolute;
    left: 0;
    bottom: 37px;
  }
  .footer_center {
    margin-bottom: 50px;
  }
  .footer_bottom .center ul li {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 14px;
  }
  .footer_bottom .center ul li:last-child {
    margin-bottom: 0;
  }
  .main_slider .slider .slide_left .slide_content .category {
    font-size: 15px;
  }
  .main_slider .slider .slide_right .slide-img {
    width: 80vw;
    height: 80vw;
  }
  .main_slider .slider .slide {
    padding-bottom: 116px;
  }
  .main_slider .controls {
    margin-top: 0;
  }
  .main_slider .controls .count {
    margin-left: 16px;
  }
  .main_slider .slider .slide_right {
    height: auto;
  }
  .top_panel .top_left .menu {
    width: 100%;
    right: -100%;
  }
  .top_panel .top_left .menu > ul > li > a {
    font-size: 21px;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > a {
    font-size: 17px;
  }

  .top_panel .top_left .menu > ul > li > ul > div > li{
    width: 100%;
    margin-right: 0%;
  }

  .top_panel .top_left .menu > ul > li > ul > div > li:nth-child(even) {
  width: 100%;
  margin-right: 0%;
  }

  .livewire-menu{
    flex-direction: column;
    padding: 2% 0%;
  }

  .top_panel .top_left .menu > ul > li > ul {
    padding-top: 0;
    padding-left: 10px;
    border: 0;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > ul li a {
    font-size: 17px;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > ul {
    padding-top: 0;
  }
  .page {
    padding-top: 80px;
  }
  .breadcrumbs {
    padding-bottom: 20px;
  }
  .select_wrap {
    margin-top: 0;
  }
  .breadcrumbs {
    padding-bottom: 34px;
  }
  .success-modal .wrap .wrap_float .message {
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-us .wrap.team-wrap .item {
    margin: 16px 0;
  }
  .top_panel .top_left .menu > ul > li > ul > div > li > ul li a:before {
    top: 16px;
  }
  .top_panel .top_left .cart {
    right: 43px;
  }
  .top_panel .top_left .search {
    left: 45px;
  }
  .mainpage .products .product_item {
    width: 100vw !important;
  }
}
@media screen and (max-width: 380px) {

  .main_slider .slider .slide_left .slide_content .title {
    font-size: 21px;
  }
  .main_slider .controls .arrows .arrow {
    width: 76px;
  }
  .top_panel .top_left .search {
    left: 48px;
  }
  .top_panel .top_left .logo {
    width: 120px;
  }
  .top_panel .top_left .cart {
    right: 46px;
  }
  .top_panel .mobile-btn {
    width: 24px;
    left: 0px;
  }
  .top_panel .top_left .cart {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    right: 38px;
    top: 17px;
  }
}
@media screen and (min-width: 1001px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_slider .slider .slide_right {
    display: block;
  }
  .main_slider .slider .slide_right .slide-img {
    left: auto;
    right: 0;
    width: 60vh;
    height: 60vh;
    margin-top: -30vh;
  }
  .menu_block .menu_wrap .wrap_float {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_slider .slider .slide_right .slide-img {
    margin-top: 0;
  }
}
@media screen and (max-width: 760px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_slider .slider .slide_right .slide-img {
    width: 360px;
    height: 360px;
  }
}
@media screen and (max-width: 460px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_slider .slider .slide_right .slide-img {
    width: 80vw;
    height: 80vw;
  }
}
/* 2. "Blog" styles */
/*----------------------------------------------------------------------------------
2.1. Blog styles
-----------------------------------------------------------------------------------*/
.blog.fullwidth .posts {
  padding-top: 50px;
}
.blog.fullwidth .posts .post {
  margin-bottom: 50px;
}
.blog.fullwidth .posts .post:nth-child(3n) {
  margin-right: 0;
}
.blog.fullwidth .posts .post:nth-child(3n+1) {
  clear: both;
}
.blog.with-sidebar.classic .posts {
  padding-left: 0;
  padding-right: 0;
}
.blog.with-sidebar.classic .sidebar .posts .post ._image {
  height: 230px;
}
.blog.with-sidebar.firstpost .posts .post:nth-child(even) {
  margin-right: 4%;
  clear: both;
}
.blog.with-sidebar.firstpost .posts .post:nth-child(odd) {
  margin-right: 0;
  clear: none;
}
.blog.with-sidebar .breadcrumbs {
  text-align: left;
}
.blog.with-sidebar .title-block .title {
  text-align: left;
  padding-left: 0;
}
.blog.with-sidebar .posts {
  padding-top: 50px;
}
.blog.with-sidebar .posts .post {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
}
.blog.with-sidebar .posts .post:nth-child(even) {
  margin-right: 0;
}
.blog.with-sidebar .posts .post:nth-child(odd) {
  clear: both;
}
.blog.with-sidebar .main .posts {
  padding-top: 0;
}
.blog.with-sidebar .sidebar .posts {
  padding: 0;
}
.blog.with-sidebar .sidebar .posts .post {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.blog.classic .posts {
  padding-left: 220px;
  padding-right: 220px;
}
.blog.classic .posts .post {
  width: 100%;
  max-width: 100%;
  margin-right: 0;
}
.blog.classic .posts .post ._image {
  height: 490px;
}
.blog.classic .select_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 12px;
}
.blog.firstpost .posts .post {
  width: 48%;
  margin-right: 4%;
}
.blog.firstpost .posts .post:nth-child(3n) {
  margin-right: 4%;
}
.blog.firstpost .posts .post:nth-child(3n+1) {
  clear: none;
}
.blog.firstpost .posts .post:first-child {
  width: 100%;
  margin-right: 0;
}
.blog.firstpost .posts .post:first-child ._image {
  height: 490px;
}
.blog.firstpost .posts .post:nth-child(odd) {
  margin-right: 0;
}
.blog.firstpost .posts .post:nth-child(even) {
  clear: both;
}
.blog.firstpost .posts .post ._image {
  height: 233px;
}
.blog.search-results .search-text {
  margin-top: 30px;
}
/*----------------------------------------------------------------------------------
2.2. Category Description block
-----------------------------------------------------------------------------------*/
.category_description {
  border-top: 1px solid rgba(168, 168, 168, 0.29);
  margin-top: 60px;
  padding-top: 30px;
}
.category_description .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.category_description .text {
  font-size: 14px;
  color: #A8A8A8;
  margin: 0;
  line-height: 1.6;
  font-weight: 400;
}
.category_description .text p {
  margin: 0;
}
/*----------------------------------------------------------------------------------
2.3. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1580px) {
  .blog.classic .posts .post ._image {
    height: 400px;
  }
  .blog.firstpost .posts .post ._image {
    height: 233px;
  }
  .blog.firstpost .posts .post:first-child ._image {
    height: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .blog.with-sidebar.classic .sidebar .posts .post ._image {
    height: 178px;
  }


}
@media screen and (max-width: 1130px) {
  .blog.classic .posts {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1040px) {
  .pagination .arrow:hover {
    background: #f6f6f6;
  }
  .pagination .arrow:hover:before {
    opacity: 1;
  }
  .pagination .arrow:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .blog.fullwidth .posts .post:nth-child(3) {
    display: block;
    margin-right: 4%;
  }
  .blog.fullwidth .posts .post:nth-child(3n+1) {
    clear: none;
  }
  .blog.fullwidth .posts .post:nth-child(even) {
    margin-right: 0;
  }
  .blog.fullwidth .posts .post:nth-child(odd) {
    clear: both;
  }
  .blog.fullwidth .posts,
  .blog.with-sidebar .posts {
    padding-top: 34px;
  }
  .blog.classic .select_wrap {
    left: auto;
    transform: none;
  }
  .blog.classic .posts {
    padding-left: 0;
    padding-right: 0;
  }
  .blog.classic .posts .post ._image {
    height: 50vw;
  }
  .blog.firstpost .posts .post ._image {
    height: 26vw;
  }
  .blog.firstpost .posts .post:first-child ._image {
    height: 50vw;
  }
  .blog.with-sidebar.classic .sidebar .posts .post ._image {
    height: 53vw;
  }
  .blog.fullwidth.firstpost .posts .post:nth-child(even) {
    margin-right: 4%;
    clear: both;
  }
  .blog.fullwidth.firstpost .posts .post:nth-child(odd) {
    margin-right: 0;
    clear: none;
  }
}
@media screen and (max-width: 760px) {
  .blog.fullwidth .wrap {
    max-width: 100%;
  }
  .blog.fullwidth .posts .post {
    margin-bottom: 34px;
  }
  .blog.with-sidebar .wrap {
    max-width: 100%;
  }
  .blog.with-sidebar .posts .post {
    width: 100%;
    margin-right: 0;
  }
  .blog.with-sidebar .posts .post {
    margin-bottom: 40px;
  }
  .pagination {
    text-align: center;
  }
  .pagination .arrow {
    display: inline-block;
    float: none;
  }
  .pagination ul {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .pagination ul li {
    display: inline-block;
    float: none;
  }
  .pagination ul li a {
    padding: 0 6px;
  }
  .category_description {
    margin-top: 42px;
  }
  .blog.fullwidth .posts .post:nth-child(even) {
    width: 100%;
    margin-right: 0;
  }
  .blog.fullwidth .posts .post:nth-child(odd) {
    width: 100%;
    margin-right: 0;
  }
  .blog.firstpost .posts .post ._image {
    height: 50vw;
  }
  .blog.fullwidth.firstpost .posts .post:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 380px) {
  .pagination .arrow {
    width: 49%;
    margin-left: 2%;
    display: block;
    float: left;
    margin-bottom: 10px;
  }
  .pagination .arrow:first-child {
    margin-left: 0;
  }
}
/* 3. "Blog page" styles */
/*----------------------------------------------------------------------------------
3.1. Blog Page styles
-----------------------------------------------------------------------------------*/

.relative{
  position: relative;
}

.blog-page.fullwidth .wrap {
  max-width: 1300px;
}
.share-btn {
    background: #000;
    color: #fff;
    width: auto;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    position: absolute;
    top: 36px;
}
.share-btn:hover {
  cursor: pointer;
}
.blog-page .breadcrumbs {
  text-align: left;
}
.blog-page .page_content {
  position: relative;
  padding-top: 490px;
  margin-top: 18px;
}
.blog-page .page_content .post-image {
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-page .page_content .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-page .page_content .post-content {
  max-width: 1164px;
  /* background: #fff; */
  z-index: 1;
  position: relative;
}

.blog-page .page_content .post-content h1{
  font-size: 34px;
  font-weight: 500;
  margin-top: 25px;
}

.blog-page .page_content .post-content .float {
  float: right;
  max-width: 942px;
}
.blog-page .page_content .post-content .post-head {
  position: relative;
  padding: 36px 0 0;
  padding-right: 225px;
}
.blog-page .page_content .post-content .post-head .category {
  font-size: 14px;
  font-weight: 600;
  color: #002CE6;
  margin-bottom: 16px;
}
.blog-page .page_content .post-content .post-head .category a {
  border-bottom: 1px solid #fff;
}
.blog-page .page_content .post-content .post-head .category a:hover {
  color: #002CE6;
  border-color: #002CE6;
}
.blog-page .page_content .post-content .post-head .title {
  font-size: 30px;
  margin-bottom: 23px;
}
.blog-page .page_content .post-content .post-head .author {
  padding-left: 45px;
  position: relative;
  color: #A5A5A5;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  height: 32px;
  width: auto;
}
.blog-page .page_content .post-content .post-head .author .img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.blog-page .page_content .post-content .post-head .author .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blog-page .page_content .post-content .post-head .comments-count {
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
  width: auto;
  height: 32px;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.blog-page .page_content .post-content .post-body {
  padding-right: 87px;
}
.blog-page .page_content .post-content .post-foot {
  margin-top: 0px;
  padding-right: 87px;
}
.blog-page .page_content .post-content .post-foot .tags {
  position: relative;
  padding-right: 130px;
}
.blog-page .page_content .post-content .post-foot .tags .share-btn {
  right: 0;
  top: 0;
}
.blog-page .page_content .post-content .post-foot .tags a {
  height: 28px;
  background: #F6F6F6;
  display: block;
  float: left;
  margin-right: 14px;
  line-height: 28px;
  width: auto;
  padding: 0 20px;
  color: #000;
  font-size: 12px;
  margin-bottom: 14px;
  font-weight: 400;
}
.blog-page .page_content .post-content .post-foot .tags a:hover {
  background: rgba(32, 32, 32, 0.16);
}
.blog-page .page_content .post-content .post-foot .post-author {
  background: #F6F6F6;
  position: relative;
  padding: 55px 100px 45px;
  text-align: center;
  margin-top: 58px;
}
.blog-page .page_content .post-content .post-foot .post-author .img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: -40px;
}
.blog-page .page_content .post-content .post-foot .post-author .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-page .page_content .post-content .post-foot .post-author ._subtitlle {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}
.blog-page .page_content .post-content .post-foot .post-author ._name {
  color: #000;
  font-size: 22px;
  margin: 0;
  width: 100%;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 8px;
  display: block;
  float: left;
}
.blog-page .page_content .post-content .post-foot .post-author ._text {
  font-size: 14px;
  color: #000;
  width: 100%;
  margin: 0;
  font-weight: 400;
  line-height: 1.7;
}
.blog-page .page_content .post-content .post-foot .post-author .socials {
  text-align: center;
  margin-top: 35px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a {
  height: 19px;
  width: 20px;
  position: relative;
  display: inline-block;
  float: none;
  margin: 0 16px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all .2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.instagram:before {
  background-image: url(../img/instagram-black.svg);
  width: 20px;
  height: 18px;
  margin-top: -9px;
  margin-left: -10px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.instagram:after {
  background-image: url(../img/instagram-hover.svg);
  width: 20px;
  height: 18px;
  margin-top: -9px;
  margin-left: -10px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.twitter:before {
  background-image: url(../img/twitter-black.svg);
  width: 22px;
  height: 18px;
  margin-top: -9px;
  margin-left: -11px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.twitter:after {
  background-image: url(../img/twitter-hover.svg);
  width: 22px;
  height: 18px;
  margin-top: -9px;
  margin-left: -11px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.pinterest:before {
  background-image: url(../img/pinterest-black.svg);
  width: 14px;
  height: 18px;
  margin-top: -9px;
  margin-left: -7px;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.pinterest:after {
  background-image: url(../img/pinterest-hover.svg);
  width: 14px;
  height: 18px;
  margin-top: -9px;
  margin-left: -7px;
}
.blog-page .page_content .post-content .post-foot .post-nav {
  margin-top: 38px;
}
.blog-page .page_content .post-content .post-foot .post-nav .post {
  width: 50%;
  position: relative;
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-page .page_content .post-content .post-foot .post-nav .post:hover ._title {
  color: #002CE6;
  transition: all .2s ease;
}
.blog-page .page_content .post-content .post-foot .post-nav .post.prev {
  padding-left: 138px;
  padding-right: 45px;
  float: left;
}
.blog-page .page_content .post-content .post-foot .post-nav .post.prev .img {
  left: 0;
}
.blog-page .page_content .post-content .post-foot .post-nav .post.next {
  padding-right: 138px;
  padding-left: 45px;
  text-align: right;
  float: right;
}
.blog-page .page_content .post-content .post-foot .post-nav .post.next .img {
  right: 0;
}
.blog-page .page_content .post-content .post-foot .post-nav .post .img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -56px;
}
.blog-page .page_content .post-content .post-foot .post-nav .post .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.blog-page .page_content .post-content .post-foot .post-nav .post ._subtitle {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 600;
  margin-bottom: 6px;
}
.blog-page .page_content .post-content .post-foot .post-nav .post ._title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  line-height: 1.45;
  transition: all .2s ease;
}
.blog-page .page_content .post-content .post-foot .post-nav .post ._date {
  color: #A5A5A5;
  font-size: 12px;
  font-weight: 600;
  margin-top: 7px;
}
.blog-page.with-sidebar .page_content {
  padding-top: 0;
}
.blog-page.with-sidebar .page_content .post-content {
  max-width: 100%;
}
.blog-page.with-sidebar .page_content .post-content .post-head {
  padding-right: 140px;
}
.blog-page.with-sidebar .page_content .post-image {
  position: static;
  width: 100%;
  height: 480px;
}

.blog-page.with-sidebar .page_content .post-content .post-body p a{
  color: #000;
}

.blog-page.with-sidebar .page_content .post-content .post-body {
  padding-right: 0;
}
.blog-page.with-sidebar .page_content .share-btn {
  right: 0;
}
.blog-page.with-sidebar .page_content .post-content .post-foot {
  padding-right: 0;
}
.blog-page.with-sidebar .title-block .title {
  text-align: left;
  padding: 0;
  max-width: 857px;
}
.blog-page.with-sidebar .breadcrumbs {
  text-align: left;
}
.blog-page.with-sidebar.left-sidebar .sidebar {
  float: left;
}
.blog-page.with-sidebar.left-sidebar .main {
  float: right;
}
/*----------------------------------------------------------------------------------
3.2. Blog content styles
-----------------------------------------------------------------------------------*/
._content .description {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
}
._content div {
  float: none;
}
._content p:not(class) {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0 0 23px 0;
}
._content h2 {
  font-size: 28px;
  margin: 30px 0 20px;
  font-weight: 500;
  
}
._content h3 {
  font-size: 26px;
  margin: 30px 0 20px;
  font-weight: 500;
}
._content h4 {
  font-size: 24px;
  margin: 30px 0 20px;
}
._content h5 {
  font-size: 23px;
  margin: 30px 0 20px;
}
._content h6 {
  font-size: 22px;
  margin: 30px 0 20px;
}
._content ul {
  padding-left: 0;
}
._content ul li {
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  list-style: none;
  font-weight: 400;
}
._content ul li:before {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #000;
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
}
._content ol {
  padding-left: 0;
  counter-reset: myCounter;
}
._content ol li {
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
  list-style: none;
  font-weight: 400;
}
._content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #000;
}
._content a {
  color: #000;
  border-bottom: 1px solid #EBEBEB;
}
._content img:not(class) {
  margin: 20px 0;
  max-width: 100%;
}
._content .signature {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-top: -20px;
  margin-bottom: 32px;
  line-height: 1;
}
._content .slider-block {
  height: 500px;
  display: inline-block;
  margin: 30px 0;
}
._content .slider-block .slider {
  height: 500px;
}
._content .slider-block .slider .slide {
  height: 500px;
  float: left;
}
._content .slider-block .slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  margin: 0;
}
._content .slider-block .slick-arrow {
  height: 42px;
  width: 104px;
  background: #fff;
  display: block;
  float: left;
  position: absolute;
  transition: all .2s linear;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: transparent;
}
._content .slider-block .slick-arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
._content .slider-block .slick-arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
._content .slider-block .slick-arrow.slick-prev {
  right: 104px;
}
._content .slider-block .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
._content .slider-block .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
._content .slider-block .slick-arrow:hover {
  background: #000;
  transition: all .2s linear;
}
._content .slider-block .slick-arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
._content .slider-block .slick-arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
._content .store {
  margin: 30px 0;
  display: inline-block;
}

.store h3{
      font-size: 26px;
    margin: 30px 0 20px;
    font-weight: 500;
}
}

._content .store h2 {
  margin-top: 0;
}
._content .products {
  padding-top: 0;
  display: inline-block;
}
._content .products .product_item {
  width: 48%;
  margin-right: 4%;
  margin-top: 50px;
  color: inherit;
  border-bottom: 0;
}
._content .products .product_item:nth-child(1),
._content .products .product_item:nth-child(2) {
  margin-top: 0;
}
._content .products .product_item:nth-child(even) {
  margin-right: 0;
}
._content .products .product_item:nth-child(odd) {
  clear: both;
}
._content .product-block {
  height: 480px;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
  display: inline-block;
}
._content .product-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
}
._content .product-block .info {
  height: 172px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 614px;
  display: block;
  float: left;
  text-decoration: none;
  border-bottom: 0;
  padding-left: 190px;
  padding-right: 155px;
}
._content .product-block .info .info-image {
  width: 132px;
  height: 132px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -66px;
  left: 18px;
}
._content .product-block .info .info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
  margin: 0;
}
._content .product-block .info .info-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  padding-top: 16px;
  padding-bottom: 16px;
}
._content .product-block .info .info-content ._title {
  font-size: 15px;
  color: #000;
  margin: 0;
  font-weight: 700;
}
._content .product-block .info .info-content ._cost {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 600;
  clear: both;
  margin-bottom: 0;
  margin-top: 8px;
}
._content .product-block .info .info-right {
  width: 140px;
  background: #272727;
  position: absolute;
  top: 0;
  right: 0;
  height: inherit;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
._content blockquote {
  padding-top: 56px;
  position: relative;
  margin: 30px 0;
  display: inline-block;
}
._content blockquote:before {
  width: 50px;
  height: 44px;
  background: url(../img/quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -25px;
}
._content blockquote {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
  margin-top: 0;
}
._content blockquote p.author {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
}
._content .video-block {
  margin: 30px 0;
  display: inline-block;
}
._content .video-block .video {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  background: #000;
}
._content .video-block .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.meduza-banner {
  height: 480px;
  margin: 0;
  width: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.meduza-banner:before {
  opacity: .32;
  background: #000;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
}
.meduza-banner ._title {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
}
.meduza-banner .button {
  height: 44px;
  background: #002CE6;
  width: auto;
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  float: none;
  display: inline-block;
  line-height: 44px;
  margin-top: 30px;
}
/*----------------------------------------------------------------------------------
3.3. Comments block
-----------------------------------------------------------------------------------*/
.comments {
  margin-top: 60px;
}
.comments .title {
  font-size: 22px;
  font-weight: 700;
}
.comments .title .count {
  font-weight: 300;
  display: inline-block;
  margin-left: 5px;
}
.comments .comment-item {
  margin-bottom: 25px;
}
.comments .comment-item.replied {
  max-width: 93%;
  float: right;
}
.comments .comment-item .comment-item-top {
  padding-right: 92px;
  position: relative;
  margin-bottom: 15px;
}
.comments .comment-item .comment-item-top .author {
  padding-left: 45px;
  position: relative;
}
.comments .comment-item .comment-item-top .author .userpic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.comments .comment-item .comment-item-top .author .userpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.comments .comment-item .comment-item-top .author .name {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  margin-bottom: 1px;
}
.comments .comment-item .comment-item-top .author .date {
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
}
.comments .comment-item .comment-item-top .reply {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .2s linear;
}
.comments .comment-item .comment-item-top .reply:hover {
  color: #002CE6;
  transition: all .2s linear;
  cursor: pointer;
}
.comments .comment-item .comment-item-bottom {
  background: #F6F6F6;
  color: #000;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  padding: 18px 22px;
  display: block;
  float: left;
}
.comments .comment-item .comment-item-bottom p {
  margin: 0;
}
.comments .pagination {
  margin-top: 10px;
}
/*----------------------------------------------------------------------------------
3.4. "Write comment" block
-----------------------------------------------------------------------------------*/
.write-comment {
  margin-top: 68px;
}
.write-comment .title {
  margin-bottom: 16px;
}
.write-comment .subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
  margin-bottom: 32px;
}
.write-comment .form .textarea {
  height: 144px;
  display: block;
  float: left;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  padding: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 2%;
  resize: none;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 25px;

}
.write-comment .form .textarea:focus {
  border-width: 2px;
  padding: 17px;
}
.write-comment .form .input {
  height: 44px;
  display: block;
  float: left;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  padding: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  width: 49%;
  margin-right: 2%;
}
.write-comment .form .input:nth-child(even) {
  margin-right: 0;
}
.write-comment .form .input:focus {
  border-width: 2px;
  padding: 0 17px;
}
.write-comment .form .send {
  height: 44px;
  background: #002CE6;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 2%;
}
/*----------------------------------------------------------------------------------
3.5. "Other posts" block
-----------------------------------------------------------------------------------*/
.other-posts {
  margin-top: 68px;
}
.other-posts .title {
  font-size: 26px;
  font-weight: 500;
}
.other-posts .posts {
  padding: 0;
}
.other-posts .posts .post {
  width: 48%;
  margin-right: 4%;
}
.other-posts .posts .post:last-child {
  margin-right: 0;
}
/*----------------------------------------------------------------------------------
3.6. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .blog-page .page_content .post-image {
    height: 420px;
  }
  .blog-page .page_content {
    padding-top: 350px;
  }
  .blog-page.fullwidth .wrap {
    max-width: 1200px;
  }
  .blog-page .page_content .post-content .float {
    max-width: 1042px;
  }
  .store .products .product_item ._image {
    height: 465px;
  }
  .blog-page.with-sidebar .page_content .post-image {
    height: 420px;
  }
  .blog-page.with-sidebar .store .products .product_item ._image {
    height: 380px;
  }
}
@media screen and (max-width: 1230px) {
  .blog-page.fullwidth .wrap {
    max-width: 100%;
  }
  .blog-page .page_content .post-content {
    max-width: 100%;
  }
  .blog-page .page_content .post-content .float {
    margin: 0 auto;
    float: none;
  }
  .blog-page .page_content .post-content .post-head {
    padding-right: 155px;
  }
  .blog-page .share-btn {
    right: 0;
  }
  .blog-page .page_content .post-content .post-body {
    padding-right: 0;
  }
  .blog-page .page_content .post-content .post-foot {
    padding-right: 0;
  }
  .blog-page.with-sidebar .store .products .product_item ._image {
    height: 290px;
  }
  .blog-page.with-sidebar .page_content .post-content .post-foot .post-nav .post.next {
    padding-left: 14px;
  }
  .blog-page.with-sidebar .page_content .post-content .post-foot .post-nav .post.prev {
    padding-right: 14px;
  }
}
@media screen and (max-width: 1130px) {
  .blog-page .page_content .post-content .float {
    max-width: 940px;
  }
}
@media screen and (max-width: 1040px) {
  ._content .slider-block .slick-arrow:hover,
  .page .sidebar .posts-slider .slick-arrow:hover {
    background: #fff;
  }
  ._content .slider-block .slick-arrow:hover:before,
  .page .sidebar .posts-slider .slick-arrow:hover:before {
    opacity: 1;
  }
  ._content .slider-block .slick-arrow:hover:after,
  .page .sidebar .posts-slider .slick-arrow:hover:after {
    display: none;
    opacity: 0;
  }
}
@media screen and (max-width: 1000px) {
  .blog-page .page_content .post-content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .store .products .product_item ._image {
    height: 44vw;
  }
  .blog-page .page_content .post-content .float {
    max-width: 100%;
  }
  ._content .slider-block .slider .slide {
    height: 56vw;
  }
  ._content .slider-block {
    height: 56vw;
  }
  ._content .slider-block .slider {
    height: 56vw;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post.next {
    padding-left: 23px;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post.prev {
    padding-right: 23px;
  }
  .comments .comment-item.replied {
    max-width: 95%;
  }
  .comments .pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page .page_content {
    margin-top: 34px;
  }
  .blog-page .page_content {
    padding-top: 0;
  }
  .blog-page .page_content .post-image {
    position: static;
  }
  .share-block .close {
    right: 20px;
    top: 20px;
  }
  .share-block .link {
    width: 50px;
    height: 50px;
    margin: 5px;
  }
  .share-block .link.facebook:before {
    width: 14px;
    height: 28px;
    margin-top: -14px;
    margin-left: -7px;
  }
  .share-block .link.pinterest:before {
    width: 22px;
    height: 28px;
    margin-top: -14px;
    margin-left: -11px;
  }
  .share-block .link.twitter:before,
  .share-block .link.linked:before,
  .share-block .link.email:before {
    width: 24px;
    margin-top: -12px;
    margin-left: -12px;
    height: 24px;
  }
  .page.blog-page .breadcrumbs,
  .page.blog-page .title-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blog-page.with-sidebar .page_content .post-content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page.with-sidebar .wrap {
    max-width: 100%;
  }
  .blog-page.with-sidebar .page_content .post-content .post-head {
    width: 92vw;
    margin-left: 4vw;
  }
  .blog-page.with-sidebar .page_content .post-content .post-body,
  .blog-page.with-sidebar .page_content .post-content .post-foot {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .page .sidebar .posts-slider .slide {
    height: 112vw;
  }
  .blog-page .page_content {
    margin-top: 5px;
  }
}
@media screen and (max-width: 760px) {
  .blog-page .page_content .post-content {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page .page_content .post-content .post-head {
    width: 92vw;
    margin-left: 4vw;
  }
  .blog-page .page_content .post-content .post-body > * {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blog-page .page_content .post-content .post-body .slider-block,
  .blog-page .page_content .post-content .post-body .product-block,
  .blog-page .page_content .post-content .post-body .video-block,
  .blog-page .page_content .post-content .post-body img {
    padding-left: 0;
    padding-right: 0;
  }
  .blog-page .page_content .post-content .post-body ul,
  .blog-page .page_content .post-content .post-body ol {
    padding-left: 4vw;
  }
  .blog-page .page_content .post-content .post-body .store,
  .blog-page .page_content .post-content .post-foot .post-nav,
  .comments,
  .other-posts .title {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .blog-page .page_content .post-content .post-foot .tags {
    width: 92vw;
    margin-left: 4vw;
    padding-right: 0;
  }
  .blog-page .page_content .post-content .post-foot .tags .share-btn {
    position: static;
    margin-right: 14px;
    margin-bottom: 14px;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post.prev {
    width: 100%;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post.next {
    width: 100%;
    margin-bottom: 30px;
  }
  .other-posts .posts .post {
    width: 100%;
    margin-right: 0;
  }
  ._content .description {
    font-size: 19px;
  }
  ._content .product-block .info {
    width: 92vw;
    right: 4vw;
  }
  ._content blockquote{
    font-size: 20px;
  }

  .store h2{
    font-weight: 500;
  }

  .store .products .product_item ._title,
  .store .products .product_item ._cost {
    padding-left: 0;
    padding-right: 0;
  }
  ._content .product-block {
    height: 72vw;
  }
  .blog-page .page_content .post-image {
    height: 86vw;
  }
  .blog-page.with-sidebar .page_content .post-content .post-body,
  .blog-page.with-sidebar .page_content .post-content .post-foot {
    margin-top: 25px;
  }
  .page .sidebar .posts-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .page .sidebar .posts-slider .slide {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .page .sidebar .posts-slider .slick-arrow.slick-prev {
    right: 4vw;
    margin-right: 104px;
  }
  .page .sidebar .posts-slider .slick-arrow {
    right: 4vw;
  }
  .blog-page.with-sidebar .page_content .post-image {
    height: 86vw;
  }
  ._content .products .product_item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .blog-page .page_content .post-content .post-body .store {
    padding-left: 0;
    padding-right: 0;
  }
  ._content .products .product_item {
    width: 100%;
    margin-right: 0;
  }
  .store .products .product_item ._image {
    height: 100vw;
  }
  ._content .store h2 {
    padding: 0 4vw;
  }
  .store .products .product_item ._title,
  .store .products .product_item ._cost {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .meduza-banner {
    height: 380px;
  }
  .blog-page .share-btn {
    position: static;
    clear: both;
  }
  .blog-page .page_content .post-content .post-head {
    padding-right: 0;
  }
  .blog-page .page_content .post-content .post-head .author {
    margin-bottom: 15px;
  }
  .blog-page .page_content .post-content .post-head .comments-count {
    height: 28px;
    margin-left: 30px;
  }
  ._content .product-block .info .info-image {
    width: 90px;
    height: 90px;
    margin-top: -45px;
  }
  ._content .product-block .info {
    height: 128px;
    padding-left: 130px;
    padding-right: 116px;
  }
  ._content .product-block .info .info-content ._cost {
    margin-top: 0;
  }
  ._content .product-block .info .info-right {
    width: 100px;
    font-size: 14px;
  }
  ._content blockquote:before {
    height: 33px;
  }
  .blog-page .page_content .post-content .post-foot .post-author {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .write-comment .form .input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .write-comment .form .input:nth-child(even) {
    margin-bottom: 0;
  }
  .blog-page.with-sidebar .page_content .post-content .post-head {
    padding-right: 0;
  }
  .meduza-banner ._title {
    font-size: 24px;
  }
  .page .sidebar .meduza-banner {
    height: 360px;
  }
  ._content .products .product_item {
    margin-bottom: 40px;
    margin-top: 0;
  }
  ._content .products .product_item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .blog-page .page_content .post-content .post-head .title {
    font-size: 25px;
  }
  ._content .description {
    font-size: 18px;
  }
  ._content p:not(class),
  ._content ul li,
  ._content ol li {
    font-size: 15px;
  }
  ._content .products .product_item {
    margin-bottom: 30px;
  }
  ._content h2 {
    font-size: 24px;
  }
  ._content h3 {
    font-size: 22px;
  }
  ._content h4 {
    font-size: 21px;
  }
  ._content h5 {
    font-size: 20px;
  }
  ._content h6 {
    font-size: 19px;
  }
}
@media screen and (max-width: 420px) {
  ._content .product-block .info .info-image {
    width: 64px;
    height: 64px;
    margin-top: -32px;
    left: 10px;
  }
  ._content .product-block .info .info-right {
    width: 74px;
    font-size: 12px;
  }
  ._content .product-block .info {
    padding-left: 84px;
    padding-right: 84px;
  }
  ._content .product-block .info .info-content ._cost {
    font-size: 12px;
  }
  ._content .product-block .info {
    height: 104px;
  }
  ._content .product-block .info .info-content ._title {
    font-size: 14px;
  }
  ._content blockquote {
    font-size: 18px;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post .img {
    width: 100px;
    height: 100px;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post.next {
    padding-right: 112px;
    padding-left: 0;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post.prev {
    padding-left: 112px;
    padding-right: 0;
  }
  .meduza-banner {
    height: 320px;
  }
  .blog-page .page_content .post-content .post-foot .post-nav .post ._title {
    font-size: 16px;
  }
  .page .sidebar .meduza-banner {
    height: 320px;
  }
  .blog-page.with-sidebar .page_content .post-content .post-foot .post-nav .post.prev {
    padding-right: 0;
  }
  .blog-page.with-sidebar .page_content .post-content .post-foot .post-nav .post.next {
    padding-left: 0;
  }
}
/* 4. "Shop" styles */
/*----------------------------------------------------------------------------------
4.1. Instastore Page
-----------------------------------------------------------------------------------*/
.instastore {
  margin-top: 50px;
}
.instastore .item {
  width: 31.5%;
  margin-right: 2.75%;
  margin-bottom: 2.75%;
  height: 416px;
  position: relative;
  display: block;
  float: left;
}
.instastore .item:before {
  position: absolute;
  content: '';
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all .2s ease;
}
.instastore .item:nth-child(3n) {
  margin-right: 0;
}
.instastore .item:nth-child(3n+1) {
  clear: both;
}
.instastore .item:hover:before {
  opacity: .21;
  transition: all .2s ease;
}
.instastore .item:hover ._title {
  opacity: 1;
  transform: none;
  transition: all .4s ease;
}
.instastore .item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.instastore .item ._title {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transform: scale(0.8);
  opacity: 0;
  transition: all .2s ease;
}
.instastore .item ._title span {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  line-height: 25px;
  margin: auto;
}
.instastore .item ._title span:before {
  width: 25px;
  height: 25px;
  background: url(../img/instagram.svg) center left no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
}
/*----------------------------------------------------------------------------------
4.2. Catalog Page
-----------------------------------------------------------------------------------*/
.catalog .breadcrumbs {
  text-align: left;
}
.catalog .title-block .title {
  text-align: left;
  padding-left: 0;
}
.catalog .catalog-control {
  margin-top: 35px;
  margin-bottom: 22px;
}
.catalog .catalog-control .sort-block {
  max-width: 400px;
  padding: 7px 0;
  width: auto;
}
.catalog .catalog-control .sort-block .select_wrap {
  position: relative;
  top: 0;
}
.catalog .catalog-control .sort-block .select_wrap .label {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  border-width: 1px;
}
.catalog .catalog-control .search-text {
  max-width: 60%;
  padding-top: 16px;
}
.catalog .catalog-control .search-block {
  max-width: 400px;
  float: right;
  border-bottom: 1px solid rgba(32, 32, 32, 0.28);
  position: relative;
  padding-right: 20px;
}
.catalog .catalog-control .search-block .input {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  background: none;
  font-size: 15px;
  font-weight: 400;
  color: #A8A8A8;
  position: relative;
  height: 46px;
  padding: 0;
}
.catalog .catalog-control .search-block .submit {
  height: 46px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  z-index: 1;
  background: none;
}
.catalog .catalog-control .search-block .submit:before {
  top: 0;
  right: -10px;
  left: -10px;
  bottom: 0;
  content: '';
  position: absolute;
}
.catalog .catalog-control .search-block .submit:after {
  width: 20px;
  height: 20px;
  background: url(../img/search.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.catalog .products {
  padding-top: 0;
}
.catalog.two-items .products .product_item {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 50px;
}
.catalog.two-items .products .product_item ._image {
  height: 630px;
}
.catalog.two-items .products .product_item:nth-child(even) {
  margin-right: 0;
}
.catalog.two-items .products .product_item:nth-child(odd) {
  clear: both;
}
.catalog.three-items .products .product_item {
  width: 31.66%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
.catalog.three-items .products .product_item ._image {
  height: 409px;
}
.catalog.three-items .products .product_item:nth-child(3n) {
  margin-right: 0;
}
.catalog.three-items .products .product_item:nth-child(3n+1) {
  clear: both;
}
.catalog.four-items .products .product_item {
  width: 23.12%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
.catalog.four-items .products .product_item ._image {
  height: 299px;
}
.catalog.four-items .products .product_item:nth-child(4n) {
  margin-right: 0;
}
.catalog.four-items .products .product_item:nth-child(4n+1) {
  clear: both;
}
.catalog.with-sidebar .main .products .product_item {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 50px;
}
.catalog.with-sidebar .main .products .product_item ._image {
  height: 411px;
}
.catalog.with-sidebar .main .products .product_item:nth-child(even) {
  margin-right: 0;
}
.catalog.with-sidebar .main .products .product_item:nth-child(odd) {
  clear: both;
}
/*----------------------------------------------------------------------------------
4.3. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .instastore .item {
    height: 378px;
  }
  .catalog.two-items .products .product_item ._image {
    height: 550px;
  }
  .catalog.three-items .products .product_item ._image {
    height: 378px;
  }
  .catalog.four-items .products .product_item ._image {
    height: 276px;
  }
  .catalog.with-sidebar .main .products .product_item ._image {
    height: 403px;
  }
  .page .sidebar .shop-categories .list .list-item {
    padding-left: 35px;
    padding-top: 3px;
    padding-bottom: 17px;
  }
  .page .sidebar .shop-categories .list .list-item ul li a {
    font-size: 14px;
  }
  .page .sidebar .shop-categories .list .button {
    width: 24px;
    height: 24px;
  }
  .page .sidebar .shop-categories .list .button:before {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
  }
  .page .sidebar .shop-categories .list .list-item .cat_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1240px) {
  .instastore .item {
    height: 346px;
  }
  .catalog.two-items .products .product_item ._image {
    height: 465px;
  }
  .catalog.three-items .products .product_item ._image {
    height: 346px;
  }
  .catalog.four-items .products .product_item ._image {
    height: 253px;
  }
  .catalog.with-sidebar .main .products .product_item ._image {
    height: 356px;
  }
}
@media screen and (max-width: 1130px) {
  .instastore .item {
    height: 302px;
  }
  .catalog.three-items .products .product_item ._image {
    height: 303px;
  }
  .catalog.four-items .products .product_item ._image {
    height: 220px;
  }
  .catalog.with-sidebar .main .products .product_item ._image {
    height: 312px;
  }
  .catalog .catalog-control .search-text {
    max-width: 52%;
  }
}
@media screen and (max-width: 1040px) {
  .instastore .item ._title {
    transform: none;
    opacity: 1;
    padding: 20px;
  }
  .instastore .item ._title:before {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    content: '';
    top: 0;
    left: 0;
    height: 50%;
    position: absolute;
    right: 0;
  }
  .instastore .item ._title span {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .menu_block .items:hover .item ._image {
    opacity: 1;
  }
}
@media screen and (max-width: 1000px) {
  .instastore .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    height: 44vw;
  }
  .instastore .item:nth-child(3n) {
    margin-right: 4%;
  }
  .instastore .item:nth-child(3n+1) {
    clear: none;
  }
  .instastore .item:nth-child(even) {
    margin-right: 0;
  }
  .instastore .item:nth-child(odd) {
    clear: both;
  }
  .instastore {
    margin-top: 34px;
  }
  .catalog .catalog-control {
    position: relative;
    padding-top: 80px;
  }
  .catalog .catalog-control .search-block {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
  }
  .catalog .select_wrap {
    position: absolute;
    right: 0;
    bottom: -114px;
    top: auto;
    margin-top: 0;
    z-index: 1;
  }
  .catalog .select_wrap .label {
    font-size: 15px;
    font-weight: 400;
    border-width: 1px;
    line-height: 30px;
  }
  .catalog .catalog-control {
    margin-top: 17px;
  }
  .catalog .catalog-control {
    padding-top: 58px;
  }
  .catalog .catalog-control .sort-block .select_wrap {
    margin-top: 0;
  }
  .catalog.two-items .products .product_item ._image {
    height: 45vw;
  }
  .catalog.three-items .products .product_item,
  .catalog.four-items .products .product_item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  .catalog.three-items .products .product_item ._image,
  .catalog.four-items .products .product_item ._image {
    height: 45vw;
  }
  .catalog.three-items .products .product_item:nth-child(3n),
  .catalog.four-items .products .product_item:nth-child(3n) {
    margin-right: 3%;
  }
  .catalog.three-items .products .product_item:nth-child(3n+1),
  .catalog.four-items .products .product_item:nth-child(3n+1) {
    clear: none;
  }
  .catalog.three-items .products .product_item:nth-child(even),
  .catalog.four-items .products .product_item:nth-child(even) {
    margin-right: 0;
  }
  .catalog.three-items .products .product_item:nth-child(odd),
  .catalog.four-items .products .product_item:nth-child(odd) {
    clear: both;
  }
  .catalog .category_description {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog.with-sidebar .main .products .product_item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  .catalog.with-sidebar .main .products .product_item ._image {
    height: 45vw;
  }
  .catalog.width-sidebar .wrap {
    max-width: 100%;
  }
  .catalog.width-sidebar .breadcrumbs,
  .catalog.width-sidebar .title-block,
  .catalog.width-sidebar .main {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .catalog.with-sidebar .catalog-control {
    width: 92vw;
  }
  .catalog.with-sidebar .select_wrap {
    right: 0;
  }
  .catalog.with-sidebar .catalog-control .sort-block .select_wrap {
    right: auto;
  }
  .catalog.with-sidebar .pagination {
    padding-left: 0;
    padding-right: 0;
  }
  .page .sidebar .shop-categories .list .list-item .cat_title {
    font-size: 16px;
  }
  .page .sidebar .shop-categories .list .list-item ul li a {
    font-size: 16px;
  }
  .page .sidebar .shop-categories .list .list-item ul li {
    margin-top: 15px;
  }
  .page .sidebar .shop-categories .list .button {
    width: 30px;
    height: 30px;
  }
  .page .sidebar .shop-categories .list .button:before {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
  }
  .page .sidebar .shop-categories .list .list-item {
    padding-left: 43px;
    padding-top: 6px;
    padding-bottom: 21px;
  }
  .catalog .catalog-control .search-text {
    max-width: 100%;
  }
  .cart-block .cart-block-left .table .tbody .tr:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 760px) {

.is-mobile{
  display: block !important;
  color: #000;
}

  .instastore .item ._title {
    font-size: 17px;
  }
  .catalog .title-block,
  .catalog .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog .products .product_item ._title,
  .catalog .products .product_item ._cost {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog.with-sidebar .main .products .product_item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .instastore .item {
    width: 100%;
    margin-right: 0;
    height: 100vw;
    margin-bottom: 23px;
  }
  .page.shop .wrap {
    max-width: 100%;
  }
  .page.shop .title-block {
    padding: 0 4vw;
  }
  .catalog .breadcrumbs,
  .catalog .catalog-control {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .catalog .catalog-control .search-block {
    width: 92vw;
    left: 4vw;
  }
  .catalog .select_wrap {
    right: 4vw;
  }
  .catalog .catalog-control .sort-block .select_wrap {
    right: auto;
  }
  .catalog.two-items .products .product_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .catalog.two-items .products .product_item ._image {
    height: 100vw;
  }
  .catalog .products .product_item ._title,
  .catalog .products .product_item ._cost {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .catalog .catalog-control .sort-block {
    padding: 0;
  }
  .catalog.three-items .products .product_item,
  .catalog.four-items .products .product_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .catalog.three-items .products .product_item ._image,
  .catalog.four-items .products .product_item ._image {
    height: 100vw;
  }
  .catalog .category_description {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .catalog.with-sidebar .catalog-control {
    margin-left: 0;
    width: 100%;
  }
  .catalog.with-sidebar .main {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog.with-sidebar .main .products .product_item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .catalog.with-sidebar .main .products .product_item ._image {
    height: 100vw;
  }
  .catalog.with-sidebar .select_wrap {
    right: 4vw;
  }
}
/* 5. "Product page" styles */
/*----------------------------------------------------------------------------------
5.1. Product page styles
-----------------------------------------------------------------------------------*/
.product-page .breadcrumbs {
  text-align: left;
}
.product-page .product-info {
  margin-top: 0;
  margin-bottom: 40px;
  position: relative;
  margin-bottom: 70px;
}
.product-page .product-info .product-info--left {
  max-width: 770px;
  padding-top: 30px;
  position: relative;
  padding-left: 135px;
}
.product-page .product-info .product-info--left.fixed {
  position: fixed;
  top: 0;
}
.product-page .product-info .product-info--left.bottom {
  top: auto;
  bottom: 0;
  position: absolute;
}
.product-page .product-info .product-info--left .product-slider-nav {
  width: 110px;
  margin-right: 25px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 634px;
}
.product-page .product-info .product-info--left .product-slider-nav ._item {
  width: 110px;
  height: 110px;
  margin-bottom: 21px;
  transition: all .2s linear;
}
.product-page .product-info .product-info--left .product-slider-nav ._item:hover {
  cursor: pointer;
}
.product-page .product-info .product-info--left .product-slider-nav ._item:hover * {
  cursor: pointer;
}
.product-page .product-info .product-info--left .product-slider-nav ._item.slick-current {
  opacity: .5;
  transition: all .2s linear;
}
.product-page .product-info .product-info--left .product-slider-nav ._item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.product-page .product-info .product-info--left .product-slider-wrap {
  width: 634px;
  height: 634px;
  overflow: hidden;
}
.product-page .product-info .product-info--left .product-slider-wrap ._item {
  width: 634px;
  height: inherit;
}
.product-page .product-info .product-info--left .product-slider-wrap ._item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow {
  height: 42px;
  width: 104px;
  background: #fff;
  display: block;
  float: left;
  position: absolute;
  transition: all .2s linear;
  bottom: 0;
  right: 0;
  z-index: 1;
  color: transparent;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:before {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow.svg);
  position: absolute;
  transition: all .2s linear;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:after {
  width: 20px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -10px;
  background-image: url(../img/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all .2s linear;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow.slick-prev {
  right: 104px;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow.slick-prev:before {
  transform: rotate(180deg);
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover {
  background: #000;
  transition: all .2s linear;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover:before {
  opacity: 0;
  transition: all .2s linear;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover:after {
  opacity: 1;
  transition: all .2s linear;
}
.product-page .product-info .product-info--right {
  max-width: 480px;
  float: right;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
.product-page .product-info .product-info--right .rating {
  margin-bottom: 12px;
}
.product-page .product-info .product-info--right .title {
  font-size: 22px;
  margin-bottom: 18px;
  font-weight: 500;
}
.product-page .product-info .product-info--right .subtitle {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 23px;
}
.product-page .product-info .product-info--right .cost {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 26px;
}
.product-page .product-info .product-info--right ._line {
  margin-bottom: 27px;
}
.product-page .product-info .product-info--right .radio-buttons ._title {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
}
.product-page .product-info .product-info--right .radio-buttons .label {
  width: auto;
  display: block;
  float: left;
  background: #F6F6F6;
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  margin-right: 7px;
  min-width: 40px;
  text-align: center;
}
.product-page .product-info .product-info--right .radio-buttons .label:hover {
  cursor: pointer;
}
.product-page .product-info .product-info--right .radio-buttons input {
  display: none;
}
.product-page .product-info .product-info--right .radio-buttons input:checked + label {
  background: #000;
  color: #fff;
}
.product-page .product-info .product-info--right .btn-to-cart {
  height: 58px;
  background: #272727;
  width: auto;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 58px;
  display: block;
  float: left;
  letter-spacing: .3px;
}
.product-page .product-info .product-info--right .details {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
}
.product-page .product-info .product-info--right .details .d-title {
  color: #A8A8A8;
}
.product-page .product-info .product-info--right .details ul {
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
}
.product-page .product-info .product-info--right .details ul li {
  display: block;
  float: left;
  width: 100%;
}
.product-page .product-info .product-info--right .description {
  line-height: 1.8;
}
.product-page .product-info .product-info--right .description ._title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .product-info .product-info--right .description .hidden-text {
  display: none;
}
.product-page .product-info .product-info--right ._text {
  font-size: 14px;
  color: #000;
}
.product-page .product-info .product-info--right ._text a {
  color: #002CE6;
  border-bottom: 1px solid #002CE6;
  display: inline-block;
  line-height: 1.2;
}
.product-page .product-info .product-info--right ._text p {
  margin: 0;
}
.product-page .product-info .product-info--right .empty {
  background: #F6F6F6;
  padding: 27px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-page .product-info .product-info--right .empty span {
  color: #A8A8A8;
}
.product-page .product-reviews {
  margin-top: auto;
}
.product-page .product-reviews ._title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .product-reviews ._title .count {
  font-size: 14px;
  font-weight: 300;
}
.product-page .product-reviews .comments {
  margin-top: 0;
}
.product-page .product-reviews .comments .replied {
  max-width: 100%;
}
.product-page .product-reviews .comments .comments-wrap {
  margin-top: 30px;
}
.product-page .product-reviews .rating {
  width: 82px;
  float: right;
  position: absolute;
  right: 0;
  top: 9px;
  margin-bottom: 0;
}
.product-page .product-reviews .comment-open {
  background: #fff;
  height: 44px;
  max-width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
  display: block;
  width: 100%;
  border:  1px solid #000;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
.product-page .product-reviews .comment-open:hover {
  cursor: pointer;
  background-color: #002CE6;
  border: 1px solid #002CE6;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-image: url(../img/arrow-hover.svg);
}
.product-page .posts,
.product-page .products {
  padding-top: 0;
}
.product-page .posts .title,
.product-page .products .title {
  font-size: 22px;
}
/*----------------------------------------------------------------------------------
5.2. Other products
-----------------------------------------------------------------------------------*/
.other-products {
  margin-bottom: 20px;
}
.other-products .title {
  font-size: 22px;
}
.other-products .products {
  padding-top: 0;
}
.other-products .products .product_item {
  width: 31.66%;
  margin-right: 2.5%;
  margin-bottom: 50px;
}
.other-products .products .product_item ._image {
  height: 409px;
}
.other-products .products .product_item:nth-child(3n) {
  margin-right: 0;
}
.other-products .products .product_item:nth-child(3n+1) {
  clear: both;
}
.rating .stars .star {
  width: 13px;
  height: 13px;
}
/*----------------------------------------------------------------------------------
5.3. Review modal
-----------------------------------------------------------------------------------*/
.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 3;
  display: none;
}
.review-modal .close {
  width: 48px;
  height: 48px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 40px;
  right: 60px;
}
.review-modal .close:hover {
  cursor: pointer;
}
.review-modal .close:before {
  width: 14px;
  height: 14px;
  background: url(../img/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.review-modal .wrap {
  height: 100%;
  max-width: 914px;
}
.review-modal .wrap .wrap_float {
  height: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.review-modal .wrap .wrap_float .links {
  text-align: center;
}
.review-modal .write-review {
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.04);
}
.review-modal .title {
  font-size: 22px;
  font-weight: 700;
}
.review-modal .subtitle {
  font-size: 14px;
  color: #000;
  margin-bottom: 22px;
}
.review-modal .rating {
  margin-bottom: 20px;
}
.review-modal .rating .stars {
  margin-right: 0;
}
.review-modal .rating .star {
  width: 36px;
  height: 26px;
  margin-right: 0;
}
.review-modal .rating .star:before {
  width: 26px;
  height: 26px;
}
.review-modal .rating .star:after {
  width: 26px;
  height: 26px;
}
.review-modal .rating .star.selected:before {
  display: none;
}
.review-modal .rating .star.selected:after {
  display: block;
}
.review-modal .rating .reviews-count {
  font-size: 14px;
  color: #A8A8A8;
  line-height: 26px;
  margin-right: 16px;
}
.number_wrap {
  width: 134px;
  height: 58px;
  background: #F6F6F6;
  padding: 0 40px;
  position: relative;
  margin-right: 18px;
}
.number_wrap button {
  position: absolute;
  height: 58px;
  background: none;
  width: 38px;
  top: 0;
}
.number_wrap button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.number_wrap button.minus {
  left: 0;
}
.number_wrap button.minus:before {
  background-image: url(../img/number-minus.svg);
  width: 12px;
  height: 2px;
  margin-top: -1px;
  margin-left: -6px;
}
.number_wrap button.plus {
  right: 0;
}
.number_wrap button.plus:before {
  background-image: url(../img/number-plus.svg);
  width: 9px;
  height: 9px;
  margin-top: -4px;
  margin-left: -4px;
}
.number_wrap .num {
  font-size: 17px;
  font-weight: 600;
  background: none;
  border: 0;
  height: 58px;
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  padding: 0;
}
/*----------------------------------------------------------------------------------
5.4. Media queries
-----------------------------------------------------------------------------------*/


@media screen and (max-width: 1520px) {
  .product-page .product-info {
    margin-top: 0;
  }

  .mundo{
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .product-page .product-info .product-info--left {
    max-width: 637px;
  }
  .product-page .product-info .product-info--right {
    max-width: 512px;
  }
  .product-page .product-info .product-info--left .product-slider-wrap {
    width: 502px;
    height: 502px;
  }
  .product-page .product-info .product-info--left .product-slider-nav {
    height: 502px;
  }
  .other-products .products .product_item ._image {
    height: 379px;
  }
}
@media screen and (max-width: 1240px) {
  .product-page .product-info .product-info--left {
    max-width: 550px;
  }
  .product-page .product-info .product-info--left .product-slider-nav {
    width: 93px;
    margin-right: 22px;
    height: 435px;
  }
  .product-page .product-info .product-info--left .product-slider-nav ._item {
    height: 93px;
  }
  .product-page .product-info .product-info--left .product-slider-wrap {
    width: 435px;
    height: 435px;
  }
  .other-products .products .product_item ._image {
    height: 348px;
  }
  .product-page .product-info .product-info--left {
    padding-left: 115px;
  }
}
@media screen and (max-width: 1130px) {
  .product-page .product-info .product-info--left {
    max-width: 430px;
    padding-left: 0;
  }
  .product-page .product-info .product-info--left .product-slider-nav {
    position: static;
    width: 435px;
    margin-top: 11px;
    height: 93px;
  }
  .product-page .product-info .product-info--left .product-slider-nav ._item {
    width: 100px;
    margin-right: 11px;
    margin-bottom: 0;
  }
  .other-products .products .product_item ._image {
    height: 303px;
  }
  .product-page .product-info .product-info--right {
    max-width: 500px;
  }
}
@media screen and (max-width: 1040px) {
  .product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover {
    background: #fff;
  }
  .product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover:before {
    opacity: 1;
  }
  .product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover:after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-info .product-info--left {
    width: 100%;
    max-width: 100%;
  }
  .product-page .product-info .product-info--left.fixed {
    position: static;
  }
  .product-page .product-info .product-info--left.bottom {
    position: static;
  }
  .product-page .product-info .product-info--left .product-slider-wrap {
    width: 100%;
    height: 92vw;
  }
  .product-page .product-info .product-info--left .product-slider-nav {
    width: 100%;
    height: auto;
  }
  .product-page .product-info .product-info--left .product-slider-nav ._item {
    height: 21.8vw;
  }
  .product-page .product-info .product-info--right {
    max-width: 100%;
    float: left;
  }
  .other-products .products .product_item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  .other-products .products .product_item ._image {
    height: 45vw;
  }
  .other-products .products .product_item:nth-child(3n) {
    margin-right: 3%;
  }
  .other-products .products .product_item:nth-child(3n+1) {
    clear: none;
  }
  .other-products .products .product_item:nth-child(even) {
    margin-right: 0;
  }
  .other-products .products .product_item:nth-child(odd) {
    clear: both;
  }
  .product-page .posts .post:nth-child(3) {
    display: none;
  }
  .product-page .product-info .product-info--left {
    padding-top: 0;
  }
  .product-page .product-info {
    margin-bottom: 27px;
  }
  .other-products .products .product_item {
    margin-bottom: 32px;
  }
  .review-modal {
    background: #fff;
  }
  .review-modal .wrap .wrap_float {
    display: block;
  }
  .review-modal .close {
    right: 0;
    top: 0;
    background: none;
  }
  .review-modal .close:before {
    width: 19px;
    height: 19px;
    background: url(../img/menu-close.svg) center center no-repeat;
    background-size: contain;
    margin-top: -9px;
    margin-left: -9px;
  }
  .review-modal .write-review {
    box-shadow: none;
    position: relative;
  }
  .review-modal .wrap .wrap_float {
    overflow: auto;
  }
  .review-modal .wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .product-page .wrap {
    max-width: 100%;
  }
  .product-page .product-info .product-info--right {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .product-page .product-reviews .comments {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page .product-reviews .comment-open {
    width: 100%;
    max-width: 100%;
  }
  .product-page .product-info .product-info--left .product-slider-nav ._item {
    margin: 0 5px;
  }
  .other-products {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .other-products .products .product_item ._title,
  .other-products .products .product_item ._cost {
    padding-left: 0;
    padding-right: 0;
  }
  .product-page .posts .post:nth-child(3) {
    display: block;
  }
  .review-modal .write-review {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 600px) {
  .other-products {
    padding-left: 0;
    padding-right: 0;
  }
  .other-products .products .product_item {
    width: 100%;
    margin-right: 0;
  }
  .other-products .products .product_item ._image {
    height: 100vw;
  }
  .other-products .title {
    padding: 0 4vw;
  }
  .other-products .products .product_item ._title,
  .other-products .products .product_item ._cost {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 460px) {
  .product-page .product-info {
    margin-top: 0;
  }
  .product-page .product-info .product-info--right .btn-to-cart {
    clear: both;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
  }
  .review-modal .write-review {
    padding-left: 18px;
    padding-right: 18px;
  }
  .product-page .product-info .product-info--right .empty {
    padding: 17px;
  }
}
/* 6. "Cart page" styles */
/*----------------------------------------------------------------------------------
6.1. Cart styles
-----------------------------------------------------------------------------------*/
.cart .breadcrumbs {
  text-align: left;
}
.cart .title-block {
  padding-left: 0;
}
.cart .title-block .title {
  text-align: left;
  padding-left: 0;
}
.cart .title-block .count {
  font-weight: 400;
}
.cart .other-products {
  margin-bottom: 0;
  margin-top: 50px;
}
.cart .other-products .products .product_item {
  margin-bottom: 0;
}

.cart-block .cart-block-left {
  max-width: 864px;
}
.cart-block .cart-block-left .table .thead {
  border-bottom: 1px solid #EBEBEB;
  padding: 18px 0;
}
.cart-block .cart-block-left .table .thead .td {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.cart-block .cart-block-left .table .tbody .tr {
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  padding: 10px 0;
}
.cart-block .cart-block-left .table .tbody .tr:hover .remove {
  opacity: 1;
  transition: all .2s linear;
}
.cart-block .cart-block-left .table .tbody .tr .td {
  position: relative;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  line-height: 22px;
  margin: 15px 0px;
  width: 34%;
  

}
.cart-block .cart-block-left .table .tbody .tr .td.product-td {
  padding-left: 130px;
}
.cart-block .cart-block-left .table .tbody .tr .td.cost-td {
  font-size: 34px;
  font-weight: 500;
  color: #000;
}
.cart-block .cart-block-left .table .tbody .tr .td .img {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0;
  top: 50%;
  margin-top: -55px;
}
.cart-block .cart-block-left .table .tbody .tr .td .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.cart-block .cart-block-left .table .tbody .tr .td .img .size {
  min-width: 40px;
  height: 28px;
  width: auto;
  padding: 0 10px;
  background: #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-block .cart-block-left .table .tbody .tr .td ._title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}
.cart-block .cart-block-left .table .tbody .tr .td ._cost {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 600;
}
.cart-block .cart-block-left .table .tbody .tr .td ._cost .old-cost {
  text-decoration: line-through;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}
.cart-block .cart-block-left .table .tbody .tr .td ._cost .new-cost {
  color: #FF0000;
  display: inline-block;
  width: auto;
}
.cart-block .cart-block-left .table .tbody .tr .td .number_wrap {
  width: 110px;
  height: 36px;
}
.cart-block .cart-block-left .table .tbody .tr .td .number_wrap .num {
  font-size: 14px;
  height: inherit;
}
.cart-block .cart-block-left .table .tbody .tr .td .number_wrap button {
  height: inherit;
}
.cart-block .cart-block-left .table .tbody .tr .remove {
  width: 36px;
  height: 36px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -18px;
  opacity: 0;
  transition: all .2s linear;
}
.cart-block .cart-block-left .table .tbody .tr .remove:before {
  width: 12px;
  height: 12px;
  background: url(../img/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
}
.cart-block .cart-block-left .table .td.product-td {
  width: 34%;
}

.cart-block .cart-block-left .table .td.order-td {
  width: 22%;
}

.cart-block .cart-block-left .table .td.quantity-td {
  width: 43%;
}

.cart-block .cart-block-left .table .td.quantity-td p{
  margin: 0;
  font-size: 16px;
  margin-bottom: 7px;
}

.cart-block .cart-block-left .table .td.cost-td {
  width: 23%;
}

.cart-block-right h1{
  margin-top: 0px;
  font-weight: 500;
}

.cart-block-right p{
  font-size: 16px;
  color: #A8A8A8;
  line-height: 1.8;
}

.cart-block .cart-block-right {
  max-width: 395px;
  float: right;
}

.cart-block .cart-block-right .order-info.checkout{
  margin-top: 49px !important;
}

.cart-block .cart-block-right .order-info {
  background: #F6F6F6;
  padding: 24px 30px;
  margin-bottom: 20px;
  margin-top: 73px;
}
.cart-block .cart-block-right .order-info .items {
  margin-bottom: 28px;
}
.cart-block .cart-block-right .order-info .items .item {
  position: relative;
  padding-left: 128px;
  min-height: 110px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cart-block .cart-block-right .order-info .items .item:last-child {
  margin-bottom: 0;
}
.cart-block .cart-block-right .order-info .items .item ._image {
  width: 110px;
  height: 110px;
  left: 0;
  top: 50%;
  margin-top: -55px;
  position: absolute;
}
.cart-block .cart-block-right .order-info .items .item ._image .size {
  min-width: 40px;
  height: 28px;
  width: auto;
  padding: 0 10px;
  background: #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-block .cart-block-right .order-info .items .item ._image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.cart-block .cart-block-right .order-info .items .item ._title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}
.cart-block .cart-block-right .order-info .items .item ._cost {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 600;
}
.cart-block .cart-block-right .order-info .info-list .list-item {
  margin-bottom: 15px;
  position: relative;
}
.cart-block .cart-block-right .order-info .info-list .list-item:last-child {
  margin-bottom: 0;
}
.cart-block .cart-block-right .order-info .info-list .list-item ._left {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 40%;
  line-height: 1.8;
}
.cart-block .cart-block-right .order-info .info-list .list-item ._right {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  width: 60%;
  line-height: 1.7;
  text-align: right;
}
.cart-block .cart-block-right .order-info .info-list .list-item ._right .address_link {
  font-size: 14px;
  font-weight: 400;
  color: #002CE6;
  display: inline-block;
  border-bottom: 1px solid #002CE6;
  margin-top: 5px;
}
.cart-block .cart-block-right .order-info .info-list .list-item.total ._left {
  font-size: 22px;
}
.cart-block .cart-block-right .order-info .info-list .list-item.total ._right {
  color: #002CE6;
  line-height: 40px;
}
.cart-block .cart-block-right .address-form {
  margin-bottom: 10px;
  margin-top: 20px;
  display: none;
}
.cart-block .cart-block-right .address-form .input {
  height: 44px;
  display: block;
  float: left;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  padding: 0 20px;
  margin-bottom: 12px;
}
.cart-block .cart-block-right .address-form .save {
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  width: 100%;
  display: block;
  border: 0;
}
.cart-block .cart-block-right .next-step {
    width: 100%;
    height: 55px !important;
    background: #002CE6;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: 55px;
}
.cart-block .cart-block-right .next-step:before {
  width: 20px;
  height: 14px;
  background: url(../img/cart-arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
}
.cart-block .cart-block-right .coupon-block {
  margin-top: 28px;
}
.cart-block .cart-block-right .coupon-block ._title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 8px;
}
.cart-block .cart-block-right .coupon-block ._subtitle {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
  margin-bottom: 22px;
}
.cart-block .cart-block-right .coupon-block .form {
  display: flex;
}
.cart-block .cart-block-right .coupon-block .form .input {
  width: 100%;
  display: block;
  float: left;
  height: 44px;
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0 20px;
  color: #002CE6;
}
.cart-block .cart-block-right .coupon-block .form .submit {
  display: block;
  width: auto;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 45px;
  padding: 0 25px;
}

.coupon-submit{
   display: block;
  width: auto;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 45px;
  padding: 0 25px;
}


/*----------------------------------------------------------------------------------
6.2. Checkout fields
-----------------------------------------------------------------------------------*/
.fields {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.fields .input_wrap {
  width: 48%;
  margin-bottom: 20px;
}
.fields .input_wrap.small {
  width: 33%;
  margin-bottom: 20px;
}
.fields .input_wrap.fullwrap {
  width: 100%;
}
.fields .input_wrap .input {
  height: 44px;
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  width: 100%;
  display: block;
  float: left;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.fields .input_wrap .input:focus {
  border-width: 2px;
  padding: 0 17px;
}
.fields .input_wrap .textarea {
  height: 110px;
  min-height: 110px;
  max-height: 220px;
  resize: vertical;
  padding: 18px;
  line-height: 22px;
}
.fields .input_wrap .textarea:focus {
  border-width: 2px;
  padding: 17px;
}
/*----------------------------------------------------------------------------------
6.3. Payment details
-----------------------------------------------------------------------------------*/
.payment-details ._title {
  border-bottom: 1px solid #EBEBEB;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 13px;
  margin-bottom: 25px;
}
.payment-details .payment-labels {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

 .payment-details .payment-labels.small{
    margin-bottom: 2%;
  }


.payment-details .payment-labels input {
  display: none;
}
.payment-details .payment-labels .payment-item {
  background: #F6F6F6;
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 4%;
  padding: 26px 30px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 150px;
}

.payment-details .payment-labels .payment-item.small.error::before{
  border: 1px solid red;
}

.payment-details .payment-labels .payment-item.small{
  min-height: auto;
  height: auto;
  margin-bottom: 2%;
  padding: 15px 30px;
}

.payment-details .payment-labels .payment-item.small::before, .payment-details .payment-labels .payment-item.small::after{
  top: 18px !important;
}

.payment-details .payment-labels .payment-item:hover {
  cursor: pointer;
}
.payment-details .payment-labels .payment-item:hover * {
  cursor: pointer;
}
.payment-details .payment-labels .payment-item:nth-of-type(even) {
  margin-right: 0;
}
.payment-details .payment-labels .payment-item:nth-of-type(odd) {
  clear: both;
}
.payment-details .payment-labels .payment-item:before {
  width: 19px;
  height: 19px;
  background: #fff;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  content: '';
  top: 26px;
  left: 30px;
  position: absolute;
}
.payment-details .payment-labels .payment-item:after {
  width: 19px;
  height: 19px;
  background: url(../img/check.svg) center center no-repeat;
  background-size: 10px 8px;
  box-sizing: border-box;
  content: '';
  top: 26px;
  left: 30px;
  position: absolute;
  opacity: 0;
}
.payment-details .payment-labels .payment-item .payment-item-title {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 13px;
  padding-left: 30px;
}

.payment-details .payment-labels .payment-item .payment-item-title.small {
  margin-bottom: 0;
  font-weight: 400;
}

.payment-details .payment-labels .payment-item .payment-item-title a {
  color: #002CE6;
  text-decoration: underline;
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  transition: none;
}
.payment-details .payment-labels .payment-item .payment-item-text {
  font-size: 14px;
  font-weight: 400;
  color: #A8A8A8;
  display: block;
  float: left;
  width: 100%;
  line-height: 1.6;
}
.payment-details .payment-labels input:checked + label {
  background: #002CE6;
}
.payment-details .payment-labels input:checked + label:before {
  border-color: #002CE6;
}
.payment-details .payment-labels input:checked + label:after {
  opacity: 1;
}
.payment-details .payment-labels input:checked + label .payment-item-title,
.payment-details .payment-labels input:checked + label .payment-item-text {
  color: #fff;
}
.payment-details .payment-labels input:checked + label .payment-item-title a,
.payment-details .payment-labels input:checked + label .payment-item-text a {
  color: #fff;
  transition: none;
}
/*----------------------------------------------------------------------------------
6.4. Order block
-----------------------------------------------------------------------------------*/
.order-block {
  margin-top: 40px;
}
.order-block .details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-block .details .item.active{
  background: #002CE6;
  color: #fff;
}

.order-block .details  .item.active ._title {
  color: #fff;
}
.order-block .details  .item.active ._text {
  color: #fff;
}





.order-block .details .item {
  background: #F6F6F6;
  width: 23%;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.order-block .details .item ._title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
.order-block .details .item ._text {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.your-products {
  margin-top: 40px;
}
.your-products .title {
  font-size: 22px;
}
.your-products .products {
  padding: 0;
}
.your-products .products .product_item {
  width: 23%;
  margin-right: 2.6666666%;
  margin-bottom: 40px;
}
.your-products .products .product_item ._image {
  height: 299px;
}
.your-products .products .product_item:nth-child(4n) {
  margin-right: 0;
}
.your-products .products .product_item:nth-child(4n+1) {
  clear: both;
}
/*----------------------------------------------------------------------------------
6.5. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px) {
  .cart-block .cart-block-right {
    max-width: 354px;
  }
  .cart-block .cart-block-left {
    max-width: 804px;
  }
  .cart-block .cart-block-left .table .td.cost-td {
    width: 126px;
  }
  .cart-block .cart-block-left .table .tbody .tr .remove {
    right: 0;
  }
  .your-products .products .product_item ._image {
    height: 276px;
  }
}
@media screen and (max-width: 1240px) {
  .cart-block .cart-block-left {
    max-width: 720px;
  }
  .cart-block .cart-block-left .table .td.product-td {
    width: 340px;
  }
  .cart-block .cart-block-left .table .td.quantity-td {
    width: 168px;
  }
  .your-products .products .product_item ._image {
    height: 253px;
  }
}
@media screen and (max-width: 1130px) {
  .cart-block .cart-block-right {
    max-width: 330px;
  }
  .cart-block .cart-block-left {
    max-width: 597px;
  }
  .cart-block .cart-block-left .table .td.product-td {
    width: 310px;
  }
  .cart-block .cart-block-left .table .td.quantity-td {
    width: 140px;
  }
  .cart-block .cart-block-left .table .td.cost-td {
    width: 95px;
  }
  .cart-block .cart-block-left .table .tbody .tr .remove {
    opacity: 1;
  }
  .your-products .products .product_item ._image {
    height: 220px;
  }
}
@media screen and (max-width: 1000px) {

.top_panel .top_left .menu > ul > li > ul > div > li{
    width: 100%;
    margin-right: 0%;
  }

  .top_panel .top_left .menu > ul > li > ul > div > li:nth-child(even) {
  width: 100%;
  margin-right: 0%;
  }

  .livewire-menu{
    flex-direction: column;
    padding: 2% 0%;
  }

  .cart-block .cart-block-left {
    max-width: 100%;
  }
  .cart-block .cart-block-right {
    max-width: 100%;
  }
  .cart-block .cart-block-left .table .td.product-td {
    width: 380px;
  }
  .cart .other-products {
    padding-left: 0;
    padding-right: 0;
  }
  .cart .other-products .products .product_item:last-child {
    display: none;
  }
  .cart .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
  .order-block .details .item {
    width: 48%;
  }
  .your-products .products .product_item {
    width: 48%;
    margin-right: 4%;
  }
  .your-products .products .product_item:nth-child(4n) {
    margin-right: 4%;
  }
  .your-products .products .product_item:nth-child(4n+1) {
    clear: none;
  }
  .your-products .products .product_item:nth-child(even) {
    margin-right: 0;
  }
  .your-products .products .product_item:nth-child(odd) {
    clear: both;
  }
  .your-products .products .product_item ._image {
    height: 44vw;
  }
}
@media screen and (max-width: 760px) {
  .cart-block .cart-block-left .table .tbody .tr .td.quantity-td {
    position: relative;
    min-height: inherit;
  }
  .cart-block .cart-block-left .table .tbody .tr .td.cost-td {
    min-height: inherit;
    position: relative;
    font-weight: 500;
    font-size: 34px;
    margin-top: 15px;
  }
  .cart-block .cart-block-left .table .tbody .tr {
    padding: 10px 0 70px;
    padding-right: 0px;
    border-top: 1px solid #ebebeb;
    display: flex;
    flex-direction: column;
  }

  .cart-block .cart-block-left .table .tbody .tr .td {
      width: 100% !important;
      min-height: auto !important;
  }


  .cart-block .cart-block-left .table .tbody .tr .td .number_wrap {
    margin-right: 0;
  }
  .cart-block .cart-block-left .table .thead {
    display: none;
  }
  .cart-block .cart-block-left .table .tbody .tr .remove {
    margin-top: 40%;
    top: 25px;
  }
  .payment-details .payment-labels .payment-item {
    width: 100%;
    margin-right: 0;
    min-height: inherit;
  }
  .payment-details .payment-labels {
    display: block;
  }

 

  .fields .input_wrap {
    width: 100%;
  }
  .payment-details .payment-labels {
    margin-bottom: 20px;
  }
  .fields {
    display: block;
  }
  .payment-details .payment-labels .payment-item .payment-item-title a {
    font-size: 11px;
  }
  .your-products .products .product_item ._title,
  .your-products .products .product_item ._cost {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .cart .other-products .products .product_item {
    margin-bottom: 30px;
  }
  .cart .other-products .products .product_item:last-child {
    margin-bottom: 0;
    display: block;
  }
  .cart .wrap {
    max-width: 100%;
  }
  .cart-block .cart-block-left,
  .cart-block .cart-block-right .order-info,
  .cart .title-block,
  .cart .breadcrumbs {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .cart-block .cart-block-right .next-step {
    width: 92vw;
    margin-left: 4vw;
  }
  .cart-block .cart-block-right .coupon-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .cart-block .cart-block-left .table .td.product-td {
    width: 100%;
  }
  .cart-block {
    margin-top: 20px;
  }
  .payment-details .payment-labels .payment-item {
    padding: 25px 20px;
  }
  .payment-details .payment-labels .payment-item:before,
  .payment-details .payment-labels .payment-item:after {
    left: 20px;
    top: 25px;
  }
  .fields .input_wrap {
    margin-bottom: 14px;
  }
  .order-block {
    margin-top: 20px;
  }
  .order-success .order-block {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .order-block .details .item {
    width: 100%;
  }
  .your-products {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .order-block .details .item {
    padding: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 400px) {
  .cart-block .cart-block-left .table .tbody .tr .remove {
    top: 45%;
  }
}
@media screen and (max-width: 370px) {
  .your-products .products .product_item ._title {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .your-products .products .product_item ._cost {
    font-size: 12px;
  }
  .your-products .products .product_item {
    margin-bottom: 25px;
  }
}

.help-block.with-errors {
    color: white;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.help-contact {
    color: #000;
    font-size: 13px;
    text-align: center;
    margin-top: 10px;
}

.post-body figure {
    width: 100%;
    padding: 0;
    margin: 0;
}
.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 25px;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

span.cookie-consent__message {
    background: #110f10;
    padding: 25px 50px;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    margin-left: 25px;
    padding: 15px 25px;
    background: #002CE6;
    border: none;
    color: white;
    border-radius: 999px;
    cursor: pointer;
}

.cookie-consent__message a{
  text-decoration: none;
  margin-left: 5px;
  color:  #002CE6;
}

/* .p-margin p{
  margin: 0 !important;
} */

.logo-icon{
transform: scale(0);
transition: all .5s ease-in-out;
}

.logo-icon.second{
transform: scale(0);
transition: all .7s ease-in-out;
}

.logo-icon.third{
transform: scale(0);
transition: all 1s ease-in-out;
}

.logo-icon.scale{
transform: scale(1);
transform-origin: center center;
}

.mundo {
    margin-top: 175px;
    position: fixed;
    pointer-events: none;
    transform: rotate(-90deg);
    width: 165px;
    margin-left: -70px;
}



#circle_small{
  transform: translate(216.822px, 163.961px);
}

#circle_bottom{
  transform: translate(176.631px, 209.727px);
}

#circle_top{
  transform: translate(182.409px, 169.682px);
}

.products-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 20px;
}

.products-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 20%;
    position: relative;
    padding-right: 50px;
    margin-bottom: 50px;
}

.products-list a img{
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 999px;
}

.livewire-menu{
  display: flex;
  flex-wrap: wrap;
  padding: 2% 5% 2% 5%;
  justify-content: space-between;
}

.store {
    margin-top: 50px;
}

.title-product{
  width: 100%;
  font-size: 34px;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 500;
  margin-top: 50px;
}


/* The container */
.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #CECECE;}

.payment-item{
  margin-bottom: 0px !important;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a #002CE6 background */
.container-check input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mt-10{
  margin-top: 10px !important;
}

.mt-20{
  margin-top: 20px !important;
}

.mt-40{
  margin-top: 40px !important;
}


/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #004EFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkbox {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.checkbox a{
  text-decoration: underline;
}

.container-check a.error{
  color: red;
}

.textarea.error, .input.error, .checkmark.error{
  border: 1px solid red !important;
}

p.small{
  font-size: 13px;
}

.input_radio_wrap {
    border: 0;
    border-bottom: 1px solid #EBEBEB;
    width: 100%;
    display: flex;
    float: left;
    padding: 20px 20px 0px 20px;
    font-size: 14px;
    font-weight: 400;
    color:  #c5c4c4;
    margin-bottom: 20px;
    justify-content: left;
    flex-wrap: wrap;
}

.input_radio_wrap.error {
  border: 1px solid red;
}

.div_radio {
    width: 25%;
    margin-bottom: 20px;
    font-size: 16px;
    color: #000;
}

.div_radio input{
  margin-right: 10px;
}

.send {
  height: 55px !important;
  background: #002CE6 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #fff;
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.send.small{
  height: 44px !important;
}

.send.small.black{
  font-weight: bold !important;
  background-color: #000!important;
  color: #fff!important;
}

.send.small.black:hover{
  font-weight: bold;
  background-color:#002CE6 !important;
  color: #fff;
}

.send:hover{
  background: #000 !important;
    -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



@media screen and (max-width: 600px) {
  .title-product{
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .div_radio {
    width: 50%;
  }
}

.slick-container-module{
  margin-top: 100px;
}

.menu-img{
  height: 25px;
  margin-right: 20px;
  width: 25px;
}

.caption {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 15px;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 1);
}

.caption span {
    width: 100%;
    font-size: 12px;
}

.blog-page > div:first-child > .wrap > .wrap_float > .page_content > .post-content > .float > .post-body > h1{
  margin-top: 0;
}

.products-modal{
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.coupon-remove{
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    position: relative;
    transition: all .2s linear;
    margin-left: -10px;
    margin-top: 2px;
}

.coupon-remove::before{
  width: 10px;
  height: 10px;
  background: url(../img/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
}

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

.coupon-msg {
    font-size: 12px;
    margin-top: 10px;
    background: #000000;
    padding: 10px 10px;
    color: white;
    font-weight: bold;
}


/* Helpers */

.mt-50{
  margin-top: 50px;
}

.mb-50{
  margin-bottom: 50px;
}

.mb-100{
  margin-bottom: 100px;
}

.mb-25{
  margin-bottom: 25px;
}

.forgot {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}

span.invalid-feedback {
    color: #FF3B00;
    font-size: 12px;
}

.alert {
    height: 44px;
    background: #0142cf;
    color: white;
    margin-bottom: 15px;
    padding: 10px;
}

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

.badge {
    position: absolute;
    top: 15px;
    left: 0;
    width: auto;
    display: flex;
    flex-direction: row;
}

.badge .discount{
  padding: 5px 10px;
  background: #FF0000;
  color: white;
  font-size: 14px;
  margin-left: 15px;
}

.badge .new{
  padding: 5px 10px;
  background: #002CE6;
  color: white;
  font-size: 14px;
  margin-left: 15px;
}

.tabs{
  list-style: none;
}

.tabs .tab{
  background: #F6F6F6;
    text-align: center;
    color: #202020;
    font-size: 16px;
    margin-bottom: 15px;
}

.tabs .tab a{
  display: block;
  padding: 15px 0px;
  font-weight: 500;

}

.tabs .tab.active, .tabs .tab:hover{
  background: #002CE6;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

.tabs .tab.black{
  background: #000;
  color: #fff;
  font-weight: bold;
}

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
    width: auto;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: 0 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }

  
}

input:read-only {
    background-color: #ffffff;
    color: grey !important;
    cursor: not-allowed;
}

.number-shipping {
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 999px;
    font-weight: bold;
}

.cart-block .cart-block-left .table .td.number-td {
  width: 33%;
  padding-left: 25px;
} 

.heading{
  background-color: #F6F6F6;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
  background-image: url(../img/arrow-pointing-to-right.svg);
  background-repeat: no-repeat;
  background-position: right 30px center;
}

.country-container{
  background: #F6F6F6;
  padding: 15px 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex{
  display: flex;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.mt-0{
  margin-top: 0px;
}

.justify-center{
  justify-content: center;
}

.justify-end{
  justify-content: flex-end;
}

.w-middle{
  width: 50%;
  display: flex;
  flex-direction: column;
  padding: 0px 25px;
}

.sitemap{
  font-size: 20px;
  line-height: 35px;
}

.sitemap a:hover{
  text-decoration: underline;
}

.title-sitemap{
  font-weight: bold;
  text-decoration: underline;
}

.payment-item.error{
  border: 1px solid #FF3B00;
}

.items-cart {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.item-cart {
    display: flex;
    margin-bottom: 20px;
}

.item-cart .image{
    width: 33%;
}
.item-cart .image img{
  width: 100%;
}

.item-cart .options{
  margin-left: 25px;
  width: auto;
  max-width: 77%;
}

.item-cart .options h3{
  font-size: 16px;
  margin: 0;
}

.item-cart .options p{
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}

.order-info-table p.gray{
    color: #c9c9c9;
}

.order-info-table p{
    margin-top: 0;
    color: #000;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

.order-info-table p.small{
    margin-top: 0;
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
  }

.order-info-table p.code{
    color: #002CE6;
}


  .title.left{
    text-align: left;
    padding-left: 0;
  }

  .flex-justify-center{
    display: flex;
    justify-content: center;
  }


  .select-css {
    height: 64px;
    position: relative;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    display: flex;
    width: 100%;
    float: left;
    align-items: center;
    padding: 5px 55px 5px 20px;
    transition: all .2s linear;
    line-height: 1.3;
    width: 100%;
    max-width: 100%; 
    box-sizing: border-box;
 margin: 20px auto;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.03);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #2642ce 0%, #2642ce 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    border-color: #888;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}

.classOfElementToColor:hover {background-color:red; color:black}

.select-css option[selected] {
    background-color: orange;
}

.radio-toolbar{
  flex-direction: column;
  padding: 15px 0 0px 20px;
  font-size: 15px;
  line-height: 30px;
}

.radio-toolbar input[type="radio"] {
  display: none;
}
.truncate .punto{
  display: none;
}
.punto{
  font-size: 35px;
}

.radio-toolbar input[type="radio"] + label {
  display: flex;
  cursor: pointer;
}

.radio-toolbar input[type="radio"] +label {
  font-size: 16px;
  margin-bottom: 5px;
}

.radio-toolbar input[type="radio"] +label {
  font-size: 16px;
}



.radio-toolbar input[type="radio"]:checked+label {
  color: #2642ce;
}

.capitalize {
  text-transform: lowercase;
  display: inline-block;
}

.capitalize:first-letter {
  text-transform: uppercase
}

.orange-send{
  font-weight: bold !important;
  background-color: #FF3B00 !important;
}


input[type="file"] {
    display: none;
}
.custom-file-upload {
    height: 55px !important;
    border: 1px solid #002CE6;
    font-size: 15px !important;
    color: #002CE6;
    width: 100%;
    transition: all 0.3s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
    cursor: pointer;
}

.custom-file-upload:hover {
    color: #fff;
    background-color: #002CE6;
}

.fixed-price {
    position: sticky;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #002CE6;
    margin-bottom: 30px;
    top: -1px;
    z-index: 99;
    height: 100px;
}

.fixed-price .wrap .wrap-float{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fixed-price .wrap .wrap-float .product p{
  font-weight: 900;
  color: white;
  font-size: 34px;
  font-weight: 500;

}

.fixed-price .wrap .wrap-float .price{
text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
}

.fixed-price .wrap .wrap-float .price-amount{
    text-align: right;
    color: #fff;
    font-weight: 500;
    font-size: 34px!important;
}



.fixed-price .wrap .wrap-float .price span{
font-size: 12px;
}

.table {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    margin-top: 15px;
    font-size: 16px;
}

.table .header{
  display: flex;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.table .header .cantidad:first-child{
  padding-left: 25px;
}

.table .header .cantidad:last-child{
  text-align: right;
  padding-right: 25px;
}

.table .row{
  display: flex;
    border-bottom: 1px solid #efefef;
}

.table .row.active .cell:last-child{
 background-color: #002CE6;
  color: white;
  font-weight: bold;
}

.table .row .cell{
  padding: 10px 0px;
  cursor: pointer;
}

.table .row .cell:first-child{
  padding-left: 25px;
}

.table .row .cell:last-child{
  padding: 10px 0px;
  text-align: right;
  padding-right: 25px;
  background-color: #f6f6f6;
}

.table .row:hover .cell{
  background-color: #f6f6f6;  
}

.table .row:hover .cell:last-child{
  background-color: #a8a8a8;
  color: white;
  font-weight: bold;
}

.w-2\/5{
  width: 40%;
}


.w-2\/5{
  width: 40%;
}

.w-1\/5{
  width: 20%;
}

.download-plantilla{
    background: #000;
    width: auto;
    display: block;
    line-height: 38px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 5px 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-transform: uppercase;
}

.loader.active{
  display: flex !important;
}

.loader{
  display: none;
    width: 100%;
    position: fixed;
    background: rgba(255, 255, 255, .8);
    top: 0;
    left: 0;
    height: 100%;
    z-index: 999;
    justify-content: center;
    align-items: center;
}


.lds-roller {
  display: inline-block;
  position: fixed;
  width: 80px;
  height: 80px;
  top: 40%;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #002CE6;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.truncate{
  text-transform: initial;
  text-decoration: underline;
  color: #002CE6;
  font-weight: 500;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textarea-product{
  width: 100%;
    height: 125px;
    margin-bottom: 5px;
    border: 1px solid #012ce6;
    padding: 15px;
}

.separator{
  padding: 0px 5px;
    font-size: 10px;
}

.mac-diegos{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.share{
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #6d6a6a;
  margin: 0px 0px 25px 0px;
}

.share p{
  font-size: 14px;
  color: #6d6a6a;
  margin: 0px 0px 5px 0px;
}

.share a{
  color: #012ce6;
}


.show-price{
  font-weight: 500;
    color: black;
    font-size: 34px;
    margin-right: 9px;
}

.flex-col{
  flex-direction: column;
}

.animation-hover.hover:before{
    top: -10px !important;
    transition: all 0.3s ease-out;
}

.animation-hover:before{
    left: -3px !important;
    top: -1px !important;
}

.badge-menu:before{
  transition: all 0.3s ease-out;
    content: 'Nuevo';
    background-color: transparent;
    padding: 4px;
    position: absolute;
    font-size: 8px;
    color: #002CE6;
    font-weight: bold;
    left: 42px;
    top: 3px;
}

.store h2{
    font-weight: 500;
  }

  .description_text{
    width: 60%;;
  }

  .variation-name{
    font-weight: 500;
  }



  .double-col{
    display: flex;
  }

  .newsletter-module{
    margin-top: 50px;
  }

  .newsletter-module p{
    color: #000;
    margin-bottom: 35px;
  }

  .newsletter-module input{
    border: 1px solid #bcbcbc !important;
    padding: 25px;
    color: #000 !important;
  }

  .newsletter-module .socials{
    display: none !important;
  }

  .newsletter-module .subscribe_form .send{
    background-color: #000 !important;
    padding: 0px 25px;
  }

  .newsletter-module .subscribe_form .send:hover{
    background-color: #000 !important;
  }