@charset "UTF-8";

@font-face {
  font-family: "opensans-regular";
  font-display: swap;
  src: url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "opensans-semibold";
  font-display: swap;
  src: url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

body {
  color: #222;
  min-width: 320px;
  background-color: #fff;
  font-family: "opensans-regular", sans-serif;
  font-size: 16px;
}

body.lock {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #292929;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #3D5271;
}

a:focus {
  color: #292929;
  text-decoration: none;
}

button,
button[typhonee=submit],
a,
input {
  outline: none;
}

button:hover,
button[type=submit],
a:hover,
input:hover {
  outline: none;
}

button:focus,
button[type=submit],
a:focus,
input:focus {
  outline: none;
}

.wrapper {
  overflow: hidden;
}

/*font-family: 'Gilroy-Regular', sans-serif;*/

.header {
  border-bottom: 1px solid rgba(34, 34, 34, 0.08);
}

.header .desctop-header #top-header .top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 0;
}

.header .desctop-header #top-header .top-header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .desctop-header #top-header .top-header ul li {
  margin: 0 15px;
}

.header .desctop-header #top-header .top-header ul li:first-child {
  margin-left: 0;
}

.header .desctop-header #top-header .top-header ul li a {
  font-size: 15px;
}

.header .desctop-header #top-header .top-header .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap {
  position: relative;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .number {
  position: relative;
  z-index: 2;
  padding: 0 16px;
  font-size: 18px;
  font-weight: 600;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 1;
  border-radius: 8px;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks:hover {
  opacity: 1;
  visibility: visible;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block {
  background-color: #fff;
  padding: 15px 16px;
  min-width: 240px;
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block:first-child {
  margin-bottom: 5px;
  padding-top: 44px;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block .contact .number {
  padding-left: 0;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block .contact span {
  font-size: 12px;
  color: #888;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block .contact p {
  margin-bottom: 0;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .contact-blocks .contact-block .site-btn {
  width: 100%;
  margin-top: 10px;
}

.header .desctop-header #top-header .top-header .actions .contact-block-wrap .main-number:hover ~ .contact-blocks {
  opacity: 1;
  visibility: visible;
}

.header .desctop-header #middle-header {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .desctop-header #middle-header.fixed {
  position: fixed;
  top: -84px;
  width: 100%;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(243, 243, 243, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 2;
}

.header .desctop-header #middle-header .middle-header {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .desctop-header #middle-header .middle-header .logo {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header .desctop-header #middle-header .middle-header .logo img {
  width: 170px;
}

.header .desctop-header #middle-header .middle-header .catalog-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin-right: 30px;
  font-size: 16px;
}

.header .desctop-header #middle-header .middle-header .catalog-button:hover {
  background-color: #4773b3;
}

.header .desctop-header #middle-header .middle-header .catalog-button i {
  margin-right: 20px;
}

.header .desctop-header #middle-header .middle-header .catalog-button .ico {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .desctop-header #middle-header .middle-header .catalog-button .close-ico {
  opacity: 0;
  visibility: hidden;
  margin-left: -34px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .desctop-header #middle-header .middle-header .catalog-button.active .ico {
  opacity: 0;
  visibility: hidden;
}

.header .desctop-header #middle-header .middle-header .catalog-button.active .close-ico {
  opacity: 1;
  visibility: visible;
}

.header .desctop-header #middle-header .middle-header .search-place {
  margin-left: auto;
  max-width: 100%;
  width: 100%;
}

.header .desctop-header #middle-header .middle-header .search-place form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header .desctop-header #middle-header .middle-header .search-place form .form-group .form-control {
  height: 44px;
  border: 1px solid #dadada;
  border-radius: 8px;
}

.header .desctop-header #middle-header .middle-header .search-place form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #333;
}

.header .desctop-header #middle-header .middle-header .search-place form .form-group button {
  border: none;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 9px 9px 0;
  font-size: 18px;
  background-color: #3D5271;
  color: #fff;
}

.header .desctop-header #middle-header #catalog {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  max-width: 1500px;
  width: 100%;
  background-color: #fff;
  padding: 40px;
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
  border-radius: 9px;
  z-index: 999;
  height: 700px;
  overflow-y: scroll;
}

