body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  background: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 999;
  display: none;
}

#preloader img {
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#preloader:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

#preloader.element-1 img {
  opacity: 0.7;
}

#preloader.element-1:before {
  background: rgba(18, 117, 121, 0.17);
}

#preloader.element-2 img {
  opacity: 0.42;
}

#preloader.element-2:before {
  background: rgba(116, 44, 21, 0.32);
}

#preloader.element-3 img {
  opacity: 0.45;
}

#preloader.element-3:before {
  background: rgba(51, 45, 42, 0.45);
}

#preloader.element-4 img {
  opacity: 0.73;
}

#preloader.element-4:before {
  background: rgba(94, 176, 219, 0.24);
}

#content {
  padding-top: 82px;
  padding-bottom: 57px;
  min-height: 100vh;
}

#content.padding-content {
  padding: 0 50px;
}

#preloader.transparent {
  background: rgba(255, 255, 255, 0.7);
  display: block;
  top: 82px;
  bottom: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#preloader.transparent svg {
  width: 100px;
}

.index-page #content {
  padding: 0;
}

.menu-button {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 998;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu-button svg {
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-button svg .line {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #383d44;
  stroke-width: 3;
  stroke-linecap: round;
}

.menu-button svg .top {
  stroke-dasharray: 20 121 !important;
  -webkit-transform: translate(0px, 3px);
  -ms-transform: translate(0px, 3px);
  transform: translate(0px, 3px);
}

.menu-button svg .bottom {
  stroke-dasharray: 20 121 !important;
  -webkit-transform: translate(-20px, -3px);
  -ms-transform: translate(-20px, -3px);
  transform: translate(-20px, -3px);
}

.menu-button.active {
  right: 400px;
}

.menu-button.active .top {
  stroke-dashoffset: -102px;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}

.menu-button.active .bottom {
  stroke-dashoffset: -102px;
  stroke-dasharray: 40 121;
  -webkit-transform: translate(0px);
  -ms-transform: translate(0px);
  transform: translate(0px);
}

nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: rgba(23, 26, 35, 0.93);
  padding-top: 200px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

nav .phone {
  padding: 0 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

nav .phone a {
  color: #868c91;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  line-height: 25px;
}

nav .phone a:hover {
  color: #fff;
}

nav .lang {
  position: absolute;
  top: 50px;
  right: 50px;
}

nav .lang li:before {
  background: #868c91 !important;
}

nav .lang li:hover a {
  color: #fff !important;
}

nav .lang a {
  color: #868c91 !important;
}

nav .links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 70px;
  height: 55px;
  text-transform: uppercase;
  color: #868c91;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  text-decoration: none;
}

nav .links a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  width: 0;
  background: #2d3339;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

nav .links a:hover {
  color: #ffffff;
  background: rgba(39, 42, 51, 0.6);
  text-decoration: none;
}

nav .links a:hover:before {
  width: 100%;
}

nav.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

nav .social a {
  font-size: 13px;
  color: #868c91;
}

nav .social a:before {
  background: #868c91;
}

nav .social a:hover {
  color: #fff;
}

nav .social a:hover:before {
  background: #fff;
}

.social {
  padding: 0 70px;
}

.social a {
  font-size: 13px;
  color: #454649;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.social a:not(:first-child) {
  margin-left: 30px;
}

.index-page header,
.index-page footer {
  display: none;
}

.index-page .menu-button svg .top {
  stroke-dasharray: 40 121;
}

.index-page .menu-button svg .bottom {
  stroke-dasharray: 40 121;
}

.index-page .menu-button svg .line {
  stroke: #fff;
}

.slick-arrow {
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: none;
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slick-arrow svg {
  width: 15px;
  fill: rgba(228, 232, 232, 0.66);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.slick-arrow:hover svg {
  fill: #e4e8e8;
}

.slick-arrow.prev-arrow {
  left: 75px;
}

.slick-arrow.next-arrow {
  right: 75px;
}

#catalog-button {
  position: absolute;
  top: 13px;
  left: 15px;
  z-index: 999;
  display: none;
  width: 30px;
  clip: rect(0px 45px 45px 0px);
}

#catalog-button img {
  max-width: 200px;
}

#catalog-button svg {
  stroke-width: 0px;
}

.index-page #catalog-button {
  display: block;
}

main {
  width: 100%;
}

main .slick-arrow {
  height: 60px;
}

main .slick-arrow svg {
  width: 15px;
}

main .slick-arrow.prev-arrow {
  left: 25px;
  display: none !important;
}

main .slick-arrow.next-arrow {
  right: 25px;
}

main .slick-arrow.next-arrow svg {
  -webkit-animation: arrow 2s infinite ease-in-out;
  animation: arrow 2s infinite ease-in-out;
}

main .slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 5px;
}

main .slick-dots li {
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

main .slick-dots li.slick-active {
  opacity: 1;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

main .slick-dots li button {
  outline: none;
}

main .element-item {
  height: 100vh;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center 0;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  outline: none;
}

main .element-item img {
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 25%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main .element-item.blur:after {
  opacity: 1;
}

main .element-item span {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #99a0ab;
}

main .element-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main .element-item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

main .element-item[data-slick-index="0"] img {
  opacity: 0.7;
}
/*
main .element-item[data-slick-index="0"]:before {
  background: rgba(18, 117, 121, 0.17);
}
*/

main .element-item[data-slick-index="0"] span {
  /*color: #b1bec8 !important;*/
}

main .element-item[data-slick-index="1"] img {
  opacity: 0.42;
}
/*
main .element-item[data-slick-index="1"]:before {
  background: rgba(116, 44, 21, 0.32);
}
*/

main .element-item[data-slick-index="1"] span {
  /*color: #edcfc9 !important;*/
}

main .element-item[data-slick-index="2"] img {
  opacity: 0.45;
}
/*
main .element-item[data-slick-index="2"]:before {
  background: rgba(51, 45, 42, 0.45);
}
*/

main .element-item[data-slick-index="2"] span {
  /*color: #d5c5b0 !important;*/
}

main .element-item[data-slick-index="3"] img {
  opacity: 0.73;
}
/*
main .element-item[data-slick-index="3"]:before {
  background: rgba(94, 176, 219, 0.24);
}
*/

main .element-item[data-slick-index="3"] span {
  /*color: #c5f4ff !important;*/
}

main .element-item:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

main .element-item:hover span {
  -webkit-transform: translate(-50%, -150%);
  -ms-transform: translate(-50%, -150%);
  transform: translate(-50%, -150%);
}

main .element-item:hover img {
  -webkit-transform: translateX(-50%) scale(0.85);
  -ms-transform: translateX(-50%) scale(0.85);
  transform: translateX(-50%) scale(0.85);
}

#mobile-preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #181c25;
  z-index: 999;
}

#mobile-preloader img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
}

.default-btn {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #222631;
  line-height: 43px;
  border: 1px solid #222631;
  display: inline-block;
  padding: 0 25px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.default-btn:hover {
  background: #fff;
  color: #222631;
}

.wrapper-page {
  padding: 0 50px;
  min-height: -webkit-calc(100vh - 139px);
  min-height: calc(100vh - 139px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-page.white-block {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-page.white-block .white-block-wrapper {
  width: 100%;
}

.wrapper-page.white-block .white-block-wrapper .white-block-title {
  color: #313338;
  font-size: 24px;
  margin: 50px 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.wrapper-page.white-block .white-block-wrapper .white-block-title * {
  font-size: inherit;
}

.wrapper-page.white-block .white-block-wrapper .white-block-body {
  background: #fff;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  margin: 0 auto 50px;
}

.wrapper-page.white-block .white-block-wrapper .white-block-body p {
  font-size: 16px;
  line-height: 26px;
  color: #333438;
}

.wrapper-page.white-block .white-block-wrapper .white-block-body p img {
  width: 100% !important;
  height: auto !important;
}

.wrapper-page.page-404 .white-block-title {
  font-size: 140px !important;
}

.wrapper-page.page-404 .white-block-body {
  text-align: center;
}

.wrapper-page.page-404 .default-btn {
  margin-top: 30px;
}

.breadcrumbs {
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  list-style-type: none;
  display: inline-block;
  color: #484a4f;
}

.breadcrumbs ul li a {
  color: inherit;
}

.breadcrumbs ul li:not(:first-child):before {
  content: ">";
  margin-right: 3px;
}

.breadcrumbs ul li:last-child {
  color: #919597;
  cursor: not-allowed;
}

.breadcrumbs ul li:last-child a {
  pointer-events: none;
}

#cube-loader {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
}

#cube-loader .caption {
  margin: 0 auto;
}

#cube-loader .cube-loader {
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-top: 49px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

#cube-loader .cube-loader .cube {
  position: relative;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
  width: 50%;
  height: 50%;
  float: left;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

#cube-loader .cube-loader .cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #34495e;
  -webkit-animation: cube-loader 2.76s infinite linear both;
  animation: cube-loader 2.76s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

#cube-loader .cube-loader .loader-2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotateZ(90deg);
}

#cube-loader .cube-loader .loader-3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  -ms-transform: scale(1.1) rotate(180deg);
  transform: scale(1.1) rotateZ(180deg);
}

#cube-loader .cube-loader .loader-4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  -ms-transform: scale(1.1) rotate(270deg);
  transform: scale(1.1) rotateZ(270deg);
}

#cube-loader .cube-loader .loader-2:before {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

#cube-loader .cube-loader .loader-3:before {
  -webkit-animation-delay: 0.69s;
  animation-delay: 0.69s;
}

#cube-loader .cube-loader .loader-4:before {
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

header {
  height: 82px;
  background: #fff;
  padding-left: 50px;
  padding-right: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}

header .menu-button {
  top: 0;
}

header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .logo img {
  max-width: 210px;
}

header .right-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

header .right-header>div a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #515964;
}

header .right-header>div a svg {
  margin-right: 5px;
  fill: #515964;
}

header .right-header>div:not(:first-child) {
  margin-left: 25px;
}

header .right-header .login-link svg {
  width: 13px;
}

header .right-header .office-link svg {
  width: 11px;
}

header .right-header .cart-link svg {
  width: 19px;
}

.lang ul {
  padding: 0;
  margin: 0;
}

.lang ul li {
  display: inline-block;
  padding-left: 50px;
  position: relative;
}

.lang ul li a {
  font-size: 12px;
  color: #070707;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.lang ul li:before {
  content: "";
  width: 30px;
  height: 1px;
  background: #504848;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  left: 0;
  top: 50%;
  pointer-events: none;
}

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: 57px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
  background: #fff;
  z-index: 998;
}

footer .left-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .left-footer .social {
  padding: 0;
}

footer .left-footer .phone a {
  font-size: 13px;
  color: #5a5c64;
  margin-left: 30px;
}

footer .right-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #5a5c64;
}

footer .right-footer a {
  color: inherit;
  margin-left: 15px;
}

/* Phone call btn */
.ball-btns {
  position: fixed;
  bottom: 85px;
  right: 15px;
  padding: 5px;
  z-index: 999
}

@media (min-width:768px) {
  .ball-btns {
      bottom: 10px;
      margin-right: 10px
  }
}

