body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  position: relative;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 100%;
  overflow: hidden;
}

button {
  outline: none !important;
}

.btn-close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.slick-slide {
  outline: none !important;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
}

.tab-content > .active,
.pill-content > .active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
/*pagination*/
.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

.pagination .page-item.active .page-link {
  color: #FFFFFF;
  background: #0468B1;
}

.pagination .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*pagination*/
/*breadcrumb*/
.breadcrumb {
  margin-top: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item.active {
  color: #808080;
  font-size: 17px;
}

.breadcrumb .breadcrumb-item.active::before {
  color: #141414;
}

/*breadcrumb*/
/*header*/
header {
  padding: 28px 0px;
  border-bottom: 1px solid #9F9F9F;
}

header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
}

header .nav li {
  padding: 0px 23px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header .nav li {
    padding: 0px 8px;
  }
}

header .nav li:first-child {
  padding-left: 0px;
}

header .nav li:last-child {
  padding-right: 0px;
}

header .nav li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

header .part_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media (max-width: 575.98px) {
  header .part_second {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  header .part_second {
    display: none;
  }
}

header .part_second .lang a {
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .part_second .lang a.dropdown-toggle::after {
  border: none;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

header .part_second .nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .part_second .nav .bag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .part_second .nav .bag a .count {
  color: #FFFFFF;
  background: #0468B1;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  margin-top: -4px;
}

.mobil_nav #sidebarMenu {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 0px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100vh;
  min-height: 450px;
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out;
  z-index: 99;
  top: 104px;
  overflow: hidden;
}

@media (max-width: 575.98px) {
  .mobil_nav #sidebarMenu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .mobil_nav #sidebarMenu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobil_nav #sidebarMenu {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.mobil_nav #sidebarMenu .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.mobil_nav #sidebarMenu .container::before {
  content: "";
  background: #fff;
  display: block;
  width: 30%;
  min-width: 320px;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}

.mobil_nav #sidebarMenu .container::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mobil_nav #sidebarMenu .data {
  min-height: 100%;
  background: #fff;
  max-width: 320px;
  padding-bottom: 20px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav li {
  padding: 0px;
  margin-top: 40px;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  text-decoration: none;
}

.mobil_nav #sidebarMenu .data .sidebarMenuInner .nav li a:hover {
  color: #0468B1;
}

.mobil_nav input[type="checkbox"]:checked ~ #sidebarMenu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobil_nav input[type=checkbox] {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}

.mobil_nav .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 21px;
  right: 12px;
  height: 46px;
  width: 40px;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobil_nav .sidebarIconToggle svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .mobil_nav .sidebarIconToggle {
    top: 42px;
  }
}

.mobil_nav .spinner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 40px;
  background-color: #FFFFFF;
}

.mobil_nav .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 8px;
  background: #444444;
}

.mobil_nav .diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  background: #0468B1;
}

.mobil_nav .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 8px;
  background: #0468B1;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle {
  opacity: 1;
  width: 40px;
  height: 46px;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mobil_nav input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -13px;
  margin-left: 0px;
}

/*header*/
/*footer*/
footer {
  margin-top: 120px;
  padding: 50px 0px;
  background: #F9F9F9;
}

@media (max-width: 575.98px) {
  footer .footer_nav {
    text-align: center;
    margin-bottom: 40px;
  }
}

footer .footer_nav:nth-child(3) {
  padding-left: 100px;
  padding-right: 40px;
}

@media (max-width: 575.98px) {
  footer .footer_nav:nth-child(3) {
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer_nav:nth-child(3) {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_nav:nth-child(3) {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  footer .footer_nav:nth-child(3) {
    padding-left: 60px;
  }
}

footer .footer_nav .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
}

footer .footer_nav ul {
  margin-bottom: 0px;
}

footer .footer_nav ul li {
  margin-bottom: 16px;
}

footer .footer_nav ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
}

footer .footer_nav ul li a:hover {
  border-bottom: 1px solid #141414;
}

footer .footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  footer .footer_info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  footer .footer_info {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 70px;
  }
}

footer .footer_info .logo {
  margin-bottom: 28px;
}

footer .footer_info .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

@media (max-width: 575.98px) {
  footer .footer_info .description {
    text-align: center;
  }
}

footer .footer_info .description ul {
  max-width: 362px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info .description ul {
    max-width: 100%;
  }
}

footer .footer_info .description ul li {
  margin-bottom: 11px;
}