.header .desctop-header #middle-header #catalog.active {
  opacity: 1;
  visibility: visible;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .thumbnail {
  margin-right: 10px;
  width: 54px;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .thumbnail img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list {
  width: 100%;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu {
  margin: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu ul li {
  position: relative;
  margin: 0;
  line-height: 30px;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu .main-category {
  font-family: "opensans-semibold", sans-serif;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu ul li li {
  padding-left: 20px;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu .subCat,
.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .chka {
  top: 0;
  position: absolute;
  cursor: pointer;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu .subCat.plus,
.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .chka:before,
.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu .subCat.minus,
.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .subCat:checked + .chka:before {
  content: "▾";
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: Courier;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu .subCat.minus,
.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .subCat:checked + .chka:before {
  content: "▴";
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu a {
  font-size: 16px;
  text-decoration: none;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu ul li li a {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu a.active {
  font-family: "opensans-semibold", sans-serif;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu a:hover {
  text-decoration: none;
  color: #3D5271;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu > ul > li ul {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu > ul > li a.active + span + ul {
  display: block !important;
}

.header .desctop-header #middle-header #catalog .catalog .catalog-wrap .catalog-list .vertmenu input[type=checkbox].subCat {
  display: none;
}

.header .desctop-header #bottom-header {
  padding: 1px 0 20px;
}

.header .desctop-header #bottom-header .bottom-header .header-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header .desctop-header #bottom-header .bottom-header .header-categories li {
  margin-right: 30px;
}

.header .desctop-header #bottom-header .bottom-header .header-categories li a {
  font-size: 15px;
}

.header #mobile-header {
  padding: 15px 0;
  display: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 1px 0 #e5e5e5;
          box-shadow: 0 1px 0 #e5e5e5;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
}

.header #mobile-header .mobile-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header #mobile-header .mobile-header .header__burger {
  margin-right: 20px;
  cursor: pointer;
}

.header #mobile-header .mobile-header .header__burger .ico {
  font-size: 20px;
}

.header #mobile-header .mobile-header .logo img {
  width: 140px;
}

.header #mobile-header .mobile-header .actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header #mobile-header .mobile-header .actions .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header #mobile-header .mobile-header .actions .icons .ico {
  font-size: 18px;
  padding: 10px;
}

.header #mobile-header .mobile-header .actions .search-block {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header #mobile-header .mobile-header .actions .search-block.active {
  opacity: 1;
  visibility: visible;
}

.header #mobile-header .mobile-header .actions .search-block .search-close {
  width: 40px;
  padding: 5px;
  font-size: 22px;
}

.header #mobile-header .mobile-header .actions .search-block form {
  width: 100%;
}

.header #mobile-header .mobile-header .actions .search-block form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header #mobile-header .mobile-header .actions .search-block form .form-group .form-control {
  height: 44px;
  border: 1px solid #dadada;
  border-radius: 8px;
}

.header #mobile-header .mobile-header .actions .search-block form .form-group button {
  border: none;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 9px 9px 0;
  font-size: 18px;
  background-color: #3D5271;
  color: #fff;
}

.header #mobile-header .mobile-menu {
  max-width: 375px;
  width: 100%;
  -webkit-box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
  position: fixed;
  left: -400px;
  top: 0;
  bottom: 0;
  background-color: #fff;
  padding: 32px 0 48px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header #mobile-header .mobile-menu.active {
  left: 0;
}

.header #mobile-header .mobile-menu .head {
  padding: 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header #mobile-header .mobile-menu .head .logo img {
  width: 170px;
}

.header #mobile-header .mobile-menu .head .ico-close {
  font-size: 25px;
}

.header #mobile-header .mobile-menu .list-menu {
  padding-top: 32px;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu {
  margin: 0 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu ul li {
  position: relative;
  margin: 0;
  line-height: 30px;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu .main-category {
  font-family: "opensans-semibold", sans-serif;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu ul li li {
  padding-left: 5px;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu .subCat,
.header #mobile-header .mobile-menu .list-menu .chka {
  top: 0;
  right: 0px;
  position: absolute;
  cursor: pointer;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu .subCat.plus,
.header #mobile-header .mobile-menu .list-menu .chka:before,
.header #mobile-header .mobile-menu .list-menu .vertmenu .subCat.minus,
.header #mobile-header .mobile-menu .list-menu .subCat:checked + .chka:before {
  content: "▾";
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  font-family: Courier;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu .subCat.minus,
.header #mobile-header .mobile-menu .list-menu .subCat:checked + .chka:before {
  content: "▴";
}

.header #mobile-header .mobile-menu .list-menu .vertmenu a {
  font-size: 16px;
  text-decoration: none;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu ul li li a {
  color: #666;
  font-size: 15px;
  font-weight: normal;
  text-decoration: none;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu a.active {
  font-family: "opensans-semibold", sans-serif;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu a:hover {
  text-decoration: none;
  color: #3D5271;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu > ul > li ul {
  height: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu > ul > li a.active + span + ul {
  display: block !important;
}

.header #mobile-header .mobile-menu .list-menu .vertmenu input[type=checkbox].subCat {
  display: none;
}

.container-xl {
  max-width: 1528px;
}

.site-btn {
  background-color: #3D5271;
  color: #fff;
  padding: 6px 15px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.site-btn:hover {
  color: #fff;
  background-color: #4773b3;
}

@-webkit-keyframes animate {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }

  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    width: 0px;
    height: 0px;
    opacity: 0.5;
  }

  100% {
    width: 500px;
    height: 500px;
    opacity: 0;
  }
}

.gray-bg {
  background: #f8f8f8;
}

.section-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-family: "opensans-semibold", sans-serif;
}

.section-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-family: "opensans-semibold", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.section-title a .ico {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background-color: rgba(136, 136, 136, 0.1);
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}

#breadcrumbs {
  padding: 15px 0 35px;
}

#breadcrumbs .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 13px;
  margin-bottom: 21px;
}

#breadcrumbs .breadcrumbs a {
  color: #999;
}

