/*------------------------------------------------------------------
[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

7. "Profile page" and modals styles

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
-- Import Slick files
-------------------------------------------------------------------*/
@import "slick.css";
/*------------------------------------------------------------------
-- Import Modals files
-------------------------------------------------------------------*/
@import "jquery.arcticmodal.css";
/*------------------------------------------------------------------
Pages styles
-------------------------------------------------------------------*/
/* 1. "Main Page" styles */
.inner-video {
  width: 100%;
  height: 300px;
}
/*------------------------------------------------------------------
[Table of contents]

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
-------------------------------------------------------------------*/
@font-face {
  font-family: _Regular;
  src: url(fonts/arialblack.woff);
}
@font-face {
  font-family: Fontawesome;
  src: url(fonts/fontawesome-webfont.woff);
}
._Bold {
  font-weight: 700;
}
._SemiBold {
  font-weight: 600;
}
._Medium {
  font-weight: 500;
}
._Light {
  font-weight: 300;
}
/*----------------------------------------------------------------------------------
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: 500;
}
textarea:focus {
  outline: 0;
}
textarea:hover {
  cursor: text;
}
.textarea {
  border-radius: 0;
}
/*----------------------------------------------------------------------------------
1.2. Common element styles
-----------------------------------------------------------------------------------*/
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: 'Montserrat', 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: absolute;
  top: 70px;
  height: 48px;
  z-index: 2;
}
.top_panel .wrap_float {
  position: relative;
}
.top_panel .top_left {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.top_panel .top_left .logo {
  width: auto;
  height: 54px;
  padding: 7px 0;
  display: block;
  float: left;
  margin-right: 120px;
}
.top_panel .top_left .logo img {
  height: 100%;
}
.top_panel .top_left .menu {
  width: auto;
  float: none;
}
.top_panel .top_left .menu .close {
  width: 20px;
  height: 20px;
  background: url('/assets/images/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: #004EFF;
}
.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(/assets/images//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(/assets/images//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: #004EFF;
}
.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: 14px;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  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: #004EFF;
  content: '';
  transition: all 0.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:hover {
  color: #004EFF;
  transform: translateY(-10px);
}
.top_panel .top_left .menu > ul > li > a:hover:before {
  left: 0;
  transition: all 0.2s ease;
}
.top_panel .top_left .menu > ul > li > a:hover:after {
  display: block;
}
.top_panel .top_left .menu > ul > 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: 0;
  position: absolute;
  top: 100%;
  width: 185px;
  display: none;
}
.top_panel .top_left .menu > ul > li > ul > li {
  display: block;
  float: left;
  width: 100%;
  padding: 0 24px;
  position: relative;
}
.top_panel .top_left .menu > ul > li > ul > li:first-child {
  padding-top: 10px;
}
.top_panel .top_left .menu > ul > li > ul > li:last-child {
  padding-bottom: 10px;
}
.top_panel .top_left .menu > ul > li > ul > li a {
  font-size: 14px;
  font-weight: 700;
  color: #202020;
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
}
.top_panel .top_left .menu > ul > li > ul > 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 > li > ul li {
  display: block;
  float: left;
  width: 100%;
}
.top_panel .top_left .menu > ul > li > ul > li > ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  display: block;
  float: left;
  width: 100%;
  padding: 6px 0;
}
.top_panel .top_right {
  width: auto;
  position: relative;
  float: right;
}
.top_panel .top_right .search-open {
  width: 22px;
  height: 48px;
  position: relative;
  display: block;
  float: left;
}
.top_panel .top_right .search-open:hover {
  cursor: pointer;
}
.top_panel .top_right .search-open:before {
  width: 22px;
  height: 22px;
  background: url(/assets/images//search.svg) center center no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -11px;
  content: '';
  position: absolute;
  opacity: 0.4;
  transition: all 0.2s ease;
}
.top_panel .top_right .search-open:hover:before {
  opacity: 1;
  transition: all 0.2s ease;
}
.top_panel .top_right .cart {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  margin-left: 156px;
  top: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  display: block;
  float: left;
}
.top_panel .top_right .cart:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #202020;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s ease;
}
.top_panel .top_right .cart span {
  position: relative;
  z-index: 1;
}
.top_panel .top_right .cart:hover {
  cursor: pointer;
}
.top_panel .top_right .cart:hover * {
  cursor: pointer;
}
.top_panel .top_right .cart:hover:before {
  background: #004EFF;
  transform: scale(1.1);
  transition: all 0.2s ease;
}
.top_panel .mobile-btn {
  width: 28px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(/assets/images//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;
  top: 0;
  left: 0;
  background: url(/assets/images//menu-btn.svg) center center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0.2s ease;
}
.menu_btn:after {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images//menu-btn-active.svg) center center no-repeat;
  background-size: contain;
  content: '';
  opacity: 0;
  transition: all 0.2s ease;
}
.menu_btn.opened:before {
  opacity: 0;
  transition: all 0.2s ease;
}
.menu_btn.opened:after {
  opacity: 1;
  transition: all 0.2s ease;
}
/*----------------------------------------------------------------------------------
1.4. Menu Block
-----------------------------------------------------------------------------------*/
.menu_block {
  background: #202020;
  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: 0.3;
  transition: all 0.2s ease;
}
.menu_block .items .item {
  width: 275px;
  margin-right: 66.66px;
  margin-bottom: 66px;
  display: block;
  float: left;
}
.menu_block .items .item:nth-child(4n) {
  margin-right: 0;
}
.menu_block .items .item:nth-child(4n+1) {
  clear: both;
}
.menu_block .items .item ._image {
  width: 275px;
  height: 275px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.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 0.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: #202020;
}
.btn_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.btn_wrap .show_more {
  border: 1px solid #004EFF;
  width: 96px;
  height: 96px;
  background: #fff;
  display: inline-block;
  float: none;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: #004EFF;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.btn_wrap .show_more:before {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #004EFF;
  content: '';
  position: absolute;
  border-radius: 50%;
  transform: scale(0.3);
  opacity: 0;
  transition: all 0.2s ease;
  transition-delay: 0.1s;
}
.btn_wrap .show_more:after {
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: none;
  border: 1px solid #004EFF;
  box-sizing: border-box;
  content: '';
  position: absolute;
  border-radius: 50%;
  transform: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.btn_wrap .show_more:hover:before {
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease;
}
.btn_wrap .show_more:hover:after {
  opacity: 0;
  transition: all 0.2s ease;
  transform: scale(1.5);
  transition-delay: 0.1s;
}
.btn_wrap .show_more:hover span {
  color: #fff;
  transition: all 0.2s ease;
}
.btn_wrap .show_more span {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.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: 700;
}
.main_slider .slider .slide_left .slide_content .category a:hover {
  color: #004EFF;
}
.main_slider .slider .slide_left .slide_content .title {
  font-size: 34px;
  font-weight: 700;
}
.main_slider .slider .slide_left .slide_content .link {
  font-size: 21px;
  color: #202020;
  margin-top: 54px;
  display: block;
  float: left;
  font-weight: 700;
}
.main_slider .slider .slide_left .slide_content .link span {
  border-bottom: 2px solid #202020;
}
.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 0.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 0.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 0.4s linear;
  opacity: 1;
  transform: scale(1);
}
.main_slider .next-slides .item.prev {
  transform: scale(0.3);
  transition: all 0.4s linear;
}
.main_slider .next-slides .item.next {
  opacity: 1;
  z-index: 1;
  transition: all 0.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 0.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(/assets/images//arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images//arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
.main_slider .controls .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.main_slider .controls .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.main_slider .controls .count {
  width: auto;
  font-size: 17px;
  font-weight: 700;
  color: #202020;
  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: #202020;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  content: '';
  margin-left: 6px;
}
.title {
  width: 100%;
  font-size: 34px;
  margin: 0;
  margin-bottom: 40px;
  font-weight: 700;
}
.title span {
  position: relative;
}
._title {
  width: 100%;
  margin: 0;
}
._text {
  margin: 0;
}
._text p {
  margin: 0;
}
.articles {
  padding-top: 90px;
  margin-top: 20px;
}
.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 0.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('/assets/images/arrow.svg');
  position: absolute;
  transition: all 0.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('/assets/images/arrow-hover.svg');
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
.articles .articles_slider_block .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.articles .articles_slider_block .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.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;
}
@media (min-width: 760px) {
  .post.topArticle ._text:after {
    content: '...';
    color: #A8A8A8;
    position: absolute;
  }
}
.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: #004EFF;
  font-weight: 600;
}
.post ._content ._title {
  font-size: 18px;
  margin: 0;
  margin-bottom: 14px;
  line-height: 1.4;
  transition: all 0.2s ease;
  font-weight: 700;
}
.post ._content ._author {
  position: relative;
}
.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: 14px;
  color: #A8A8A8;
  line-height: 1.8;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 500;
}
.post ._content ._text p {
  margin: 0;
}
.post:hover ._content ._title {
  color: #004EFF;
  transition: all 0.2s ease;
}
/*----------------------------------------------------------------------------------
1.6. Products
-----------------------------------------------------------------------------------*/
.products {
  padding-top: 70px;
}
.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(/assets/images//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 0.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(/assets/images/arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images//arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
.products .products_block .controls .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.products .products_block .controls .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.products .products_block .controls .count {
  width: auto;
  font-size: 17px;
  font-weight: 700;
  color: #202020;
  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: #202020;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1px;
  content: '';
  margin-left: 6px;
}
.products .product_item {
  width: 352px;
  margin-right: 31px;
  display: block;
  float: left;
  position: relative;
}
.products .product_item:hover ._title {
  color: #004EFF;
  transition: all 0.2s ease;
}
.products .product_item:hover ._image .to-cart {
  opacity: 1;
  transition: all 0.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: #004EFF;
}
.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;
}
.products .product_item ._image .to-cart {
  background: #272727;
  height: 38px;
  width: auto;
  display: block;
  line-height: 38px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.2s ease;
}
.products .product_item ._title {
  margin: 0;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  transition: all 0.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: 70px;
}
.posts.padding {
  padding-bottom: 70px;
}
.posts .post {
  width: 31.3%;
  margin-right: 3%;
}
.posts .post.box {
  margin-bottom: 30px;
}
.posts .post.box:nth-child(3n+3) {
  margin-right: 0;
}
.posts .post.round {
  margin-bottom: 40px;
}
.posts .post.round:last-child {
  margin-right: 0;
}
.posts .post ._image {
  height: 230px;
}
.posts .btn_wrap {
  margin-top: 40px;
}
/*----------------------------------------------------------------------------------
1.7. Footer
-----------------------------------------------------------------------------------*/
.footer {
  background: #202020;
  padding: 50px 0 44px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  float: left;
  width: 100%;
}
.footer_top {
  text-align: center;
  margin-bottom: 40px;
}
.footer_top .logo {
  width: 164px;
  height: 34px;
  background: url('/assets/images/logo-white.svg') center center no-repeat;
  background-size: contain;
  display: inline-block;
  float: none;
}
.footer_center {
  text-align: center;
  margin-bottom: 40px;
}
.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: 500;
  color: #fff;
  display: block;
  float: left;
  background: none;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.footer_center .subscribe_form .submit {
  font-size: 14px;
  height: 58px;
  font-weight: 600;
  width: auto;
  display: block;
  float: right;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
}
.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 0.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 0.2s linear;
}
.footer_center .socials a:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.footer_center .socials a:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.footer_center .socials a.instagram:before {
  background-image: url(/assets/images//instagram.svg);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.footer_center .socials a.instagram:after {
  background-image: url(/assets/images//instagram-hover.svg);
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
}
.footer_center .socials a.twitter:before {
  background-image: url(/assets/images/twitter.svg);
  width: 34px;
  height: 28px;
  margin-top: -14px;
  margin-left: -17px;
}
.footer_center .socials a.twitter:after {
  background-image: url(/assets/images/twitter-hover.svg);
  width: 34px;
  height: 28px;
  margin-top: -14px;
  margin-left: -17px;
}
.footer_center .socials a.pinterest:before {
  background-image: url(/assets/images/pinterest.svg);
  width: 22px;
  height: 28px;
  margin-top: -14px;
  margin-left: -11px;
}
.footer_center .socials a.pinterest:after {
  background-image: url(/assets/images/pinterest-hover.svg);
  width: 22px;
  height: 28px;
  margin-top: -14px;
  margin-left: -11px;
}
.footer_bottom .left {
  font-size: 14px;
  color: #A5A5A5;
  font-weight: 500;
  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;
}
.footer_bottom .center ul li:first-child {
  margin-left: 0;
}
.footer_bottom .center ul li:last-child {
  margin-right: 0;
}
.footer_bottom .center ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}
.footer_bottom .center ul li a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.2s linear;
}
.footer_bottom .center ul li a:hover span {
  border-color: #fff;
  transition: all 0.2s linear;
}
.footer_bottom .right {
  width: 20%;
  text-align: right;
  font-size: 14px;
  color: #A5A5A5;
}
.footer_bottom .right a {
  color: #004EFF;
}
.container {
  position: relative;
  padding-bottom: 200px;
  min-height: 100vh;
}
.overlay {
  background: #202020;
  opacity: 0.37;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  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(/assets/images/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: 500;
  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: 500;
  text-align: center;
  padding-bottom: 12px;
}
.breadcrumbs .current {
  pointer-events: none;
}
.breadcrumbs a {
  border-bottom: 1px solid rgba(0, 78, 255, 0);
}
.breadcrumbs a:hover {
  color: #004EFF;
  border-color: rgba(0, 78, 255, 0.7);
}
/*----------------------------------------------------------------------------------
1.10. Main part and sidebar of page
-----------------------------------------------------------------------------------*/
.page {
  padding-top: 50px;
  padding-bottom: 100px;
}
.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: 700;
  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: #004EFF;
  transition: all 0.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: 700;
  line-height: 1.4;
  transition: all 0.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: #004EFF;
  transition: all 0.2s linear;
}
.page .sidebar .categories .item:hover ._count {
  color: #004EFF;
  transition: all 0.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: #202020;
  font-weight: 700;
  display: flex;
  align-items: center;
  height: 48px;
  transition: all 0.2s linear;
}
.page .sidebar .categories .item ._count {
  font-size: 15px;
  color: #202020;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  line-height: 48px;
  transition: all 0.2s linear;
}
.page .sidebar .subscribe-block {
  background: #004EFF;
  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: 500;
  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: 500;
  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;
}
.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: 0.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 0.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(/assets/images/arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
.page .sidebar .posts-slider .slick-arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.page .sidebar .posts-slider .slick-arrow:hover:after {
  opacity: 1;
  transition: all 0.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 0.2s ease;
}
.page .sidebar .shop-categories .list .button:before {
  width: 14px;
  height: 14px;
  background: url(/assets/images/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: #004EFF;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
.page .sidebar .shop-categories .list .list-item.opened .cat_title {
  color: #004EFF;
  transition: all 0.2s ease;
}
.page .sidebar .shop-categories .list .list-item.opened .cat_title .count {
  color: #004EFF;
  transition: all 0.2s ease;
}
.page .sidebar .shop-categories .list .list-item .cat_title {
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  display: block;
  float: left;
  width: 100%;
  padding-right: 45px;
  position: relative;
  transition: all 0.2s ease;
}
.page .sidebar .shop-categories .list .list-item .count {
  font-size: 15px;
  font-weight: 300;
  color: #202020;
  width: 40px;
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  transition: all 0.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: #004EFF;
  transition: all 0.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: #004EFF;
}
.page .sidebar .top-products .item ._title {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 9px;
  transition: all 0.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: #202020;
  font-size: 12px;
  margin-bottom: 14px;
  font-weight: 500;
}
.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 #202020;
}
.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 0.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(/assets/images/arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.2s linear;
}
.pagination .arrow.prev:before {
  transform: rotate(180deg);
}
.pagination .arrow.prev:after {
  transform: rotate(180deg);
}
.pagination .arrow:hover {
  background: #202020;
  transition: all 0.2s linear;
}
.pagination .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.pagination .arrow:hover:after {
  opacity: 1;
  transition: all 0.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.selected a {
  color: #004EFF;
}
.pagination ul li a {
  font-size: 17px;
  font-weight: 700;
  color: #202020;
  line-height: 42px;
  display: block;
  padding: 0 14px;
}
.pagination ul li a:hover {
  color: #004EFF;
}
.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: 500;
  color: #202020;
}
.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: 6;
  display: none;
}
.share-block .close {
  width: 48px;
  height: 48px;
  background: #202020;
  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(/assets/images//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(/assets/images//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(/assets/images//pinterest.svg);
  margin-top: -19px;
  margin-left: -15px;
}
.share-block .link.twitter {
  background: #4BA0EB;
}
.share-block .link.twitter:before {
  background-image: url(/assets/images//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(/assets/images//in.svg);
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
}
.share-block .link.email {
  background: #fff;
}
.share-block .link.email:before {
  background-image: url(/assets/images//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: #202020;
  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(/assets/images//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: #004EFF;
  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(/assets/images//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(/assets/images//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: 500;
  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: 500;
  color: #202020;
  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;
}
.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: 500;
  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 0.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(/assets/images/arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
.about-us .slider-wrap .arrows .arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.about-us .slider-wrap .arrows .arrow:hover:after {
  opacity: 1;
  transition: all 0.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: #004EFF;
  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_block {
  margin-top: 50px;
}
.faq_block .title {
  text-align: center;
}
.faq_block .faq_item {
  margin-bottom: 30px;
}
.faq_block .faq_item:last-child {
  margin-bottom: 0;
}
.faq_block .faq_item.active .faq_item-question {
  background: #004EFF;
  transition: all 0.2s linear;
  color: #fff;
}
.faq_block .faq_item.active .faq_item-question:before {
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.2s linear;
}
.faq_block .faq_item.active .faq_item-question:after {
  transform: rotate(45deg);
  transition: all 0.2s linear;
}
.faq_block .faq_item-question {
  height: 64px;
  background: #F6F6F6;
  position: relative;
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #202020;
  display: flex;
  width: 100%;
  float: left;
  align-items: center;
  padding: 5px 55px 5px 20px;
  transition: all 0.2s linear;
}
.faq_block .faq_item-question:hover {
  cursor: pointer;
}
.faq_block .faq_item-question:hover * {
  cursor: pointer;
}
.faq_block .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 0.2s linear;
}
.faq_block .faq_item-question:after {
  width: 30px;
  height: 30px;
  background: url(/assets/images//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 0.2s linear;
}
.faq_block .faq_item-answer {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  line-height: 1.7;
  padding: 20px 0;
  display: none;
}
.faq_block .faq_item-answer a {
  color: #004EFF;
  text-decoration: underline;
}
.faq_block .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;
}
.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: 700;
  margin-bottom: 10px;
}
.contact-page .contact-blocks .block ._text {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  line-height: 1.6;
}
.contact-page .contact-blocks .block a {
  display: block;
  float: left;
  clear: both;
  color: #004EFF;
}
.contact-page .contact-blocks .block .tel {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}
.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: 22px;
}
.blog-page.static .page_content {
  padding-top: 0;
  margin-top: 30px;
}
.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_right .search {
  pointer-events: none;
}
/*----------------------------------------------------------------------------------
1.17. Media queries
-----------------------------------------------------------------------------------*/
@media screen and (max-width: 1780px) {
  .top_panel .top_right .cart {
    margin-left: 75px;
  }
  .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;
  }
  .os-windows .menu_block .category_p {
    margin-left: -882px;
  }
  .share-block .close {
    top: 26px;
  }
}
@media screen and (max-width: 1620px) {
  .top_panel .top_right .cart {
    margin-left: 40px;
  }
  .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_right {
    padding-right: 90px;
  }
  .main_slider .next-slides .item.active {
    left: -480px;
  }
  .top_panel .top_right .cart {
    position: absolute;
    left: auto;
    right: 0;
    margin-left: 0;
  }
  .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(/assets/images//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(/assets/images//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(/assets/images//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_right .cart {
    background: #202020;
  }
  .top_panel .top_right .cart:before {
    display: none;
  }
  .svg-filters {
    display: none;
  }
  .btn_wrap .show_more {
    background: #004eff;
  }
  .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: #202020;
  }
  .products .product_item ._image .to-cart {
    opacity: 1;
    overflow: hidden;
    color: transparent;
    width: 38px;
  }
  .products .product_item ._image .to-cart:before {
    content: "+";
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .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;
  }
  .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: 45vw;
    margin-right: 2vw;
  }
  .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%;
  }
  .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 0.3s ease;
  }
  .top_panel .top_left .menu.opened {
    right: 0;
    transition: all 0.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 > li {
    padding: 0;
  }
  .top_panel .top_left .menu > ul > li > ul > li > a {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
  }
  .top_panel .top_left .menu > ul > li > ul > li > ul {
    width: 100%;
    position: static;
    box-shadow: none;
    padding: 10px 0;
  }
  .top_panel .top_left .menu > ul > li > ul > li > ul li a {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    line-height: normal;
  }
  .top_panel .top_left .menu > ul > li > ul > li > ul li a:before {
    display: block;
    width: 20px;
    height: 2px;
    background: #202020;
    content: '';
    top: 17px;
    position: absolute;
    left: 0;
  }
  .top_panel .top_left .menu > ul > li > ul {
    padding-bottom: 12px;
  }
  .top_panel .top_left .menu a:hover {
    color: #202020 !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 #202020;
    color: #202020;
  }
  .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_right {
    position: static;
  }
  .top_panel .top_right .search {
    position: absolute;
    left: 57px;
    width: auto;
  }
  .top_panel .top_right .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(/assets/images//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_right .cart {
    right: 56px;
  }
  .top_panel .mobile-btn {
    display: block;
  }
  .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 .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;
  }
  .container {
    padding-bottom: 576px;
  }
  .page .sidebar .subscribe-block {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .modal .close {
    display: none;
  }
  .modal .close.mobile-close {
    display: block;
  }
  .success-modal .wrap .wrap_float {
    display: block;
    background: #004eff;
  }
  .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(/assets/images//menu-close.svg);
  }
  .top_panel .top_left .menu > ul > li > ul > li:first-child {
    padding-top: 0;
  }
  .top_panel .top_left .menu > ul > li > ul > 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;
  }
  .faq_block {
    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) {
  .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;
  }
  .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;
  }
  .faq_block .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;
  }
  .top_panel {
    height: 36px;
  }
  .menu_btn {
    top: 30px;
  }
  .top_panel .top_right .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: auto;
    vertical-align: middle;
    display: inline-block;
  }
  .top_panel .top_right .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_block .faq_item-answer {
    font-size: 15px;
  }
  .faq_block .faq_item {
    margin-bottom: 20px;
  }
  .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) {
  .products .product_item {
    margin-right: 0;
  }
  .products .product_item ._image {
    height: 94vw;
  }
  .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_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 > li > a {
    font-size: 17px;
  }
  .top_panel .top_left .menu > ul > li > ul {
    padding-top: 0;
    padding-left: 10px;
  }
  .top_panel .top_left .menu > ul > li > ul > li > ul li a {
    font-size: 17px;
  }
  .top_panel .top_left .menu > ul > li > ul > li > ul {
    padding-top: 0;
  }
  .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 > li > ul li a:before {
    top: 16px;
  }
  .top_panel .top_right .cart {
    right: 43px;
  }
  .top_panel .top_right .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_right .search {
    left: 48px;
  }
  .top_panel .top_left .logo {
    width: 120px;
  }
  .top_panel .top_right .cart {
    right: 46px;
  }
  .top_panel .mobile-btn {
    width: 24px;
  }
  .top_panel .top_right .cart {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    right: 38px;
    top: 2px;
  }
}
@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;
  }
}
.staticPage .page_content {
  padding: 0 20px;
}
.staticPage #form-container {
  margin-top: 0;
}
.staticPage h1,
.staticPage h2 {
  text-align: center;
  font-size: 34px;
}
.staticPage p {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 23px 0;
}
@media screen and (max-width: 460px) {
  .staticPage p {
    font-size: 14px;
  }
}
.staticPage ol {
  padding-left: 0 !important;
  counter-reset: myCounter;
}
.staticPage ol li {
  line-height: 1.6;
  position: relative;
  list-style: none;
  font-weight: 500;
}
.staticPage ol li:hover {
  text-decoration: underline;
}
.dnsmiPage #contactPage {
  margin-top: 0;
}
.dnsmiPage .contact-form {
  width: 100% !important;
}
.dnsmiPage .contact-form .textarea {
  height: 144px;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #000;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2%;
  resize: none;
}
.dnsmiPage .contact-form .grouped input {
  height: 44px;
  display: block;
  float: left;
  border: 1px solid #000;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  .dnsmiPage .contact-form .grouped input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
.dnsmiPage .contact-form button {
  height: 44px;
  background-color: #004EFF !important;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 0;
}
.wz-ad-block {
  text-align: center;
  float: none;
}
.wz-ad-block .ad-label span {
  font-size: 9px;
  color: #6c757d;
}
.didomi-exterior-border {
  border: none !important;
  display: flex !important;
  justify-content: center;
}
#didomi-host div {
  display: block;
  float: none;
  width: auto;
}
/* 2. "Blog" styles */
/*------------------------------------------------------------------
[Table of contents]

2.1. Blog styles
2.2. Category Description block
2.3. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
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: 500;
}
.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 */
/*------------------------------------------------------------------
[Table of contents]

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
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
3.1. Blog Page styles
-----------------------------------------------------------------------------------*/
.blog-page.fullwidth .wrap {
  max-width: 1300px;
}
.blog-page .share-btn {
  height: 28px;
  background: #202020;
  color: #fff;
  width: auto;
  padding: 0 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 28px;
  position: absolute;
  right: 80px;
  top: 36px;
}
.blog-page .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 .float {
  float: right;
  max-width: 942px;
}
.blog-page .page_content .post-content .post-head {
  position: relative;
  padding: 0 225px 0 0;
}
.blog-page .page_content .post-content .post-head .category {
  font-size: 14px;
  font-weight: 600;
  color: #004EFF;
  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: #004EFF;
  border-color: #004EFF;
}
.blog-page .page_content .post-content .post-head .title {
  font-size: 30px;
  margin-bottom: 23px;
}
.blog-page .page_content .post-content .post-head .author {
  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: 50px;
  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: #202020;
  font-size: 12px;
  margin-bottom: 14px;
  font-weight: 500;
}
.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: #202020;
  text-align: center;
  font-weight: 500;
  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: #202020;
  width: 100%;
  margin: 0;
  font-weight: 500;
  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 0.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 0.2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.blog-page .page_content .post-content .post-foot .post-author .socials a.instagram:before {
  background-image: url(/assets/images//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(/assets/images//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(/assets/images//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(/assets/images//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(/assets/images//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(/assets/images//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: #004EFF;
  transition: all 0.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 0.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 {
  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: #202020;
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.6;
}
._content div {
  float: none;
}
._content p:not(class) {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin: 23px 0;
}
._content h2 {
  font-size: 28px;
  margin: 30px 0 20px;
}
._content h3 {
  font-size: 26px;
  margin: 30px 0 20px;
}
._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: 500;
}
._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: 500;
}
._content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #000;
}
._content a {
  color: #004EFF;
  border-bottom: 1px solid #004EFF;
}
._content img:not(class) {
  margin: 20px 0;
  max-width: 100%;
}
._content .signature {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 500;
  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 0.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(/assets/images//arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images//arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
._content .slider-block .slick-arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
._content .slider-block .slick-arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
._content .store {
  margin: 30px 0;
  display: inline-block;
}
._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 .quote {
  padding-top: 56px;
  position: relative;
  margin: 30px 0;
  display: inline-block;
}
._content .quote:before {
  width: 50px;
  height: 44px;
  background: url(/assets/images//quote.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -25px;
}
._content .quote p {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  font-style: italic;
  text-align: center;
  line-height: 1.6;
  margin-top: 0;
}
._content .quote p.author {
  font-size: 16px;
  font-weight: 500;
  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: 0.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: #004EFF;
  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: #202020;
  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: #202020;
  font-size: 12px;
  font-weight: 600;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.2s linear;
}
.comments .comment-item .comment-item-top .reply:hover {
  color: #004EFF;
  transition: all 0.2s linear;
  cursor: pointer;
}
.comments .comment-item .comment-item-bottom {
  background: #F6F6F6;
  color: #202020;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  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: 500;
  color: #A8A8A8;
  margin-bottom: 32px;
}
.write-comment .form .textarea {
  height: 144px;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #000;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2%;
  resize: none;
}
.write-comment .form .textarea:focus {
  border-width: 2px;
  padding: 17px;
}
.write-comment .form .input {
  height: 44px;
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #000;
  padding: 18px;
  font-size: 14px;
  font-weight: 500;
  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 .submit {
  height: 44px;
  background: #004EFF;
  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: 22px;
  font-weight: 700;
}
.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 .quote p {
    font-size: 20px;
  }
  .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 {
    padding-left: 0;
    padding-right: 0;
  }
  .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 .quote: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 .quote p {
    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 */
/* 5. "Product page" styles */
/*------------------------------------------------------------------
[Table of contents]

5.1. Product page styles
5.2. Other products
5.3. Review modal
5.4. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
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 0.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: 0.5;
  transition: all 0.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 0.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(/assets/images/arrow.svg);
  position: absolute;
  transition: all 0.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(/assets/images/arrow-hover.svg);
  position: absolute;
  opacity: 0;
  transition: all 0.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: #202020;
  transition: all 0.2s linear;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover:before {
  opacity: 0;
  transition: all 0.2s linear;
}
.product-page .product-info .product-info--left .product-slider-wrap .slick-arrow:hover:after {
  opacity: 1;
  transition: all 0.2s linear;
}
.product-page .product-info .product-info--right {
  max-width: 480px;
  float: right;
  padding-top: 30px;
}
.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: 700;
}
.product-page .product-info .product-info--right .subtitle {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 500;
  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: 500;
  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: #202020;
  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: #202020;
  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: 0.3px;
}
.product-page .product-info .product-info--right .details {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}
.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: #A8A8A8;
}
.product-page .product-info .product-info--right ._text a {
  color: #004EFF;
  border-bottom: 1px solid #004EFF;
  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: 500;
  color: #202020;
  line-height: 1.8;
  margin-bottom: 20px;
}
.product-page .product-info .product-info--right .empty span {
  color: #A8A8A8;
}
.product-page .product-reviews {
  margin-bottom: 70px;
}
.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: #004EFF;
  height: 44px;
  max-width: 100%;
  float: left;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 44px;
  display: block;
  width: 100%;
}
.product-page .product-reviews .comment-open:hover {
  cursor: pointer;
}
.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: #202020;
  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(/assets/images/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(/assets/images/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(/assets/images/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;
  }
}
@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(/assets/images/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 */
/*------------------------------------------------------------------
[Table of contents]

6.1. Cart styles
6.2. Checkout fields
6.3. Payment details
6.4. Order block
6.5. Media queries
-------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------
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: 500;
}
.cart .other-products {
  margin-bottom: 0;
  margin-top: 50px;
}
.cart .other-products .products .product_item {
  margin-bottom: 0;
}
.cart-block {
  margin-top: 40px;
}
.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: 15px;
  font-weight: 700;
  color: #202020;
}
.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 0.2s linear;
}
.cart-block .cart-block-left .table .tbody .tr .td {
  position: relative;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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: 14px;
  font-weight: 600;
  color: #202020;
}
.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: #202020;
  line-height: 28px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.cart-block .cart-block-left .table .tbody .tr .td ._title {
  font-size: 15px;
  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: #202020;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -18px;
  opacity: 0;
  transition: all 0.2s linear;
}
.cart-block .cart-block-left .table .tbody .tr .remove:before {
  width: 12px;
  height: 12px;
  background: url(/assets/images//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: 410px;
}
.cart-block .cart-block-left .table .td.quantity-td {
  width: 210px;
}
.cart-block .cart-block-left .table .td.cost-td {
  width: 147px;
}
.cart-block .cart-block-right {
  max-width: 395px;
  float: right;
}
.cart-block .cart-block-right .order-info {
  background: #F6F6F6;
  padding: 24px 30px;
  margin-bottom: 20px;
}
.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: #202020;
  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;
}
.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: 14px;
  font-weight: 600;
  color: #202020;
  width: 40%;
  line-height: 1.8;
}
.cart-block .cart-block-right .order-info .info-list .list-item ._right {
  font-size: 15px;
  font-weight: 600;
  color: #202020;
  width: 60%;
  line-height: 1.7;
}
.cart-block .cart-block-right .order-info .info-list .list-item ._right .address_link {
  font-size: 14px;
  font-weight: 500;
  color: #004EFF;
  display: inline-block;
  border-bottom: 1px solid #004EFF;
  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: #004EFF;
  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: 1px solid #000;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  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: 44px;
  background: #004EFF;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 44px;
  text-align: center;
  position: relative;
}
.cart-block .cart-block-right .next-step:before {
  width: 20px;
  height: 14px;
  background: url(/assets/images//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: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.cart-block .cart-block-right .coupon-block ._subtitle {
  font-size: 14px;
  font-weight: 500;
  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: 1px solid #000;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px;
}
.cart-block .cart-block-right .coupon-block .form .submit {
  display: block;
  width: auto;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  height: 44px;
  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.fullwrap {
  width: 100%;
}
.fields .input_wrap .input {
  height: 44px;
  border: 1px solid #000;
  width: 100%;
  display: block;
  float: left;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 500;
  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;
}
.fields .input_wrap .textarea:focus {
  border-width: 2px;
  padding: 17px;
}
/*----------------------------------------------------------------------------------
6.3. Payment details
-----------------------------------------------------------------------------------*/
.payment-details ._title {
  border-bottom: 1px solid #EBEBEB;
  font-size: 15px;
  font-weight: 700;
  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 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: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(/assets/images//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: 15px;
  font-weight: 700;
  color: #202020;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 13px;
  padding-left: 30px;
}
.payment-details .payment-labels .payment-item .payment-item-title a {
  color: #004EFF;
  text-decoration: underline;
  white-space: nowrap;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: none;
}
.payment-details .payment-labels .payment-item .payment-item-text {
  font-size: 12px;
  font-weight: 500;
  color: #A8A8A8;
  display: block;
  float: left;
  width: 100%;
  line-height: 1.6;
}
.payment-details .payment-labels input:checked + label {
  background: #004EFF;
}
.payment-details .payment-labels input:checked + label:before {
  border-color: #004EFF;
}
.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 {
  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: 15px;
  color: #202020;
  font-weight: 700;
  margin-bottom: 10px;
}
.order-block .details .item ._text {
  font-size: 16px;
  color: #202020;
  font-weight: 500;
}
.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) {
  .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: absolute;
    height: 36px;
    min-height: inherit;
    top: 156px;
  }
  .cart-block .cart-block-left .table .tbody .tr .td.cost-td {
    height: 36px;
    min-height: inherit;
    position: absolute;
    left: 130px;
    top: 156px;
  }
  .cart-block .cart-block-left .table .tbody .tr {
    padding: 10px 0 70px;
    padding-right: 60px;
    border-top: 1px solid #ebebeb;
  }
  .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: 0;
    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: 18px;
  }
}
@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;
  }
}
/* 7. "Profile page" and modals styles */
.profile-page {
  padding-top: 130px;
}
.profile-page .profile-head .title {
  text-align: center;
}
.userpic-block {
  text-align: center;
}
.userpic-block .userpic {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: top;
  background: #F5FCFE;
}
.userpic-block .userpic:before {
  width: 24px;
  height: 28px;
  background: url(/assets/images/no-userpic.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -12px;
}
.userpic-block .userpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 1;
}
.userpic-block .userpic .remove {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.44) url(/assets/images/close-white.svg) center center no-repeat;
  background-size: 13px 13px;
}
.userpic-block .userpic:hover .remove {
  opacity: 1;
}
.userpic-block input {
  display: none;
}
.userpic-block .change {
  color: #6C728D;
  font-size: 18px;
  font-weight: 500;
  line-height: 68px;
  width: auto;
  display: inline-block;
  float: none;
  vertical-align: top;
  margin-left: 20px;
}
.userpic-block .change:hover {
  cursor: pointer;
}
.userpic-block .change:hover * {
  cursor: pointer;
}
.userpic-block .select-file {
  width: auto;
  padding: 19px 0;
  margin-left: 30px;
  max-width: 300px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.userpic-block .select-file label:hover {
  cursor: pointer;
}
.userpic-block .select-file label:hover * {
  cursor: pointer;
}
.userpic-block .select-file label span {
  font-size: 18px;
  font-weight: 500;
  color: #004EFF;
  position: relative;
  display: inline-block;
  padding-left: 44px;
  line-height: 30px;
}
.userpic-block .select-file label span:before {
  width: 30px;
  height: 30px;
  background: #004EFF url(/assets/images/close-white.svg) center center no-repeat;
  background-size: 14px 14px;
  transform: rotate(45deg);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
}
.profile-body {
  margin-top: 40px;
  padding-bottom: 90px;
}
.profile-body .wrap {
  max-width: 798px;
}
.profile-body .profile-part {
  margin-bottom: 30px;
}
.profile-body .profile-part:last-child {
  margin-bottom: 0;
}
.profile-body .profile-part .title {
  font-size: 22px;
  margin-bottom: 25px;
}
.profile-body .log-out-link {
  color: #004EFF;
  font-size: 18px;
  font-weight: 500;
  margin-top: 30px;
}
.submit-btn {
  height: 44px;
  background: #004EFF;
  font-size: 14px;
  font: 600px;
  color: #fff;
  width: 100%;
  display: block;
  margin-top: 8px;
  font-weight: 600;
}
.modal_default {
  width: 914px;
  background: #fff;
  box-shadow: 0px 3px 50px rgba(0, 0, 0, 0.04);
}
.modal_default .modal-title {
  font-size: 22px;
  margin-bottom: 14px;
}
.modal_default .modal-subtitle {
  font-size: 18px;
  color: #6C728D;
  width: auto;
}
.modal_default .link {
  font-size: 18px;
  font-weight: 500;
  color: #004EFF;
  width: auto;
}
.modal_default .flex {
  display: flex;
  justify-content: space-between;
}
.modal_default .fields {
  margin-top: 34px;
}
.modal_default .bottom-link {
  margin-top: 20px;
  display: block;
  float: left;
}
.modal_default .modal-top {
  padding: 40px 55px;
}
.modal_default .modal_close {
  width: 48px;
  height: 48px;
  background: #20201C;
  position: absolute;
  top: 26px;
  right: 41px;
  border-radius: 50%;
}
.modal_default .modal_close:before {
  width: 14px;
  height: 14px;
  background: url(/assets/images/close-white.svg) center center no-repeat;
  background-size: contain;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.modal_default .modal_close:hover {
  cursor: pointer;
}
.modal_default.registration .userpic-block {
  text-align: left;
  margin-bottom: 20px;
}
.modal_default.registration .fields {
  margin-top: 15px;
}
.modal_default .agreement {
  font-size: 14px;
  color: #A8A8A8;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.6;
}
.modal_default .agreement a {
  color: #004EFF;
  text-decoration: underline;
}
.success-recover {
  background: #004EFF;
}
.success-recover .modal-title {
  color: #fff;
}
.success-recover .modal-subtitle {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .profile-body .wrap {
    width: 92vw;
    max-width: 92vw;
  }
  .profile-page {
    padding-top: 100px;
  }
  .modal_default .modal-top {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .modal_default {
    width: 100%;
    position: relative;
  }
  .modal_default .modal_close {
    right: 4vw;
    top: 14px;
    background: none;
  }
  .modal_default .modal_close:before {
    width: 19px;
    height: 19px;
    margin-top: -9px;
    margin-left: 3px;
    background-image: url(/assets/images/menu-close.svg);
  }
  .modal_default .modal_close {
    right: 4vw;
  }
  .modal_default.success-recover .modal_close:before {
    background-image: url(/assets/images/close-white.svg);
  }
}
@media screen and (max-width: 760px) {
  .userpic-block .userpic {
    width: 54px;
    height: 54px;
  }
  .userpic-block .change {
    line-height: 54px;
    margin-left: 20px;
  }
  .userpic-block .select-file {
    padding: 12px 0;
    margin-left: 20px;
  }
  .profile-head .breadcrumbs {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 600px) {
  .userpic-block .userpic {
    width: 64px;
    height: 64px;
    margin-bottom: 22px;
  }
  .userpic-block .change {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .userpic-block .change,
  .userpic-block .select-file {
    margin-left: 0;
    font-size: 16px;
  }
  .userpic-block .change span,
  .userpic-block .select-file span {
    font-size: 16px;
  }
  .userpic-block .change {
    line-height: 20px;
  }
  .profile-body {
    margin-top: 22px;
  }
  .modal_default .flex {
    flex-direction: column;
  }
  .modal_default .modal-subtitle {
    margin-bottom: 6px;
  }
  .modal_default .modal-subtitle {
    font-size: 16px;
  }
  .modal_default .link {
    font-size: 16px;
  }
  .modal_default .modal-title {
    margin-bottom: 8px;
  }
  .modal_default .fields {
    margin-top: 22px;
  }
  .modal_default .link {
    font-size: 16px;
  }
  .modal_default .modal_close {
    top: 20px;
  }
  .modal_default.registration .userpic-block {
    text-align: center;
  }
  .modal_default .link {
    margin-top: 20px;
  }
  .modal_default.success-recover .modal-title {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .profile-body .profile-part .title {
    margin-bottom: 17px;
  }
  .profile-body .profile-part {
    margin-bottom: 22px;
  }
  .profile-body {
    padding-bottom: 60px;
  }
  .profile-body .log-out-link {
    font-size: 16px;
    margin-top: 22px;
  }
  .modal_default .modal_close {
    top: 2px;
  }
}
/*# sourceMappingURL=style.css.map */