@font-face {
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gothampro.woff") format("woff"), url("../fonts/gothampro.woff2") format("woff2");
  font-family: "Gotham Pro";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/gothampro_light.woff") format("woff"), url("../fonts/gothampro_light.woff2") format("woff2");
  font-family: "Gotham Pro";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gothampro_medium.woff") format("woff"), url("../fonts/gothampro_medium.woff2") format("woff2");
  font-family: "Gotham Pro";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/gothampro_black.woff") format("woff"), url("../fonts/gothampro_black.woff2") format("woff2");
  font-family: "Gotham Pro";
  font-display: swap;
}
@font-face {
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gothampro_bold.woff") format("woff"), url("../fonts/gothampro_bold.woff2") format("woff2");
  font-family: "Gotham Pro";
  font-display: swap;
}
@font-face {
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/gothampro_italic.woff") format("woff"), url("../fonts/gothampro_italic.woff2") format("woff2");
  font-family: "Gotham Pro";
  font-display: swap;
}
[class^=ico_],
[class*=" ico_"] {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
  line-height: 1em;
}

html,
body {
  font-family: "Gotham Pro";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: "Gotham Pro";
}

@font-face {
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-family: "icons";
}
.ico_user:before, .ico_sort:before, .ico_search:before, .ico_phone:before, .ico_menu:before, .ico_mapmarker:before, .ico_line:before, .ico_grid:before, .ico_flash:before, .ico_email:before, .ico_drop:before, .ico_clock:before, .ico_cat-1:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  font-family: "icons";
  text-decoration: none;
  text-decoration: inherit;
  text-transform: none;
}

.ico_cat-1:before {
  content: "\e001";
}

.ico_clock:before {
  content: "\e002";
}

.ico_drop:before {
  content: "\e003";
}

.ico_email:before {
  content: "\e004";
}

.ico_flash:before {
  content: "\e005";
}

.ico_grid:before {
  content: "\e006";
}

.ico_line:before {
  content: "\e007";
}

.ico_mapmarker:before {
  content: "\e008";
}

.ico_menu:before {
  content: "\e009";
}

.ico_phone:before {
  content: "\e00a";
}

.ico_search:before {
  content: "\e00b";
}

.ico_sort:before {
  content: "\e00c";
}