#breadcrumbs .breadcrumbs a:hover {
  color: #3D5271;
}

#breadcrumbs .breadcrumbs .separator {
  margin: 0 8px 0 12px;
  font-size: 7px;
}

#breadcrumbs .page-title h1 {
  font-size: 32px;
  font-weight: 600;
}

.page-description {
  margin-bottom: 41px;
  color: #666;
}

.page-links-list {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}

.page-links-list li {
  margin-bottom: 10px;
}

.page-links-list li a {
  position: relative;
  padding: 4px 8px;
  display: inline-block;
}

.page-links-list li a.active {
  padding-left: -10px;
}

.page-links-list li a.active::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #F4F4F4;
  border-radius: 9px;
  z-index: -1;
}

#calculateDelivery .modal-dialog .modal-content {
  padding: 0 22px;
}

#calculateDelivery .modal-dialog .modal-content .modal-header h2 {
  font-family: "opensans-semibold", sans-serif;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block {
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .title {
  font-family: "opensans-semibold", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .title span {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .delivery-description {
  display: none;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .delivery-description .deadlines {
  font-size: 0.8125rem;
  color: #999;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .delivery-description p {
  font-size: 0.867em;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .delivery-description .payment-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.867em;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .delivery-description .payment-methods .methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#calculateDelivery .modal-dialog .modal-content .modal-body .delivery-blocks .delivery-block .delivery-description .payment-methods .methods .method {
  padding: 3px 8px;
  border-radius: 9px;
  background-color: #f8f8f8;
  margin-left: 5px;
}

#orderProduct .modal-dialog .modal-content .modal-header h2 {
  font-family: "opensans-semibold", sans-serif;
}

#orderProduct .modal-dialog .modal-content .modal-body h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

#orderProduct .modal-dialog .modal-content .modal-body #orderForm .form-group {
  margin-bottom: 10px;
}

#orderProduct .modal-dialog .modal-content .modal-body #orderForm .form-group label {
  margin-bottom: 6px;
}

#finishModal .modal-content {
  border-radius: 47px;
  max-width: 465px;
  width: 100%;
  height: 388px;
}

#finishModal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#finishModal .modal-body span {
  width: 92px;
  height: 92px;
  background-color: #3D5271;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  margin-bottom: 42px;
}

#finishModal .modal-body p {
  color: #272727;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 150%;
  /* 30px */
  font-family: "SFProDisplay-Regular", sans-serif;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}

.social-links a {
  width: 49px;
  height: 40px;
  border-radius: 8px;
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1px;
  font-size: 18px;
}

.social-links a:nth-child(1) {
  color: #FC0017;
}

.social-links a:nth-child(2) {
  color: #222;
}

.social-links a:nth-child(3) {
  color: #4968AA;
}

.social-links a:nth-child(4) {
  color: #24A1DE;
}

#first-section {
  position: relative;
  z-index: 0;
  padding-top: 40px;
}

#first-section .slider-carousel .item {
  /*height: 460px;*/
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position: center;*/
  background-position: left;
  border-radius: 9px;
}
@media (max-width:576px){
    #first-section .slider-carousel .item {
        height: 400px;
    }
}

#first-section .slider-carousel .item .content {
  max-width: 50%;
  color: #fff;
  padding: 0 50px 0 100px;
}

#first-section .slider-carousel .item .content h2 {
  font-size: 40px;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 15px;
}

#first-section .slider-carousel .item .content p {
  margin-bottom: 25px;
}

#first-section .slider-carousel .item .content .button .site-btn {
  font-size: 16px;
  padding: 10px 25px;
}

#categories {
  padding: 80px 0;
}

#categories .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#categories .categories .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ededed;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 18px 28px 18px 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9px;
}

#categories .categories .category:hover {
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

#categories .categories .category .thumb {
  margin-right: 25px;
  width: 40px;
  height: 40px;
}

#categories .categories .category .ico {
  width: 40px;
  height: 40px;
  background-color: rgba(136, 136, 136, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 13px;
  border-radius: 9px;
  margin-right: 25px;
}

#products {
  padding: 40px 0;
}

#products .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#products .products.last-products .product {
  margin-bottom: 30px;
}

#products .products .product {
  border: 1px solid #ededed;
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  position: relative;
  margin: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#products .products .product:hover {
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