@media (min-width:1024px) {
  .ball-btns {
      bottom: 90px;
      right: 2.5%;
      margin-right: 25px
  }
}

.phone-call {
  position: relative;
}

.phone-call__btn,
.wedding-site__btn {
  display: block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 0 20px rgba(244, 230, 181, 0.1);
  background: #181c25;
  cursor: pointer;
  -webkit-animation: 2.5s ease-in infinite alternate btn-call;
  animation: 2.5s ease-in infinite alternate btn-call;
  transition: all ease-in .2s
}

.wedding-site__btn {
  margin-bottom: 25px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
}

@media (min-width:1024px) {
  .wedding-site__btn,
  .phone-call__btn {
      height: 55px;
      width: 55px
  }
}

.phone-call__btn:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: rgba(42, 50, 63, 0.8)
}

.phone-call__btn svg {
  width: 41.82%;
  height: 41.82%;
  position: absolute;
  top: .072%;
  bottom: 0;
  left: -.072%;
  right: 0;
  margin: auto;
  transition: all ease-in .2s;
  color: currentColor
}

.phone-call__drop {
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 200px;
  padding: 20px 10px;
  background: #262424;
  color: #f4e6b5;
  transform: scaleX(0) translate(50px, 0);
  transform-origin: top right;
  transition: all .5s .3s;
  opacity: .3
}

@media (min-width:768px) {
  .phone-call__drop {
      bottom: auto;
      top: 50%;
      transform: scaleX(0) translate(50px, -50%)
  }
}

@-webkit-keyframes btn-call {
  0% {
      box-shadow: 0 0 0 10px rgba(244, 230, 181, 0.1);
      transform: rotate(0)
  }

  50% {
      transform: rotate(10deg)
  }

  100% {
      box-shadow: 0 0 0 1px rgba(244, 230, 181, 0.25);
      transform: rotate(0)
  }
}

@keyframes btn-call {
  0% {
      box-shadow: 0 0 0 10px rgba(244, 230, 181, 0.1);
      transform: rotate(0)
  }

  50% {
      transform: rotate(10deg)
  }

  100% {
      box-shadow: 0 0 0 1px rgba(244, 230, 181, 0.25);
      transform: rotate(0)
  }
}

.phone-call--hover .phone-call__drop,
.phone-call:hover .phone-call__drop {
  opacity: 1;
  transform: scaleX(1) translate(0, 0)
}

@media (min-width:768px) {

  .phone-call--hover .phone-call__drop,
  .phone-call:hover .phone-call__drop {
      transform: scaleX(1) translate(0, -50%)
  }
}

.call-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .06em
}

.call-menu__item {
  margin: 12px 0 0;
  -webkit-animation: .2s both fadeOut;
  animation: .2s both fadeOut
}

.call-menu__item:first-child {
  margin-top: 0
}

.call-menu__item:nth-last-of-type(1) {
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms
}

.call-menu__item:nth-last-of-type(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}

.call-menu__item:nth-last-of-type(3) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.call-menu__item:nth-last-of-type(4) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.call-menu__item:nth-last-of-type(5) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.call-menu__item:nth-last-of-type(6) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

.phone-call--hover .call-menu__item,
.phone-call:hover .call-menu__item {
  -webkit-animation: 1s both fadeIn;
  animation: 1s both fadeIn
}

.phone-call--hover .call-menu__item:nth-of-type(1),
.phone-call:hover .call-menu__item:nth-of-type(1) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s
}

.phone-call--hover .call-menu__item:nth-of-type(2),
.phone-call:hover .call-menu__item:nth-of-type(2) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.phone-call--hover .call-menu__item:nth-of-type(3),
.phone-call:hover .call-menu__item:nth-of-type(3) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.phone-call--hover .call-menu__item:nth-of-type(4),
.phone-call:hover .call-menu__item:nth-of-type(4) {
  -webkit-animation-delay: .9s;
  animation-delay: .9s
}

.phone-call--hover .call-menu__item:nth-of-type(5),
.phone-call:hover .call-menu__item:nth-of-type(5) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s
}

.phone-call--hover .call-menu__item:nth-of-type(6),
.phone-call:hover .call-menu__item:nth-of-type(6) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}

.call-menu__icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px
}

.call-menu__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor
}

.call-menu__link {
  position: relative;
  display: block;
  padding: 0 0 0 23px;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400
}

.call-menu__link:hover {
  color: #a3a3a3;
  text-decoration: none
}