.ico_user:before {
  content: "\e00d";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus,
*:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  background-color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.tooltip::after {
  content: attr(data-tooltip);
}

.full-width {
  position: relative;
  right: 50%;
  left: 50%;
  width: 100vw;
  margin-right: -50vw;
  margin-left: -50vw;
}

._video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
  z-index: -100;
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.nowrap {
  white-space: nowrap;
}

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.page-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          justify-content: space-between;
  min-width: 320px;
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
.page-wrapper .page-main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (max-width: 1199px) {
  .page-wrapper .page-main {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper .page-main {
    font-size: 14px;
  }
}

.page-content {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .page-content {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-content {
    padding-bottom: 20px;
  }
}

.page-breadcrumb {
  display: block;
  position: relative;
  padding: 18px 0 32px 0;
}
@media only screen and (max-width: 767px) {
  .page-breadcrumb {
    padding: 20px 0;
  }
}
.page-breadcrumb .uk-breadcrumb > * > * {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .page-breadcrumb .uk-breadcrumb > * > * {
    line-height: 1.44;
  }
}
.page-breadcrumb .uk-breadcrumb > :last-child > a:not([href]), .page-breadcrumb .uk-breadcrumb > :last-child > span {
  color: #5F5F5F;
}
.page-breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column):before {
  margin: 0 15px 0 15px;
  content: ">";
}
@media only screen and (max-width: 767px) {
  .page-breadcrumb .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column):before {
    margin: 0 5px 0 5px;
  }
}


.uk-pagination{
	margin-top:20px;
}
.uk-pagination > li > * {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 50px;
          align-items: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.uk-pagination > li.uk-active > * {
  background: #F5F5F5;
}

.page-title {
  display: block;
  position: relative;
  margin-bottom: 52px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .page-title {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.uk-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          align-items: center;
          justify-content: center;
  height: 50px;
  padding: 0 50px;
  border-radius: 2px;
  background: #E3B601;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.uk-button:hover {
  background-color: #fcca01;
  color: #000;
}
@media only screen and (max-width: 639px) {
  .uk-button {
    height: 40px;
    padding: 0 25px;
    font-size: 12px;
  }
}

.section-title {
  margin-bottom: 50px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .section-title {
    margin-bottom: 40px;
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.section-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: end;
      -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-end;
          justify-content: space-between;
  margin-bottom: 50px;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .section-head {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.section-head .section-title {
  margin: 0;
}

.uk-dotnav > * > * {
  width: 15px;
  height: 4px;
  border: 0;
  border-radius: 0;
  background-color: #000;
  opacity: 1;
}
.uk-dotnav > .uk-active > * {
  background-color: #E3B601;
}

.page-header {
  display: block;
  position: relative;
}
.page-header__top {
  display: block;
  position: relative;
}
.page-header__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
  padding: 20px 0;
  gap: 20px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1499px) {
  .page-header__inner {
    padding: 10px 0;
    gap: 10px;
  }
}
.page-header__logo {
  display: block;
  position: relative;
}
.page-header__contacts {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  margin-left: auto;
  gap: 45px;
}
@media only screen and (max-width: 1199px) {
  .page-header__contacts {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header__contacts {
    gap: 10px;
  }
}
.page-header__bottom {
  display: block;
  position: relative;
}
.page-header__bottom .page-header__inner {
  padding: 0;
  gap: 45px;
}
@media only screen and (max-width: 1199px) {
  .page-header__bottom .page-header__inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-header__bottom .page-header__inner {
    gap: 0;
  }
}
.page-header__menu-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-header__menu-btn {
    display: block;
  }
}
.page-header__catalog {
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-header__catalog {
    display: none;
  }
}
.page-header__search {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-grow: 1;
          align-items: center;
          justify-content: flex-start;
}
.page-header__search [class*=ico_] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 50px;
          align-items: center;
          justify-content: center;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .page-header__search [class*=ico_] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
  }
}
.page-header__search input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  border: 0;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-header__search input {
    height: 40px;
  }
}
.page-header__search input::-webkit-input-placeholder {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.page-header__search input::-moz-placeholder {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.page-header__search input:-ms-input-placeholder {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.page-header__search input::-ms-input-placeholder {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.page-header__search input::placeholder {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
}
.page-header__menu {
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-header__menu {
    display: none;
  }
}

.logo {
  display: block;
  position: relative;
}
.logo img {
  display: block;
  position: relative;
}
@media only screen and (max-width: 1499px) {
  .logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .logo img {
    height: 30px;
  }
}

.email,
.phone {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 15px;
}
.email__ico,
.phone__ico {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 20px;
          align-items: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: #E3B601;
}
@media only screen and (max-width: 1023px) {
  .email__ico,
.phone__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .email__ico,
.phone__ico {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.email__txt,
.phone__txt {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 1499px) {
  .email__txt,
.phone__txt {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  .email__txt,
.phone__txt {
    display: none;
  }
}
.email:hover .email__txt,
.email:hover .phone__txt,
.phone:hover .email__txt,
.phone:hover .phone__txt {
  color: #E3B601;
}

.order-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 50px;
  padding: 0 30px 0 20px;
  gap: 20px;
  border-radius: 2px;
  background: #F5F5F5;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
@media only screen and (max-width: 767px) {
  .order-link {
    height: 40px;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .order-link span {
    display: none;
  }
}
.order-link [class*=ico_] {
  color: #E3B601;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .order-link [class*=ico_] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex: 0 0 40px;
            align-items: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    background: #F5F5F5;
    font-size: 20px;
  }
}
.order-link:hover {
  background-color: #f0f0f0;
  color: #000;
}

.catalog-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 50px;
  padding: 0 32px 0 25px;
  gap: 16px;
  border: none;
  background: #E3B601;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.catalog-btn:hover {
  background-color: #f7c601;
  color: #000;
}

.menu-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 40px;
          align-items: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: #E3B601;
  color: #000;
  font-size: 14px;
  transition: all 0.25s linear;
}
.menu-btn:hover {
  background-color: #f7c601;
  color: #000;
}

.mainmenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 70px;
  list-style-type: none;
}
@media only screen and (max-width: 1199px) {
  .mainmenu {
    gap: 20px;
  }
}
.mainmenu li {
  display: block;
  position: relative;
}
.mainmenu li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 50px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.mainmenu li a:hover {
  color: #E3B601;
}

.page-header__catalog .uk-dropdown {
  width: 1100px;
  padding: 30px;
  background: #F5F5F5;
}
.page-header__catalog .uk-dropdown h4 {
  display: block;
  position: relative;
  margin-bottom: 6px;
}
.page-header__catalog .uk-dropdown h4 + h4 {
  margin-top: 17px;
}
.page-header__catalog .uk-dropdown h4 a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 15px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
  transition: all 0.25s linear;
}
.page-header__catalog .uk-dropdown h4 a:hover {
  color: #E3B601;
}
.page-header__catalog .uk-dropdown ul {
  margin: 0;
  padding: 0 0 0 37px;
  list-style-type: none;
}
.page-header__catalog .uk-dropdown ul li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  transition: all 0.25s linear;
}
.page-header__catalog .uk-dropdown ul li a:hover {
  color: #E3B601;
}

.page-footer {
  display: block;
  position: relative;
  background: #F5F5F5;
}
.page-footer__top {
  padding: 71px 0 63px;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1199px) {
  .page-footer__top {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer__top {
    padding: 30px 0;
  }
}
.page-footer__bottom {
  padding: 35px 0;
}
@media only screen and (max-width: 767px) {
  .page-footer__bottom {
    padding: 20px 0;
  }
}
.page-footer__bottom .page-footer__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .page-footer__bottom .page-footer__inner {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer__bottom .page-footer__inner {
    font-size: 10px;
  }
}
.page-footer__bottom .page-footer__inner a {
  color: #E3B601;
  font-weight: 500;
}
.page-footer__logo {
  display: block;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1199px) {
  .page-footer__logo {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .page-footer__logo {
    max-width: 230px;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-footer__logo .logo img {
    height: 40px;
  }
}
@media only screen and (max-width: 639px) {
  .page-footer__copy {
    max-width: 230px;
    margin: 0 auto;
  }
}
.page-footer__copy span {
  display: inline-block;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media only screen and (max-width: 1359px) {
  .page-footer__copy span {
    font-size: 14px;
  }
}

.footer-menu {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 639px) {
  .footer-menu {
    max-width: 230px;
    margin: 0 auto;
  }
}
.footer-menu li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  transition: all 0.25s linear;
}
.footer-menu li a:hover {
  color: #E3B601;
}
@media only screen and (max-width: 1199px) {
  .footer-menu li a {
    font-size: 16px;
  }
}

.footer-contacts {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 32px;
  list-style-type: none;
}
@media only screen and (max-width: 1199px) {
  .footer-contacts {
    gap: 20px;
  }
}
@media only screen and (max-width: 639px) {
  .footer-contacts {
    max-width: 230px;
    margin: 0 auto;
  }
}
.footer-contacts__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  gap: 15px;
}
.footer-contacts__label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 8px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.footer-contacts__label [class*=ico_] {
  color: #E3B601;
}
.footer-contacts__value {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  transition: all 0.25s linear;
}
.footer-contacts__value:hover {
  color: #E3B601;
}

.uk-offcanvas .uk-offcanvas-bar {
  background-color: #fff;
}
.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #000;
  transition: all 0.25s linear;
}
.uk-offcanvas .uk-offcanvas-bar .uk-offcanvas-close:hover {
  color: #E3B601;
}
.uk-offcanvas .uk-offcanvas-bar .email,
.uk-offcanvas .uk-offcanvas-bar .phone {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  gap: 15px;
}
.uk-offcanvas .uk-offcanvas-bar .email__ico,
.uk-offcanvas .uk-offcanvas-bar .phone__ico {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 20px;
          align-items: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  color: #E3B601;
}
.uk-offcanvas .uk-offcanvas-bar .email__txt,
.uk-offcanvas .uk-offcanvas-bar .phone__txt {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  transition: all 0.25s linear;
}
.uk-offcanvas .uk-offcanvas-bar .email:hover .email__txt,
.uk-offcanvas .uk-offcanvas-bar .email:hover .phone__txt,
.uk-offcanvas .uk-offcanvas-bar .phone:hover .email__txt,
.uk-offcanvas .uk-offcanvas-bar .phone:hover .phone__txt {
  color: #E3B601;
}
.uk-offcanvas .uk-offcanvas-bar .order-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 50px;
  padding: 0 20px;
  gap: 10px;
  border-radius: 2px;
  background: #F5F5F5;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.uk-offcanvas .uk-offcanvas-bar .order-link [class*=ico_] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
.uk-offcanvas .uk-offcanvas-bar .order-link span:not(.ico_flash) {
  display: block;
}

.offcanvas-contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 20px;
}

.offcanvas-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style-type: none;
}
.offcanvas-menu > li {
  display: block;
}
.offcanvas-menu > li > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.offcanvas-menu > li > a:hover {
  color: #E3B601;
}
.offcanvas-menu > li.uk-parent > a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.offcanvas-menu .uk-nav-sub > li > a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.35;
}
.offcanvas-menu .uk-nav-sub > li > ul > li > a {
  display: block;
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
}

.uk-modal {
  background: rgba(217, 217, 217, 0.9);
}

.uk-modal-dialog {
  width: 580px;
  padding: 55px 85px 60px;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .uk-modal-dialog {
    padding: 20px;
  }
}
.uk-modal-dialog .uk-margin-medium {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .uk-modal-dialog .uk-margin-medium {
    margin-bottom: 20px;
  }
}
.uk-modal-dialog * + .uk-margin-medium,
.uk-modal-dialog .uk-margin-medium-top {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .uk-modal-dialog * + .uk-margin-medium,
.uk-modal-dialog .uk-margin-medium-top {
    margin-top: 20px !important;
  }
}
.uk-modal-dialog .uk-input {
  width: 100%;
  height: 80px;
  padding-left: 25px;
  border: 0;
  border-radius: 5px;
  background: #FFFFFF;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.uk-modal-dialog .uk-input::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.uk-modal-dialog .uk-input::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.uk-modal-dialog .uk-input:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.uk-modal-dialog .uk-input::-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.uk-modal-dialog .uk-input::placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .uk-modal-dialog .uk-input {
    height: 50px;
    font-size: 14px;
  }
  .uk-modal-dialog .uk-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .uk-modal-dialog .uk-input::-moz-placeholder {
    font-size: 14px;
  }
  .uk-modal-dialog .uk-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .uk-modal-dialog .uk-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .uk-modal-dialog .uk-input::placeholder {
    font-size: 14px;
  }
}

.uk-modal-title {
  margin-bottom: 20px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .uk-modal-title {
    font-size: 24px;
  }
}

.uk-modal-text {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .uk-modal-text {
    font-size: 14px;
  }
}

/* --------------------------------- Rating --------------------------------- */
.rating {
  margin: 0 0 8px 0;
  padding: 0;
  border: none;
  font-size: 8px;
}
.rating__caption {
  margin-bottom: 0.5em;
  padding: 0;
}
.rating__group {
  position: relative;
  width: 10em;
  height: 2em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23DEE4E8' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
  background-size: 2em 1.9em;
  background-repeat: repeat-x;
}
.rating__input {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.rating__input:focus ~ .rating__focus {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0.2em solid #4a90e2;
  outline-offset: 0.2em;
}
.rating__star {
  position: absolute;
  top: 0;
  left: 0;
  height: 2em;
  margin: 0;
  background-size: 2em 1.9em;
  background-repeat: repeat-x;
}
.rating__star:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23FBBC05' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}
.rating__input:checked + .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23FBBC05' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}
.rating__star:hover ~ .rating__star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23DEE4E8' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E%0A");
}
.rating__star:nth-of-type(1) {
  z-index: 5;
  width: 2em;
}
.rating__star:nth-of-type(2) {
  z-index: 4;
  width: 4em;
}
.rating__star:nth-of-type(3) {
  z-index: 3;
  width: 6em;
}
.rating__star:nth-of-type(4) {
  z-index: 2;
  width: 8em;
}
.rating__star:nth-of-type(5) {
  z-index: 1;
  width: 10em;
}

.category-card {
  display: block;
  position: relative;
}
.category-card__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .category-card__box {
    gap: 10px;
  }
}
.category-card__title {
  -o-text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
     text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (max-width: 1499px) {
  .category-card__title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .category-card__title {
    font-size: 20px;
  }
}
.category-card__media {
  display: block;
  position: relative;
}
.category-card__media a {
  display: block;
  position: relative;
}
.category-card__media a img {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 250px;
     object-fit: cover;
     object-position: center;
}
.category-card__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 5px;
  list-style-type: none;
}
.category-card__info li {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.category-card__info li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: inline-block;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  transition: all 0.25s linear;
}
.category-card__info li a:hover {
  color: #E3B601;
}
@media only screen and (max-width: 1499px) {
  .category-card__info li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .category-card__info li a {
    font-size: 14px;
    line-height: 1.429;
  }
}
.category-card__info li b {
  display: inline-block;
  width: 150px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
  text-align: right;
}
@media only screen and (max-width: 1499px) {
  .category-card__info li b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .category-card__info li b {
    font-size: 14px;
    line-height: 1.429;
  }
}
.category-card__more {
  display: block;
  position: relative;
}