#products .products .product .stickers {
  position: absolute;
  left: 20px;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

#products .products .product .stickers .sticker {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  padding: 3px 6px 2px;
  margin-right: 4px;
  font-family: "opensans-semibold", sans-serif;
}

#products .products .product .stickers .sticker.hit {
  background-color: #E294D2;
  -webkit-box-shadow: 0 6px 12px #E294D2;
          box-shadow: 0 6px 12px #E294D2;
}

#products .products .product .stickers .sticker.advise {
  background-color: #a56ffd;
  -webkit-box-shadow: 0 6px 12px #a56ffd;
          box-shadow: 0 6px 12px #a56ffd;
}

#products .products .product .stickers .sticker.new {
  background-color: #FFDA95;
  -webkit-box-shadow: 0 6px 12px #FFDA95;
          box-shadow: 0 6px 12px #FFDA95;
  color: #36556D;
}

#products .products .product .stickers .sticker.promotion {
  background-color: #ffeb81;
  -webkit-box-shadow: 0 6px 12px #ffeb81;
          box-shadow: 0 6px 12px #ffeb81;
  color: #222;
}

#products .products .product .thumb {
  margin-bottom: 20px;
  position: relative;
}

#products .products .product .thumb .product__images--few {
  overflow: hidden;
}

#products .products .product .thumb .product__images--few .product__image {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}

#products .products .product .thumb .product__images--few .product__image img {
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

#products .products .product .thumb .product__images--few .product__image:first-child {
  position: static;
}

#products .products .product .thumb .product__images--few .product__image.is_active {
  opacity: 1;
}

#products .products .product .thumb .product__img-bullets {
  z-index: 1;
  position: absolute;
  bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
}

#products .products .product .thumb .product__img-bullet {
  width: 12px;
  height: 2px;
  background: rgba(136, 136, 136, 0.5);
  border-radius: 12px;
  margin: 0 3px;
}

#products .products .product .thumb .product__img-bullet.is_active {
  background: #000;
}

#products .products .product .thumb .product__img-togglers {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}

#products .products .product .thumb .product__img-toggler {
  height: 100%;
  width: 100%;
}

#products .products .product .thumb .product__content {
  padding: 30px;
  background: #7d7d7d;
  color: #fff;
}

#products .products .product .thumb .product__title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

#products .products .product .price {
  font-size: 1rem;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 5px;
}

#products .products .product .price .discount-price {
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 12px;
  padding-left: 3px;
}

#products .products .product .title {
  margin-bottom: 5px;
}

#products .products .product .status {
  font-size: 12px;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 10px;
}

#products .products .product .status .in-stock {
  color: #69be15;
}

#products .products .product .status .to-order {
  color: #69be15;
}

#products .products .product .status .absent {
  color: #ff6565;
}

#products .products .product .button {
  margin-top: auto;
}

#products .products .products-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#products .products .products-carousel .owl-stage .owl-item .item {
  height: 100%;
}

#products .products .products-carousel .owl-stage .owl-item .item .product {
  height: 100%;
}

#companies {
  padding-top: 30px;
  padding-bottom: 80px;
}

#companies .companies-carousel .item img {
  width: 100px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

#categories-with-subcategories {
  padding: 80px 0;
}

#categories-with-subcategories .categories-with-subcategories .category {
  overflow: hidden;
  border-radius: 9px;
  position: relative;
  margin-bottom: 30px;
}

#categories-with-subcategories .categories-with-subcategories .category .thumb {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#categories-with-subcategories .categories-with-subcategories .category .thumb::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
}

#categories-with-subcategories .categories-with-subcategories .category .thumb img {
  height: 440px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#categories-with-subcategories .categories-with-subcategories .category .thumb:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#categories-with-subcategories .categories-with-subcategories .category .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 30px 22px;
  z-index: 1;
}

#categories-with-subcategories .categories-with-subcategories .category .content a {
  color: #fff;
}

#categories-with-subcategories .categories-with-subcategories .category .content .parent-category {
  opacity: 0.7;
  font-size: 12px;
}

#categories-with-subcategories .categories-with-subcategories .category .content .category {
  font-size: 18px;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 10px;
}

#categories-with-subcategories .categories-with-subcategories .category .content .subcategories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#categories-with-subcategories .categories-with-subcategories .category .content .subcategories .subcategory {
  margin-bottom: 8px;
}

#categories-with-subcategories .categories-with-subcategories .category .content .subcategories .subcategory a {
  font-size: 13px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 9px;
  padding: 5px 10px 6px;
  margin-right: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}

#categories-with-subcategories .categories-with-subcategories .category .content .subcategories .subcategory a:hover {
  background-color: #fff;
  color: #222;
}

#advantages {
  padding-bottom: 80px;
}

#advantages .advantages .advantage-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#advantages .advantages .advantage-block .ico {
  margin-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#advantages .advantages .advantage-block .content .title {
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 5px;
}