@-webkit-keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes fadeIn {
  from {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes fadeOut {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@keyframes fadeOut {
  from {
      opacity: 1
  }

  to {
      opacity: 0
  }
}
/* Phone call btn */


/* .element-page .prev-arrow {
  display: none !important; } */
.element-page .prev-arrow {
  margin-top: -26px;
}

.element-page .prev-arrow:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 20px;
  height: 1px;
  background: rgba(204, 204, 204, 0.8);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.element-page .prev-arrow svg {
  width: 15px;
  fill: rgba(204, 204, 204, 0.8);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-animation: arrowLeft 2s infinite ease-in-out;
  animation: arrowleft 2s infinite ease-in-out;
}

.element-page .element-arrow {
  border: none;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  outline: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 75px;
  width: auto;
  height: auto;
}

.element-page .element-arrow button {
  background: transparent;
  border: none;
  position: relative;
  padding: 0;
  outline: none;
}

.element-page .element-arrow button:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 20px;
  height: 1px;
  background: rgba(228, 232, 232, 0.66);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.element-page .element-arrow button svg {
  width: 15px;
  fill: rgba(228, 232, 232, 0.66);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  -webkit-animation: arrow 2s infinite ease-in-out;
  animation: arrow 2s infinite ease-in-out;
}

.element-page .element-arrow span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(228, 232, 232, 0.66);
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 40px;
  letter-spacing: 1.5px;
}

.element-page .element-arrow span b {
  text-transform: uppercase;
  margin-left: 3px;
}

.element-page .element-arrow:hover button:before {
  background: #e4e8e8;
}

.element-page .element-arrow:hover svg {
  fill: #e4e8e8;
}

.element-page .element-arrow:hover span {
  color: #e4e8e8;
}

.element-page .slider-item {
  height: -webkit-calc(100vh - 139px);
  height: calc(100vh - 139px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  outline: none;
}

.element-page .slider-item .element-description {
  width: 61.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.element-page .slider-item .element-description .element-description-top {
  height: 56.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 125px;
  background: #eee;
}

.element-page .slider-item .element-description .element-description-top span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: 16px;
  padding: 0 5px;
  background: #303948;
  display: inline-block;
  letter-spacing: 1.5px;
}

.element-page .slider-item .element-description .element-description-top h2 {
  font-size: 30px;
  font-weight: 700;
  color: #313338;
  margin-bottom: 10px;
  margin-top: 30px;
}

.element-page .slider-item .element-description .element-description-top p {
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
  color: #7b7b7b;
  margin-bottom: 0;
}

.element-page .slider-item .element-description .element-description-bottom {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-left {
  width: 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  cursor: url(../img/gallery-cursor.png), pointer;
  outline: none;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right {
  width: 50%;
  background: #181c25;
  padding: 35px 50px;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block {
  width: 100%;
  height: 100%;
  padding: 0px 50px 0px;
  border: 2px solid #737579;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block span {
  font-size: 13px;
  line-height: 18px;
  padding: 0 7px;
  background: #303948;
  color: #a0a7b2;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1.5px;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block h2 {
  font-size: 36px;
  line-height: 48px;
  color: #a0a7b2;
  font-weight: 400;
  margin: 30px 0;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block h2 b {
  display: block;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block a {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7f8691;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  letter-spacing: 1.5px;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  border: 1px solid #c1c1c1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  pointer-events: none;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block a:hover {
  padding: 0 20px;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block a:hover:before {
  width: 100%;
}

.element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -35px;
  max-width: 170px;
  opacity: 0.13;
}

.element-page .slider-item .element-image {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.element-page .slider-item .element-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(31, 34, 45, 0.5);
}

.elements {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elements .element-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7b7b7b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.elements .element-item img {
  max-width: 36px;
  margin-right: 15px;
}

.elements .element-item:not(:first-child) {
  margin-left: 40px;
}

.elements .element-item:hover,
.elements .element-item.active {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.wrapper-page.catalog-page-2 .catalog-image {
  display: none;
}

.wrapper-page.catalog-page-2 .product-item {
  width: 25% !important;
}

.wrapper-page.catalog-page-2 .catalog-nav {
  position: relative;
}

.wrapper-page.catalog-page-2 .catalog-nav:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -50px;
  left: -50px;
  background: #fff;
  z-index: -1;
}

.wrapper-page.catalog-page-2 .catalog-nav:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  left: -1px;
  z-index: -1;
  pointer-events: none;
  border-left: 1px solid #d0d1d4;
  border-right: 1px solid #d0d1d4;
}

.wrapper-page .catalog-image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 400px;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  height: -webkit-calc(100vh - 139px);
  height: calc(100vh - 139px);
}

.wrapper-page .catalog-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(31, 34, 45, 0.5);
}

.wrapper-page .catalog-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrapper-page .catalog-wrap .catalog-nav {
  background: #fff;
  height: 92px;
  border: 1px solid #d0d1d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
  z-index: 998;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item:not(:first-child) {
  margin-left: 75px;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item b {
  font-weight: 700;
  color: #313338;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item span {
  font-size: 13px;
  color: #7b7b7b;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item a:hover span {
  color: #313338;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list {
  position: relative;
  cursor: pointer;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list .abc {
  width: 7px;
  fill: green;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  vertical-align: middle;
  margin-left: 3px;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list .cba {
  width: 7px;
  fill: red;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  vertical-align: middle;
  margin-left: 3px;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list button {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  min-width: 180px;
  text-align: left;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list button svg {
  width: 8px;
  fill: #7b7b7b;
  vertical-align: middle;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list ul {
  position: absolute;
  left: 0;
  min-width: 100%;
  top: -webkit-calc(100% + 25px);
  top: calc(100% + 25px);
  padding: 0;
  margin: 0;
  border: 1px solid #d0d1d4;
  background: #fff;
  display: none;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list ul li {
  list-style-type: none;
  white-space: nowrap;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list ul li a {
  display: block;
  color: #7b7b7b;
  padding: 0 10px;
  line-height: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list ul li a:hover {
  color: #fff;
  background: #7b7b7b;
}

.wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list:hover button span {
  color: #313338;
}

.wrapper-page .catalog-wrap .catalog-block {
  background: #eeeeee;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 100px;
  border: 1px solid #d0d1d4;
  border-top: none;
}

.wrapper-page .catalog-wrap .catalog-block .catalog-title {
  font-size: 24px;
  line-height: 36px;
  color: #313338;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
  max-width: 800px;
}

.wrapper-page .catalog-wrap .catalog-block .catalog-title * {
  font-size: inherit;
}

.wrapper-page .catalog-wrap .catalog-block p {
  font-size: 13px;
  line-height: 22px;
  color: #7b7b7b;
  max-width: 800px;
}

.wrapper-page .catalog-wrap .catalog-block #products {
  margin: 0 -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item {
  padding: 0 25px;
  width: 33%;
  margin-top: 60px;
  height: 350px;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
  height: 100%;
  position: relative;
  z-index: 0;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 60px;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-image {
  height: 275px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-description {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  position: relative;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-description .product-name {
  color: #373c44;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-description .product-price {
  color: #7b7b7b;
  white-space: nowrap;
}

.wrapper-page .catalog-wrap .catalog-block #products .product-item a:hover:before {
  top: -30px;
}

.product-page .breadcrumbs:after {
  display: none;
}

.product-page:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 50%;
  right: 0;
  left: 0;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}

.product-page .product-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.product-page .product-block .product-name {
  color: #313338;
  font-size: 24px;
  text-transform: uppercase;
}

.product-page .product-block .product-name * {
  font-size: inherit;
}

.product-page .product-block .product-image {
  width: 50%;
}

.product-page .product-block .product-image .slider-item {
  height: 550px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  outline: none;
  position: relative;
}

.product-page .product-block .product-image .slider-item:before {
  content: "";
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ1MSA0NTEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1MSA0NTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDQ3LjA1LDQyOGwtMTA5LjYtMTA5LjZjMjkuNC0zMy44LDQ3LjItNzcuOSw0Ny4yLTEyNi4xQzM4NC42NSw4Ni4yLDI5OC4zNSwwLDE5Mi4zNSwwQzg2LjI1LDAsMC4wNSw4Ni4zLDAuMDUsMTkyLjMgICBzODYuMywxOTIuMywxOTIuMywxOTIuM2M0OC4yLDAsOTIuMy0xNy44LDEyNi4xLTQ3LjJMNDI4LjA1LDQ0N2MyLjYsMi42LDYuMSw0LDkuNSw0czYuOS0xLjMsOS41LTQgICBDNDUyLjI1LDQ0MS44LDQ1Mi4yNSw0MzMuMiw0NDcuMDUsNDI4eiBNMjYuOTUsMTkyLjNjMC05MS4yLDc0LjItMTY1LjMsMTY1LjMtMTY1LjNjOTEuMiwwLDE2NS4zLDc0LjIsMTY1LjMsMTY1LjMgICBzLTc0LjEsMTY1LjQtMTY1LjMsMTY1LjRDMTAxLjE1LDM1Ny43LDI2Ljk1LDI4My41LDI2Ljk1LDE5Mi4zeiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-background-size: 50% 50%;
  background-size: 50%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.product-page .product-block .product-image .slider-item:hover:before {
  opacity: 1;
}

.product-page .product-block .product-image .product-links {
  margin-top: 40px;
  margin-bottom: 30px;
}

.product-page .product-block .product-image .product-links a {
  color: #333743;
  text-decoration: underline;
  font-size: 13px;
}

.product-page .product-block .product-image .product-links a:hover {
  text-decoration: none;
}

.product-page .product-block .product-image .product-links a:not(:first-child) {
  margin-left: 30px;
}

.product-page .product-block .product-description {
  width: 50%;
  padding-left: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-page .product-block .product-description .flex-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page .product-block .product-description .radio {
  display: inline-block;
}

.product-page .product-block .product-description .radio:not(:first-child) {
  margin-left: 25px;
}

.product-page .product-block .product-description .radio input {
  display: none;
}

.product-page .product-block .product-description .radio label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}

.product-page .product-block .product-description .radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #ebebeb;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.product-page .product-block .product-description .radio label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #777a83;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.product-page .product-block .product-description .radio input:checked+label:after {
  opacity: 1;
}

.product-page .product-block .product-description .product-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #272c37;
  margin: 20px 0;
  font-size: 13px;
  font-weight: 600;
  margin-left: 30px;
  white-space: nowrap;
}

.product-page .product-block .product-description .product-price b {
  font-size: 21px;
}

.product-page .product-block .product-description .product-price img {
  max-width: 35px;
  margin-right: 15px;
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.product-page .product-block .product-description .product-text {
  font-size: 13px;
  line-height: 22px;
  color: #7b7b7b;
  position: relative;
  padding-bottom: 25px;
  position: relative;
}

.product-page .product-block .product-description .product-text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -80px;
  left: -65px;
  right: -125px;
  background: #fff;
  z-index: -1;
  pointer-events: none;
}

.product-page .product-block .product-description .product-text .overflow-block {
  height: 65px;
  overflow: hidden;
}

.product-page .product-block .product-description .product-text p {
  margin-top: 0;
}

.product-page .product-block .product-description .product-text p:last-child {
  margin-bottom: 0;
}

.product-page .product-block .product-description .product-text .read-more {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #313131;
  text-decoration: underline;
  cursor: pointer;
}

.product-page .product-block .product-description .product-text.active {
  padding-bottom: 0;
}

.product-page .product-block .product-description .product-text.active .overflow-block {
  height: auto;
}

.product-page .product-block .product-description .default-btn {
  margin-top: 20px;
  margin-bottom: 30px;
}

.product-page .product-block .product-description .product-description-top {
  height: 50%;
}

.product-page .product-block .product-description .product-slider-nav {
  width: 510px;
}

.product-page .product-block .product-description .product-slider-nav .slider-item {
  outline: none;
  height: 160px;
  width: 235px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  margin-right: 45px;
  cursor: pointer;
}

.product-page .product-block .product-description .slider-block {
  position: relative;
}

.product-page .product-block .product-description .slider-block .slick-arrow svg {
  width: 20px;
  fill: #757983;
}

.product-page .product-block .product-description .slider-block:before {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #757983;
  position: absolute;
  right: 39px;
  top: 50%;
}

.product-page .product-block .product-description .slider-block .next-arrow {
  right: 0;
}

.product-page .product-block .product-description .slider-block .prev-arrow {
  left: auto;
  right: 55px;
}

.product-page .product-block .product-description .info-block {
  font-size: 12px;
  line-height: 19px;
  color: #888a90;
  padding-left: 30px;
  position: relative;
  margin-top: 45px;
}

.product-page .product-block .product-description .info-block svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  fill: #96979a;
}

.text-page {
  min-height: -webkit-calc(100vh - 139px);
  min-height: calc(100vh - 139px);
  position: relative;
  padding: 0 125px;
  overflow: hidden;
}

.text-page .breadcrumbs {
  position: relative;
}

.text-page .breadcrumbs:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -125px;
  left: -125px;
  background: #fff;
  z-index: -1;
}

.text-page .breadcrumbs:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  right: -74px;
  left: -74px;
  background: #d0d1d4;
}

.text-page:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
  border: 1px solid #d0d1d4;
  pointer-events: none;
  z-index: -1;
}

.text-page .wrapper-page {
  min-height: -webkit-calc(100vh - 224px);
  min-height: calc(100vh - 224px);
}

.text-page .white-block-title {
  margin-bottom: 30px !important;
}

.text-page .text-page-subtitle {
  font-size: 13px;
  line-height: 22px;
  color: #7b7b7b;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-page .white-block-body {
  padding: 65px 70px;
}

.text-page .white-block-body img {
  width: 100%;
  margin-bottom: 10px;
}

.text-page .white-block-body h5 {
  font-size: 18px;
  line-height: 23px;
  color: #444447;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}

.text-page .white-block-body p {
  font-size: 13px !important;
  line-height: 22px !important;
  color: #7b7b7b !important;
}

.text-page .white-block-body .elements {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.blog-page {
  padding: 0 90px;
}

.blog-page .breadcrumbs:before,
.blog-page .breadcrumbs:after {
  left: -90px;
  right: -90px;
}

.blog-page .wrapper-page {
  padding: 0;
}

.blog-page .blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.blog-page .blog-wrapper .blog-item {
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  padding-left: 90px;
  height: 280px;
  position: relative;
  margin-top: 45px;
  margin-bottom: 25px;
}

.blog-page .blog-wrapper .blog-item .blog-image {
  position: absolute;
  /* left: 0px; */
  /* top: -55px; */
  /* width: 48%; */
  left: 90px;
  width: 40%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-page .blog-wrapper .blog-item .blog-description {
  background: #fff;
  padding-left: 49%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-page .blog-wrapper .blog-item .blog-description h5 {
  font-size: 18px;
  line-height: 30px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-page .blog-wrapper .blog-item .blog-description span {
  font-size: 14px;
  color: #a7a7a7;
  font-weight: 500;
}

.blog-page .blog-wrapper .blog-item .blog-description p {
  font-size: 13px;
  line-height: 24px;
  color: #7b7b7b;
  margin: 20px 0 25px;
}

.blog-page .blog-wrapper .blog-item .blog-description .blog-link {
  font-size: 12px;
  text-transform: uppercase;
  color: #191919;
  letter-spacing: 1px;
  position: relative;
}

.blog-page .blog-wrapper .blog-item .blog-description .blog-link:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #191919;
  position: absolute;
  top: 50%;
  /* -webkit-transform: translateX(100%);
                -ms-transform: translateX(100%);
                    transform: translateX(100%);
            left: 10px;
            */
  left: 100%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-page .blog-wrapper .blog-item:nth-child(2n) {
  margin-left: 50px;
}

.blog-page .blog-wrapper .blog-item:hover .blog-image {
  top: 0;
  left: 90px;
  width: 40%;
}

.blog-page .blog-wrapper .blog-item:hover .blog-link:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  left: -3px;
  top: 100%;
}

.blog-inner-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50vh;
  background: #fff;
  pointer-events: none;
  z-index: -1;
}

.blog-inner-page .blog-wrapper {
  padding: 0 35px;
}

.blog-inner-page .blog-wrapper .blog-image {
  height: 555px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper {
  padding: 0 265px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text {
  background: #fff;
  padding: 70px 105px 60px;
  margin-top: -90px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text h2 {
  font-size: 18px;
  line-height: 30px;
  color: #191919;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 40px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text p {
  font-size: 13px;
  line-height: 21px;
  color: #525252;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 70px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block svg {
  width: 18px;
  fill: #222631;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222631;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block a span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block a.prev-page span {
  margin-left: 20px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block a.next-page span {
  margin-right: 20px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block a:hover.prev-page span {
  margin-left: 10px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block a:hover.next-page span {
  margin-right: 10px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper {
  margin-bottom: 50px;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomandation-title {
  font-size: 20px;
  color: #3b3b3b;
  line-height: 28px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #e6e6e7;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item {
  padding: 0 15px;
  width: 20%;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item .blog-image {
  height: auto;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item .blog-image:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item p {
  color: #2d2b2d;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item a:hover .blog-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.gallery-page {
  min-height: -webkit-calc(100vh - 224px);
  min-height: calc(100vh - 224px);
}

.gallery-page .gallery-block {
  height: 425px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery-page .gallery-block .gallery-left {
  width: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-page .gallery-block .gallery-center {
  width: 40%;
  background: #232730;
  padding: 30px 40px;
  color: #fff;
  border: 1px solid #eee;
}

.gallery-page .gallery-block .gallery-center h5 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
}

.gallery-page .gallery-block .gallery-center p {
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.gallery-page .gallery-block .gallery-center p:last-child {
  margin-bottom: 0;
}

.gallery-page .gallery-block .gallery-right {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-page .gallery-block .gallery-right a {
  height: 50%;
  width: 50%;
}

.gallery-page .gallery-block .gallery-right a:first-child {
  width: 100%;
}

.gallery-page .gallery-wrap {
  margin-bottom: 30px;
}

.gallery-page .gallery-wrap a {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  height: 50%;
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  cursor: url(../img/gallery-cursor.png), pointer;
}

.gallery-page .gallery-wrap a span {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  background: rgba(35, 39, 48, 0.88);
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.gallery-page .gallery-wrap a:hover span {
  height: 100%;
}

.gallery-page .gallery-wrap .additional-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-page .gallery-wrap .additional-gallery a {
  width: 20%;
  height: 212.5px;
}

.contacts-page {
  padding-bottom: 300px !important;
}

.contacts-page img {
  width: 100%;
}

.contacts-page .container {
  position: relative;
}

.contacts-page .contacts-wrapper {
  position: absolute;
  top: 50%;
  right: 90px;
  left: 90px;
  background: #fff;
  padding: 65px 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}

.contacts-page .contacts-wrapper p {
  font-size: 13px;
  line-height: 22px;
  color: #7b7b7b;
  margin: 0;
}

.contacts-page .contacts-wrapper p a {
  color: inherit;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts-page .contacts-wrapper p a:hover {
  color: #191919;
}

.contacts-page .contacts-wrapper .contacts-left {
  width: 60%;
  padding: 0 25px;
}

.contacts-page .contacts-wrapper .contacts-left label {
  margin-top: 15px;
  display: block;
  position: relative;
}

.contacts-page .contacts-wrapper .contacts-left label input {
  width: 100%;
  line-height: 57px;
  border: none;
  border-bottom: 2px solid #b6b9c1;
  color: #262626;
  outline: none;
}

.contacts-page .contacts-wrapper .contacts-left label span {
  position: absolute;
  left: 0;
  color: #262626;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts-page .contacts-wrapper .contacts-left label input:focus+span {
  top: 0;
  font-size: 12px;
}

.contacts-page .contacts-wrapper .contacts-left label.active span {
  top: 0;
  font-size: 12px;
}

.contacts-page .contacts-wrapper .contacts-left .default-btn {
  margin-top: 40px;
}

.contacts-page .contacts-wrapper .contacts-right {
  width: 40%;
  padding: 0 25px;
}

.contacts-page .contacts-wrapper .contacts-right .contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.contacts-page .contacts-wrapper .contacts-right .contacts-item svg {
  width: 35px;
  fill: #b8b9b9;
  margin-right: 30px;
}

.contacts-page .contacts-wrapper .contacts-right .contacts-item h5 {
  font-weight: 500;
  font-size: 13px;
  color: #191919;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}

.cart-block {
  background: #fff;
  padding-top: 35px;
  margin-bottom: 50px;
}

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cbcbcb;
  padding: 5px 30px 5px 70px;
}

.cart-item>div {
  padding: 0 15px;
}

.cart-item .cart-img {
  height: 75px;
  min-width: 75px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cart-item .cart-name-block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.cart-item .cart-name-block>a {
  color: #333438;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 16px;
  line-height: 20px;
}

.cart-item .cart-name-block>a:hover {
  color: #000;
}

.cart-item .cart-name-block .brand-link {
  margin-bottom: 5px;
}

.cart-item .cart-name-block .brand-link a {
  color: #7b7d7f;
  font-size: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.cart-item .cart-name-block .size-link {
  color: #7b7d7f;
  font-size: 12px;
}

.cart-item .cart-name-block .articul {
  color: #363a3d;
}

.cart-item .cart-name-block .rating {
  margin-top: 5px;
}

.cart-item .cart-name-block .stock {
  color: #6b6e74;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-item .cart-name-block .stock img {
  margin-right: 5px;
}

.cart-item .cart-item-price {
  font-size: 18px;
  color: #333333;
  min-width: 200px;
}

.cart-item .cart-item-price .new-price {
  font-size: 22px;
  color: #333438;
}

.cart-item .cart-item-price .new-price span {
  font-size: 15px;
  font-weight: bold;
}

.cart-item .cart-item-price .old-price {
  font-size: 18px;
  color: #a8aaab;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  margin-bottom: 10px;
}

.cart-item .cart-item-price .old-price span {
  font-size: 13px;
}

.cart-item .cart-item-price .old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #a8aaab;
}

.cart-item .cart-quantity {
  padding: 0;
  margin: 0 15px;
  min-width: 200px;
  position: relative;
}

.cart-item .cart-quantity .cart-quantity-block {
  position: relative;
  display: inline-block;
}

.cart-item .cart-quantity .minus,
.cart-item .cart-quantity .plus {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a8aaab;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 22px;
}

.cart-item .cart-quantity .minus.minus,
.cart-item .cart-quantity .plus.minus {
  left: 10px;
}

.cart-item .cart-quantity .minus.plus,
.cart-item .cart-quantity .plus.plus {
  right: 10px;
}

.cart-item .cart-quantity input {
  text-align: center;
  font-weight: 600;
  color: #1c1f23;
  border: 1px solid #eaeaeb;
  line-height: 48px;
  width: 100px;
}

.cart-item .cart-item-remove {
  cursor: pointer;
}

.cart-item .cart-item-remove svg {
  width: 12px;
  fill: #000;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-item .cart-item-remove:hover svg {
  fill: red;
}

.cart-item.header-item {
  min-height: auto;
}

.cart-item.header-item a {
  height: auto;
  pointer-events: none;
}

.cart-item.header-item div {
  font-size: 12px;
  color: #777777;
  font-weight: 600;
  text-transform: uppercase;
  height: auto;
}

.cart-item.header-item .cart-item-remove {
  opacity: 0;
  pointer-events: none;
}

.cart-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 65px;
  padding-left: 70px;
  padding-right: 45px;
  padding-bottom: 75px;
  margin-bottom: 50px;
}

.cart-footer .left-block {
  max-width: 320px;
}

.cart-footer .left-block span {
  color: #5f6363;
  margin-bottom: 20px;
  display: block;
}

.cart-footer .left-block .discount-input {
  border: 1px dashed #dadada;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cart-footer .left-block .discount-input input {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 35px;
  border: none;
  border-bottom: 3px solid #f1f1f1;
  margin-right: 10px;
  color: #b4b5b5;
  outline: none;
}

.cart-footer .left-block .discount-input .default-btn {
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 15px;
  line-height: 35px;
}

.cart-footer .left-block p {
  font-size: 12px;
  line-height: 20px;
  color: #798282;
}

.cart-footer .left-block p a {
  color: #303939;
  text-decoration: underline;
}

.cart-footer .left-block .continue {
  font-size: 13px;
  color: #242626;
  border: 2px solid #e2e2e2;
  width: 100%;
  display: block;
  margin-top: 15px;
  height: 45px;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-footer .left-block .continue svg {
  fill: #4d4d4d;
  width: 10px;
  margin-right: 5px;
  margin-top: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-footer .left-block .continue:hover {
  background: #222631;
  border-color: #222631;
  color: #fff;
}

.cart-footer .left-block .continue:hover svg {
  fill: #fff;
}

.cart-footer .right-block {
  max-width: 300px;
  width: 100%;
}

.cart-footer .right-block .price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
}

.cart-footer .right-block .price-item b {
  color: #242626;
  font-weight: 400;
}

.cart-footer .right-block .price-item span {
  font-weight: 500;
  color: #4f5151;
  font-size: 16px;
}

.cart-footer .right-block .price-item span i {
  font-style: normal;
  font-size: 22px;
}

.cart-footer .right-block .price-item:not(:first-child) {
  margin-top: 15px;
}

.cart-footer .right-block .default-btn {
  width: 100%;
  margin-top: 25px;
}

.cart-footer .right-block a {
  font-size: 13px;
  color: #fff;
  border: 2px solid #e2e2e2;
  width: 100%;
  display: block;
  margin-top: 15px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-footer .right-block a svg {
  fill: #4d4d4d;
  width: 10px;
  margin-right: 5px;
  margin-top: 3px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.cart-footer .right-block a:hover {
  background: #222631;
  border-color: #222631;
  color: #fff;
}

.cart-footer .right-block a:hover svg {
  fill: #fff;
}

.empty-cart {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.empty-cart h6 {
  font-size: 35px;
  color: #383a3e;
  font-weight: 600;
  margin: 0;
}

.empty-cart p {
  font-size: 16px;
  color: #676b72;
  margin-top: 25px;
  margin-bottom: 40px;
}

.empty-cart .elements {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 30px;
}

.nav-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-bottom: 30px;
  margin-top: 0;
}

.nav-tabs a:not(.active) {
  background: #fff;
  color: #6d7074;
  border-color: #6d7074;
}

.nav-tabs a:not(.active):hover {
  background: #222631;
  border-color: #222631;
  color: #fff;
}

.nav-tabs a:not(:first-child) {
  margin-left: 15px;
}

.nav-tabs a.active {
  pointer-events: none;
}

.nav-tabs a.active:hover {
  background: #222631;
  border-color: #222631;
  color: #fff;
}

.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

.tab-content .tab-pane label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.tab-content .tab-pane label span {
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  color: #3c3d41;
}

.tab-content .tab-pane label input,
.tab-content .tab-pane label textarea {
  width: 100%;
  line-height: 34px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  color: #5e6266;
  outline: none;
}

.tab-content .tab-pane label textarea {
  resize: vertical;
  min-height: 140px;
  max-height: 300px;
  line-height: 20px;
  padding: 5px 10px;
}

.delivery-block {
  border-bottom: 1px solid #dadada;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.delivery-block .login-wrap {
  width: 100%;
  padding: 0;
}

.delivery-block .left-block {
  width: 50%;
  padding: 50px 65px 70px 100px;
  border-right: 1px solid #dadada;
  flex: 1 1 50%;
}

.delivery-block .right-block {
  width: 50%;
  padding: 50px 100px 70px 65px;
  flex: 1 1 50%;
}

.delivery-block .middle-block {
  width: 100%;
  padding: 50px 100px 70px 65px;
  flex: 1 1 100%;
  border-top: 1px solid #dadada;
}

.delivery-block .left-block h5,
.delivery-block .right-block h5,
.delivery-block .middle-block h5 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  border-bottom: 1px solid #dadada;
  padding-bottom: 20px;
  margin-top: 0;
}

.delivery-block .right-block .checkbox-block,
.delivery-block .middle-block .checkbox-block {
  margin-bottom: 15px;
}

.delivery-block .right-block .checkbox-block .remember:first-child,
.delivery-block .middle-block .checkbox-block .remember:first-child {
  margin-left: 0;
}

.delivery-block .right-block .checkbox-block .remember svg,
.delivery-block .middle-block .checkbox-block .remember svg {
  margin-bottom: 0;
}

.delivery-block .right-block .adress-block {
  margin-bottom: 15px;
}

.delivery-block .right-block .adress-block span {
  margin-bottom: 10px;
  display: inline-block;
  color: #3c3d41;
}

.delivery-block .right-block .adress-block .input input {
  width: 100%;
  line-height: 34px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  color: #5e6266;
  outline: none;
}

.delivery-block .right-block .adress-block .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.delivery-block .right-block .adress-block .inputs input {
  width: 50%;
  line-height: 34px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  color: #5e6266;
  outline: none;
}

.delivery-block .right-block .adress-block .inputs input:not(:first-child) {
  margin-left: 10px;
  width: 25%;
}

.delivery-block .right-block .half-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.delivery-block .right-block .half-blocks .item {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}

.delivery-block .right-block .half-blocks .item.full-width {
  width: 100%;
}

.delivery-block .right-block .half-blocks .item span {
  margin-bottom: 10px;
  display: inline-block;
  color: #3c3d41;
}

.delivery-block .right-block .half-blocks .item .input-wrap {
  position: relative;
}

.delivery-block .right-block .half-blocks .item .input-wrap:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  width: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.delivery-block .right-block .half-blocks .item input {
  width: 100%;
  line-height: 34px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  color: #5e6266;
  outline: none;
  padding-left: 35px;
}

.delivery-block .right-block .half-blocks .item.full-width .input-wrap:before {
  background-image: url(../img/calendar-icon.png);
}

.delivery-block .right-block .half-blocks .item .input-wrap:before {
  background-image: url(../img/time-icon.png);
}

.delivery-block .right-block p {
  font-size: 12px;
  line-height: 20px;
  color: #666767;
}

.delivery-block .right-block .radio,
.delivery-block .middle-block .radio {
  margin-bottom: 25px;
}

.delivery-block .right-block .radio input,
.delivery-block .middle-block .radio input {
  display: none;
}

.delivery-block .right-block .radio label,
.delivery-block .middle-block .radio label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.delivery-block .right-block .radio label:before,
.delivery-block .middle-block .radio label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #ebebeb;
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.delivery-block .right-block .radio label:after,
.delivery-block .middle-block .radio label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  /* -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); */
  width: 5px;
  height: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #777a83;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.delivery-block .right-block .radio input:checked+label:after,
.delivery-block .middle-block .radio input:checked+label:after {
  opacity: 1;
}

.chosen-list {
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.chosen-list b {
  color: #3c3d41;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
}

.chosen-list button,
.chosen-list .city_input {
  background: transparent;
  border: 1px solid #d0d2d6;
  height: 36px;
  width: 100%;
  padding: 0;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chosen-list button span {
  display: flex;
  align-items: center;
  color: #5e6266;
}

.chosen-list .carret_input {
  height: 36px;
  width: 36px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 33px;
}

.chosen-list .carret_input svg {
  width: 8px;
  fill: #7b7b7b;
  vertical-align: middle;
}

.chosen-list button svg {
  width: 8px;
  fill: #7b7b7b;
  vertical-align: middle;
}

.chosen-list ul {
  position: absolute;
  left: 0;
  right: 0;
  top: -webkit-calc(100%);
  top: calc(100%);
  padding: 0;
  margin: 0;
  border: 1px solid #d0d1d4;
  border-top: 0px;
  background: #fff;
  display: none;
  z-index: 1;
  max-height: 150px;
  overflow: auto;
}

.chosen-list ul li {
  list-style-type: none;
  white-space: nowrap;
}

.chosen-list ul li a {
  display: block;
  color: #7b7b7b;
  padding: 0 10px;
  line-height: 25px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.chosen-list ul li a:hover {
  color: #fff;
  background: #7b7b7b;
}

.chosen-list:hover button span {
  color: #313338;
}

.delivery-page .cart-block {
  padding-top: 0;
}

.delivery-page .cart-footer {
  padding-left: 100px;
}

.delivery-page .cart-footer .left-block a {
  font-size: 13px;
  color: #242626;
  border: 2px solid #e2e2e2;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #fff;
}

.delivery-page .cart-footer .left-block a svg {
  fill: #4d4d4d;
  width: 10px;
  margin-right: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.delivery-page .cart-footer .left-block a:hover {
  background: #222631;
  border-color: #222631;
  color: #fff;
}

.delivery-page .cart-footer .left-block a:hover svg {
  fill: #fff;
}

.finish-delivery-block {
  border: 1px solid #dadada;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-right: 30%;
  padding-left: 30%;
  text-align: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.finish-delivery-block h5 {
  font-size: 20px;
  color: #46474b;
  font-weight: 600;
  margin-bottom: 30px;
}

.finish-delivery-block p {
  font-size: 14px;
  line-height: 21px;
  color: #272727;
}

.finish-delivery-block p span {
  font-weight: 600;
}

.finish-delivery-block p a {
  text-decoration: underline;
}

.payment-block {
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.payment-block .payment-header {
  padding: 0 90px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333438;
  font-size: 19px;
  font-weight: 600;
}

.payment-block .payment-item {
  border-top: 1px solid #ededed;
}

.payment-block .payment-item label {
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
  color: #8d8f93;
  position: relative;
  padding: 0 90px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.payment-block .payment-item label img {
  margin-left: 40px;
  margin-right: 30px;
}

.payment-block .payment-item label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #ebebeb;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.payment-block .payment-item input:checked+label {
  color: #333333;
  background: #f5f7f8;
}

.thankyou-page .container {
  max-width: 770px;
}

.thankyou-page .container .white-block-body {
  text-align: center;
  padding: 80px 150px !important;
}

.thankyou-page .container .white-block-body h5 {
  font-size: 20px;
  color: #46474b;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}

.thankyou-page .container .white-block-body p {
  color: #272727;
  margin-top: 0;
  margin-bottom: 25px;
}

.thankyou-page .container .white-block-body p a {
  color: inherit;
  text-decoration: underline;
}

.thankyou-page .container .white-block-body p a:hover {
  text-decoration: none;
}

.thankyou-page .container .white-block-body b {
  display: block;
  font-weight: 500;
  color: #323a4e;
}

@media (max-width: 991px) {
  .product-page .product-block .product-description {
    width: 100%;
  }

  .cart-item .cart-quantity {
    margin: 0 15px;
  }

  .cart-item>div {
    padding: 0 5px;
  }

  .cart-item .cart-item-price {
    width: 150px;
    min-width: auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .cart-item .cart-item-remove {
    padding-left: 0;
    padding-right: 5px;
  }

  .cart-item .cart-img {
    min-width: 75px;
  }

  .cart-footer b {
    margin-right: 30px;
  }

  .cart-footer a {
    margin-left: 0;
  }

  .cart-footer .button {
    padding: 0 15px;
    line-height: 45px;
  }

  .empty-cart {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cart-footer a {
    font-size: 14px;
  }

  .cart-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-footer .button {
    margin-top: 30px;
  }

  .cart-footer b {
    margin: 0;
  }

  .cart-item .cart-quantity {
    min-width: 120px;
  }

  .catalog-page .reload-list:not(#lang) button,
  .search-page .reload-list:not(#lang) button {
    width: 200px;
  }

  .catalog-page .products-block:not(.list) .product-item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .element-page .prev-arrow {
    display: none !important;
  }

  .cart-item:before {
    content: "";
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cart-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cart-footer .button {
    margin: 15px auto 0;
  }

  .cart-item .cart-img {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .cart-item .cart-name-block,
  .cart-item .cart-item-remove {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .cart-item .cart-item-price,
  .cart-item .cart-quantity {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .cart-item .cart-item-remove {
    padding-left: 5px;
    padding-right: 0;
  }

  .cart-page .cart-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
  }

  .cart-item .cart-name-block {
    width: 70%;
  }

  .cart-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cart-footer .right-block {
    margin-top: 15px;
  }

  .cart-footer b {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cart-item.header-item {
    display: none;
  }

  .catalog-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
  }

  .catalog-header {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .catalog-page .reload-list:not(#lang),
  .search-page .reload-list:not(#lang) {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

@media (max-width: 479px) {
  .cart-item .cart-img {
    min-width: 150px;
  }

  .cart-item {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }

  .cart-item .cart-name-block {
    text-align: center;
  }

  .cart-item .cart-item-remove {
    position: absolute;
    top: 20px;
    right: 10px;
  }

  .cart-item .cart-item-price {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .cart-footer b {
    text-align: center;
    margin: 0;
    margin-top: 15px;
  }

  .cart-footer a {
    font-size: 12px;
  }
}

.login-wrap-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.login-wrap-block h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-top: 0;
  margin-bottom: 25px;
}

.login-wrap-block .right-block {
  width: 50%;
  padding-left: 100px;
  border-left: 1px solid #e6e6e6;
}

.login-wrap-block .right-block h4 {
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 20px;
}

.login-wrap-block .right-block p {
  font-size: 13px;
  line-height: 18px;
  color: #aab2bd;
  margin-bottom: 25px;
}

.login-wrap-block .right-block .social-buttons {
  margin-bottom: 50px;
}

.login-wrap-block .right-block .social-buttons a svg,
.login-wrap-block .right-block .social-buttons a img {
  width: 30px;
}

.login-wrap-block .right-block .social-buttons a:not(:first-of-type) {
  margin-left: 10px;
}

.login-wrap-block .right-block .social-buttons a:hover svg,
.login-wrap-block .right-block .social-buttons a:hover img {
  -webkit-animation: swing 500ms ease-in-out;
  animation: swing 500ms ease-in-out;
}

.login-wrap-block .right-block a {
  cursor: pointer;
  display: inline-block;
}

.remember {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
}

.remember label {
  font-weight: 400;
  color: #444444;
  margin-top: 15px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.remember label a {
  margin-top: 0;
  display: inline;
}

.remember label span {
  width: 14px;
  height: 14px;
  border: 2px solid #cccccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0 !important;
  margin-right: 5px;
  vertical-align: top;
}

.remember label span svg {
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 10px;
  margin-bottom: 5px;
}

.remember label i {
  font-style: normal;
}

.remember input.red+label span {
  border: 2px solid red;
}

.policy.remember {
  display: inline-block;
  margin-left: 0px;
  margin-top: 0px;
  border-top: 1px solid #dadada;
  padding-top: 20px;
}

.remember input:checked+label span svg {
  opacity: 1;
}

.login-wrap {
  width: 50%;
  padding-right: 100px;
}

.login-wrap label {
  width: 100%;
  display: block;
  margin-bottom: 15px;
}

.login-wrap label span {
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  color: #3c3d41;
}

.login-wrap label input,
.login-wrap label textarea {
  width: 100%;
  line-height: 34px;
  border: 1px solid #d0d2d6;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  color: #5e6266;
  outline: none;
}

.login-wrap label textarea {
  resize: vertical;
  min-height: 140px;
  max-height: 300px;
  line-height: 20px;
  padding: 5px 10px;
}

.login-wrap a {
  margin-top: 25px;
  color: #39393f;
  text-decoration: underline;
  display: inline-block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.login-wrap a:hover {
  color: #000;
}

.registartion-page .default-btn {
  margin-top: 30px;
}

.registartion-page .remember {
  margin-top: 10px;
  margin-left: 0;
}

.registartion-page .remember label {
  margin-bottom: 0px;
}

.forgot-page .login-wrap {
  width: 100%;
  padding: 0;
}

.forgot-page .container {
  max-width: 750px;
}

.office-page .page-title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.office-page .white-block-body {
  padding: 0 30px;
}

.office-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.office-block .nav-tabs {
  width: 200px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #d9dbdf;
}

.office-block .nav-tabs a {
  padding: 0;
  border: none;
  color: #5a5e63;
  font-size: 15px;
  line-height: 35px;
  display: inline-block;
  margin-left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.office-block .nav-tabs a span {
  color: #363330;
  font-weight: 600;
  font-size: 12px;
  background: #eaeaea;
  margin-left: 20px;
  padding: 0 4px;
  line-height: 17px;
  display: inline-block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.office-block .nav-tabs a:hover {
  background: none;
  color: #000;
}

.office-block .nav-tabs a.active {
  border: none;
  color: #000;
  background: none;
  font-weight: 600;
}

.office-block .tab-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
  min-height: -webkit-calc(100vh - 550px);
  min-height: calc(100vh - 550px);
}

.office-block .tab-content .tab-title {
  color: #363330;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: 500;
}

.office-block .tab-content #password .input input {
  padding-right: 35px;
}

.office-block .tab-content .input-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.office-block .tab-content .input-block label {
  color: #4a4c50;
  font-weight: 400;
}

.office-block .tab-content .input-block label:not(:first-child) {
  margin-left: 30px;
}

.office-block .tab-content .input-block label span:last-child {
  font-size: 12px;
  color: #9a9c9e;
}

.office-block .tab-content .remember {
  display: block;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.office-block #discount {
  margin-bottom: 40px;
}

.office-block #discount .cart-number {
  color: #414348;
  margin-bottom: 25px;
}

.office-block #discount .cart-number b {
  font-size: 20px;
  font-weight: 600;
}

.office-block #discount .cart-number span {
  color: #333438;
  font-weight: 600;
  display: inline-block;
  line-height: 36px;
  padding: 0 25px;
  background: #eeeff1;
  border: 1px solid #dadada;
  margin: 0 15px;
}

.office-block #discount .curent-discount {
  font-size: 13px;
  color: #53565b;
}

.office-block #discount .curent-discount b {
  font-weight: 600;
  font-size: 15px;
}

.office-block #discount .curent-discount span {
  font-size: 15px;
  color: #313438;
  font-weight: 600;
}

.office-block #discount .discount-table {
  margin-left: 150px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.office-block #discount .discount-table th {
  line-height: 34px;
  color: #414348;
  background: #f7f8f9;
  border: 1px solid #e6e6e6;
  font-weight: 400;
  width: 200px;
  text-align: center;
}

.office-block #discount .discount-table td {
  line-height: 30px;
  color: #414348;
  border: 1px solid #e6e6e6;
  width: 200px;
  text-align: center;
}

.office-block #discount h5 {
  font-weight: 600;
  color: #2e2f31;
  margin-bottom: 20px;
}

.office-block #discount ul {
  padding: 0;
  margin: 0;
  max-width: 675px;
  margin-bottom: 20px;
}

.office-block #discount ul li {
  list-style-type: none;
  font-size: 13px;
  line-height: 20px;
  color: #53565b;
}

.office-block #discount ul li svg {
  fill: #53565b;
  width: 10px;
}

.office-block #discount ul p {
  font-size: 13px;
  color: #53565b;
}

.office-block #discount p {
  color: #333438 !important;
}

.office-block .order-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
  color: #363330;
}

.office-block .order-title span {
  font-size: 12px;
  line-height: 18px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #eaeaea;
  padding: 0 5px;
  display: inline-block;
}

.office-block .order-title div:last-child {
  font-size: 13px;
  color: #717477;
}

.office-block .order-title div:last-child b {
  font-weight: 400;
  color: #363330;
}

.office-block .order-block {
  margin-top: 25px;
  margin-bottom: 50px;
}

.office-block .order-block .order-item {
  border: 1px dashed #cdcdcd;
  margin-bottom: 30px;
}

.office-block .order-block .order-item .order-item-top {
  padding: 0 35px;
  border-bottom: 1px solid #cecfd7;
  height: 53px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.office-block .order-block .order-item .order-item-top .order-date {
  color: #222121;
  font-size: 13px;
}

.office-block .order-block .order-item .order-item-top .order-quantity,
.office-block .order-block .order-item .order-item-top .order-price {
  color: #6c6b69;
}

.office-block .order-block .order-item .order-item-top .order-quantity span,
.office-block .order-block .order-item .order-item-top .order-price span {
  color: #1d1c1b;
}

.office-block .order-block .order-item .order-item-top .order-status {
  width: 105px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  line-height: 31px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.office-block .order-block .order-item .order-item-top .order-status.done {
  background: #6fba65;
}

.office-block .order-block .order-item .order-item-top .order-status.solt {
  background: #f3842b;
}

.office-block .order-block .order-item .order-item-top .order-status.send {
  background: #4980c5;
}

.office-block .order-block .order-item .order-item-top .order-status.cansel {
  background: #d74553;
}

.office-block .order-block .order-item .order-item-top .order-status.pending {
  background: #52c6ca;
}

.office-block .order-block .order-item .cart-item {
  padding: 0;
}

.office-block .order-block .order-item .cart-item .cart-item-price {
  padding: 0;
  min-width: 150px;
}

.office-block .order-block .order-item .cart-item .cart-item-price:last-child {
  text-align: right;
}

.office-block .order-block .order-item .cart-item .cart-item-price .new-price {
  font-size: 16px;
}

.office-block .order-block .order-item .cart-item .cart-item-price .new-price span {
  font-size: 14px;
}

.office-block .order-block .order-item-body {
  padding: 0 35px;
}

.office-block .order-block .order-item-body .cart-footer {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e1e6;
  display: none;
}

.office-block .order-block .order-item-body .cart-footer .left-block div {
  font-size: 13px;
  color: #64676c;
  margin-bottom: 10px;
}

.office-block .order-block .order-item-body .cart-footer .left-block div span {
  color: #000000;
  display: inline-block;
}

.office-block .order-block .order-item-body .cart-footer .right-block {
  width: 260px;
}

.office-block .order-block .order-item-body .cart-footer .right-block b {
  font-size: 13px;
  color: #242626;
}

.office-block .order-block .order-item-body .cart-footer .right-block span {
  font-size: 15px;
  color: #4f5151;
}

.office-block .order-block .order-item-body .cart-footer .right-block span i {
  font-size: 19px;
}

.office-block .order-block .order-item-footer {
  padding: 0 35px;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.office-block .order-block .order-item-footer .order-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.office-block .order-block .order-item-footer .order-buttons .order-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #53565c;
}

.office-block .order-block .order-item-footer .order-buttons .order-more svg {
  width: 8px;
  margin-left: 5px;
  fill: #53565c;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.office-block .order-block .order-item-footer .order-buttons .order-more:hover {
  color: #000;
}

.office-block .order-block .order-item-footer .order-buttons .order-more:hover svg {
  fill: #000;
}

.office-block .order-block .order-item-footer .order-buttons .order-more.active svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.office-block .order-block .order-item-footer .order-buttons a {
  margin-left: 30px;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.office-block .order-block .order-item-footer .order-buttons a svg {
  width: 20px;
  fill: #53565c;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.office-block .order-block .order-item-footer .order-buttons a:before {
  content: '';
  position: absolute;
  left: -15px;
  top: -3px;
  bottom: 3px;
  width: 1px;
  background: #dadada;
}

.office-block .order-block .order-item-footer .order-buttons a:hover {
  color: #000;
}

.office-block .order-block .order-item-footer .order-buttons a:hover svg {
  fill: #000;
}

@media (max-width: 1699px) {
  .wrapper-page .catalog-wrap .catalog-nav {
    padding: 0 30px;
  }

  .wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list {
    margin-left: 30px;
  }

  .wrapper-page .catalog-wrap .catalog-block {
    padding: 0 30px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    padding: 0 15px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products {
    margin: 0 -15px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    width: 50%;
  }

  .wrapper-page.catalog-page-2 .product-item {
    width: 33% !important;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a {
    padding: 0 15px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper {
    padding: 0 100px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text {
    padding: 50px;
  }
}

@media (max-width: 1499px) {
  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block {
    padding: 0 30px;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block a {
    padding: 0 15px;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block h2 {
    margin: 15px 0;
    font-size: 30px;
    line-height: 40px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    width: 50%;
  }

  .elements .element-item img {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .elements .element-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item b {
    text-align: center;
  }

  .wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list {
    margin-left: 15px;
  }

  .elements .element-item:not(:first-child) {
    margin-left: 30px;
  }

  .wrapper-page .catalog-image {
    width: 300px;
  }

  .product-page {
    overflow: hidden;
  }

  .product-page .product-block .product-image {
    width: 40%;
  }

  .product-page .product-block .product-description .product-slider-nav .slider-item {
    margin-right: 20px;
  }

  .text-page {
    padding: 0 50px;
  }

  .text-page:after {
    left: 25px;
    right: 25px;
  }

  .product-page .product-block .product-description {
    padding-left: 30px;
  }

  .delivery-block .left-block {
    padding: 50px;
  }

  .delivery-block .right-block {
    padding: 50px;
  }

  .delivery-page .cart-footer {
    padding: 50px;
    margin-top: 0;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-image {
    height: 200px;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item {
    height: 250px;
  }

  main .element-item img {
    width: 150px;
  }
}

@media (max-width: 1199px) {
  main .element-item img {
    width: 75%;
  }

  .element-page .slider-item .element-description {
    width: 70%;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right {
    padding: 35px;
  }

  .wrapper-page .catalog-image {
    width: 200px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-image {
    height: 250px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    height: 300px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a {
    padding: 0 30px;
  }

  .wrapper-page {
    padding: 0 30px;
  }

  .product-description-bottom .slick-arrow {
    top: -40px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .product-page .product-block .product-description .slider-block .next-arrow {
    right: 15px;
  }

  .product-page .product-block .product-image .product-links a:not(:first-child) {
    margin-left: 10px;
  }

  .product-page .product-block .product-description .slider-block:before {
    display: none;
  }

  .blog-page .blog-wrapper .blog-item .blog-image {
    position: static;
    width: 100%;
    height: 150px;
  }

  .blog-page .blog-wrapper .blog-item .blog-description {
    padding: 15px;
    height: 250px;
  }

  .blog-page .blog-wrapper .blog-item {
    padding-left: 0;
    margin-top: 30px;
    height: 400px;
    width: -webkit-calc(33% - 10px);
    width: calc(33% - 10px);
    margin-left: 15px !important;
  }

  .blog-page .blog-wrapper .blog-item:nth-child(3n + 1) {
    margin-left: 0px !important;
  }

  .blog-page .blog-wrapper .blog-item .blog-description h5 {
    line-height: 25px;
  }

  .blog-page .blog-wrapper .blog-item .blog-description p {
    margin: 10px 0 15px;
  }

  .blog-inner-page .blog-wrapper {
    padding: 0;
  }

  .blog-inner-page .blog-wrapper .blog-image {
    height: 300px;
  }

  .contacts-page .contacts-wrapper {
    padding: 30px;
    right: 50px;
    left: 50px;
  }

  .delivery-block .left-block {
    padding: 30px;
  }

  .delivery-block .right-block,
  .delivery-block .middle-block {
    padding: 30px;
  }

  .delivery-page .cart-footer {
    padding: 30px;
  }

  .delivery-block .default-btn {
    padding: 0 10px;
  }

  .delivery-block .right-block .radio label:before {
    top: 1px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .delivery-block .right-block .radio label {
    line-height: 20px;
  }

  .gallery-page .gallery-block .gallery-center {
    padding: 15px;
  }

  .login-page .white-block-body {
    margin-top: 30px !important;
  }

  .registartion-page.text-page .white-block-body {
    padding-left: 50px;
    padding-right: 50px;
  }

  .registartion-page.text-page .white-block-body .login-wrap {
    padding-right: 50px;
  }

  .registartion-page.text-page .white-block-body .right-block {
    padding-left: 50px;
  }

  .thankyou-page .white-block-body {
    margin-top: 30px !important;
  }

  .office-block .tab-content #password .input-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .office-block .tab-content #password .input-block label {
    width: 50%;
    margin-left: 0 !important;
    margin-right: 15px !important;
  }

  .office-page .wrapper-page {
    padding: 0;
  }

  .office-page .wrapper-page .white-block-wrapper .white-block-body {
    padding: 30px 15px;
  }

  .office-page .wrapper-page .office-block .tab-content {
    padding-left: 15px;
  }

  .office-page .wrapper-page .office-block .order-block .order-item .order-item-top,
  .office-page .wrapper-page .office-block .order-block .order-item-body,
  .office-page .wrapper-page .office-block .order-block .order-item-footer {
    padding: 0 15px;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item {
    width: 33% !important;
  }
}

@media (max-width: 991px) {
  main .element-item img {
    width: 150px;
  }

  .element-page .slider-item .element-description .element-description-top {
    padding: 0 30px;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right {
    padding: 15px;
  }

  header .menu-button {
    right: 0;
  }

  header {
    padding-left: 15px;
    padding-right: 75px;
  }

  header .right-header>div:not(:first-child) {
    margin-left: 15px;
  }

  footer {
    padding: 0 15px;
  }

  .social a:not(:first-child) {
    margin-left: 15px;
  }

  footer .left-footer .phone a {
    margin-left: 15px;
  }

  .wrapper-page .catalog-image {
    height: -webkit-calc(100vh - 82px);
    height: calc(100vh - 82px);
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-image {
    height: 200px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    height: 250px;
  }

  .elements .element-item:not(:first-child) {
    margin-left: 15px;
  }

  .wrapper-page .catalog-wrap .catalog-block {
    padding: 0 15px;
  }

  .wrapper-page .catalog-wrap .catalog-nav {
    padding: 0 15px;
  }

  .wrapper-page {
    padding: 0;
  }

  .product-page .product-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-page .product-block .product-image {
    width: 100%;
  }

  .product-page .product-block .product-description .product-text:before {
    display: none;
  }

  .product-page:before {
    display: none;
  }

  .product-page .product-block .product-image {
    position: relative;
  }

  .product-page .product-block .product-image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    right: -50px;
    background: #fff;
    z-index: -1;
  }

  .product-page .product-block .product-description .radio label:before {
    background: #fff;
  }

  .product-page .product-block .product-description {
    padding-left: 0;
  }

  .product-description-bottom .slick-arrow {
    top: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
  }

  .product-page .product-block .product-name * {
    margin-top: 0;
  }

  .product-page .product-block .product-description .product-description-top {
    margin-top: 20px;
  }

  .product-page .product-block .product-description .slider-block {
    display: none;
  }

  .page-404 {
    padding: 0 15px;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-title * {
    margin: 0 15px;
  }

  .blog-page .blog-wrapper .blog-item .blog-description .blog-link:before {
    display: none;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper {
    padding: 0 30px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomandation-title {
    margin-bottom: 0;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .navigation-block {
    margin-bottom: 30px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item {
    padding: 0 5px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block {
    margin: 0 -5px;
  }

  .contacts-page .contacts-wrapper {
    position: static;
  }

  .contacts-page {
    padding-bottom: 0 !important;
  }

  .contacts-page .contacts-wrapper {
    margin-bottom: 30px;
  }

  .delivery-block .nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
  }

  .delivery-block .nav-tabs a {
    margin-bottom: 15px;
    margin-left: 0;
    text-align: center;
  }

  .forgot-page .white-block-body {
    margin-top: 30px !important;
  }

  .gallery-page .gallery-block .gallery-left {
    width: 50%;
  }

  .gallery-page .gallery-block .gallery-center {
    width: 50%;
  }

  .gallery-page .gallery-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .gallery-page .gallery-block .gallery-right {
    width: 100%;
  }

  .gallery-page .gallery-block .gallery-right a {
    height: 200px;
    width: 33% !important;
  }

  .gallery-page .gallery-wrap .additional-gallery a {
    width: 33%;
  }

  .login-page .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding: 30px;
  }

  .login-page .login-wrap {
    padding-right: 30px;
  }

  .login-page .login-wrap-block .right-block {
    padding-left: 30px;
  }

  .thankyou-page .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .office-page {
    padding: 0;
  }

  .office-page .breadcrumbs {
    padding: 0 15px;
  }

  .office-page .office-block .nav-tabs a {
    font-size: 13px;
  }

  .office-page .office-block .nav-tabs a span {
    margin-left: 3px;
  }

  .office-page .office-block .nav-tabs {
    width: 160px;
  }

  .office-page:after {
    display: none;
  }

  .office-page .cart-item .cart-item-price {
    min-width: 100px !important;
    width: 100px;
    text-align: center;
  }

  .office-page .cart-footer .left-block {
    max-width: 270px;
  }

  .office-page .office-block .order-block .order-item-body .cart-footer {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .office-page .office-block .order-block .order-item-footer {
    height: 50px;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-image {
    height: 200px;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item {
    height: 250px;
  }
}

@media (max-width: 767px) {
  main .slick-dots li button {
    background: transparent;
    border: none;
  }

  main .slick-dots li button img {
    max-width: 45px;
  }

  .menu-button {
    top: 0;
    right: 0;
  }

  main .element-item {
    background-position: center;
  }

  main .element-item span {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
  }

  main .element-item.slick-active span {
    bottom: 120px;
    -webkit-transform: translate(-50%, -150%);
    -ms-transform: translate(-50%, -150%);
    transform: translate(-50%, -150%);
  }

  .element-page .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .element-page .slider-item {
    height: auto;
  }

  .element-page .slider-item .element-description {
    width: 100%;
  }

  header .lang {
    display: none;
  }

  header .logo {
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  nav .lang {
    top: 15px;
    right: 15px;
  }

  nav {
    padding: 50px 0;
    width: 250px;
  }

  nav .office-link svg {
    width: 9px;
  }

  nav .cart-link svg {
    width: 15px;
  }

  .menu-button.active {
    right: 250px;
  }

  header .menu-button {
    background: rgba(255, 255, 255, 0.5);
  }

  nav .links a {
    padding: 0 30px;
    height: 40px;
  }

  nav .links a svg {
    fill: #868c91;
    margin-right: 5px;
  }

  nav .phone {
    padding: 0 30px;
  }

  .social {
    padding: 0 30px;
  }

  .element-page .slider-item .element-description .element-description-top {
    padding: 15px 30px;
  }

  .element-page .slider-item .element-description .element-description-top h2 {
    margin-top: 15px;
  }

  .element-page .slider-item .element-description .element-description-top p {
    margin-top: 15px;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block {
    padding: 10px 15px;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right .catalog-block h2 {
    font-size: 20px;
    line-height: 30px;
  }

  footer .left-footer {
    display: none;
  }

  header {
    height: 65px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button svg {
    width: 65px;
  }

  footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
  }

  #content {
    padding-top: 65px;
    padding-bottom: 40px;
  }

  .wrapper-page .catalog-image {
    display: none;
  }

  .wrapper-page .catalog-wrap .catalog-nav {
    top: 65px;
  }

  .wrapper-page .catalog-wrap .catalog-nav {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0;
  }

  .wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right {
    margin-top: 15px;
  }

  .wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list {
    margin: 0 8px;
  }

  .wrapper-page .catalog-wrap .catalog-block {
    border: none;
  }

  .wrapper-page .catalog-wrap .catalog-nav {
    border-left: none;
    border-right: none;
  }

  .elements .element-item:not(:first-child) {
    margin-left: 30px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    margin-top: 30px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a {
    padding: 0;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a:hover:before {
    top: 60px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item a .product-description {
    padding: 0 15px;
  }

  .catalog-page-wrap.wrapper-page {
    display: block;
  }

  .product-page .product-block .product-image .slider-item {
    height: 350px;
  }

  .product-page .product-block .product-description .info-block {
    margin-top: 0;
  }

  .product-image .next-arrow {
    right: 0;
  }

  .product-image .prev-arrow {
    left: 0;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding: 30px;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-title {
    margin: 30px 0 15px;
  }

  .blog-page .blog-wrapper .blog-item {
    width: 100%;
    margin: 15px 0 !important;
  }

  .blog-page .blog-wrapper .blog-item {
    height: 500px;
  }

  .blog-page .blog-wrapper .blog-item .blog-image {
    height: 300px;
  }

  .blog-page .blog-wrapper .blog-item .blog-description {
    height: 200px;
  }

  .breadcrumbs {
    height: 60px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text {
    padding: 30px;
  }

  .blog-inner-page .blog-wrapper .blog-image {
    height: 200px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper {
    padding: 0;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text {
    margin: 0;
  }

  .text-page .text-page-subtitle {
    margin: 15px 0;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-title {
    margin-bottom: 15px !important;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text {
    padding-bottom: 5px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item {
    width: 33%;
    margin-bottom: 15px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-page .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contacts-page .contacts-wrapper .contacts-left {
    width: 100%;
    padding: 0;
  }

  .contacts-page .contacts-wrapper .contacts-right {
    width: 100%;
    padding: 0;
  }

  .delivery-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .delivery-block .left-block {
    width: 100%;
    border: none;
  }

  .delivery-block .right-block {
    width: 100%;
  }

  .cart-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .delivery-page .cart-footer .left-block a {
    margin-top: 30px;
  }

  .cart-footer .right-block {
    max-width: 320px;
  }

  .cart-footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .gallery-page .gallery-block .gallery-left {
    width: 100%;
  }

  .gallery-page .gallery-block .gallery-left a {
    height: 300px;
  }

  .gallery-page .gallery-block .gallery-center {
    width: 100%;
  }

  .gallery-page .gallery-block .gallery-right a {
    height: 150px !important;
  }

  .gallery-page .gallery-wrap .additional-gallery a {
    width: 50%;
  }

  .gallery-page .gallery-wrap a {
    width: 50%;
    height: 200px !important;
  }

  .gallery-page .gallery-wrap a span {
    height: 30px;
  }

  .login-page .login-wrap-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .login-page .login-wrap-block .login-wrap,
  .login-page .login-wrap-block .right-block {
    padding: 0;
    width: 100%;
    border: none;
  }

  .login-page .login-wrap-block .login-wrap a,
  .login-page .login-wrap-block .right-block a {
    margin-top: 10px;
  }

  .login-page .login-wrap-block .right-block {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .login-wrap-block .right-block .social-buttons {
    margin-bottom: 10px;
  }

  .registartion-page.text-page .white-block-body .login-wrap {
    padding-right: 0px;
  }

  .registartion-page.text-page .white-block-body .right-block {
    padding-left: 0px;
  }

  .registartion-page .login-wrap .remember label span {
    vertical-align: text-top;
  }

  .registartion-page .login-wrap label {
    margin-bottom: 10px;
  }

  .registartion-page .login-wrap label span {
    margin-bottom: 5px;
  }

  .thankyou-page .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding: 30px !important;
  }

  .office-page .office-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .office-page .office-block .nav {
    text-align: center;
    border: none;
    width: 270px;
  }

  .office-page .office-block .nav a {
    line-height: 25px;
  }

  .office-page .wrapper-page .office-block .tab-content {
    padding-left: 0;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding-left: 15px;
    padding-right: 15px;
  }

  .office-block .order-block .order-item .order-item-top {
    display: none;
  }

  .office-page .cart-item {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .office-page .cart-item .cart-name-block {
    width: 100%;
  }

  .office-page .cart-item:before {
    display: none;
  }

  .office-page .cart-item .cart-name-block>a {
    font-size: 14px;
  }

  .office-page .office-block .order-block {
    margin-bottom: 0;
  }

  .office-page .cart-item .cart-item-price {
    width: 75px;
    min-width: 75px !important;
  }

  .office-page .cart-item .cart-item-price:last-child {
    width: 100px;
    min-width: 100px !important;
  }

  #password,
  #privat-data {
    text-align: center;
  }

  #password .input-block,
  #privat-data .input-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #password .input-block label,
  #privat-data .input-block label {
    width: 60% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  #password .remember,
  #privat-data .remember {
    padding: 0 30px;
  }

  .element-page .element-arrow {
    display: none !important;
  }

  .wrapper-page .catalog-wrap .catalog-nav {
    position: static;
    z-index: 1;
  }

  .wrapper-page.catalog-page-2 .catalog-nav:before {
    display: none;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item {
    width: 50% !important;
  }

  .catalog-nav .elements {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    z-index: 999;
  }
}

@media (max-width: 479px) {
  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-left {
    display: none;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right {
    width: 100%;
  }

  .element-page .slider-item .element-description .element-description-top {
    padding: 15px;
  }

  .wrapper-page .catalog-wrap .catalog-block #products .product-item {
    width: 100%;
  }

  .text-page {
    padding: 0 30px;
  }

  .text-page:after {
    right: 15px;
    left: 15px;
  }

  .product-page .product-block .product-image .slider-item {
    height: 250px;
  }

  .product-page .product-block .product-image .product-links a {
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 10px;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding: 15px;
    margin-bottom: 15px;
  }

  .text-page .elements .element-item:not(:first-child) {
    margin-left: 15px;
  }

  .product-page .product-block .product-description .flex-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-page .product-block .product-description .product-price {
    margin-left: 0;
    white-space: nowrap;
  }

  .blog-page .blog-wrapper .blog-item {
    height: 450px;
  }

  .blog-page .blog-wrapper .blog-item .blog-image {
    height: 200px;
  }

  .blog-page .blog-wrapper .blog-item .blog-description {
    height: 250px;
  }

  .blog-page .blog-wrapper {
    margin-bottom: 15px;
  }

  .wrapper-page.white-block .white-block-wrapper .white-block-title {
    font-size: 20px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text h2 {
    font-size: 16px;
    line-height: 25px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text {
    padding: 15px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .blog-text h2 {
    margin-bottom: 15px;
  }

  .blog-inner-page .blog-wrapper .blog-inner-wrapper .recomendation-wrapper .recomendation-block .item {
    width: 50%;
  }

  .contacts-page .contacts-wrapper {
    padding: 15px;
  }

  .delivery-block .left-block {
    padding: 15px;
  }

  .delivery-block .right-block {
    padding: 15px;
  }

  .delivery-page .cart-footer {
    padding: 15px;
  }

  .cart-footer .right-block .price-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0 !important;
  }

  .cart-footer .right-block {
    margin-top: 0;
  }

  .gallery-page .gallery-wrap a {
    height: 150px !important;
  }

  .gallery-page .gallery-block .gallery-right a {
    width: 100% !important;
  }

  .login-page .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding: 15px;
  }

  .login-page .wrapper-page.white-block .white-block-wrapper .white-block-body .remember {
    margin-left: 0;
  }

  .thankyou-page .wrapper-page.white-block .white-block-wrapper .white-block-body {
    padding: 15px !important;
  }

  .office-page .office-block .order-block .order-item .order-item-body .cart-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .office-page {
    padding: 0 15px;
  }

  .office-page .office-block .order-block .order-item-body {
    padding: 0 5px !important;
  }

  .office-page .office-block .order-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .office-page .office-block .order-title div {
    margin: 0 5px;
  }

  .office-page .cart-item {
    padding: 10px 0 !important;
  }

  .office-page .cart-item .cart-item-price {
    margin: 3px 0;
  }

  .office-page .cart-item .cart-name-block {
    margin-bottom: 10px;
  }

  #password .input-block label,
  #privat-data .input-block label {
    width: 100% !important;
  }

  .office-block .tab-content #password .input-block label {
    margin-right: 0 !important;
  }

  .office-block .order-block .order-item-footer .order-buttons {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .office-page .office-block .order-block .order-item-body .cart-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .office-page .office-block .order-block .order-item-body .cart-footer .left-block,
  .office-page .office-block .order-block .order-item-body .cart-footer .right-block {
    padding: 0 15px;
  }

  .catalog-page-2.wrapper-page .catalog-wrap .catalog-block #products .product-item {
    width: 100% !important;
  }
}

@media (max-height: 899px) {
  nav {
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: auto;
  }
}

@media (max-height: 699px) {
  nav {
    padding-top: 70px;
  }

  nav .links a {
    height: 40px;
  }
}

@media (max-height: 599px) {
  nav {
    padding-top: 25px;
  }

  nav .lang {
    top: 5px;
  }

  nav .phone {
    display: block;
    margin-top: 10px;
  }

  nav .phone a {
    display: block;
  }

  nav .links a {
    height: 25px;
  }

  nav .social {
    padding-top: 15px;
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@keyframes arrow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}

@-webkit-keyframes arrowLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes arrowleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10% {
    opacity: 1;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes cube-loader {

  0%,
  10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes cube-loader {

  0%,
  10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination ul li {
  list-style-type: none;
  margin: 4px;
}

.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border: 1px #a7a7a7 solid;
  color: #a7a7a7;
  transition: .25s;
}

.pagination ul li.active a {
  color: #515964;
  border: 1px #515964 solid;
}

.pagination ul li.active:hover a {
  color: #515964;
  border: 1px #515964 solid;
}

.pagination ul li:hover a {
  border: 1px #181c25 solid;
  color: #181c25;
}

.valutes a.active {
  color: #fff;
}

nav .links.valutes a {
  height: 30px;
}

textarea {
  background: transparent;
  border: 1px solid #d0d2d6;
  width: 100%;
  border-radius: 3px;
}

.buttonMy {
  display: none;
}

@media (max-width: 480px) {
  .office-block #discount .cart-number span {
    color: #333438;
    font-weight: 600;
    font-size: 13px;
    display: inline-block;
    line-height: 28px;
    padding: 0 5px;
    background: #eeeff1;
    border: 1px solid #dadada;
    margin: 0px 5px;
  }

  .office-block #discount .cart-number b {
    font-size: 16px;
    font-weight: 600;
  }

  office-block #discount h5 {
    font-weight: 600;
    color: #2e2f31;
    margin-bottom: 20px;
  }

  main .slick-dots li {
    margin: 0 5px;
  }

  .office-block #discount h5 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .office-block #discount .cart-number {
    margin-bottom: 15px;
  }

  .cart-item .cart-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .delivery-block .right-block .radio label {
    display: inline-block;
    width: 100%;
  }

  .delivery-block .right-block .adress-block {
    margin-top: 35px;
  }

  .remember {
    margin-left: 0;
  }

  .cart-item {

    min-height: 125px;

    padding: 5px 30px 5px 30px;
  }

  .cart-block {
    background: #fff;
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .cart-footer {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .product-page .product-block .product-description .product-price {
    margin-bottom: 5px;
    white-space: nowrap;
  }

  .product-page .product-block .product-description .default-btn {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .product-page .product-block .product-description .info-block {
    margin-top: 20px;
  }

  .product-page .product-block .product-image .product-links {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .empty_product {
    height: 135px;
  }

  .empty_product svg {
    width: 50px;
  }

  .elements .element-item:not(:first-child) {
    margin-left: 15px;
  }

  .elements .element-item span {
    font-size: 12px;
  }

  .buttonMy {
    display: block;
    margin-top: 5px;
    border: 0;
    background-color: transparent;
    margin-left: auto;
    cursor: pointer;
    outline: none;
  }

  .element-page .slider-item .element-description .element-description-top p {
    height: 42px;
    overflow: hidden;
  }

  nav .links {
    margin-top: 25px;
  }

  nav .links a {
    line-height: 2;
    height: auto;
  }

  .cart-footer .right-block a {
    height: auto;
    line-height: 1.2;
    padding: 10px 15px;
    text-align: center;
  }

  header .logo {
    clip: rect(0px 45px 45px 0px);
  }

  .element-page .slider-item .element-description .element-description-top h2 {
    font-size: 20px;
    margin-bottom: 0;
  }

  .element-page .slider-item .element-description .element-description-top p br {
    display: none;
  }

  .element-page .slider-item .element-description {
    min-height: calc(100vh - 161px);
  }

  .element-page .slider-item .element-description .element-description-bottom {
    display: flex;
    align-items: flex-end;
    height: 200px;
  }

  .element-page .slider-item .element-description .element-description-bottom .element-description-bottom-right {
    height: 200px;
  }

  .wrapper-page .catalog-wrap .catalog-nav .catalog-nav-right .catalog-nav-right-item.reload-list button {
    min-width: 100px;

  }

  .wrapper-page.page-404 .default-btn {
    margin-top: 0;
  }

  main .slick-dots {
    bottom: 56px;
  }
}

.div_letter_text {
  display: none;
}

.tip_error,
.tip {
  display: none;
}

.sends_letter {
  font-size: 18px;
  line-height: 26px;
  color: #333;
}

@media (max-width: 767px) {
  .sends_letter {
    font-size: 15px;
    line-height: 22px;
    color: #333;
  }
}

@media (max-width: 480px) {
  .registartion-page .white-block-body {
    position: relative;
  }

  .registartion-page .social-buttons a {
    position: absolute;
    right: 5px;
    top: -4px;
  }

  .login-page .white-block-body {
    position: relative;
  }

  .login-page .social-buttons a {
    position: absolute;
    right: 5px;
    top: -4px;
  }
}

.sends_letter {
  text-align: center;
  padding: 10px 10px;
}

.red {
  border-color: red !important;
}

.green {
  border-color: green !important;
}

.echo_tex_block {
  display: flex;
}

.echo_tex_block .echo_text {
  font-size: 1em;
  text-align: left;
}

.echo_text {
  padding: 0 15px;
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 400;
  text-align: center;
  border-radius: 4px;
  color: red;
}

.contacts-page .contacts-wrapper .contacts-right .contacts-item h5 {

  margin-bottom: 5px;
}

.contacts-page .contacts-wrapper .contacts-right .contacts-item {
  margin-bottom: 15px;
}