.product-card {
  display: block;
  position: relative;
}
.product-card__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
}
.product-card__media {
  display: block;
  position: relative;
  margin-bottom: 18px;
}
.product-card__media a {
  display: block;
  position: relative;
}
.product-card__media a img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  aspect-ratio: 100%;
  width: 100%;
     object-fit: cover;
     object-position: center;
}
.product-card__info {
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .product-card__info {
    text-align: center;
  }
}
.product-card__title {
  margin-bottom: 9px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .product-card__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 639px) {
  .product-card__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    min-height: 40px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
  }
}
.product-card__price {
  margin-bottom: 17px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .product-card__price {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.35;
  }
}
@media only screen and (max-width: 639px) {
  .product-card__price {
    font-size: 14px;
  }
}
.product-card__more {
  display: block;
}
.product-card__more a {
  display: block;
  color: #E3B601;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-card__more a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 639px) {
  .product-card__more a {
    font-size: 10px;
  }
}

.s_slider {
  display: block;
  position: relative;
}
.s_slider__nav {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  z-index: 2;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 100%;
  max-width: 1480px;
  padding: 0 40px;
          transform: translateX(-50%);
}
@media only screen and (max-width: 639px) {
  .s_slider__nav {
    padding: 0 15px;
  }
}
.s_slider__nav .uk-dotnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  gap: 7px;
}
.s_slider__nav .uk-dotnav > * > * {
  width: 25px;
  height: 2px;
  border: none;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.s_slider__nav .uk-dotnav > .uk-active > * {
  background-color: #E3B601;
}

.s_slider-item {
  display: block;
  z-index: 1;
  position: relative;
}
.s_slider-item > img {
  -o-object-fit: cover;
  -o-object-position: center;
  display: block;
  position: relative;
  width: 100%;
  height: 500px;
     object-fit: cover;
     object-position: center;
}
@media only screen and (max-width: 767px) {
  .s_slider-item > img {
    max-height: calc(100vh - 102px);
  }
}
.s_slider-item__content {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
          align-items: center;
  width: 100%;
  max-width: 1480px;
  height: 100%;
  padding: 0 40px;
          transform: translateX(-50%);
}
@media only screen and (max-width: 639px) {
  .s_slider-item__content {
    padding: 0 15px;
  }
}
.s_slider-item__content > * {
  max-width: 800px;
}
.s_slider-item__title > * {
  display: block;
  margin: 0 0 28px 0;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}
@media only screen and (max-width: 1499px) {
  .s_slider-item__title > * {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .s_slider-item__title > * {
    margin: 0 0 20px 0;
    font-size: 36px;
  }
}
@media only screen and (max-width: 639px) {
  .s_slider-item__title > * {
    font-size: 30px;
  }
}
.s_slider-item__text > * {
  display: block;
  margin: 0 0 33px 0;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
}
@media only screen and (max-width: 1499px) {
  .s_slider-item__text > * {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .s_slider-item__text > * {
    margin: 0 0 25px 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 639px) {
  .s_slider-item__text > * {
    font-size: 14px;
  }
}
.s_slider-item__btn {
  display: block;
  position: relative;
}

.s_catalog {
  display: block;
  position: relative;
  margin: 80px 0 125px;
}
@media only screen and (max-width: 1199px) {
  .s_catalog {
    margin: 40px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .s_catalog {
    margin: 40px 0;
  }
}

.s_popular-products {
  display: block;
  position: relative;
  margin: 125px 0 86px;
}
@media only screen and (max-width: 1199px) {
  .s_popular-products {
    margin: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s_popular-products {
    margin: 40px 0;
  }
}

.s_order {
  display: block;
  position: relative;
  margin: 70px 0 55px;
}
@media only screen and (max-width: 1199px) {
  .s_order {
    margin: 40px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .s_order {
    margin: 30px 0;
  }
}
.s_order .section-wrap {
  padding-top: 86px;
  padding-bottom: 100px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
@media only screen and (max-width: 1199px) {
  .s_order .section-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .s_order .section-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.delivery-links {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 45px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .delivery-links {
    margin-top: 20px;
    gap: 20px;
  }
}
.delivery-links li {
  display: block;
  position: relative;
}
.delivery-links li a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  position: relative;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.25s linear;
}
.delivery-links li a:hover {
  color: #E3B601;
}
@media only screen and (max-width: 767px) {
  .delivery-links li a {
    font-size: 14px;
  }
}
.delivery-links li.uk-active a {
  color: #E3B601;
}

.step-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
          align-items: center;
  height: 100%;
  border-radius: 2px;
  background: #F5F5F5;
}
.step-item__box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  padding: 15px 25px;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  .step-item__box {
    padding: 15px;
    gap: 15px;
  }
}
.step-item__numb {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 70px;
          align-items: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #E3B601;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .step-item__numb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .step-item__numb {
    font-size: 20px;
  }
}
.step-item__desc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
}
.step-item__title {
  margin-bottom: 5px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .step-item__title {
    font-size: 16px;
  }
}
.step-item__text {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27;
}
@media only screen and (max-width: 767px) {
  .step-item__text {
    font-size: 14px;
  }
}

.s_about {
  display: block;
  position: relative;
  margin: 56px 0 80px;
}
@media only screen and (max-width: 1199px) {
  .s_about {
    margin: 25px 0 40px;
  }
}
.s_about .section-title {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1199px) {
  .s_about .section-title {
    margin-bottom: 20px;
  }
}
.s_about .section-content img {
  -o-object-fit: cover;
  -o-object-position: center;
  min-height: 100%;
     object-fit: cover;
     object-position: center;
}
.s_about .section-content a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: inline-block;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  line-height: 1.44;
  text-decoration: underline;
  transition: all 0.25s linear;
}
.s_about .section-content a:hover {
  color: #E3B601;
  text-decoration: none;
}

.sidebar {
  display: block;
  position: relative;
}
.sidebar__box {
  display: block;
  position: relative;
}
.sidebar__box .uk-nav-default > li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
          align-items: center;
          justify-content: flex-end;
  padding: 0;
  gap: 13px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}
.sidebar__box .uk-nav-default > li > a .uk-icon {
  margin: 0;
  color: #5F5F5F;
}
.sidebar__box .uk-nav-default > li.uk-open > a[aria-expanded=true] .uk-icon {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar__box ul.uk-nav-sub {
  padding: 5px 0 5px 33px;
}
.sidebar__box ul.uk-nav-sub > li > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: block;
  padding: 0;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.25;
  transition: all 0.25s linear;
}
.sidebar__box ul.uk-nav-sub > li > a:hover {
  color: #E3B601;
}
.sidebar__box ul.uk-nav-sub > li.uk-active > a {
  color: #E3B601;
}

.category-head {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.category-head__inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: space-between;
}
.category-head__size {
  margin-top: 16px;
}

.category-btn-sort button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  height: 50px;
  padding: 0 15px;
  gap: 10px;
  border: none;
  background: #F5F5F5;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.category-btn-sort button .ico_sort {
  color: #5F5F5F;
  font-size: 14px;
}
.category-btn-sort button .ico_drop {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
          transform: rotate(0deg);
  color: #5F5F5F;
  font-size: 8px;
  transition: all 0.25s linear;
}
.category-btn-sort button[aria-expanded=true] .ico_drop {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.category-btn-sort .uk-drop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 220px;
  padding: 10px 15px;
  background: #F5F5F5;
}
.category-btn-sort .uk-drop ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.category-btn-sort .uk-drop ul > li, .category-btn-sort .uk-drop ul > li > a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 2.38;
  cursor: pointer;
  transition: all 0.25s linear;
}
.category-btn-sort .uk-drop ul > li:hover, .category-btn-sort .uk-drop ul > li > a:hover {
  color: #E3B601;
}
.category-btn-sort .uk-drop ul > li.uk-active, .category-btn-sort .uk-drop ul > li.uk-active > a {
  color: #E3B601;
}