#advantages .advantages .advantage-block .content .title h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

#about-us {
  padding: 80px 0;
}

#about-us .about-us {
  padding: 48px;
  border-radius: 9px;
  border: 1px solid #ededed;
}

#about-us .about-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#about-us .about-us .content .text-content {
  padding-right: 48px;
}

#about-us .about-us .content .text-content h2 {
  font-size: 20px;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 20px;
}

#about-us .about-us .content .text-content p {
  color: #555;
}

#about-us .about-us .content .button {
  margin-top: auto;
}

#about-us .about-us .content .button .site-btn {
  padding: 15px 30px;
}

#about-us .about-us .thumb img {
  width: 100%;
}

#page {
  padding-bottom: 80px;
}

#page #companies .companies .company-wrap .company {
  border: 1px solid #ededed;
  padding: 23px 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 25px;
}

#page #companies .companies .company-wrap .company:hover {
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

#page #companies .companies .company-wrap .company img {
  max-width: 100px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

#page #company-page .company-page .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ededed;
  padding: 39px 30px 41px 81px;
  margin-bottom: 40px;
}

#page #company-page .company-page .company .thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 10px;
  margin-right: 80px;
  max-width: 200px;
}

#page #company-page .company-page .company .content .short-text {
  overflow: hidden;
  height: 50px;
  /* высота, до которой будет отображаться текст */
  font-size: 1rem;
  line-height: calc(1em + 10px);
  color: #555;
}

#page #company-page .company-page .company .content .buttons {
  color: #3D5271;
  cursor: pointer;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

#page #company-page .company-page .company .content .buttons #hide {
  display: none;
}

#page #services {
  padding-bottom: 80px;
}

#page #services .services .services-items .service-wrap {
  margin-bottom: 30px;
}

#page #services .services .services-items .service-wrap .service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #ededed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 9px;
  overflow: hidden;
  height: 100%;
}

#page #services .services .services-items .service-wrap .service:hover {
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

#page #services .services .services-items .service-wrap .service:hover .content .title a {
  color: #3D5271;
}

#page #services .services .services-items .service-wrap .service .thumb img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}

#page #services .services .services-items .service-wrap .service .content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

#page #services .services .services-items .service-wrap .service .content .title {
  font-weight: 600;
  margin-bottom: 30px;
}

#page #services .services .services-items .service-wrap .service .content .button {
  margin-top: auto;
}

#page #services .services .services-items .service-wrap .service .content .button .site-btn {
  font-size: 15px;
}

#page #catalog-page .catalog-page .catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#page #catalog-page .catalog-page .catalog-list .category {
  -ms-flex-preferred-size: 18%;
      flex-basis: 18%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
  border: 1px solid #ededed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 40px 20px;
  margin-bottom: 30px;
}

#page #catalog-page .catalog-page .catalog-list .category:hover {
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

#page #catalog-page .catalog-page .catalog-list .category .thumb {
  text-align: center;
  margin-bottom: 14px;
  height: 120px;
}

#page #catalog-page .catalog-page .catalog-list .category .thumb img {
  width: 120px;
}

#page #catalog-page .catalog-page .catalog-list .category .title {
  font-size: 15px;
  text-align: center;
}

#page #category-page .category-page .subcategories #categories {
  padding: 0;
  margin-bottom: 40px;
}

#page #category-page .category-page #products {
  padding-top: 0;
}

#page #category-page .category-page #products .products .product {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
}

#page #product-page .product-page {
  color: #555;
}

#page #product-page .product-page .image-gallery .vertical {
  padding-right: 0 !important;
  padding-left: 105px;
}

#page #product-page .product-page .image-gallery .vertical #vertical {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

#page #product-page .product-page .image-gallery .vertical #vertical li {
  text-align: center;
}

#page #product-page .product-page .image-gallery .vertical #vertical li img {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

#page #product-page .product-page .image-gallery .vertical .lSGallery {
  left: 0;
  margin-left: 0 !important;
  margin-right: 5px !important;
  width: 75px !important;
}

#page #product-page .product-page .image-gallery .vertical .lSGallery li {
  border: 2px solid transparent;
  padding: 2px;
  border-radius: 6px;
  width: 64px !important;
  height: 64px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page #product-page .product-page .image-gallery .vertical .lSGallery li.active {
  border-color: #3D5271;
}

#page #product-page .product-page #product-content {
  margin-bottom: 40px;
}

#page #product-page .product-page #product-content .stickers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

#page #product-page .product-page #product-content .stickers .sticker {
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  padding: 3px 6px 2px;
  margin-right: 4px;
  font-family: "opensans-semibold", sans-serif;
}

#page #product-page .product-page #product-content .stickers .sticker.hit {
  background-color: #E294D2;
}