footer .footer_info .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .footer_info .social {
    padding-left: 10px;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

footer .footer_info .social .item {
  margin-right: 20px;
}

footer .footer_info .social .item:last-child {
  margin-right: 0px;
}

footer .footer_info .social .item a svg path {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footer_info .social .item a:hover svg path {
  fill: #0468B1;
}

footer .developer {
  border-top: 1px solid #9F9F9F;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 10px;
}

footer .developer .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .developer .copyright {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
}

footer .developer .payment {
  padding-right: 46px;
}

@media (max-width: 575.98px) {
  footer .developer .payment {
    margin-top: 25px;
    padding-right: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  footer .developer .payment {
    padding-right: unset;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  footer .developer .payment {
    padding-right: unset;
  }
}

footer .developer .payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 0px;
}

@media (max-width: 575.98px) {
  footer .developer .payment ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

footer .developer .payment ul li {
  margin-right: 30px;
}

footer .developer .payment ul li:last-child {
  margin-right: unset;
}

/*footer*/
.front_page .offer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front_page .offer .image_bg {
  min-height: 600px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .front_page .offer .image_bg {
    min-height: 318px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .image_bg {
    min-height: 316px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .image_bg {
    min-height: 490px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer .image_bg {
    min-height: 640px;
  }
}

.front_page .offer .image_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.front_page .offer .row {
  height: 100%;
}

@media (max-width: 575.98px) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.front_page .offer .container {
  position: absolute;
  top: 0;
  height: 100%;
}

.front_page .offer .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  font-weight: 400;
  font-size: 41px;
  line-height: 56px;
  color: #FFFFFF;
  background: #0468B1;
  padding: 47px 0px;
  position: relative;
  padding-left: 0;
  white-space: nowrap;
}

@media (max-width: 575.98px) {
  .front_page .offer .data {
    font-size: 24px;
    line-height: 28px;
    padding: 20px;
    width: 80%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .data {
    width: 445px;
    font-size: 32px;
    line-height: 38px;
    padding: 20px 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .data {
    max-width: 660px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .offer .data {
    max-width: 735px;
  }
}

.front_page .offer .data::before {
  content: '';
  background: #0468B1;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
  top: 0;
}

.front_page .offer .data::after {
  content: '';
  height: 100%;
  width: 0;
  height: 0;
  border-top: 150px solid transparent;
  border-left: 53px solid #0468B1;
  position: absolute;
  right: -53px;
  bottom: 0;
}

@media (max-width: 575.98px) {
  .front_page .offer .data::after {
    border-top: 98px solid transparent;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .data::after {
    border-top: 95px solid transparent;
  }
}

.front_page .offer .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
}

@media (max-width: 575.98px) {
  .front_page .offer .image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .image {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .front_page .offer .image img {
    max-width: 220px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .offer .image img {
    max-width: 220px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .offer .image img {
    max-width: 340px;
  }
}

.front_page .pluses {
  margin-top: 130px;
}

@media (max-width: 575.98px) {
  .front_page .pluses {
    margin-top: 0px;
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses {
    margin-top: 0px;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .pluses {
    margin-top: 70px;
  }
}

.front_page .pluses .list {
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0468B1;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 75px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0px 10px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .pluses .list {
    padding: 40px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.front_page .pluses .list::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list::after {
    display: none;
  }
}

.front_page .pluses .list::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list::before {
    display: none;
  }
}

.front_page .pluses .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  line-height: 20px;
  color: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list .item {
    margin-bottom: 22px;
    font-size: 15px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .pluses .list .item {
    margin-bottom: 22px;
  }
  .front_page .pluses .list .item:first-child {
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .pluses .list .item {
    margin-bottom: 30px;
  }
  .front_page .pluses .list .item:nth-child(4), .front_page .pluses .list .item:nth-child(5) {
    margin-bottom: 0;
  }
}

.front_page .pluses .list .item:last-child {
  max-width: 227px;
}

@media (max-width: 575.98px) {
  .front_page .pluses .list .item:last-child {
    max-width: 100%;
  }
}

.front_page .pluses .list .item .icon {
  margin-right: 15px;
}

.front_page .category {
  margin-top: 120px;
  position: relative;
}

@media (max-width: 575.98px) {
  .front_page .category {
    margin-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category {
    margin-top: 0;
  }
}

.front_page .category .category_item {
  margin-bottom: 80px;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item {
    margin-bottom: 40px;
  }
}

.front_page .category .category_item:nth-child(2) .row {
  direction: rtl;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item:nth-child(2) .row .image_category img {
    -o-object-position: right;
       object-position: right;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item:nth-child(2) .row .image_category img {
    -o-object-position: right;
       object-position: right;
  }
}

.front_page .category .category_item:nth-child(2) .row .row {
  direction: ltr;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .category .category_item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .front_page .category .category_item .row .row {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.front_page .category .category_item .data .info .title {
  font-size: 32px;
  line-height: 38px;
  color: #141414;
  margin-bottom: 20px;
}

.front_page .category .category_item .data .info .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

.front_page .category .category_item .data .info .link a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.front_page .category .category_item .data .info .link a::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.front_page .category .category_item .data .info .link a::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .data .info .link a {
    width: 100%;
  }
}

.front_page .category .category_item .data .product_list {
  margin-top: 30px;
}

.front_page .category .category_item .data .product_list .item a {
  text-decoration: none;
}

.front_page .category .category_item .data .product_list .item .image {
  height: 292px;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.front_page .category .category_item .data .product_list .item .image::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.front_page .category .category_item .data .product_list .item .image::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.front_page .category .category_item .data .product_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.front_page .category .category_item .data .product_list .item .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.front_page .category .category_item .data .product_list .item .caption .title {
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.front_page .category .category_item .data .product_list .item .caption .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.front_page .category .category_item .image_category {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .image_category {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .image_category {
    padding: 0;
  }
}

.front_page .category .category_item .image_category img {
  width: 100%;
}

@media (max-width: 575.98px) {
  .front_page .category .category_item .image_category img {
    max-width: 100%;
    height: auto;
    height: 520px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .front_page .category .category_item .image_category img {
    max-width: 100%;
    height: auto;
    height: 660px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}

.front_page .blog {
  margin-bottom: 20px;
}

.front_page .blog .block_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media (max-width: 575.98px) {
  .front_page .blog .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .front_page .blog .block_head .title_block {
    margin-bottom: 0;
  }
}

.front_page .blog .block_head a {
  text-decoration: none;
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

.front_page .blog .title_block {
  font-size: 32px;
  line-height: 38px;
  color: #141414;
  margin-bottom: 30px;
}

.front_page .blog .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.front_page .blog .list .item {
  margin-bottom: 10px;
}

@media (max-width: 575.98px) {
  .front_page .blog .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .front_page .blog .list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.front_page .blog .list .item:nth-child(2) .image {
  max-height: 415px;
}

.front_page .blog .list .item .image {
  margin-bottom: 20px;
  max-height: 370px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .front_page .blog .list .item .image {
    max-height: 500px;
  }
}

.front_page .blog .list .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.front_page .blog .list .item .caption .title {
  margin-bottom: 14px;
  max-width: 370px;
}

.front_page .blog .list .item .caption .title a {
  font-size: 24px;
  line-height: 120%;
  color: #141414;
  text-decoration: none;
}

.front_page .blog .list .item .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  display: -webkit-box;
}

.front_page .blog .list .item .caption .color .single_variation_wrap,
.front_page .blog .list .item .caption .color .label {
  display: none !important;
}

.front_page .blog .list .item .caption .link {
  margin-bottom: 20px;
}

.front_page .blog .list .item .caption .link a {
  text-decoration: none;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.front_page .blog .list .item .caption .link a:hover {
  border-bottom: 1px solid #141414;
}

.content .title_block {
  margin-top: 40px;
}

.content .title_block h1 {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  margin-bottom: 10px;
}

.catalog_page .title_block {
  margin-top: 40px;
}

.catalog_page .title_block h1 {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  margin-bottom: 10px;
}

.catalog_page .filter_btn {
  margin-top: 40px;
  margin-left: auto;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_btn {
    width: 210px;
    height: 50px;
    margin-top: 30px;
    margin-left: 10px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_btn {
    width: 210px;
    height: 50px;
  }
}

.catalog_page .filter_btn::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.catalog_page .filter_btn::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

@media (max-width: 575.98px) {
  .catalog_page .filter_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog_page .filter_btn {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.catalog_page .product_list .item {
  margin-bottom: 40px;
  overflow: hidden;
}

.catalog_page .product_list .item .image {
  height: 292px;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.catalog_page .product_list .item .image::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.catalog_page .product_list .item .image::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.catalog_page .product_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.catalog_page .product_list .item .caption .title {
  margin-bottom: 10px;
}

.catalog_page .product_list .item .caption .title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.catalog_page .product_list .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.catalog_page .product_list .item .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

.catalog_page .product_list .item .caption .color {
  display: none;
}

.catalog_page .product_list .item .caption .color .single_variation_wrap,
.catalog_page .product_list .item .caption .color .label {
  display: none !important;
}

.catalog_page .product_list .item .caption form {
  display: none;
}

.catalog_page .product_list .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .product_list .item .caption .info .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.catalog_page .product_list .item .caption .info .link {
  padding-right: 43px;
}

.catalog_page .product_list .item .caption .info .link a {
  text-decoration: none;
  font-size: 20px;
  line-height: 130%;
  color: #808080;
}

.catalog_page .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 32px;
}

@media (max-width: 575.98px) {
  .catalog_page .filter {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 320px;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .catalog_page .filter {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 320px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .catalog_page .filter {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 320px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .catalog_page .filter {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 2;
    max-width: 320px;
    width: 100%;
  }
}

.catalog_page .filter.active {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.catalog_page .filter .yith-wcan-filters {
  width: 100%;
}

.catalog_page .filter .filters-container .filter-title {
  font-size: 24px;
  line-height: 125%;
  color: #141414;
  font-weight: 400;
}

.catalog_page .filter .filters-container .checkbox {
  position: relative;
  margin-bottom: 10px;
}

.catalog_page .filter .filters-container .checkbox input {
  width: 24px;
  height: 24px;
  display: none;
}

.catalog_page .filter .filters-container .checkbox input:checked ~ a::after {
  background: #0A27CB;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 7.5L6 12L16 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}

.catalog_page .filter .filters-container .checkbox a {
  font-size: 17px;
  line-height: 120%;
  color: #000000 !important;
  padding-left: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.catalog_page .filter .filters-container .checkbox a::after {
  content: "";
  border: 1px solid rgba(5, 15, 34, 0.5);
  border-radius: 4px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  background: #fff;
}

.product_list .item {
  margin-bottom: 40px;
  overflow: hidden;
}

.product_list .item .image {
  height: 292px;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.product_list .item .image::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.product_list .item .image::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.product_list .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_list .item .caption .title {
  margin-bottom: 10px;
}

.product_list .item .caption .title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.product_list .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.product_list .item .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

.product_list .item .caption .color {
  display: none;
}

.product_list .item .caption .color .single_variation_wrap,
.product_list .item .caption .color .label {
  display: none !important;
}

.product_list .item .caption form {
  display: none;
}

.product_list .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_list .item .caption .info .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.product_list .item .caption .info .link {
  padding-right: 43px;
}

.product_list .item .caption .info .link a {
  text-decoration: none;
  font-size: 20px;
  line-height: 130%;
  color: #808080;
}

.woocommerce-pagination .page-numbers {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.woocommerce-pagination .page-numbers li .current {
  color: #FFFFFF !important;
  background: #0468B1;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-pagination .page-numbers li .page-numbers {
    width: 40px;
    height: 40px;
  }
}

.woocommerce-pagination .page-numbers .page-item.active .page-link {
  color: #FFFFFF;
  background: #0468B1;
}

.woocommerce-pagination .page-numbers .page-item .page-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  border: 1px solid #7C8285;
  border-radius: 4px;
  width: 50px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .woocommerce-pagination .page-numbers .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce-pagination .page-numbers .page-item .page-link {
    width: 40px;
    height: 40px;
  }
}

.product_page .woo-variation-product-gallery {
  max-width: 100% !important;
  width: 100%;
}

.product_page .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product_page .image .btn-juliet {
  background: transparent;
  border: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 38%;
  padding: 0px;
  z-index: 10;
  font-size: 0;
}

.product_page .image .btn-juliet#prev {
  left: 0px;
}

.product_page .image .btn-juliet#next {
  right: 0px;
}

.product_page .image .btn-juliet:hover svg path {
  stroke: #00A3FF;
}

.product_page .image .slider-product {
  width: 100%;
  margin-left: unset;
}

.product_page .image .slider-product .image {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .image .slider-product .image img {
  margin: 0 auto;
}

.product_page .image .slider-product-nav {
  width: 100%;
}

@media (max-width: 575.98px) {
  .product_page .image .slider-product-nav {
    width: 85%;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}

.product_page .image .slider-product-nav .slick-slide {
  opacity: 0.6;
}

.product_page .image .slider-product-nav .slick-slide.slick-current {
  opacity: 1;
}

.product_page .image .slider-product-nav .image {
  margin: 7px 0px;
}

@media (max-width: 575.98px) {
  .product_page .image .slider-product-nav .image {
    height: 86px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 91px;
    margin: 0 auto;
  }
}

.product_page .image .slider-product-nav .image img {
  max-height: 120px;
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .product_page .image .slider-product-nav .image img {
    max-height: 86px;
  }
}

.product_page .data .title h1 {
  font-size: 48px;
  line-height: 56px;
  color: #141414;
  margin-bottom: 15px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .product_page .data .title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .data .title h1 {
    font-size: 24px;
    line-height: 28px;
  }
}

.product_page .data .reset_variations {
  display: none !important;
}

.product_page .data .price {
  font-size: 17px;
  line-height: 130%;
  color: #808080;
  margin-bottom: 30px;
}

.product_page .data .option {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

.product_page .data .stock {
  display: none;
}

.product_page .data .option_name {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  width: 110px;
}

.product_page .data .color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product_page .data .color .list button {
  width: 24px;
  height: 24px;
  border-radius: 50px;
  margin-right: 15px;
  border: 1px solid;
}

.product_page .data .add_to_cart .variations_form .variations .label {
  width: 110px;
}

.product_page .data .add_to_cart .variations_form .variations .woo-selected-variation-item-name {
  display: none;
}

.product_page .data .add_to_cart .variations_form .variations .reset_variations {
  display: none;
}

.product_page .data .add_to_cart .variations_form .variations ul li {
  border-radius: 50%;
}

.product_page .data .add_to_cart .variations_form .variations ul li .variable-item-contents span {
  width: 24px;
  height: 24px;
  border-radius: 50px;
}

.product_page .data .add_to_cart .variations_form .variations ul li .variable-item-contents span::after {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
}

.product_page .data .quantity_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: 24px;
}

.product_page .data .quantity_block .quantity_attributes {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  width: 110px;
}

.product_page .data .quantity_block .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_page .data .quantity_block .quantity .minus {
  border-radius: 5px 0px 0px 5px;
  width: 40px;
  height: 40px;
  border: 1px solid #9F9F9F;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.product_page .data .quantity_block .quantity .plus {
  border-radius: 0px 5px 5px 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #9F9F9F;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.product_page .data .quantity_block .quantity input {
  max-width: 40px;
  height: 40px;
  background: #ffffff;
  font-size: 17px;
  line-height: 27px;
  color: #353535;
  border-radius: 0px;
  border: 0;
  border-top: 1px solid #9F9F9F;
  border-bottom: 1px solid #9F9F9F;
  text-align: center;
}

.product_page .data .quantity_block .quantity input::-webkit-outer-spin-button, .product_page .data .quantity_block .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.product_page .data .quantity_block .quantity .number-spinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_page .data .quantity_block .quantity .number-spinner .input-group-btn:first-child .btn-default {
  border-radius: 5px 0px 0px 5px;
}

.product_page .data .quantity_block .quantity .number-spinner .input-group-btn:last-child .btn-default {
  border-radius: 0px 5px 5px 0px;
}

.product_page .data .quantity_block .quantity .number-spinner .input-group-btn .btn-default {
  width: 40px;
  height: 40px;
  border: 1px solid #9F9F9F;
  padding: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product_page .data .single_add_to_cart_button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 575.98px) {
  .product_page .data .single_add_to_cart_button {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .data .single_add_to_cart_button {
    margin: 0 auto;
  }
}

.product_page .data .single_add_to_cart_button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.product_page .data .single_add_to_cart_button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.product_page .data .added_to_cart {
  margin-top: 16px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (max-width: 575.98px) {
  .product_page .data .added_to_cart {
    margin: 0 auto;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .data .added_to_cart {
    margin: 0 auto;
  }
}

.product_page .data .added_to_cart::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.product_page .data .added_to_cart::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.product_page .data .total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product_page .data .total .value {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #141414;
}

.product_page .data .add_cart button {
  background: #0468B1;
  border: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 65px;
}

.product_page .pluses {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product_page .pluses .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  margin-bottom: 40px;
}

@media (max-width: 575.98px) {
  .product_page .pluses .item {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .pluses .item {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .product_page .pluses .item {
    width: 50%;
  }
}

.product_page .pluses .item .icon {
  margin-bottom: 15px;
}

.product_page .pluses .item .title {
  font-size: 17px;
  line-height: 130%;
  text-align: center;
  color: #141414;
}

.product_page .description {
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .product_page .description {
    padding: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description {
    padding: 0;
  }
}

.product_page .description .item {
  margin-bottom: 30px;
}

.product_page .description .item.right .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.product_page .description .item.left .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.product_page .description .item.center .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .description .item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product_page .description .item:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.product_page .description .item .title_block {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.product_page .description .item .info_block {
  background: #F9F9F9;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .product_page .description .item .info_block {
    padding: 60px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .description .item .info_block {
    padding: 60px 0px;
  }
}

.product_page .description .item .info_block .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product_page .description .item .info_block .data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
  max-width: 470px;
}

.product_page .description .item .info_block .data .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 470px;
}

.product_page .characteristics {
  margin-top: 120px;
}

@media (max-width: 575.98px) {
  .product_page .characteristics {
    margin-top: 70px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .product_page .characteristics {
    margin-top: 70px;
  }
}

.product_page .characteristics .block_title {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.product_page .characteristics .list ul {
  margin-bottom: 0px;
}

.product_page .characteristics .list ul .item {
  border-bottom: 1px solid #9F9F9F;
  padding-top: 20px;
  padding-bottom: 10px;
}

.product_page .characteristics .list ul .item .name {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
}

.product_page .characteristics .list ul .item .value {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
}

.product_page .recomended_products {
  margin-top: 120px;
}

.product_page .recomended_products .block_title {
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.product_page .recomended_products .list {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: -10px;
  margin-left: -10px;
}

.product_page .recomended_products .item {
  margin-bottom: 40px;
  overflow: hidden;
}

.product_page .recomended_products .item .image {
  height: 292px;
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  width: 100%;
  position: relative;
}

.product_page .recomended_products .item .image::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.product_page .recomended_products .item .image::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.product_page .recomended_products .item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.product_page .recomended_products .item .caption .title {
  margin-bottom: 10px;
}

.product_page .recomended_products .item .caption .title a {
  text-decoration: none;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.product_page .recomended_products .item .caption .variable-items-wrapper {
  pointer-events: none;
}

.product_page .recomended_products .item .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

.product_page .recomended_products .item .caption .color {
  display: none;
}

.product_page .recomended_products .item .caption .color .single_variation_wrap,
.product_page .recomended_products .item .caption .color .label {
  display: none !important;
}

.product_page .recomended_products .item .caption form {
  display: none;
}

.product_page .recomended_products .item .caption .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product_page .recomended_products .item .caption .info .price {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #141414;
}

.product_page .recomended_products .item .caption .info .link {
  padding-right: 43px;
}

.product_page .recomended_products .item .caption .info .link a {
  text-decoration: none;
  font-size: 20px;
  line-height: 130%;
  color: #808080;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-sales {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-pname a {
  font-size: 16px;
  line-height: 130%;
  color: #261B0F;
  text-decoration: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .xoo-wsc-sm-left .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-body .xoo-wsc-products .xoo-wsc-product .variation {
  display: none;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ecl {
  color: red;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn-continue::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont a::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.xoo-wsc-modal .xoo-wsc-container .xoo-wsc-footer .xoo-wsc-ft-buttons-cont .catalog_link {
  display: none;
}

.single_post .content_block .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single_post .content_block .data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
  max-width: 470px;
}

.single_post .content_block .data .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 470px;
}

.single_post .description {
  margin-top: 120px;
}

.single_post .description .item {
  margin-bottom: 30px;
}

.single_post .description .item.right .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.single_post .description .item.left .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.single_post .description .item.center .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single_post .description .item:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.single_post .description .item:nth-child(odd) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.single_post .description .item .title_block {
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  margin-bottom: 30px;
}

.single_post .description .item .info_block {
  background: #F9F9F9;
  min-height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single_post .description .item .info_block .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single_post .description .item .info_block .data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
  max-width: 470px;
}

.single_post .description .item .info_block .data .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 470px;
}

.rooms_page .sub_title {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 40px;
}

.rooms_page .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rooms_page .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
}

.rooms_page .list .item:nth-child(even) .image {
  height: 415px;
}

.rooms_page .list .item .image {
  margin-bottom: 20px;
  height: 370px;
}

.rooms_page .list .item .image img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.rooms_page .list .item .caption .title {
  margin-bottom: 14px;
}

.rooms_page .list .item .caption .title a {
  font-size: 24px;
  line-height: 120%;
  color: #141414;
  text-decoration: none;
}

.rooms_page .list .item .caption .description {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 20px;
}

.rooms_page .list .item .caption .color .single_variation_wrap,
.rooms_page .list .item .caption .color .label {
  display: none !important;
}

.rooms_page .list .item .caption .link a {
  text-decoration: none;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  padding-bottom: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.rooms_page .list .item .caption .link a:hover {
  border-bottom: 1px solid #141414;
}

.account_page .menu {
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.account_page .menu ul li {
  max-width: 200px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account_page .menu ul li.active {
  background: #0468B1;
}

.account_page .menu ul li.active a {
  color: #FFFFFF;
}

.account_page .menu ul li.active::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-right: 12px solid #0468B1;
  border-bottom: 6px solid transparent;
  position: absolute;
  left: -12px;
}

.account_page .menu ul li:last-child {
  border-top: 1px solid #9F9F9F;
}

.account_page .menu ul li a {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  text-decoration: none;
  padding: 12px;
  display: block;
}

.about_page .block_head {
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .about_page .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .block_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about_page .block_head .info {
  padding: 60px 0px 60px 60px;
}

@media (max-width: 575.98px) {
  .about_page .block_head .info {
    padding: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .block_head .info {
    padding: 20px;
  }
}

.about_page .block_head .info .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
}

.about_page .block_head .info .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  max-width: 554px;
}

@media (max-width: 575.98px) {
  .about_page .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .about_page .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about_page .block_head .image img {
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }
}

.about_page .block_data .title {
  font-size: 24px;
  line-height: 28px;
  color: #141414;
  margin-bottom: 20px;
}

.about_page .block_data .list {
  max-width: 860px;
}

.about_page .block_data .list .item {
  font-size: 17px;
  line-height: 20px;
  color: #141414;
  margin-bottom: 20px;
}

.contact_page .sub_title {
  max-width: 710px;
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .contact_page .sub_title {
    font-size: 15px;
  }
}

.contact_page hr {
  color: #9F9F9F;
  margin-bottom: 50px;
}

.contact_page .contact .phone {
  text-decoration: none;
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 15px;
}

@media (max-width: 575.98px) {
  .contact_page .contact .phone {
    font-size: 24px;
  }
}

.contact_page .contact .time_work {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .contact_page .contact .time_work {
    font-size: 15px;
  }
}

.contact_page .contact .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact_page .contact .social .item {
  margin-right: 20px;
}

.contact_page .adress .name {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #353535;
  margin-bottom: 15px;
}

.contact_page .adress .text {
  font-size: 17px;
  line-height: 130%;
  color: #141414;
}

@media (max-width: 575.98px) {
  .contact_page .adress .text {
    font-size: 15px;
  }
}

.contact_page .contact_form {
  padding-bottom: 60px;
}

@media (max-width: 575.98px) {
  .contact_page .contact_form {
    margin-top: 20px;
  }
}

.contact_page .contact_form .form {
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 30px;
}

.contact_page .contact_form .form .title {
  font-size: 24px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 30px;
}

.contact_page .contact_form .form .item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.contact_page .contact_form .form .item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  line-height: 130%;
  color: #808080;
}

.contact_page .contact_form .form .item label input {
  border: none;
  border-bottom: 1px solid #9F9F9F;
}

.contact_page .contact_form .form .item label textarea {
  border: none;
  border-bottom: 1px solid #9F9F9F;
}

.contact_page .contact_form .form .item .wpcf7-submit {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  max-width: 300px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto;
  border: none;
}

.contact_page .contact_form .form .item .wpcf7-submit::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.contact_page .contact_form .form .item .wpcf7-submit::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.page_page .row > * {
  padding-right: revert;
  padding-left: revert;
}

.woocommerce-page .page_page h1 {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon-toggle {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon {
  padding-left: 10px;
}

.woocommerce-page .woocommerce-form-coupon button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce-page .woocommerce-form-coupon button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-page .woocommerce-form-coupon button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .woocommerce .coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.woocommerce .coupon button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .coupon button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .coupon button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .coupon label {
  margin-right: 15px;
}

.woocommerce .coupon input {
  margin-right: 15px;
}

.woocommerce .actions button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  text-decoration: none;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .actions button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .actions button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce .bag_template .shipping-calculator-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .bag_template .shipping-calculator-form button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.woocommerce .bag_template .shipping-calculator-form button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .shipping-calculator-form button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_template .woocommerce-cart-form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce .bag_template .woocommerce-cart-form {
    width: 100%;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 100%;
  height: 100%;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name {
  width: 280px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product-name a {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  text-decoration: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price {
    margin-left: 30px;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-price {
  display: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
  margin-right: 70px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity {
    margin-right: 34px;
  }
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity_attributes {
  display: none;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input {
  width: 40px;
  text-align: center;
  border: 1px solid #9F9F9F;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-outer-spin-button, .woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button {
  background: transparent;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.minus {
  border-width: 1px 0px 1px 1px;
  border-style: solid;
  border-color: #9F9F9F;
  border-radius: 5px 0px 0px 5px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product-quantity .quantity button.plus {
  border-width: 1px 1px 1px 0px;
  border-style: solid;
  border-color: #9F9F9F;
  border-radius: 0px 5px 5px 0px;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.woocommerce .bag_template .woocommerce-cart-form .cart_item .product_info .product_price .product_total .amount {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
}

.woocommerce .bag_template .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .bag_template .woocommerce-shipping-methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .bag_template .woocommerce-shipping-methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .woocommerce-shipping-methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .bag_template .woocommerce-shipping-totals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce .bag_template .cart-collaterals {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.3333333333%;
  border-left: 1px solid #9F9F9F;
  padding: 0px 0px 0px 40px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .woocommerce .bag_template .cart-collaterals {
    width: 50%;
  }
}

.woocommerce .bag_template .cart-collaterals .shop_table {
  width: 100%;
}

.woocommerce .bag_template .cart-collaterals .shop_table .cart-subtotal {
  display: none;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total th {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total td {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .shop_table .order-total td strong {
  font-weight: 400;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 60px;
  margin-bottom: 20px;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a::after,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .bag_template .cart-collaterals .wc-proceed-to-checkout a::before,
.woocommerce .bag_template .cart-collaterals .woocommerce-shipping-calculator a::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_page {
  padding-left: 10px;
  padding-right: 10px;
}

.woocommerce .bag_page .data_bag {
  border-left: 1px solid #9F9F9F;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .data_bag {
    border: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .data_bag {
    border: none;
  }
}

.woocommerce .bag_page .data_bag .block_head {
  font-size: 24px;
  line-height: 38px;
  color: #141414;
  padding-left: 30px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .data_bag .block_head {
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .data_bag .block_head {
    padding-left: 0;
  }
}

.woocommerce .bag_page .data_bag .product_list_bag {
  border-bottom: 1px solid #9F9F9F;
}

.woocommerce .bag_page .data_bag .product_list_bag .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  margin-bottom: 50px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .data_bag .product_list_bag .item {
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .data_bag .product_list_bag .item {
    padding-left: 0;
  }
}

.woocommerce .bag_page .data_bag .product_list_bag .item .image {
  width: 100px;
  height: 100px;
  margin-right: 23px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce .bag_page .data_bag .product_list_bag .item .image img {
  width: 100%;
  height: 100%;
}

.woocommerce .bag_page .data_bag .product_list_bag .item .quantity_block {
  display: none;
}

.woocommerce .bag_page .data_bag .product_list_bag .item .delete_product {
  display: none;
}

.woocommerce .bag_page .data_bag .product_list_bag .item .product-subtotal {
  display: none;
}

.woocommerce .bag_page .data_bag .product_list_bag .item .product_title a {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  text-decoration: none;
}

.woocommerce .bag_page .data_bag .product_list_bag .item .price {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
  margin-top: 20px;
}

.woocommerce .bag_page .data_bag .total {
  border-bottom: 1px solid #D0D0D0;
  padding: 30px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .data_bag .total {
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .data_bag .total {
    padding-left: 0;
  }
}

.woocommerce .bag_page .data_bag .total .page_head {
  font-size: 24px;
  line-height: 38px;
  color: #141414;
  margin-bottom: 30px;
}

.woocommerce .bag_page .data_bag .total .text {
  font-size: 17px;
  line-height: 22px;
  color: #141414;
}

.woocommerce .bag_page .data_bag .total .data {
  font-size: 20px;
  line-height: 125%;
  color: #141414;
}

.woocommerce .bag_page .data_bag .total .data strong {
  font-weight: 400;
}

.woocommerce .bag_page .data_bag .total .total_price {
  padding-left: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #141414;
  margin-bottom: 20px;
}

.woocommerce .bag_page .data_bag .total .delivery_coast {
  padding-left: 10px;
  font-size: 17px;
  line-height: 22px;
  color: #141414;
}

.woocommerce .bag_page .data_bag .confirm {
  padding-left: 30px;
  padding-top: 30px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .data_bag .confirm {
    padding-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .data_bag .confirm {
    padding-left: 0;
  }
}

.woocommerce .bag_page .data_bag .confirm button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 30px;
}

.woocommerce .bag_page .data_bag .confirm button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce .bag_page .data_bag .confirm button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce .bag_page .data_bag .confirm button.disabled {
  background: #9E9E9E;
  cursor: no-drop;
}

.woocommerce .bag_page .data_bag .confirm .custom-checkboxes {
  font-size: 14px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .bag_page .info {
  margin-bottom: 40px;
}

.woocommerce .bag_page .info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.woocommerce .bag_page .info .title span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0468B1;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
}

.woocommerce .bag_page .info .form {
  margin-left: 57px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .info .form {
    margin-left: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .info .form {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce .bag_page .info .form {
    margin-left: 0;
  }
}

.woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding-right: 50px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row {
    width: 100%;
  }
}

.woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row label {
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .bag_page .info .form .woocommerce-billing-fields .delivery_fields .form-row input {
  max-width: 360px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
}

.woocommerce .bag_page .info .form .notes {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding-right: 50px;
}

.woocommerce .bag_page .info .form .notes textarea {
  width: 100%;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .info .form .notes {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .info .form .notes {
    width: 100%;
  }
}

.woocommerce .bag_page .info .form .shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce .bag_page .info .form .shipping_address .form-row {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding-right: 50px;
}

@media (max-width: 575.98px) {
  .woocommerce .bag_page .info .form .shipping_address .form-row {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .woocommerce .bag_page .info .form .shipping_address .form-row {
    width: 100%;
  }
}

.woocommerce .bag_page .info .form .shipping_address .form-row label {
  font-size: 17px;
  line-height: 22px;
  color: #808080;
}

.woocommerce .bag_page .info .form .shipping_address .form-row input {
  max-width: 360px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #9F9F9F;
}

.woocommerce .bag_page .delivery {
  padding: 20px 16px;
}

.woocommerce .bag_page .delivery .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.woocommerce .bag_page .delivery .title span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0468B1;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
}

.woocommerce .bag_page .delivery .form {
  margin-left: 57px;
}

.woocommerce .bag_page .delivery .form .woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .bag_page .delivery .form .woocommerce-shipping-methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .bag_page .payment {
  margin-bottom: 40px;
}

.woocommerce .bag_page .payment .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.woocommerce .bag_page .payment .title span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0468B1;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
}

.woocommerce .bag_page .payment .form {
  margin-left: 57px;
}

.woocommerce .bag_page .payment #place_order {
  display: none;
}

.woocommerce .bag_page .payment .payment_methods {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce .bag_page .payment .payment_methods li {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.woocommerce .bag_page .payment .payment_methods li input {
  width: 24px;
  height: 24px;
  opacity: 0;
}

.woocommerce .bag_page .payment .payment_methods li label {
  font-size: 17px;
  line-height: 22px;
  color: #353535;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.woocommerce .bag_page .payment .payment_methods li label::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #0468B1;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

.woocommerce .bag_page .payment .payment_methods li input:checked ~ label::after {
  border: 9px solid #0468B1;
}

.woocommerce .bag_page .create_profile {
  margin-bottom: 40px;
  display: none;
}

.woocommerce .bag_page .create_profile .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 22px;
  color: #141414;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.woocommerce .bag_page .create_profile .title span {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0468B1;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin-right: 25px;
}

.account__log_in,
.account__register {
  margin: 0 auto;
  min-width: 320px;
  padding: 0 7.5px;
}

.account__log_in .account__h2,
.account__register .account__h2 {
  text-align: center;
  color: #333;
  text-transform: none;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.account__log_in .woocommerce-form-row,
.account__log_in .form-row,
.account__register .woocommerce-form-row,
.account__register .form-row {
  width: 100% !important;
  color: #333;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.account__log_in .woocommerce-form-row label,
.account__log_in .form-row label,
.account__register .woocommerce-form-row label,
.account__register .form-row label {
  font-size: 18px;
}

.account__log_in input[type=date],
.account__log_in input[type=email],
.account__log_in input[type=password],
.account__log_in input[type=search],
.account__log_in input[type=tel],
.account__log_in input[type=text],
.account__log_in textarea,
.account__register input[type=date],
.account__register input[type=email],
.account__register input[type=password],
.account__register input[type=search],
.account__register input[type=tel],
.account__register input[type=text],
.account__register textarea {
  outline: 0;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  padding: 2px 8px;
  border: 1px solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 45px;
}

.account__log_in .lost_password,
.account__register .lost_password {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  gap: 0.5rem;
}

.account__log_in .lost_password p,
.account__register .lost_password p {
  margin-bottom: 0;
}

.account__log_in .login,
.account__log_in .register,
.account__register .login,
.account__register .register,
.comment-respond,
.comments,
.lost_reset_password,
.product_new_review__form .user_info {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}

.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
.woocommerce-Button {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 16px auto;
}

.woocommerce-form-login__submit::after,
.woocommerce-form-register__submit::after,
.woocommerce-Button::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-form-login__submit::before,
.woocommerce-form-register__submit::before,
.woocommerce-Button::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
.woocommerce-Button:hover {
  color: #FFFFFF;
  background: #0468B1;
}

.account_orders_link_a,
.comment-respond a,
.main_page__sertificate_item span {
  color: #0468b1;
  text-transform: none;
  text-decoration: underline;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

.account__main {
  padding-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  gap: 4rem;
}

@media screen and (min-width: 756px) {
  .account__main {
    -ms-grid-columns: 3fr 9fr;
        grid-template-columns: 3fr 9fr;
    gap: 4.25rem;
    max-width: 76.5rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 4.5rem;
  }
}

.account__main .account__menu_section {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-flex-line-pack: start;
      align-content: start;
}

.account__main .account__head,
.account__main .account__order_delivery_info {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.account__main .account__title,
.account__main .section-title h1 {
  color: #333;
  text-transform: uppercase;
}

.account__main .account__menu_block,
.account__main .landing_page,
.account__main .main_page__showcase_item,
.account__main .woo-variation-swatches .variable-items-wrapper {
  display: -ms-grid;
  display: grid;
}

.account__main .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.account__main .account__menu_block_item {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  position: relative;
  border-top: 0.0625rem solid #bbb;
}

.account__main .account__menu_block_item.is-active a {
  color: #0468b1;
}

.account__main .account__menu_block_item a {
  padding: 18px 0;
  color: #bbb;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: unset;
}

.account__main .account__menu_block_item:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  transform: translate(0, -50%) rotate(-90deg);
}

.account__main #wps_rma_return_request_subject:after,
.account__main .account__menu_block_item:after,
.account__main .account__order_item.active::before {
  background-image: url("../img/arrow_bottom_grey.svg");
}

.account__main .account__menu_block_item:last-of-type,
.account__main .payment-method:last-of-type,
.account__main .product_page__reviews_list li {
  border-bottom: 0.0625rem solid #bbb;
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

.account_form_label {
  font-weight: 500;
  color: #111;
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

@media screen and (min-width: 480px) {
  .account__password .account__my_info_form_block {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.account__my_info_form_block .form_item input {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  padding-bottom: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .account__user_data .account__my_info_form_block,
  .addresses,
  .product_new_review__form .user_info,
  .woocommerce-address-fields__field-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.account__my_info_form_block,
.account__my_info_forms div,
.account__my_info_head,
.thankyou-content {
  gap: 1.5rem;
  display: -ms-grid;
  display: grid;
}

.account__main .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.account__user_data input[type=date],
.account__user_data input[type=email],
.account__user_data input[type=password],
.account__user_data input[type=search],
.account__user_data input[type=tel],
.account__user_data input[type=text],
.account__user_data textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.addresses {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.addresses .woocommerce-Address {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
  -ms-flex-line-pack: start;
      align-content: start;
}

.woocommerce-address-fields {
  padding-top: 2rem;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}

@media screen and (min-width: 480px) {
  .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  width: 100% !important;
  color: #333;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  width: 100%;
}

.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=date],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=email],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=password],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=search],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=tel],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row input[type=text],
.woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row textarea {
  outline: 0;
  height: 45px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #333;
  padding: 0.75rem 1.5rem;
  border: 0.0625rem solid #bbb;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.woocommerce-address-fields .btn_style {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  background: #0468B1;
  width: 300px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 16px auto;
}

.woocommerce-address-fields .btn_style::after {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  position: absolute;
  left: 0;
}

.woocommerce-address-fields .btn_style::before {
  content: '';
  width: 0;
  height: 100%;
  border-top: 9px solid #fff;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  right: 0;
  position: absolute;
}

.woocommerce-address-fields .btn_style:hover {
  color: #FFFFFF;
  background: #0468B1;
}

.complected_page .complected_page_row div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fast_order {
  display: none;
}
/*# sourceMappingURL=style.css.map */