.category-btns-view {
  padding: 5px;
  background: #F5F5F5;
}
.category-btns-view ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 5px;
  list-style-type: none;
}
.category-btns-view ul > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 40px;
          align-items: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 14px;
}
.category-btns-view ul > li.uk-active > a {
  background-color: #fff;
}

.filter-size {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: flex-start;
  padding: 5px;
  background: #F5F5F5;
}
@media only screen and (max-width: 959px) {
  .filter-size {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            flex-direction: column;
            align-items: flex-start;
    gap: 5px;
  }
}
.filter-size__label {
  display: block;
  padding: 0 15px;
  color: #000000;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 36px;
}
@media only screen and (max-width: 959px) {
  .filter-size__label {
    padding: 0 5px;
  }
}
.filter-size__value {
  display: block;
}

ul.size-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
          align-items: center;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 5px;
  list-style-type: none;
}
@media only screen and (max-width: 639px) {
  ul.size-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
ul.size-list li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: auto;
  min-height: 50px;
  padding:6px;
  box-sizing:border-box;
  height:auto;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
	ul.size-list li a{
		color:#000 !important;
	}
@media only screen and (max-width: 639px) {
  ul.size-list li {
    width: calc(25% - 5px);
  }
}
ul.size-list li.uk-active {
  border: 1px solid #E3B601;
}

.category-seo-text {
  margin-top: 73px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .category-seo-text {
    margin-top: 40px;
    font-size: 14px;
  }
}
.category-seo-text h3 {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .category-seo-text h3 {
    font-size: 16px;
  }
}

.category-body .uk-table {
  margin: 0;
}
.category-body .uk-table thead tr {
  border-bottom: 1px solid #E3B601;
}
.category-body .uk-table thead tr th {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 2;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .category-body .uk-table thead tr th {
    font-size: 14px;
    line-height: 1.44;
  }
}
@media only screen and (max-width: 639px) {
  .category-body .product-card__title {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 12px;
  }
}
@media only screen and (max-width: 639px) {
  .category-body .product-card__price {
    font-size: 12px;
  }
}
@media only screen and (max-width: 639px) {
  .category-body .product-card__more a {
    font-size: 10px;
  }
}

.table-product-title {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  transition: all 0.25s linear;
}
.table-product-title:hover {
  color: #E3B601;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .table-product-title {
    font-size: 14px;
  }
}