#page #product-page .product-page #product-content .stickers .sticker.advise {
  background-color: #a56ffd;
}

#page #product-page .product-page #product-content .stickers .sticker.new {
  background-color: #FFDA95;
  color: #36556D;
}

#page #product-page .product-page #product-content .stickers .sticker.promotion {
  background-color: #ffeb81;
  color: #222;
}

#page #product-page .product-page #product-content .title h1 {
  font-family: "opensans-semibold", sans-serif;
  font-size: 2rem;
  line-height: calc(1em + 7px);
  color: #222;
}

#page #product-page .product-page #product-content .reviews-counter {
  margin-bottom: 30px;
}

#page #product-page .product-page #product-content .reviews-counter a {
  font-size: 0.875rem;
  color: #222;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

#page #product-page .product-page #product-content .reviews-counter a:hover {
  color: #222;
  text-decoration: none;
}

#page #product-page .product-page #product-content .reviews-counter i {
  margin-right: 5px;
}

#page #product-page .product-page #product-content .characteristics {
  font-size: 0.875rem;
  line-height: calc(1em + 7px);
  margin-bottom: 25px;
}

#page #product-page .product-page #product-content .characteristics h5 {
  color: #222;
  font-size: 15px;
  margin-bottom: 15px;
}

#page #product-page .product-page #product-content .characteristics p {
  margin-bottom: 5px;
}

#page #product-page .product-page #product-content .short-desc {
  font-size: 0.875rem;
  line-height: calc(1em + 7px);
  margin-bottom: 30px;
}

#page #product-page .product-page #product-content .short-desc .more-info {
  display: inline-block;
  padding-top: 15px;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  font-size: 14px;
}

#page #product-page .product-page #product-content .company-block {
  margin-bottom: 30px;
}

#page #product-page .product-page #product-content .company-block .thumb {
  width: 80px;
  margin-bottom: 20px;
}

#page #product-page .product-page #product-content .company-block .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page #product-page .product-page #product-content .company-block .buttons a {
  border: 1px solid #ededed;
  border-radius: 9px;
  padding: 5px 10px;
  font-size: 14px;
  margin-right: 10px;
}

#page #product-page .product-page #product-content .static-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
}

#page #product-page .product-page #product-content .static-info .info .ico {
  width: 25px;
  text-align: center;
  margin-right: 10px;
  color: #3D5271;
  font-size: 20px;
}

#page #product-page .product-page #product-content .widget {
  -webkit-box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
  padding: 30px 25px;
  border-radius: 9px;
  color: #222;
  margin-left: 70px;
  margin-bottom: 10px;
}

#page #product-page .product-page #product-content .widget:nth-child(2) {
  margin-bottom: 30px;
}

#page #product-page .product-page #product-content .widget .price {
  font-size: 1.5rem;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 30px;
}

#page #product-page .product-page #product-content .widget .price .discount-price {
  color: #999;
  font-weight: 400;
  text-decoration: line-through;
  padding-left: 3px;
  font-size: 1rem;
}

#page #product-page .product-page #product-content .widget .button .site-btn {
  width: 100%;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page #product-page .product-page #product-content .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#page #product-page .product-page #product-content .widget ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
}

#page #product-page .product-page #product-content .widget ul li .status-in-stock {
  color: #69be15;
}

#page #product-page .product-page #product-content .widget ul li .status-to-order {
  color: #69be15;
}

#page #product-page .product-page #product-content .widget ul li .status-absent {
  color: #ff6565;
}

#page #product-page .product-page #product-content .widget ul li .ico {
  width: 20px;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
}

#page #product-page .product-page #product-content .widget ul li a {
  -webkit-text-decoration: underline dashed;
          text-decoration: underline dashed;
}

#page #product-page .product-page #product-content .notation {
  color: #999;
  font-size: 0.8125rem;
  line-height: calc(1em + 7px);
  padding-left: 80px;
}

#page #product-page .product-page .full-product-description {
  /* Style the tab */
  /* Style the tab content */
}

#page #product-page .product-page .full-product-description .tab {
  border-bottom: 1px solid #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page #product-page .product-page .full-product-description .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0;
  margin-right: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page #product-page .product-page .full-product-description .tab button:hover {
  color: #3D5271;
}

#page #product-page .product-page .full-product-description .tab button.active {
  position: relative;
  color: #222;
}

#page #product-page .product-page .full-product-description .tab button.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #3D5271;
}

#page #product-page .product-page .full-product-description .tabcontent {
  display: none;
  padding: 65px 0;
  border-top: none;
}

#page #product-page .product-page .full-product-description #Description .table-bordered {
  border-color: #dadada;
}

