@charset "UTF-8";
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-BoldItalic.woff2") format("woff2"), url("../fonts/Ubuntu-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Bold.woff2") format("woff2"), url("../fonts/Ubuntu-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-LightItalic.woff2") format("woff2"), url("../fonts/Ubuntu-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-MediumItalic.woff2") format("woff2"), url("../fonts/Ubuntu-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Light.woff2") format("woff2"), url("../fonts/Ubuntu-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Italic.woff2") format("woff2"), url("../fonts/Ubuntu-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* Global Style Start */
body, html {
  height: 100%;
  font-weight: normal;
  font-size: 14px;
  font-family: "Ubuntu";
  font-style: normal; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  overflow-x: hidden; }

main {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1; }

a {
  color: currentColor;
  text-decoration: none; }
a:hover {
  color: #599f33; }

.noScroll {
  overflow: hidden; }

.svg-icon {
  width: 20px;
  height: 20px;
  color: currentColor;
  fill: currentColor; }

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 208px;
  height: 40px;
  padding: 0 10px;
  overflow: hidden;
  font-size: 22px;
  color: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #599f33;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #599f33;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
.button span {
  position: relative;
  z-index: 2;
  color: #ffffff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.button:hover {
  border-color: #102747;
  background: #102747; }
.button:hover::before {
  -webkit-transform: translateY(200%) rotate(10deg) scale(1.2);
  -ms-transform: translateY(200%) rotate(10deg) scale(1.2);
  transform: translateY(200%) rotate(10deg) scale(1.2); }
.button:hover::after {
  -webkit-transform: translateY(-200%) rotate(10deg) scale(1.2);
  -ms-transform: translateY(-200%) rotate(10deg) scale(1.2);
  transform: translateY(-200%) rotate(10deg) scale(1.2); }
.button--second {
  color: #333333; }
.button--second::after {
  background-color: #eeeeee; }
.button--second::before {
  background-color: #eeeeee; }
.button--second span {
  color: #333333; }
.button--second:hover span {
  color: #ffffff; }
.button--second.active::after {
  background-color: #599f33; }
.button--second.active::before {
  background-color: #599f33; }
.button--second.active span {
  color: #ffffff; }
.button--small {
  width: auto; }
.button--arrow {
  width: 40px;
  min-width: initial; }
.button--arrow span {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center; }
.button--arrow i {
  position: relative;
  z-index: 1;
  font-size: 38px;
  font-weight: 600;
  color: white; }
.button--arrow-left span {
  background-image: url("../images/icons-static/arrow-carusel-left.png"); }
.button--arrow-right span {
  background-image: url("../images/icons-static/arrow-carusel-right.png"); }
@media only screen and (max-width: 575.98px) {
  .button.button--slider {
    background: unset; }
  .button.button--slider:before, .button.button--slider:after {
    display: none; }
  .button.button--slider i {
    font-size: 36px;
    color: #599f33; } }

.button--disabled::before {
  background-color: #eeeeee; }

.button--disabled::after {
  background-color: #eeeeee; }

.button--disabled span {
  color: #999999; }

.button--disabled:hover {
  background-color: #eeeeee; }

.form-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 45px;
  padding-left: 10px;
  font-size: 16px;
  border: 1px solid #bfbfbf; }
.form-input__error-message {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 18px;
  color: #dc3545; }

textarea.form-input {
  height: 150px;
  padding-top: 10px; }

input:focus {
  border: 1px solid #599f33 !important;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
input.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
input.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

/* Global Style End */
/* Top Line Start*/
.top-line {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #102747; }
@media only screen and (max-width: 991.98px) {
  .top-line {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 16;
    width: 100%;
    height: calc(100vh - 60px);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
  .top-line .container-fluid > .row > div {
    min-height: auto; } }
.top-line__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding-right: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center; }
@media only screen and (max-width: 991.98px) {
  .top-line__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.top-line__item--sign {
  padding-right: 0;
  font-size: 14px; }
.top-line__item svg {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  color: #599f33; }

@media only screen and (max-width: 767.98px) {
  .top-line .container-fluid > .row {
    display: flex;
    flex-direction: column; } }
.gallery__item__blog {
  height: auto; }
.gallery__item__blog img {
  width: 100%; }
.gallery__item__blog.preview {
  padding-right: 15px;
  padding-left: 15px; }
.gallery__item__blog.preview img {
  width: 100px;
  height: 100px;
  max-height: 100px; }

.blog .gallery__item__blog.preview {
  display: none; }

.item-responsive {
  position: relative; }
.item-responsive:before {
  display: block;
  /* отображать элемент как блок */
  content: "";
  /* содержимое псевдоэлемента */
  width: 100%;
  /* ширина элемента */ }
.item-responsive > .content {
  position: absolute;
  /* абсолютное положение элемент */
  /* положение элемента */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.item-1by1 {
  padding-top: 25%;
  /* (1:1)*100% */ }

.moreIsOpen {
  overflow: hidden; }
.moreIsOpen .top-line {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.moreIsOpen .js-toggle-more {
  background-color: #102747 !important; }
.moreIsOpen .js-toggle-more .svg-icon {
  color: #ffffff; }

/* Top Line End*/
/* Header Start*/
.header {
  border-bottom: 1px solid #d2dae3; }
@media (min-width: 991.98px) {
  .header {
    padding-top: 44px;
    transition: 1s; } }
.header__logo-container {
  flex-grow: 1; }
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: min-content;
  height: 100%; }
@media only screen and (max-width: 575.98px) {
  .header__logo {
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: auto; } }
.header__logo img {
  max-width: 100%;
  min-width: 200px;
  max-height: 90px; }
@media only screen and (max-width: 991.98px) {
  .header__logo img {
    max-width: 160px;
    min-width: initial; } }
@media only screen and (max-width: 575.98px) {
  .header__buttons {
    background-color: #f1f4f7; } }
.header__buttons-container {
  min-height: 60px;
  height: 100%; }
.header__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 133px;
  max-height: 100%;
  font-weight: bold;
  font-size: 14px;
  color: #102747;
  text-transform: uppercase;
  border-left: 1px solid #d2dae3;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
@media only screen and (max-width: 991.98px) {
  .header__item {
    width: 85px;
    font-size: 12px; } }
@media only screen and (max-width: 575.98px) {
  .header__item {
    border-left: none; } }
.header__item:hover {
  background-color: #f1f4f7; }
.header__item--dark .svg-icon {
  color: #102747; }
.header__item .svg-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  color: #599f33; }
@media only screen and (max-width: 767.98px) {
  .header__item .svg-icon {
    width: 30px;
    height: 30px; } }
@media only screen and (max-width: 575.98px) {
  .header__item .svg-icon {
    margin-bottom: 0; } }
.header__item__count {
  position: absolute;
  top: 20%;
  right: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-weight: normal;
  font-size: 18px;
  color: #7587a1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100px; }
@media only screen and (max-width: 991.98px) {
  .header__item__count {
    top: 5px;
    right: 10px; } }
@media only screen and (max-width: 991.98px) {
  .header__item__title {
    display: none; } }
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 15px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 24px;
  color: #102747;
  -webkit-box-align: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: stretch;
  -ms-flex-pack: center; }
.header__phone .svg-icon {
  height: 27px;
  color: #599f33;
  margin-right: 7px; }
.header__phone__block {
  display: flex;
  align-items: center; }
.header__phone__block a {
  position: relative;
  padding-left: 26px;
  min-height: 30px; }
.header__phone__block a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  width: 20px;
  height: 27px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjciICB2aWV3Qm94PSIwIDAgNjExLjk4OSA2MTEuOTg5IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICAgIDxwYXRoIGlkPSJzdmdfMSIgZD0ibTU5My43NDIsNjguODc0bC01Ni42NTYsLTU2LjQ5OWMtMTUuNjUsLTE1LjU5MSAtNDEuMDA2LC0xNS41OTEgLTU2LjY1NiwwbC04NC45ODUsMTEyLjk5OGMtMTIuOTkyLDE5LjEzNSAtMTUuNjUsNDAuODg4IDAsNTYuNDk5bDM0LjY2NywzNC41NjhjLTI1LjcxLDM0LjQ1MSAtNTYuNTc3LDcyLjAzMSAtOTEuMzIzLDEwNi42OGMtMzkuMjc0LDM5LjE3NSAtODIuOTk3LDc0LjgwNyAtMTIyLjI5LDEwNC4wNDFsLTMzLjUwNiwtMzMuNDI4Yy0xNS42NSwtMTUuNjEgLTM3LjQ2MiwtMTIuOTUzIC01Ni42NTYsMGwtMTEzLjMxNCw4NC43NDljLTE4Ljk5NywxMy4wOTEgLTE1LjY1LDQwLjkwNyAwLDU2LjQ5OWw1Ni42NTYsNTYuNDk5YzMxLjI4MSwzMS4yMDIgNzEuOTkyLDIxLjIwMSAxMTMuMzEzLDBjMCwwIDEyNS4wNjYsLTcwLjAyMyAyMzIuMTM5LC0xNzYuODAxYzEwMC43MTQsLTEwMC40MzggMTc4LjYxMSwtMjMyLjgyOCAxNzguNjExLC0yMzIuODI4YzE2LjI0MSwtNDQuNTA5IDMxLjI4MSwtODEuNzU1IDAsLTExMi45Nzd6bS0yOC4zMjgsODQuNzY4Yy0zMy40NjcsNjMuNTY2IC0xMDcuNzYyLDE2MS40NDYgLTE2OS45NywyMjUuOTk3Yy03MS43MTYsNzcuNTgzIC0yNDAuOCwxODMuNjMyIC0yNDAuOCwxODMuNjMyYy0xMy4wNTIsNi44MyAtNDkuMjc0LDcuMzYyIC01OS4yMzUsLTIuNTc5bC0zNi4wNDUsLTM1Ljk0N2MtNy40NDEsLTEyLjQ0MSAtMTAuNzg4LC0yNi44NzEgMCwtMzUuOTQ2bDcyLjExLC01My45NGMxMi4yMDUsLTguMjQ4IDI2LjEwNCwtOS45MjEgMzYuMDQ1LDBsNDQuNDMyLDQ0LjI5NGMxMC40NzMsLTcuMzYyIDE3Ny4zNTIsLTExNi43MzggMjcwLjE5MSwtMjY3LjI5N2wtNDUuNTE0LC00NS4zNzZjLTkuOTYxLC05LjkyMiAtOC4yNjksLTIzLjc4MSAwLC0zNS45NDdsNTQuMDc3LC03MS45MTNjOS45NjIsLTEzLjI2OSAyNi4xMDQsLTkuOTIyIDM2LjA2NSwwbDM2LjA0NSwzNS45NDdjMTQuMTU1LDEzLjI2NiAxMC4wOCw0NC4xOTIgMi41OTksNTkuMDc1eiIgZmlsbD0iIzU5OWYzMyIvPg0KPC9zdmc+"); }
.header__phone__text {
  margin-top: 3px;
  font-weight: normal;
  font-size: 14px;
  text-align: right;
  color: #7587a1; }
@media only screen and (max-width: 991.98px) {
  .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0 5px;
    font-size: 16px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: end;
    -ms-flex-align: center;
    -ms-flex-pack: end; }
  .header__phone .svg-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px; }
  .header__phone__text {
    margin-left: 20px; }
  .header__phone__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center; } }

.stiky-header .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #ffffff;
  -webkit-animation: stikyAnim 0.5s forwards;
  animation: stikyAnim 0.5s forwards; }
.stiky-header .header__item {
  height: 85px; }
@media only screen and (max-width: 575.98px) {
  .stiky-header .header__item {
    height: 60px; } }
.stiky-header .header__logo {
  width: 215px; }
@media only screen and (max-width: 575.98px) {
  .stiky-header .header__logo {
    display: none; } }

@-webkit-keyframes stikyAnim {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes stikyAnim {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
/* Header End*/
/* Nav Start*/
@media only screen and (max-width: 991.98px) {
  .nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 16;
    background-color: #ffffff;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; } }
@media only screen and (max-width: 575.98px) {
  .nav {
    top: unset; } }
.nav__row {
  position: relative;
  border-bottom: 1px solid #d2dae3; }
@media only screen and (max-width: 991.98px) {
  .nav__items {
    height: calc(100vh - 130px);
    overflow: auto; } }
.nav__submenu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 5;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  padding: 18px 8px;
  text-transform: uppercase;
  font-size: 18px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2) inset; }
@media only screen and (max-width: 991.98px) {
  .nav__submenu {
    position: static;
    width: 100%;
    border-top: 1px solid #d2dae3;
    border-bottom: 1px solid #d2dae3;
    -webkit-box-shadow: none;
    box-shadow: none; } }
.nav__submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 12px;
  line-height: 2;
  color: #102747; }
.nav__submenu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.nav__submenu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 190px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
.nav__submenu__item-img {
  position: relative;
  width: 170px;
  height: 170px;
  margin-bottom: 10px;
  background-image: url("../images/content/dsp1.jpg");
  background-position: center;
  background-size: contain; }
.nav__submenu__item-price {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 5px;
  font-size: 12px;
  color: #ffffff;
  background-color: #599f33; }
.nav__submenu__item-title {
  margin-bottom: 20px;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  color: #102747; }
@media only screen and (max-width: 991.98px) {
  .nav__submenu__col {
    margin-bottom: 20px; } }
.nav__submenu__col-icon.fa {
  width: 8px;
  height: 18px;
  margin-top: 3px;
  margin-right: 5px;
  color: #599f33;
  font-size: 16px; }
.nav__item {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 44px;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center; }
@media only screen and (max-width: 1199.98px) {
  .nav__item {
    font-size: 14px; } }
@media only screen and (max-width: 991.98px) {
  .nav__item {
    font-size: 12px;
    text-align: center; } }
@media only screen and (max-width: 575.98px) {
  .nav__item {
    font-size: 14px; } }
.nav__item__wrapper {
  position: static;
  color: #102747; }
@media only screen and (max-width: 991.98px) {
  .nav__item__wrapper {
    padding: 0 5px; } }
.nav__item__wrapper:hover {
  color: #599f33; }
.nav__item__wrapper:hover .nav__submenu {
  display: block;
  -webkit-animation: showSubMenu 0.5s forwards;
  animation: showSubMenu 0.5s forwards; }
.nav__item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 15px;
  text-align: center;
  color: #7587a1;
  background-image: url("../images/icons-static/arrow-down.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px; }
@media only screen and (max-width: 991.98px) {
  .nav__item::after {
    position: relative;
    bottom: 1px;
    left: 5px;
    width: 15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); } }
.nav__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 44px;
  overflow: hidden;
  border-left: 1px solid #d2dae3;
  color: #7587a1;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
@media only screen and (max-width: 991.98px) {
  .nav__search {
    width: 85px; } }
.nav__search .svg-icon {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s; }
.nav__search .svg-icon:last-of-type {
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px); }
.nav__search__block {
  position: absolute;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(100% - 133px);
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateX(-120%);
  -ms-transform: translateX(-120%);
  transform: translateX(-120%);
  -webkit-transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-box-align: center;
  -ms-flex-align: center; }
@media only screen and (max-width: 1199.98px) {
  .nav__search__block {
    width: calc(100% - 85px); } }
@media only screen and (max-width: 991.98px) {
  .nav__search__block {
    position: static;
    width: 100%;
    border-bottom: 1px solid #d2dae3;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
.nav__search__input {
  flex-grow: 1;
  height: 40px;
  padding-left: 20px;
  font-size: 24px;
  border: none;
  -webkit-transition: border-bottom 0.5s;
  -o-transition: border-bottom 0.5s;
  transition: border-bottom 0.5s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1; }
.nav__search__input:focus {
  border-bottom: 1px solid #102747;
  outline: none; }
@media only screen and (max-width: 991.98px) {
  .nav__search__input {
    font-size: 16px; } }
.nav__search__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 133px;
  height: 44px;
  border: none;
  border-left: 1px solid #d2dae3;
  color: #7587a1;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-pack: center; }
@media only screen and (max-width: 991.98px) {
  .nav__search__button {
    width: 85px; } }
.nav__search__button:hover {
  color: #599f33; }
.nav__search__button .svg-icon {
  width: 20px;
  height: 20px; }

.nav__submenu__col {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 900px;
  margin: auto; }
@media only screen and (max-width: 991.98px) {
  .nav__submenu__col {
    flex-direction: column;
    flex-wrap: wrap;
    gap: unset; } }

.nav__submenu__col-list {
  width: fit-content; }

.nav__submenu--sub {
  position: relative; }
.nav__submenu--sub .nav__submenu__col li {
  position: relative; }
.nav__submenu--sub .nav__submenu__col li:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  bottom: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background: #7587a1; }
.nav__submenu--sub .nav__submenu__col li a {
  min-width: max-content; }

@media (min-width: 991.98px) {
  .nav__submenu--sub {
    transition: 1s all; }
  .nav__submenu--sub .nav__submenu--sub-container {
    position: relative;
    width: max-content; }
  .nav__submenu--sub .nav__submenu--sub-box {
    transition: 1s all;
    min-width: max-content;
    box-sizing: border-box;
    padding: 2px 0; }
  .nav__submenu--sub .nav__submenu--sub-box a {
    color: rgba(50, 50, 50, 0.85); }
  .nav__submenu--sub .nav__submenu--sub-box a:hover {
    color: #599f33; } }
.search-is-showing .nav__search {
  color: red; }
.search-is-showing .nav__search .svg-icon:first-of-type {
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px); }
.search-is-showing .nav__search .svg-icon:last-of-type {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.search-is-showing .nav__search__block {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

@-webkit-keyframes showSubMenu {
  0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
@keyframes showSubMenu {
  0% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }
.menuIsOpen {
  overflow: hidden; }
.menuIsOpen .header {
  position: fixed;
  z-index: 7;
  background: white; }
.menuIsOpen .nav {
  position: fixed;
  top: 0;
  z-index: 6;
  padding-top: 118px;
  width: 100%;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.menuIsOpen .js-toggle-menu {
  background-color: #ffffff; }

/* Nav End*/
/* Slider Start*/
.slider__item {
  width: 100%;
  height: calc(100vw / 3.5);
  background-color: #599f33;
  background-position: center;
  background-size: cover; }
@media only screen and (max-width: 575.98px) {
  .slider__item {
    height: calc(100vw / 1.5);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; } }
.slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end; }
.slider__block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 534px;
  max-width: 100%;
  min-height: 200px;
  margin-right: 100px;
  padding: 25px 5px 25px 25px;
  font-size: 45px;
  color: #ffffff;
  background-color: rgba(89, 159, 51, 0.9);
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px);
  -webkit-transition: 0.8s, 0.5s, 0.5s;
  -o-transition: 0.8s, 0.5s, 0.5s;
  transition: 0.8s, 0.5s, 0.5s;
  -webkit-transition-delay: 0.5s, 0s, 0s;
  -o-transition-delay: 0.5s, 0s, 0s;
  transition-delay: 0.5s, 0s, 0s;
  transition-property: transform, min-height, background-color;
  -webkit-box-align: center;
  -ms-flex-align: center; }
@media only screen and (max-width: 991.98px) {
  .slider__block__item {
    width: 430px;
    min-height: 50%;
    margin-right: 50px;
    font-size: 30px; } }
@media only screen and (max-width: 575.98px) {
  .slider__block__item {
    width: 250px;
    min-height: 25%;
    margin-right: 10px;
    font-size: 14px;
    padding: 10px; } }
.slider__block__text--link:hover {
  min-height: 100%;
  color: #fff;
  background-color: rgba(16, 39, 71, 0.9); }
.slider .slick-active .slider__block__item, .slider .active .slider__block__item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.slider .slick-dots {
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style-type: none; }
.slider .slick-dots > li {
  margin: 0 4px; }
.slider .slick-dots > li button {
  position: relative;
  display: block;
  max-width: 16px;
  width: 16px;
  height: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #599f33;
  opacity: 0.8;
  color: transparent;
  cursor: pointer;
  overflow: hidden; }
@media only screen and (max-width: 991.98px) {
  .slider .slick-dots > li button {
    width: 12px;
    height: 6px; } }
.slider .slick-dots > li.slick-active button {
  background-color: #ffffff; }
.slider--emergence .slick-active {
  animation-duration: 0.5s;
  animation-name: slide--emergence; }

.carusel__box .slick-dots li, .brands__box .slick-dots li {
  display: none; }
.carusel__box .slick-dots li:first-child, .carusel__box .slick-dots li.slick-active, .carusel__box .slick-dots li:nth-last-child(2), .carusel__box .slick-dots li:first-child.slick-active ~ li:last-child, .carusel__box .slick-dots li:nth-last-child(2).slick-active + li:last-child, .brands__box .slick-dots li:first-child, .brands__box .slick-dots li.slick-active, .brands__box .slick-dots li:nth-last-child(2), .brands__box .slick-dots li:first-child.slick-active ~ li:last-child, .brands__box .slick-dots li:nth-last-child(2).slick-active + li:last-child {
  display: block; }
.carusel__box .slick-dots, .brands__box .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
.carusel__box .slick-dots li, .brands__box .slick-dots li {
  margin: 0 0.25rem; }
.carusel__box .slick-dots button, .brands__box .slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #599f33;
  text-indent: -9999px; }
.carusel__box .slick-dots li.slick-active button, .brands__box .slick-dots li.slick-active button {
  background-color: #102747; }

@keyframes slide--emergence {
  from {
    transform: scale(0.3); }
  to {
    transform: scale(1); } }
@keyframes slidein {
  0% {
    background: rgba(255, 255, 255, 0.8); }
  50% {
    background: white; }
  100% {
    background: rgba(255, 255, 255, 0); } }
/* Slider End*/
/* Blocks Start*/
.blocks__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: calc(100vw / 3.6);
  min-height: 325px;
  padding: 0;
  overflow: hidden;
  background: #599f33;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end; }
@media only screen and (max-width: 991.98px) {
  .blocks__item {
    min-height: calc(100vw / 3); } }
.blocks__item:hover .blocks__text {
  width: 100%;
  height: 100%;
  background-color: rgba(16, 39, 71, 0.9); }
.blocks__item--center {
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center; }
.blocks__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 318px;
  max-width: 70%;
  height: 140px;
  margin-top: 140px;
  padding: 25px 5px 25px 25px;
  font-size: 44px;
  line-height: 1.2;
  color: #ffffff;
  background-color: rgba(89, 159, 51, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -ms-flex-align: center; }
@media only screen and (max-width: 1199.98px) {
  .blocks__text {
    font-size: 34px; } }
@media only screen and (max-width: 991.98px) {
  .blocks__text {
    min-width: 230px;
    height: 65px;
    margin-top: 50px;
    font-size: 24px; } }
.blocks__text--center {
  margin-top: 70px; }

/* Blocks End*/
/* Main tabs Start*/
.main-tabs {
  max-width: 1230px;
  margin: 0 auto;
  background-color: #ffffff; }
.main-tabs--home {
  padding-top: 10px; }
.main-tabs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.main-tabs__row .button--second {
  margin-right: 10px; }
@media only screen and (max-width: 991.98px) {
  .main-tabs__row .button--second {
    min-width: 180px;
    height: 35px; } }
@media only screen and (max-width: 767.98px) {
  .main-tabs__row .button--second {
    min-width: 130px;
    font-size: 16px; } }
@media only screen and (max-width: 575.98px) {
  .main-tabs__row .button--second {
    width: 100%;
    min-width: initial;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px; } }
.main-tabs__row .button--arrow:first-of-type {
  margin-right: 1px; }
@media only screen and (max-width: 575.98px) {
  .main-tabs__row .button--arrow {
    position: absolute;
    top: 200px;
    right: 10px;
    z-index: 5; } }
@media only screen and (max-width: 575.98px) {
  .main-tabs__row .button--arrow-left {
    position: absolute;
    top: 200px;
    right: initial;
    left: 10px; } }
@media only screen and (max-width: 991.98px) {
  .main-tabs .button--slider {
    width: 35px;
    height: 35px; }
  .main-tabs .button--slider i {
    font-size: 32px; } }

/* Main tabs End*/
/* Cart Start*/
.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify; }
.cart__img {
  width: 100%;
  padding: 15px;
  text-align: center; }
.cart__title {
  margin-bottom: 15px;
  height: 65px;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  color: #202020; }
@media only screen and (max-width: 1199.98px) {
  .cart__title {
    height: 75px;
    font-size: 14px;
    line-height: 1.1; } }
@media only screen and (max-width: 575.98px) {
  .cart__title {
    height: 85px; } }
.cart__price {
  margin-bottom: 5px;
  padding-top: 4px;
  font-size: 22px;
  text-align: center;
  color: #599f33; }
@media only screen and (max-width: 1199.98px) {
  .cart__price {
    min-height: 40px;
    font-size: 20px;
    line-height: 14px; } }
@media only screen and (max-width: 575.98px) {
  .cart__price {
    min-height: 32px;
    font-size: 18px;
    line-height: 12px; } }
.cart__price i {
  font-size: 12px;
  font-style: normal; }
.cart__status {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center; }
.cart__status--instock {
  color: #599f33; }
.cart__status--outstock {
  color: #d12a0c; }
.cart__status--preorder {
  color: #102747; }
.cart__status--product {
  font-size: 16px;
  text-align: left; }
.cart__buy .button {
  width: 100%; }
@media (max-width: 767.98px) {
  .cart__buy .button {
    min-width: unset;
    font-size: 20px; } }
.cart:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
.cart:hover .cart-specification__list {
  display: flex; }
@media (max-width: 767.98px) {
  .cart:hover .cart-specification__list {
    display: none; } }

.cart--load-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  right: 0;
  top: 0;
  height: 100%;
  cursor: pointer;
  transition: all 0.33s; }
.cart--load-more:hover .icon {
  transform: rotate(180deg);
  opacity: 0.8; }
.cart--load-more:hover .card__name {
  opacity: 0.95; }
.cart--load-more .icon {
  width: 100px;
  margin: 10px auto;
  opacity: 0.5;
  transition: all 0.33s; }
.cart--load-more .card__name {
  font-weight: 600;
  opacity: 0.75; }
.cart--load-more .card__line {
  bottom: 0;
  height: 3px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%; }
.cart--load-more .card__line:after {
  background-color: #599f33;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 50%; }
.cart--load-more .card__line.is-load:after {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: card-preloder;
  animation-name: card-preloder;
  opacity: 1; }

@-webkit-keyframes card-preloder {
  0% {
    left: -30%; }
  50% {
    left: 80%; }
  to {
    left: -30%; } }
@keyframes card-preloder {
  0% {
    left: -30%; }
  50% {
    left: 80%; }
  to {
    left: -30%; } }
.cart-specification {
  position: relative;
  width: calc(100% + 22px);
  margin: 0 -11px 0 -11px;
  color: #102747; }
.cart-specification__list {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 20px 10px 10px;
  list-style-type: none;
  background: white;
  border: 1px solid #eeeeee;
  border-top: none;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); }
.cart-specification__item:not(:last-child) {
  margin-bottom: 5px; }
.cart-specification__value--color {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px; }

.btn-group.hidden-xs {
  margin-right: 15px; }

.btn-group button {
  border: none !important;
  background-image: none !important;
  box-shadow: none !important;
  background-color: #599f33;
  color: #FFF;
  padding: 3px 6px 3px 5px; }

.carusel__item .cart__img img {
  width: 90%;
  margin: 0 auto; }

.cart__img img {
  width: 65%; }

.product-list .cart__description {
  padding: 15px; }
.product-list .cart__buy .button {
  width: auto;
  margin: 0 auto; }
.product-list .cart__img {
  width: 15%;
  text-align: left;
  float: left; }
.product-list .cart__img img {
  width: 100%; }
.product-list .cart__title {
  text-align: left; }

.cart__text, .cart__text:hover {
  color: #000; }

.product-grid .cart__text {
  display: none; }

.carusel__item .cart__title {
  margin-bottom: 30px; }

/* Cart End*/
/* Carusel Start*/
.carusel {
  margin-top: 10px; }
.carusel__item {
  padding-left: 7.5px;
  padding-right: 7.5px; }
.carusel--hide {
  display: none; }
.carusel .button {
  min-width: 150px; }

/* Carusel End*/
/* Brands Start*/
.brands {
  max-width: 1230px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 50px; }
.brands__head {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative; }
.brands__title {
  margin: 15px 0 20px;
  font-size: 22px;
  color: #599f33;
  font-weight: 500; }
.brands__buttons {
  display: flex;
  align-items: center; }
@media only screen and (max-width: 575.98px) {
  .brands__buttons {
    position: absolute;
    top: 110px;
    display: flex;
    justify-content: space-between;
    min-width: 100%; } }
.brands__buttons > button {
  margin-right: 1px; }
.brands__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 208px;
  height: 208px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border: 1px solid #bbbbbb;
  border-radius: 50%; }
@media only screen and (max-width: 575.98px) {
  .brands__item {
    width: 140px;
    height: 140px;
    background-size: contain; } }

/* Brands End*/
/* Page content Start*/
.page-content {
  max-width: 1230px;
  margin: 10px auto;
  padding: 30px 15px 50px; }

/* Page content End*/
/* Feedback Form Start*/
.feedback-form {
  padding: 30px 0 40px;
  background-color: #102747;
  box-shadow: 0 -5px 5px rgba(16, 39, 71, 0.25);
  opacity: 0.98; }
.feedback-form__col {
  margin: auto; }
.feedback-form__title {
  margin-bottom: 14px;
  color: white;
  text-align: center;
  font-size: 26px;
  font-weight: 700; }
.feedback-form__description {
  margin-bottom: 12px;
  color: white;
  text-align: center;
  font-size: 22px; }
.feedback-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%; }
.feedback-form .form-input::placeholder {
  font-weight: bold;
  opacity: 0.8;
  color: #599f33; }
.feedback-form input.form-input {
  width: 100%;
  margin-bottom: 10px; }
.feedback-form textarea.form-input {
  width: 100%;
  margin-bottom: 10px; }
.feedback-form .button {
  transition: 0.8s; }
.feedback-form .button:hover {
  border: 1px solid rgba(191, 191, 191, 0.3); }
.feedback-form .is-sending .feedback-form__sender {
  display: flex; }
.feedback-form .is-sending .feedback-form__success {
  display: none; }
.feedback-form .is-success .feedback-form__sender {
  display: none; }
.feedback-form .is-success .feedback-form__success {
  display: flex; }
.feedback-form__success-text, .feedback-form__error-text {
  max-width: 350px;
  margin-top: 15px;
  color: white;
  font-size: 18px;
  text-align: center; }
.feedback-form__sender, .feedback-form__success, .feedback-form__error {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #102747; }
.feedback-form__sender .icon, .feedback-form__success .icon, .feedback-form__error .icon {
  width: 75px;
  height: 75px; }
.feedback-form__sender .icon {
  fill: #599f33; }
.feedback-form__success .icon {
  fill: #599f33; }
.feedback-form__error .icon {
  fill: #d12a0c; }
.feedback-form .form-sender {
  color: #599f33;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease; }
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
        95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
        59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes round {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Feedback Form End*/
/* Footer Start*/
.footer {
  padding: 40px;
  box-shadow: 0 -2px 2px rgba(16, 39, 71, 0.25);
  background-color: #102747; }
.footer .container {
  max-width: 900px; }
.footer .container > .row {
  gap: 40px; }
@media only screen and (max-width: 991.98px) {
  .footer .container > .row {
    flex-direction: column;
    align-items: center; } }
.footer__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase; }
@media only screen and (max-width: 991.98px) {
  .footer__title {
    text-align: center; } }
.footer__item {
  position: relative;
  min-height: unset;
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase; }
.footer__item:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 40px;
  width: 1px;
  height: 160px;
  background: #bbbbbb;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.05); }
@media only screen and (max-width: 991.98px) {
  .footer .footer__item:not(:last-child):before {
    display: none; } }
.footer__list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.5; }
@media only screen and (max-width: 991.98px) {
  .footer__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 2; } }
.footer__list a {
  font-size: 17px; }
.footer__list li {
  margin-bottom: 5px; }
.footer__contacts {
  padding-top: 25px; }
.footer__contacts__item {
  margin-bottom: 15px;
  font-size: 16px; }
@media only screen and (max-width: 991.98px) {
  .footer__contacts__item {
    font-size: 14px; } }
.footer__contacts__item:last-of-type {
  margin-bottom: 0; }
.footer__contacts__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #5f5f5f;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
.footer__contacts__item-icon .svg-icon {
  flex-shrink: 0;
  width: 15px;
  -ms-flex-negative: 0; }
.footer__contacts__item-text {
  display: block;
  padding-left: 0;
  text-transform: initial; }
.footer__contacts__item-text p {
  margin: 0; }

@media only screen and (max-width: 991.98px) {
  .sort__title.js-toggle-sortlist.hidden-md, .sort__list.hidden-md, .btn-group.hidden-md {
    display: none; } }
/* Footer End*/
/* Breadcrumbs Start*/
.breadcrumbs {
  background-color: whitesmoke; }
.breadcrumbs__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 40px;
  padding: 5px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap; }
.breadcrumbs__item {
  margin-right: 20px;
  font-size: 16px;
  color: #7587a1; }
.breadcrumbs__item--green {
  color: #599f33; }
.breadcrumbs__item--active {
  color: #102747; }
@media only screen and (max-width: 575.98px) {
  .breadcrumbs__item {
    font-size: 12px; } }

/* Breadcrumbs End*/
/* Page head Start*/
.page-head {
  padding: 25px 15px;
  height: 100%;
  background: url(../images/bg/shadow-category.png) repeat-x left top #f6f7f9; }
@media only screen and (max-width: 991.98px) {
  .page-head {
    padding: 20px 20px; } }
.page-head__title {
  margin-bottom: 23px;
  font-size: 40px;
  color: #599f33;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center; }
@media only screen and (max-width: 991.98px) {
  .page-head__title {
    font-size: 30px; } }
.page-head__desc {
  display: inline-block;
  max-width: 1230px;
  width: 100%;
  height: max-content;
  margin: 10px auto;
  padding: 20px 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #7587a1; }
.page-head__banner-link {
  width: 100%; }
.page-head__banner-img {
  width: 66%;
  height: 250px;
  margin: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
@media only screen and (max-width: 991.98px) {
  .page-head__banner-img {
    height: 300px; } }
@media only screen and (max-width: 575.98px) {
  .page-head__banner-img {
    height: 200px; } }
.page-head__more {
  margin: 20px auto;
  color: #599f33;
  text-transform: uppercase;
  border: none;
  background: none;
  cursor: pointer; }
.page-head__more::before {
  content: "[";
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.page-head__more::after {
  content: "]";
  display: inline-block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.page-head__more:hover::before {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px); }
.page-head__more:hover::after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px); }
.page-head__img {
  max-width: 350px;
  height: auto; }
@media only screen and (max-width: 991.98px) {
  .page-head__img {
    margin-top: 20px; } }

.hidden-overflow {
  overflow: hidden;
  height: 150px !important; }

/* Page head End*/
/*Filter Start*/
.filter {
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 280px;
  padding-bottom: 50px;
  color: #4c4d4f;
  border-right: 1px solid #dddddd;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s; }
@media only screen and (max-width: 1199.98px) {
  .filter {
    position: fixed;
    z-index: 15;
    padding-left: 10px;
    background-color: #ffffff;
    border-right: 1px solid #eeeeee;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); } }
@media only screen and (max-width: 575.98px) {
  .filter {
    max-width: 265px; } }
.filter form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 10px; }
@media only screen and (max-width: 1199.98px) {
  .filter form {
    height: 100%;
    overflow-y: auto; } }
.filter.isOpen {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.filter__show {
  position: absolute;
  top: 140px;
  right: -50px;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: rgba(89, 159, 51, 0.8);
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
@media only screen and (max-width: 1199.98px) {
  .filter__show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.filter__text {
  padding-top: 20px;
  font-weight: 700;
  font-size: 20px;
  color: #333333; }
.filter__title {
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  text-decoration: underline; }
.filter__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.filter__checkbox span:hover {
  color: #599f33; }
.filter__checkbox input {
  display: none; }
.filter__checkbox input:checked ~ .filter__checkbox-body:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ffffff; }
.filter__checkbox.disabled {
  opacity: 0.5; }
.filter__checkbox--error {
  color: red;
  font-weight: 700; }
.filter__checkbox-body {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background-color: #599f33;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0; }
.filter__checkbox-label {
  font-size: 16px; }
.filter__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
.filter__links__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 20px;
  color: #102747;
  text-transform: uppercase; }
.filter__links__item {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
  color: #102747;
  text-transform: uppercase; }
.filter__show-more-filters {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #599f33;
  cursor: pointer; }
.filter__show-more-filters i {
  margin-right: 5px;
  font-size: 20px;
  color: inherit;
  transition: 0.5s all; }
.filter__show-more-filters.is-showing i {
  transform: rotate(180deg); }

/*Filter End*/
/*Sort Start*/
.sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 15px;
  border-bottom: 1px solid #dddddd;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify; }
.sort__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 2;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 2;
  -ms-flex-align: center;
  -ms-flex-positive: 2; }
.sort__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #599f33;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -ms-flex-align: center;
  -ms-flex-pack: start; }
@media only screen and (max-width: 991.98px) {
  .sort__title {
    cursor: pointer; } }
.sort__title .svg-icon {
  display: none;
  margin-left: 10px; }
@media only screen and (max-width: 991.98px) {
  .sort__title .svg-icon {
    display: initial; } }
.sort__select {
  margin: 0 auto 0 8px; }
.sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 2;
  -ms-flex-align: center;
  -ms-flex-positive: 2; }
@media only screen and (max-width: 991.98px) {
  .sort__list {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 5;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 15px 0 #000000;
    box-shadow: 0 10px 15px 0 #000000;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-align: start; } }
.sort__list li {
  margin-right: 20px;
  list-style: none; }
@media only screen and (max-width: 991.98px) {
  .sort__list li {
    margin-top: 5px;
    margin-bottom: 5px; } }
.sort__list a {
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s; }
.sort__list a:hover {
  color: #599f33; }
.sort__list .active {
  text-decoration: underline; }
.sort__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #599f33;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }

.isOpen .sort__list {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/*Sort End*/
/*Product Page Start*/
.products-page__list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px; }
@media only screen and (max-width: 991.98px) {
  .products-page__list .product-layout {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; } }
@media only screen and (max-width: 575.98px) {
  .products-page__list .product-layout {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

/*Product Page End*/
/*Product Start*/
.product {
  padding: 35px 0 15px;
  background: url("../images/bg/shadow-category.png") repeat-x left top #eeeff3; }
.product__gallery__btn {
  position: absolute;
  top: calc(50% - 30px);
  z-index: 1;
  color: #102747;
  background-color: transparent;
  border: none;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
@media only screen and (max-width: 575.98px) {
  .product__gallery__btn {
    top: calc(50% - 40px); } }
.product__gallery__btn:hover {
  color: #599f33; }
.product__gallery__btn:focus {
  color: #599f33;
  outline: none; }
.product__gallery__btn .svg-icon {
  width: 60px;
  height: 60px; }
@media only screen and (max-width: 575.98px) {
  .product__gallery__btn .svg-icon {
    width: 40px;
    height: 40px; } }
.product__gallery__btn--prev {
  left: 30px; }
@media only screen and (max-width: 575.98px) {
  .product__gallery__btn--prev {
    left: 0; } }
.product__gallery__btn--next {
  right: 30px; }
@media only screen and (max-width: 575.98px) {
  .product__gallery__btn--next {
    right: 0; } }
.product__gallery__btn--zoom {
  top: -25px;
  right: 0;
  z-index: 2;
  color: #7587a1;
  opacity: 1; }
@media only screen and (max-width: 991.98px) {
  .product__gallery__btn--zoom {
    right: 5px; } }
.product__gallery__btn--zoom .svg-icon {
  width: 35px;
  height: 35px; }
.product__gallery__wrapper {
  position: relative; }
.product__gallery__wrapper:hover .product__gallery__btn {
  opacity: 1; }
.product__gallery__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 530px;
  height: 530px;
  margin: 0 auto;
  padding: 60px;
  background-color: #ffffff; }
@media only screen and (max-width: 1199.98px) {
  .product__gallery__item {
    width: 430px;
    height: 430px;
    padding: 45px; } }
@media only screen and (max-width: 991.98px) {
  .product__gallery__item {
    margin-bottom: 40px; } }
@media only screen and (max-width: 575.98px) {
  .product__gallery__item {
    width: 280px;
    height: 280px;
    padding: 20px; } }
.product__gallery__item:focus {
  outline: none; }
.product__gallery__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
.product__gallery-buttons {
  position: absolute;
  bottom: 2%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; }
@media only screen and (max-width: 991.98px) {
  .product__gallery-buttons {
    bottom: 12%; } }
@media only screen and (max-width: 575.98px) {
  .product__gallery-buttons {
    bottom: 15%;
    width: 100%; } }
.product__gallery-button {
  margin: 0 4px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  background-color: #f5f3f2; }
@media only screen and (max-width: 575.98px) {
  .product__gallery-button {
    font-size: 10px; } }
.product__gallery-button:hover {
  color: unset; }
.product__art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.product__art__text {
  margin-right: 10px;
  font-size: 16px;
  color: #102747;
  text-transform: uppercase; }
.product__art__num {
  padding: 3px 15px;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background-color: #599f33;
  border-radius: 15px; }
.product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.product__type__text {
  margin-right: 10px;
  font-size: 16px;
  color: #102747;
  text-transform: uppercase; }
.product__type__label {
  padding: 3px 15px;
  font-size: 14px;
  text-align: center;
  color: #599f33;
  background-color: #ffffff;
  border-radius: 15px; }
.product__title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  color: #102747; }
@media only screen and (max-width: 575.98px) {
  .product__title {
    margin-bottom: 5px;
    font-size: 20px; } }
.product__price {
  margin-bottom: 10px;
  font-size: 40px;
  color: #599f33; }
.product__price span {
  margin-left: 3px; }
@media only screen and (max-width: 575.98px) {
  .product__price {
    font-size: 30px; } }
.product__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.product__controls__count {
  margin-right: 20px; }
.product__controls__count input {
  width: 115px;
  height: 57px;
  padding-left: 15px;
  border: 1px solid #d2dae3;
  text-align: center; }
@media only screen and (max-width: 575.98px) {
  .product__controls__count input {
    width: 57px;
    padding-left: 5px; } }
.product__controls__buy .button {
  height: 57px; }
.product__controls__buy .button::after, .product__controls__buy .button::before {
  background-color: #599f33; }
.product__content {
  max-width: 710px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #d2dae3;
  background-color: #ffffff; }
.product__table table {
  width: 100%;
  border: 1px solid #d2dae3;
  border-collapse: collapse; }
.product__table td {
  padding: 12px 10px;
  font-weight: 500;
  font-size: 16px;
  color: #4c4c4d;
  border: 1px solid #d2dae3; }
.product__desc {
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #4c4c4d; }
.product__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: start;
  -ms-flex-align: center;
  -ms-flex-pack: start; }
.product__share a {
  display: inline-block;
  margin-right: 10px;
  color: #6e6e6e;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.product__share a .svg-icon {
  width: 35px;
  height: 35px; }
.product__share a:hover {
  color: #599f33; }
.product__share span {
  font-size: 16px;
  color: #6e6e6e; }
.product__suggestions {
  padding: 10px 0; }

.slick-slide:focus {
  outline: none; }

#lightboxOverlay {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100% !important;
  background-color: #102747; }

#lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  max-width: 95%;
  width: fit-content; }
#lightbox .lb-dataContainer {
  margin: 0 0 0 auto; }
@media only screen and (max-width: 991.98px) and (min-width: 575.98px) {
  #lightbox .lb-outerContainer {
    display: flex;
    max-width: 100%;
    width: fit-content !important;
    height: auto !important; }
  #lightbox .lb-outerContainer .lb-container {
    position: relative;
    max-width: 100%; }
  #lightbox .lb-outerContainer img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
    max-height: 92vh;
    max-width: 100%; } }

.lb-data .lb-close {
  position: relative;
  left: 30px; }
@media only screen and (max-width: 575.98px) {
  .lb-data .lb-close {
    left: 0; } }

.modifications {
  margin-bottom: 15px; }
.modifications__title {
  margin-bottom: 14px;
  color: red;
  font-size: 18px;
  font-weight: 600; }
.modifications__subtitle {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600; }
.modifications__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style-type: none; }
.modifications__item {
  margin-bottom: 5px; }
.modifications__item:not(:last-child) {
  margin-right: 5px; }
.modifications__link {
  display: flex;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: 0.35s; }
.modifications__link:hover {
  border-color: #599f33; }
.modifications__link--color {
  width: 40px;
  height: 40px;
  padding: 0; }
.modifications__link--color:hover {
  border-color: rgba(0, 0, 0, 0.5); }

.product-anchors__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden; }
.product-anchors__item {
  position: relative;
  border: 1px solid #d2dae3;
  border-bottom: unset;
  border-radius: 18px 18px 0 0;
  background: white;
  transition: 0.35s; }
.product-anchors__item:hover {
  background: whitesmoke; }
.product-anchors__item:hover a {
  color: #4c4c4d; }
.product-anchors__link {
  display: block;
  box-sizing: border-box;
  padding: 8px 10px; }

/*Product End*/
/*Shopping-cart Start*/
.shopping-cart {
  padding-top: 40px;
  padding-bottom: 40px; }
.shopping-cart__title {
  margin-bottom: 30px;
  font-size: 32px;
  color: #6e6e6e; }
.shopping-cart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f9f9f9;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-flex-pack: distribute; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__item {
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center; } }
.shopping-cart__item:nth-last-of-type(2n) {
  background-color: #eeeeee; }
.shopping-cart__item:hover {
  background-color: #eeeeee; }
.shopping-cart__item-img {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  margin-right: 15px;
  margin-left: 15px;
  -ms-flex-negative: 0; }
.shopping-cart__item-img--package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background-color: #599f33;
  -ms-flex-wrap: wrap; }
.shopping-cart__item-img--package .pic {
  max-width: 50%;
  max-height: 50%; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__item-img {
    margin-bottom: 20px; } }
.shopping-cart__item-img .pic {
  flex-grow: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1; }
.shopping-cart__item-text {
  margin: 0 20px; }
.shopping-cart__item-name {
  width: 450px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #6e6e6e; }
@media only screen and (max-width: 575.98px) {
  .shopping-cart__item-name {
    width: 100%;
    font-size: 20px; } }
.shopping-cart__item-price {
  margin-bottom: 20px;
  font-size: 18px;
  color: #599f33; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__item-price {
    text-align: center; } }
.shopping-cart__item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 80px;
  margin: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__item-quantity {
    margin-bottom: 20px; } }
.shopping-cart__item-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 10px;
  padding-left: 10px;
  margin: auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
.shopping-cart__item-total label {
  font-weight: 700;
  font-size: 24px;
  color: #6e6e6e; }
.shopping-cart__item-total span {
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
  color: #599f33; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__item-total span {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center; } }
.shopping-cart__item-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #599f33;
  cursor: pointer;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
.shopping-cart__footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__footer-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.shopping-cart__total {
  font-size: 24px;
  font-weight: 700;
  color: #6e6e6e; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__total {
    margin-top: 20px; } }
.shopping-cart__total span {
  color: #599f33; }
.shopping-cart__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal; }
@media only screen and (max-width: 575.98px) {
  .shopping-cart__discount {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.shopping-cart__discount .form-input {
  max-width: 100%;
  margin-right: 10px; }
@media only screen and (max-width: 575.98px) {
  .shopping-cart__discount .form-input {
    height: 45px;
    margin-right: 0;
    margin-bottom: 10px; } }
.shopping-cart__discount .button {
  max-width: 100%; }
.shopping-cart__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  -ms-flex-align: center;
  -ms-flex-pack: end; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__buttons {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.shopping-cart__buttons .button {
  margin-left: 15px; }
@media only screen and (max-width: 991.98px) {
  .shopping-cart__buttons .button {
    margin-bottom: 20px; } }

/*Shopping-cart End*/
/*Number Start*/
.ui-spinner-up {
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  color: #599f33;
  background-image: url("../images/icons-static/plus-circle.svg");
  background-position: center;
  background-size: cover; }

.ui-spinner-down {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  color: #599f33;
  background-image: url("../images/icons-static/minus-circle.svg");
  background-position: center;
  background-size: cover; }

.ui-spinner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center; }

.ui-spinner-input {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  border: 1px solid #599f33;
  outline: none; }

/*Number End*/
/*Checkout Start*/
.checkout {
  padding-top: 40px;
  padding-bottom: 40px; }
@media only screen and (max-width: 575.98px) {
  .checkout {
    padding-top: 20px;
    padding-bottom: 20px; } }
.checkout__title {
  margin-bottom: 30px;
  font-size: 32px;
  color: #6e6e6e; }
@media only screen and (max-width: 575.98px) {
  .checkout__title {
    margin-bottom: 20px;
    font-size: 24px; } }
.checkout__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
@media only screen and (max-width: 991.98px) {
  .checkout__items {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.checkout__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin-right: 10px;
  margin-left: 10px;
  padding: 20px 15px;
  background-color: #ffffff; }
@media only screen and (max-width: 991.98px) {
  .checkout__item {
    width: calc(100% - 20px);
    max-width: 100%;
    margin-bottom: 25px; } }
.checkout__item-header {
  margin-bottom: 30px;
  font-size: 22px;
  color: #6e6e6e; }
@media only screen and (max-width: 575.98px) {
  .checkout__item-header {
    font-size: 18px;
    margin-bottom: 20px; } }
.checkout__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
@media only screen and (max-width: 575.98px) {
  .checkout__item-row {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.checkout__item-input {
  flex-grow: 1;
  flex-shrink: 0;
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -ms-flex-negative: 0;
  -ms-flex-positive: 1; }
@media only screen and (max-width: 575.98px) {
  .checkout__item-input {
    width: calc(100% - 10px);
    margin-bottom: 10px; } }
.checkout__item-input .input-label {
  display: inline-block;
  margin-bottom: 7px;
  font-size: 16px;
  color: #6e6e6e; }
.checkout__item-input .ui-selectmenu-button {
  width: 100% !important; }
.checkout__personal {
  padding-left: 5px; }
.checkout .product__btn {
  margin-left: 10px; }
@media only screen and (max-width: 575.98px) {
  .checkout .product__btn {
    width: 100%;
    margin-top: 10px;
    margin-left: 0; } }

/*Checkout End*/
.iSerror {
  font-size: 12px;
  color: red; }

/*Select menu Start*/
.ui-selectmenu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
  width: 399px !important;
  height: 44px;
  padding: 0;
  font-size: 16px;
  color: #202020;
  background-color: #f7f7f7;
  border: 1px solid #d1d1d1;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-align: center; }
@media only screen and (max-width: 1199.98px) {
  .ui-selectmenu-button {
    width: 260px !important; } }

.ui-selectmenu-icon {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background-image: url("../images/icons-static/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px; }

.ui-selectmenu-text {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  padding-left: 10px; }

.ui-selectmenu-menu {
  z-index: 5;
  background-color: #ffffff;
  border: 1px solid #d1d1d1; }

.ui-menu-item {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.ui-menu-item:hover {
  color: #ffffff;
  background-color: #599f33; }

/*Select menu End*/
/*Single cat Start*/
.single-cat {
  padding-top: 25px;
  padding-bottom: 20px; }
.single-cat__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 40px;
  color: #599f33;
  font-weight: 700;
  text-transform: uppercase; }
.single-cat__desc {
  margin: 20px 15px 50px;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 1.5;
  color: #333333; }
.single-cat__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 287px;
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
.single-cat__item:hover {
  border-color: #599f33; }
.single-cat__item__box {
  padding: 20px; }
.single-cat__item__img {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.single-cat__item__text {
  /* height: 50px;*/
  height: 71px;
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 22px;
  text-align: center;
  color: #202020;
  text-transform: uppercase; }

/*Single cat End*/
/*Blog Start*/
.blog {
  padding: 25px 35px; }
.blog__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
  color: #599f33; }
.blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  -webkit-box-align: start;
  -ms-flex-align: start; }
@media only screen and (max-width: 991.98px) {
  .blog__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.blog__item .product__share {
  max-width: 600px;
  padding-top: 15px;
  border-top: 1px solid #d1d1d1; }
.blog__item-img {
  flex-shrink: 0;
  width: 325px;
  height: 325px;
  margin-right: 25px;
  background-position: center;
  background-size: cover;
  -ms-flex-negative: 0; }
@media only screen and (max-width: 991.98px) {
  .blog__item-img {
    width: 225px;
    height: 225px; } }
.blog__item-content {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 10px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical; }
.blog__item-title {
  display: block;
  margin-bottom: 30px;
  font-size: 20px;
  color: #102747;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
.blog__item-title:hover {
  color: #599f33; }
@media only screen and (max-width: 991.98px) {
  .blog__item-title {
    font-size: 16px; } }
.blog__item-desc {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5;
  color: #333333; }

/*Blog End*/
/*Contacts Start*/
.contacts {
  padding: 25px 35px; }
@media only screen and (max-width: 575.98px) {
  .contacts {
    padding: 15px; } }
.contacts__title {
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 400;
  color: #599f33; }
@media only screen and (max-width: 575.98px) {
  .contacts__title {
    margin-bottom: 0; } }
.contacts__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch; }
@media only screen and (max-width: 767.98px) {
  .contacts__wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical; } }
.contacts__info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*max-width: 40%;*/
  padding-right: 40px;
  font-size: 14px;
  line-height: 1.5; }
@media only screen and (max-width: 767.98px) {
  .contacts__info {
    max-width: initial;
    padding-right: 0; } }
.contacts__info-social .footer__social-link {
  border-color: #000000; }
.contacts__map {
  min-width: 60%;
  width: 100%; }
@media only screen and (max-width: 767.98px) {
  .contacts__map {
    width: 100%; } }
.contacts__map #map {
  width: 100%;
  height: 500px; }
@media only screen and (max-width: 767.98px) {
  .contacts__map #map {
    height: 100vw; } }

/*Contacts End*/
/*Autocomplete Start*/
.ui-autocomplete {
  z-index: 6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 50vh;
  padding: 15px 25px 15px 10px;
  overflow: auto;
  background-color: #ffffff; }

@media only screen and (max-width: 575.98px) {
  .ui-autocomplete {
    width: 222px;
    max-height: 60vh;
    overflow-y: auto; } }
.ui-autocomplete a {
  text-decoration: none; }

.ui-autocomplete .ui-menu-item:hover .autocomplete__title, .ui-autocomplete .ui-menu-item:hover .autocomplete__price {
  color: #fff; }

.autocomplete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch; }
.autocomplete__image {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -ms-flex-negative: 0; }
.autocomplete__image img {
  max-width: 100%; }
.autocomplete__title {
  margin-bottom: 10px;
  font-size: 16px;
  color: #6e6e6e; }
.autocomplete__status {
  font-size: 12px; }
.autocomplete__status--outstock {
  color: #d12a0c; }
.autocomplete__price {
  margin-bottom: 10px;
  font-size: 14px;
  color: #599f33; }

/*Autocomplete End*/
/*Smodal Start*/
.smodal__close {
  position: absolute;
  top: 19px;
  right: 33px;
  z-index: 2;
  width: 35px;
  height: 35px;
  background-image: url("../images/icon/close.png");
  background-position: center;
  background-size: cover;
  cursor: pointer; }
.smodal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 746px;
  height: 608px;
  padding: 59px 77px;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify; }
.smodal__title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 42px;
  text-align: center;
  color: #353535; }
.smodal__desc {
  font-weight: 500;
  font-size: 24px;
  line-height: 2;
  color: #353535; }
.smodal__button {
  margin-bottom: 70px; }
.smodal__button .button {
  width: 342px;
  max-width: 100%; }

@media only screen and (max-width: 991.98px) {
  .smodal__body {
    width: 550px;
    height: 408px; }
  .smodal__title {
    margin-bottom: 35px; }
  .smodal__desc {
    margin-bottom: 50px;
    font-size: 18px; } }
@media only screen and (max-width: 575.98px) {
  .smodal__body {
    width: 100%;
    padding: 15px; }
  .smodal__desc {
    font-size: 18px;
    line-height: 1.33; }
  .smodal__button .button {
    width: 250px; } }
/*Smodal End*/
/*Info modal Start*/
.info-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 17px;
  height: 17px;
  background-image: url("../images/icon/close-btn.png");
  background-position: center;
  background-size: cover;
  cursor: pointer; }

.info-modal .smodal__desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 35px 20px;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff; }

/*Info modal End*/
.js-new-post {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.js-new-post.show {
  position: static;
  visibility: visible;
  opacity: 1; }

/*select-auto Start*/
.select2-container--default .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 44px;
  padding: 0;
  font-size: 16px;
  color: #202020;
  background-color: #f7f7f7;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-align: center; }

.select2.select2-container {
  width: 100% !important; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  width: 100%;
  height: 100%;
  line-height: 2.7;
  color: #202020; }

.select2-container--open .select2-dropdown--below {
  border-radius: 0; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #ffffff;
  background: #599f33; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #599f33; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background-image: url("../images/icons-static/down-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.select2-search__field:focus {
  outline: none; }

/*select-auto End*/
/*Pagination Start*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center; }
.pagination__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  background-color: #599f33;
  /*border-radius: 50%;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center; }
.pagination__item:hover {
  background-color: #102747;
  color: #ffffff; }
.pagination__item.active {
  background-color: #102747; }

@media only screen and (max-width: 768px) {
  .pagination__item {
    width: 33px;
    height: 33px; } }
/*Pagination End*/
.ta-center {
  text-align: center !important;
  max-width: 350px;
  margin: auto; }

.unit-product {
  font-size: 16px; }

.notfound__title, .error-page__title {
  margin-bottom: 30px;
  font-size: 185px;
  font-family: "AvenirNextCyr-Bold"; }
.notfound__wrapper, .error-page__wrapper {
  position: relative;
  padding: 120px 0 300px;
  text-align: center; }
.notfound__subtitle, .error-page__subtitle {
  margin-bottom: 50px;
  font-size: 24px;
  font-family: "AvenirNextCyr-Demi"; }

.error-page__title {
  color: #d12a0c;
  font-weight: 700; }
.error-page__wrapper {
  max-width: 600px; }

#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  background: #599f33;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0; }
#back-to-top:hover {
  background: #102747; }
#back-to-top.show {
  opacity: 1; }

#content {
  height: 2000px; }

.search-items div {
  margin-bottom: 10px; }

.search-page__no-matches {
  margin: 20px 0;
  font-size: 18px;
  text-align: center; }
.search-page__no-matches i {
  margin: 5px;
  font-size: 20px; }

@media (max-width: 768px) {
  .js-product-prev {
    visibility: hidden; }

  .js-product-next {
    visibility: hidden; } }
.map-responsive {
  overflow: hidden;
  padding-bottom: 15.00%;
  position: relative;
  height: 400px; }
.map-responsive iframe {
  left: 0;
  top: 0;
  width: 100%;
  position: absolute; }

#pageLoader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.95);
  animation-duration: 0.7s;
  animation-name: coloring; }
#pageLoader.is-colored {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
  /* IE 6-9 */ }

@keyframes coloring {
  from {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
  to {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
    /* IE 6-9 */ } }
#loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-size: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.3); }

.red-label {
  color: #FF3232; }

/** Custom styles **/
/** Product **/
/** Product gallery **/
.product__gallery-min {
  margin: auto; }
.product__gallery-min .slick-list {
  display: flex;
  padding: 0 !important; }
.product__gallery-min .slick-track {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  transform: none !important;
  width: 530px !important;
  margin: 5px 0 5px -5px; }
.product__gallery-min-box {
  margin: 5px 5px;
  cursor: pointer;
  height: auto; }
.product__gallery-min-box img {
  width: 96px;
  height: 96px; }

@media only screen and (max-width: 991.98px) {
  .product__gallery-min {
    margin-top: -28px;
    margin-bottom: 15px; } }
/** Product gallery overview **/
.lightbox {
  z-index: 7; }

.lb-data .lb-close {
  left: 5px; }

.lightboxOverlay {
  z-index: 6; }

/** !Product **/
/** Catalog filters **/
.btn-group {
  display: flex;
  flex-wrap: wrap;
  padding-right: 5px; }
.btn-group > * {
  margin: 2px;
  cursor: pointer; }

.sort__counter {
  padding: 12px 15px;
  cursor: pointer; }

@media (min-width: 1489px) {
  .btn-group button {
    padding: 8px 6px; }
  .btn-group button i {
    font-size: 21px;
    line-height: 22px; } }
/** Language switcher **/
.header-right {
  display: flex;
  align-items: center; }

.lang-switcher {
  display: flex;
  list-style-type: none;
  margin: 11px 18px;
  padding: 0; }
@media only screen and (max-width: 991.98px) {
  .lang-switcher {
    margin-left: 0; } }
.lang-switcher li {
  margin: 0 10px; }
@media only screen and (max-width: 991.98px) {
  .lang-switcher li:first-child {
    margin-left: 0; } }
.lang-switcher li.is-active {
  color: #599f33; }

/** Header **/
@media (min-width: 991.98px) {
  .top-line {
    position: fixed;
    top: 0;
    z-index: 6;
    width: 100%; }

  .header-nav .container-fluid {
    position: static; }
  .header-nav .container-fluid.is-sticky {
    position: fixed;
    z-index: 6;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    background: white; }
  .header-nav .container-fluid.is-sticky .nav__item {
    height: 44px; }
  .header-nav .container-fluid.is-sticky .nav__item:after {
    bottom: -2px; }
  .header-nav .container-fluid.is-sticky .nav__search {
    height: 44px; }
  .header-nav .container-fluid.is-sticky .nav__search__button {
    height: 44px; } }
@media only screen and (max-width: 991.98px) {
  .header {
    z-index: 6;
    position: fixed;
    width: 100%;
    background: white; }

  .main {
    padding-top: 76px; }

  .header-nav .nav__items > .row {
    flex-direction: column; }
  .header-nav .nav__items > .row .nav__item__wrapper {
    width: auto; } }
@media only screen and (max-width: 575.98px) {
  .header {
    position: static;
    background: unset; }
  .header__logo-container {
    padding-top: 60px; }
  .header__buttons {
    position: fixed;
    z-index: 6; }

  .main {
    padding-top: unset; } }
/** Social networks **/
.social-networks {
  display: flex;
  align-items: center; }
.social-networks__list {
  display: flex;
  align-items: center;
  margin: 0 0 0 -10px;
  padding: 0;
  list-style-type: none; }
.social-networks__item {
  margin-left: 10px; }

/** Social networks **/
.stickers {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.sticker {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
@media only screen and (max-width: 991.98px) {
  .sticker {
    padding: 4px 6px;
    font-size: 13px; } }
@media only screen and (max-width: 575.98px) {
  .sticker {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 600; } }
.sticker:not(:first-child) {
  margin-top: 2px; }

.product__gallery .sticker {
  padding: 10px;
  font-size: 18px;
  font-weight: 700; }
@media only screen and (max-width: 991.98px) {
  .product__gallery .sticker {
    padding: 4px 6px;
    font-size: 13px; } }
@media only screen and (max-width: 575.98px) {
  .product__gallery .sticker {
    padding: 3px 5px;
    font-size: 12px;
    font-weight: 600; } }
.product__gallery .sticker:not(:first-child) {
  margin-top: 4px; }

.slider-custom-1 {
  position: relative;
  width: 100%;
  height: calc(100vw / 3.5); }
@media only screen and (max-width: 575.98px) {
  .slider-custom-1 {
    height: calc(100vw / 1.5);
    width: 100%; } }
.slider-custom-1__radio-list {
  display: flex;
  z-index: 5;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  margin: 0;
  list-style-type: none; }
@media only screen and (max-width: 575.98px) {
  .slider-custom-1__radio-list {
    bottom: 5px; } }
.slider-custom-1__radio-item {
  position: relative;
  display: block;
  max-width: 16px;
  width: 16px;
  height: 4px;
  margin: 0 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #599f33;
  opacity: 0.8;
  color: transparent;
  cursor: pointer;
  overflow: hidden; }
@media only screen and (max-width: 575.98px) {
  .slider-custom-1__radio-item {
    height: 6px; } }
.slider-custom-1__radio-item.is-active {
  background-color: white; }

.slider {
  position: relative;
  overflow: hidden; }
.slider--control {
  z-index: 4;
  position: absolute;
  top: calc(50% - 1.4rem);
  width: 1.7rem;
  height: 2.8rem;
  cursor: pointer; }
.slider--control.left {
  left: 3rem; }
.slider--control.right {
  right: 3rem; }
.slider--control:after {
  content: "";
  position: absolute;
  display: block;
  top: -0.6rem;
  left: -1.15rem;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%; }
.slider__item--mozaika {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 2.8s, z-index 0.1s;
  overflow: hidden; }
.slider__item--mozaika.active {
  z-index: 3; }
.slider__item--mozaika.active .slider__item--mozaika-bg {
  transform: scale(0.834); }
.slider__item--mozaika.active .slider--el-content {
  opacity: 1; }
.slider__item--mozaika.next {
  z-index: 2; }
.slider__item--mozaika.next .slider__item--mozaika-bg {
  transform: scale(0.834); }
.slider__item--mozaika.anim-5parts .part {
  position: absolute;
  top: 0;
  width: 20.1%;
  height: 100%;
  overflow: hidden;
  will-change: transform; }
.slider__item--mozaika.anim-5parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  top: 0;
  width: 500%;
  height: 100%;
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/slider-1.jpg"); }
.slider__item--mozaika.anim-5parts .part.part-1 {
  transition: transform 1.1s 0.3s;
  left: 0%; }
.slider__item--mozaika.anim-5parts .part.part-1:before {
  left: 0%; }
.slider__item--mozaika.anim-5parts .part.part-2 {
  transition: transform 1.1s 0.5s;
  left: 20%; }
.slider__item--mozaika.anim-5parts .part.part-2:before {
  left: -100%; }
.slider__item--mozaika.anim-5parts .part.part-3 {
  transition: transform 1.1s 0.7s;
  left: 40%; }
.slider__item--mozaika.anim-5parts .part.part-3:before {
  left: -200%; }
.slider__item--mozaika.anim-5parts .part.part-4 {
  transition: transform 1.1s 0.5s;
  left: 60%; }
.slider__item--mozaika.anim-5parts .part.part-4:before {
  left: -300%; }
.slider__item--mozaika.anim-5parts .part.part-5 {
  transition: transform 1.1s 0.3s;
  left: 80%; }
.slider__item--mozaika.anim-5parts .part.part-5:before {
  left: -400%; }
.slider__item--mozaika.anim-5parts.removed .part {
  transform: translateY(100%); }
.slider__item--mozaika.anim-9parts .slider__item--mozaika-bg {
  perspective: 2000; }
.slider__item--mozaika.anim-9parts .part {
  position: absolute;
  width: 33.5%;
  height: 33.5%;
  overflow: hidden;
  will-change: transform;
  transform-origin: 0% 100%; }
.slider__item--mozaika.anim-9parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 300%; }
.slider__item--mozaika.anim-9parts .part.left-top {
  top: 0%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-9parts .part.left-top:before {
  top: 0%;
  left: 0%; }
.slider__item--mozaika.anim-9parts .part.mid-top {
  top: 0%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-9parts .part.mid-top:before {
  top: 0%;
  left: -100%; }
.slider__item--mozaika.anim-9parts .part.right-top {
  top: 0%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-9parts .part.right-top:before {
  top: 0%;
  left: -200%; }
.slider__item--mozaika.anim-9parts .part.left-mid {
  top: 33.3333333333%;
  left: 0%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-9parts .part.left-mid:before {
  top: -100%;
  left: 0%; }
.slider__item--mozaika.anim-9parts .part.mid-mid {
  top: 33.3333333333%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-9parts .part.mid-mid:before {
  top: -100%;
  left: -100%; }
.slider__item--mozaika.anim-9parts .part.right-mid {
  top: 33.3333333333%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-9parts .part.right-mid:before {
  top: -100%;
  left: -200%; }
.slider__item--mozaika.anim-9parts .part.left-bot {
  top: 66.6666666667%;
  left: 0%;
  transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s; }
.slider__item--mozaika.anim-9parts .part.left-bot:before {
  top: -200%;
  left: 0%; }
.slider__item--mozaika.anim-9parts .part.mid-bot {
  top: 66.6666666667%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.8s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.2s; }
.slider__item--mozaika.anim-9parts .part.mid-bot:before {
  top: -200%;
  left: -100%; }
.slider__item--mozaika.anim-9parts .part.right-bot {
  top: 66.6666666667%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.7s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1.1s; }
.slider__item--mozaika.anim-9parts .part.right-bot:before {
  top: -200%;
  left: -200%; }
.slider__item--mozaika.anim-9parts.removed .part {
  transform: rotateX(90deg);
  opacity: 0; }
.slider__item--mozaika.anim-36parts .part {
  position: absolute;
  width: 16.75%;
  height: 16.93%;
  overflow: hidden;
  will-change: transform;
  transform-origin: 0% 100%; }
.slider__item--mozaika.anim-36parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 600%;
  height: 600%; }
.slider__item--mozaika.anim-36parts .part.part--1-1 {
  top: 0%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--1-1:before {
  top: 0%;
  left: 0%; }
.slider__item--mozaika.anim-36parts .part.part--1-2 {
  top: 0%;
  left: 16.6666666667%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--1-2:before {
  top: 0%;
  left: -100%; }
.slider__item--mozaika.anim-36parts .part.part--1-3 {
  top: 0%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--1-3:before {
  top: 0%;
  left: -200%; }
.slider__item--mozaika.anim-36parts .part.part--1-4 {
  top: 0%;
  left: 50%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--1-4:before {
  top: 0%;
  left: -300%; }
.slider__item--mozaika.anim-36parts .part.part--1-5 {
  top: 0%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-36parts .part.part--1-5:before {
  top: 0%;
  left: -400%; }
.slider__item--mozaika.anim-36parts .part.part--1-6 {
  top: 0%;
  left: 83.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-36parts .part.part--1-6:before {
  top: 0%;
  left: -500%; }
.slider__item--mozaika.anim-36parts .part.part--2-1 {
  top: 16.6666666667%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--2-1:before {
  top: -100%;
  left: 0%; }
.slider__item--mozaika.anim-36parts .part.part--2-2 {
  top: 16.6666666667%;
  left: 16.6666666667%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--2-2:before {
  top: -100%;
  left: -100%; }
.slider__item--mozaika.anim-36parts .part.part--2-3 {
  top: 16.6666666667%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--2-3:before {
  top: -100%;
  left: -200%; }
.slider__item--mozaika.anim-36parts .part.part--2-4 {
  top: 16.6666666667%;
  left: 50%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--2-4:before {
  top: -100%;
  left: -300%; }
.slider__item--mozaika.anim-36parts .part.part--2-5 {
  top: 16.6666666667%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-36parts .part.part--2-5:before {
  top: -100%;
  left: -400%; }
.slider__item--mozaika.anim-36parts .part.part--2-6 {
  top: 16.6666666667%;
  left: 83.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-36parts .part.part--2-6:before {
  top: -100%;
  left: -500%; }
.slider__item--mozaika.anim-36parts .part.part--3-1 {
  top: 33.3333333333%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--3-1:before {
  top: -200%;
  left: 0%; }
.slider__item--mozaika.anim-36parts .part.part--3-2 {
  top: 33.3333333333%;
  left: 16.6666666667%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--3-2:before {
  top: -200%;
  left: -100%; }
.slider__item--mozaika.anim-36parts .part.part--3-3 {
  top: 33.3333333333%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--3-3:before {
  top: -200%;
  left: -200%; }
.slider__item--mozaika.anim-36parts .part.part--3-4 {
  top: 33.3333333333%;
  left: 50%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--3-4:before {
  top: -200%;
  left: -300%; }
.slider__item--mozaika.anim-36parts .part.part--3-5 {
  top: 33.3333333333%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-36parts .part.part--3-5:before {
  top: -200%;
  left: -400%; }
.slider__item--mozaika.anim-36parts .part.part--3-6 {
  top: 33.3333333333%;
  left: 83.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-36parts .part.part--3-6:before {
  top: -200%;
  left: -500%; }
.slider__item--mozaika.anim-36parts .part.part--4-1 {
  top: 50%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--4-1:before {
  top: -300%;
  left: 0%; }
.slider__item--mozaika.anim-36parts .part.part--4-2 {
  top: 50%;
  left: 16.6666666667%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--4-2:before {
  top: -300%;
  left: -100%; }
.slider__item--mozaika.anim-36parts .part.part--4-3 {
  top: 50%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--4-3:before {
  top: -300%;
  left: -200%; }
.slider__item--mozaika.anim-36parts .part.part--4-4 {
  top: 50%;
  left: 50%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--4-4:before {
  top: -300%;
  left: -300%; }
.slider__item--mozaika.anim-36parts .part.part--4-5 {
  top: 50%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-36parts .part.part--4-5:before {
  top: -300%;
  left: -400%; }
.slider__item--mozaika.anim-36parts .part.part--4-6 {
  top: 50%;
  left: 83.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-36parts .part.part--4-6:before {
  top: -300%;
  left: -500%; }
.slider__item--mozaika.anim-36parts .part.part--5-1 {
  top: 66.6666666667%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--5-1:before {
  top: -400%;
  left: 0%; }
.slider__item--mozaika.anim-36parts .part.part--5-2 {
  top: 66.6666666667%;
  left: 16.6666666667%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--5-2:before {
  top: -400%;
  left: -100%; }
.slider__item--mozaika.anim-36parts .part.part--5-3 {
  top: 66.6666666667%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--5-3:before {
  top: -400%;
  left: -200%; }
.slider__item--mozaika.anim-36parts .part.part--5-4 {
  top: 66.6666666667%;
  left: 50%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--5-4:before {
  top: -400%;
  left: -300%; }
.slider__item--mozaika.anim-36parts .part.part--5-5 {
  top: 66.6666666667%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-36parts .part.part--5-5:before {
  top: -400%;
  left: -400%; }
.slider__item--mozaika.anim-36parts .part.part--5-6 {
  top: 66.6666666667%;
  left: 83.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-36parts .part.part--5-6:before {
  top: -400%;
  left: -500%; }
.slider__item--mozaika.anim-36parts .part.part--6-1 {
  top: 83.3333333333%;
  left: 0%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--6-1:before {
  top: -500%;
  left: 0%; }
.slider__item--mozaika.anim-36parts .part.part--6-2 {
  top: 83.3333333333%;
  left: 16.6666666667%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--6-2:before {
  top: -500%;
  left: -100%; }
.slider__item--mozaika.anim-36parts .part.part--6-3 {
  top: 83.3333333333%;
  left: 33.3333333333%;
  transition: transform 0.9s 0.5s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.9s; }
.slider__item--mozaika.anim-36parts .part.part--6-3:before {
  top: -500%;
  left: -200%; }
.slider__item--mozaika.anim-36parts .part.part--6-4 {
  top: 83.3333333333%;
  left: 50%;
  transition: transform 0.9s 0.4s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.8s; }
.slider__item--mozaika.anim-36parts .part.part--6-4:before {
  top: -500%;
  left: -300%; }
.slider__item--mozaika.anim-36parts .part.part--6-5 {
  top: 83.3333333333%;
  left: 66.6666666667%;
  transition: transform 0.9s 0.6s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 1s; }
.slider__item--mozaika.anim-36parts .part.part--6-5:before {
  top: -500%;
  left: -400%; }
.slider__item--mozaika.anim-36parts .part.part--6-6 {
  top: 83.3333333333%;
  left: 83.3333333333%;
  transition: transform 0.9s 0.3s cubic-bezier(0.58, -0.7, 0.59, 0.95), opacity 0.6s 0.7s; }
.slider__item--mozaika.anim-36parts .part.part--6-6:before {
  top: -500%;
  left: -500%; }
.slider__item--mozaika.anim-36parts.removed .part {
  transform: rotateX(90deg);
  opacity: 0; }
.slider__item--mozaika.anim-3parts .part {
  position: absolute;
  top: 0;
  width: 33.5%;
  height: 100%;
  overflow: hidden;
  transition: transform 1.5s 0.3s;
  will-change: transform; }
.slider__item--mozaika.anim-3parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 300%;
  height: 100%; }
.slider__item--mozaika.anim-3parts .part.left {
  left: 0; }
.slider__item--mozaika.anim-3parts .part.left:before {
  left: 0; }
.slider__item--mozaika.anim-3parts .part.mid {
  left: 33.3333333333%; }
.slider__item--mozaika.anim-3parts .part.mid:before {
  left: -100%; }
.slider__item--mozaika.anim-3parts .part.right {
  left: 66.6666666667%; }
.slider__item--mozaika.anim-3parts .part.right:before {
  left: -200%; }
.slider__item--mozaika.anim-3parts.removed .left {
  transform: translate3D(-100%, -33.333%, 0); }
.slider__item--mozaika.anim-3parts.removed .mid {
  transform: translate3D(0, 100%, 0); }
.slider__item--mozaika.anim-3parts.removed .right {
  transform: translate3D(100%, -33.333%, 0); }
.slider__item--mozaika.anim-4parts .part {
  position: absolute;
  width: 50.2%;
  height: 50.2%;
  overflow: hidden;
  will-change: transform; }
.slider__item--mozaika.anim-4parts .part:before {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  width: 200%;
  height: 200%; }
.slider__item--mozaika.anim-4parts .part.top {
  top: 0;
  transition: transform 1.3s 0.3s; }
.slider__item--mozaika.anim-4parts .part.top:before {
  top: 0; }
.slider__item--mozaika.anim-4parts .part.bot {
  top: 50%;
  transition: transform 1.3s 0.5s; }
.slider__item--mozaika.anim-4parts .part.bot:before {
  top: -100%; }
.slider__item--mozaika.anim-4parts .part.left {
  left: 0; }
.slider__item--mozaika.anim-4parts .part.left:before {
  left: 0; }
.slider__item--mozaika.anim-4parts .part.right {
  left: 50%; }
.slider__item--mozaika.anim-4parts .part.right:before {
  left: -100%; }
.slider__item--mozaika.anim-4parts.removed .left {
  transform: translateX(-100%); }
.slider__item--mozaika.anim-4parts.removed .right {
  transform: translateX(100%); }
.slider__item--mozaika-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-size: cover;
  transition: transform 1s 1s;
  will-change: transform; }
.slider__item--mozaika-bg .part:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15); }
.slider__item--mozaika-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20rem;
  transition: opacity 0.3s;
  opacity: 0; }
.slider__item--mozaika-heading {
  font-size: 9rem;
  font-family: Tesla;
  text-transform: uppercase;
  color: #fff; }
.slider__item--mozaika.removed .slider__block__item {
  -webkit-transform: translateX(500px);
  -ms-transform: translateX(500px);
  transform: translateX(500px); }
.slider__item--mozaika.removed .slider--el-content {
  opacity: 0; }