.table-product-size {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .table-product-size {
    font-size: 14px;
  }
}

.table-product-price {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .table-product-price {
    font-size: 14px;
  }
}

.table-product-link {
  color: #E3B601;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.table-product-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  gap: 3px;
}

.table-product-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
  -webkit-transition: all 0.25 linear;
  -o-transition: all 0.25 linear;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          flex: 0 0 40px;
          align-items: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #E3B601;
  color: #000;
  transition: all 0.25 linear;
}
.table-product-btn:hover {
  background-color: #fcca01;
}

.product-gallery .uk-slider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: row-reverse;
          align-items: stretch;
          justify-content: flex-end;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .product-gallery .uk-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            flex-direction: column;
    gap: 10px;
  }
}
.product-gallery .uk-slider-container {
  aspect-ratio: 1/1;
  border: 1px solid #D9D9D9;
}
.product-gallery .uk-slider-items {
  height: 100%;
}
.product-gallery .uk-slider-items li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
}
.product-gallery .uk-slider-thumb {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .product-gallery .uk-slider-thumb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-gallery .uk-slider-thumb li {
  border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 767px) {
  .product-gallery .uk-slider-thumb li {
    width: 33.33%;
  }
}
.product-gallery .uk-slider-thumb li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 125px;
          align-items: center;
          justify-content: center;
  width: 125px;
  height: 125px;
  padding: 10px;
}
@media only screen and (max-width: 1439px) {
  .product-gallery .uk-slider-thumb li a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-gallery .uk-slider-thumb li a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
            flex: 0 0 170px;
    width: 170px;
    height: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .product-gallery .uk-slider-thumb li a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    height: 100%;
  }
}
.product-gallery .uk-slider-thumb li.uk-active {
  border: 1px solid #E3B601;
}