#page #product-page .product-page .full-product-description #Description .table-bordered td {
  padding: 2px 4px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent h2 {
  font-size: 1.5rem;
  color: #222;
  margin-bottom: 25px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section {
  padding-right: 100px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .empty {
  border: 1px solid #ededed;
  padding: 27px 35px 30px;
  margin-bottom: 15px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .add-review {
  padding: 35px 32px;
  border: 1px solid #ededed;
  display: none;
  margin-bottom: 15px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .add-review .form-group {
  margin-bottom: 30px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .add-review .form-group:nth-child(4) {
  margin-bottom: 15px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .add-review .form-group label {
  margin-bottom: 5px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .add-review button {
  padding: 15px 30px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap {
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review {
  border: 1px solid #ededed;
  padding: 30px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review .main-info {
  margin-bottom: 15px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review .main-info .name {
  font-size: 1.2em;
  color: #333;
  font-family: "opensans-semibold", sans-serif;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review .main-info .date {
  font-size: 0.875rem;
  color: #999;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review .comment {
  margin-bottom: 20px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review .thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .review .thumbnails .thumb {
  width: 150px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .answer {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  padding: 30px;
  background-color: #fafafa;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .answer .name {
  color: #999;
  font-size: 0.8125rem;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap .answer .comment {
  font-size: 0.9375rem;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section .reviews .review-wrap:hover {
  -webkit-box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0 5px 30px rgba(34, 34, 34, 0.1);
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .widget {
  -webkit-box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
          box-shadow: 0 3px 20px rgba(34, 34, 34, 0.1);
  padding: 24px 20px;
}

#page #product-page .product-page .full-product-description .reviews-tabcontent .widget .button .site-btn {
  width: 100%;
  padding: 10px;
}

#page #product-page .product-page .full-product-description .delivery-block p {
  margin-bottom: 8px;
}

#page #product-page .product-page .full-product-description .payment-block p {
  margin-bottom: 8px;
}

#page #about-us-page .about-us-page .about-us-page-wrap .content {
  margin-bottom: 30px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .map iframe {
  width: 100%;
  height: 500px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block {
  border-radius: 9px;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb {
  position: relative;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb .address {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 0 32px 26px 32px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb .address::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 51%;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.5) 100%);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb .address .title {
  margin-bottom: 6px;
  font-size: 13px;
  position: relative;
  z-index: 1;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb .address .content {
  font-size: 1.2em;
  line-height: calc(1em + 7px);
  position: relative;
  z-index: 1;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap {
  padding: 32px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap .contact {
  margin-bottom: 15px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap .contact:nth-child(1) {
  display: none;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap .contact .title {
  color: #999;
  font-size: 13px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap .button a {
  border: 1px solid #3D5271;
  color: #3D5271;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 9px;
}

#page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap .button a:hover {
  background-color: #3D5271;
  color: #fff;
}

#page #our-works-page .our-works-page .work-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}

#page #our-works-page .our-works-page .work-block .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#page #our-works-page .our-works-page .work-block .content .title .ico {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#page #our-works-page .our-works-page .work-block .content .title h4 {
  font-weight: 600;
  margin-bottom: 0;
}

#page #our-works-page .our-works-page .work-block .content .desc {
  margin-bottom: 20px;
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .item {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .item img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .item:hover {
  -webkit-box-shadow: 0px 2px 20px rgba(9, 48, 187, 0.35);
          box-shadow: 0px 2px 20px rgba(9, 48, 187, 0.35);
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .item:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .owl-dots {
  text-align: center;
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .owl-dots .owl-dot {
  width: 50px;
  height: 5px;
  margin: 0 5px;
  background-color: rgb(237, 237, 237);
}

#page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .owl-dots .owl-dot.active {
  background-color: #3D5271;
}

#footer .footer #top-footer {
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  padding: 80px 0;
}

#footer .footer #top-footer .top-footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .footer #top-footer .top-footer .links .link-section {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer .footer #top-footer .top-footer .links .link-section .main-link {
  color: #222;
  font-family: "opensans-semibold", sans-serif;
  margin-bottom: 19px;
}

#footer .footer #top-footer .top-footer .links .link-section .main-link a {
  color: #222;
}

#footer .footer #top-footer .top-footer .links .link-section .main-link a:hover {
  color: #3D5271;
}

#footer .footer #top-footer .top-footer .links .link-section .other-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer #top-footer .top-footer .links .link-section .other-links li {
  margin-bottom: 10px;
}

#footer .footer #top-footer .top-footer .links .link-section .other-links li a {
  color: #666;
  font-size: 15px;
}

#footer .footer #top-footer .top-footer .links .link-section .other-links li a:hover {
  color: #3D5271;
}

#footer .footer #top-footer .top-footer .links .link-section:last-child p:first-child a {
  font-family: "opensans-semibold", sans-serif;
}

#footer .footer #bottom-footer {
  padding: 44px 0;
}

#footer .footer #bottom-footer .bottom-footer {
  color: #999;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .payout-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .payout-methods .thumb {
  margin: 0 15px;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .payout-methods .thumb img {
  width: 120px;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .footer-links {
  text-align: right;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .footer-links a {
  color: #999;
  margin-left: 30px;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .footer-links a:first-child {
  margin-left: 0;
}

#footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .footer-links a:hover {
  color: #3D5271;
}

@media (max-width: 1340px) {
  #page #category-page .category-page #products .products .product {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }
}

@media (max-width: 1200px) {
  .page-links-list {
    display: none;
  }

  .page-links-list.page-links-list-about {
    display: block;
  }

  #products .products .product {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
  }

  #page #product-page .product-page #product-content .widget {
    margin-left: 0;
  }

  #page #our-works-page .our-works-page .work-block .thumbnails .works-carousel .item img {
    height: 230px;
  }
}

@media (max-width: 1200px) and (max-width: 991px) {
  #page #product-page .product-page #product-content .widget {
    margin-left: 70px;
  }
}

@media (max-width: 1200px) and (max-width: 767px) {
  #page #product-page .product-page #product-content .widget {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  #first-section {
    padding-top: 60px;
  }

  #page {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .header .desctop-header {
    display: none;
  }

  .header #mobile-header {
    display: block;
  }

  #first-section .slider-carousel .item .content {
    padding: 30px;
    max-width: 70%;
  }

  #products .products .product {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }

  #about-us .about-us .content {
    margin-bottom: 20px;
    height: initial;
  }

  #about-us .about-us .content .text-content {
    margin-right: 0;
  }

  #page #catalog-page .catalog-page .catalog-list .category {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }

  #page #category-page .category-page #products .products .product {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }

  #page #product-page .product-page .image-gallery {
    margin-bottom: 30px;
  }

  #page #product-page .product-page .image-gallery .vertical {
    padding-left: 0;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    margin-bottom: 20px;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb {
    width: 350px;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb img {
    border-radius: 9px;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb .address {
    display: none;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap {
    padding: 0 32px;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap .contact:nth-child(1) {
    display: block;
  }

  #footer .footer #bottom-footer .bottom-footer {
    text-align: center;
  }

  #footer .footer #bottom-footer .bottom-footer .bottom-footer-wrap .footer-links {
    text-align: center;
    padding-top: 10px;
  }
}

@media (max-width: 768px) {
  #footer .footer #top-footer .top-footer .links .link-section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #first-section .slider-carousel .item .content {
    max-width: 100%;
  }

  #first-section .slider-carousel .item .content h2 {
    font-size: 32px;
  }

  #products .products .product {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }

  #advantages .advantages .advantage-block {
    margin-bottom: 15px;
  }

  #about-us .about-us {
    padding: 0;
  }

  #page #catalog-page .catalog-page .catalog-list .category {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
  }

  #page #product-page .product-page .image-gallery .vertical .lSSlideWrapper {
    margin-bottom: 20px;
  }

  #page #product-page .product-page .image-gallery .vertical .lSGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    position: relative !important;
    height: initial !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }

  #page #product-page .product-page .image-gallery .vertical .lSGallery li {
    margin: 0 5px;
  }

  #page #product-page .product-page #product-content .main-product-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #page #product-page .product-page #product-content .widget:nth-child(1) {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  #page #product-page .product-page #product-content .widget:nth-child(1) .button .site-btn {
    background-color: #EEF2FF;
    color: #3D5271;
  }

  #page #product-page .product-page #product-content .notation {
    padding-left: 0;
    margin-bottom: 20px;
  }

  #page #product-page .product-page .full-product-description .tab {
    overflow: scroll;
  }

  #page #product-page .product-page .full-product-description .reviews-tabcontent .reviews-section {
    padding-right: 0;
  }

  #page #about-us-page .about-us-page .about-us-page-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  #page #about-us-page .about-us-page .about-us-page-wrap .content {
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
  }
}

@media (max-width: 600px) {
  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .thumb {
    width: 100%;
    margin-bottom: 32px;
  }

  #page #contacts-page .contacts-page .contacts-page-wrap .contact-block .contacts-wrap {
    padding: 0 0;
  }
}

@media (max-width: 576px) {
  #categories .categories .category {
    width: 100%;
  }

  #products {
    padding: 20px 0;
  }

  #products .products .product {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px;
    padding-top: 30px;
  }

  #products .products .product .stickers {
    left: 10px;
    top: 10px;
  }

  #products .products .product .stickers .sticker {
    font-size: 9px;
    padding: 2px 4px;
  }

  #categories-with-subcategories .categories-with-subcategories .category .thumb img {
    height: 305px;
  }

  #page #catalog-page .catalog-page .catalog-list .category {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
  }

  #page #catalog-page .catalog-page .catalog-list .category .thumb {
    width: 32px;
    height: 32px;
    margin-right: 25px;
  }

  #page #category-page .category-page #products .products .product {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
