@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes bounceBig {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
@-webkit-keyframes bounceBig {
  0%, 50%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
    -webkit-transform: translateY(3px);
  }
}
.body-with-admin-bar .navbar-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@font-face {
  font-family: HKMedium;
  src: url("../../fonts/HKGrotesk-Medium.ttf") format("truetype");
}
@font-face {
  font-family: HKBold;
  src: url("../../fonts/HKGrotesk-Bold.ttf") format("truetype");
}
@font-face {
  font-family: HKMediumItalic;
  src: url("../../fonts/HKGrotesk-Mediumitalic.ttf") format("truetype");
}
@font-face {
  font-family: HKBoldItalic;
  src: url("../../fonts/HKGrotesk-Bolditalic.ttf") format("truetype");
}
@font-face {
  font-family: HKRegular;
  src: url("../../fonts/HKGrotesk-Regular.ttf") format("truetype");
}
@font-face {
  font-family: HKBlack;
  src: url("../../fonts/HKGrotesk-Black.ttf") format("truetype");
}
@font-face {
  font-family: HKSemiBold;
  src: url("../../fonts/HKGrotesk-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Moon212;
  src: url("../../fonts/212-Moon-Child-Sans.otf") format("opentype");
}
@font-face {
  font-family: Impact;
  src: url("../../fonts/impact.ttf") format("truetype");
}
.hk-medium {
  font-family: HKMedium;
}

.hk-bold {
  font-family: HKBold;
}

.hk-italic {
  font-family: HKMediumItalic;
}

.hk-bold-italic {
  font-family: HKBoldItalic;
}

.hk-regular {
  font-family: HKRegular;
}

.hk-black {
  font-family: HKBlack;
}

.hk-semi-bold {
  font-family: HKSemiBold;
}

.moon-212 {
  font-family: Moon212;
}

.impact {
  font-family: Impact;
}

.white-color {
  color: #fff;
}

.black-color {
  color: #000;
}

.default-color {
  color: #ffc600;
}

.green-color {
  color: #72c82d;
}

.background-white {
  background-color: #fff;
}

.background-black {
  background-color: #000;
}

.background-default-black {
  background-color: #24242a;
}

.background-default {
  background-color: #ffc600;
}

.default-link {
  position: relative;
  color: #ffc600;
}
.default-link:hover:before, .default-link:hover:after {
  width: 100%;
  opacity: 1;
}
.default-link:after {
  left: 0;
  background-color: #ffc600;
}
.default-link:before, .default-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-link:hover {
  color: #ffc600;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}

input[type=submit], button {
  cursor: pointer;
}

body {
  background-color: #24242a;
  color: #fff;
  font-size: 15px;
  font-family: HKMedium;
  background-image: url("../../images/left-bg-fixed.png"), url("../../images/right-bg-fixed.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 0 500px, 100% -50px;
  background-attachment: fixed;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #ffc600;
  border-radius: 10px;
}

strong, b {
  font-family: HKBold;
}

i, em {
  font-family: HKMediumItalic;
}

strong i, strong em, b i, b em, i strong, i b, em strong, em b {
  font-family: HKBoldItalic;
}

.padding-top-header {
  padding-top: 110px;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

.absolute-cover-img, .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.darkness-effect {
  background-color: rgba(0, 0, 0, 0.65);
}

.main-container {
  margin: 0 auto;
  max-width: 1430px;
  padding: 0 15px;
}

.default-page-wrapper {
  padding: 30px 0;
}

.default-page-min-height {
  min-height: calc(100vh - 110px - 110px);
}

.radius-50-px {
  border-radius: 50px;
}

.radius-50-percents {
  border-radius: 50%;
}

.m-auto-horizontal {
  margin: 0 auto;
}

.m-auto-vertical {
  margin: auto 0;
}

.mb-0 {
  margin-bottom: 0;
}

.object-cover {
  object-fit: cover;
}

.object-contain {
  object-fit: contain;
}

.backface-hidden {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-title {
  font-size: 32px;
  line-height: normal;
  color: #fff;
  font-family: HKBlack;
  margin-bottom: 30px;
}

.main-title-small-mb {
  margin-bottom: 20px;
}

.default-button {
  background-color: #ffc600;
  color: #000;
  border: 2px solid #ffc600;
  display: inline-block;
  text-transform: uppercase;
  padding: 12px 55px;
  text-align: center;
  font-size: 19px;
  font-family: HKBold;
  white-space: nowrap;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.default-button:hover {
  color: #ffc600;
  background-color: transparent;
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.prevent-shaking-animation {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.prevent-shaking-animation:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.wysiwyg-styles > img {
  max-width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
  margin-bottom: 50px;
}
.wysiwyg-styles > p {
  margin-bottom: 30px;
  line-height: 25px;
}
.wysiwyg-styles > p a:not(.default-button) {
  position: relative;
  color: #ffc600;
}
.wysiwyg-styles > p a:not(.default-button):hover:before, .wysiwyg-styles > p a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > p a:not(.default-button):after {
  left: 0;
  background-color: #ffc600;
}
.wysiwyg-styles > p a:not(.default-button):before, .wysiwyg-styles > p a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > p a:not(.default-button):hover {
  color: #ffc600;
}
.wysiwyg-styles > p img {
  max-width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
  margin-bottom: 20px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}
.wysiwyg-styles > ul li {
  line-height: 25px;
  display: table;
  position: relative;
  padding-left: 15px;
  background-image: url("../../images/theme-dot.svg");
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: 0 9px;
}
.wysiwyg-styles > ul li a:not(.default-button) {
  position: relative;
  color: #ffc600;
}
.wysiwyg-styles > ul li a:not(.default-button):hover:before, .wysiwyg-styles > ul li a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > ul li a:not(.default-button):after {
  left: 0;
  background-color: #ffc600;
}
.wysiwyg-styles > ul li a:not(.default-button):before, .wysiwyg-styles > ul li a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > ul li a:not(.default-button):hover {
  color: #ffc600;
}
.wysiwyg-styles > h2 {
  font-size: 32px;
  line-height: normal;
  color: #fff;
  font-family: HKBlack;
  margin-bottom: 15px;
}
.wysiwyg-styles > h3 {
  font-size: 19px;
  color: #fff;
  font-family: HKSemiBold;
  margin-bottom: 15px;
}
.wysiwyg-styles > h4 {
  font-size: 19px;
  line-height: normal;
  color: #fff;
  font-family: HKBold;
  margin-bottom: 30px;
}
.wysiwyg-styles > h2 a:not(.default-button), .wysiwyg-styles > h3 a:not(.default-button), .wysiwyg-styles > h4 a:not(.default-button) {
  position: relative;
  color: #ffc600;
}
.wysiwyg-styles > h2 a:not(.default-button):hover:before, .wysiwyg-styles > h2 a:not(.default-button):hover:after, .wysiwyg-styles > h3 a:not(.default-button):hover:before, .wysiwyg-styles > h3 a:not(.default-button):hover:after, .wysiwyg-styles > h4 a:not(.default-button):hover:before, .wysiwyg-styles > h4 a:not(.default-button):hover:after {
  width: 100%;
  opacity: 1;
}
.wysiwyg-styles > h2 a:not(.default-button):after, .wysiwyg-styles > h3 a:not(.default-button):after, .wysiwyg-styles > h4 a:not(.default-button):after {
  left: 0;
  background-color: #ffc600;
}
.wysiwyg-styles > h2 a:not(.default-button):before, .wysiwyg-styles > h2 a:not(.default-button):after, .wysiwyg-styles > h3 a:not(.default-button):before, .wysiwyg-styles > h3 a:not(.default-button):after, .wysiwyg-styles > h4 a:not(.default-button):before, .wysiwyg-styles > h4 a:not(.default-button):after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.wysiwyg-styles > h2 a:not(.default-button):hover, .wysiwyg-styles > h3 a:not(.default-button):hover, .wysiwyg-styles > h4 a:not(.default-button):hover {
  color: #ffc600;
}
.wysiwyg-styles > p + ul {
  margin-top: -30px;
}
.wysiwyg-styles .wysiwyg-table-wrapper {
  overflow-x: auto;
  margin: 0 auto 50px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
}
.wysiwyg-styles .wysiwyg-table-wrapper::-webkit-scrollbar-thumb {
  background-color: #ffc600;
  border-radius: 10px;
}
.wysiwyg-styles .wysiwyg-table-wrapper table {
  margin: 0 !important;
}
.wysiwyg-styles table {
  margin: 0 auto 50px;
}
.wysiwyg-styles table tr {
  background-color: #fff;
}
.wysiwyg-styles table tr:nth-of-type(2n) {
  background-color: #f4f4f4;
}
.wysiwyg-styles table td {
  padding: 12px;
  border: 1px solid #e0e0e0;
}
.wysiwyg-styles .default-button {
  margin-bottom: 50px;
}

.video-wysiwyg {
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 44%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wysiwyg-gallery {
  margin-bottom: 30px;
}
.wysiwyg-gallery .single-gallery-element {
  width: calc((100% - 30px) / 3.001);
  margin: 0 7.5px 15px;
  transition: all 0.2s linear;
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(3n) {
  margin: 0 0 15px 7.5px;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(3n+1) {
  margin: 0 7.5px 15px 0;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.wysiwyg-gallery .single-gallery-element .gallery-image, .wysiwyg-gallery .single-gallery-element .darkness-effect {
  top: 0;
  left: 0;
  object-fit: cover;
}
.wysiwyg-gallery .single-gallery-element .darkness-effect {
  background-color: rgba(0, 0, 0, 0.65);
}
.wysiwyg-gallery .single-gallery-element .number-additional {
  bottom: 25px;
  right: 25px;
  color: #fff;
  font-size: 36px;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transition: all 0.2s linear;
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.checkbox-single {
  margin: 0 0 25px;
  font-size: 0;
}
.checkbox-single input {
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label .checkbox-back .checkbox-mark {
  opacity: 1;
  transition: all 0.1s linear;
}
.checkbox-single .checkbox-label {
  margin: 0;
}
.checkbox-single .checkbox-title {
  font-size: 15px;
  cursor: pointer;
  color: #fff;
  font-family: HKSemiBold;
}
.checkbox-single .checkbox-title a {
  position: relative;
  color: #ffc600;
}
.checkbox-single .checkbox-title a:hover:before, .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #ffc600;
}
.checkbox-single .checkbox-title a:before, .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.checkbox-single .checkbox-back {
  width: 28px;
  height: 28px;
  border: 2px solid #fff;
  cursor: pointer;
  margin-right: 12px;
  background-color: transparent;
}
.checkbox-single .checkbox-back .checkbox-mark {
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  opacity: 0;
}
.checkbox-single .checkbox-back .checkbox-mark img {
  width: 14px;
}

.preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: calc(50% - 15px);
  left: calc(100% + 10px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

.success-submit-wrapper {
  padding: 30px 0;
  max-width: 300px;
  margin: 0 auto;
}
.success-submit-wrapper .success-image {
  margin-bottom: 30px;
}
.success-submit-wrapper .success-image img {
  max-width: 170px;
}

.inputs-wrapper {
  max-width: 870px;
}

.single-input {
  margin: 0 10px 20px 0;
  width: 210px;
}
.single-input:nth-of-type(4n) {
  margin: 0 0 20px 0;
}
.single-input input, .single-input textarea {
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 16px;
  color: #fff;
  padding: 10px;
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
}
.single-input input::-webkit-outer-spin-button, .single-input input::-webkit-inner-spin-button, .single-input textarea::-webkit-outer-spin-button, .single-input textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.single-input textarea {
  resize: none;
  min-height: 83px;
}
.single-input textarea::-webkit-scrollbar {
  width: 5px;
}
.single-input textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.single-input textarea::-webkit-scrollbar-thumb {
  background-color: #ffc600;
  border-radius: 10px;
}

.single-textarea {
  margin: 0 0 20px 0;
}

.individual-page .individual-menu ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.individual-page .individual-menu ul li {
  margin: 0 10px 10px 0;
}
.individual-page .individual-menu ul li:nth-last-of-type(1) {
  margin: 0 0 10px;
}
.individual-page .individual-menu ul li a {
  display: block;
  border: 2px solid #fff;
  font-family: HKSemiBold;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.individual-page .individual-menu ul li a:hover {
  color: #fff;
  background-color: #ffc600;
}
.individual-page .individual-menu ul .current-menu-item a {
  color: #fff;
  background-color: #ffc600;
}
.individual-page .image-with-title {
  margin-bottom: 50px;
}
.individual-page .image-with-title .cover-individual-image {
  max-height: 620px;
}
.individual-page .image-with-title .linked-title {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 100px 50px;
  font-size: 44px;
  max-width: 500px;
}
.individual-page .image-with-title .linked-title img {
  right: 25px;
  bottom: 25px;
  width: 32px;
}

.sidebar-page-content {
  width: calc(100% - 260px - 40px);
}

.sizes-list .single-size {
  margin: 0 15px 15px 0;
}
.sizes-list .single-size:nth-last-of-type(1) {
  margin: 0 0 15px;
}
.sizes-list .single-size a {
  min-width: 47px;
  height: 47px;
  border: 2px solid #fff;
  font-size: 19px;
  padding: 10px;
}
.sizes-list .single-size a:hover {
  color: #fff;
  background-color: #ffc600;
}
.sizes-list .single-size .active-size {
  color: #fff;
  background-color: #ffc600;
}

.default-selectric-styling .selectric-wrapper {
  width: 100%;
}
.default-selectric-styling .selectric {
  padding: 12px 41px 12px 15px;
  border: 2px solid #fff;
  background-color: transparent;
  background-image: url("../../images/dropdown.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 11px auto;
  position: relative;
  min-height: 48px;
  transition: all 0.2s linear;
}
.default-selectric-styling .selectric .label {
  margin: 0;
  line-height: normal;
  height: auto;
  font-family: HKSemiBold;
  font-size: 15px;
  color: #fff;
}
.default-selectric-styling .selectric .button {
  display: none;
}
.default-selectric-styling .selectric-items {
  background-color: #24242a;
  border: 2px solid #fff;
  box-shadow: none;
  overflow: hidden;
  border-radius: 0;
  width: 100% !important;
  top: calc(100% - 2px);
}
.default-selectric-styling .selectric-items li {
  font-family: HKSemiBold;
  font-size: 15px;
  color: #fff;
  transition: all 0.2s linear;
  background-color: #24242a;
  padding: 12px 15px;
}
.default-selectric-styling .selectric-items li:hover {
  transition: all 0.2s linear;
  color: #fff;
  background-color: #ffc600;
}
.default-selectric-styling .selectric-items li:nth-of-type(1) {
  display: none;
}
.default-selectric-styling .selectric-items .selected {
  color: #fff;
  background-color: #ffc600;
}

.type-wrapper {
  width: 210px;
}

.selectize-custom-wrapper .selectize-class, .selectize-custom-wrapper .selectize-countries {
  width: 100%;
  max-width: 210px;
}
.selectize-custom-wrapper .selectize-input {
  box-shadow: none !important;
  padding: 12px 41px 12px 15px !important;
  border: 2px solid #fff !important;
  background-color: transparent !important;
  background-image: url("../../images/dropdown.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 15px) 50% !important;
  background-size: 11px auto !important;
  font-size: 0 !important;
  line-height: normal !important;
  width: 100% !important;
  position: relative !important;
  min-height: 48px !important;
  transition: all 0.2s linear !important;
  border-radius: 0 !important;
}
.selectize-custom-wrapper .selectize-input:focus {
  outline: none !important;
}
.selectize-custom-wrapper .selectize-input:after {
  display: none !important;
}
.selectize-custom-wrapper .selectize-input input {
  width: 100% !important;
  line-height: normal !important;
  margin: 0 !important;
  height: auto !important;
  font-family: HKSemiBold !important;
  font-size: 15px !important;
  color: #fff !important;
}
.selectize-custom-wrapper .selectize-input .item {
  font-family: HKSemiBold !important;
  font-size: 15px !important;
  color: #fff !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: normal !important;
  width: 100% !important;
}
.selectize-custom-wrapper .selectize-input .item ~ input {
  position: absolute !important;
  left: -10000px !important;
  opacity: 0 !important;
}
.selectize-custom-wrapper .selectize-dropdown {
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100% !important;
  top: 47px !important;
  border: 2px solid #fff !important;
  background-color: #24242a !important;
  overflow: hidden !important;
  cursor: pointer !important;
}
.selectize-custom-wrapper .selectize-dropdown .option {
  font-family: HKSemiBold !important;
  font-size: 15px !important;
  color: #fff !important;
  transition: all 0.2s linear !important;
  background-color: #24242a !important;
  padding: 12px 15px !important;
}
.selectize-custom-wrapper .selectize-dropdown .option:hover {
  transition: all 0.2s linear !important;
  color: #fff !important;
  background-color: #ffc600 !important;
}
.selectize-custom-wrapper .selectize-dropdown .active {
  color: #fff !important;
  background-color: #ffc600 !important;
}
.selectize-custom-wrapper .selectize-dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.selectize-custom-wrapper .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
}
.selectize-custom-wrapper .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #ffc600;
}

.has-error .selectric, .has-error .selectize-input, .has-error .checkbox-back {
  border: 2px solid #e72c50 !important;
}

input.has-error, textarea.has-error {
  border: 2px solid #e72c50 !important;
}

.quantity {
  margin: 0 15px 25px 0;
}
.quantity .quantity-value {
  width: 109px;
  font-size: 31px;
  border: 2px solid #fff;
  padding: 7px 30px 7px 20px;
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
}
.quantity .quantity-value::-webkit-outer-spin-button, .quantity .quantity-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.quantity .quantity-arrows {
  right: 2px;
  top: 2px;
  bottom: 2px;
}
.quantity .quantity-arrows .quantity-arrow {
  width: 27px;
  height: 27px;
}
.quantity .quantity-arrows .quantity-arrow a {
  font-size: 29px;
}
.quantity .quantity-arrows .quantity-arrow a:hover {
  color: #fff;
}

.add-to-basket {
  margin: 0 15px 25px 0;
}
.add-to-basket a {
  border: 2px solid #fff;
  padding: 16px 22px;
  font-size: 19px;
}
.add-to-basket a img {
  margin-left: 8px;
  width: 19px;
}
.add-to-basket a:hover {
  color: #fff;
  background-color: #ffc600;
}
.add-to-basket a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.add-to-basket .price-wrapper {
  font-size: 22px;
  bottom: calc(100% + 5px);
  right: 0;
}
.add-to-basket .added-to-basket {
  font-size: 13px;
  top: 100%;
  left: 0;
  white-space: nowrap;
  display: none;
}

.go-to-basket {
  display: none;
  margin: 0 0 25px;
}
.go-to-basket a {
  border: 2px solid #fff;
  padding: 19px 22px;
  background-color: #4caf50;
}
.go-to-basket a img {
  margin-left: 8px;
  width: 19px;
}
.go-to-basket a:hover {
  color: #fff;
  background-color: #4caf50;
}
.go-to-basket a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}

.payment-page .payment-img {
  margin-bottom: 15px;
}
.payment-page .payment-img img {
  width: 100%;
  max-width: 300px;
}
.payment-page .payment-title {
  font-size: 30px;
  margin-bottom: 10px;
  font-family: HKBlack;
  color: #fff;
}

@media screen and (max-width: 1900px) {
  body {
    background-image: none;
  }
}
@media screen and (max-width: 1366px) {
  .default-button {
    padding: 10px 20px;
  }

  .default-page-min-height {
    min-height: calc(100vh - 110px - 190px);
  }

  .sidebar-page-content {
    width: calc(100% - 260px - 30px);
  }
}
@media screen and (max-width: 1250px) {
  .padding-top-header {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .max-1024 {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .min-1025 {
    display: none !important;
  }

  .wysiwyg-styles table td {
    min-width: 250px;
  }

  .video-wysiwyg:before {
    padding-top: 55%;
  }

  .individual-page .image-with-title .linked-title {
    padding: 60px 30px;
    font-size: 30px;
    max-width: 350px;
  }
  .individual-page .image-with-title .linked-title img {
    right: 15px;
    bottom: 15px;
  }

  .sidebar-page-content {
    width: 100%;
  }

  .inputs-wrapper {
    max-width: 710px;
  }

  .single-input {
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .main-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .default-page-min-height {
    min-height: calc(100vh - 110px - 266px);
  }

  .wysiwyg-styles > img {
    margin-bottom: 30px;
  }
  .wysiwyg-styles > p {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > p img {
    margin-bottom: 10px;
  }
  .wysiwyg-styles > ul {
    margin-bottom: 20px;
  }
  .wysiwyg-styles > h4 {
    margin-bottom: 15px;
  }
  .wysiwyg-styles > h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .wysiwyg-styles > p + ul {
    margin-top: -20px;
  }
  .wysiwyg-styles .wysiwyg-table-wrapper {
    margin: 0 auto 30px;
  }
  .wysiwyg-styles table {
    margin: 0 auto 30px;
  }
  .wysiwyg-styles table td {
    min-width: 200px;
  }
  .wysiwyg-styles .default-button {
    margin-bottom: 30px;
  }

  .video-wysiwyg {
    margin-bottom: 30px;
  }
  .video-wysiwyg:before {
    padding-top: 60%;
  }

  .wysiwyg-gallery {
    margin-bottom: 20px;
  }
  .wysiwyg-gallery .single-gallery-element .number-additional {
    bottom: 15px;
    right: 15px;
    font-size: 23px;
  }

  .success-submit-wrapper .success-image {
    margin-bottom: 30px;
  }
  .success-submit-wrapper .success-image img {
    max-width: 120px;
  }

  .individual-page .individual-menu ul {
    margin: 0 0 20px;
  }
  .individual-page .image-with-title {
    margin-bottom: 30px;
  }
  .individual-page .image-with-title .linked-title {
    padding: 30px 30px;
    font-size: 24px;
    max-width: 300px;
  }

  .inputs-wrapper {
    max-width: none;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .single-input {
    width: calc(50% - 5px);
    margin: 0 0 20px !important;
  }

  .payment-page .payment-img img {
    width: 100%;
    max-width: 200px;
  }
  .payment-page .payment-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  .default-page-min-height {
    min-height: calc(100vh - 110px - 321px);
  }

  .wysiwyg-gallery .single-gallery-element {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
    margin: 0 !important;
  }

  .individual-page .individual-menu ul li {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .individual-page .image-with-title .linked-title {
    padding: 15px 15px;
    font-size: 18px;
    max-width: 200px;
  }
  .individual-page .image-with-title .linked-title img {
    width: 20px;
    right: 5px;
    bottom: 5px;
  }

  .single-input {
    width: 100%;
  }
}
.navbar-header {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 110px;
  padding: 0 !important;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #24242a;
}
.navbar-header .header-content-row {
  min-height: 50px;
  padding: 0 30px;
}
.navbar-header .header-non-main-menu {
  margin-right: 30px;
}
.navbar-header .header-non-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-header .header-non-main-menu ul li {
  margin-right: 30px;
}
.navbar-header .header-non-main-menu ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-header .header-non-main-menu ul li a {
  font-family: HKBold;
  font-size: 13px;
  color: #646472;
}
.navbar-header .header-non-main-menu ul li a:hover {
  color: #ffc600;
}
.navbar-header .header-non-main-menu ul .current-menu-item a {
  color: #ffc600;
}
.navbar-header .logo {
  margin-right: 50px;
}
.navbar-header .logo img {
  max-width: 111px;
  max-height: 30px;
  object-fit: contain;
}
.navbar-header .socials {
  margin-right: 40px;
}
.navbar-header .single-social {
  margin-right: 22px;
}
.navbar-header .single-social:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-header .single-social a:hover img, .navbar-header .single-social a:hover svg {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.navbar-header .single-social a:hover img path, .navbar-header .single-social a:hover svg path {
  fill: #ffc600;
}
.navbar-header .single-social img, .navbar-header .single-social svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.navbar-header .single-social img path, .navbar-header .single-social svg path {
  transition: all 0.2s linear;
}
.navbar-header .header-menu {
  min-height: 60px;
  padding: 0 30px;
}
.navbar-header .header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-header .header-menu ul li {
  margin-right: 40px;
}
.navbar-header .header-menu ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-header .header-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  font-family: HKBold;
  position: relative;
  color: #fff;
}
.navbar-header .header-menu ul li a:hover:before, .navbar-header .header-menu ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.navbar-header .header-menu ul li a:after {
  left: 0;
  background-color: #ffc600;
}
.navbar-header .header-menu ul li a:before, .navbar-header .header-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.navbar-header .header-menu ul li a:hover {
  color: #ffc600;
}
.navbar-header .header-menu ul .current-menu-item a {
  color: #ffc600;
}
.navbar-header .header-menu ul .current-menu-item a:before, .navbar-header .header-menu ul .current-menu-item a:after {
  width: 100%;
  opacity: 1;
}
.navbar-header .whatsapp {
  margin-right: 15px;
}
.navbar-header .whatsapp img {
  width: 19px;
  object-fit: contain;
}
.navbar-header .whatsapp a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.navbar-header .languages {
  margin-right: 40px;
}
.navbar-header .languages .selectric-wrapper {
  width: 35px;
}
.navbar-header .languages .selectric {
  padding: 5px 15px 5px 0;
  border: none;
  background-color: transparent;
  background-image: url("../../images/triangle.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1px) 50%;
  background-size: 9px auto;
  position: relative;
}
.navbar-header .languages .selectric .label {
  margin: 0;
  line-height: normal;
  height: auto;
  font-family: HKBold;
  font-size: 13px;
  color: #ffc600;
}
.navbar-header .languages .selectric .button {
  display: none;
}
.navbar-header .languages .selectric-items {
  background-color: #24242a;
  border: none;
  overflow: hidden;
  width: 35px !important;
  text-align: center;
  border-radius: 3px;
}
.navbar-header .languages .selectric-items li {
  font-size: 13px;
  color: #ffc600;
  font-family: HKBold;
  transition: all 0.2s linear;
  background-color: #24242a;
  padding: 10px 5px;
}
.navbar-header .languages .selectric-items li:hover {
  transition: all 0.2s linear;
  background-color: #ffc600;
  color: #24242a;
}
.navbar-header .languages .selectric-items .selected {
  background-color: #ffc600;
  color: #24242a;
}
.navbar-header .user-info {
  margin-right: 15px;
}
.navbar-header .single-user-info {
  margin-right: 30px;
}
.navbar-header .single-user-info:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-header .single-user-info a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.navbar-header .single-user-info a:hover .absolute-value {
  animation: scaling 0.5s linear infinite;
  -webkit-animation: scaling 0.5s linear infinite;
}
.navbar-header .single-user-info img {
  width: 20px;
}
.navbar-header .single-user-info .absolute-value {
  font-size: 10px;
  width: 21px;
  height: 21px;
  left: 15px;
  top: -10px;
  display: flex;
  display: -webkit-flex;
  background-color: #e31437;
}

.thumb-modal-window .modal-dialog {
  max-width: 1500px !important;
  width: 100%;
}

.contacts-modal-content {
  width: 100%;
  max-width: 595px;
  min-height: 450px;
  padding: 15px;
  background-image: url("../../images/modal-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto;
}
.contacts-modal-content .contacts-modal-cross {
  padding: 0 !important;
  cursor: pointer;
  top: 15px;
  right: 15px;
  width: 24px;
}
.contacts-modal-content .contacts-modal-cross:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.contacts-modal-content .modal-titles .modal-title {
  font-size: 36px;
  margin-bottom: 0;
}
.contacts-modal-content .modal-titles .modal-subtext {
  font-size: 22px;
}
.contacts-modal-content .modal-contacts .single-modal-contact {
  font-size: 34px;
  margin-bottom: 5px;
}
.contacts-modal-content .modal-contacts .single-modal-contact:nth-last-of-type(1) {
  margin-bottom: 0;
}
.contacts-modal-content .modal-contacts .single-modal-contact a {
  position: relative;
  color: #ffc600;
}
.contacts-modal-content .modal-contacts .single-modal-contact a:hover:before, .contacts-modal-content .modal-contacts .single-modal-contact a:hover:after {
  width: 100%;
  opacity: 1;
}
.contacts-modal-content .modal-contacts .single-modal-contact a:after {
  left: 0;
  background-color: #ffc600;
}
.contacts-modal-content .modal-contacts .single-modal-contact a:before, .contacts-modal-content .modal-contacts .single-modal-contact a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.contacts-modal-content .modal-contacts .single-modal-contact a:hover {
  color: #ffc600;
}
.contacts-modal-content .whatsapp-modal img {
  width: 34px;
  object-fit: contain;
}
.contacts-modal-content .whatsapp-modal a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}

@media screen and (max-width: 1366px) {
  .navbar-header .languages {
    margin-right: 30px;
  }
  .navbar-header .logo {
    margin-right: 30px;
  }
  .navbar-header .socials {
    margin-right: 30px;
  }
  .navbar-header .single-social {
    margin-right: 15px;
  }
  .navbar-header .header-content-row, .navbar-header .header-menu {
    padding: 0 15px;
  }
  .navbar-header .header-menu ul li {
    margin-right: 20px;
  }
  .navbar-header .header-non-main-menu {
    margin-right: 15px;
  }
  .navbar-header .header-non-main-menu ul li {
    margin-right: 15px;
  }
}
@media screen and (min-width: 1251px) {
  .navbar-header .header {
    display: block !important;
  }
}
@media screen and (max-width: 1250px) {
  .navbar-header {
    min-height: 0;
  }
  .navbar-header .mobile-header-wrapper {
    display: flex !important;
    display: -webkit-flex !important;
    width: 100%;
    background-color: #000;
  }
  .navbar-header .collapsed .line {
    position: static !important;
    border-radius: 5px 0 0 5px !important;
  }
  .navbar-header .collapsed .line:nth-child(1) {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transition: all 0.2s linear;
  }
  .navbar-header .collapsed .line:nth-child(3) {
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transition: all 0.2s linear;
  }
  .navbar-header .collapsed .line:nth-child(2) {
    width: 50px !important;
    transition: all 0.2s linear;
  }
  .navbar-header .burger {
    padding: 0;
    margin: 0 0 0 0;
    border: none;
    height: 80px;
    width: 50px;
  }
  .navbar-header .burger .wrapper {
    width: 50px;
    height: 47px;
  }
  .navbar-header .burger .wrapper .line {
    height: 11px;
    width: 50px;
    margin-bottom: 7px;
    background-color: #ffc600;
    border-radius: 5px;
    top: calc(50% - 5.5px);
  }
  .navbar-header .burger .wrapper .line:nth-child(1) {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: all 0.2s linear;
  }
  .navbar-header .burger .wrapper .line:nth-child(3) {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: all 0.2s linear;
  }
  .navbar-header .burger .wrapper .line:nth-child(2) {
    width: 0;
    margin: 0 auto 7px;
  }
  .navbar-header .burger .wrapper .line:last-child {
    margin-bottom: 0;
  }
  .navbar-header .header .user-info, .navbar-header .header .logo {
    display: none !important;
  }
  .navbar-header .header .languages {
    display: none;
  }
  .navbar-header .mobile-logo {
    margin-left: 15px;
  }
  .navbar-header .mobile-logo img {
    max-width: 111px;
    max-height: 30px;
    object-fit: contain;
  }
  .navbar-header .whatsapp {
    margin-left: auto;
  }
  .navbar-header .whatsapp, .navbar-header .socials, .navbar-header .user-info {
    margin-right: 30px;
  }
  .navbar-header .left-side-container {
    width: 100%;
  }
  .navbar-header .header-non-main-menu {
    margin-right: 0;
    margin-left: auto;
  }
  .navbar-header .header-menu {
    background-color: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .navbar-header .header .whatsapp, .navbar-header .header .socials {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-header .mobile-header-wrapper .languages {
    display: none !important;
  }
  .navbar-header .whatsapp {
    margin: 0;
  }
  .navbar-header .header-non-main-menu {
    margin-right: 15px;
  }
  .navbar-header .header-menu {
    width: 100%;
    padding: 10px 0;
    background-color: #000;
  }
  .navbar-header .header-menu ul {
    width: 100%;
  }
  .navbar-header .header-menu ul li {
    width: 100%;
    margin: 0 0 5px;
    text-align: right;
    padding: 0 15px;
  }
  .navbar-header .header-menu ul li:nth-last-of-type(1) {
    margin: 0;
  }

  .socials {
    margin-left: auto;
  }

  .contacts-modal-content {
    min-height: 350px;
    max-width: 400px;
    background-image: none;
  }
  .contacts-modal-content .modal-titles .modal-title {
    font-size: 30px;
  }
  .contacts-modal-content .modal-titles .modal-subtext {
    font-size: 16px;
  }
  .contacts-modal-content .modal-contacts .single-modal-contact {
    font-size: 26px;
  }
  .contacts-modal-content .whatsapp-modal img {
    width: 30px;
  }

  .header .languages {
    display: block !important;
    margin: 0 0 0 15px;
  }
}
@media screen and (min-width: 501px) and (max-width: 767px) {
  .navbar-header .mobile-header-wrapper .whatsapp {
    display: none !important;
  }
  .navbar-header .header .socials {
    display: none !important;
  }
}
@media screen and (max-width: 500px) {
  .navbar-header .header-content-row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .navbar-header .mobile-header-wrapper .whatsapp, .navbar-header .mobile-header-wrapper .socials {
    display: none !important;
  }
  .navbar-header .header-non-main-menu {
    margin-right: 0;
  }
  .navbar-header .header-non-main-menu ul {
    width: 100%;
  }
  .navbar-header .header-non-main-menu ul li {
    width: 100%;
    margin: 0 0 5px;
    text-align: right;
  }
  .navbar-header .header-non-main-menu ul li:nth-last-of-type(1) {
    margin: 0 0 10px;
  }
  .navbar-header .socials {
    margin: 0 0 15px auto;
    width: 100%;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .navbar-header .user-info {
    margin-left: auto;
  }
  .navbar-header .right-side-container {
    width: 100%;
    order: 1;
  }
  .navbar-header .left-side-container {
    order: 2;
    display: block !important;
  }
  .navbar-header .whatsapp {
    text-align: right;
  }
  .navbar-header .header .languages {
    margin: 0 0 5px auto;
  }
}
.footer .footer-info-wrapper, .footer .footer-payment {
  margin-right: 15px;
}
.footer .footer-info {
  padding: 15px 0;
}
.footer .footer-partners {
  font-size: 13px;
  color: #bfbfbf;
}
.footer .footer-partners a {
  color: #bfbfbf;
  position: relative;
}
.footer .footer-partners a:hover:before, .footer .footer-partners a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-partners a:after {
  left: 0;
  background-color: #ffc600;
}
.footer .footer-partners a:before, .footer .footer-partners a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-partners a:hover {
  color: #ffc600;
}
.footer .footer-contacts {
  margin-bottom: 5px;
}
.footer .footer-contacts span {
  font-size: 11px;
  color: #bfbfbf;
}
.footer .footer-contacts a {
  font-size: 11px;
  color: #bfbfbf;
  position: relative;
}
.footer .footer-contacts a:hover:before, .footer .footer-contacts a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-contacts a:after {
  left: 0;
  background-color: #ffc600;
}
.footer .footer-contacts a:before, .footer .footer-contacts a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-contacts a:hover {
  color: #ffc600;
}
.footer .footer-copyright {
  color: #bfbfbf;
  letter-spacing: 5px;
  font-size: 11px;
}
.footer .single-payment {
  margin-right: 12px;
}
.footer .single-payment:nth-last-of-type(1) {
  margin-right: 0;
}
.footer .single-payment img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.footer .footer-menu {
  font-size: 13px;
  color: #bfbfbf;
}
.footer .footer-menu a {
  color: #bfbfbf;
  position: relative;
}
.footer .footer-menu a:hover:before, .footer .footer-menu a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer .footer-menu a:after {
  left: 0;
  background-color: #ffc600;
}
.footer .footer-menu a:before, .footer .footer-menu a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.footer .footer-menu a:hover {
  color: #ffc600;
}
.footer .footer-menu .active {
  color: #ffc600;
}
.footer .footer-menu .active:before, .footer .footer-menu .active:after {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 1366px) {
  .footer .footer-payment, .footer .footer-menu {
    margin: 0 0 15px;
  }
  .footer .footer-info-wrapper {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-info {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer-payment, .footer .footer-menu {
    width: 100%;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  max-width: 1500px;
  background-color: transparent;
  margin: 0;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  padding: 15px !important;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description {
  font-size: 16px;
  max-height: 72px;
  padding: 0 15px;
  margin: 7.5px 0;
  color: #fff;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar {
  width: 5px;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-track {
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .gallery-slide-description::-webkit-scrollbar-thumb {
  background-color: #ffc600;
}
.image-modal-window .modal-dialog .modal-content .slide-image, .image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  max-height: 80vh;
  max-width: 100%;
  padding: 7.5px;
  object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .slide-image {
  width: auto;
  height: auto;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper {
  width: 100%;
  height: 800px;
}
.image-modal-window .modal-dialog .modal-content .iframe-wrapper iframe {
  width: 100%;
  height: 100%;
}
.image-modal-window .modal-dialog .modal-content .carousel-inner {
  background-color: transparent !important;
}
.image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #ffc600;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  opacity: 1;
  transition: all 0.2s linear;
}
.image-modal-window .carousel-control-prev {
  margin-left: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #ffc600;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}
.image-modal-window .modal-cross img {
  width: 20px !important;
  height: 20px !important;
}
.image-modal-window .modal-cross:hover {
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

.modal-backdrop {
  opacity: 0.8 !important;
}

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .image-modal-window .align-modal-helper {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .modal-dialog .modal-content img {
    padding: 0;
  }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
    opacity: 0.75;
  }
  .image-modal-window .modal-cross {
    opacity: 1;
  }
  .image-modal-window .modal-cross:hover {
    opacity: 1;
  }
  .image-modal-window .modal-cross:focus {
    opacity: 1;
  }
}
.sidebar-collapse {
  width: 260px;
}

.sidebar-wrapper {
  padding-top: 62px;
}

.sidebar {
  background-color: #fff;
  padding: 30px 15px 30px 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
.sidebar .sidebar-title-wrapper {
  margin-bottom: 20px;
}
.sidebar .sidebar-title-image {
  margin-right: 12px;
}
.sidebar .sidebar-title-image img {
  width: 17px;
}
.sidebar .sidebar-title {
  font-size: 14px;
  margin-bottom: 0;
}
.sidebar .first-level-category {
  padding-left: 27px;
  margin-bottom: 20px;
}
.sidebar .first-level-category > a {
  font-size: 14px;
}
.sidebar .first-level-category > a:hover {
  color: #ffc600;
}
.sidebar .first-level-category > a img {
  left: 0;
  top: 5px;
  width: 11px;
  transition: all 0.2s linear;
}
.sidebar .first-level-category > a .chevron-opened {
  top: 6px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.sidebar .first-level-category .second-level-categories {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
}
.sidebar .first-level-category .second-level-categories li {
  margin-bottom: 10px;
}
.sidebar .first-level-category .second-level-categories li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sidebar .first-level-category .second-level-categories li a {
  color: #6b6b6b;
  font-size: 14px;
}
.sidebar .first-level-category .second-level-categories li a:hover {
  color: #ffc600;
}
.sidebar .first-level-category .active-category {
  color: #ffc600 !important;
}

.sidebar-slider .slide-image:before {
  content: "";
  display: block;
  padding-top: 139%;
}
.sidebar-slider .slide-titles-wrapper {
  padding: 25px 15px;
}
.sidebar-slider .slide-title {
  margin-bottom: 5px;
}
.sidebar-slider .slide-title a {
  color: #fff;
}
.sidebar-slider .slide-subtitle {
  margin-bottom: 0;
}
.sidebar-slider .slide-subtitle a {
  color: #000;
}
.sidebar-slider .slide-title, .sidebar-slider .slide-subtitle {
  font-size: 27px;
  text-align: center;
}
.sidebar-slider .carousel-indicators {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 19px 0 0;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.sidebar-slider .carousel-indicators li {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #605e55;
  margin: 0;
  border: none;
  margin-right: 17px;
}
.sidebar-slider .carousel-indicators li:nth-last-of-type(1) {
  margin-right: 0;
}
.sidebar-slider .carousel-indicators li:hover {
  background-color: #ffc600;
}
.sidebar-slider .carousel-indicators .active {
  background-color: #ffc600;
}

@media screen and (min-width: 1025px) {
  .sidebar-wrapper {
    display: block !important;
  }

  .menu-button {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .sidebar-collapse {
    width: 100%;
    text-align: right;
  }

  .sidebar-wrapper {
    padding-top: 0;
  }

  .sidebar {
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
  }
  .sidebar .sidebar-title-wrapper {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }
  .sidebar .first-level-category {
    padding: 0 27px 0 0;
  }
  .sidebar .first-level-category .category-chevron {
    left: auto;
    right: 0;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }

  .menu-button {
    color: #ffc600;
    padding: 0;
    margin: 0 0 15px;
  }

  .sidebar-slider {
    display: none;
  }
}
.single-card .discount-label {
  width: 103px;
  height: 103px;
  font-size: 20px;
  top: 25px;
  left: 20px;
}
.single-card:nth-last-of-type(1) {
  margin-right: 0;
}
.single-card a:hover .product-title {
  color: #ffc600;
}
.single-card a:hover .discount-label {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.single-card .card-image {
  margin-bottom: 10px;
}
.single-card .card-image:before {
  content: "";
  display: block;
  padding-top: 127%;
}
.single-card .product-title {
  width: calc(100% - 130px);
  font-size: 19px;
}
.single-card .product-price {
  width: 130px;
  font-size: 22px;
  padding-left: 47px;
}
.single-card .product-price .heart {
  width: 17px;
  left: 15px;
  top: 8px;
}
.single-card .product-price .heart:hover .like-red {
  visibility: visible;
  opacity: 1;
}
.single-card .product-price .heart:hover .like-grey {
  visibility: hidden;
  opacity: 0;
}
.single-card .product-price .heart-like {
  width: 17px;
  top: 0;
  left: 0;
}
.single-card .product-price .like-red {
  visibility: hidden;
  opacity: 0;
}
.single-card .product-price .like-grey {
  visibility: visible;
  opacity: 1;
}
.single-card .product-price .liked .like-red {
  visibility: visible;
  opacity: 1;
}
.single-card .product-price .liked .like-grey {
  visibility: hidden;
  opacity: 0;
}

@media screen and (min-width: 1367px) {
  .single-card {
    width: calc((100% - 80px) / 3.001);
    margin: 0 40px 40px 0;
  }
  .single-card:nth-of-type(3n) {
    margin: 0 0 40px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1366px), (max-width: 1024px) and (min-width: 768px) {
  .single-card {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 30px 0;
  }
  .single-card:nth-of-type(3n) {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1250px) {
  .sidebar-page-content .single-card {
    width: calc((100% - 30px) / 2.001);
    margin: 0 30px 30px 0;
  }
  .sidebar-page-content .single-card:nth-of-type(2n) {
    margin: 0 0 30px;
  }

  .non-sidebar-page-content .single-card {
    width: calc((100% - 60px) / 3.001);
    margin: 0 30px 30px 0;
  }
  .non-sidebar-page-content .single-card:nth-of-type(3n) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .single-card .discount-label {
    width: 80px;
    height: 80px;
    font-size: 16px;
    top: 15px;
    left: 15px;
  }
  .single-card .product-title {
    font-size: 16px;
  }
  .single-card .product-price {
    font-size: 16px;
    padding-left: 37px;
  }
  .single-card .product-price .heart {
    top: 3px;
    left: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  .single-card {
    width: calc((100% - 30px) / 2.001);
    margin: 0 30px 30px 0;
  }
  .single-card:nth-of-type(2n) {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .single-card {
    width: 100%;
    margin: 0 0 30px;
  }
}
.pagination {
  width: 100%;
  margin-bottom: 30px;
}
.pagination .page-numbers {
  margin-right: 30px;
  color: #fff;
  font-size: 35px;
  font-family: HKMedium;
  transition: all 0.2s linear;
}
.pagination .page-numbers:hover {
  transition: all 0.2s linear;
  color: #ffc600;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  color: #ffc600;
  font-family: HKBold;
}
.pagination .page-numbers.dots:hover {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .pagination {
    margin-bottom: 0;
  }
  .pagination .page-numbers {
    font-size: 24px;
  }
}
.coupon-code-block {
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.coupon-code-block .coupon-code-content {
  max-width: 600px;
  padding: 30px;
}
.coupon-code-block .title {
  font-size: 37px;
  margin-bottom: 0;
}
.coupon-code-block .subtext {
  font-size: 25px;
  letter-spacing: 3px;
}
.coupon-code-block .coupon-margin-bottom {
  margin-bottom: 90px;
}
.coupon-code-block .coupon {
  font-size: 81px;
  margin-bottom: 0;
  z-index: 2;
}
.coupon-code-block .coupon-arrow {
  width: 75px;
  left: 45px;
  top: -75px;
}
.coupon-code-block .darkness-effect-mobile {
  background-color: rgba(0, 0, 0, 0.4);
}

.discount-block .coupon-code-content {
  padding: 30px 75px;
  max-width: none !important;
}
.discount-block .discount-title {
  font-size: 55px;
  line-height: 1;
}
.discount-block .discount-title .emphasis {
  font-size: 150px;
}
.discount-block .discount-subtext {
  font-size: 37px;
  letter-spacing: 5px;
  line-height: 1;
}

.list-of-goods-page .coupon-code-block {
  min-height: 400px;
}

.home-page .coupon-code-block, .discounts-page .coupon-code-block {
  min-height: 555px;
}
.home-page .coupon-code-block .coupon-code-content, .discounts-page .coupon-code-block .coupon-code-content {
  max-width: 670px;
}

@media screen and (max-width: 1366px) {
  .coupon-code-block {
    margin-bottom: 30px;
  }

  .discount-block .coupon-code-content {
    padding: 30px 60px;
  }
  .discount-block .discount-title {
    font-size: 40px;
  }
  .discount-block .discount-title .emphasis {
    font-size: 100px;
  }
  .discount-block .discount-subtext {
    font-size: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .coupon-code-block .coupon-arrow-mobile, .coupon-code-block .darkness-effect-mobile {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .coupon-code-block .coupon-code-content {
    padding: 15px;
  }
  .coupon-code-block .title {
    font-size: 30px;
    color: #fff;
  }
  .coupon-code-block .subtext {
    font-size: 20px;
    color: #fff;
  }
  .coupon-code-block .coupon-margin-bottom {
    margin-bottom: 75px;
  }
  .coupon-code-block .coupon {
    font-size: 60px;
    color: #fff;
  }
  .coupon-code-block .coupon-arrow {
    width: 60px;
    left: 30px;
    top: -60px;
  }
  .coupon-code-block .coupon-arrow-desktop {
    display: none;
  }

  .discount-block .discount-title {
    color: #fff;
  }
  .discount-block .discount-subtext {
    color: #fff;
  }

  .list-of-goods-page .coupon-code-block {
    min-height: 300px;
  }

  .home-page .coupon-code-block, .discounts-page .coupon-code-block {
    min-height: 400px;
  }

  .discount-block .coupon-code-content {
    padding: 30px;
  }
  .discount-block .discount-title {
    font-size: 30px;
  }
  .discount-block .discount-title .emphasis {
    font-size: 60px;
  }
  .discount-block .discount-subtext {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .discount-block .coupon-code-content {
    padding: 15px;
  }
  .discount-block .discount-title {
    line-height: 1.2;
    font-size: 27px;
  }
  .discount-block .discount-title .emphasis {
    font-size: 45px;
  }
  .discount-block .discount-subtext {
    line-height: 1.2;
    font-size: 20px;
  }
}
.home-page .home-main-slider {
  margin-bottom: 100px;
}
.home-page .home-main-slider .slide-content {
  padding: 30px 30px 30px 0;
  width: calc((50% - calc((100% - 1400px) / 2)) - 30px);
  margin-left: calc((100% - 1400px) / 2);
}
.home-page .home-main-slider .slide-content .slide-help-content {
  max-width: 500px;
}
.home-page .home-main-slider .slide-content .slide-subtitle {
  font-size: 21px;
  letter-spacing: 5px;
  background-image: url("../../images/brush.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  padding: 10px 80px 10px 50px;
  line-height: 1.5;
}
.home-page .home-main-slider .slide-content .slide-title {
  font-size: 55px;
  margin-bottom: 0;
}
.home-page .home-main-slider .slide-content .slide-subtext {
  line-height: 1.2;
  font-size: 39px;
  margin-bottom: 10px;
}
.home-page .home-main-slider .slide-content .slide-subtext .emphasis {
  font-family: HKBold;
  font-size: 54px;
  color: #ffc600;
}
.home-page .home-main-slider .slide-content .slide-wysiwyg p, .home-page .home-main-slider .slide-content .slide-wysiwyg ul li {
  font-size: 18px;
  line-height: 32px;
}
.home-page .home-main-slider .slide-image {
  width: 50%;
}
.home-page .home-main-slider .slide-image .slide-image-help:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.home-page .home-main-slider .darkness-effect-home-slider {
  background-color: #24242a;
}
.home-page .main-slider-indicators {
  right: calc(50% + 20px);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: auto;
  bottom: auto;
  margin: 0;
  display: block;
}
.home-page .main-slider-indicators li {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 0;
  border: none;
  margin-bottom: 17px;
}
.home-page .main-slider-indicators li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.home-page .main-slider-indicators li:hover {
  background-color: #ffc600;
}
.home-page .main-slider-indicators .active {
  background-color: #ffc600;
}
.home-page .home-catalog-title {
  margin-bottom: 5px;
  font-size: 22px;
}
.home-page .home-catalog-link {
  margin-bottom: 40px;
}
.home-page .home-catalog-link a {
  font-size: 18px;
}

@media screen and (max-width: 1430px) {
  .home-page .home-main-slider .slide-content {
    width: calc(50% - 15px - 30px);
    margin-left: 15px;
  }
}
@media screen and (max-width: 1366px) {
  .home-page .home-main-slider {
    margin-bottom: 60px;
  }
  .home-page .home-main-slider .slide-content .slide-subtitle {
    font-size: 18px;
    padding: 10px 60px 10px 30px;
  }
  .home-page .home-main-slider .slide-content .slide-title {
    font-size: 40px;
  }
  .home-page .home-main-slider .slide-content .slide-wysiwyg p, .home-page .home-main-slider .slide-content .slide-wysiwyg ul li {
    font-size: 16px;
    line-height: 30px;
  }
  .home-page .home-main-slider .slide-content .slide-subtext {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .home-page .home-main-slider .slide-content .slide-subtext .emphasis {
    font-size: 37px;
  }
  .home-page .home-main-slider .slide-content .slide-button {
    margin-bottom: 0;
  }
  .home-page .home-main-slider {
    margin-bottom: 60px;
  }
  .home-page .home-catalog-link {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .home-page .home-main-slider .slide-content {
    background-image: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .home-main-slider {
    margin-bottom: 40px;
    padding: 0;
  }
  .home-page .home-main-slider .slide-content {
    width: 100%;
    margin-left: 0;
    padding: 30px 15px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
  }
  .home-page .home-main-slider .slide-content .slide-title {
    color: #fff;
    font-size: 35px;
  }
  .home-page .home-main-slider .slide-content .slide-wysiwyg p, .home-page .home-main-slider .slide-content .slide-wysiwyg ul li, .home-page .home-main-slider .slide-content .slide-wysiwyg h2, .home-page .home-main-slider .slide-content .slide-wysiwyg h3 {
    color: #fff;
  }
  .home-page .home-main-slider .slide-content .slide-subtext {
    color: #fff;
    font-size: 25px;
  }
  .home-page .home-main-slider .slide-content .slide-subtext .emphasis {
    color: #fff;
    font-size: 30px;
  }
  .home-page .home-main-slider .slide-image {
    display: none;
  }
  .home-page .home-main-slider .darkness-effect-home-slider {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .home-page .main-slider-indicators {
    position: static;
    margin: 15px 0 0;
    justify-content: center;
    -webkit-justify-content: center;
    display: flex;
    display: -webkit-flex;
  }
  .home-page .main-slider-indicators li {
    margin: 0 17px 0 0;
  }
  .home-page .main-slider-indicators li:nth-last-of-type(1) {
    margin: 0;
  }
  .home-page .home-catalog-link {
    margin-bottom: 15px;
  }
}
.single-page .back-button-row {
  margin-bottom: 15px;
}
.single-page .sidebar-wrapper {
  padding-top: 0;
}
.single-page .main-product-info {
  margin-bottom: 30px;
}
.single-page .images-wrapper-single {
  width: 490px;
}
.single-page .images-wrapper-single .main-image {
  margin-bottom: 5px;
}
.single-page .images-wrapper-single .main-image img {
  max-height: 625px;
}
.single-page .images-wrapper-single .sub-image {
  width: calc((100% - 15px) / 4.001);
  margin: 0 5px 5px 0;
}
.single-page .images-wrapper-single .sub-image:nth-of-type(4n) {
  margin: 0 0 5px;
}
.single-page .images-wrapper-single .sub-image:nth-last-of-type(1) {
  margin: 0 0 5px;
}
.single-page .images-wrapper-single .sub-image a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.single-page .images-wrapper-single .heart {
  width: 17px;
  left: calc(100% + 7px);
  top: -16px;
  cursor: pointer;
}
.single-page .images-wrapper-single .heart:hover .like-red {
  visibility: visible;
  opacity: 1;
}
.single-page .images-wrapper-single .heart:hover .like-grey {
  visibility: hidden;
  opacity: 0;
}
.single-page .images-wrapper-single .heart-like {
  width: 17px;
  top: 0;
  left: 0;
}
.single-page .images-wrapper-single .like-red {
  visibility: hidden;
  opacity: 0;
}
.single-page .images-wrapper-single .like-grey {
  visibility: visible;
  opacity: 1;
}
.single-page .images-wrapper-single .liked .like-red {
  visibility: visible;
  opacity: 1;
}
.single-page .images-wrapper-single .liked .like-grey {
  visibility: hidden;
  opacity: 0;
}
.single-page .content-wrapper-single {
  width: calc(100% - 90px - 490px);
}
.single-page .content-wrapper-single .product-title {
  font-size: 19px;
  margin-bottom: 25px;
}
.single-page .content-wrapper-single .sizes-subtext {
  margin-bottom: 10px;
}
.single-page .content-wrapper-single .sizes-subtext *:last-child {
  margin-bottom: 0;
}
.single-page .content-wrapper-single .type-wrapper {
  margin-bottom: 35px;
}
.single-page .content-wrapper-single .sizes-list {
  margin-bottom: 20px;
}
.single-page .content-wrapper-single .additional-info-top {
  padding-bottom: 30px;
}
.single-page .content-wrapper-single .prices-wrapper {
  padding-bottom: 20px;
}

@media screen and (max-width: 1366px) {
  .single-page .images-wrapper-single {
    width: 350px;
  }
  .single-page .content-wrapper-single {
    width: calc(100% - 30px - 350px);
  }
  .single-page .content-wrapper-single .product-title {
    margin-bottom: 15px;
  }
  .single-page .content-wrapper-single .sizes-list {
    margin-bottom: 5px;
  }
  .single-page .content-wrapper-single .type-wrapper {
    margin-bottom: 15px;
  }
  .single-page .content-wrapper-single .additional-info-top {
    padding-bottom: 15px;
  }
  .single-page .content-wrapper-single .prices-wrapper {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-page .back-button-row {
    margin-bottom: 10px;
  }
  .single-page .main-product-info {
    margin-bottom: 15px;
  }
  .single-page .images-wrapper-single {
    width: 100%;
    margin: 30px 0 15px;
  }
  .single-page .images-wrapper-single .heart {
    left: calc(100% - 17px);
    top: -30px;
  }
  .single-page .content-wrapper-single {
    width: 100%;
  }
}
.liked-page .block-title .heart-main {
  width: 55px;
  margin-right: 22px;
}
.liked-page .block-title .heart-title {
  padding-top: 3px;
  width: calc(100% - 55px - 22px);
}
.liked-page .liked-list {
  margin-bottom: 60px;
}
.liked-page .single-liked-element {
  padding: 40px 0;
  border-bottom: 2px solid #fff;
}
.liked-page .liked-image {
  width: 290px;
  margin-right: 30px;
}
.liked-page .help-liked-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.liked-page .product-info-column-1 {
  width: calc((100% - 290px - 30px - 60px) / 2);
  max-width: 500px;
  padding-right: 30px;
}
.liked-page .product-info-column-1 .product-title {
  font-size: 19px;
  margin-bottom: 0;
}
.liked-page .product-info-column-1 .price-wrapper {
  font-size: 22px;
}
.liked-page .product-info-column-1 .sizes-subtext {
  margin-bottom: 5px;
}
.liked-page .product-info-column-1 .sizes-subtext *:last-child {
  margin-bottom: 0;
}
.liked-page .product-info-column-2 {
  width: calc((100% - 290px - 30px - 60px) / 2);
  max-width: 500px;
}
.liked-page .product-info-column-2 .type-wrapper {
  margin-bottom: 15px;
}
.liked-page .trash-basket {
  bottom: 40px;
  right: 0;
}
.liked-page .trash-basket:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.liked-page .trash-basket img {
  width: 44px;
}
.liked-page .no-liked-items {
  display: none;
  color: #ffc600;
}

@media screen and (max-width: 1366px) {
  .liked-page .liked-list {
    margin-bottom: 30px;
  }
  .liked-page .single-liked-element {
    padding: 30px 0;
  }
  .liked-page .trash-basket {
    bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .liked-page .liked-image {
    margin-bottom: 30px;
  }
  .liked-page .product-info-column-1 {
    width: calc(100% - 290px - 30px);
    margin-bottom: 30px;
  }
  .liked-page .product-info-column-2 {
    width: 100%;
  }
  .liked-page .trash-basket img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
  .liked-page .block-title {
    margin-bottom: 15px;
  }
  .liked-page .block-title .heart-main {
    width: 40px;
    margin-right: 15px;
  }
  .liked-page .block-title .heart-title {
    width: calc(100% - 40px - 15px);
  }
  .liked-page .single-liked-element:nth-of-type(1) {
    padding-top: 15px;
  }
  .liked-page .liked-image {
    width: 100%;
    margin: 0 0 30px;
  }
  .liked-page .product-info-column-1 {
    width: 100%;
    margin: 0;
  }
  .liked-page .trash-basket {
    bottom: 10px;
  }
}
.basket-page .block-title {
  margin-bottom: 45px;
}
.basket-page .block-title .basket-main {
  width: 55px;
  margin-right: 22px;
}
.basket-page .block-title .basket-title {
  padding-top: 3px;
  width: calc(100% - 55px - 22px);
}
.basket-page .single-basket-row {
  border-bottom: 2px solid #fff;
  padding: 30px 0;
}
.basket-page .single-basket-row .basket-row-image {
  width: 170px;
  margin-right: 30px;
}
.basket-page .single-basket-row .basket-row-image .help-image-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.basket-page .single-basket-row .basket-row-title {
  width: 150px;
  margin-right: 30px;
  font-size: 15px;
  margin-bottom: 0;
}
.basket-page .single-basket-row .sizes-list {
  padding: 15px 30px 0 0;
  margin: 0 auto;
}
.basket-page .single-basket-row .type-wrapper {
  margin-right: 30px;
  margin-left: auto;
}
.basket-page .single-basket-row .price-wrapper {
  margin-right: 30px;
  font-size: 34px;
  min-width: 120px;
  text-align: center;
}
.basket-page .single-basket-row .quantity {
  margin: 0 30px 0 0;
}
.basket-page .single-basket-row .trash-basket-wrapper .trash-basket:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.basket-page .single-basket-row .trash-basket-wrapper img {
  width: 20px;
}
.basket-page .no-basket-items {
  display: none;
  color: #ffc600;
}
.basket-page .basket-elements {
  margin-bottom: 20px;
}
.basket-page .final-prices-row {
  margin-bottom: 40px;
}
.basket-page .coupons-section .coupon-section-form {
  margin-right: 50px;
}
.basket-page .coupons-section .coupon-section-title {
  font-size: 19px;
  color: #fff;
  margin-bottom: 5px;
}
.basket-page .coupons-section .coupon-input-wrapper {
  width: 250px;
  margin: 0 10px 10px 0;
}
.basket-page .coupons-section .coupon-input-wrapper input {
  border: 2px solid #fff;
  color: #000000;
  padding: 18px;
  font-size: 19px;
}
.basket-page .coupons-section .coupon-input-wrapper .coupon-message {
  top: 100%;
  left: 0;
}
.basket-page .coupons-section .coupon-checker {
  margin-bottom: 10px;
}
.basket-page .coupons-section .coupon-checker a {
  font-size: 19px;
  background-color: #ffc600;
  border: 2px solid #fff;
  display: inline-block;
  padding: 18px 23px;
}
.basket-page .coupons-section .coupon-checker a:hover {
  background-color: #ffc600;
  color: #fff;
}
.basket-page .total-prices-wrapper .total-price-value {
  font-size: 29px;
}
.basket-page .total-prices-wrapper .total-price-value .smaller-subtext {
  font-size: 15px;
}
.basket-page .delivery-block-title {
  margin-bottom: 45px;
}
.basket-page .order-types {
  margin-bottom: 45px;
}
.basket-page .order-types .single-order-type {
  margin: 0 15px 15px 0;
}
.basket-page .order-types .single-order-type:nth-last-of-type(1) {
  margin: 0 0 15px;
}
.basket-page .order-types .single-order-type a {
  width: 250px;
  height: 220px;
  border: 2px solid #fff;
  background-color: #fff;
}
.basket-page .order-types .single-order-type a:hover {
  border: 2px solid #72c82d;
}
.basket-page .order-types .single-order-type a:hover .checkmark-active {
  visibility: visible;
  opacity: 1;
}
.basket-page .order-types .single-order-type .checkmark-active {
  visibility: hidden;
  opacity: 0;
  width: 30px;
  top: 15px;
  right: 20px;
}
.basket-page .order-types .single-order-type .active-type {
  border: 2px solid #72c82d;
}
.basket-page .order-types .single-order-type .active-type .checkmark-active {
  visibility: visible;
  opacity: 1;
}
.basket-page .order-types .single-order-type .active-type:hover {
  transform: none;
  -webkit-transform: none;
}
.basket-page .order-types .single-order-type .omniva-logo {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
.basket-page .order-types .single-order-type .image-with-title-delivery {
  max-width: 150px;
  max-height: 120px;
  object-fit: contain;
}
.basket-page .order-types .single-order-type .image-with-title-by-yourself {
  max-width: 100px;
  max-height: 85px;
  object-fit: contain;
  margin-bottom: 15px;
}
.basket-page .order-types .single-order-type .order-type-title {
  color: #000000;
  font-size: 15px;
  padding: 0 15px;
}
.basket-page .delivery-country, .basket-page .delivery-omniva {
  width: 210px;
  margin-bottom: 20px;
}
.basket-page .form-title {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
  font-family: HKSemiBold;
}
.basket-page .delivery-address-section, .basket-page .omniva-address-section, .basket-page .personal-information {
  padding-bottom: 20px;
}
.basket-page .payment-section .payment-types {
  margin-right: 120px;
}
.basket-page .payment-section .submit-button {
  margin: 0 15px 15px 0;
}
.basket-page .payment-section .submit-button:nth-last-of-type(1) {
  margin: 0 0 15px;
}
.basket-page .payment-section .submit-button button {
  width: 250px;
  height: 220px;
  border: 2px solid #fff;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.basket-page .payment-section .submit-button button:hover {
  border: 2px solid #72c82d;
}
.basket-page .payment-section .submit-button .general-payment {
  max-width: 170px;
  max-height: 170px;
  object-fit: contain;
}
.basket-page .payment-section .submit-button .paypal-payment {
  max-width: 140px;
  max-height: 140px;
  object-fit: contain;
}

@media screen and (max-width: 1366px) {
  .basket-page .block-title {
    margin-bottom: 30px;
  }
  .basket-page .single-basket-row .basket-row-image {
    width: 130px;
    margin-right: 15px;
  }
  .basket-page .single-basket-row .basket-row-title {
    margin-right: 15px;
  }
  .basket-page .single-basket-row .sizes-list {
    padding: 15px 15px 0 0;
  }
  .basket-page .single-basket-row .type-wrapper {
    margin-right: 15px;
  }
  .basket-page .single-basket-row .price-wrapper {
    margin-right: 15px;
    font-size: 27px;
  }
  .basket-page .single-basket-row .quantity {
    margin: 0 15px 0 0;
  }
  .basket-page .delivery-block-title {
    margin-bottom: 30px;
  }
  .basket-page .final-prices-row {
    margin-bottom: 30px;
  }
  .basket-page .order-types {
    margin-bottom: 30px;
  }
  .basket-page .payment-section .payment-types {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .basket-page .single-basket-row {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .basket-page .single-basket-row .basket-row-title {
    width: calc(100% - 145px);
    margin-right: 0;
  }
  .basket-page .single-basket-row .sizes-list {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .basket-page .delivery-country, .basket-page .delivery-omniva {
    width: 350px;
  }
  .basket-page .order-types .single-order-type a {
    width: 170px;
    height: 170px;
  }
  .basket-page .order-types .single-order-type .checkmark-active {
    width: 20px;
    top: 10px;
    right: 10px;
  }
  .basket-page .order-types .single-order-type .omniva-logo {
    max-width: 90px;
    max-height: 90px;
  }
  .basket-page .order-types .single-order-type .image-with-title-delivery {
    max-width: 90px;
    max-height: 70px;
  }
  .basket-page .order-types .single-order-type .image-with-title-by-yourself {
    max-width: 70px;
    max-height: 55px;
    margin-bottom: 10px;
  }
  .basket-page .payment-section .payment-types {
    margin-right: 30px;
  }
  .basket-page .payment-section .submit-button a {
    width: 170px;
    height: 170px;
  }
  .basket-page .payment-section .submit-button .general-payment {
    max-width: 130px;
    max-height: 130px;
  }
  .basket-page .payment-section .submit-button .paypal-payment {
    max-width: 100px;
    max-height: 100px;
  }
  .basket-page .single-basket-row .sizes-list {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    width: 100%;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .basket-page .block-title {
    margin-bottom: 10px;
  }
  .basket-page .block-title .basket-main {
    width: 55px;
    margin-right: 22px;
  }
  .basket-page .block-title .basket-title {
    padding-top: 3px;
    width: calc(100% - 55px - 22px);
  }
  .basket-page .single-basket-row {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
    padding: 30px 0 0;
  }
  .basket-page .single-basket-row .price-wrapper {
    padding: 0 0 15px;
  }
  .basket-page .single-basket-row .sizes-list {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  .basket-page .single-basket-row .type-wrapper {
    margin: 0 0 15px 0;
  }
  .basket-page .single-basket-row .quantity {
    margin-bottom: 15px;
  }
  .basket-page .single-basket-row .trash-basket-wrapper {
    margin: 0 0 15px auto;
  }
  .basket-page .delivery-block-title {
    margin-bottom: 30px;
  }
  .basket-page .final-prices-row {
    margin-bottom: 20px;
  }
  .basket-page .delivery-country, .basket-page .delivery-omniva {
    width: 100%;
  }
  .basket-page .order-types {
    margin-bottom: 15px;
  }
  .basket-page .order-types .single-order-type {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .basket-page .order-types .single-order-type a {
    width: 100%;
    height: 170px;
  }
  .basket-page .payment-section .payment-types {
    margin-right: 0;
    width: 100%;
  }
  .basket-page .total-prices-wrapper {
    width: 100%;
  }
  .basket-page .total-prices-wrapper .total-price-value {
    font-size: 22px;
  }
  .basket-page .total-prices-wrapper .total-price-value .smaller-subtext {
    font-size: 13px;
  }
  .basket-page .coupons-section .coupon-section-form {
    width: 100%;
    margin-right: 0;
  }
  .basket-page .coupons-section .coupon-section-title {
    font-size: 15px;
  }
  .basket-page .coupons-section .coupon-input-wrapper {
    width: 200px;
  }
  .basket-page .coupons-section .coupon-input-wrapper input {
    padding: 10px;
    font-size: 16px;
  }
  .basket-page .coupons-section .coupon-checker a {
    font-size: 15px;
    padding: 11px 15px;
  }
}
@media screen and (max-width: 500px) {
  .basket-page .payment-section .submit-button {
    width: 100%;
    margin: 0 0 15px !important;
  }
  .basket-page .payment-section .submit-button a {
    width: 100%;
    height: 170px;
  }
}

/*# sourceMappingURL=style.css.map */