.product-info__art {
  display: block;
  position: relative;
  margin-bottom: 33px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
@media only screen and (max-width: 1439px) {
  .product-info__art {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info__art {
    line-height: 1.35;
  }
}
.product-info__size {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  margin-bottom: 17px;
  gap: 10px;
}
.product-info__size > span {
  display: block;
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
}
@media only screen and (max-width: 1439px) {
  .product-info__size > span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info__size > span {
    font-size: 14px;
  }
}
.product-info__feature {
  display: block;
  position: relative;
  margin-bottom: 16px;
}
.product-info__feature ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 10px;
  list-style-type: none;
}
.product-info__feature ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-info__feature ul li span {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.34;
}
@media only screen and (max-width: 1439px) {
  .product-info__feature ul li span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info__feature ul li span {
    font-size: 14px;
  }
}
.product-info__feature ul li b {
  color: #000;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.34;
}
@media only screen and (max-width: 1439px) {
  .product-info__feature ul li b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info__feature ul li b {
    font-size: 14px;
  }
}
.product-info__price {
  display: block;
  position: relative;
  margin-bottom: 25px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.product-info__btn {
  display: block;
  position: relative;
}

.product-tabs .uk-tab::before {
  border-bottom: 1px solid #D9D9D9;
}
.product-tabs .uk-tab > li > a {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .product-tabs .uk-tab > li > a {
    font-size: 14px;
  }
}
.product-tabs .uk-tab > li a {
  border-bottom: 5px solid transparent;
}
.product-tabs .uk-tab > .uk-active > a {
  border-bottom: 5px solid #E3B601;
}
.product-tabs__content {
  padding: 40px 40px 0;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (max-width: 1199px) {
  .product-tabs__content {
    padding: 20px 0 0 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__content {
    padding: 10px 0 0 0;
    font-size: 14px;
  }
}
.product-tabs__feature {
  max-width: 830px;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .product-tabs__feature {
    padding: 20px 0 0 0;
  }
}
.product-tabs__feature span.label {
  color: #5F5F5F;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
  .product-tabs__feature span.label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__feature span.label {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-tabs__feature span.value {
  color: #000;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
}
@media only screen and (max-width: 1199px) {
  .product-tabs__feature span.value {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .product-tabs__feature span.value {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-tabs__feature .uk-leader {
  color: #D9D9D9;
}

.s_relative-products {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .s_relative-products {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .s_relative-products {
    padding-bottom: 40px;
  }
}

.s_delivery {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .s_delivery {
    padding-bottom: 40px;
  }
}
.s_delivery .section-title {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .s_delivery .section-title {
    margin-bottom: 20px;
  }
}

.delivery-item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  gap: 22px;
}
.delivery-item__img {
  display: block;
  position: relative;
}
.delivery-item__text {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
}
.delivery-item__text b {
  font-weight: 700;
}
@media only screen and (max-width: 1199px) {
  .delivery-item__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .delivery-item__text {
    font-size: 14px;
  }
}

.contacts-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
  margin: 0;
  padding: 0;
  gap: 35px;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .contacts-list {
    gap: 20px;
  }
}
.contacts-list__item {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .contacts-list__item {
    gap: 10px;
  }
}
.contacts-list__ico {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 0 0 20px;
          align-items: center;
          justify-content: center;
  width: 20px;
  height: 20px;
}
.contacts-list__ico [class*=ico_] {
  color: #E3B601;
  font-size: 18px;
}
.contacts-list__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
          align-items: stretch;
          justify-content: flex-start;
}
.contacts-list__label {
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .contacts-list__label {
    font-size: 16px;
  }
}
.contacts-list__value {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (max-width: 767px) {
  .contacts-list__value {
    font-size: 14px;
  }
}

.contacts-form {
  display: block;
  position: relative;
  padding: 46px 55px 60px;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .contacts-form {
    padding: 20px;
  }
}
.contacts-form__box {
  display: block;
  position: relative;
}
.contacts-form__box .uk-input {
  width: 100%;
  height: 80px;
  padding-left: 22px;
  border: none;
  border-radius: 5px;
  background: #FFFFFF;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .contacts-form__box .uk-input {
    height: 40px;
    font-size: 14px;
  }
}
.contacts-form__box .uk-input::-webkit-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
.contacts-form__box .uk-input::-moz-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
.contacts-form__box .uk-input:-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
.contacts-form__box .uk-input::-ms-input-placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
.contacts-form__box .uk-input::placeholder {
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 17px;
}
@media only screen and (max-width: 767px) {
  .contacts-form__box .uk-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .contacts-form__box .uk-input::-moz-placeholder {
    font-size: 14px;
  }
  .contacts-form__box .uk-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .contacts-form__box .uk-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .contacts-form__box .uk-input::placeholder {
    font-size: 14px;
  }
}
.contacts-form__title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  color: #000000;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contacts-form__title {
    font-size: 24px;
  }
}
.contacts-form__text {
  margin-bottom: 40px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .contacts-form__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.35;
  }
}

.checkbox-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: flex-start;
          justify-content: flex-start;
  gap: 15px;
}
.checkbox-box .uk-checkbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  width: 27px;
  height: 27px;
  margin: 0;
  border: 1px solid #E3B601;
}
@media only screen and (max-width: 767px) {
  .checkbox-box .uk-checkbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }
}
.checkbox-box .uk-checkbox:checked,
.checkbox-box .uk-checkbox:indeterminate,
.checkbox-box .uk-radio:checked {
  background-color: #E3B601;
}
.checkbox-box span {
  display: inline-block;
  margin-top: 4px;
  color: #000000;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.27;
}
@media only screen and (max-width: 767px) {
  .checkbox-box span {
    font-size: 11px;
  }
}
.checkbox-box span a {
  -webkit-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  display: inline-block;
  color: #E3B601;
  font-weight: 700;
  transition: all 0.25s linear;
}
.checkbox-box span a:hover {
  color: #caa201;
}

.uk-checkbox:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20viewBox%3D%220%200%2014%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23000%22%20points%3D%2212%201%205%207.5%202%205%201%205.5%205%2010%2013%201.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
}

