@font-face {
  font-family: 'Nunito Sans';
  src: url('../fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Nunito Sans';
  background-image: url(..//img/grafity_bg.webp);
  background-size: contain;
  font-size: 1.3021vw;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.97);
}

h1 {
  font-size: 3.125vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

h2 {
  font-size: 2.3438vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

h3 {
  font-size: .9375vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

h4 {
  font-size: .8333vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

h5 {
  font-size: .7292vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

h6 {
  font-size: .625vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

.header_pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  box-shadow: 0 .2083vw .5208vw rgba(0, 0, 0, 0.06);
  padding: 0 0 .2604vw;
  z-index: 9999;
}

.marquee_text {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  font-size: 110%;
  margin-bottom: -0.2604vw;
  z-index: 9999;
}

.marquee__inner {
  display: inline-flex;
  gap: .2604vw;
  white-space: nowrap;
  will-change: transform;
  animation: marquee var(--marquee-duration, 20s) linear infinite;
}

.marquee__text {
  display: inline-block;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.marquee_text:hover .marquee__inner,
.marquee_text:focus-within .marquee__inner {
  animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__inner {
    animation: none;
  }
}

.header_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.2083vw;
}

.logo {
  line-height: 0;
}

.logo img {
  width: 20.8333vw;
}

.main_menu_box {
  display: flex;
  flex-direction: column;
  gap: .7813vw;
}

.main_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 2.6042vw;
}

.main_menu a {
  font-size: 90%;
  color: #fff;
  text-transform: uppercase;
  transition: 0.3s;
}

.main_menu a:hover {
  color: #FF0F4F;
  transition: 0.3s;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children>a {
  pointer-events: none;
}

.main_menu .sub-menu {
  position: absolute;
  top: 100%;
  left: -1.0417vw;
  background-color: #000;
  padding: 1.6vw 1.0417vw 1.0417vw;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: .5208vw;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.main_menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.main_menu .sub-menu a {
  font-size: 80%;
}

.header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.3854vw;
}

div.dgwt-wcas-search-wrapp {
  min-width: 0;
  max-width: 19.1667vw;
  margin: 0;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 0 1.0417vw 0 2.7083vw;
  font-size: .625vw;
  border: 2px solid #fff;
  border-radius: 3.125vw;
  background-color: transparent;
  height: 2.0833vw;
  color: #fff;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  text-transform: uppercase;
  color: #696969;
  font-weight: 700;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
div.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  background-color: transparent;
  border-color: #fff;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  min-width: 0;
  min-height: 0;
  width: .9896vw;
  height: .9896vw;
  top: 50%;
  left: .8333vw;
  transform: translateY(-50%);
  background-image: url(..//img/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.3646vw;
  height: 100%;
  width: .1042vw;
  background-color: #fff;
}

div.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  right: 1.0417vw;
}

div.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::after {
  display: none;
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
  background: none;
  box-shadow: none;
  background-image: url(..//img/search.svg);
}

div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
  display: none;
}

div.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,
.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,
.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
  fill: #fff;
}

div.dgwt-wcas-close:hover,
.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,
.dgwt-wcas-voice-search:hover {
  opacity: 1;
}

div.dgwt-wcas-suggestions-wrapp {
  background-color: #000;
  padding-top: .5208vw;
  padding-bottom: .5208vw;
  border: none;
}

div.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion {
  padding-left: 1.0417vw;
  padding-right: 1.0417vw;
  padding-top: .5208vw;
  padding-bottom: .5208vw;
}

span.dgwt-wcas-st-title,
span.dgwt-wcas-sp {
  color: #fff;
  font-size: .8333vw;
  padding-left: 0;
  display: block;
}

a.dgwt-wcas-suggestion-selected {
  background-color: transparent;
}

span.dgwt-wcas-si {
  min-width: 2.6042vw;
  width: 2.6042vw;
  height: 100%;
}

span.dgwt-wcas-si img {
  background: none;
  border: 0;
  border-radius: .2083vw;
  padding: 0;
  max-height: 100%;
  width: 2.6042vw;
  height: 2.6042vw;
  object-fit: cover;
}

div.dgwt-wcas-content-wrapp {
  padding-left: .5208vw;
  gap: 1.0417vw;
}

.dgwt-wcas-suggestion-product {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  color: #FF0F4F;
  padding: .5208vw 0;
  font-weight: 900;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores {
  padding: .5208vw .5208vw .5208vw 1.7708vw;
  color: #fff;
}

.filter_box {
  position: relative;
  color: #fff;
}

.filter_title {
  font-size: .7292vw;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5208vw;
}

.filter_title::before {
  content: '';
  width: .7292vw;
  height: .8333vw;
  background-image: url(..//img/filter_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.header_cat_list {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 100%;
  left: -1.0417vw;
  background-color: #000;
  padding: 1.6vw 1.0417vw 1.0417vw;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: .5208vw;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}

.filter_box:hover .header_cat_list {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.header_cat_item_link {
  font-size: .625vw;
  text-transform: uppercase;
  transition: 0.3s;
}

.header_cat_item_link:hover {
  color: #FF0F4F;
  transition: 0.3s;
}

.header_right_top {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
}

a.shop_btn {
  display: flex;
  align-items: center;
  gap: .6771vw;
  height: 2.1354vw;
  border: .1563vw solid #FF0F4F;
  border-radius: 2.0833vw;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 0 1.0417vw;
}

.shop_btn_img_box {
  line-height: 0;
  position: relative;
  width: fit-content;
}

.shop_btn_img_box span {
  position: absolute;
  top: -0.6771vw;
  right: -0.6771vw;
  color: #fff;
  font-size: 70%;
  font-weight: 900;
  width: 1.3021vw;
  height: 1.3021vw;
  border-radius: 50%;
  background-color: #FF0F4F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop_btn img {
  width: 1.3vw;
  transform: scale(1);
  transition: 0.3s;
}

.shop_btn:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

.switcher_box {
  position: relative;
}

.switcher_btn {
  padding: .3125vw;
  cursor: pointer;
  text-transform: uppercase;
  color: #FF0F4F;
  font-weight: 700;
}

.switcher_dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  padding: 1.0417vw 0 .5208vw;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.switcher_box:hover .switcher_dropdown {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}

.switcher_dropdown a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: .4167vw 1.1458vw;
  display: block;
  transition: 0.3s;
}

.switcher_dropdown a:hover {
  color: #FF0F4F;
  transition: 0.3s;
}

.header_cart_link {
  display: block;
  line-height: 0;
}

.header_cart_link img {
  width: 1.9271vw;
}

.search_btn {
  width: 1.5625vw;
  height: 1.5625vw;
  background-image: url(..//img/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  position: relative;
}

.search_box {
  position: fixed;
  top: 10vw;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.0417vw;
  border-radius: 1.0417vw;
  display: flex;
  align-items: center;
  gap: 2.3438vw;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.search_box.active {
  top: 7.8125vw;
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}

.search_box span {
  width: .9375vw;
  height: .9375vw;
  background-image: url(..//img/thumbs_close.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.search_box div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  width: 20.8333vw;
}

.main_screen {
  padding: 3.6458vw 6.6146vw 5.4688vw;
  height: calc(100vh - 6.4583vw);
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 6.4583vw;
}

.main_screen::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 70%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.main_screen_text {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.main_screen_text p {
  text-transform: uppercase;
  font-size: 1.25vw;
  margin: 0;
  position: relative;
  line-height: 2;
}

.main_screen_text p:nth-child(5) {
  padding-left: 1.0417vw;
}

.main_screen_text p:nth-child(5):before {
  content: '';
  position: absolute;
  top: .5208vw;
  bottom: .5208vw;
  left: 0;
  width: 1px;
  background-color: #727272;
}

.main_screen_text em,
.main_screen_text strong {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: normal;
  color: #fff;
}

.main_screen_text em:not(:nth-child(1)),
.main_screen_text strong {
  opacity: 0.6;
}

.main_screen_text h1 {
  font-size: 3.6458vw;
  font-weight: 900;
  margin-bottom: 1.25vw;
  text-align: center;
  color: #FF0F4F;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_screen_text h2 {
  color: #000;
  margin-bottom: 0;
  text-align: left;
  font-size: 2.6042vw;
  font-weight: 900;
}

.main_img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 90%;
}

a.all_btn,
.all_btn {
  border-radius: 2.0833vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 1.0417vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: fit-content;
  background-color: #FF0F4F;
  border: .2604vw solid #FF0F4F;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 1.1979vw;
  line-height: 1;
  transition: 0.3s;
}

a.all_btn:hover,
.all_btn:hover {
  color: #FF0F4F;
  background-color: transparent;
  transition: 0.3s;
}

a.h50,
.h50 {
  height: 2.6042vw;
}

.all_btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 2.0833vw;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0.6);
  filter: blur(.4167vw);
  transform: translateX(-3.125vw) skew(-45deg);
  animation: move 20s 1s infinite;
  animation-delay: 20s;
}

@keyframes move {
  0% {
    transform: translateX(-3.125vw) skew(-45deg);
  }

  20%,
  100% {
    transform: translateX(119.7917vw) skew(-45deg);
  }
}

a.not_bg,
.not_bg {
  background-color: unset;
  border: .2604vw solid #FF0F4F;
  color: #FF0F4F;
}

a.not_bg:hover,
.not_bg:hover {
  color: #fff;
  background-color: #FF0F4F;
  transition: 0.3s;
}

a.white_bg,
.white_bg {
  background-color: #fff;
  border: .2604vw solid #fff;
  color: #FF0F4F;
}

a.white_bg:hover,
.white_bg:hover {
  background-color: transparent;
  color: #fff;
}

.main_screen_btns {
  display: flex;
  gap: .8333vw;
  margin-top: .8333vw;
  width: fit-content;
}

.about {
  padding: 4.1667vw .7813vw 2.6042vw;
  background-color: #000;
}

.about_cols {
  list-style: none;
  padding: 0 12vw;
  margin: .625vw 0 0;
  display: flex;
  justify-content: center;
  gap: 2.0833vw;
}

.about_col {
  width: calc(33.33333% - 1.39vw);
  color: #fff;
  font-size: 1.25vw;
  font-weight: 600;
}

.about_col:not(:first-child) strong,
.red_color {
  color: #FF0F4F;
}

.about_col strong {
  font-weight: 900;
}

.about_col ul {
  list-style: disc;
  padding: 0 0 0 2.0833vw;
  margin: 0;
}

.about_col p {
  margin: 0;
}

.swiper-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about_descr {
  font-weight: 900;
  margin-top: 2.6042vw;
  color: #fff;
  padding: 0 20.8333vw;
}

.about_descr strong {
  color: #FF0F4F;
}

.about_descr::after {
  content: '';
  display: block;
  width: 4.1667vw;
  height: .1042vw;
  background-color: #FF0F4F;
  margin: 2.6042vw auto 0;
}

.about_gallery {
  margin-top: 1.7708vw;
}

.about_gallery_item {
  line-height: 0;
}

.about_gallery_item img {
  width: 100%;
  height: 14.7396vw;
  object-fit: cover;
}

.about_btn {
  margin-top: 2.6042vw;
}

.portfolio {
  padding: 2.6042vw 11.4583vw 0;
}

.line::after {
  content: '';
  display: block;
  width: 4.1667vw;
  height: .1042vw;
  background-color: #FF0F4F;
  margin: 1.0417vw auto 0;
}

.portfolio_gallery {
  list-style: none;
  padding: 0;
  margin: 1.0417vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833vw;
}

.portfolio_item {
  width: calc(33.33333% - 1.39vw);
  line-height: 0;
}

.portfolio_item img {
  width: 100%;
  height: 21.7708vw;
  object-fit: cover;
}

.portfolio_btn {
  margin-top: 1.5625vw;
}

.training {
  margin-top: 2.6042vw;
}

.for_partners {
  margin-top: 4.375vw;
  padding: 2.6042vw 0;
  background-color: #000;
}

.training_video {
  line-height: 0;
  margin-top: 20px;
  text-align: center;
}

.training_video iframe {
  width: 29.1667vw;
  height: 16.4063vw;
}

.training_btn {
  margin-top: 2.6042vw;
}

.offer {
  margin-top: 4.375vw;
  padding: 2.6042vw 11.4583vw;
  background-color: #000;
}

.offer_list {
  list-style: none;
  padding: 0;
  margin: 1.0417vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.6458vw 2.0833vw;
}

.offer_item {
  width: calc(33.33333% - 1.39vw);
}

.offer_item_img {
  line-height: 0;
}

.offer_item_img img {
  width: 100%;
  height: 18.125vw;
  object-fit: cover;
}

.offer_item h3 {
  margin-top: .8333vw;
  font-size: 1.3021vw;
  text-align: left;
  text-transform: unset;
}

.offer_item_descr {
  margin-top: .4167vw;
  font-size: 1.3021vw;
  color: #fff;
}

.offer_btn {
  margin-top: 1.6667vw;
}

section.price {
  margin-top: 3.125vw;
  padding: 0 15.625vw;
}

.price_box {
  display: flex;
  gap: 7.8125vw;
  margin-top: 3.125vw;
}

.price_box>div {
  width: 50%;
}

.price_text {
  font-size: 1.3021vw;
  font-weight: normal;
}

.price_text p:first-child {
  margin-top: 0;
}

.price_text p:last-child {
  margin-bottom: 0;
}

.price_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .3125vw;
}

.price_item {
  display: flex;
  gap: .4167vw;
  font-size: 1.3021vw;
  width: 100%;
  white-space: nowrap;
}

.price_item_title {
  font-weight: 800;
}

.price_item_dots {
  border-bottom: .1042vw dashed #2F2F2F;
  width: 100%;
  position: relative;
  bottom: .7813vw;
}

.price_item_cost {
  color: #2F2F2F;
}

.price_descr {
  font-size: 1.3021vw;
  color: #2F2F2F;
  margin-top: 1.0417vw;
}

.price_btn {
  margin-top: 1.0417vw;
}

.makeup {
  padding: 2.6042vw .7813vw 0;
  margin-top: 4.375vw;
  background-color: #000;
  color: #fff;
}

.pirsing {
  padding: 2.6042vw .7813vw 3.125vw;
  background-color: #000;
  color: #fff;
}

.makeup_gallery {
  margin-top: 1.0417vw;
}

.makeup_gallery_item {
  line-height: 0;
}

.makeup_gallery_item img {
  width: 100%;
  height: 14.7396vw;
  object-fit: cover;
}

.makeup_subtitle {
  font-size: 1.3021vw;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: .8854vw;
}

.makeup_descr {
  font-size: 1.3021vw;
  margin-top: .8854vw;
  text-align: center;
}

.makeup_btn {
  margin-top: 2.6042vw;
}

.cosmetics {
  padding: 2.6042vw 16.5625vw 0;
}

.cosmetics_icons {
  opacity: 0.5;
  display: flex;
  justify-content: center;
  gap: 2.6042vw;
  line-height: 0;
  margin-bottom: 1.0938vw;
}

.cosmetics_icons img {
  width: auto;
  height: 3.9063vw;
  object-fit: contain;
}

.cosmetics_btn {
  margin-top: 2.5vw;
}

div.cosmetics_products {
  margin-top: 2.0833vw;
  padding-right: .5208vw;
  margin-right: -0.5208vw;
}

li.product {
  height: auto;
  background-color: #1C1C1C;
  border-radius: 0 0 .2604vw .2604vw;
  display: flex;
  flex-direction: column;
  position: relative;
}

a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce-loop-product__title {
  font-size: .7813vw;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  margin: .5208vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  flex-grow: 1;
}

.product_loop_descr {
  font-size: .4688vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0 .9896vw;
}

.price_addtocart_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: .625vw 1.9271vw .5208vw;
}

span.price {
  font-size: .7813vw;
  color: #fff;
  font-weight: 900;
}

.custom_add_to_cart {
  font-size: 77%;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  border: .1042vw solid #fff;
  border-radius: 1.3021vw;
  height: 1.5104vw;
  padding: 0 1.0417vw;
  cursor: pointer;
  transition: 0.3s;
}

.custom_add_to_cart:hover {
  background-color: transparent;
  color: #fff;
  transition: 0.3s;
}


a.add_to_cart_button {
  font-size: 0;
  position: absolute;
  top: .8854vw;
  right: .7813vw;
  width: 1.6146vw;
  height: 1.3542vw;
  background-image: url(..//img/prod_cart_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s;
}

a.add_to_cart_button.added {
  background-image: url(..//img/prod_cart_icon_red.svg);
  transition: 0.3s;
}

.added_to_cart {
  display: none;
}

.thumbnail_container {
  line-height: 0;
  overflow: hidden;
}

.attachment-woocommerce_thumbnail {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transform: scale(1);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

li.product:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.3);
  transition: transform 5s cubic-bezier(.02, 1.12, .76, .92);
}

.swiper_box {
  position: relative;
}

.swiper_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  line-height: 0;
  z-index: 10;
}

.swiper_arrows img {
  width: 1.0417vw;
}

.swiper_prev {
  left: -6.7708vw;
}

.swiper_next {
  right: -6.7708vw;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.faq {
  padding: 2.6042vw 2.6042vw;
  background-color: #000;
  position: relative;
}

body:not(.home) .faq {
  padding-top: 5.2083vw;
}

.faq_box {
  display: flex;
  justify-content: center;
  gap: 2.6042vw;
}

.faq_tattoo {
  width: calc(33.33333% - 1.8vw);
}

.faq_tattoo h2 {
  font-size: 1.5625vw;
}

body:not(.home) .faq_tattoo h2 {
  position: absolute;
  top: 2.6042vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.why_us {
  margin-top: 4.375vw;
  position: relative;
  padding: 3.125vw 15.2083vw 3.125vw 33.3333vw;
  background-color: #000;
}

.why_us_img {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 0;
}

.why_us_img img {
  width: 28.3333vw;
}

.why_us_list {
  display: flex;
  flex-direction: column;
  gap: 2.0833vw;
  list-style: none;
  padding: 0;
  margin: 1.5625vw 0 0;
}

.why_us_item {
  width: 41.6667vw;
  color: #fff;
}

.why_us_item:nth-child(even) {
  margin-left: 8.3333vw;
}

.why_us_item h3 {
  text-align: left;
  font-size: 1.25vw;
  font-weight: 800;
  text-transform: unset;
  color: #fff;
}

.why_us_item p {
  margin: 0;
}

.why_us_slogan {
  font-size: 1.3021vw;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #FF0F4F;
  text-align: center;
  width: fit-content;
  margin: 1.5625vw auto 0;
}

.why_us_btn {
  margin-top: 1.5625vw;
}

.contact_form {
  padding: 2.6042vw 16.1458vw;
}

.contact_form_box {
  margin-top: 2.6042vw;
  display: flex;
  gap: 2.0833vw;
}

.contact_form_left {
  width: 43%;
}

.home_fields_box {
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.home_fields_box input {
  width: 100%;
  height: 2.7083vw;
  border-radius: .7292vw;
  border: 1px solid #000;
  padding: 0 1.0417vw;
  background-color: transparent;
}

.home_fields_box input.wpcf7-not-valid {
  border: 2px solid #FF0F4F;
  color: #FF0F4F;
}

.home_fields_box input::placeholder,
.home_fields_box textarea::placeholder {
  opacity: 0.6;
}

.home_fields_box textarea {
  width: 100%;
  height: 10.4167vw;
  padding: .5208vw 1.0417vw;
  border-radius: .7292vw;
  border: 1px solid #000;
  resize: none;
  background-color: transparent;
}

.contact_form .submit_box {
  margin-top: .5208vw;
}

.contact_form .submit_box input {
  height: 2.7083vw;
  border-radius: .7292vw;
}

.contact_form_right {
  width: 57%;
}

.contact_form_right h3 {
  text-align: left;
}

.contact_form_requests {
  list-style: none;
  padding: 0;
  margin: 1.0417vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5208vw;
}

.contact_form_request {
  padding: 0 1.25vw;
  height: 2.3438vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 2.6042vw;
  border: 1px solid #000;
  font-size: 90%;
  cursor: pointer;
  transition: 0.3s;
}

.contact_form_request.active {
  background-color: #FF0F4F;
  border-color: #FF0F4F;
  color: #fff;
  transition: 0.3s;
}

.main_footer {
  padding: 3.125vw 10.4167vw;
  background-color: #343A40;
  color: #fff;
}

.footer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .7813vw;
}

.footer_left {
  min-width: 24.7396vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .7813vw;
  text-align: center;
}

.footer_map {
  line-height: 0;
}

.footer_map iframe {
  width: 33.0729vw;
  height: 11.9792vw;
}

.socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1.1458vw;
}

.socials_item a {
  display: block;
  line-height: 0;
}

.socials_item img {
  width: 2.3438vw;
  position: relative;
  bottom: 0;
  transition: 0.3s;
}

.socials_item:hover img {
  bottom: .2083vw;
  transition: 0.3s;
}

.copyright {
  font-size: .7813vw;
  margin-top: 2.6042vw;
  text-align: center;
}

.main_footer a {
  transition: 0.3s;
}

.main_footer a:hover {
  color: #FF0F4F;
  transition: 0.3s;
}

.footer_title {
  font-size: 1.6667vw;
}

.page-template-services-training .wrapper {
  background-color: rgba(0, 0, 0, 0.92);
}

.first_screen {
  margin-top: 6.4583vw;
  display: flex;
  position: relative;
  height: calc(100vh - 6.4583vw);
}

.first_screen::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.first_screen_left {
  width: 60%;
  padding: 2.6042vw 3.6458vw 3.6458vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.6042vw;
  position: relative;
}

.first_screen_left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  background-image: url(..//img/grafity_bg.webp);
  background-size: contain;
}

.first_screen_left::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.first_screen_left h1 {
  text-align: left;
  color: #000;
  line-height: 1;
  margin-bottom: 2.6042vw;
  font-size: 2.0833vw;
}

.first_screen_left .the_content {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  z-index: 5;
}

.first_screen_left .the_content p {
  margin: 0;
}

.first_screen_btn {
  margin-top: .8333vw;
  position: relative;
  right: 2.6042vw;
  z-index: 5;
}

.first_screen_right {
  width: 40%;
}

.first_screen_img_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.first_screen_img_box>img {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 95%;
  object-fit: contain;
}

.first_screen_text {
  position: absolute;
  bottom: 2.5vw;
  color: #fff;
  font-size: 1.5625vw;
  font-weight: 600;
  line-height: 1.1;
  z-index: 5;
}

.services_training_descr {
  position: relative;
  padding: 2.6042vw 7.8125vw 5.2083vw;
  background-image: url(..//img/grafity_bg.webp);
  background-size: contain;
}

.services_training_descr::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
}

.services_training_descr h2 {
  position: relative;
  font-size: 1.6146vw;
}

.services_training_descr_subtitle {
  position: relative;
  font-size: 1.6667vw;
  line-height: 1;
  margin-top: 1.5625vw;
  text-align: center;
}

.services_training_descr_text {
  position: relative;
  padding: 1.25vw 11.5104vw;
  background-color: #000;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1.2;
  margin-top: 2.0833vw;
}

.services_training_descr_text strong {
  color: #FF0F4F;
}

.services_training_videos {
  margin-top: 2.5vw;
  padding: 2.5vw 5.8333vw 3.3854vw;
}

.services_training_videos_subtitle {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 1.0417vw;
}

.videos_arrows {
  margin: 2.0833vw auto .8333vw;
  display: block;
  width: 1.8229vw;
}

.services_training_swiper_prev {
  left: -2.6042vw;
}

.services_training_swiper_next {
  right: -2.6042vw;
}

.services_training_videos_list li.services_training_video {
  transform: scale(1);
  line-height: 0;
  transition: 0.3s;
}

.services_training_video iframe {
  width: 100%;
  height: 16.4063vw;
}

div.services_training_videos_list {
  margin-top: 2.6042vw;
  padding: 3.2292vw 0;
}

.services_training_videos_list li.swiper-slide-next {
  transform: scale(1.4);
  transition: 0.3s;
}

.services_training_slider {
  padding: 6.25vw 9.8958vw;
}

.services_training_slider:nth-child(odd) {
  background-image: url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.0417vw;
  position: relative;
}

.services_training_slider:nth-child(even) {
  color: #fff;
}

.services_training_slider:nth-child(odd)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 1.0417vw;
}

.services_training_slider_item_title {
  font-size: 1.9792vw;
  line-height: 1;
  font-weight: 700;
  margin-bottom: .2604vw;
  min-height: 4.6875vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.services_training_slider_item_img_box {
  position: relative;
  line-height: 0;
  margin-bottom: .7813vw;
}

.services_training_slider_item_img_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: .4167vw;
}

.services_training_slider_item_img_box img {
  width: 100%;
  height: 19.8958vw;
  object-fit: cover;
  border-radius: .4167vw;
}

.services_training_slider_item_gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 1.5625vw;
  right: 1.0417vw;
  left: 1.0417vw;
  display: flex;
  justify-content: space-between;
}

.services_training_slider_item_gallery_img {
  line-height: 0;
}

.services_training_slider_item_gallery_img img {
  border-radius: 50%;
  width: 5.5208vw;
  height: 5.5208vw;
  border: 1px solid #fff;
}

div.services_training_slider_list {
  padding: 4.0625vw 0;
}

.services_training_slider_list li.services_training_slider_item {
  cursor: pointer;
  transform: scale(1);
  transition: 0.3s;
}

.services_training_slider_list li.swiper-slide-next {
  transform: scale(1.15);
  transition: 0.3s;
}

.services_training_slider_item_subtitle {
  font-weight: 800;
  line-height: 1.2;
}

.services_training_slider_item_excerpt {
  line-height: 1.2;
}

.services_training_slider_item_btn1_box {
  margin-top: .7813vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.0833vw;
}

.services_training_slider_item_price {
  text-transform: uppercase;
  text-decoration: underline;
  font-style: italic;
  font-weight: 800;
}

.services_training_slider_item_btn1 {
  margin: 0;
  height: 1.8229vw;
  font-size: .8333vw;
}

.services_training_slider:nth-child(odd) .services_training_slider_item_btn1:hover {
  color: #FF0F4F;
}

.tattoo_serv_team_slider {
  background: none !important;
  position: unset !important;
  color: #fff;
  text-align: center;
}

.services_training_block {
  padding: 4.9479vw 9.6354vw;
  display: flex;
  gap: 5.2083vw;
  border-radius: 1.25vw;
}

.services_training_block:nth-child(even) {
  position: relative;
  background-image: url(..//img/grafity_bg.webp);
  background-size: contain;
  flex-direction: row-reverse;
}

.services_training_block:nth-child(even)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.97);
  border-radius: 1.0417vw;
}

.services_training_block_gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0417vw;
  width: 48%;
  height: 100%;
}

.services_training_block_gallery_item {
  width: calc(50% - .53vw);
  height: 20.3125vw;
  line-height: 0;
  position: relative;
}

.services_training_block_gallery_item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.services_training_block_gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services_training_block_content {
  width: 52%;
  position: relative;
}

.services_training_block_content h2 {
  font-size: 3.3333vw;
  line-height: 1;
  text-decoration: underline;
  text-align: left;
  text-transform: unset;
}

.services_training_block_subtitle {
  padding: 1.0417vw 2.0833vw;
  border-radius: .4167vw;
  font-size: 1.875vw;
  line-height: 1.2;
  margin-top: 2.3958vw;
}

.services_training_block:nth-child(odd) {
  color: #fff;
}

.services_training_block:nth-child(odd) .services_training_block_subtitle {
  background-color: #fff;
  color: #000;
}

.services_training_block:nth-child(even) .services_training_block_subtitle {
  background-color: #000;
  color: #fff;
}

.services_training_block_text {
  margin-top: 2.3958vw;
  line-height: 1.4;
  font-weight: 700;
}

.services_training_block_btn {
  margin-top: 3.2292vw;
}

.services_training_reviews {
  margin-top: 6.3021vw;
  padding: 0 4.1667vw;
}

li.services_training_review {
  border-radius: .3125vw;
  background-color: #fff;
  padding: .5729vw .5729vw 1.4063vw .5729vw;
  height: auto;
}

.author_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5208vw;
}

.services_training_review_avatar {
  line-height: 0;
}

.services_training_review_avatar img {
  width: 2.0833vw;
  height: 2.0833vw;
  object-fit: cover;
  border-radius: 50%;
}

.services_training_review_author {
  font-size: 1.0417vw;
  font-weight: 700;
  text-transform: uppercase;
}

.services_training_review_rating {
  margin-top: .7292vw;
  text-align: center;
  line-height: 0;
}

.services_training_review_rating img {
  width: 4.1146vw;
}

.services_training_review_text {
  margin-top: .7292vw;
  font-weight: 600;
}

.services_training_portfolio {
  margin-top: 2.8125vw;
  padding: 0 11.4063vw;
}

.services_training_faq {
  margin-top: 7.2917vw;
  padding: 0 21.6146vw;
}

.services_training_faq h2 {
  color: #fff;
}

.services_training_faq_list {
  list-style: none;
  padding: 0;
  margin: 2.0833vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.services_training_faq_item {
  background-color: #fff;
  padding: .4167vw 1.0417vw;
  border-radius: .5208vw;
  font-size: 1.3021vw;
}

.services_training_faq_question {
  display: flex;
  align-items: center;
  gap: .5208vw;
  font-weight: 800;
  cursor: pointer;
}

.services_training_faq_question::before {
  content: '';
  min-width: .7813vw;
  height: .4167vw;
  background-image: url(../img/faq_arrows_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(0);
  transition: 0.4s;
}

.services_training_faq_question.active::before {
  transform: rotate(180deg);
  transition: 0.4s;
}

.services_training_faq_answer {
  padding: 1.0417vw 0;
  font-size: 90%;
  display: none;
}

.services_training_faq_btn {
  margin: 2.6042vw auto 0;
  width: fit-content;
  height: 2.5vw;
  padding: 0 1.0417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #fff;
  color: #FF0F4F;
  font-weight: 800;
  border-radius: 2.0833vw;
  transition: 0.3s;
}

.services_training_faq_btn:hover {
  background-color: transparent;
  color: #fff;
  transition: 0.3s;
}

.fixed_tel_btn {
  width: 4.4271vw;
  height: 4.4271vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  left: 1.0417vw;
  bottom: 1.0417vw;
  background-color: #FF0F4F;
  cursor: pointer;
  z-index: 99;
  animation: hoverWave linear 2s infinite;
}

@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(249, 74, 19, 0.3), 0 0 0 0 rgba(249, 74, 19, 0.2), 0 0 0 0 rgba(249, 74, 19, 0.2);
  }

  40% {
    box-shadow: 0 8px 10px rgba(249, 74, 19, 0.3), 0 0 0 15px rgba(249, 74, 19, 0.2), 0 0 0 0 rgba(249, 74, 19, 0.2);
  }

  80% {
    box-shadow: 0 8px 10px rgba(249, 74, 19, 0.3), 0 0 0 30px rgba(249, 74, 19, 0), 0 0 0 26.7px rgba(249, 74, 19, 0.067);
  }

  100% {
    box-shadow: 0 8px 10px rgba(249, 74, 19, 0.3), 0 0 0 30px rgba(249, 74, 19, 0), 0 0 0 40px rgba(249, 74, 19, 0.0);
  }
}

.fixed_tel_btn img {
  width: 1.8229vw;
  position: absolute;
}

.fixed_tel {
  animation: appear-first 6s linear infinite both, shake 1s steps(6) infinite both;
}

.fixed_email {
  animation:
    appear-second 6s linear infinite both,
    shake 1s steps(6) infinite both;
}

@keyframes appear-first {
  0% {
    opacity: 1;
  }

  45% {
    opacity: 1;
  }

  48% {
    opacity: 0.6;
  }

  52% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes appear-second {
  0% {
    opacity: 0;
  }

  45% {
    opacity: 0;
  }

  48% {
    opacity: 0.6;
  }

  52% {
    opacity: 1;
  }

  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  20% {
    transform: rotate(-22deg);
  }

  40% {
    transform: rotate(22deg);
  }

  60% {
    transform: rotate(-22deg);
  }

  80% {
    transform: rotate(22deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.popup {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  visibility: hidden;
}

.popup.active {
  visibility: visible;
}

.popup_overlay {
  position: absolute;
  inset: 0;
  background-color: #0000006b;
}

.popup_content {
  position: relative;
  max-width: 27.0833vw;
  width: 95%;
  background: #fff;
  padding: 2.0833vw;
  border-radius: 1.0417vw;
  box-shadow: .1042vw .8333vw .5208vw #00000061;
  position: relative;
  top: 10.4167vw;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.3s;
}

.popup.active .popup_content {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: 0.3s;
}

.popup_content h3 {
  font-size: 1.8229vw;
  color: #000;
  margin-bottom: 0;
  text-transform: unset;
}

.socials_in_popup {
  list-style: none;
  padding: 0;
  margin: .5208vw 0;
}

.instagram_item a {
  font-size: 120%;
  display: block;
  text-align: center;
  color: #FF0F4F;
  font-weight: 900;
}

.popup_btns {
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.popup_close {
  position: absolute;
  top: .5208vw;
  right: .5208vw;
  width: 2.0833vw;
  height: 2.0833vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.popup_close img {
  width: 1.0417vw;
}

a.popup_button,
.popup_button {
  text-transform: unset;
  width: 100%;
  font-size: 120%;
  height: 3.125vw;
}

.no_scroll {
  overflow: hidden;
}

.popup_form {
  display: none;
}

.fields_box {
  display: flex;
  flex-direction: column;
  gap: .8333vw;
}

.fields_box input {
  width: 100%;
  height: 2.3438vw;
  padding: 0 .625vw;
  border: 1px solid #000;
  border-radius: .2083vw;
}

.fields_box input.wpcf7-not-valid {
  border-color: #FF0F4F;
  border-width: .1563vw;
}

.fields_box input.wpcf7-not-valid::placeholder {
  color: #FF0F4F;
  font-weight: 700;
}

.fields_box textarea {
  width: 100%;
  height: 4.1667vw;
  padding: .5208vw .625vw;
  border: 1px solid #000;
  border-radius: .2083vw;
}

.fields_box>span {
  line-height: 0;
}

.submit_box {
  position: relative;
  margin-top: 1.5625vw;
}

.submit_box input {
  border-radius: 2.0833vw;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 1.0417vw;
  text-align: center;
  width: 100%;
  height: 2.3438vw;
  background-color: #FF0F4F;
  border: .2604vw solid #FF0F4F;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.submit_box input:hover {
  background-color: transparent;
  color: #FF0F4F;
  transition: 0.3s;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  right: 1.0417vw;
  width: 1.25vw;
  height: 1.25vw;
  margin: 0 1.25vw;
}

.wpcf7-spinner::before {
  top: .2083vw;
  left: .2083vw;
  width: .3125vw;
  height: .3125vw;
  transform-origin: .4167vw .4167vw;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 1.0417vw 0 0;
  padding: 0;
  font-size: 120%;
  font-weight: 700;
  color: #46b450;
  border: 0;
}

.wpcf7-form.sent .submit_box input {
  pointer-events: none;
}

.services_training_thumbs_slider {
  position: fixed;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
  z-index: 9999;
}

.services_training_thumbs_slider.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: 0.3s;
}

.services_training_thumbs_slider_header {
  width: 100%;
  height: 4.0625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.services_training_thumbs_slider_header a {
  text-align: center;
}

.services_training_thumbs_slider .swiper_box {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.0417vw;
  position: relative;
  padding: 4.4271vw 21.25vw 7.8125vw;
  height: calc(100% - 4.0625vw);
  overflow-y: auto;
}

.services_training_thumbs_slider_close {
  position: fixed;
  top: 6vw;
  right: 1.5625vw;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.services_training_thumbs_slider_close img {
  width: 1.4063vw;
}

.services_training_thumbs_slider_item_subtitle {
  text-align: center;
  font-size: 1.4583vw;
  font-weight: 800;
  margin-top: .7813vw;
}

.services_training_thumbs_slider_item_title {
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.2;
}

.services_training_thumbs_slider_item_img {
  line-height: 0;
  margin-top: 1.25vw;
}

.services_training_thumbs_slider_item_img img {
  width: 100%;
  height: 30.625vw;
  object-fit: cover;
  border-radius: .4167vw;
}

.services_training_slider_item_descr {
  margin-top: 1.25vw;
  padding: 0 6.5625vw;
  font-size: 1.4583vw;
  font-weight: 600;
}

.services_training_slider_item_descr h2 {
  color: #000;
  font-size: 1.875vw;
  font-weight: 700;
}

.services_training_slider_item_btn2 {
  margin-top: 1.25vw;
}

.services_training_thumbs_swiper_prev {
  left: 9.6354vw;
}

.services_training_thumbs_swiper_next {
  right: 9.6354vw;
}

.archive_product_pages {
  margin-top: 6.4583vw;
}

.shop_first_screen {
  position: relative;
  padding: 4.1667vw 5.2083vw;
  height: calc(100vh - 6.4583vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5.2083vw;
  margin-top: 6.4583vw;
}

.shop_first_screen::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.shop_first_screen>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shop_first_screen_content {
  position: relative;
  color: #fff;
  font-size: 1.25vw;
  line-height: 1;
  z-index: 5;
}

.shop_first_screen_content h1 {
  font-size: 2.8646vw;
  color: #fff;
  margin-bottom: .9375vw;
  text-align: left;
  text-transform: unset;
}


.shop_first_screen_content p:last-child {
  margin-bottom: 0;
}

.shop_second_screen {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
  padding: 1.25vw 16.5104vw;
}

.bestsellers_box {
  padding-top: 13.0208vw;
}

.second_screen_cat {
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  position: relative;
  top: 1.0417vw;
}

.cat_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.125vw;
  position: relative;
  z-index: 5;
}

.cat_item {
  width: calc(20% - 2.51vw);
}

.woocommerce-page .wrapper {
  background-color: rgba(0, 0, 0, 0.92);
}

.cat_item_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5208vw;
}

.cat_item_img {
  line-height: 0;
}

.cat_item_img img {
  width: 8.6458vw;
  height: 8.6458vw;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #000;
}

.cat_item_title {
  color: #000;
  font-size: 1.0417vw;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.3s;
}

.cat_item:hover .cat_item_title {
  color: #FF0F4F;
  transition: 0.3s;
}

.bestsellers {
  margin-top: 1.5625vw;
}

div.bestsellers_list {
  margin-top: 1.0417vw;
}

ul.products {
  list-style: none;
  padding: 0;
  margin: 2.6042vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0417vw;
}

ul.products li.product {
  width: calc(20% - .84vw);
}

.shop_products {
  margin-top: 1.6667vw;
  padding: 0 16.6667vw;
}

.show_more_btn {
  margin-top: 2.6042vw;
}

.woocommerce-page h2:not(.woocommerce-loop-product__title) {
  font-size: 1.8229vw;
}

.shop_how_order {
  margin-top: 3.3854vw;
  padding: 1.25vw 13.6458vw 4.6875vw;
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
}

.shop_how_order_img {
  line-height: 0;
  margin-top: 2.3438vw;
  text-align: center;
}

.shop_video {
  padding: 2.0833vw 30vw;
}

.shop_video_iframe {
  line-height: 0;
  margin-top: .625vw;
  text-align: center;
}

.shop_video_iframe iframe {
  width: 40vw;
  height: 22.5vw;
}

.similar_products {
  margin-top: 5.2083vw;
  padding: 0 14.5313vw;
}

.similar_products li.product::after {
  display: none;
}

div.product {
  margin-top: 3.125vw;
  display: flex;
  gap: 3.5417vw;
  padding: 0 17.3438vw;
}

.product_images {
  min-width: 0;
  width: 40%;
}

.product_item_large {
  line-height: 0;
}

.product_item_large img {
  width: 100%;
  aspect-ratio: 1/1;
}

.product_images_small_slider {
  margin-top: 1.3021vw;
}

.product_item_small {
  line-height: 0;
}

.product_item_small img {
  width: 100%;
  height: 6.5104vw;
  object-fit: cover;
}

.summary {
  width: 60%;
  height: 24.375vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}

.product_title {
  font-size: 2.7604vw;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-align: left;
}

p.price {
  font-size: 1.8229vw;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  margin: 0;
  flex-grow: 1;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form.cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summary .quantity {
  display: flex;
  gap: 2px;
}

.summary .quantity>div {
  width: 3.3854vw;
  height: 3.3854vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.summary .quantity>div span {
  position: absolute;
  width: 1.3021vw;
  height: .3125vw;
  background-color: #000;
}

.summary .quantity>div.plus span:last-child {
  transform: rotate(90deg);
}

.summary .quantity input {
  width: 3.3854vw;
  height: 3.3854vw;
  text-align: center;
  font-size: 1.8229vw;
  font-weight: 900;
}

.single_add_to_cart_button {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: .5208vw;
  border: 0;
  background-color: transparent;
}

.single_add_to_cart_button span {
  height: 3.3854vw;
  background-color: #fff;
  border: .1563vw solid #fff;
  color: #000;
  font-size: 1.4583vw;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 2.6042vw;
  border-radius: 3.125vw;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.single_add_to_cart_button span:hover {
  background-color: transparent;
  color: #fff;
  transition: 0.3s;
}

.single_add_to_cart_button::after {
  content: '';
  width: 3.3854vw;
  height: 3.3854vw;
  background-image: url(..//img/prod_cart_icon_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.single_add_to_cart_button.added::after {
  background-image: url(..//img/prod_cart_icon_red.svg);
}

.product_description {
  padding: 0 17.3438vw;
  margin-top: 3.6458vw;
  font-size: 1.875vw;
  line-height: 2;
  color: #fff;
}

.all_pages,
.single_post {
  margin-top: 9.1146vw;
}

[data-block-name="woocommerce/classic-shortcode"] {
  margin-top: 2.9167vw;
  padding: 0 16.5104vw;
}

.woocommerce-cart-form {
  float: left;
  width: 37.2396vw;
  background-color: #fff;
  border-radius: 1.0417vw;
  padding: 1.0417vw 1.25vw;
  margin-bottom: 5.2083vw;
}

.woocommerce-cart .main_footer {
  clear: both;
}

.woocommerce-cart .woocommerce-notices-wrapper,
.wc-empty-cart-message,
.return-to-shop {
  color: #fff;
}

.cart-collaterals {
  float: right;
  width: 26.3021vw;
  margin-bottom: 5.2083vw;
}

.cart_totals {
  background-color: #fff;
  border-radius: 1.0417vw;
  padding: 1.0417vw 1.25vw;
}

.cart_item {
  position: relative;
  display: flex;
}

.cart_item:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1.25vw;
  margin-top: 1.25vw;
}

.product-remove {
  position: absolute;
  top: 0;
  right: 0;
}

.cart_item:not(:first-child) .product-remove {
  top: 1.25vw;
}

.remove {
  display: block;
  width: .9375vw;
  height: 1.0417vw;
  background-image: url(..//img/remove.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.product-thumbnail img {
  min-width: 6.4583vw;
  max-width: 6.4583vw;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.product-name {
  margin-left: .8333vw;
  margin-top: .5208vw;
  display: block;
  padding-bottom: 2.0833vw;
  padding-right: 2.6042vw;
  line-height: 1;
}

.product-name a {
  font-size: 1.0417vw;
  font-weight: 800;
  text-transform: uppercase;
}

.product-subtotal {
  position: absolute;
  bottom: 0;
  left: 7.2917vw;
  font-size: 1.0417vw;
  font-weight: 800;
}

.woocommerce-cart-form__contents {
  display: block;
}

.woocommerce-cart-form__contents tbody {
  display: block;
}

.product-quantity {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-quantity .quantity {
  display: flex;
  align-items: center;
  gap: .2604vw;
}

.product-quantity .quantity>div {
  width: 1.4063vw;
  height: 1.4063vw;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-quantity .quantity>div span {
  position: absolute;
  width: .625vw;
  height: .1563vw;
  background-color: #000;
}

.product-quantity .quantity>div.plus span:last-child {
  transform: rotate(90deg);
}

.product-quantity .quantity input {
  font-size: .9375vw;
  font-weight: 900;
  text-align: center;
  width: 1.4583vw;
  height: 1.7188vw;
  border: 1px solid #000;
}

.woocommerce-cart h1 {
  font-size: 1.8229vw;
}

.cart_totals h2 {
  font-size: 1.25vw !important;
  font-weight: 700;
  text-transform: unset;
  color: #000;
  text-align: left;
  margin-bottom: 1.25vw;
}

.shop_table_responsive {
  display: block;
}

.shop_table_responsive tbody {
  display: block;
}

.cart_totals tr {
  display: flex;
  justify-content: space-between;
  font-size: 1.0417vw;
}

.cart_totals .woocommerce-shipping-totals {
  display: none;
}

.order-total {
  margin-top: 1.0417vw;
  padding-top: 1.0417vw;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-subtotal th {
  font-weight: 400;
  opacity: 0.6;
}

.wc-proceed-to-checkout a {
  margin-top: 1.3021vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 3.2292vw;
  width: 100%;
  border-radius: 3.125vw;
  background-color: #000;
  border: .1563vw solid #000;
  color: #fff;
  font-size: 1.6667vw;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s;
}

.wc-proceed-to-checkout a:hover {
  background-color: transparent;
  color: #000;
  transition: 0.3s;
}

.woocommerce-cart .the_content .woocommerce-cart-form {
  position: relative;
}

.woocommerce-cart .the_content.loading .woocommerce-cart-form::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 1.0417vw;
  background-color: rgba(255, 255, 255, 0.7);
}

[name="update_cart"] {
  display: none;
}

.woocommerce-checkout h1,
.woocommerce-checkout h3 {
  display: none;
}

form.checkout {
  margin-top: 9.9479vw;
  padding: 0 3.4896vw;
}

.form-row label {
  display: none;
}

.form-row {
  margin: 1.0417vw 0;
}

.form-row input {
  width: 100%;
  height: 2.6042vw;
  border-radius: .5208vw;
  padding: 0 1.0417vw;
  font-size: 1.3021vw;
}


.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #C8C8C8;
}

.woocommerce-invalid-required-field input {
  border: .1563vw solid #FF0F4F;
}

.woocommerce-invalid-required-field input::placeholder {
  color: #FF0F4F;
}

.form-row textarea {
  width: 100%;
  height: 12.8646vw;
  border-radius: .5208vw;
  padding: .5208vw 1.0417vw;
  font-size: 1.3021vw;
}

.select2-container--default .select2-selection--single {
  border: 0;
  height: 2.6042vw;
  border-radius: .5208vw;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  padding: 0 3.125vw 0 1.0417vw;
  font-size: 1.3021vw;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: .5208vw;
  width: 1.0417vw;
}

.woocommerce-checkout-review-order-table,
.payment_methods,
.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

#place_order {
  width: 100%;
  height: 2.6042vw;
  border: .1563vw solid #FF0F4F;
  border-radius: .5208vw;
  background-color: #FF0F4F;
  color: #fff;
  font-size: 1.3021vw;
  cursor: pointer;
  transition: 0.3s;
}

#place_order:hover {
  background-color: transparent;
  color: #FF0F4F;
  transition: 0.3s;
}

.woocommerce-NoticeGroup-checkout {
  color: #FF0F4F;
  font-size: 120%;
}

.checkout-inline-error-message {
  display: none;
}

.woocommerce-order-received {
  color: #fff;
}

.woocommerce-thankyou-order-received {
  font-size: 1.8229vw;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #FF0F4F;
  font-weight: 800;
}

.woocommerce-thankyou-order-details {
  list-style: none;
  padding: 0;
  margin: 2.6042vw auto 0;
  width: fit-content;
  font-size: 1.25vw;
  padding: 1.0417vw;
  border: 1px solid #fff;
  border-radius: 1.0417vw;
}

.thankyou_text {
  margin-top: 2.6042vw;
  font-size: 1.5625vw;
  font-weight: 700;
  text-align: center;
}

.shop_products_search {
  margin-top: 7.8125vw;
}

.franchise_first_screen {
  margin-top: 4.7396vw;
  line-height: 0;
}

.franchise_first_screen img {
  width: 100%;
  height: calc(100vh - 4.7396vw);
  object-fit: cover;
}

.franchise_gallery_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .8333vw;
}

.franchise_gallery_item {
  width: calc(20% - .67vw);
  line-height: 0;
}

.franchise_gallery_item img {
  width: 100%;
  height: 14.4792vw;
  object-fit: cover;
}

.franchise_gallery_btn {
  margin-top: 1.6667vw;
}

.franchise_adv {
  margin-top: 4.0625vw;
  padding: 0 20.3125vw;
}

.franchise_adv h2 {
  font-size: 1.8229vw;
}

.franchise_adv_list {
  list-style: none;
  padding: 0;
  margin: 1.6667vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.franchise_adv_item {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.franchise_adv_item:nth-child(even) {
  flex-direction: row-reverse;
}

.franchise_adv_icon {
  line-height: 0;
  height: 100%;
}

.franchise_adv_icon img {
  max-width: unset;
  height: 3.9063vw;
  object-fit: contain;
}

.franchise_adv_text h3 {
  font-size: 2.0833vw;
  line-height: 1.1;
  color: #000;
  text-align: left;
  margin-bottom: .4167vw;
  text-transform: unset;
}

.franchise_adv_text {
  line-height: 1.2;
}

.franchise_adv_text p {
  margin: 0;
}

.franchise_adv_decor {
  line-height: 0;
  text-align: center;
  margin-top: 2.3958vw;
}

.franchise_adv_decor img {
  width: 1.8229vw;
}

.franchise_adv_btn {
  margin-top: .8333vw;
}

.franchise_offer {
  margin-top: 1.875vw;
}

.franchise_offer_bg_box {
  position: relative;
  padding: 4.1667vw 28.6458vw;
  color: #fff;
}

.franchise_offer_bg_box::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.franchise_offer_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.franchise_offer_bg_box h2 {
  position: relative;
  color: #fff;
  font-size: 1.8229vw;
  z-index: 5;
}

.franchise_offer_list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 1.875vw 0 0;
  z-index: 5;
}

.franchise_offer_item {
  font-weight: 700;
  display: flex;
  gap: .5208vw;
}

.franchise_offer_item::before {
  content: '';
  width: .7813vw;
  height: .7813vw;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  top: .2083vw;
}

.franchise_offer_item:not(:last-child) {
  padding-bottom: .5208vw;
  position: relative;
}

.franchise_offer_item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: .5208vw;
  left: .3906vw;
  bottom: -0.5208vw;
  border-left: 1px dashed #fff;
}

.franchise_offer_box {
  margin-top: 1.875vw;
  text-align: center;
  color: #000;
  font-weight: 800;
}

.franchise_offer_black_text {
  font-size: 140%;
}

.franchise_offer_red_text {
  font-size: 2.8646vw;
  text-transform: uppercase;
  color: #FF0F4F;
}

.franchise_offer_crossedout_text {
  width: fit-content;
  margin: 0 auto;
  font-size: 2.3438vw;
  position: relative;
}

.franchise_offer_crossedout_text::after {
  content: '';
  position: absolute;
  top: 41%;
  right: -0.5208vw;
  left: -0.5208vw;
  height: .3125vw;
  background-color: #FF0F4F;
  border-radius: .1563vw;
}

.franchise_offer_icon {
  line-height: 0;
}

.franchise_offer_icon img {
  width: 5.2083vw;
}

.franchise_offer_icon_text {
  font-size: 2.8646vw;
  color: #FF0F4F;
}

.franchise_offer_black_text_2 {
  font-size: 2.3438vw;
}

.franchise_offer_black_bg_text {
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  border-radius: 2.0833vw;
  padding: .5208vw 1.0417vw;
  font-size: 1.8229vw;
  transform: rotate(-4deg);
}

.franchise_offer_black_text_3 {
  font-size: 2.3438vw;
}

.franchise_offer_btn {
  margin-top: .8333vw;
}

.franchise_reviews {
  background-color: #000;
  padding-top: 3.6458vw;
  padding-bottom: 3.6458vw;
  margin-top: 1.5625vw;
}

.franchise_videos .services_training_videos_subtitle {
  color: #000;
}

.franchise_faq {
  background-color: #000;
  margin-top: 3.8542vw;
  margin-bottom: -5.2083vw;
  padding-top: 3.6458vw;
  padding-bottom: 3.6458vw;
}

.franchise_faq h2 {
  font-size: 1.8229vw;
}

.career_first_screen {
  margin-top: 4.7396vw;
  position: relative;
  height: calc(100vh - 4.7396vw);
}

.career_first_screen>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_first_screen::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.career_first_screen_text {
  position: absolute;
  bottom: 2.9688vw;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-size: .625vw;
  color: #fff;
  z-index: 5;
}

.career_first_screen_text h1 {
  font-size: 3.125vw;
  color: #fff;
  line-height: 1;
}

.career_first_screen_btn {
  margin-top: 1.4583vw;
}

.page-template-career .wrapper {
  background-color: rgba(0, 0, 0, 0.92);
}

.career_block {
  padding: 7.8125vw 9.6354vw;
  display: flex;
  gap: 5.2083vw;
}

.career_block:nth-child(even) {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
}

.career_block:nth-child(odd) {
  color: #fff;
  flex-direction: row-reverse;
}

.career_block_img {
  width: 49%;
  position: relative;
}

.career_block_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_block_text {
  width: 51%;
}

.career_block_text p,
.career_block_text ul,
.career_block_text ol {
  font-size: 1.6667vw;
  line-height: 1.2;
}

.career_block_text h2 {
  text-align: left;
  text-decoration: underline;
  font-size: 3.3333vw;
  line-height: 1;
  text-transform: unset;
  margin-bottom: 2.3958vw;
}

.career_block_btn {
  margin-top: 3.2292vw;
}

.career_form {
  margin-top: 5.2083vw;
  padding: 0 10.1563vw;
  display: flex;
  align-items: center;
  gap: 5.2083vw;
  color: #fff;
}

.career_form_text {
  width: 55%;
  font-size: 1.8229vw;
  line-height: 1.2;
  font-weight: 700;
}

.career_form_text h2 {
  font-size: 3.3333vw;
  text-align: left;
}

.career_form_box {
  width: 45%;
}

.career_form_box h2 {
  font-size: 2.0833vw;
  text-decoration: underline;
  text-transform: unset;
}

.career_form_descr {
  font-size: 1.6667vw;
  line-height: 1.2;
  margin-bottom: 1.5625vw;
  text-align: center;
}

.career_fields_box {
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.country_box {
  display: flex;
  gap: 1.0417vw;
}

.career_fields_box input {
  width: 100%;
  height: 2.6042vw;
  border-radius: .5208vw;
  font-size: 1.3021vw;
  padding: 0 1.0417vw;
}

.career_fields_box input.wpcf7-not-valid {
  border: .1563vw solid #FF0F4F;
}

.career_fields_box input.wpcf7-not-valid::placeholder {
  color: #FF0F4F;
}

.career_fields_box input::placeholder,
.career_fields_box textarea::placeholder {
  color: #C8C8C8;
}

.career_fields_box textarea {
  width: 100%;
  height: 7vw;
  border-radius: .5208vw;
  font-size: 1.3021vw;
  padding: .5208vw 1.0417vw;
  resize: none;
}

.career_form .submit_box {
  margin-top: 1.0417vw;
}

.career_form .submit_box input {
  height: 2.6042vw;
  border-radius: .5208vw;
}

[data-name="your-message"] {
  line-height: 0;
}

.career_form .wpcf7 form.sent .wpcf7-response-output {
  font-size: 1.3021vw;
  text-align: center;
}

.page-template-piercing-service .wrapper,
.page-template-piercing-training .wrapper,
.page-template-tattoo-service .wrapper,
.page-template-tattoo-training .wrapper {
  background-color: rgba(0, 0, 0, 0.92);
}

li.pier_serv_1st_screen_slide {
  height: calc(100vh - 6.4583vw);
  padding: 3.6458vw 6.6146vw 5.4688vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #000;
}

.pier_serv_1st_screen_slide_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pier_serv_1st_screen_slide_text {
  font-size: 2.1354vw;
  line-height: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 5;
}

.pier_serv_1st_screen_slide_text h1,
.pier_serv_1st_screen_slide_text h2 {
  font-size: 4.2708vw;
  line-height: 1;
  margin-bottom: 2.6042vw;
  color: #fff;
  text-align: left;
  flex-grow: 1;
}

.pier_serv_1st_screen_slide_text h3 {
  font-size: 2.0833vw;
  color: #fff;
  text-align: left;
  padding-left: 1.0417vw;
  margin-bottom: .5208vw;
}

.pier_serv_1st_screen_slide_text p {
  margin: 0;
  color: #b3b3b3;
  width: fit-content;
  position: relative;
  padding-left: 1.0417vw;
  line-height: 1.3;
}

.pier_serv_1st_screen_slide_text p::before {
  content: '';
  position: absolute;
  bottom: .2604vw;
  left: 0;
  width: 1px;
  height: calc(100% + 2.6042vw);
  background-color: #727272;
}

.pier_serv_1st_screen_slide_text p a,
.main_screen_text p a {
  display: inline-block;
  line-height: 2.2vw;
  margin-bottom: -0.6771vw;
}

.pier_serv_1st_screen {
  margin-top: 6.4583vw;
}

.pier_serv_1st_screen_slider_prev {
  left: 1.9792vw;
}

.pier_serv_1st_screen_slider_next {
  right: 1.9792vw;
}

.pier_serv_descr {
  margin: 3.3333vw 0;
  padding: 0 7.7604vw;
  color: #fff;
  line-height: 1;
}

.pier_serv_descr>div:not(.all_btn) {
  font-size: 1.6667vw;
}

.pier_serv_descr h2 {
  font-size: 1.6146vw;
}

.pier_serv_descr_text {
  margin-top: 2.0833vw;
}

.pier_serv_descr_text p:first-child {
  margin-top: 0;
}

.pier_serv_descr_text p:last-child {
  margin-bottom: 0;
}

.pier_serv_descr_text_redbg {
  padding: 1.25vw 11.4063vw;
  background-color: #FF0F4F;
  border-radius: .4167vw;
  margin-top: 2.7083vw;
}

.pier_serv_adv {
  min-height: 42.8646vw;
  display: flex;
  align-items: center;
  position: relative;
  padding: 7.8125vw;
}

.pier_serv_adv::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.73);
}

.pier_serv_adv_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pier_serv_adv_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2.0833vw;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
}

.pier_serv_adv_item {
  width: calc(50% - 1.06vw);
  background-color: #fff;
  padding: 1.25vw;
  border-radius: .4167vw;
  font-size: 1.25vw;
  line-height: 1.2;
}

.pier_serv_videos_btn {
  margin-top: 3.3854vw;
}

.pier_serv_videos {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
  padding: 3.125vw 5.8333vw;
}

.pier_serv_icons {
  margin-top: .5208vw;
  padding: 0 17.8125vw;
}

.pier_serv_icons_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.9792vw;
}

.pier_serv_icon {
  width: calc(33.33333% - 1.4vw);
}

.pier_serv_icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 0;
}

.pier_serv_icon img {
  max-width: 7.3958vw;
  max-height: 6.25vw;
  object-fit: contain;
}

.pier_serv_icon_price {
  width: 3.0208vw;
  height: 1.8229vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF0F4F;
  color: #fff;
  border-radius: .4167vw;
  transform: rotate(12deg);
  position: relative;
  top: 1.0417vw;
  right: 1.0417vw;
}

.pier_serv_catalog {
  margin-top: 5.2083vw;
  padding: 0 16.6146vw;
}

.pier_serv_catalog_btn {
  margin-top: 2.6042vw;
}

.pier_serv_videos_2 {
  margin-top: 2.6042vw;
}

.pier_serv_videos_btn_2 {
  margin-top: 3.125vw;
}

.pier_train_1st_screen_slide_text h1,
.pier_train_1st_screen_slide_text h2 {
  color: #fff;
  text-align: left;
  line-height: 1;
  font-size: 3.125vw;
  margin-bottom: .8854vw;
  text-transform: unset;
}

.pier_train_1st_screen_slide_text {
  color: #fff;
  position: relative;
  font-size: 1.5625vw;
  line-height: 1;
}

.pier_train_descr_btn {
  margin-top: 3.3333vw;
}

.pier_train_descr_subtitle {
  margin-top: 1.0938vw;
  text-align: center;
}

.pier_train_videos_subtitle {
  margin: .5208vw auto 0;
  width: fit-content;
  padding: .3125vw 1.5625vw;
  border-radius: .7813vw;
  background-color: #000;
  color: #fff;
  font-size: 1.25vw;
}

.pier_train_descr_2 {
  margin: 2.6042vw 0;
  padding: 0 27.6042vw;
}

.pier_train_descr_2_title,
.pier_train_adv_title {
  text-transform: unset;
  font-weight: 900;
}

.pier_train_descr_2_text {
  background-color: #fff;
  border-radius: .4167vw;
  padding: 1.25vw 4.1667vw;
  font-size: 1.25vw;
  line-height: 1.2;
  margin-top: 2.6042vw;
}

.pier_train_descr_2_text p:first-child {
  margin-top: 0;
}

.pier_train_descr_2_text p:last-child {
  margin-bottom: 0;
}

.pier_train_descr_2_action {
  font-size: 1.6667vw;
  line-height: 1;
  color: #fff;
  margin-top: 1.5625vw;
  text-align: center;
}

.pier_train_descr_2_btn {
  margin-top: 2.3438vw;
}

.pier_train_slider_item_subtitle {
  font-weight: 800;
  margin-bottom: .8333vw;
  text-align: center;
  line-height: 1;
}

.pier_train_adv {
  margin: 3.4896vw 0;
  padding: 0 15.625vw;
}

.pier_train_adv_list {
  list-style: none;
  padding: 0;
  margin: 3.4896vw 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5104vw;
}

.pier_train_adv_list li {
  width: calc(50% - .77vw);
  display: flex;
  gap: 1.0417vw;
}

.pier_train_adv_icon {
  line-height: 0;
  height: 100%;
}

.pier_train_adv_icon img {
  min-width: 6.5625vw;
  height: 6.5625vw;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.pier_train_adv_content h3 {
  font-size: 1.6667vw;
  line-height: 1.2;
  text-align: left;
  letter-spacing: -0.02em;
  color: #fff;
  text-transform: unset;
}

.pier_train_adv_text {
  color: #fff;
  font-size: 1.25vw;
  letter-spacing: -0.012em;
  line-height: 1.4;
  margin-top: .4167vw;
}

.pier_train_adv_text_bg {
  background-color: #fff;
  border-radius: .4167vw;
  padding: 1.25vw 2.7083vw;
  font-size: 1.25vw;
  line-height: 1.2;
}

.pier_train_adv_btn {
  margin-top: 3.4896vw;
}

.pier_train_block {
  padding: 2.6042vw 9.6354vw 4.9479vw;
  display: flex;
  gap: 5.2083vw;
  border-radius: 1.25vw;
}

.pier_train_block:nth-child(odd) {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
}

.pier_train_block:nth-child(odd) .services_training_block_subtitle {
  background-color: #000;
  color: #fff;
}

.pier_train_block:nth-child(even) {
  flex-direction: row-reverse;
}

.pier_train_block:nth-child(even) .services_training_block_text {
  color: #fff;
}

.pier_train_block:nth-child(even) .services_training_block_subtitle {
  background-color: #fff;
  color: #000;
}

.pier_serv_1st_screen_slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(rgba(0, 0, 0, 00), rgba(0, 0, 0, 1));
}

.makeup_serv_descr {
  margin: 2.6042vw 0;
  padding: 0 20.8333vw;
}

.makeup_serv_descr_text {
  margin-top: 2.0833vw;
  font-size: 1.6667vw;
  line-height: 1;
}

.makeup_serv_descr_text ul {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
  padding: 0;
  margin: 0;
}

.makeup_serv_slider_box .services_training_slider:nth-child(odd) {
  background: #000;
  border-radius: 0;
  color: #FFF;
  text-align: center;
}

.makeup_serv_slider_box .services_training_slider:nth-child(odd)::before {
  display: none;
}

.makeup_serv_slider_box .services_training_slider:nth-child(even) {
  color: #000;
  text-align: center;
}

.makeup_serv_videos_text {
  margin-top: 1.0417vw;
  font-weight: 700;
  text-align: center;
}

.makeup_serv_videos_text p {
  margin: 0;
}

.makeup_serv_videos_text_2 {
  width: 24.8958vw;
  border: 2px solid #000;
  border-radius: .4688vw;
  padding: .8333vw 1.0417vw;
  font-weight: 800;
  margin: 1.0417vw auto 0;
}

.makeup_serv_videos_text_2 strong {
  font-weight: 800;
  color: #FF0F4F;
}

.makeup_serv_videos_text_2 p {
  margin: 0;
}

.makeup_serv_videos_text_2 ul {
  padding: 0 0 0 1.1979vw;
  margin: 0;
}

.makeup_serv_price {
  padding: 3.3854vw 15.625vw 8.2292vw;
  background-color: #000;
  color: #fff;
  display: flex;
  gap: 3.125vw;
}

.makeup_serv_price_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.makeup_serv_price_right {
  width: 55%;
}

.makeup_serv_price_text {
  line-height: 1.2;
}

.makeup_serv_price_text p:first-child {
  margin-top: 0;
}

.makeup_serv_price_text p:last-child {
  margin-bottom: 0;
}

.makeup_serv_price_btn {
  margin-top: 1.0417vw;
}

.makeup_serv_price_list h3 {
  font-size: 1.8229vw;
  margin-bottom: .8333vw;
  text-align: left;
}

.makeup_serv_price_list {
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.makeup_serv_price_item_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .7813vw;
}

.makeup_serv_price_item_box {
  display: flex;
  gap: .4167vw;
  line-height: 1.2;
  max-width: 23.9583vw;
  white-space: nowrap;
}

.makeup_serv_price_item_name {
  font-weight: 800;
}

.makeup_serv_price_item_box span {
  border-bottom: 2px dashed #fff;
  width: 100%;
  position: relative;
  bottom: .625vw;
}

.makeup_serv_price_item_descr {
  margin-top: .2083vw;
  font-size: 1.0417vw;
}

.makeup_serv_blocks_list:nth-child(even) {
  background: none;
}

.makeup_serv_blocks_list:nth-child(even)::before {
  display: none;
}

.makeup_serv_blocks_list:nth-child(odd) {
  background-color: #000;
  border-radius: 0;
}

.makeup_serv_reviews {
  padding: 2.6042vw 4.1667vw;
  background-color: #000;
}

.makeup_serv_faq {
  padding: 2.6042vw 21.6146vw 5.2083vw;
  background-color: #000;
  margin-bottom: -5.2083vw;
}

.makeup_serv_faq h2 {
  color: #fff;
}

.shop_1st_screen .shop_1st_screen_slide::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.career_1st_screen_slider h1,
.career_1st_screen_slider h2 {
  font-size: 3.125vw;
  color: #fff;
  margin-bottom: .625vw;
  position: relative;
  z-index: 5;
}

.career_1st_screen_slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.footer_nav_box {
  margin-top: 5.2083vw;
  display: flex;
  justify-content: center;
  gap: 5.2083vw;
}

.footer_col {
  position: relative;
}

.footer_col:not(:first-child)::before {
  content: '';
  position: absolute;
  top: 0;
  left: -2.6042vw;
  width: 1px;
  height: 100%;
  background-color: #fff;
  opacity: 0.4;
}

.footer_col_title {
  font-weight: 800;
  margin-bottom: .2604vw;
}

.footer_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .2604vw;
}

.footer_logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .2604vw;
}

.footer_logos img {
  max-height: 1.3021vw;
}

.footer_logo {
  line-height: 0;
}

.page:not(.woocommerce-page) .all_pages,
.single_post {
  padding: 2.6042vw 26.0417vw;
}

.footer_logos_text {
  margin-top: 1.0417vw;
  font-size: .7292vw;
}

li.makeup_train_1st_screen_slide {
  height: calc(100vh - 6.4583vw);
  padding: 3.5417vw 7.8125vw 2.6042vw;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.6042vw;
}

li.makeup_train_1st_screen_slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  height: 25%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

li.makeup_train_1st_screen_slide .pier_serv_1st_screen_slide_text h1,
li.makeup_train_1st_screen_slide .pier_serv_1st_screen_slide_text h2 {
  color: #000;
  font-size: 3.125vw;
  margin-bottom: 1.0417vw;
}

li.makeup_train_1st_screen_slide .pier_serv_1st_screen_slide_text {
  color: #000;
  font-size: 2.0833vw;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

.first_screen_images {
  list-style: none;
  padding: 0;
  margin: 1.5625vw 0 0;
  display: flex;
  justify-content: center;
  gap: 4.4792vw;
  position: relative;
  z-index: 5;
  width: 40%;
}

.first_screen_image {
  line-height: 0;
}

.first_screen_image img {
  border-radius: 50%;
  width: 4.6875vw;
  height: 4.6875vw;
  object-fit: cover;
  border: 1px solid #fff;
}

.makeup_train_1st_screen_slide_btn_box {
  width: 40%;
  margin-top: 1.0417vw;
  position: relative;
  z-index: 5;
}

.tattoo_serv_videos_btn {
  margin-top: 3.125vw;
}

.tattoo_serv_videos h2 {
  text-transform: unset;
}

.tattoo_serv_descr {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
  padding: 4.375vw 20.8333vw;
  position: relative;
  z-index: 5;
}

.tattoo_serv_descr h2 {
  font-size: 1.5625vw;
  line-height: 1;
}

.tattoo_serv_descr_text {
  margin-top: 2.0833vw;
  font-size: 1.6667vw;
  line-height: 1;
}

.tattoo_serv_descr_text p:first-child {
  margin-top: 0;
}

.tattoo_serv_descr_text p:last-child {
  margin-bottom: 0;
}

.tattoo_serv_price {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
  padding: 8.6979vw 15.625vw;
  display: flex;
  gap: 5.7292vw;
}

.tattoo_serv_price>div {
  width: 50%;
}

.tattoo_serv_price_text p:first-child {
  margin-top: 0;
}

.tattoo_serv_price_text p:last-child {
  margin-bottom: 0;
}

.tattoo_serv_price_btn {
  margin-top: 1.0417vw;
}

.tattoo_serv_price_list {
  list-style: none;
  padding: 1.0417vw;
  margin: 1.0417vw 0 0;
  border-radius: .6771vw;
  border: 3px solid #000;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.tattoo_serv_price_item {
  display: flex;
  gap: .5208vw;
  line-height: 1;
}

.dashed {
  flex-grow: 1;
  border-bottom: 2px dashed #000;
  position: relative;
  bottom: .4167vw;
}

.tattoo_serv_price_name {
  font-weight: 800;
}

.tattoo_serv_price_list_text {
  margin-top: 1.0417vw;
  font-weight: 700;
}

.tattoo_serv_price_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tattoo_serv_block {
  flex-wrap: wrap;
}

.main_title {
  width: 100%;
  font-size: 3.3333vw;
  text-transform: unset;
  position: relative;
  z-index: 5;
}

.tattoo_serv_block .services_training_block_content {
  width: 45.4%;
}

.tattoo_serv_block:nth-child(odd) .main_title {
  color: #fff;
}

.tattoo_serv_block:nth-child(even) .main_title {
  color: #000;
}

.blog {
  padding: 2.6042vw 0;
}

body:not(.home, .page-template-makeup-service) .blog,
body:not(.home, .page-template-makeup-service) .contact_form {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
}

.page-template-franchise .blog {
  background: none !important;
}

.blog_title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.0417vw;
}

.blog_subtitle {
  font-weight: 800;
  text-transform: uppercase;
  position: relative;
}

.blog_subtitle span {
  position: absolute;
  top: -0.3646vw;
  right: -1.1979vw;
  width: 1.5625vw;
  height: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF0F4F;
  border-radius: 50%;
  font-size: 1.0417vw;
  font-weight: 800;
  color: #fff;
}

.blog_btn_list {
  list-style: none;
  padding: 0 5.2083vw;
  margin: 1.0417vw 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.0417vw 1.5625vw;
}

.blog_btn_item a {
  height: 2.2917vw;
  padding: 0 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5208vw;
  border-radius: 1.4583vw;
  border: 1px solid #000;
  font-size: .7292vw;
  font-weight: 700;
  text-transform: uppercase;
}

.blog_btn_social_icon {
  line-height: 0;
  min-width: 1.5625vw;
  height: 1.5625vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog_btn_social_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.2s;
}

.blog_btn_item:hover img {
  transform: scale(1.1);
  transition: 0.2s;
}

.blog_list {
  list-style: none;
  margin: 2.0833vw 0 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-rows: 17.5vw;
  grid-auto-columns: auto;
  gap: .7813vw;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 0 1.5625vw;
}

.blog_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_item:nth-child(7n+1),
.blog_item:nth-child(7n+3),
.blog_item:nth-child(7n+4),
.blog_item:nth-child(7n+6) {
  width: 27.3958vw;
}

.blog_item:nth-child(7n+4),
.blog_item:nth-child(7n+6) {
  margin-left: -13.0208vw;
}


.blog_item:nth-child(7n+2),
.blog_item:nth-child(7n+5) {
  width: 14.375vw;
}

.blog_item:nth-child(7n) {
  width: 24.4792vw;
  grid-row: span 2;
}

.blog_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5625vw;
}

.blog_item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .6771vw;
}

.blog_item h3 {
  color: #fff;
  font-size: unset;
  position: relative;
}

.blog_item:nth-child(7n+2) h3,
.blog_item:nth-child(7n+5) h3 {
  font-size: 80%;
}

.blog_item:nth-child(7n) h3 {
  font-size: 140%;
}

.portfolio_show_more_btn {
  margin-top: 1.8229vw;
  font-weight: 700;
  text-align: center;
  color: #FF0F4F;
  cursor: pointer;
}

li.tattoo_train_1st_screen_slide {
  justify-content: center;
  align-items: center;
  padding: 4.1667vw;
}

.tattoo_train_1st_screen_slide_title {
  color: #fff;
  font-size: 3.125vw;
  position: relative;
  z-index: 5;
}

.pier_serv_1st_screen_slide_badge {
  position: relative;
  z-index: 5;
  text-transform: unset;
  transform: rotate(-4deg);
  bottom: 1.0417vw;
  min-height: 2.6042vw;
}

.tattoo_train_1st_screen_slide_text ul {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.tattoo_train_1st_screen_slide_text {
  padding: 3.3333vw;
  border-radius: 1.25vw;
  background-color: #fff;
  color: #000;
  margin-top: 2.6042vw;
  font-weight: 600;
}

.tattoo_train_1st_screen_slide_text strong {
  font-weight: unset;
  color: #FF0F4F;
}

.tattoo_train_1st_screen_slide_btn {
  margin-top: 2.6042vw;
  min-height: 2.6042vw;
  position: relative;
  z-index: 5;
}

.tattoo_train_descr h2 {
  font-size: 1.875vw;
}

.tattoo_train_descr_subtitle {
  font-size: 1.5625vw;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
}

.tattoo_train_descr .tattoo_serv_descr_text strong {
  color: #FF0F4F;
  font-weight: 800;
}

.tattoo_train_slider_item_excerpt {
  text-align: center;
  font-weight: 800;
}

.tattoo_train_descr_2 {
  padding: 2.6042vw 25vw;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.7;
  font-size: 85%;
  text-align: center;
}

.tattoo_train_adv {
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(..//img/grafity_bg.webp);
  background-size: contain;
  border-radius: 1.25vw;
  padding: 3.6458vw 20.8333vw;
}

.tattoo_train_adv_price_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5208vw;
}

.tattoo_train_adv_price {
  height: 2.6042vw;
  background-color: #FF0F4F;
  color: #fff;
  border-radius: 1.0417vw;
  padding: 2px .8333vw 0;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tattoo_train_adv_old_price {
  color: #4E4E4E;
  font-size: 90%;
  font-weight: 800;
}

.tattoo_train_adv_old_price span {
  position: relative;
}

.tattoo_train_adv_old_price span::after {
  content: '';
  position: absolute;
  right: -0.2604vw;
  left: -0.2604vw;
  top: 50%;
  transform: translateY(-50%);
  height: .1563vw;
  background-color: #FF0F4F;
  border-radius: .1563vw;
}

.tattoo_train_adv_descr {
  font-size: 1.4583vw;
  text-align: center;
  margin-top: .8333vw;
  font-weight: 800;
}

.tattoo_train_adv_title {
  margin-top: 2.0833vw;
}

.tattoo_train_adv_list {
  list-style: none;
  padding: 0;
  margin: 1.3021vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.3021vw;
}

.tattoo_train_adv_item {
  display: flex;
  gap: .5208vw;
}

.tattoo_train_adv_icon {
  line-height: 0;
  min-width: 1.5625vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: .1042vw;
}

.tattoo_train_adv_icon img {
  height: 1.5625vw;
  object-fit: contain;
}

.tattoo_train_adv_text {
  font-weight: 800;
}

.tattoo_train_adv_btn {
  margin-top: 3.6458vw;
}

.tattoo_train_includes {
  padding: 3.4375vw 19.7917vw;
}

.tattoo_train_includes_list {
  list-style: none;
  padding: 0;
  margin: 3.125vw 0 0;
  display: flex;
  flex-direction: column;
  gap: 1.3021vw;
  color: #fff;
  font-weight: 800;
}

.tattoo_train_includes_item {
  display: flex;
  align-items: center;
  gap: .7292vw;
}

.tattoo_train_includes_list_icon {
  line-height: 0;
  min-width: 1.4583vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tattoo_train_includes_list_icon img {
  width: 1.4583vw;
  height: auto;
  object-fit: contain;
}

.tattoo_train_includes_btn {
  margin-top: 3.125vw;
}

.for_partners_videos {
  background-color: #000;
}

.for_partners_videos .all_btn {
  margin-top: 3.3854vw;
}

.makeup_serv_portfolio {
  padding: 2.8125vw 11.4063vw;
  background-color: #000;
}

.franchise_gallery .about_gallery {
  margin: .8333vw -0.4167vw 0;
}

.franchise_gallery .about_gallery_item {
  padding: 0 .4167vw;
}

#scrollToTopBtn {
  position: fixed;
  right: 2.3438vw;
  bottom: 7.2917vw;
  display: none;
  cursor: pointer;
  z-index: 999;
}

#scrollToTopBtn img {
  width: 2.0833vw;
}

.cookies_popup {
  position: fixed;
  right: 5.7292vw;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: .5208vw;
  padding: 2.6042vw 1.5625vw;
  max-width: 26.0417vw;
  z-index: 9999999;
  visibility: hidden;
  color: #fff;
  font-size: 80%;
  opacity: 0;
  transition: 0.5s;
}

.cookies_popup.loaded {
  visibility: visible;
  opacity: 0.9;
  bottom: 1.0417vw;
  transition: 0.5s;
  transition-delay: 2s;
}

.cookies_popup.accepted {
  display: none;
}

.cookies_settings {
  display: none;
}

.cookies_btns {
  display: flex;
  flex-direction: column;
  gap: .5208vw;
  margin-top: 1.5625vw;
}

.cookies_btns>div {
  width: 100%;
}

.cookies_btns>div:first-child {
  background-color: transparent;
  color: #FF0F4F;
}

.cookies_btns>div:first-child:hover {
  background-color: #FF0F4F;
  color: #fff;
}

.cookies_main h3 {
  color: #fff;
  font-size: 1.0417vw;
}

.header_mob {
  display: none;
}

.training_videos {
  background-color: transparent;
}

.training_videos .all_btn {
  margin-top: 3.3854vw;
}

.tattoo_serv_faq {
  background-color: transparent;
  margin-top: 2.6042vw;
}

.career_faq {
  margin-top: 2.6042vw;
  padding-top: 5.2vw;
}

.career_faq .faq_tattoo h2 {
  top: 3vw !important;
}

.shop_how_order_list {
  list-style: none;
  padding: 0;
  margin: 2.3438vw 0 0;
  display: flex;
  align-items: center;
  gap: .5208vw;
}

.shop_how_order_item {
  display: flex;
  align-items: center;
  gap: .5208vw;
  position: relative;
}

.shop_how_order_item_icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.625vw;
  height: 5.625vw;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.shop_how_order_item_icon img {
  width: 2.3438vw;
  height: 2.3438vw;
  object-fit: contain;
}

.shop_how_order_item_text {
  position: absolute;
  top: calc(100% + .5208vw);
  left: 50%;
  transform: translateX(-50%);
  font-size: .8333vw;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}

.shop_how_order_item:nth-child(-n+4) .shop_how_order_item_icon {
  background-color: #000;
}

.shop_how_order_item:nth-child(-n+4) .shop_how_order_item_icon:hover {
  background-color: #FF0F4F;
  transition: 0.3s;
}

.shop_how_order_item:nth-child(n+5):nth-child(-n+8) .shop_how_order_item_icon {
  background-color: #FF0F4F;
}

.shop_how_order_item:nth-child(n+5):nth-child(-n+8) .shop_how_order_item_icon:hover {
  background-color: #000;
  transition: 0.3s;
}

.shop_how_order_item:nth-child(n+5):nth-child(-n+8) .shop_how_order_item_text {
  color: #FF0F4F;
}

.shop_how_order_item:not(:last-child)::after {
  content: '';
  width: 6.5625vw;
  height: 2.3438vw;
  background-image: url(..//img/how_order_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.shop_how_order_item:nth-child(3),
.shop_how_order_item:nth-child(5) {
  margin-bottom: 11.25vw;
}

.shop_how_order_item:nth-child(4),
.shop_how_order_item:nth-child(6) {
  margin-top: 11.25vw;
  margin-left: -13.2292vw;
}

.shop_how_order_item:nth-child(5)::after {
  transform: rotate(23deg);
  position: relative;
  top: 2.0833vw;
}

.shop_how_order_item:nth-child(6)::after {
  transform: rotate(-23deg);
  position: relative;
  bottom: 2.0833vw;
}

.shop_how_order_item:nth-child(2)::after {
  transform: rotate(-23deg);
  position: relative;
  bottom: 3.6458vw;
}

.shop_how_order_item:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 90%;
  right: 0;
  transform: rotate(23deg);
  width: 6.5625vw;
  height: 2.3438vw;
  background-image: url(..//img/how_order_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.footer_tel {
  display: flex;
  align-items: center;
  gap: .7813vw;
}

.footer_tel::before {
  content: '';
  width: 1.3021vw;
  height: 1.3021vw;
  background-image: url(..//img/whatsapp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  order: 3;
}

.footer_tel::after {
  content: '';
  width: 1.3021vw;
  height: 1.3021vw;
  background-image: url(..//img/viber.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

div.fancybox__container {
  z-index: 99999;
}

.main_screen_btns_mob {
  display: none;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
  padding-top: .4167vw;
  padding-bottom: .4167vw;
  min-height: 3.125vw;
}

.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
  padding-top: .4167vw;
  padding-bottom: .4167vw;
}

.mobile_menu_popup {
  display: none;
}

.black {
  color: #000;
}

.black::after {
  background-color: #000;
}

.black h2 {
  color: #000;
}

.team_slider_item_title {
  min-height: 0;
  color: #fff;
  font-size: 1.5625vw;
  margin-bottom: .5208vw;
}

.franchise_team_slider_item_title,
.franchise_team_slider_item_excerpt {
  color: #000;
}

.team_slider_box .services_training_slider {
  padding-top: 2.6042vw;
  padding-bottom: 2.6042vw;
}

.shop_1st_screen_slide_content .pier_serv_1st_screen_slide_text p::before {
  display: none;
}

.shop_1st_screen_slide_content .pier_serv_1st_screen_slide_text p {
  padding-left: 0;
}

.related_posts {
  margin-top: 5.2083vw;
}

.related_posts_list {
  list-style: none;
  padding: 0;
  margin: 1.5625vw 0 0;
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.related_post a {
  background-color: #000;
  color: #fff;
  border-radius: .625vw;
  padding: 1.0417vw 5.2083vw 1.0417vw 1.5625vw;
  display: flex;
  gap: 1.25vw;
  position: relative;
}

.related_post img {
  min-width: 9.8958vw;
  max-width: 9.8958vw;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: .5208vw;
}

.related_post_content h3 {
  text-align: left;
}

.related_post_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  font-size: 90%;
  line-height: 1.3;
}

.post_views {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 1.5625vw;
  display: flex;
  align-items: center;
  gap: .5208vw;
  font-size: .6771vw;
  color: #636363;
  font-weight: 600;
}

.post_views::before {
  content: '';
  width: 1.25vw;
  height: 1.25vw;
  background-image: url(..//img/post_views.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.news_posts {
  margin-top: 0;
}

@media(max-width:768px) {
  body {
    font-size: 4.6154vw;
  }

  .header_pc {
    display: none;
  }

  .header_mob {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #000;
  }

  .header_mob_box {
    display: flex;
    align-items: center;
    padding: 0 3.8462vw 2.0513vw;
  }

  .logo {
    flex-grow: 1;
  }

  .logo img {
    width: 45.1282vw;
  }

  .switcher_btn {
    padding: 2.5641vw;
  }

  .burger {
    line-height: 0;
    cursor: pointer;
    margin-right: 5.1282vw;
  }

  .burger img {
    width: 5.641vw;
  }

  .search_btn {
    width: 4.6154vw;
    min-width: 4.6154vw;
    height: 4.6154vw;
  }

  .switcher_dropdown {
    padding: 1.2821vw 0;
  }

  .switcher_dropdown a {
    padding: 1.2821vw 3.8462vw;
  }

  .switcher_box:hover .switcher_dropdown {
    opacity: 0;
    visibility: hidden;
  }

  .switcher_box .switcher_dropdown.active {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
  }

  .header_cart_link img {
    width: 5.641vw;
    height: 5.641vw;
  }

  .shop_btn_img_box span {
    width: 4.1026vw;
    height: 4.1026vw;
    top: -1.5385vw;
    right: -1.7949vw;
  }

  .main_screen {
    margin-top: 24.6154vw;
    height: 150vw;
    padding: 5.1282vw 3.8462vw;
    align-items: flex-start;
  }

  .main_screen::after {
    content: '';
    position: absolute;
    top: 25.641vw;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  }

  .main_screen_text h2 {
    font-size: 7.6923vw;
    line-height: 1;
  }

  .main_screen_text p {
    font-size: 3.0769vw;
  }

  .main_screen_text p strong {
    opacity: 0.6;
    font-weight: unset;
    font-size: unset;
  }

  .main_screen_text h1 {
    font-size: 8.7179vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    flex-grow: 1;
    margin-top: 10vw;
  }

  .main_screen_text em {
    display: block;
    font-size: 4.1026vw;
  }

  .main_screen_text {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 5;
  }

  .main_screen_text p:nth-child(5) {
    color: #fff;
    font-size: 4.1026vw;
    line-height: 1.2;
    position: relative;
    padding-left: 3.8462vw;
  }

  .main_screen_text p:nth-child(5)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: #727272;
  }

  .main_screen_text p:nth-child(5) br {
    display: none;
  }

  .main_screen_text p:nth-child(5) em:nth-child(3) {
    margin-bottom: 2.5641vw;
    margin-top: 2.5641vw;
    opacity: 0.6;
  }


  .main_screen_btns {
    display: none;
  }

  .main_screen_btns_mob {
    display: block;
  }

  .main_screen_btns_mob a.all_btn {
    margin-right: unset;
    margin-top: -6vw;
    padding: 0 2.5641vw;
    height: 6.4103vw;
  }

  a.insta_btn {
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    font-size: 4.1026vw;
  }

  .main_img {
    height: 86%;
  }

  a.h50,
  .h50 {
    height: 12.8205vw;
  }

  a.all_btn,
  .all_btn {
    padding: 0 5.1282vw;
    font-size: 4.1026vw;
    border-radius: 12.8205vw;
    line-height: 1.2;
  }

  .all_btn:before {
    width: 10.2564vw;
    filter: blur(2.0513vw);
    transform: translateX(-15.3846vw) skew(-45deg);
  }

  a.not_bg,
  .not_bg {
    border-width: .7692vw;
  }

  .cookies_popup {
    max-width: 100%;
    right: 5.5556vw;
    left: 5.5556vw;
    border-radius: 5.5556vw;
    padding: 5.5556vw;
  }

  .cookies_popup.loaded {
    bottom: 5.5556vw;
  }

  .cookies_popup p {
    margin: 2.7778vw 0;
  }

  .cookies_btns {
    gap: 2.7778vw;
    margin-top: 4.1667vw;
  }

  .cookies_btns>div {
    height: 8.3333vw;
    font-size: 3.6111vw;
  }

  .cookies_main h3 {
    font-size: 5.1282vw;
  }

  .cookies_settings h3 {
    font-size: 4.1026vw;
  }

  .fixed_tel_btn {
    width: 15.3846vw;
    height: 15.3846vw;
    bottom: 5.1282vw;
    left: 5.1282vw;
  }

  .fixed_tel_btn img {
    width: 5.1282vw;
  }

  #scrollToTopBtn {
    right: 8.9744vw;
    bottom: 28.2051vw;
  }

  #scrollToTopBtn img {
    width: 7.6923vw;
  }

  .popup_content {
    max-width: 100%;
    padding: 5.1282vw 5.1282vw 7.6923vw;
    border-radius: 2.5641vw;
    box-shadow: .5128vw 4.1026vw 2.5641vw #00000061;
  }

  .popup_content h3 {
    font-size: 5.1282vw;
    margin-bottom: 5.1282vw;
  }

  .popup_btns {
    gap: 2.5641vw;
  }

  .popup_close {
    top: 2.5641vw;
    right: 2.5641vw;
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .popup_close img {
    width: 3.8462vw;
  }

  .fields_box input {
    height: 10.2564vw;
    padding: 0 3.8462vw;
  }

  .fields_box textarea {
    height: 23.0769vw;
    padding: 1.7949vw 3.8462vw;
  }

  .fields_box {
    gap: 2.5641vw;
  }

  .submit_box {
    margin-top: 2.5641vw;
  }

  .submit_box input {
    height: 10.2564vw;
    border-radius: 12.8205vw;
  }

  .wpcf7-spinner {
    width: 6.1538vw;
    height: 6.1538vw;
    margin: 0 6.1538vw;
  }

  .wpcf7-spinner::before {
    top: 1.0256vw;
    left: 1.0256vw;
    width: 1.5385vw;
    height: 1.5385vw;
    transform-origin: 2.0513vw 2.0513vw;
  }

  h1,
  h2 {
    font-size: 7.6923vw;
    line-height: 1.2;
  }

  h3 {
    font-size: 4.6154vw;
  }

  h4 {
    font-size: 4.1026vw;
  }

  .about {
    padding: 12.8205vw 3.8462vw;
  }

  .about_descr {
    padding: 0;
    margin-top: 7.6923vw;
  }

  .about_descr::after {
    width: 12.8205vw;
    height: .5128vw;
    margin-top: 5.1282vw;
  }

  .about_gallery {
    margin-top: 5.1282vw;
  }

  .about_gallery_item img {
    height: 64.1026vw;
  }

  li.about_gallery_item {
    padding: 0 .7692vw;
  }

  .about_btn {
    margin-top: 12.8205vw;
  }

  .line::after {
    width: 12.8205vw;
    height: .5128vw;
    margin-top: 2.5641vw;
  }

  .portfolio_gallery {
    margin-top: 2.5641vw;
    gap: 2px;
  }

  .portfolio {
    padding: 5.1282vw 0;
  }

  .portfolio_item img {
    height: auto;
    aspect-ratio: 1/1;
  }

  .portfolio_item {
    width: calc(33.33333% - 1.33333px);
  }

  .portfolio_show_more_btn {
    margin-top: 5.1282vw;
  }

  .portfolio_btn {
    margin-top: 5.1282vw;
  }

  .why_us {
    margin-top: 5.1282vw;
    padding: 12.8205vw 3.8462vw;
  }

  .why_us_img img {
    width: 90.5128vw;
    opacity: 0.3;
  }

  .why_us_list {
    gap: 7.6923vw;
    margin-top: 7.6923vw;
    position: relative;
    z-index: 5;
  }

  .why_us_item h3 {
    font-size: 6.1538vw;
  }

  .why_us_item {
    width: 100%;
  }

  .why_us_item:nth-child(even) {
    margin-left: 0;
  }

  .why_us_item br {
    display: none;
  }

  .why_us_slogan {
    position: relative;
    z-index: 5;
    margin-top: 5.1282vw;
    font-size: 6.4103vw;
  }

  .why_us_btn {
    margin-top: 12.8205vw;
  }

  .services_training_videos {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  div.services_training_videos_list {
    margin-top: 7.6923vw;
    padding: 0;
  }

  .swiper_arrows>div {
    width: 12.8205vw;
    height: 12.8205vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper_arrows img {
    display: none;
  }

  .swiper_arrows>div::after {
    content: '';
    width: 6.6667vw;
    height: 6.6667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .services_training_videos_prev {
    left: 0;
  }

  .services_training_videos_prev::after {
    background-image: url(../img/swiper_prev_gray.svg);
  }

  .services_training_videos_next {
    right: 0;
  }

  .services_training_videos_next::after {
    background-image: url(../img/swiper_next_grey.svg);
  }

  .services_training_video iframe {
    height: 58.9744vw;
  }

  .services_training_videos_list li.swiper-slide-next {
    transform: unset;
  }

  .training_videos .all_btn {
    margin-top: 7.6923vw;
  }

  .offer {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .offer_list {
    margin-top: 7.6923vw;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2.5641vw;
    margin-right: -3.8462vw;
    gap: 5.1282vw;
  }

  .offer_item {
    width: auto;
    min-width: 84.6154vw;
  }

  .offer_item_img img {
    height: 60.2564vw;
  }

  .offer_item h3 {
    font-size: unset;
    margin-top: 2.5641vw;
  }

  .offer_item_descr {
    font-size: unset;
    margin-top: 2.5641vw;
  }

  .offer_btn {
    margin-top: 7.6923vw;
  }

  section.price {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .price_box {
    margin-top: 7.6923vw;
    flex-direction: column-reverse;
    gap: 7.6923vw;
  }

  .price_box>div {
    width: 100%;
  }

  .price_text {
    font-size: unset;
  }

  .price_btn {
    margin-top: 12.8205vw;
  }

  .price_list {
    gap: 2.5641vw;
    border-radius: 2.5641vw;
    border: .7692vw solid #000;
    padding: 2.5641vw 3.8462vw;
  }

  .price_item {
    gap: 1.2821vw;
    font-size: unset;
  }

  .price_item_dots {
    bottom: 3.0769vw;
    border-width: 1px;
  }

  .price_descr {
    font-size: unset;
    margin-top: 5.1282vw;
  }

  .makeup,
  .pirsing {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .pirsing {
    padding-top: 0;
  }

  div.makeup_gallery {
    margin-top: 7.6923vw;
    margin-right: -3.8462vw;
  }

  .makeup_subtitle,
  .makeup_descr {
    margin-top: 5.1282vw;
    font-size: unset;
  }

  .makeup_btn {
    margin-top: 7.6923vw;
  }

  .makeup_gallery_item img {
    height: 71.7949vw;
  }

  .cosmetics {
    padding: 12.8205vw 3.8462vw;
  }

  .cosmetics_icons {
    margin-bottom: 5.1282vw;
    gap: 6.4103vw;
  }

  .cosmetics_icons img {
    height: 17.9487vw;
  }

  div.cosmetics_products {
    margin: 7.6923vw -3.8462vw 0 0;
    padding-right: 0;
  }

  .cosmetics .swiper_arrows {
    display: none;
  }

  .woocommerce-loop-product__title {
    font-size: 3.0769vw;
    margin: 1.2821vw;
  }

  .price_addtocart_box {
    margin: 0 3.8462vw 1.2821vw;
  }

  span.price {
    font-size: 3.0769vw;
  }

  .custom_add_to_cart {
    height: 5.1282vw;
    border-width: .5128vw;
    padding: 0 5.1282vw;
    display: flex;
    align-items: center;
    border-radius: 12.8205vw;
  }

  li.product {
    border-radius: 0 0 2.5641vw 2.5641vw;
  }

  a.add_to_cart_button {
    top: 3.8462vw;
    right: 3.8462vw;
    width: 6.1538vw;
    height: 5.1282vw;
  }

  .cosmetics_btn {
    margin-top: 12.8205vw;
  }

  .for_partners_videos .all_btn {
    margin-top: 7.6923vw;
  }

  .blog {
    padding: 12.8205vw 0 12.8205vw 3.8462vw;
  }

  .blog_subtitle span {
    font-size: 2.0513vw;
    width: 3.8462vw;
    height: 3.8462vw;
    top: -0.7692vw;
    right: -2.5641vw;
  }

  .blog_btn_list {
    margin-top: 5.1282vw;
    padding: 0 0 2.5641vw;
    gap: 2.5641vw;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }

  .blog_btn_item {
    min-width: 25.641vw;
  }

  .blog_btn_item a {
    height: 7.6923vw;
    padding: 0 5.1282vw;
    border-radius: 12.8205vw;
    gap: 1.2821vw;
    font-size: 2.0513vw;
  }

  .blog_btn_social_icon {
    min-width: 3.8462vw;
    height: 3.8462vw;
  }

  .blog_list {
    margin-top: 5.1282vw;
    padding: 0 0 2.5641vw;
    gap: 3.8462vw;
    grid-auto-rows: 86.1538vw;
    transform: scale(0.6);
    transform-origin: top left;
    margin-right: -62.8205vw;
    margin-bottom: -71.7949vw;
  }

  body:not(.home) .faq {
    padding-top: 20.5128vw;
  }

  body:not(.home) .faq_tattoo h2 {
    top: 7.6923vw;
  }

  .blog_item:nth-child(7n+1),
  .blog_item:nth-child(7n+3),
  .blog_item:nth-child(7n+4),
  .blog_item:nth-child(7n+6) {
    width: 134.8718vw;
  }

  .blog_item:nth-child(7n+2),
  .blog_item:nth-child(7n+5) {
    width: 70.7692vw;
  }

  .blog_item:nth-child(7n) {
    width: 120.5128vw;
  }

  .blog_item:nth-child(7n+4),
  .blog_item:nth-child(7n+6) {
    margin-left: -64.1026vw;
  }

  .blog_item img {
    border-radius: 2.5641vw;
  }

  .blog_item a {
    padding: 5.1282vw;
  }

  .faq {
    padding: 12.8205vw 3.8462vw;
    margin-bottom: 0;
  }

  .faq_box {
    flex-direction: column;
    gap: 5.1282vw;
  }

  .faq_tattoo {
    width: 100%;
  }

  .faq_tattoo h2 {
    font-size: 5.641vw !important;
  }

  .services_training_faq_list {
    margin-top: 2.5641vw;
    gap: 2.5641vw;
  }

  .services_training_faq_item {
    padding: 1.2821vw 3.8462vw;
    font-size: unset;
    border-radius: 2.0513vw;
  }

  .services_training_faq_question {
    gap: 2.5641vw;
    font-size: 3.8462vw;
    line-height: 1.2;
    min-height: 9.7436vw;
  }

  .services_training_faq_question::before {
    min-width: 3.8462vw;
    height: 2.0513vw;
  }

  .services_training_faq_answer {
    padding: 3.8462vw 0;
  }

  .services_training_faq_btn {
    margin-top: 12.8205vw;
    padding: 0 5.1282vw;
    border-radius: 12.8205vw;
  }

  .main_footer {
    padding: 12.8205vw 3.8462vw;
  }

  .footer_box {
    flex-direction: column;
    gap: 5.1282vw;
  }

  .footer_left {
    gap: 3.8462vw;
  }

  .footer_title {
    font-size: 7.6923vw;
  }

  .socials {
    gap: 5.1282vw;
  }

  .socials_item img {
    width: 11.5385vw;
  }

  .footer_map {
    width: 100%;
  }

  .footer_map iframe {
    width: 100%;
    height: 51.2821vw;
  }

  .footer_nav_box {
    margin-top: 7.6923vw;
    flex-wrap: wrap;
    gap: 7.6923vw;
    font-size: 90%;
  }

  .footer_col {
    width: calc(50% - 3.85vw);
  }

  .footer_col:not(:first-child)::before {
    display: none;
  }

  .footer_col_title {
    margin-bottom: 1.2821vw;
  }

  .footer_logos {
    gap: 2.5641vw;
  }

  .footer_logos img {
    max-height: 6.4103vw;
  }

  .footer_logos_text {
    margin-top: 5.1282vw;
    font-size: 60%;
  }

  .copyright {
    margin-top: 7.6923vw;
    font-size: 2.5641vw;
  }

  .footer_tel {
    gap: 2.5641vw;
  }

  .footer_tel::after,
  .footer_tel::before {
    width: 5.1282vw;
    height: 5.1282vw;
  }


  .mobile_menu_popup {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: 0.3s;
  }

  .mobile_menu_popup.active {
    left: 0;
    transition: 0.3s;
  }

  .mobile_menu_overlay {
    position: absolute;
    inset: 0;
  }

  .mobile_menu_content {
    position: relative;
    width: 70.5128vw;
    height: 100%;
    overflow-y: auto;
    background-color: #000;
    padding: 7.6923vw 2.5641vw;
  }

  .mobile_menu {
    display: flex;
    flex-direction: column;
    gap: 2.0513vw;
  }

  .mobile_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10.2564vw;
  }

  .mobile_menu_header h2 {
    font-size: 6.4103vw !important;
  }

  .mobile_menu_close {
    width: 6.4103vw;
    height: 6.4103vw;
    border-radius: 50%;
    background-color: #FF0F4F;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .mobile_menu_close::after {
    content: '';
    width: 2.8205vw;
    height: 2.8205vw;
    background-image: url(..//img/close_menu.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .mobile_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2.0513vw;
  }

  .mobile_menu a {
    display: block;
    background-color: #171717;
    color: #fff;
    font-size: 3.0769vw;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2.0513vw 3.8462vw;
    border-radius: 2.0513vw;
  }

  .mobile_menu a[href="#"] {
    display: none;
  }

  li.pier_serv_1st_screen_slide {
    height: 150vw;
    padding: 5.1282vw 3.8462vw 12.8205vw;
  }

  .pier_serv_1st_screen_slide_btns {
    margin-top: 5.1282vw;
    flex-direction: column;
    gap: 2.5641vw;
  }

  .makeup_serv_descr {
    margin: 7.6923vw 0;
    padding: 0 3.8462vw;
  }

  .makeup_serv_descr_text {
    margin-top: 5.1282vw;
    font-size: unset;
  }

  .makeup_serv_descr_text ul {
    padding-left: 7.6923vw;
    gap: 5.1282vw;
  }

  .services_training_slider_list li.swiper-slide-next {
    transform: scale(1);
  }

  .services_training_slider {
    padding: 12.8205vw 3.8462vw;
  }

  .services_training_slider_item_title {
    font-size: 4.6154vw;
    margin-bottom: 2.5641vw;
  }

  .services_training_slider_item_img_box {
    margin-bottom: 2.5641vw;
  }

  .services_training_slider_item_img_box img {
    height: 60.2564vw;
  }

  .services_training_slider_item_btn1_box {
    margin-top: 2.5641vw;
    gap: 5.1282vw;
    transform: scale(0.8);
  }

  div.services_training_slider_list {
    padding: 0;
    margin-right: -3.8462vw;
  }

  .services_training_thumbs_slider_header {
    height: 20vw;
  }

  .services_training_thumbs_slider_close {
    top: 26.1538vw;
    right: 3.8462vw;
    width: 8.2051vw;
    height: 8.2051vw;
    z-index: 10;
  }

  .services_training_thumbs_slider_close img {
    width: 4.6154vw;
  }

  .services_training_thumbs_slider .swiper_box {
    padding: 17.4359vw 3.8462vw;
  }

  .services_training_thumbs_slider_item_title {
    font-size: 7.6923vw;
  }

  .services_training_thumbs_slider_item_subtitle {
    font-size: unset;
    line-height: 1.2;
    margin-top: 2.5641vw;
  }

  .services_training_thumbs_slider_item_img {
    margin-top: 5.1282vw;
  }

  .services_training_thumbs_slider_item_img img {
    height: 64.1026vw;
  }

  .services_training_slider_item_descr {
    margin-top: 5.1282vw;
    padding: 0;
    font-size: unset;
  }

  .services_training_slider_item_btn2 {
    margin-top: 5.1282vw;
  }

  .swiper_pagination {
    margin: 12.8205vw 0;
    display: flex;
    justify-content: center;
  }

  .swiper_pagination span {
    width: 2.5641vw;
    height: 2.5641vw;
    background-color: #494949;
    margin: 0 2.5641vw !important;
    opacity: 1;
  }

  .swiper_pagination span.swiper-pagination-bullet-active {
    width: 7.6923vw;
    border-radius: 2.0513vw;
    background-color: #ADADAD;
  }

  .pier_serv_videos {
    padding: 12.8205vw 3.8462vw;
  }

  .makeup_serv_videos_text_2 {
    width: 100%;
    margin: 5.1282vw 0 0;
    border-radius: 2.5641vw;
    padding: 2.5641vw;
  }

  .makeup_serv_videos_text_2 ul {
    padding-left: 7.6923vw;
  }

  .pier_serv_videos_btn_2 {
    margin-top: 12.8205vw;
  }

  .makeup_serv_price {
    padding: 12.8205vw 3.8462vw;
    flex-direction: column-reverse;
    gap: 7.6923vw;
  }

  .makeup_serv_price_left,
  .makeup_serv_price_right {
    width: 100%;
  }

  .makeup_serv_price_list {
    gap: 2.5641vw;
    padding: 2.5641vw;
    border: 2px solid #fff;
    border-radius: 2.5641vw;
  }

  .makeup_serv_price_list h3 {
    font-size: 4.1026vw;
  }

  .makeup_serv_price_item_list {
    gap: 2.5641vw;
  }

  .makeup_serv_price_item_box {
    gap: 1.2821vw;
    max-width: 100%;
  }

  .makeup_serv_price_item_descr {
    margin-top: 1.2821vw;
    font-size: 80%;
  }

  .makeup_serv_price_btn {
    margin-top: 10.2564vw;
  }

  .services_training_block:nth-child(even),
  .makeup_serv_blocks_list:nth-child(odd) {
    flex-direction: column;
  }

  .services_training_block {
    padding: 12.8205vw 3.8462vw;
    border-radius: 0;
    flex-direction: column;
    gap: 5.1282vw;
  }

  .services_training_block_gallery {
    width: 100%;
    gap: 1.2821vw;
  }

  .services_training_block_content {
    width: 100%;
  }

  .services_training_block_gallery_item {
    width: calc(50% - 1.29vw);
    height: 51.2821vw;
  }

  .services_training_block_content h2 {
    font-size: 5.1282vw;
  }

  .services_training_block_subtitle {
    margin-top: 5.1282vw;
    padding: 2.5641vw 5.1282vw;
    border-radius: 2.0513vw;
    font-size: unset;
  }

  .services_training_block_text {
    margin-top: 5.1282vw;
  }

  .services_training_block_btn {
    margin-top: 7.6923vw;
  }

  .makeup_serv_reviews {
    padding: 12.8205vw 3.8462vw;
    margin-right: -3.8462vw;
  }

  .author_box {
    gap: 1.2821vw;
  }

  .services_training_review_avatar img {
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .services_training_review_author {
    font-size: unset;
  }

  .services_training_review_rating {
    margin-top: 2.5641vw;
  }

  .services_training_review_rating img {
    width: 19.4872vw;
  }

  .services_training_review_text {
    margin-top: 5.1282vw;
  }

  li.services_training_review {
    border-radius: 2.5641vw;
    padding: 2.5641vw;
  }

  .makeup_serv_portfolio {
    padding: 12.8205vw 3.8462vw;
  }

  .tattoo_serv_descr {
    padding: 12.8205vw 3.8462vw;
    border-radius: 0;
  }

  .tattoo_serv_descr h2 {
    font-size: unset;
  }

  .tattoo_serv_descr_text {
    margin-top: 5.1282vw;
    font-size: unset;
  }

  .tattoo_serv_videos_btn {
    margin-top: 12.8205vw;
  }

  .tattoo_serv_price {
    border-radius: 0;
    padding: 12.8205vw 3.8462vw;
    flex-direction: column-reverse;
    gap: 5.1282vw;
  }

  .tattoo_serv_price>div {
    width: 100%;
  }

  .tattoo_serv_price_list {
    margin-top: 7.6923vw;
    padding: 2.5641vw;
    border-radius: 2.5641vw;
    gap: 2.5641vw;
    border-width: 2px;
  }

  .tattoo_serv_price_list_text {
    margin-top: 5.1282vw;
  }

  .tattoo_serv_price_btn {
    margin-top: 10.2564vw;
  }

  .main_title {
    font-size: 7.6923vw;
    line-height: 1.3;
  }

  .tattoo_serv_block .services_training_block_content {
    width: 100%;
  }

  .services_training_reviews,
  .services_training_portfolio {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .pier_serv_descr {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .pier_serv_descr h2 {
    font-size: unset;
  }

  .pier_serv_descr>div:not(.all_btn) {
    font-size: unset;
  }

  .pier_serv_descr_text {
    margin-top: 5.1282vw;
  }

  .pier_serv_descr_text_redbg {
    margin-top: 5.1282vw;
    padding: 5.1282vw;
    border-radius: 2.5641vw;
  }

  .pier_serv_descr_text_redbg p:first-child {
    margin-top: 0;
  }

  .pier_serv_descr_text_redbg p:last-child {
    margin-bottom: 0;
  }

  .pier_serv_descr_text_redbg br {
    display: none;
  }

  .pier_serv_adv {
    padding: 12.8205vw 3.8462vw;
  }

  .pier_serv_adv_list {
    gap: 5.1282vw;
  }

  .pier_serv_adv_item {
    width: 100%;
    font-size: unset;
    padding: 5.1282vw;
    border-radius: 2.5641vw;
  }

  .pier_serv_videos_btn {
    margin-top: 12.8205vw;
  }

  .pier_serv_icons {
    margin-top: 0;
    padding: 7.6923vw 3.8462vw;
  }

  .pier_serv_icons_list {
    gap: 5.1282vw;
    position: relative;
    left: -2.5641vw;
  }

  .pier_serv_icon {
    width: calc(33.33333% - 3.42vw);
    position: relative;
  }

  .pier_serv_icon img {
    max-width: 25.641vw;
    max-height: 12.8205vw;
  }

  .pier_serv_icon_price {
    width: 11.5385vw;
    height: 6.4103vw;
    border-radius: 2.0513vw;
    position: absolute;
    top: auto;
    bottom: 0;
    right: -3vw;
    font-size: 70%;
  }

  .pier_serv_catalog {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  ul.products {
    margin-top: 0;
    /*  flex-wrap: nowrap;    
    padding-bottom: 2.5641vw;
    overflow-x: auto;
    margin-right: -3.8462vw; */
    gap: 2.5641vw;
  }

  ul.products li.product {
    width: calc(50% - 1.29vw);
  }

  .pier_serv_catalog_btn {
    margin-top: 12.8205vw;
  }

  .pier_serv_1st_screen {
    margin-top: 21.2821vw;
  }

  li.makeup_train_1st_screen_slide {
    height: 115.3846vw;
    padding: 5.1282vw 3.8462vw;
    justify-content: flex-start;
    gap: 5.1282vw;
    background-color: #000;
  }

  .page-template-services-training .pier_serv_1st_screen_slide_img {
    object-position: 91% 50%;
  }

  li.makeup_train_1st_screen_slide::after {
    display: none;
  }

  li.makeup_train_1st_screen_slide .pier_serv_1st_screen_slide_text h1,
  li.makeup_train_1st_screen_slide .pier_serv_1st_screen_slide_text h2 {
    color: #fff;
    font-size: 5.1282vw;
    position: relative;
  }

  .first_screen_images {
    display: none;
  }

  .first_screen_image img {
    width: 12.8205vw;
    height: 12.8205vw;
  }

  li.makeup_train_1st_screen_slide .pier_serv_1st_screen_slide_text br {
    display: block;
  }

  .makeup_train_1st_screen_slide_btn_box {
    width: 100%;
    margin-top: 0;
  }

  .makeup_train_1st_screen_slide_btn_box {
    display: none;
  }

  .services_training_descr {
    padding: 12.8205vw 3.8462vw;
    margin-top: 0;
  }

  .services_training_descr h2 {
    font-size: unset;
  }

  .services_training_descr_subtitle {
    margin-top: 5.1282vw;
    font-size: unset;
  }

  .services_training_descr_text {
    margin-top: 5.1282vw;
    padding: 5.1282vw;
    font-size: unset;
    border-radius: 2.5641vw;
  }

  .services_training_videos_subtitle {
    margin-top: 2.5641vw;
  }

  .videos_arrows {
    margin: 5.1282vw auto;
    width: 8.9744vw;
  }

  .services_training_slider_item_gallery_img img {
    width: 17.9487vw;
    height: 17.9487vw;
  }

  .services_training_slider_item_gallery {
    right: 5.1282vw;
    bottom: 5.1282vw;
    left: 5.1282vw;
  }

  .services_training_slider_item_descr h2 {
    font-size: unset;
  }

  li.tattoo_train_1st_screen_slide {
    justify-content: space-between;
    align-items: flex-start;
  }

  .tattoo_train_1st_screen_slide_title_box {
    width: 100%;
  }

  .tattoo_train_1st_screen_slide_title {
    font-size: 6.1538vw;
    text-align: center;
    width: 100%;
  }

  .pier_serv_1st_screen_slide_badge {
    height: 10.2564vw;
    bottom: 1.5385vw;
  }

  .tattoo_train_1st_screen_slide_text {
    margin-top: 0;
    padding: 3.8462vw;
    border-radius: 2.5641vw;
    font-size: 3.5897vw;
    width: fit-content;
  }

  .tattoo_train_1st_screen_slide_text ul {
    padding-left: 5.1282vw;
    gap: 2.5641vw;
  }

  .page-template-tattoo-training .pier_serv_1st_screen_slide_img {
    object-position: 86% 50%;
  }

  .tattoo_train_1st_screen_slide_btn {
    display: none;
  }

  .tattoo_train_1st_screen_slide_btns_mob {
    width: 100%;
    margin-top: 5.1282vw;
  }

  .tattoo_train_descr_subtitle {
    font-size: 90%;
  }

  .tattoo_train_descr_2 {
    padding: 12.8205vw 3.8462vw;
  }

  .tattoo_train_adv {
    padding: 12.8205vw 3.8462vw;
  }

  .tattoo_train_adv_price_box {
    gap: 2.5641vw;
  }

  .tattoo_train_adv_price {
    height: 9.7436vw;
    padding: 0 3.0769vw;
    border-radius: 3.8462vw;
  }

  .tattoo_train_adv_descr {
    font-size: unset;
    margin-top: 5.1282vw;
  }

  .tattoo_train_adv_title {
    margin-top: 5.1282vw;
  }

  .tattoo_train_adv_list {
    gap: 5.1282vw;
    margin-top: 5.1282vw;
  }

  .tattoo_train_adv_item {
    gap: 2.5641vw;
    line-height: 1.2;
  }

  .tattoo_train_adv_icon {
    min-width: 7.6923vw;
    top: 1.2821vw;
  }

  .tattoo_train_adv_icon img {
    height: 7.6923vw;
  }

  .tattoo_train_adv_btn {
    margin-top: 10.2564vw;
  }

  .tattoo_train_includes {
    padding: 12.8205vw 3.8462vw;
  }

  .tattoo_train_includes_list {
    margin-top: 5.1282vw;
    gap: 5.1282vw;
  }

  .tattoo_train_includes_item {
    gap: 2.5641vw;
  }

  .tattoo_train_includes_list_icon {
    min-width: 7.6923vw;
  }

  .tattoo_train_includes_list_icon img {
    width: 7.6923vw;
  }

  .tattoo_train_includes_btn {
    margin-top: 10.2564vw;
  }

  .pier_serv_1st_screen_slide_text h1,
  .pier_serv_1st_screen_slide_text h2 {
    font-size: 7.6923vw !important;
    color: #fff !important;
    text-align: left !important;
    flex-grow: 1;
  }

  .pier_train_descr_btn {
    margin-top: 12.8205vw;
  }

  .pier_train_videos_subtitle {
    margin-top: 5.1282vw;
    padding: 1.5385vw 7.6923vw;
    font-size: unset;
    border-radius: 2.5641vw;
  }

  .pier_train_descr_2 {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .pier_train_descr_2_text {
    margin-top: 5.1282vw;
    font-size: unset;
    border-radius: 2.5641vw;
    padding: 5.1282vw;
  }

  .pier_train_descr_2_action {
    margin-top: 5.1282vw;
    font-size: unset;
  }

  .pier_train_descr_2_btn {
    margin-top: 12.8205vw;
  }

  .pier_train_adv {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .pier_train_adv_list {
    margin-top: 5.1282vw;
    gap: 3.8462vw;
  }

  .pier_train_adv_list li {
    width: 100%;
    gap: 2.5641vw;
  }

  .pier_train_adv_icon img {
    min-width: 17.9487vw;
    height: 17.9487vw;
    border-radius: 2.0513vw;
  }

  .pier_train_adv_content h3 {
    font-size: 110%;
    line-height: 1.2;
  }

  .pier_train_adv_text {
    font-size: unset;
    margin-top: 1.2821vw;
    line-height: 1.2;
  }

  .pier_train_adv_text_bg {
    font-size: unset;
    padding: 5.1282vw;
    border-radius: 2.5641vw;
  }

  .pier_train_adv_btn {
    margin-top: 12.8205vw;
  }

  .pier_train_block {
    padding: 12.8205vw 3.8462vw;
    border-radius: 0;
    flex-direction: column;
  }

  .pier_train_block:nth-child(even) {
    flex-direction: column;
  }

  .career_block {
    padding: 12.8205vw 3.8462vw;
    flex-direction: column;
    gap: 5.1282vw;
  }

  .career_block:nth-child(even) {
    border-radius: 0;
  }

  .career_block_img,
  .career_block_text {
    width: 100%;
  }

  .career_block_img img {
    position: unset;
    height: 106.6667vw;
  }

  .career_block_text h2 {
    font-size: 5.1282vw;
    margin-bottom: 5.1282vw;
  }

  .career_block_text p,
  .career_block_text ul,
  .career_block_text ol {
    font-size: unset;
  }

  .career_block_btn {
    margin-top: 10.2564vw;
  }

  .career_block:nth-child(odd) {
    flex-direction: column;
  }

  .career_form {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
    flex-direction: column;
    gap: 5.1282vw;
  }

  .career_form>div {
    width: 100%;
  }

  .career_form_text h2 {
    font-size: 5.1282vw;
  }

  .career_form_text {
    font-size: unset;
  }

  .career_form_box h2 {
    font-size: 5.1282vw;
  }

  .career_form_descr {
    font-size: unset;
    margin: 5.1282vw 0;
  }

  .career_fields_box {
    gap: 2.5641vw;
  }

  .career_fields_box input {
    height: 12.8205vw;
    border-radius: 2.5641vw;
    font-size: unset;
    padding: 0 5.1282vw;
  }

  .country_box {
    flex-direction: column;
    gap: 2.5641vw;
  }

  .career_fields_box textarea {
    height: 51.2821vw;
    font-size: unset;
    padding: 2.5641vw 5.1282vw;
    border-radius: 2.5641vw;
  }

  .career_form .submit_box {
    margin-top: 2.5641vw;
  }

  .career_form .submit_box input {
    height: 12.8205vw;
    border-radius: 2.5641vw;
  }

  .career_fields_box input.wpcf7-not-valid {
    border-width: .5128vw;
  }

  .career_form .wpcf7 form.sent .wpcf7-response-output {
    font-size: unset;
    margin-top: 2.5641vw;
  }

  .franchise_gallery .about_gallery {
    margin: 2.0513vw -2.0513vw 0;
  }

  .franchise_gallery .about_gallery_item {
    padding: 0 1.0256vw;
  }

  .franchise_gallery_btn {
    margin-top: 5.1282vw;
  }

  .franchise_adv {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .franchise_adv h2 {
    font-size: 5.1282vw;
  }

  .franchise_adv_list {
    margin-top: 5.1282vw;
    gap: 5.1282vw;
  }

  .franchise_adv_item {
    gap: 0;
    position: relative;
  }

  .franchise_adv_icon {
    position: absolute;
    top: 0;
    width: 17.9487vw;
    text-align: center;
  }

  .franchise_adv_text h3 {
    font-size: 6.1538vw;
    min-height: 15.3846vw;
  }

  .franchise_adv_icon img {
    height: 12.8205vw;
  }

  .franchise_adv_item:nth-child(odd) .franchise_adv_icon {
    left: 0;
  }

  .franchise_adv_item:nth-child(even) .franchise_adv_icon {
    right: 0;
  }

  .franchise_adv_item:nth-child(odd) .franchise_adv_text h3 {
    padding-left: 23.0769vw;
  }

  .franchise_adv_item:nth-child(even) .franchise_adv_text h3 {
    padding-right: 23.0769vw;
  }

  .franchise_adv_decor img {
    width: 8.9744vw;
  }

  .franchise_adv_btn,
  .franchise_adv_decor {
    margin-top: 5.1282vw;
  }

  .franchise_offer {
    margin-top: 0;
  }

  .franchise_offer_bg_box {
    padding: 12.8205vw 3.8462vw;
  }

  .franchise_offer_bg_box h2 {
    font-size: 5.1282vw;
  }

  .franchise_offer_list {
    margin-top: 5.1282vw;
  }

  .franchise_offer_item:not(:last-child) {
    padding-bottom: 2.5641vw;
  }

  .franchise_offer_item {
    gap: 2.5641vw;
  }

  .franchise_offer_item::before {
    width: 3.8462vw;
    min-width: 3.8462vw;
    height: 3.8462vw;
    top: 1.2821vw;
  }

  .franchise_offer_item:not(:last-child)::after {
    top: 2.5641vw;
    bottom: -2.5641vw;
    left: 1.7949vw;
  }

  .franchise_offer_box {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
  }

  .franchise_offer_red_text {
    font-size: 160%;
  }

  .franchise_offer_crossedout_text {
    font-size: 140%;
  }

  .franchise_offer_icon img {
    width: 20.5128vw;
  }

  .franchise_offer_icon_text,
  .franchise_offer_black_text_2,
  .franchise_offer_black_text_3 {
    font-size: 150%;
  }

  .franchise_offer_black_bg_text {
    font-size: 140%;
    padding: 1.5385vw 3.8462vw;
    border-radius: 12.8205vw;
  }

  .franchise_offer_btn {
    margin-top: 7.6923vw;
  }

  .franchise_offer_crossedout_text::after {
    right: -1.2821vw;
    left: -1.2821vw;
    height: 1.0256vw;
    border-radius: .7692vw;
  }

  .archive_product_pages {
    margin-top: 24.6154vw;
  }

  .shop_second_screen {
    padding: 7.6923vw 0 7.6923vw 3.8462vw;
    border-radius: 0;
  }

  .shop_1st_screen_slide_content {
    bottom: auto;
    top: 1.2821vw;
    left: 3.8462vw;
    right: 3.8462vw;
  }

  .shop_1st_screen_slide_content p {
    font-size: unset;
  }

  .second_screen_cat {
    padding: 0 0 0 3.8462vw;
    margin-top: 0;
    height: 0;
    position: relative;
    top: 1.7949vw;
  }

  .cat_list {
    gap: 1.2821vw;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 2.5641vw;
  }

  .cat_item {
    min-width: 0;
    width: auto;
    flex-shrink: 0;
    max-width: 25.641vw;
  }

  .cat_item a {
    background-color: #303030;
    border-radius: 12.8205vw;
    padding: 1.2821vw 2.0513vw;
  }

  .cat_item_img {
    display: none;
  }

  .cat_item_title {
    font-size: 2.5641vw;
    color: #fff;
  }

  .bestsellers_box {
    padding: 15.3846vw 0 2.5641vw 3.8462vw;
    border-radius: 0;
  }

  .bestsellers {
    margin-top: 0;
  }

  .woocommerce-page h2:not(.woocommerce-loop-product__title) {
    font-size: 7.6923vw;
  }

  div.bestsellers_list {
    margin-top: 0;
  }

  .shop_products {
    margin-top: 0;
    padding: 2.5641vw 3.8462vw;
  }

  .shop_how_order {
    margin-top: 0;
    padding: 12.8205vw 0;
    border-radius: 0;
  }

  .shop_how_order_list {
    margin-top: 5.1282vw;
    gap: 2.5641vw;
    overflow-x: auto;
    padding-bottom: 12.8205vw;
    padding-left: 23.0769vw;
    padding-right: 23.0769vw;
  }

  .shop_how_order_item {
    gap: 2.5641vw;
  }

  .shop_how_order_item_icon {
    width: 17.9487vw;
    height: 17.9487vw;
  }

  .shop_how_order_item_icon img {
    width: 6.4103vw;
    height: 6.4103vw;
  }

  .shop_how_order_item_text {
    font-size: 80%;
    top: calc(100% + 2.5641vw);
  }

  .shop_how_order_item:not(:last-child)::after,
  .shop_how_order_item:nth-child(2)::before {
    width: 23.0769vw;
    height: 7.6923vw;
  }

  .shop_how_order_item:nth-child(3),
  .shop_how_order_item:nth-child(5) {
    margin-bottom: 41vw;
  }

  .shop_how_order_item:nth-child(4),
  .shop_how_order_item:nth-child(6) {
    margin-top: 41vw;
    margin-left: -45.9vw;
  }

  .shop_how_order_item:nth-child(2)::after {
    bottom: 10vw;
  }

  .shop_how_order_item:nth-child(5)::after {
    top: 10.2564vw;
  }

  .shop_how_order_item:nth-child(6)::after {
    bottom: 9vw;
  }

  .shop_video {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
    border-radius: 0;
  }

  .shop_video_iframe {
    margin-top: 5.1282vw;
  }

  .shop_video_iframe iframe {
    width: 100%;
    height: 58.9744vw;
  }

  div.product {
    margin-top: 0;
    padding: 12.8205vw 3.8462vw;
    flex-direction: column;
    gap: 7.6923vw;
  }

  .product_images {
    width: 100%;
  }

  .summary {
    width: 100%;
    gap: 7.6923vw;
    height: auto;
  }

  .product_images_small_slider {
    margin-top: 2.5641vw;
  }

  .product_item_small img {
    height: 24.6154vw;
  }

  .product_title {
    font-size: 6.1538vw;
  }

  p.price {
    font-size: unset;
  }

  .summary .quantity>div {
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .summary .quantity>div span {
    width: 3.8462vw;
    height: .7692vw;
  }

  .summary .quantity input {
    width: 10.2564vw;
    height: 10.2564vw;
    font-size: unset;
  }

  .single_add_to_cart_button {
    gap: 2.5641vw;
  }

  .single_add_to_cart_button span {
    height: 10.2564vw;
    border-width: .5128vw;
    font-size: unset;
    padding: 0 7.6923vw;
    border-radius: 12.8205vw;
  }

  .single_add_to_cart_button::after {
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .product_description {
    margin-top: 0;
    padding: 0 3.8462vw;
    font-size: unset;
    line-height: 1.3;
  }

  .similar_products {
    margin-top: 0;
    padding: 12.8205vw 0 12.8205vw 3.8462vw;
  }

  .all_pages,
  .single_post {
    margin-top: 24.6154vw;
  }

  .woocommerce-cart h1 {
    font-size: 7.6923vw;
    margin-top: 34.1026vw;
  }

  [data-block-name="woocommerce/classic-shortcode"] {
    margin-top: 34.8718vw;
    padding: 0 3.8462vw;
  }

  .woocommerce-cart-form {
    width: 100%;
    float: unset;
    border-radius: 3.8462vw;
    margin-bottom: 2.5641vw;
    padding: 5.1282vw;
  }

  .cart-collaterals {
    float: unset;
    width: 100%;
    margin-bottom: 12.8205vw;
  }

  .remove {
    width: 4.6154vw;
    height: 5.1282vw;
  }

  .product-thumbnail img {
    min-width: 15.3846vw;
    max-width: 15.3846vw;
    height: 15.3846vw;
  }

  .product-name {
    margin-left: 2.5641vw;
    padding-right: 7.6923vw;
    padding-bottom: 10.2564vw;
  }

  .product-name a {
    font-size: 3.0769vw;
  }

  .product-quantity .quantity {
    gap: .5128vw;
  }

  .product-quantity .quantity>div {
    width: 7.6923vw;
    height: 7.6923vw;
  }

  .product-quantity .quantity>div span {
    width: 3.0769vw;
    height: .5128vw;
  }

  .product-quantity .quantity input {
    font-size: 4.1026vw;
    width: 7.6923vw;
    height: 7.6923vw;
  }

  .product-subtotal {
    font-size: 4.1026vw;
    left: 17.9487vw;
  }

  .cart_item:not(:first-child) {
    margin-top: 5.1282vw;
    padding-top: 5.1282vw;
  }

  .cart_item:not(:first-child) .product-remove {
    top: 5.1282vw;
  }

  .cart_totals {
    border-radius: 3.8462vw;
    padding: 5.1282vw;
  }

  .cart_totals h2 {
    margin-bottom: 5.1282vw;
    font-size: 5.1282vw !important;
  }

  .cart_totals tr {
    font-size: unset;
  }

  .order-total {
    margin-top: 2.5641vw;
    padding-top: 2.5641vw;
  }

  .wc-proceed-to-checkout a {
    margin-top: 5.1282vw;
    border-radius: 12.8205vw;
    font-size: unset;
    border-width: 1px;
    height: 10.2564vw;
  }

  form.checkout {
    margin-top: 35vw;
    padding: 0;
  }

  .form-row {
    margin: 2.5641vw 0;
  }

  .form-row input {
    height: 12.8205vw;
    border-radius: 2.5641vw;
    padding: 0 5.1282vw;
    font-size: unset;
  }

  .select2-container--default .select2-selection--single {
    height: 12.8205vw;
    border-radius: 2.5641vw;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: unset;
    padding: 0 10.2564vw 0 5.1282vw;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 5.1282vw;
    right: 2.5641vw;
  }

  .form-row textarea {
    padding: 2.5641vw 5.1282vw;
    height: 51.2821vw;
    font-size: unset;
    border-radius: 2.5641vw;
  }

  .select2-container {
    height: 12.8205vw;
  }

  #place_order {
    height: 12.8205vw;
    border-width: 1px;
    font-size: unset;
    border-radius: 2.5641vw;
    margin-bottom: 12.8205vw;
  }

  .search_box.active {
    top: 23vw;
  }

  .search_box {
    top: 30vw;
    width: 95%;
    padding: 3.8462vw;
    border-radius: 5.1282vw;
    background-color: rgba(0, 0, 0, 0.9);
    gap: 5.1282vw;
  }

  div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit::after {
    right: -1.7949vw;
    width: .2564vw;
  }

  div.dgwt-wcas-search-wrapp {
    max-width: 100%;
  }

  .dgwt-wcas-sf-wrapp {
    max-width: 100%;
  }

  .search_box div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
  }

  div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 0 5.1282vw 0 15.3846vw;
    font-size: 3.0769vw;
    border-radius: 12.8205vw;
    height: 10.2564vw;
    border-width: 1px;
  }

  div.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    width: 4.8718vw;
    height: 4.8718vw;
    left: 4.1026vw;
  }

  .search_box span {
    width: 4.6154vw;
    height: 4.6154vw;
  }

  div.dgwt-wcas-suggestions-wrapp {
    padding: 2.0513vw;
    width: calc(100% - 5.1282vw) !important;
    left: 2.5641vw !important;
  }

  .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding-top: 2.0513vw;
    padding-bottom: 2.0513vw;
    min-height: 15.3846vw;
  }

  span.dgwt-wcas-si {
    min-width: 10.2564vw;
    width: 10.2564vw;
  }

  div.dgwt-wcas-content-wrapp {
    padding-left: 2.5641vw;
    gap: 5.1282vw;
  }

  span.dgwt-wcas-st-title,
  span.dgwt-wcas-sp {
    font-size: 3.5897vw;
  }

  span.dgwt-wcas-st-title,
  span.dgwt-wcas-sp {
    font-size: 3.5897vw;
  }

  span.dgwt-wcas-si img {
    width: 10.2564vw;
    height: 10.2564vw;
  }

  .dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,
  .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    padding-top: 2.5641vw;
    padding-bottom: 2.5641vw;
  }

  div.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    right: 2.5641vw;
  }

  .woocommerce-thankyou-order-received {
    font-size: 5.1282vw;
  }

  .woocommerce-thankyou-order-details {
    margin-top: 7.6923vw;
    font-size: 120%;
    padding: 5.1282vw;
    border-radius: 2.5641vw;
  }

  .thankyou_text {
    margin-top: 7.6923vw;
    font-size: 120%;
  }

  .shop_menu_item_box li {
    display: flex;
    align-items: center;
    gap: 2.5641vw;
    margin-right: 2.5641vw;
  }

  .shop_menu_item_box li>a {
    flex-grow: 1;
  }

  .shop_menu_item_box .header_cart_link {
    padding: 0;
    background-color: transparent;
  }

  .show_more_btn {
    height: 7.6923vw;
  }

  .marquee__text {
    opacity: 0.6;
  }

  .line::after {
    display: none;
  }

  body:not(.home) .services_training_faq_list {
    margin-top: 0;
  }

  body:not(.home) .faq_box {
    gap: 2.5641vw;
  }

  .tattoo_serv_faq {
    margin-top: 0;
  }

  .career_faq {
    margin-top: 0;
    padding-top: 25.641vw;
  }

  .career_faq .faq_tattoo h2 {
    top: 10.2564vw !important;
  }

  .contact_form {
    padding: 12.8205vw 3.8462vw;
  }

  .contact_form_box {
    margin-top: 0;
    flex-direction: column-reverse;
    gap: 5.1282vw;
  }

  .contact_form_box>div {
    width: 100%;
  }

  .contact_form h2 {
    font-size: 6.1538vw;
  }

  .contact_form_right h3 {
    font-size: unset;
    text-align: center;
  }

  .contact_form_requests {
    margin-top: 5.1282vw;
    gap: 1.2821vw;
  }

  .contact_form_request {
    padding: 0 3.8462vw;
    height: 7.6923vw;
    border-radius: 12.8205vw;
    font-size: 80%;
  }

  .home_fields_box {
    gap: 1.2821vw;
  }

  .home_fields_box input {
    height: 10.2564vw;
    border-radius: 2.0513vw;
    padding: 0 3.8462vw;
  }

  .home_fields_box textarea {
    height: 30.7692vw;
    border-radius: 2.0513vw;
    padding: 1.7949vw 3.8462vw;
  }

  .contact_form .submit_box {
    margin-top: 1.2821vw;
  }

  .contact_form .submit_box input {
    height: 10.2564vw;
    border-radius: 2.0513vw;
  }

  .page:not(.woocommerce-page) .all_pages,
  .single_post {
    padding: 7.6923vw 3.8462vw;
  }

  .team_slider_box .services_training_slider {
    padding-top: 0;
    padding-bottom: 12.8205vw;
  }

  .team_slider_box h2 {
    margin-bottom: 5.1282vw;
  }

  .services_training_slider_item_img_box img {
    border-radius: 2.0513vw;
  }

  .pier_serv_1st_screen_slide_text {
    font-size: unset;
    height: 100%;
    display: flex;
    flex-direction: column;
    line-height: 2;
    position: relative;
    z-index: 5;
  }

  .pier_serv_1st_screen_slide_text h3 {
    text-align: left;
    font-size: 3.3333vw;
    font-weight: 400;
    padding-left: 3.8462vw;
    margin-bottom: 0;
  }

  .pier_serv_1st_screen_slide_text p {
    font-size: 3.3333vw;
    text-transform: uppercase;
    padding-left: 3.8462vw;
    line-height: 2;
  }

  .pier_serv_1st_screen_slide_text p::before {
    height: calc(100% + 3.8462vw);
    bottom: 1.5385vw;
  }

  .pier_serv_1st_screen_slide_text p a,
  .main_screen_text p a {
    padding: 0 2.5641vw;
    height: 6.4103vw;
    line-height: 6.4103vw;
    font-size: 3.3333vw;
    margin-bottom: -2.0513vw;
  }

  li.shop_1st_screen_slide {
    height: 50vw;
    padding-bottom: 2.5641vw;
  }

  .related_posts {
    margin-top: 12.8205vw;
  }

  .related_posts_list {
    margin-top: 5.1282vw;
    gap: 2.5641vw;
  }

  .related_post a {
    border-radius: 1.7949vw;
    padding: 3.8462vw 12.8205vw 3.8462vw 3.8462vw;
  }

  .related_post img {
    display: none;
  }

  .related_post_content h3 {
    font-size: 90%;
    line-height: 1.2;
  }

  .post_views {
    font-size: 3.0769vw;
    right: 2.5641vw;
    gap: 1.2821vw;
  }

  .post_views::before {
    width: 4.6154vw;
    height: 4.6154vw;
  }

}