.page-contacts-map {
  display: block;
  position: relative;
  overflow: hidden;
}
.page-contacts-map img {
  -o-object-fit: cover;
  -o-object-position: center;
  min-height: 300px;
     object-fit: cover;
     object-position: center;
}
.page-contacts-map iframe {
  display: block;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
/*# sourceMappingURL=maps/main.css.map */


.bcountnone{
	display:none !important;
}

.uk-checkboxsize{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:2;
}

.js-filter-size p{
	margin:0 !important;
}
	.js-filter-size li:hover{
		border:1px solid #E3B601;
	}
.table-product-size p{
	margin:0 !important;
}
#mylists_sizes p{
	margin:0 !important;
}

.success_mgs{
		width:100%;
		
		font-size:16px;
		color:#009d3d;
		display:none;
			color:#E95816;
		border:1px solid #E95816;
		margin-top:2px;
		padding:4px;
		text-align:center;
	}

.success_mgs_form b{
			font-size:28px;
		}
	.success_mgs_form{
		width:100%;
		
		font-size:22px;
		color:#E95816;
		display:none;
			color:#E95816;
		
		margin-top:2px;
		padding:4px;
		text-align:center;
	}
	
	
.uk-pagination .arrow{
	display:none !important;
}
.uk-parent-nonesub span.uk-icon{
	opacity:0 !important;
}

.ukleft{
	display: block;
	position: absolute;
	top: 50%;
	z-index: 3;
	left:-70px;
	margin-top: -30px;
	
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgba(50,50,50,.4);
	font-size: 60px;
	text-align: center;
}
.ukleft::before {
  content: "\f104";
  font-family: FontAwesome;
}

.ukright{
	display: block;
	position: absolute;
	top: 50%;
	z-index: 3;
	right:-70px;
	margin-top: -30px;
	
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgba(50,50,50,.4);
	font-size: 60px;
	text-align: center;
}
.ukright::before {
  content: "\f105";
  font-family: FontAwesome;
}


.ahover-title{
	color:#000000;
	
}

.ahover-title:hover{
	color:#E3B601;
}

@media only screen and (max-width: 1500px) {
	
	.ukright{
		right:-30px;
	}
	.ukleft{
		left:-30px;
	}
}

.arrows-onas{
	width:46px;
	height:46px;
	
}
	.arrows-onas svg{
		width:100%;
		height:100%;
		color:#e3b601;
	}