.fb-like,
.fb-like span,
.fb-like iframe {
  width: 100% !important;
}

.fb_like_modal .modal_header {
  padding: 1vw 1.464vw !important;
}
.fb_like_modal .modal_container {
  width: 25vw !important;
}

.gifted {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gifted img {
  height: 35px;
}
.gifted span {
  font-size: 0.878vw;
  color: #848484;
  font-family: "Conv_Montserrat-Medium";
}

.modal_container.popup-styles {
  width: 80% !important;
  max-height: 85% !important;
  overflow: scroll;
}
.modal_container.popup-styles.retain-modal {
  height: 100%;
}
.modal_container.popup-styles.retain-modal .modal_body {
  height: 100%;
}
.modal_container.popup-styles .modal_body p {
  font-size: 1.025vw;
  line-height: 1.4;
}
.modal_container.popup-styles .modal_body img {
  width: 100%;
}
.modal_container.popup-styles .modal_header {
  position: sticky;
  top: 0;
  background: white;
  border-bottom: 0px !important;
  padding: 0.7vw 0.7vw !important;
}

.alert-regulations {
  padding: 20px;
  background-color: #F2A502;
}
.alert-regulations .confirm-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.alert-regulations .text {
  color: white;
}
.alert-regulations .text a {
  color: white;
}
.alert-regulations .confirm-rules {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px -1px, rgba(0, 0, 0, 0.14) 0 6px 10px 0, rgba(0, 0, 0, 0.12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform, opacity;
  z-index: 0;
}
.alert-regulations .confirm-rules:hover {
  background: #F6F9FE;
  color: #174ea6;
}
.alert-regulations .confirm-rules:active {
  box-shadow: 0 4px 4px 0 rgba(60, 64, 67, 0.3), 0 8px 12px 6px rgba(60, 64, 67, 0.15);
  outline: none;
}
.alert-regulations .confirm-rules:focus {
  outline: none;
  border: 2px solid #4285f4;
}
.alert-regulations .confirm-rules:not(:disabled) {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}
.alert-regulations .confirm-rules:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, 0.3) 0 2px 3px 0, rgba(60, 64, 67, 0.15) 0 6px 10px 4px;
}
.alert-regulations .confirm-rules:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}
.alert-regulations .confirm-rules:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, 0.3) 0 4px 4px 0, rgba(60, 64, 67, 0.15) 0 8px 12px 6px;
}
.alert-regulations .confirm-rules:disabled {
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 3px 0, rgba(60, 64, 67, 0.15) 0 4px 8px 3px;
}

.checkout-alert-danger {
  background-color: #f44336 !important;
  margin-top: 16px !important;
  padding: 0.01em 16px;
}
.checkout-alert-danger h3 {
  color: #fff !important;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  margin: 10px 0;
  font-size: 24px;
}
.checkout-alert-danger p {
  color: #fff !important;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  margin-bottom: 10px;
}

.display-none {
  display: none !important;
}

.register_text {
  margin: 1vw 0;
}
.register_text span {
  color: #E8000D;
  font-family: "Conv_FiraGO-SemiBold";
  font-size: 0.878vw;
}

.promo-input {
  display: flex;
  align-items: center;
  margin: 10px 20px;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  padding-left: 10px;
}
.promo-input input {
  display: inline-block;
  width: 100%;
  height: 55px;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  color: #054550;
  border: 0;
}
.promo-input button {
  background-color: transparent;
  border: 0;
}
.promo-input button svg {
  height: 20px;
  margin-right: 0.878vw;
  fill: #054550;
  cursor: pointer;
  transition: 0.4s;
}

.initial-promo-price {
  font-size: max(1.025vw, 20px);
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #E8000D;
}

.initial-promotion-price {
  font-size: max(1.025vw, 20px);
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #E8000D;
}

.invalid-feedback-promo-code {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 10px 20px;
}

.cart-item-animation {
  position: fixed;
  height: 30px;
  width: 30px;
  z-index: 99999;
  background-color: #054550;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  font-family: "myriad_geo_bold";
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auth_button_responsive {
  display: none !important;
}

.test-text {
  display: flex;
  justify-content: center;
  padding: 10px;
  color: red;
  font-size: 1.025vw;
}

.error-block {
  color: #E8000D;
  font-size: 0.878vw;
}

.error-container {
  padding-top: 30px;
}

.invalid-feedback {
  color: #E8000D;
  font-size: 0.878vw;
}

span.required {
  color: red;
}

.phone_number_input {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;
  display: flex;
}
.phone_number_input .phone_number {
  width: 50px;
  height: 50px;
  background-color: #054550;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.phone_number_input .phone_number svg {
  width: 50%;
  height: 50%;
  fill: #fff;
}
.phone_number_input .phone_number:hover {
  background-color: #F2A502;
}
.phone_number_input .input {
  width: 0;
  transition: 0.3s;
  overflow: hidden;
  height: 50px;
}
.phone_number_input .input .input_group {
  width: 100%;
  height: 50px;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.phone_number_input .input .input_group label {
  display: block;
  width: 100%;
  padding: 0 0.2vw;
  position: absolute;
  top: 0;
  left: 0;
  color: #848484;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  transition: 0.4s;
  font-size: 12px;
  line-height: 0.8vw;
}
.phone_number_input .input .input_group input {
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 12px;
  margin-top: 0.6vw;
  line-height: 3.4vw;
  padding: 0 0.2vw;
  color: #0D0D0D;
  border: 0;
}
.phone_number_input .input .input_group button {
  background-color: transparent;
  border: 0;
}
.phone_number_input .input .input_group button svg {
  height: 20px;
  margin-right: 0.878vw;
  fill: #054550;
  cursor: pointer;
  transition: 0.4s;
}
.phone_number_input.active .input {
  width: 200px;
}

.alert-success {
  color: green;
  font-size: 1vw;
  margin-bottom: 0.5vw;
}

.error_section {
  padding-top: 1vw;
}
.error_section ul {
  list-style: circle;
  list-style-position: inside;
  color: #E8000D;
}

.suggestions {
  margin-top: 15px;
}
.suggestions ol {
  counter-reset: li;
  list-style: none;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.suggestions ol a {
  position: relative;
  display: block;
  padding: 0.4em 0.4em 0.4em 0.8em;
  margin: 0.5em 0 0.5em 2.5em;
  background: #054550;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-out;
  font-size: 14px;
  line-height: 16px;
}
.suggestions ol a:hover {
  background: #F2A502;
}
.suggestions ol a:hover::after {
  left: -0.5em;
  border-left-color: #F2A502;
}
.suggestions ol a::before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -2.5em;
  top: 50%;
  margin-top: -1em;
  background: #F2A502;
  height: 2em;
  width: 2em;
  line-height: 2em;
  text-align: center;
}
.suggestions ol a::after {
  position: absolute;
  content: "";
  border: 0.5em solid transparent;
  left: -1em;
  top: 50%;
  margin-top: -0.5em;
  transition: all 0.3s ease-out;
}

.register_rules {
  /* The container */
}
.register_rules .checkbox {
  display: block;
  position: relative;
  padding: 0.878vw 1.5vw 0.878vw 2.343vw;
  cursor: pointer;
  font-size: 0.878vw;
  color: #0D0D0D;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
.register_rules .checkbox:hover {
  color: #054550;
}
.register_rules .checkbox:hover a {
  color: #054550;
}
.register_rules .checkbox a {
  color: #0D0D0D;
  text-decoration: none;
}
.register_rules .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.register_rules .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.register_rules .checkbox .checkmark {
  position: absolute;
  top: 0.878vw;
  left: 0;
  height: 1.171vw;
  width: 1.171vw;
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register_rules .checkbox .checkmark::after {
  content: "";
  display: none;
}
.register_rules .checkbox .checkmark:after {
  width: 0.586vw;
  height: 0.586vw;
  border-radius: 2px;
  background-color: #054550;
}
.register_rules .checkbox:hover input ~ .checkmark:after {
  display: block;
}

main.p-20 {
  padding-top: 20px;
}

@keyframes shakeCart {
  25% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fromLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
.shake {
  animation: shakeCart 0.4s ease-in-out forwards;
}

.main-news {
  padding-top: 16px;
  margin-bottom: 100px;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Conv_FiraGO-Regular";
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Conv_FiraGO-SemiBold";
  color: #0D0D0D;
  line-height: 1.5;
}

p,
ul,
ol,
span,
strong,
i,
em,
b {
  font-size: max(1.025vw, 10px);
  line-height: 1;
  color: #666666;
}

b a {
  font-size: max(1.025vw, 10px);
  line-height: 1;
  color: #666666;
  font-family: "Conv_FiraGO-Bold";
}

b,
strong {
  font-family: "Conv_FiraGO-Bold";
}

ul,
ol {
  list-style-position: inside;
}

.pr_desc p,
.pr_desc ul,
.pr_desc ol,
.pr_desc span,
.pr_desc strong,
.pr_desc i,
.pr_desc em,
.pr_desc b,
.product_page .tab-content p,
.product_page .tab-content ul,
.product_page .tab-content ol,
.product_page .tab-content span,
.product_page .tab-content strong,
.product_page .tab-content i,
.product_page .tab-content em,
.product_page .tab-content b,
.warranty_section p,
.warranty_section ul,
.warranty_section ol,
.warranty_section span,
.warranty_section strong,
.warranty_section i,
.warranty_section em,
.warranty_section b,
.blog_inner p,
.blog_inner ul,
.blog_inner ol,
.blog_inner span,
.blog_inner strong,
.blog_inner i,
.blog_inner em,
.blog_inner b,
.company_section p,
.company_section ul,
.company_section ol,
.company_section span,
.company_section strong,
.company_section i,
.company_section em,
.company_section b,
.faq_section p,
.faq_section ul,
.faq_section ol,
.faq_section span,
.faq_section strong,
.faq_section i,
.faq_section em,
.faq_section b {
  font-size: 1.025vw;
  line-height: 1.4;
}

table {
  width: 100%;
  border-collapse: collapse;
}
table tr td {
  font-size: 0.87vw;
  color: #8d8d8d;
  font-family: "Conv_FiraGO-Medium";
  border: 1px solid #e6e6e6;
  padding: 8px 16px;
  background-color: #fff;
}
table tr td p {
  margin-bottom: 0 !important;
}

.lari {
  font-family: "gell";
  font-size: inherit;
}

:focus,
:active {
  outline: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  -webkit-box-shadow: none;
  background-color: #F2A502;
}

body.hidden {
  overflow: hidden;
}

.container {
  width: 80%;
  margin: 0 auto;
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.modal.active {
  display: flex;
}
.modal .modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.64);
  position: absolute;
  top: 0;
  left: 0;
}
.modal .modal_container {
  width: 38.067vw;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.modal .modal_container .modal_header {
  border-bottom: 2px solid #E0E0E0;
  padding: 2.05vw 1.464vw;
  display: flex;
  justify-content: space-between;
}
.modal .modal_container .modal_header h3 {
  font-size: 1.464vw;
}
.modal .modal_container .modal_header .close {
  cursor: pointer;
}
.modal .modal_container .modal_header .close svg {
  fill: #0D0D0D;
  transition: 0.2s;
}
.modal .modal_container .modal_header .close:hover svg {
  fill: #054550;
}
.modal .modal_container .modal_body {
  padding: 2.05vw 1.464vw;
}

.text p {
  font-size: 1.025vw;
  line-height: 2.196vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
.text a {
  font-size: 1.025vw;
  line-height: 2.196vw;
  color: #054550;
  text-decoration: underline;
  font-family: "Conv_FiraGO-Bold";
}

header ul {
  list-style: none;
}
header a {
  text-decoration: none;
  font-size: 0.878vw;
  line-height: 1.611vw;
  color: #848484;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  padding: 0.878vw;
  display: flex;
  align-items: center;
  transition: 0.2s;
}
header a svg {
  vertical-align: middle;
  margin-right: 0.439vw;
  fill: #0D0D0D;
}
header a:hover {
  color: #054550;
}
header a:hover svg {
  fill: #054550;
}
header .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
header .header_top .left {
  display: flex;
  align-items: center;
}
header .header_top .left .info {
  display: flex;
  align-items: center;
}
header .header_top .left .lang {
  position: relative;
}
header .header_top .left .lang span {
  text-decoration: none;
  font-size: 0.878vw;
  line-height: 1.611vw;
  color: #848484;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  padding: 0.878vw;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.2s;
}
header .header_top .left .lang span svg {
  fill: #0D0D0D;
  vertical-align: middle;
}
header .header_top .left .lang span svg:first-child {
  margin-right: 0.439vw;
}
header .header_top .left .lang span svg:last-child {
  margin-left: 0.439vw;
}
header .header_top .left .lang span:hover {
  color: #054550;
}
header .header_top .left .lang span:hover svg {
  fill: #054550;
}
header .header_top .left .lang ul {
  position: absolute;
  top: 2.928vw;
  right: 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  display: none;
  overflow: hidden;
  transition: 0.4s;
  z-index: 2;
}
header .header_top .left .lang ul.active {
  display: block;
}
header .header_top .left .lang ul li {
  border-bottom: 2px solid #E0E0E0;
}
header .header_top .left .lang ul li:last-child {
  border-bottom: 0;
}
header .header_top .left .lang ul li a {
  display: inline-block;
  padding: 0.7vw 0.8vw;
  font-size: 0.9vw;
  line-height: 1.025vw;
  color: #0D0D0D;
}
header .header_top .left .lang ul li a:hover {
  color: #054550;
}
header .header_top .menu {
  display: flex;
  align-items: center;
}
header .header_top .menu li {
  position: relative;
}
header .header_top .menu li.active a {
  color: #0D0D0D;
}
header .header_top .menu li.active ul li a {
  color: #666666;
}
header .header_top .menu li a {
  font-size: 0.9vw;
  font-family: "Conv_FiraGO-Bold";
  color: #666666;
  transition: 0.2s;
  white-space: nowrap;
}
header .header_top .menu li a svg {
  width: 0.5vw;
  fill: #666666;
  margin-left: 6px;
  transition: 0.3s;
}
header .header_top .menu li a:hover {
  color: #0D0D0D;
}
header .header_top .menu li a:hover svg {
  fill: #0D0D0D;
  transform: rotate(-180deg);
}
header .header_top .menu li ul {
  position: absolute;
  z-index: 10;
  display: none;
  flex-direction: column;
  background-color: #fff;
  padding-left: 1.17vw;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}
header .header_top .menu li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
header .header_top .menu li ul li a {
  padding: 1vw 1vw 1vw 0;
  font-size: 0.9vw;
  color: #666666;
  box-sizing: border-box;
  white-space: nowrap;
}
header .header_top .menu li ul li a:hover {
  color: #F2A502;
}
header .header_top .menu li ul li:last-child {
  border: 0;
}
header .header_top .menu li ul:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 1.17vw;
  top: -6px;
}
header .header_top .menu li:hover ul {
  display: flex;
}
header .header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.878vw;
}
header .header_bottom .logo {
  display: flex;
}
header .header_bottom .logo .brand-logo {
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
}
header .header_bottom .logo .brand-logo img {
  width: 3vw;
}
header .header_bottom .logo svg {
  width: 13.47vw;
}
header .header_bottom .logo img {
  width: 13.47vw;
}
header .header_bottom .right {
  width: calc(100% - 20vw);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header_bottom .right .menu {
  display: flex;
}
header .header_bottom .right .menu li {
  position: relative;
}
header .header_bottom .right .menu li.active a {
  color: #0D0D0D;
}
header .header_bottom .right .menu li.active ul li a {
  color: #666666;
}
header .header_bottom .right .menu li a {
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  color: #666666;
  transition: 0.2s;
  white-space: nowrap;
}
header .header_bottom .right .menu li a svg {
  width: 0.5vw;
  fill: #666666;
  margin-left: 6px;
  transition: 0.3s;
}
header .header_bottom .right .menu li a:hover {
  color: #0D0D0D;
}
header .header_bottom .right .menu li a:hover svg {
  fill: #0D0D0D;
  transform: rotate(-180deg);
}
header .header_bottom .right .menu li ul {
  position: absolute;
  z-index: 10;
  display: none;
  flex-direction: column;
  background-color: #fff;
  padding-left: 1.17vw;
}
header .header_bottom .right .menu li ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
header .header_bottom .right .menu li ul li a {
  padding: 1vw 1vw 1vw 0;
  font-size: 0.9vw;
  color: #666666;
  box-sizing: border-box;
  white-space: nowrap;
}
header .header_bottom .right .menu li ul li a:hover {
  color: #F2A502;
}
header .header_bottom .right .menu li ul li:last-child {
  border: 0;
}
header .header_bottom .right .menu li ul:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 1.17vw;
  top: -6px;
}
header .header_bottom .right .menu li:hover ul {
  display: flex;
}
header .header_bottom .right .search {
  width: 100%;
  margin-right: 0.732vw;
}
header .header_bottom .right .search .search_resp {
  display: none;
}
header .header_bottom .right .search .search_form {
  margin: 0 auto;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  position: relative;
}
header .header_bottom .right .search .search_form form {
  display: flex;
  align-items: center;
}
header .header_bottom .right .search .search_form form .search_svg,
header .header_bottom .right .search .search_form form .close_button {
  width: 1.758vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_bottom .right .search .search_form form .search_svg svg,
header .header_bottom .right .search .search_form form .close_button svg {
  width: 1.758vw;
}
header .header_bottom .right .search .search_form form input {
  font-size: 1.025vw;
  border: 0;
  width: 100%;
  padding-left: 1.171vw;
}
header .header_bottom .right .search .search_form form input:hover, header .header_bottom .right .search .search_form form input:active, header .header_bottom .right .search .search_form form input:focus {
  outline: none;
}
header .header_bottom .right .search .search_form form .clear_button {
  cursor: pointer;
  font-size: 0.878vw;
  line-height: 1.025vw;
  color: #c6c6c6;
  padding: 13px;
  border-right: 1px solid #e8ebec;
}
header .header_bottom .right .search .search_form form .close_button {
  cursor: pointer;
}
header .header_bottom .right .search .search_form form .search_icon_1 {
  padding: 0.5vw;
  transition: 0.2s;
}
header .header_bottom .right .search .search_form form .search_icon_1 button {
  background: none;
  border: 0;
  cursor: pointer;
}
header .header_bottom .right .search .search_form form .search_icon_1 svg {
  width: 1.318vw;
  fill: #054550;
}
header .header_bottom .right .search .search_form form .search_icon_1:hover svg {
  fill: #054550;
}
header .header_bottom .right .search .search_form .search_results {
  background-color: #054550;
  max-height: 70vh;
  overflow-X: auto;
  border-radius: 4px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}
header .header_bottom .right .search .search_form .search_results ul {
  padding: 0 1.757vw;
}
header .header_bottom .right .search .search_form .search_results ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  position: relative;
  border-bottom: 2px solid #E0E0E0;
}
header .header_bottom .right .search .search_form .search_results ul li img {
  width: 2.928vw;
  height: 2.928vw;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
header .header_bottom .right .search .search_form .search_results ul li h3 {
  width: calc(100% - 2.928vw);
  padding-left: 1.171vw;
  font-size: 1.171vw;
  line-height: 1.903vw;
  color: #E0E0E0;
  font-weight: normal;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  transition: 0.4s;
}
header .header_bottom .right .search .search_form .search_results ul li h3 span {
  color: #F2A502;
  font-weight: normal;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  font-size: 1.171vw;
  line-height: 1.903vw;
}
header .header_bottom .right .search .search_form .search_results ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .header_bottom .right .search .search_form .search_results ul li:hover h3 {
  color: #F2A502;
}
header .header_bottom .right .search .search_form .search_results ul li:hover h3 span {
  color: #F2A502;
}
header .header_bottom .right .cart_info {
  margin: 0 0.732vw;
  display: flex;
  position: relative;
}
header .header_bottom .right .cart_info .cart_button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .header_bottom .right .cart_info .cart_button .cart_icon {
  margin-right: 0.732vw;
  position: relative;
  cursor: pointer;
}
header .header_bottom .right .cart_info .cart_button .cart_icon svg {
  width: 1.318vw;
  fill: #0D0D0D;
}
header .header_bottom .right .cart_info .cart_button .cart_icon .count {
  position: absolute;
  top: -0.732vw;
  right: -0.732vw;
  width: 1.464vw;
  height: 1.464vw;
  background-color: #E8000D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.878vw;
}
header .header_bottom .right .cart_info .cart_button .full_price {
  color: #054550;
  font-family: "Conv_Montserrat-ExtraBold";
  font-weight: bold;
  font-size: 0.878vw;
  display: flex;
  flex-wrap: nowrap;
}
header .header_bottom .right .cart_info .cart_dropdown {
  border-radius: 4px;
  position: absolute;
  top: 3.514vw;
  left: 50%;
  transform: translateX(-50%);
  width: 26.354vw;
  background-color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  display: none;
  overflow: hidden;
  transition: 0.4s;
  z-index: 9999;
}
header .header_bottom .right .cart_info .cart_dropdown.active {
  display: block;
}
header .header_bottom .right .cart_info .cart_dropdown .product {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
header .header_bottom .right .cart_info .cart_dropdown .product .cencel {
  padding: 0.878vw;
  cursor: pointer;
}
header .header_bottom .right .cart_info .cart_dropdown .product .cencel svg {
  fill: #0D0D0D;
  transition: 0.4s;
}
header .header_bottom .right .cart_info .cart_dropdown .product .cencel:hover svg {
  transform: scale(1.1);
  fill: #E8000D !important;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right {
  position: relative;
  width: 100%;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right:hover .product_info h2 {
  color: #F2A502;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right:hover .product_image img {
  transform: scale(1.05);
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_image {
  width: 4.905vw;
  height: 4.905vw;
  margin-right: 0.586vw;
  border-radius: 4px;
  overflow: hidden;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_image a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.2s;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .price_line {
  display: flex;
  align-items: center;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info {
  width: 100%;
  padding-right: 0.586vw;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info h2 a {
  font-size: 1.025vw;
  line-height: 1.4;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  transition: 0.2s;
  padding: 0;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .old_price {
  font-size: 0.8vw;
  line-height: 1;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  margin-left: 0.732vw;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .price {
  font-size: 1vw;
  line-height: 1.2vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity {
  max-width: 7.321vw;
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .plus,
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .minus {
  cursor: pointer;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .plus svg,
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .plus:hover svg,
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .minus:hover svg {
  fill: #054550;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .dropdown-plus,
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .dropdown-minus {
  cursor: pointer;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .dropdown-plus svg,
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .dropdown-minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .dropdown-plus:hover svg,
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity .dropdown-minus:hover svg {
  fill: #054550;
}
header .header_bottom .right .cart_info .cart_dropdown .product .right .product_info .quantity input {
  width: 3.66vw;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
}
header .header_bottom .right .cart_info .cart_dropdown > a {
  display: block;
  text-align: center;
  background-color: #054550;
  color: #fff;
  font-size: 1.025vw;
  line-height: 1.464vw;
  font-family: "Conv_FiraGO-Bold";
  padding: 0.878vw;
  margin: 1.171vw;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
header .header_bottom .right .cart_info .cart_dropdown > a:hover {
  background-color: #F2A502;
}
header .header_bottom .right .wishlist {
  position: relative;
  margin: 0 0.732vw;
  cursor: pointer;
}
header .header_bottom .right .wishlist a {
  padding: 0;
}
header .header_bottom .right .wishlist svg {
  width: 1.318vw;
  fill: #0D0D0D;
}
header .header_bottom .right .wishlist .count {
  position: absolute;
  top: -0.732vw;
  right: -0.732vw;
  width: 1.464vw;
  height: 1.464vw;
  background-color: #E8000D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.878vw;
}
header .header_bottom .right .compare_icon {
  position: relative;
  margin: 0 0.732vw;
  cursor: pointer;
}
header .header_bottom .right .compare_icon a {
  padding: 0;
}
header .header_bottom .right .compare_icon svg {
  width: 1.318vw;
  fill: #0D0D0D;
}
header .header_bottom .right .compare_icon .count {
  position: absolute;
  top: -0.732vw;
  right: -0.732vw;
  width: 1.464vw;
  height: 1.464vw;
  background-color: #E8000D;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 0.878vw;
}
header .header_bottom .right .auth_buttons {
  margin-left: 0.732vw;
  position: relative;
}
header .header_bottom .right .auth_buttons span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #054550;
  color: #fff;
  padding: 1.025vw 1.611vw;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  font-size: 1.025vw;
  white-space: nowrap;
}
header .header_bottom .right .auth_buttons span svg {
  fill: #fff;
  vertical-align: middle;
  margin-right: 0.439vw;
  height: 1.171vw;
}
header .header_bottom .right .auth_buttons span:hover {
  background-color: #F2A502;
}
header .header_bottom .right .auth_buttons > a {
  display: inline-block;
  background-color: #F2A502;
  color: #fff;
  padding: 1.025vw 1.611vw;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
header .header_bottom .right .auth_buttons > a svg {
  fill: #fff;
  vertical-align: middle;
  margin-right: 0.439vw;
}
header .header_bottom .right .auth_buttons > a:hover {
  background-color: #054550;
}
header .header_bottom .right .auth_buttons ul {
  position: absolute;
  top: 4.392vw;
  right: 0;
  width: 11.713vw;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
  display: none;
  transition: 0.4s;
  z-index: 11;
}
header .header_bottom .right .auth_buttons ul.active {
  display: block;
}
header .header_bottom .right .auth_buttons ul li {
  border-bottom: 2px solid #E0E0E0;
}
header .header_bottom .right .auth_buttons ul li:last-child {
  border-bottom: 0;
}
header .header_bottom .right .auth_buttons ul li a {
  display: inline-block;
  padding: 1.464vw 1.171vw;
}
header .header_bottom .right .auth_buttons ul li a.logout {
  color: #E8000D;
}
header .header_bottom .right .auth_buttons ul li a.logout:hover {
  color: #054550;
}
header .burger_menu {
  display: none;
}

@keyframes modalAnimate {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalHide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slide {
  from {
    transform: translateX(40vw);
    opacity: 0.3;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fromTopToBottom {
  from {
    transform: translateY(-40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cat_slider {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 25.6vw;
}

.categories {
  width: 19vw;
  position: relative;
}
.categories h3 {
  background-color: #054550;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin-bottom: 1.171vw;
  font-size: 1.025vw;
  line-height: 3.514vw;
}
.categories h3 svg {
  position: absolute;
  top: 1.171vw;
  left: 1.171vw;
  height: 1.171vw;
  vertical-align: middle;
}
.categories h3 a {
  color: #fff;
  font-size: 1.025vw;
  line-height: 3.514vw;
  font-family: "Conv_FiraGO-Bold";
  text-decoration: none;
}
.categories ul {
  list-style: none;
  background-color: #054550;
  border-radius: 4px;
  padding: 0.586vw;
}
.categories ul li {
  padding: 0 0.878vw;
  transition: 0.2s;
  cursor: pointer;
}
.categories ul li:hover {
  background-color: #003139;
}
.categories ul li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0.586vw 0;
  font-size: 0.878vw;
}
.categories > ul {
  height: calc(100% - 4.685vw);
  overflow: auto;
}
.categories > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}
.categories > ul > li .cat_dropdown,
.categories > ul > li .cat_dropdown_inner {
  padding: 4px;
  cursor: pointer;
}
.categories > ul > li .cat_dropdown:hover svg,
.categories > ul > li .cat_dropdown_inner:hover svg {
  transform: rotate(180deg) scale(1.1) translateX(-2px);
}
.categories > ul > li .cat_dropdown svg,
.categories > ul > li .cat_dropdown_inner svg {
  width: 0.366vw;
  height: 0.586vw;
  fill: #fff;
  transform: rotate(180deg);
  transition: 0.2s;
}
.categories > ul > li ul {
  width: 17.007vw;
  position: absolute;
  left: calc(100% + 0.586vw);
  display: none;
  transition: opacity visibility 0.2s;
  z-index: 2;
}
.categories > ul > li ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories > ul > li ul li ul {
  width: 15.007vw;
  position: absolute;
  left: calc(100% + 1.4vw);
  top: 0;
  display: none;
}
.categories > ul > li ul li ul.active {
  display: block;
}
.categories > ul > li ul.active {
  display: block;
}

.main_slider {
  z-index: 1;
  width: calc(100% - 20vw);
  border-radius: 4px;
  overflow: hidden;
}
.main_slider .swiper-container {
  height: 100%;
}
.main_slider .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.main_slider .swiper-container .swiper-slide .slider_texts {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 4.392vw;
}
.main_slider .swiper-container .swiper-slide .slider_texts h3 {
  font-family: "Conv_FiraGO-Bold";
  font-size: 2.343vw;
  line-height: 3.148vw;
  color: #fff;
  margin-bottom: 20px;
}
.main_slider .swiper-container .swiper-slide .slider_texts p {
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-size: 1.171vw;
  line-height: 2.196vw;
  color: #fff;
  max-width: 60%;
}
.main_slider .swiper-container .swiper-slide .slider_texts a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main_slider .swiper-container .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_slider .swiper-container .swiper-container-horizontal > .swiper-pagination-bullets,
.main_slider .swiper-container .swiper-pagination-custom,
.main_slider .swiper-container .swiper-pagination-fraction {
  bottom: 25px;
}
.main_slider .swiper-container .swiper-pagination-bullet {
  width: 0.293vw;
  height: 0.293vw;
  background: #fff;
  opacity: 1;
  box-sizing: content-box;
}
.main_slider .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: transparent;
  border: 0.146vw solid #fff;
}

.section_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 1.21vw;
}
.section_title.inner {
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 20px;
}
.section_title h3 {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #054550;
  font-family: "Conv_FiraGO-Bold";
  padding-right: 1vw;
}
.section_title a {
  display: inline-block;
  padding: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Bold";
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1em;
  transition: 0.4s;
}
.section_title a:hover {
  border: 1px solid #054550;
  color: #054550;
}
.section_title a:hover span {
  color: #054550;
}
.section_title span {
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Bold";
  font-size: 1em;
}

.products_By_category, .products_By_category_bottom {
  position: relative;
}
.products_By_category .slider_arrows, .products_By_category_bottom .slider_arrows {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
}
.products_By_category .swiper-button-next,
.products_By_category .swiper-button-prev, .products_By_category_bottom .swiper-button-next,
.products_By_category_bottom .swiper-button-prev {
  color: #fff;
  background-color: #054550;
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
  transition: 0.4s;
}
.products_By_category .swiper-button-next:after,
.products_By_category .swiper-button-prev:after, .products_By_category_bottom .swiper-button-next:after,
.products_By_category_bottom .swiper-button-prev:after {
  display: none;
}
.products_By_category .swiper-button-next svg,
.products_By_category .swiper-button-prev svg, .products_By_category_bottom .swiper-button-next svg,
.products_By_category_bottom .swiper-button-prev svg {
  height: 0.732vw;
}
.products_By_category .swiper-button-next:hover,
.products_By_category .swiper-button-prev:hover, .products_By_category_bottom .swiper-button-next:hover,
.products_By_category_bottom .swiper-button-prev:hover {
  background-color: #F2A502;
}
.products_By_category .swiper-button-next, .products_By_category_bottom .swiper-button-next {
  right: -1.757vw;
}
.products_By_category .swiper-button-next svg, .products_By_category_bottom .swiper-button-next svg {
  transform: rotate(180deg);
}
.products_By_category .swiper-button-prev, .products_By_category_bottom .swiper-button-prev {
  left: -1.757vw;
}

.half_slider {
  margin-left: 10vw;
  position: relative;
  margin-bottom: 20px;
}
.half_slider .swiper-container .swiper-wrapper .swiper-slide {
  width: 12.4vw;
  margin-right: 1vw;
}
.half_slider .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 0.4;
}
.half_slider .swiper-button-next,
.half_slider .swiper-button-prev {
  color: #fff;
  background-color: #054550;
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
  transition: 0.4s;
}
.half_slider .swiper-button-next:after,
.half_slider .swiper-button-prev:after {
  display: none;
}
.half_slider .swiper-button-next svg,
.half_slider .swiper-button-prev svg {
  height: 0.732vw;
}
.half_slider .swiper-button-next:hover,
.half_slider .swiper-button-prev:hover {
  background-color: #F2A502;
}
.half_slider .swiper-button-next {
  right: 8.243vw;
}
.half_slider .swiper-button-next svg {
  transform: rotate(180deg);
}
.half_slider .swiper-button-prev {
  left: -1.757vw;
}

.products_By_category .swiper-container .swiper-wrapper .swiper-slide, .products_By_category_bottom .swiper-container .swiper-wrapper .swiper-slide {
  width: 12.4vw;
  margin-right: 1vw;
}

.compare_page .swiper-container .swiper-wrapper .swiper-slide {
  width: 18.8vw;
  margin-right: 1vw;
}

.half_slider > .swiper-container, .products_By_category_bottom > .swiper-container, .products_By_category > .swiper-container {
  padding: 20px 0;
  margin: -20px 0;
}

.product_item {
  position: relative;
  padding-bottom: 6px;
  box-shadow: 0 0 20px rgba(0, 0, 16, 0.04);
  border-radius: 4px;
  overflow: hidden;
  transition: 0.4s;
  font-size: 1vw;
  z-index: 999;
}
.product_item .id, .product_item .quantity, .product_item .cat {
  display: none;
}
.product_item .product_image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.product_item .product_image .swiper-container {
  height: 100%;
}
.product_item .product_image > a > img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.product_item .product_image.product_item_slider {
  width: 100%;
  position: relative;
}
.product_item .product_image.product_item_slider .swiper-slide {
  width: 100%;
  margin-right: 0 !important;
}
.product_item .product_image.product_item_slider .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.product_item .product_image.product_item_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_item .product_image.product_item_slider .swiper-pagination {
  width: 100%;
  height: 15px;
  padding: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10rpx;
}
.product_item .product_image.product_item_slider .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #054550;
  transition: 0.2s;
}
.product_item .product_image.product_item_slider .swiper-pagination .swiper-pagination-bullet:hover {
  transform: scale(1.5);
}
.product_item .product_image.product_item_slider .swiper-pagination .swiper-pagination-bullet-active {
  transform: scale(1.5);
}
.product_item .product_image.product_item_slider .pr-next, .product_item .product_image.product_item_slider .pr-prev {
  width: 30px;
  padding: 3px 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product_item .product_image.product_item_slider .pr-next svg {
  height: 0.732vw;
  transform: rotate(180deg);
  fill: #054550;
}
.product_item .product_image.product_item_slider .pr-prev {
  left: 30%;
}
.product_item .product_image.product_item_slider .pr-prev svg {
  height: 0.732vw;
  fill: #054550;
}
.product_item .product_image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.product_item .product_image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product_item .product-item-promos {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 11;
}
.product_item .product-item-promos .badge-image {
  width: 50px;
}
.product_item .product-item-promos .badge-image img {
  width: 100%;
}
.product_item .online_price {
  display: inline-block;
  background-color: #fff;
  color: #0D0D0D;
  border-radius: 20px;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-size: 0.878em;
  line-height: 1.2em;
  padding: 3px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 11;
}
.product_item .promo_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.product_item .promo_image img {
  max-height: 30%;
  max-width: 30%;
}
.product_item .product_buttons {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.product_item .product_buttons .sale {
  display: block;
  background-color: #E8000D;
  color: #fff;
  border-radius: 20px;
  font-family: "Conv_FiraGO-Bold";
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 2px;
  padding: 3px;
  z-index: 11;
}
.product_item .product_buttons .add_to_cart, .product_item .product_buttons .add_to_wishlist, .product_item .product_buttons .add_to_compare {
  display: none;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2em;
  height: 2em;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 2px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 16, 0.04);
}
.product_item .product_buttons .add_to_cart svg, .product_item .product_buttons .add_to_wishlist svg, .product_item .product_buttons .add_to_compare svg {
  width: 0.9em;
  min-width: 14px;
  fill: #054550;
  vertical-align: middle;
  transition: 0.4s;
}
.product_item .product_buttons .add_to_cart:hover, .product_item .product_buttons .add_to_wishlist:hover, .product_item .product_buttons .add_to_compare:hover {
  background-color: #054550;
}
.product_item .product_buttons .add_to_cart:hover svg, .product_item .product_buttons .add_to_wishlist:hover svg, .product_item .product_buttons .add_to_compare:hover svg {
  fill: #fff;
}
.product_item .product_info {
  padding: 4px;
}
.product_item .product_info .product_price {
  line-height: 1.611em;
}
.product_item .product_info .product_price .old_price {
  font-size: 0.971em;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  margin-right: 0.732vw;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
.product_item .product_info .product_price .price {
  font-size: 1.171em;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
.product_item .product_info .product_price .out_of_stock {
  display: flex;
  align-items: center;
  font-size: 0.6em;
  font-family: "Conv_FiraGO-Bold";
  color: #E8000D;
  margin-left: -2px;
}
.product_item .product_info .product_price .out_of_stock.only_order {
  margin: 0;
  color: #00B407;
}
.product_item .product_info .product_price .out_of_stock svg {
  height: 1.2em;
  margin-right: 0.1em;
  fill: #E8000D;
  vertical-align: middle;
}
.product_item .product_info h2 {
  font-size: 0.878em;
  line-height: 1.1em;
  height: 2.2em;
  overflow: hidden;
}
.product_item .product_info h2 a {
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  text-decoration: none;
}
.product_item .product_info .add_to_cart1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #F2A502;
  color: #fff;
  width: 2em;
  height: 2em;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.product_item .product_info .add_to_cart1 svg {
  width: 16px;
  fill: #fff;
  vertical-align: middle;
  transition: 0.4s;
}
.product_item .product_info .add_to_cart1:hover {
  background-color: #054550;
}
.product_item .product_info .add_to_cart {
  display: inline-block;
  text-align: center;
  background-color: #F2A502;
  color: #fff;
  font-size: 0.878em;
  line-height: 1.025em;
  font-family: "Conv_FiraGO-Bold";
  width: 100%;
  padding: 0.878em;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
.product_item .product_info .add_to_cart svg {
  width: 1.318em;
  fill: #fff;
  vertical-align: middle;
  margin-right: 8px;
  transition: 0.4s;
}
.product_item .product_info .add_to_cart:hover {
  background-color: #054550;
  color: #F2A502;
}
.product_item .product_info .add_to_cart:hover svg {
  fill: #F2A502;
}
.product_item .pr_right {
  display: none;
}
.product_item:hover {
  transform: scale(1.05);
}
.product_item:hover .add_to_cart, .product_item:hover .add_to_wishlist, .product_item:hover .add_to_compare {
  display: flex;
  animation: fromLeft 0.4s;
}
.product_item:hover .product_slider .slider_arrows {
  opacity: 1;
}

main.bg-white {
  background-color: #fff;
}
main .featured_products {
  margin-bottom: 4vw;
}
main .featured_products.inner {
  margin-bottom: 0;
}
main .featured_products .product_item .product_info .add_to_cart {
  background-color: #054550;
}
main .featured_products .product_item .product_info .add_to_cart:hover {
  background-color: #F2A502;
  color: #054550;
}
main .featured_products .product_item .product_info .add_to_cart:hover svg {
  fill: #054550;
}
main .banners {
  display: flex;
  justify-content: space-between;
  margin: 1vw auto 0;
}
main .banners.inner-banner {
  margin: 0 auto 20px !important;
}
main .banners .banner {
  width: 100%;
  height: 12vw;
  border-radius: 4px;
}
main .banners .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .banners.full_width .banner {
  width: 100%;
}
main .banners.full_width .banner:nth-child(1) {
  margin-right: 0;
}
main .middle_banners {
  display: flex;
  justify-content: space-between;
  height: -moz-fit-content;
  height: fit-content;
}
main .middle_banners img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
main .middle_banners .l_banner {
  width: 25%;
}
main .middle_banners .r_banner {
  width: 74%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .middle_banners .r_banner .rsm_banner {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  justify-content: space-between;
}
main .middle_banners .r_banner .rsm_banner a {
  display: block;
  width: 100%;
}
main .middle_banners .r_banner .rsm_banner .sm_banner {
  width: 49.3%;
}
main .news_banners {
  display: flex;
  justify-content: space-between;
  height: 25vw;
  margin-top: 1vw;
}
main .news_banners a {
  display: block;
  width: 100%;
  height: 25vw;
  overflow: hidden;
}
main .news_banners a:hover img {
  transform: scale(1.05);
}
main .news_banners img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
main .news_banners .left {
  margin-right: 1vw;
  width: 47.6vw;
}
main .news_banners .right {
  width: calc(100% - 48.6vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .news_banners .right .rsm_banner {
  display: flex;
  justify-content: space-between;
}
main .news_banners .right .rsm_banner a {
  height: 12vw;
}
main .categories_tabs .left {
  display: flex;
  align-items: center;
}
main .categories_tabs .cat-tabs {
  display: flex;
  list-style: none;
}
main .categories_tabs .cat-tabs__mobile {
  display: none;
}
main .categories_tabs .cat-tabs__list {
  display: flex;
}
main .categories_tabs .cat-tabs li {
  color: #0D0D0D;
  font-size: 1.2em;
  line-height: 2.343em;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  border-bottom: 2px solid transparent;
  margin-right: 1vw;
  cursor: pointer;
  transition: 0.4s;
}
main .categories_tabs .cat-tabs li:hover, main .categories_tabs .cat-tabs li.active {
  color: #054550;
  border-bottom: 2px solid #054550;
}
main .categories_tabs .cat-tab-panel {
  display: none;
}
main .categories_tabs .cat-tab-panel.active {
  display: block;
}
main .products_list {
  display: grid;
  grid-gap: 1vw;
  grid-template-columns: repeat(6, 12.4vw);
  margin-bottom: 1vw;
}
main .products_list .product_item .product_info .add_to_cart {
  background-color: #054550;
}
main .products_list .product_item .product_info .add_to_cart:hover {
  background-color: #F2A502;
  color: #054550;
}
main .products_list .product_item .product_info .add_to_cart:hover svg {
  fill: #054550;
}
main .products_page {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
main .products_page .filter_mobile {
  display: none;
}
main .products_page .filter_mobile a {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0.8vw 1.171vw;
  background-color: #fff;
  border-radius: 4px;
  color: #0D0D0D;
  font-size: 0.7vw;
  text-decoration: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
main .products_page .filter_mobile a svg {
  height: 1.171vw;
  margin-right: 1.171vw;
  fill: #0D0D0D;
}
main .products_page .filter_mobile a:hover {
  color: #054550;
}
main .products_page .filter_mobile a:hover svg {
  fill: #054550;
}
main .products_page .products_filters {
  width: 20.371vw;
}
main .products_page .products_filters .filter_link a {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0.8vw 1.171vw;
  background-color: #fff;
  border-radius: 4px;
  color: #0D0D0D;
  font-size: 0.7vw;
  text-decoration: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
main .products_page .products_filters .filter_link a svg {
  height: 1vw;
  margin-right: 1.171vw;
  fill: #0D0D0D;
}
main .products_page .products_filters .filter_link a:hover {
  color: #054550;
}
main .products_page .products_filters .filter_link a:hover svg {
  fill: #054550;
}
main .products_page .products_filters .price_filter .from_to {
  display: grid;
  grid-template-columns: repeat(2, 48%);
  justify-content: space-between;
  margin: 20px 0;
}
main .products_page .products_filters .price_filter .from_to input {
  padding: 0.5vw;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  font-size: 0.878vw;
  /* Firefox */
}
main .products_page .products_filters .price_filter .from_to input::-webkit-outer-spin-button, main .products_page .products_filters .price_filter .from_to input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
main .products_page .products_filters .price_filter .from_to input[type=number] {
  -moz-appearance: textfield;
}
main .products_page .products_filters .price_filter .range {
  width: 100%;
}
main .products_page .products_filters .search_for_brends {
  border: 2px solid #E0E0E0;
  display: flex;
  align-items: center;
  padding-left: 0.878vw;
  margin-top: 0.8vw;
}
main .products_page .products_filters .search_for_brends svg {
  height: 1.171vw;
}
main .products_page .products_filters .search_for_brends input {
  display: inline-block;
  height: 2.3vw;
  width: calc(100% - 1.171vw);
  border: 0;
  padding: 0 0.878vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
main .products_page .products_filters-close {
  display: none;
}
main .products_page .products_list {
  width: calc(100% - 20.371vw);
  display: block;
}
main .products_page .products_list.grid .products_list_inner {
  display: grid;
  grid-template-columns: repeat(5, calc((100% - 4vw) / 5));
  grid-gap: 1vw;
  justify-content: space-between;
}
main .products_page .products_list.grid .products_list_inner .product_item .id, main .products_page .products_list.grid .products_list_inner .product_item .quantity, main .products_page .products_list.grid .products_list_inner .product_item .cat {
  display: none;
}
main .products_page .products_list.list .products_list_inner .product_item {
  width: 100%;
  height: calc(14vw + 16px);
  margin-bottom: 0.5vw;
  display: flex;
  justify-content: space-between;
}
main .products_page .products_list.list .products_list_inner .product_item .line, main .products_page .products_list.list .products_list_inner .product_item:after, main .products_page .products_list.list .products_list_inner .product_item::before {
  display: none;
}
main .products_page .products_list.list .products_list_inner .product_item .id, main .products_page .products_list.list .products_list_inner .product_item .quantity, main .products_page .products_list.list .products_list_inner .product_item .cat {
  display: block;
}
main .products_page .products_list.list .products_list_inner .product_item .product_image {
  width: 14vw;
  height: 100%;
  overflow: hidden;
}
main .products_page .products_list.list .products_list_inner .product_item .product_image > img {
  height: 19vw;
}
main .products_page .products_list.list .products_list_inner .product_item .product_image.product_item_slider {
  height: 100%;
}
main .products_page .products_list.list .products_list_inner .product_item .product_image.product_item_slider .swiper-slide img {
  height: 19vw;
}
main .products_page .products_list.list .products_list_inner .product_item .product_image.product_item_slider .swiper-pagination {
  bottom: 2px;
}
main .products_page .products_list.list .products_list_inner .product_item .product_image .product_buttons {
  display: none;
}
main .products_page .products_list.list .products_list_inner .product_item .product_info {
  width: calc(100% - 14vw);
  display: flex;
  padding: 10px;
}
main .products_page .products_list.list .products_list_inner .product_item .product_info .pr_left {
  padding: 10px;
  width: 60%;
}
main .products_page .products_list.list .products_list_inner .product_item .product_info .pr_left .product_price {
  display: none;
}
main .products_page .products_list.list .products_list_inner .product_item .product_info .pr_right {
  padding: 10px;
  width: 40%;
  border-left: 1px solid #E0E0E0;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity {
  max-width: 7.321vw;
  display: flex;
  align-items: center;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .plus,
main .products_page .products_list.list .products_list_inner .product_item .quantity .minus {
  cursor: pointer;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .plus svg,
main .products_page .products_list.list .products_list_inner .product_item .quantity .minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .plus:hover svg,
main .products_page .products_list.list .products_list_inner .product_item .quantity .minus:hover svg {
  fill: #054550;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .dropdown-plus,
main .products_page .products_list.list .products_list_inner .product_item .quantity .dropdown-minus {
  cursor: pointer;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .dropdown-plus svg,
main .products_page .products_list.list .products_list_inner .product_item .quantity .dropdown-minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .dropdown-plus:hover svg,
main .products_page .products_list.list .products_list_inner .product_item .quantity .dropdown-minus:hover svg {
  fill: #054550;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity input {
  width: 3.66vw;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .add_to_cart {
  animation: none;
  margin-left: 1vw;
  background-color: #fff;
  padding: 4px;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .add_to_cart svg {
  margin-right: 0;
  fill: #054550;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .add_to_cart:hover {
  background-color: #054550;
}
main .products_page .products_list.list .products_list_inner .product_item .quantity .add_to_cart:hover svg {
  fill: #fff;
}
main .products_page .products_list.list .products_list_inner .product_item .add_to_wishlist, main .products_page .products_list.list .products_list_inner .product_item .add_to_compare {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  margin: 4px 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 2px;
  animation: none;
  font-size: 0.8vw;
  line-height: 1vw;
  color: #054550;
  white-space: nowrap;
}
main .products_page .products_list.list .products_list_inner .product_item .add_to_wishlist svg, main .products_page .products_list.list .products_list_inner .product_item .add_to_compare svg {
  width: 16px;
  fill: #054550;
  vertical-align: middle;
  transition: 0.4s;
  margin-right: 4px;
}
main .products_page .products_list.list .products_list_inner .product_item .add_to_wishlist:hover, main .products_page .products_list.list .products_list_inner .product_item .add_to_compare:hover {
  background-color: #054550;
  color: #fff;
}
main .products_page .products_list.list .products_list_inner .product_item .add_to_wishlist:hover svg, main .products_page .products_list.list .products_list_inner .product_item .add_to_compare:hover svg {
  fill: #fff;
}
main .products_page .products_list.list .products_list_inner .product_item .id {
  display: inline-block;
  background-color: #F2A502;
  color: #fff;
  border-radius: 25px;
  padding: 0.439vw;
  margin-bottom: 10px;
  font-size: 0.878vw;
  font-family: "Conv_Montserrat-ExtraBold";
  z-index: 11;
}
main .products_page .products_list.list .products_list_inner .product_item .product_price {
  margin-bottom: 10px;
}
main .products_page .products_list.list .products_list_inner .product_item h2 a {
  font-size: 1.1vw;
  line-height: 2.5vw;
}
main .products_page .products_list.list .products_list_inner .product_item ul {
  list-style: none;
  padding-bottom: 20px;
}
main .products_page .products_list.list .products_list_inner .product_item ul span,
main .products_page .products_list.list .products_list_inner .product_item ul a {
  font-size: 1.025vw;
  line-height: 2.343vw;
  color: #054550;
  text-decoration: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
main .products_page .products_list.list .products_list_inner .product_item ul span:first-child,
main .products_page .products_list.list .products_list_inner .product_item ul a:first-child {
  display: inline-block;
  min-width: 7.321vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
main .products_page .products_list.list .products_list_inner .product_item ul a:hover {
  color: #F2A502;
}
main .products_page .products_list.list .products_list_inner .product_item .pr_right {
  display: block;
}
main .products_page .products_list .view_filters {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
  font-size: 1vw;
}
main .products_page .products_list .view_filters .sort_by {
  width: 100%;
}
main .products_page .products_list .view_filters .sort_by span {
  display: none;
}
main .products_page .products_list .view_filters .sort_by ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
main .products_page .products_list .view_filters .sort_by ul li a {
  color: #848484;
  text-decoration: none;
  font-family: "Conv_FiraGO-Regular";
  padding: 0.8vw;
  font-size: 0.7em;
  color: #0D0D0D;
  transition: 0.2s;
}
main .products_page .products_list .view_filters .sort_by ul li a:hover {
  color: #054550;
}
main .products_page .products_list .view_filters .sort_by ul li.active a {
  color: #054550;
  font-size: 0.9em;
}
main .products_page .products_list .view_filters .items_count {
  position: relative;
  margin-right: 6px;
}
main .products_page .products_list .view_filters .items_count span {
  border: 1px solid #0D0D0D;
  font-size: 12px;
  color: #0D0D0D;
  border-radius: 4px;
  padding: 4px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
main .products_page .products_list .view_filters .items_count span b {
  fill: #0D0D0D;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular";
  font-weight: normal;
  font-size: 12px;
  line-height: 13px;
}
main .products_page .products_list .view_filters .items_count span svg {
  height: 4px;
  fill: #0D0D0D;
  margin-left: 4px;
}
main .products_page .products_list .view_filters .items_count span:hover {
  border: 1px solid #054550;
  color: #054550;
}
main .products_page .products_list .view_filters .items_count span:hover svg {
  fill: #054550;
}
main .products_page .products_list .view_filters .items_count ul {
  width: 100%;
  position: absolute;
  top: 28px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  display: none;
  overflow: hidden;
  -webkit-transition: 0.4s;
  border: 1px solid #E0E0E0;
  transition: 0.4s;
  z-index: 9999;
}
main .products_page .products_list .view_filters .items_count ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 8px;
  transition: 0.2s;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
}
main .products_page .products_list .view_filters .items_count ul li a {
  color: #0D0D0D;
  text-decoration: none;
}
main .products_page .products_list .view_filters .items_count ul li:last-child {
  border-bottom: 0;
}
main .products_page .products_list .view_filters .items_count ul li:hover {
  color: #054550;
}
main .products_page .products_list .view_filters .items_count ul.active {
  display: block;
}
main .products_page .products_list .view_filters .view_style {
  display: flex;
  list-style: none;
}
main .products_page .products_list .view_filters .view_style li {
  margin-right: 6px;
  cursor: pointer;
}
main .products_page .products_list .view_filters .view_style li svg {
  height: 20px;
  width: auto;
  fill: #0D0D0D;
}
main .products_page .products_list .view_filters .view_style li:hover svg {
  fill: #054550;
}
main .more_products {
  text-align: center;
}
main .more_products a {
  display: inline-block;
  text-align: center;
  background-color: #F2A502;
  color: #fff;
  font-size: 1.025vw;
  line-height: 1.464vw;
  font-family: "Conv_FiraGO-Bold";
  padding: 0.878vw;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  transition: 0.4s;
}
main .more_products a:hover {
  background-color: #054550;
  color: #F2A502;
}
main .backToTop {
  width: 6.149vw;
  margin: 40px auto 0;
  cursor: pointer;
}
main .backToTop svg {
  fill: #054550;
  transition: 0.4s;
  margin-bottom: -6px;
  width: 100% !important;
  height: auto !important;
}
main .backToTop #Path_4542 {
  transition: 0.2s;
}
main .backToTop:hover #Path_4542 {
  fill: #F2A502;
}
main .company_section .company_info {
  width: 50%;
  float: left;
  margin-right: 20px;
  margin-bottom: 16px;
}
main .company_section .company_info h1 {
  font-size: 2.343vw;
  line-height: 3.3vw;
  color: #0D0D0D;
  margin-bottom: 24px;
}
main .company_section .company_info .image {
  width: 100%;
  height: 28.551vw;
  border-radius: 4px;
  overflow: hidden;
}
main .company_section .company_info .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .clear {
  clear: both;
}
main .contact_section {
  position: relative;
}
main .contact_section #map {
  z-index: 9;
  height: 31.406vw;
}
main .contact_section #map .leaflet-marker-icon {
  width: 1.464vw !important;
  height: 1.464vw !important;
}
main .contact_section #map .leaflet-popup-content-wrapper,
main .contact_section #map .leaflet-popup-tip {
  background: #054550;
  color: #fff;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-weight: normal;
  box-shadow: 0 0 0 transparent;
}
main .contact_section #map .leaflet-popup-content-wrapper p,
main .contact_section #map .leaflet-popup-tip p {
  color: #fff;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-weight: normal;
}
main .contact_section .leaflet-container a.leaflet-popup-close-button {
  display: none !important;
}
main .contact_section .contact_info {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 4px 0 0 4px;
  padding-left: 1.83vw;
}
main .contact_section .contact_info .contact_details li {
  padding: 1.025vw 0;
  display: flex;
  flex-direction: column;
}
main .contact_section .contact_info .contact_details li span:first-child {
  font-size: 1.757vw;
  line-height: 2.196vw;
  font-family: "Conv_FiraGO-SemiBold";
  color: #0D0D0D;
  margin-bottom: 0.732vw;
}
main .contact_section .contact_info .contact_details li span:last-child {
  font-size: 1.025vw;
  line-height: 2.196vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  color: #0D0D0D;
}
main .contact_section .contact_info .socials {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding: 1.025vw 0;
}
main .contact_section .contact_info .socials li {
  margin-right: 1vw;
}
main .contact_section .contact_info .socials li a svg {
  display: block;
  height: 2.464vw;
  transition: 0.4s;
  fill: #054550;
}
main .contact_section .contact_info .socials li a:hover svg {
  transform: scale(1.5);
}
main .faq_section .video {
  height: 16.691vw;
  margin-top: 0;
}
main .faq_section .faqs {
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
}
main .faq_section .faqs h4 {
  font-size: 1.757vw;
  line-height: 2.635vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
  font-weight: normal;
  margin-bottom: 20px;
}
main .faq_section .faqs .faq {
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  margin-bottom: 20px;
  transition: 0.4s;
}
main .faq_section .faqs .faq:hover, main .faq_section .faqs .faq.active {
  border: 2px solid #054550;
}
main .faq_section .faqs .faq:hover .faq_title h3, main .faq_section .faqs .faq.active .faq_title h3 {
  color: #054550;
}
main .faq_section .faqs .faq:hover .faq_title svg, main .faq_section .faqs .faq.active .faq_title svg {
  fill: #054550;
}
main .faq_section .faqs .faq.active .faq_title svg {
  transform: rotate(-180deg);
}
main .faq_section .faqs .faq .faq_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.171vw;
  cursor: pointer;
  transition: 0.4s;
}
main .faq_section .faqs .faq .faq_title h3 {
  font-size: 1.025vw;
  line-height: 2.635vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
  font-weight: normal;
  transition: 0.4s;
}
main .faq_section .faqs .faq .faq_title svg {
  height: 1.464vw;
  fill: #0D0D0D;
  transition: 0.4s;
}
main .faq_section .faqs .faq .faq_content {
  display: none;
  transition: 0.4s;
  margin-top: 0;
  padding: 0 1.171vw 0;
}
main .faq_section .faqs .faq.active .faq_content {
  display: block;
  padding: 0 1.171vw 1.171vw;
}
main .warranty_section {
  border: 2px solid #054550;
  background-color: #fff;
  border-radius: 4px;
  padding: 2.928vw;
}
main .blog_section {
  display: flex;
  flex-wrap: wrap;
}
main .blog_section .blog {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc((100% - 40px) / 3);
  border-radius: 4px;
  background-color: #fff;
  transition: 0.4s;
}
main .blog_section .blog:nth-child(3n) {
  margin-right: 0;
}
main .blog_section .blog .blog_image {
  aspect-ratio: 1.64/1;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
main .blog_section .blog .blog_image a {
  display: block;
  height: 100%;
  position: relative;
}
main .blog_section .blog .blog_image a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
main .blog_section .blog .blog_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
main .blog_section .blog .time {
  color: #848484;
  font-size: 1.025vw;
  line-height: 1.318vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  margin-left: 1.171vw;
  margin-top: 1.171vw;
  transition: 0.4s;
}
main .blog_section .blog h3 {
  padding: 1.171vw;
  font-size: 1.171vw;
  line-height: 1.903vw;
  font-family: "Conv_FiraGO-SemiBold";
}
main .blog_section .blog h3 a {
  color: #0D0D0D;
  text-decoration: none;
  transition: 0.4s;
}
main .blog_section .blog:hover img {
  transform: scale(1.2);
}
main .blog_section .blog:hover h3 a {
  color: #F2A502;
}
main .pagination {
  width: 100%;
  margin: 20px 0 0;
}
main .pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
main .pagination ul li:last-child svg {
  transform: rotate(180deg);
}
main .pagination ul li a {
  color: #0D0D0D;
  font-size: 1.025vw;
  width: 1.757vw;
  height: 1.757vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Conv_Montserrat-Medium";
  transition: 0.4s;
  margin: 0 5px;
}
main .pagination ul li a:hover {
  color: #fff;
  background-color: #054550;
}
main .pagination ul li a:hover svg {
  fill: #E0E0E0;
}
main .pagination ul li span {
  color: #fff;
  background-color: #054550;
  font-size: 1.025vw;
  width: 1.757vw;
  height: 1.757vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Conv_Montserrat-Medium";
  margin: 0 5px;
}
main .pagination ul li svg {
  height: 0.586vw;
  fill: #054550;
}
main .blog_inner h1 {
  color: #0D0D0D;
  font-size: 2.343vw;
  line-height: 3.66vw;
  font-family: "Conv_FiraGO-SemiBold";
}
main .blog_inner .time {
  color: #054550;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  font-size: 1.171vw;
  line-height: 1.318vw;
  margin: 6px 0;
}
main .blog_inner .blog_image {
  height: 23.133vw;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-bottom: 16px;
}
main .blog_inner .blog_image:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
main .blog_inner .blog_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
main .blog_inner h2,
main .blog_inner h3,
main .blog_inner h4,
main .blog_inner h5,
main .blog_inner ul,
main .blog_inner ol,
main .blog_inner p {
  margin-bottom: 10px;
}
main .blog_inner .blog-content img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
main .copy_link {
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  border: 2px solid #054550;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 40vh;
  left: calc(5% - 1.757vw);
  transition: 0.4s;
  z-index: 10;
  cursor: pointer;
}
main .copy_link svg {
  height: 1.464vw;
  fill: #054550;
  transition: 0.4s;
}
main .copy_link:hover {
  background-color: #054550;
}
main .copy_link:hover svg {
  fill: #fff;
}
main .share {
  position: fixed;
  top: calc(40vh + 5.271vw);
  left: calc(5% - 1.757vw);
  z-index: 10;
}
main .share button {
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  border: 2px solid #054550;
  background-color: #054550;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
main .share button svg {
  height: 1.464vw;
  fill: #fff;
}
main .share button:hover {
  background-color: #fff;
}
main .share button:hover svg {
  fill: #054550;
}
main .share ul {
  position: absolute;
  top: 4.758vw;
  left: 0;
  z-index: 12;
  background-color: #fff;
  border-radius: 4px;
  list-style: none;
  padding: 0.878vw;
  display: none;
}
main .share ul li a {
  display: flex;
  align-items: center;
  padding: 0.878vw;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-SemiBold";
  color: #054550;
  text-decoration: none;
  transition: 0.4s;
}
main .share ul li a svg {
  height: 1.757vw;
  margin-right: 1.171vw;
  fill: #054550;
  transition: 0.4s;
}
main .share ul li a:hover {
  border-radius: 4px;
  background-color: #054550;
  color: #fff;
}
main .share ul li a:hover svg {
  fill: #fff;
}
main .share.active ul {
  display: block;
}
main .product_page {
  display: flex;
  flex-wrap: wrap;
}
main .product_page .main_info {
  width: calc(100% - 19.034vw);
}
main .product_page .main_info .product_images {
  position: relative;
  width: 25.769vw;
  border-right: 1.171vw solid #fff;
  box-sizing: content-box;
  float: left;
}
main .product_page .main_info .product_images .main_image {
  width: 25.769vw;
  height: 23.646vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: content-box;
}
main .product_page .main_info .product_images .main_image a {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
main .product_page .main_info .product_images .main_image .jqzoom {
  max-height: 100%;
}
main .product_page .main_info .product_images .main_image .jqzoom > img {
  max-height: 23.646vw;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .product_page .main_info .product_images .product_images_slider {
  width: 100%;
  height: 5.564vw;
  margin-top: 1.171vw;
}
main .product_page .main_info .product_images .product_images_slider .image {
  width: 5.564vw;
  height: 5.564vw;
  overflow: hidden;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
main .product_page .main_info .product_images .product_images_slider .image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: 0.4s;
}
main .product_page .main_info .product_images .product_images_slider .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .product_page .main_info .product_images .id {
  position: absolute;
  top: 0.6vw;
  right: 1.171vw;
  background-color: #F2A502;
  color: #fff;
  border-radius: 25px;
  padding: 0.439vw;
  font-size: 0.878vw;
  font-family: "Conv_Montserrat-ExtraBold";
  z-index: 11;
}
main .product_page .main_info .product_images .promotions {
  position: absolute;
  top: 0.6vw;
  left: 0.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .product_page .main_info .product_images .promotions .promo_image {
  width: 80px;
  margin-right: 10px;
}
main .product_page .main_info .product_images .promotions .promo_image img {
  width: 100%;
}
main .product_page .main_info .product_info h1 {
  font-size: 1.464vw;
  color: #0D0D0D;
  line-height: 2.343vw;
  font-family: "Conv_FiraGO-Bold";
  margin-bottom: 20px;
}
main .product_page .main_info .product_info ul {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #f9f6f6;
}
main .product_page .main_info .product_info ul span,
main .product_page .main_info .product_info ul a {
  font-size: 1.025vw;
  line-height: 2.343vw;
  color: #054550;
  text-decoration: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
main .product_page .main_info .product_info ul span:first-child,
main .product_page .main_info .product_info ul a:first-child {
  display: inline-block;
  min-width: 7.321vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
main .product_page .main_info .product_info ul a:hover {
  color: #F2A502;
}
main .product_page .main_info .product_info .quantity_size {
  padding: 20px 0;
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #f9f6f6;
}
main .product_page .main_info .product_info .quantity_size .pr_quantity {
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  height: 3.66vw;
  display: flex;
  align-items: center;
  margin-right: 1.757vw;
}
main .product_page .main_info .product_info .quantity_size .pr_quantity span {
  padding: 0 0.732vw;
  cursor: pointer;
  display: block;
  height: 1.171vw;
}
main .product_page .main_info .product_info .quantity_size .pr_quantity span svg {
  fill: #0D0D0D;
  height: 1.171vw;
  display: block;
}
main .product_page .main_info .product_info .quantity_size .pr_quantity span:hover svg {
  fill: #054550;
}
main .product_page .main_info .product_info .quantity_size .pr_quantity input {
  display: inline-block;
  width: 4vw;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 0.7vw;
  font-family: "Conv_Montserrat-ExtraBold";
}
main .product_page .main_info .product_info .quantity_size .choose_size {
  height: 3.66vw;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .product_page .main_info .product_info .quantity_size .choose_size select {
  height: 100%;
  border: 0;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  background-color: transparent;
  color: #0D0D0D;
  cursor: pointer;
}
main .product_page .main_info .product_info .quantity_size .choose_size option:first-child {
  display: none;
}
main .product_page .main_info .product_info .quantity_size .choose_size * {
  background-color: #F4F4F4;
  color: #054550;
  padding: 10px;
}
main .product_page .main_info .product_info .quantity_size .choose_size *:hover {
  background-color: #E0E0E0;
}
main .product_page .main_info .product_info .pr_desc {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .product_page .main_info .product_info .pr_desc a,
main .product_page .main_info .product_info .pr_desc .more_desc,
main .product_page .main_info .product_info .pr_desc .less_desc,
main .product_page .main_info .product_info .pr_desc .small_desc {
  color: #054550;
  font-family: "Conv_FiraGO-Bold";
  cursor: pointer;
  transition: 0.2s;
}
main .product_page .main_info .product_info .pr_desc a:hover,
main .product_page .main_info .product_info .pr_desc .more_desc:hover,
main .product_page .main_info .product_info .pr_desc .less_desc:hover,
main .product_page .main_info .product_info .pr_desc .small_desc:hover {
  color: #F2A502;
}
main .product_page .main_info .product_info .pr_desc .full_desc {
  display: none;
}
main .product_page .main_info .product_info .pr_desc .full_desc * {
  font-size: 1.025vw;
  color: #666666;
}
main .product_page .main_info .product_info .pr_desc .full_desc ul {
  list-style-type: disc;
  list-style-position: inside;
}
main .product_page .main_info .product_info .pr_desc .full_desc ol {
  list-style-position: inside;
  list-style-type: decimal;
}
main .product_page .main_info .product_info .pr_desc.active .small_desc {
  display: none;
}
main .product_page .main_info .product_info .pr_desc.active .full_desc {
  display: block;
}
main .product_page .editional_info {
  width: 19.034vw;
  padding: 0 1.171vw;
}
main .product_page .editional_info .stocks {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .product_page .editional_info:last-child {
  margin-bottom: 0;
}
main .product_page .editional_info .instock,
main .product_page .editional_info .out_of_stock {
  margin-bottom: 1.171vw;
  display: flex;
  align-items: center;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
}
main .product_page .editional_info .instock svg,
main .product_page .editional_info .out_of_stock svg {
  height: 1.464vw;
  margin-right: 0.878vw;
}
main .product_page .editional_info .instock {
  color: #00B407;
}
main .product_page .editional_info .instock svg {
  fill: #00B407;
}
main .product_page .editional_info .out_of_stock {
  color: #E8000D;
}
main .product_page .editional_info .out_of_stock svg {
  fill: #E8000D;
}
main .product_page .editional_info .pr_price {
  font-size: 1.171vw;
  color: #054550;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.171vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
main .product_page .editional_info .pr_price .unit_title {
  font-size: 0.7vw;
  color: #054550;
  font-family: "Conv_FiraGO-Bold";
}
main .product_page .editional_info .pr_price .price {
  font-family: "Conv_FiraGO-Bold";
  color: #F2A502;
  font-size: 1.464vw;
  margin-left: 0.732vw;
}
main .product_page .editional_info .pr_price .old_price {
  font-size: 1.171vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  margin-left: 0.732vw;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
main .product_page .editional_info .buy_pr > button {
  margin-bottom: 1.171vw;
}
main .product_page .editional_info .buy_pr .inst_btn {
  color: #fff;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  padding: 1.171vw;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
main .product_page .editional_info .buy_pr .inst_btn svg {
  fill: #fff;
  height: 1.318vw;
  vertical-align: middle;
}
main .product_page .editional_info .buy_pr .inst_btn.add_to_cart {
  background-color: #054550;
}
main .product_page .editional_info .buy_pr .inst_btn.add_to_cart.disabled {
  background-color: rgba(5, 69, 80, 0.7) !important;
}
main .product_page .editional_info .buy_pr .inst_btn.add_to_cart:hover {
  background-color: #F2A502;
}
main .product_page .editional_info .buy_pr .instalment {
  margin-bottom: 1.171vw;
  position: relative;
}
main .product_page .editional_info .buy_pr .instalment.buy-order .inst_btn {
  text-decoration: none;
  background-color: #054550;
}
main .product_page .editional_info .buy_pr .instalment.buy-order .inst_btn.disabled {
  background-color: rgba(242, 165, 2, 0.7) !important;
}
main .product_page .editional_info .buy_pr .instalment.buy-order .inst_btn:hover {
  background-color: #F2A502;
}
main .product_page .editional_info .buy_pr .instalment .inst_btn {
  background-color: #F2A502;
}
main .product_page .editional_info .buy_pr .instalment .inst_btn:hover {
  background-color: #054550;
}
main .product_page .editional_info .buy_pr .instalment ul {
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 3.88vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  width: 100%;
  display: none;
}
main .product_page .editional_info .buy_pr .instalment ul li button {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 1.171vw;
  display: inline-block;
  display: flex;
  align-items: center;
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
main .product_page .editional_info .buy_pr .instalment ul li button:hover {
  color: #F2A502;
}
main .product_page .editional_info .buy_pr .instalment ul li:first-child {
  border-bottom: 2px solid #E0E0E0;
}
main .product_page .editional_info .buy_pr .instalment ul li span {
  display: inline-block;
  width: 3.66vw;
}
main .product_page .editional_info .buy_pr .instalment ul li svg {
  height: 1.464vw;
}
main .product_page .editional_info .buy_pr .instalment:hover ul {
  display: block;
}
main .product_page .editional_info .delivery_btn,
main .product_page .editional_info .compare_button {
  color: #054550;
  display: inline-block;
  border-radius: 7px;
  width: 100%;
  text-align: center;
  padding: 1vw;
  border: 0;
  background-color: transparent;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
main .product_page .editional_info .delivery_btn svg,
main .product_page .editional_info .compare_button svg {
  fill: #054550;
  height: 1.464vw;
  margin-right: 0.878vw;
  vertical-align: middle;
  transition: 0.2s;
}
main .product_page .editional_info .delivery_btn:hover,
main .product_page .editional_info .compare_button:hover {
  color: #F2A502;
}
main .product_page .editional_info .delivery_btn:hover svg,
main .product_page .editional_info .compare_button:hover svg {
  fill: #F2A502;
}
main .product_page .editional_info .compare_button {
  background-color: transparent;
  border: 3px dashed #E0E0E0;
}
main .product_page .editional_info .compare_button:hover {
  background-color: transparent;
  color: #F2A502;
}
main .product_page .editional_info .compare_button:hover svg {
  fill: #F2A502;
}
main .product_page .editional_info .colors_btn {
  border: 3px dashed #E0E0E0;
  color: #054550;
  display: inline-block;
  border-radius: 7px;
  width: 100%;
  text-align: center;
  margin-bottom: 1.171vw;
  padding: 1vw;
  background-color: transparent;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}
main .product_page .editional_info .colors_btn svg {
  fill: #054550;
  height: 1.464vw;
  margin-right: 0.878vw;
  vertical-align: middle;
  transition: 0.2s;
}
main .product_page .editional_info .colors_btn:hover {
  background-color: transparent;
  color: #F2A502;
}
main .product_page .editional_info .colors_btn:hover svg {
  fill: #F2A502;
}
main .product_page .editional_info .transparent {
  background-color: transparent;
  margin-bottom: 1.171vw;
}
main .product_page .editional_info .delivery {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 1.171vw;
  border: 3px dashed #E0E0E0;
}
main .product_page .editional_info .more_delivery_info {
  padding: 1.171vw;
  text-align: center;
  color: #666666;
}
main .product_page .tabs {
  width: 100%;
}
main .product_page .tabs .nav-tabs {
  display: flex;
  margin-top: 0;
  list-style: none;
  border-bottom: 2px solid #E0E0E0;
}
main .product_page .tabs .nav-tabs li {
  padding: 20px;
  box-sizing: border-box;
  border-right: 0;
  color: #848484;
  font-size: 1.171vw;
  line-height: 2.343vw;
  font-family: "Conv_FiraGO-SemiBold";
  cursor: pointer;
  transition: 0.2s;
}
main .product_page .tabs .nav-tabs li:hover {
  color: #054550;
}
main .product_page .tabs .nav-tabs li.active {
  color: #054550;
  position: relative;
}
main .product_page .tabs .nav-tabs li.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid #054550;
}
main .product_page .tabs .tab-content {
  padding-top: 20px;
}
main .product_page .tabs .tab-content .tab-panel {
  line-height: 20px;
  display: none;
}
main .product_page .tabs .tab-content .tab-panel.active {
  display: block;
}
main .profile_header ul {
  list-style: none;
  display: flex;
  border-bottom: 2px solid #E0E0E0;
}
main .profile_header ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 1.757vw;
  color: #848484;
  font-size: 1.171vw;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.2s;
}
main .profile_header ul li a:hover {
  color: #054550;
}
main .profile_header ul li a.active {
  color: #054550;
  position: relative;
}
main .profile_header ul li a.active:after {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid #054550;
}
main .profile_section {
  padding: 20px 0 0;
}
main .profile_section form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .profile_section form .input_group {
  width: calc(50% - 0.659vw);
  height: 4.1vw;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  padding: 0 0.732vw;
  position: relative;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  display: flex;
}
main .profile_section form .input_group:nth-last-child(2), main .profile_section form .input_group:last-child {
  margin-bottom: 0;
}
main .profile_section form .input_group .phone-validation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
main .profile_section form .input_group .phone-validation button {
  display: none;
  height: 100%;
  background-color: #054550;
  color: #fff;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  transition: 0.4s;
}
main .profile_section form .input_group .phone-validation button.active {
  display: block;
}
main .profile_section form .input_group .phone-validation button:hover {
  background-color: #F2A502;
}
main .profile_section form .input_group.submit {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}
main .profile_section form .input_group input {
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.025vw;
  line-height: 4.1vw;
  color: #0D0D0D;
  border: 0;
}
main .profile_section form .input_group input[type=submit] {
  background-color: #054550;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
}
main .profile_section form .input_group input[type=submit]:hover {
  background-color: #F2A502;
}
main .profile_section form .input_group svg {
  height: 1.464vw;
  fill: #054550;
}
main .orders_section {
  min-height: 40vh;
  padding: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
main .orders_section .order {
  width: calc(50% - 0.659vw);
  margin-bottom: 1.171vw;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
}
main .orders_section .order .order_title {
  padding: 1.171vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
main .orders_section .order .order_title:hover {
  background-color: #054550;
}
main .orders_section .order .order_title:hover h3 {
  color: #fff;
}
main .orders_section .order .order_title h3 {
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
}
main .orders_section .order .order_title h3 span {
  font-size: 0.878vw;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
}
main .orders_section .order .order_title .time {
  font-size: 0.878vw;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  color: #E0E0E0;
}
main .orders_section .order .order_title .price {
  font-size: 1.464vw;
  font-family: "Conv_FiraGO-Bold";
  color: #F2A502;
}
main .orders_section .order .order_content {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  max-height: 14.641vw;
  overflow-y: auto;
}
main .orders_section .order .order_content .order_product {
  padding: 1.171vw;
  border-bottom: 2px solid #E0E0E0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .orders_section .order .order_content .order_product:last-child {
  border-bottom: 0;
}
main .orders_section .order .order_content .order_product .left,
main .orders_section .order .order_content .order_product .right {
  display: flex;
}
main .orders_section .order .order_content .order_product .image {
  width: 2.928vw;
  height: 2.928vw;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  margin-right: 0.586vw;
}
main .orders_section .order .order_content .order_product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .orders_section .order .order_content .order_product .image:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
main .orders_section .order .order_content .order_product h4 {
  max-width: 17.57vw;
  font-size: 1.025vw;
  line-height: 1.464vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
}
main .orders_section .order .order_content .order_product .quantity {
  font-size: 0.878vw;
  color: #848484;
  font-family: "Conv_Montserrat-Medium";
  white-space: nowrap;
}
main .orders_section .order .order_content .order_product .old_price {
  font-size: 1.171vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  margin-right: 0.732vw;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
main .orders_section .order .order_content .order_product .price {
  font-size: 1.464vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #054550;
}
main .orders_section .order .order_content .download_invoice a {
  background-color: #054550;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.025vw;
  text-decoration: none;
  font-family: "Conv_FiraGO-SemiBold";
  padding: 1.025vw;
}
main .orders_section .order .order_content .download_invoice a svg {
  margin-right: 5px;
}
main .orders_section .order.active .order_title {
  background-color: #054550;
  border-radius: 4px 4px 0 0;
}
main .orders_section .order.active .order_title h3 {
  color: #fff;
}
main .orders_section .order.active .order_content {
  display: block;
}
main .cart_page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}
main .cart_page table {
  width: calc(100% - 40px);
  margin: 20px;
  outline: 20px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #fff;
}
main .cart_page table:focus, main .cart_page table:active {
  outline: 20px solid #fff;
}
main .cart_page table tr {
  border-bottom: 2px solid #E0E0E0;
}
main .cart_page table tr:first-child {
  border-bottom: 0;
}
main .cart_page table tr:first-child td {
  background-color: #054550;
  color: #fff;
  font-family: "Conv_FiraGO-SemiBold";
  font-size: 1.171vw;
}
main .cart_page table tr:first-child td:first-child {
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
main .cart_page table tr:last-child {
  border-bottom: 0;
}
main .cart_page table tr td {
  padding: 20px;
  font-size: 0.878vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
main .cart_page .left {
  width: 75%;
  border-radius: 4px;
}
main .cart_page .left th {
  background-color: #E0E0E0;
}
main .cart_page .left table thead {
  background-color: #E0E0E0;
}
main .cart_page .left table thead td {
  text-align: left;
  white-space: nowrap;
}
main .cart_page .left table tr:first-child {
  border-bottom: 2px solid #E0E0E0;
}
main .cart_page .left table tr:first-child td {
  background-color: transparent;
  color: #0D0D0D;
  font-size: 1.025vw;
}
main .cart_page .left table tr td {
  padding: 20px 5px;
}
main .cart_page .left table tr td:first-child {
  width: 1.464vw;
}
main .cart_page .left table tr td:nth-child(3) {
  width: 6.588px;
}
main .cart_page .left table tr td:last-child, main .cart_page .left table tr td:nth-last-child(2) {
  text-align: right;
}
main .cart_page .left table tr td .cencel {
  cursor: pointer;
  display: inline-block;
}
main .cart_page .left table tr td .cencel svg {
  height: 1.464vw;
  transition: 0.2s;
}
main .cart_page .left table tr td .cencel:hover svg {
  fill: #054550;
}
main .cart_page .left table tr td .cart_product {
  display: flex;
  align-items: center;
}
main .cart_page .left table tr td .cart_product .image {
  width: 2.928vw;
  height: 2.928vw;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-right: 0.732vw;
}
main .cart_page .left table tr td .cart_product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .cart_page .left table tr td .cart_product .image:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 69, 80, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
main .cart_page .left table tr td .cart_product h5 {
  max-width: 16.837vw;
  font-size: 1.025vw;
  line-height: 1.464vw;
}
main .cart_page .left table tr td .quantity {
  max-width: 7.321vw;
  display: flex;
  align-items: center;
}
main .cart_page .left table tr td .quantity .plus,
main .cart_page .left table tr td .quantity .minus {
  cursor: pointer;
}
main .cart_page .left table tr td .quantity .plus svg,
main .cart_page .left table tr td .quantity .minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
main .cart_page .left table tr td .quantity .plus:hover svg,
main .cart_page .left table tr td .quantity .minus:hover svg {
  fill: #054550;
}
main .cart_page .left table tr td .quantity .dropdown-plus,
main .cart_page .left table tr td .quantity .dropdown-minus {
  cursor: pointer;
}
main .cart_page .left table tr td .quantity .dropdown-plus svg,
main .cart_page .left table tr td .quantity .dropdown-minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
main .cart_page .left table tr td .quantity .dropdown-plus:hover svg,
main .cart_page .left table tr td .quantity .dropdown-minus:hover svg {
  fill: #054550;
}
main .cart_page .left table tr td .quantity input {
  width: 3.66vw;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
}
main .cart_page .left table tr td .price {
  font-size: 1.025vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
main .cart_page .left table tr td .old_price {
  font-size: 0.8vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
main .cart_page .left table tr td.text-right {
  max-width: 5.857vw;
  text-align: right;
}
main .cart_page .left .clear-all {
  background-color: transparent;
  border: 0;
  color: #E8000D;
  font-size: 0.878vw;
  display: flex;
  align-items: center;
  padding-top: 1.171vw;
  width: 200px;
  cursor: pointer;
}
main .cart_page .left .clear-all svg {
  height: 1.464vw;
  fill: #E8000D;
  margin-right: 0.878vw;
}
main .wishlist_page {
  margin: 0 auto;
}
main .wishlist_page table {
  width: calc(100% - 40px);
  margin: 20px;
  outline: 20px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  border-collapse: collapse;
  background-color: #fff;
}
main .wishlist_page table:focus, main .wishlist_page table:active {
  outline: 20px solid #fff;
}
main .wishlist_page table tr {
  border-bottom: 2px solid #E0E0E0;
}
main .wishlist_page table tr:first-child {
  border-bottom: 0;
}
main .wishlist_page table tr:first-child td {
  background-color: #054550;
  color: #fff;
  font-family: "Conv_FiraGO-SemiBold";
  font-size: 1.171vw;
}
main .wishlist_page table tr:first-child td:first-child {
  border-radius: 4px 0 0 4px;
  overflow: hidden;
}
main .wishlist_page table tr:last-child {
  border-bottom: 0;
}
main .wishlist_page table tr td {
  padding: 20px;
  font-size: 0.878vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
main .wishlist_page th {
  background-color: #E0E0E0;
}
main .wishlist_page table thead {
  background-color: #E0E0E0;
}
main .wishlist_page table thead td {
  text-align: left;
  white-space: nowrap;
}
main .wishlist_page table tr:first-child {
  border-bottom: 2px solid #E0E0E0;
}
main .wishlist_page table tr:first-child td {
  background-color: transparent;
  color: #0D0D0D;
  font-size: 1.025vw;
}
main .wishlist_page table tr td {
  padding: 20px 5px;
}
main .wishlist_page table tr td:first-child {
  width: 1.464vw;
}
main .wishlist_page table tr td:nth-child(3) {
  width: 6.588px;
}
main .wishlist_page table tr td:last-child, main .wishlist_page table tr td:nth-last-child(2) {
  text-align: right;
}
main .wishlist_page table tr td .cencel {
  cursor: pointer;
  display: inline-block;
}
main .wishlist_page table tr td .cencel svg {
  height: 1.464vw;
  transition: 0.2s;
}
main .wishlist_page table tr td .cencel:hover svg {
  fill: #054550;
}
main .wishlist_page table tr td .cart_product {
  display: flex;
  align-items: center;
}
main .wishlist_page table tr td .cart_product .image {
  width: 8vw;
  height: 8vw;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-right: 0.732vw;
}
main .wishlist_page table tr td .cart_product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .wishlist_page table tr td .cart_product .image:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 69, 80, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
main .wishlist_page table tr td .cart_product h5 {
  font-size: 1.025vw;
  line-height: 1.464vw;
}
main .wishlist_page table tr td .quantity {
  max-width: 7.321vw;
  display: flex;
  align-items: center;
}
main .wishlist_page table tr td .quantity .plus,
main .wishlist_page table tr td .quantity .minus {
  cursor: pointer;
}
main .wishlist_page table tr td .quantity .plus svg,
main .wishlist_page table tr td .quantity .minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
main .wishlist_page table tr td .quantity .plus:hover svg,
main .wishlist_page table tr td .quantity .minus:hover svg {
  fill: #054550;
}
main .wishlist_page table tr td .quantity .dropdown-plus,
main .wishlist_page table tr td .quantity .dropdown-minus {
  cursor: pointer;
}
main .wishlist_page table tr td .quantity .dropdown-plus svg,
main .wishlist_page table tr td .quantity .dropdown-minus svg {
  height: 1.464vw;
  transition: 0.2s;
  display: block;
}
main .wishlist_page table tr td .quantity .dropdown-plus:hover svg,
main .wishlist_page table tr td .quantity .dropdown-minus:hover svg {
  fill: #054550;
}
main .wishlist_page table tr td .quantity input {
  width: 3.66vw;
  border: 0;
  background-color: transparent;
  text-align: center;
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
}
main .wishlist_page table tr td .price {
  font-size: 1.025vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
main .wishlist_page table tr td .old_price {
  font-size: 0.8vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
main .wishlist_page table tr td.text-right {
  max-width: 5.857vw;
  text-align: right;
}
main .wishlist_page .clear-all {
  background-color: transparent;
  border: 0;
  color: #E8000D;
  font-size: 0.878vw;
  display: flex;
  align-items: center;
  padding-top: 1.171vw;
  width: 200px;
  cursor: pointer;
}
main .wishlist_page .clear-all svg {
  height: 1.464vw;
  fill: #E8000D;
  margin-right: 0.878vw;
}
main .wishlist_page .add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 2vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 2px;
}
main .wishlist_page .add_to_cart svg {
  width: 24px;
  fill: #054550;
  vertical-align: middle;
  transition: 0.4s;
}
main .wishlist_page .add_to_cart:hover svg {
  fill: #F2A502;
}
main .compare_page .swiper-wrapper {
  padding-bottom: 20px;
}
main .compare_page .product {
  position: relative;
}
main .compare_page .product .image {
  width: 100%;
  height: 20vw;
}
main .compare_page .product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
main .compare_page .product h2 {
  line-height: 1.2vw;
}
main .compare_page .product h2 a {
  font-size: 1.025vw;
  line-height: 1.2vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  transition: 0.2s;
  padding: 0;
  text-decoration: none;
}
main .compare_page .product .old_price {
  font-size: 0.8vw;
  line-height: 1;
  font-family: "Conv_Montserrat-ExtraBold";
  position: relative;
  margin-right: 0.732vw;
  -webkit-text-decoration: line-through 2px #E8000D;
          text-decoration: line-through 2px #E8000D;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #E8000D;
}
main .compare_page .product .price {
  font-size: 1vw;
  line-height: 1.2vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
main .compare_page .product .buttons {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 8px;
  right: 8px;
  align-items: center;
}
main .compare_page .product .buttons .cencel, main .compare_page .product .buttons .add_to_cart {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: 0.4s;
  margin-bottom: 2px;
}
main .compare_page .product .buttons .cencel svg, main .compare_page .product .buttons .add_to_cart svg {
  width: 1.5vw;
  fill: #054550;
  vertical-align: middle;
  transition: 0.4s;
}
main .compare_page .product .buttons .cencel:hover svg, main .compare_page .product .buttons .add_to_cart:hover svg {
  fill: #F2A502;
}
main .compare_page .product .buttons .cencel svg {
  fill: #E8000D;
}
main .compare_page .product .technical_info {
  padding: 20px 0;
}
main .compare_page .product .technical_info * {
  font-size: 0.9vw;
}
main .compare_page .product:hover a {
  color: #054550;
}
main .compare_page table tr td {
  padding: 4px;
}
main .compare_page .clear-all {
  background-color: transparent;
  border: 0;
  color: #E8000D;
  font-size: 0.878vw;
  display: flex;
  align-items: center;
  padding-top: 1.171vw;
  width: 200px;
  cursor: pointer;
}
main .compare_page .clear-all svg {
  height: 1.464vw;
  fill: #E8000D;
  margin-right: 0.878vw;
}
main .payment_info {
  width: calc(25% - 20px);
  margin-left: 20px;
  background-color: #fff;
  border-radius: 4px;
  padding-bottom: 20px;
}
main .payment_info .cart_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 2px solid #E0E0E0;
}
main .payment_info .cart_title h6 {
  font-size: 1.464vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
}
main .payment_info .cart_title .products_count {
  font-size: 1.025vw;
  color: #848484;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
}
main .payment_info .cart_title .products_count span {
  color: #0D0D0D;
  font-family: "Conv_Montserrat-ExtraBold";
}
main .payment_info dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 20px;
}
main .payment_info dl dd {
  width: 11.713vw;
  margin: 10px 0;
  font-size: 0.95vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
}
main .payment_info dl dt {
  width: calc(100% - 11.713vw);
  text-align: right;
}
main .payment_info .price {
  font-size: 1.025vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
main .payment_info .price .full-price {
  font-size: max(1.025vw, 20px);
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #F2A502;
}
main .payment_info .sale {
  font-size: 1.025vw;
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #E8000D;
}
main .payment_info .deliver_price_value {
  font-size: max(1.025vw, 16px);
  line-height: 1.611vw;
  font-family: "Conv_Montserrat-ExtraBold";
  color: #0D0D0D;
}
main .payment_info .instalment {
  position: relative;
  margin: 0 1.171vw;
  padding-bottom: 0.513vw;
}
main .payment_info .instalment .inst_btn {
  background-color: #F2A502;
  color: #fff;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  padding: 1.171vw;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
main .payment_info .instalment .inst_btn:hover {
  background-color: #054550;
}
main .payment_info .instalment ul {
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 3.88vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  width: 100%;
  display: none;
}
main .payment_info .instalment ul li a {
  width: 100%;
  border: 0;
  background-color: transparent;
  padding: 1.171vw;
  display: inline-block;
  display: flex;
  align-items: center;
  font-size: 1.025vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
}
main .payment_info .instalment ul li a:hover {
  color: #F2A502;
}
main .payment_info .instalment ul li:first-child {
  border-bottom: 2px solid #E0E0E0;
}
main .payment_info .instalment ul li span {
  display: inline-block;
  width: 3.66vw;
}
main .payment_info .instalment ul li svg {
  height: 1.464vw;
}
main .payment_info .instalment:hover ul {
  display: block;
}
main .payment_info .buy {
  margin: 0 20px;
}
main .payment_info .buy button {
  background-color: #054550;
  color: #fff;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  padding: 20px;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
}
main .payment_info .buy button:hover {
  background-color: #F2A502;
}
main .payment_info .buy a {
  background-color: #054550;
  margin-bottom: 20px;
  color: #fff;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Bold";
  padding: 20px;
  display: inline-block;
  width: 100%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
}
main .payment_info .buy a:hover {
  background-color: #F2A502;
}
main .checkout_page {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main .checkout_page .left {
  width: 75%;
  background-color: #fff;
  padding: 1.171vw;
  border-radius: 4px;
}
main .checkout_page .left form .form_group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
}
main .checkout_page .left .radio {
  width: 27.965vw;
  border-radius: 4px;
  background-color: #F4F4F4;
  display: block;
  position: relative;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 1.025vw;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Conv_FiraGO-SemiBold";
}
main .checkout_page .left .radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
main .checkout_page .left .radio input:checked ~ .checkmark {
  border: 2px solid #054550;
}
main .checkout_page .left .radio input:checked ~ .checkmark:after {
  display: block;
}
main .checkout_page .left .radio input:checked ~ .checkmark ~ .text {
  color: #054550;
}
main .checkout_page .left .radio .checkmark {
  position: absolute;
  left: 20px;
  height: 1.318vw;
  width: 1.318vw;
  border: 2px solid #0D0D0D;
  border-radius: 50%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .checkout_page .left .radio .checkmark::after {
  content: "";
  display: none;
}
main .checkout_page .left .radio .checkmark:after {
  width: 60%;
  height: 60%;
  border-radius: 50%;
  background-color: #054550;
}
main .checkout_page .left .radio .checkmark ~ .text {
  font-family: "Conv_FiraGO-SemiBold";
}
main .checkout_page .left .checkout_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #F4F4F4;
  border-radius: 4px;
}
main .checkout_page .left .checkout_title h3 {
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-SemiBold";
  color: #0D0D0D;
}
main .checkout_page .left .checkout_title input {
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  color: #054550;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  font-size: 1.025vw;
  cursor: pointer;
  transition: 0.4s;
}
main .checkout_page .left .checkout_title input:hover {
  color: #F2A502;
}
main .checkout_page .left label.title {
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  font-size: 1.025vw;
  margin-bottom: 20px;
  display: inline-block;
}
main .checkout_page .left .dropdown_input .drop_input {
  margin-top: 20px;
  border: 2px solid #F4F4F4;
  border-radius: 4px;
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
main .checkout_page .left .dropdown_input .drop_input input {
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  color: #054550;
  border: 0;
}
main .checkout_page .left .dropdown_input .drop_input input::-moz-placeholder {
  color: #E0E0E0;
}
main .checkout_page .left .dropdown_input .drop_input input::placeholder {
  color: #E0E0E0;
}
main .checkout_page .left .dropdown_input .drop_input svg {
  width: 20px;
  fill: #00B407;
  position: absolute;
  right: 20px;
}
main .checkout_page .left .dropdown_input .drop_input.active {
  display: flex;
}
main .checkout_page .left .select {
  width: 100%;
  height: 3.66vw;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
}
main .checkout_page .left .select select {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  background-color: transparent;
  color: #0D0D0D;
  cursor: pointer;
}
main .checkout_page .left .select * {
  background-color: #F4F4F4;
  color: #054550;
  padding: 10px 20px;
}
main .checkout_page .left .select *:hover {
  background-color: #E0E0E0;
}
main .checkout_page .left .loading {
  padding: 0 10px 0.8vw;
  align-items: center;
  display: none;
}
main .checkout_page .left .loading .text {
  font-size: 0.8vw !important;
  color: #F2A502 !important;
  margin-left: 10px;
}
main .checkout_page .left .loading img {
  height: 25px;
}
main .checkout_page .left .loading.active {
  display: flex;
}
main .checkout_page .left .address {
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  padding-left: 20px;
}
main .checkout_page .left .address input {
  display: inline-block;
  width: calc(100% - 1.464vw);
  height: 55px;
  padding-left: 20px;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  color: #054550;
  border: 0;
}
main .checkout_page .left .address input::-moz-placeholder {
  color: #E0E0E0;
}
main .checkout_page .left .address input::placeholder {
  color: #E0E0E0;
}
main .checkout_page .left .address svg {
  width: 1.464vw;
}
main .checkout_page .left .textarea {
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  position: relative;
}
main .checkout_page .left .textarea textarea {
  width: 100%;
  height: 7.321vw;
  padding: 1.171vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  color: #054550;
  border: 0;
  resize: none;
}
main .checkout_page .left .textarea textarea::-moz-placeholder {
  color: #E0E0E0;
}
main .checkout_page .left .textarea textarea::placeholder {
  color: #E0E0E0;
}
main .checkout_page .left .textarea .symbols {
  position: absolute;
  right: 1.171vw;
  bottom: 1.171vw;
  color: #E0E0E0;
  font-family: "Conv_Montserrat-Medium";
  font-size: 0.878vw;
}

#compare_modal .modal_container {
  display: none;
}
#compare_modal .modal_container.first {
  width: 56.808vw;
  display: block;
}
#compare_modal .modal_container.first .compare_products {
  display: flex;
  justify-content: space-between;
}
#compare_modal .modal_container.first .compare_products .compare_product {
  width: 25.769vw;
}
#compare_modal .modal_container.first .compare_products .compare_product .image {
  width: 100%;
  height: 23.646vw;
  border-radius: 4px;
  overflow: hidden;
}
#compare_modal .modal_container.first .compare_products .compare_product .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#compare_modal .modal_container.first .compare_products .compare_product h2 {
  font-size: 1.464vw;
  line-height: 2.196vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
  margin-top: 1.171vw;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product {
  width: 25.769vw;
  height: 23.646vw;
  position: relative;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .choose_compare_product_in {
  width: 100%;
  height: 100%;
  border: 2px dashed #E0E0E0;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .choose_compare_product_in:hover {
  border: 2px dashed #054550;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product span {
  font-size: 1.464vw;
  line-height: 2.196vw;
  color: #054550;
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
}
#compare_modal .modal_container.first .compare_products .choose_compare_product span svg {
  fill: #054550;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product span:first-child {
  margin-bottom: 1.757vw;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_bg {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: none;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_bg.active {
  display: block;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search {
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0.5vw;
  top: 15.227vw;
  display: none;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search.active {
  display: block;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search h5 {
  padding: 1.171vw 6.5vw;
  font-family: "Conv_FiraGO-SemiBold";
  color: #0D0D0D;
  font-size: 1.171vw;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search form {
  margin: 1.171vw;
  display: flex;
  align-items: center;
  padding: 1.025vw;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search form svg {
  height: 1.464vw;
  fill: #0D0D0D;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search form input {
  font-size: 0.878vw;
  border: 0;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search form button {
  border: 0;
  background-color: transparent;
  margin-right: 1.025vw;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search ul {
  list-style: none;
  max-height: 20vh;
  overflow-y: auto;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search ul li {
  border-top: 2px solid #E0E0E0;
  padding: 0.439vw 1.171vw;
  height: 3.66vw;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  cursor: pointer;
}
#compare_modal .modal_container.first .compare_products .choose_compare_product .compare_pr_search ul li:hover {
  color: #F2A502;
}
#compare_modal.compare_mode {
  flex-direction: column;
  justify-content: space-around;
}
#compare_modal.compare_mode .modal_container.active {
  display: block;
}
#compare_modal.compare_mode .modal_container.active:first-of-type {
  width: 26vw;
}
#compare_modal.compare_mode .modal_container.active:first-of-type .modal_header,
#compare_modal.compare_mode .modal_container.active:first-of-type .modal_body {
  padding: 0.8vw;
}
#compare_modal.compare_mode .modal_container.active:first-of-type .compare_products .compare_product .image {
  width: 12vw;
  height: 12vw;
}
#compare_modal.compare_mode .modal_container.active:first-of-type .compare_products .compare_product h2 {
  font-size: 0.8vw;
  line-height: 1.196vw;
  margin-top: 0.8vw;
}
#compare_modal.compare_mode .modal_container.active:first-of-type .compare_products .choose_compare_product {
  width: 12vw;
  height: 12vw;
}
#compare_modal.compare_mode .modal_container.active:first-of-type .compare_products .choose_compare_product span {
  font-size: 0.8vw;
  line-height: 1.196vw;
}
#compare_modal.compare_mode .modal_container.active:first-of-type .compare_products .choose_compare_product span:first-child {
  margin-bottom: 0.9vw;
}
#compare_modal.compare_mode .modal_container.active:last-child {
  width: 95%;
  height: 55vh;
  overflow-y: auto;
}
#compare_modal.compare_mode .modal_container.active:last-child .comp_products {
  width: 100%;
  display: flex;
}
#compare_modal.compare_mode .modal_container.active:last-child .comp_products ul {
  list-style: inside;
  font-size: 1.025vw;
  line-height: 2.343vw;
  color: #666666;
}
#compare_modal.compare_mode .modal_container.active:last-child .comp_products .pr {
  width: 50%;
  padding: 15px;
}
#compare_modal.compare_mode .modal_container.active:last-child .comp_products .pr:first-child {
  border-right: 1px solid #cacaca;
}

footer {
  background-color: #054550;
}
footer .footer_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2.928vw 0;
}
footer .footer_top .footer_in {
  display: flex;
  justify-content: space-between;
}
footer .footer_top .footer_in h4 {
  font-size: 1.171vw;
  line-height: 1.537vw;
  color: #fff;
  font-family: "Conv_FiraGO-Bold";
  margin-bottom: 1.611vw;
}
footer .footer_top .footer_in .menu,
footer .footer_top .footer_in .category_list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  max-height: 17vw;
}
footer .footer_top .footer_in .menu li a,
footer .footer_top .footer_in .category_list ul li a {
  display: inline-block;
  font-size: 0.878vw;
  line-height: 1.2vw;
  color: #E0E0E0;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  text-decoration: none;
  margin-right: 0.878vw;
  transition: 0.2s;
}
footer .footer_top .footer_in .menu li a:hover,
footer .footer_top .footer_in .category_list ul li a:hover {
  color: #F2A502;
}
footer .footer_top .footer_in .quicklinks {
  width: 40%;
}
footer .footer_top .footer_in .quicklinks .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}
footer .footer_top .footer_in .quicklinks .menu li {
  width: 50%;
}
footer .footer_top .footer_in .quicklinks .menu li a {
  font-size: 0.878vw;
  line-height: 1.611vw;
  color: #E0E0E0;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
footer .footer_top .footer_in .category_list {
  width: 32.211vw;
}
footer .footer_top .footer_in .contact_info {
  width: 30%;
  padding: 0 10px;
}
footer .footer_top .footer_in .contact_info h5 {
  font-size: 1.025vw;
  line-height: 1.611vw;
  color: #E0E0E0;
  font-family: "Conv_FiraGO-Bold";
  font-weight: normal;
  margin-bottom: 0.878vw;
}
footer .footer_top .footer_in .contact_info p {
  font-size: 0.878vw;
  line-height: 1.611vw;
  color: #E0E0E0;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
footer .footer_top .footer_in .contact_info form {
  background-color: #E0E0E0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0.439vw;
  margin: 16px 0;
}
footer .footer_top .footer_in .contact_info form input {
  border: 0;
  line-height: 2.635vw;
  width: calc(100% - 3.221vw);
  background-color: transparent;
  padding-right: 0.439vw;
  color: #054550;
}
footer .footer_top .footer_in .contact_info form input:focus::-moz-placeholder {
  color: #F2A502;
  font-weight: normal;
}
footer .footer_top .footer_in .contact_info form input:focus::placeholder {
  color: #F2A502;
  font-weight: normal;
}
footer .footer_top .footer_in .contact_info form button {
  width: 3.221vw;
  height: 2.635vw;
  background-color: #F2A502;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: 0.4s;
}
footer .footer_top .footer_in .contact_info form button:hover {
  background-color: #054550;
}
footer .footer_top .footer_in .contact_info form button:hover svg {
  height: 1.025vw;
  fill: #F2A502;
}
footer .footer_top .footer_in .contact_info form button svg {
  height: 1.025vw;
  fill: #054550;
}
footer .footer_top .footer_in .contact_info ul {
  font-size: 0.9vw;
}
footer .footer_top .footer_in .contact_info ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
footer .footer_top .footer_in .contact_info ul li span {
  display: inline-block;
  width: 2.05vw;
}
footer .footer_top .footer_in .contact_info ul li a {
  color: #E0E0E0;
  font-size: 0.878vw;
  text-decoration: none;
  font-weight: normal;
  padding: 0.586vw 0;
  transition: 0.2s;
}
footer .footer_top .footer_in .contact_info ul li a:hover {
  color: #F2A502;
}
footer .footer_top .footer_in .contact_info ul li svg {
  height: 1.171vw;
  fill: #E0E0E0;
  transition: 0.2s;
}
footer .footer_top .footer_in .contact_info ul li:last-child {
  margin-bottom: 0;
}
footer .footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footer_bottom ul {
  width: 45%;
  display: flex;
  list-style: none;
}
footer .footer_bottom ul.visa {
  justify-content: flex-end;
}
footer .footer_bottom ul.visa li {
  margin-right: 20px;
}
footer .footer_bottom ul.visa li img {
  height: 0.878vw;
}
footer .footer_bottom .unicode img {
  height: 1.171vw;
}
footer .socials {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin-left: -1vw;
}
footer .socials li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.928vw;
  height: 2.928vw;
}
footer .socials li a svg {
  height: 1.464vw;
  transition: 0.4s;
  fill: #fff;
}
footer .socials li a:hover svg {
  transform: scale(1.5);
}

.breadcrambs {
  background-color: #054550;
  padding: 1.171vw 0;
}
.breadcrambs .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breadcrambs .container h2 {
  font-size: 1.757vw;
  line-height: 2.196vw;
  color: #fff;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-weight: normal;
}
.breadcrambs .container ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.breadcrambs .container ul li {
  display: flex;
  align-items: center;
}
.breadcrambs .container ul li a {
  color: #fff;
  font-size: 0.878vw;
  line-height: 2.196vw;
  text-decoration: none;
  padding: 0 1.171vw;
  display: inline-block;
  transition: 0.4s;
}
.breadcrambs .container ul li a:hover {
  color: #F2A502;
}
.breadcrambs .container ul li span {
  font-size: 0.878vw;
  line-height: 2.196vw;
  color: rgba(255, 255, 255, 0.64);
  padding: 0 1.171vw;
  display: inline-block;
  cursor: pointer;
}
.breadcrambs .container ul li svg {
  fill: #fff;
  width: 0.366vw;
  height: 0.586vw;
  transform: rotate(180deg);
}

.video {
  width: 100%;
  height: 24.1vw;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  margin-top: 20px;
}
.video > img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.video.top > img {
  position: absolute;
  top: 0;
}
.video.middle > img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.video.bottom > img {
  position: absolute;
  bottom: 0;
}
.video .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.video .overlay .play_button {
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  background-color: rgba(250, 184, 32, 0.32);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
}
.video .overlay .play_button img {
  height: 0.878vw;
}
.video .overlay:hover .play_button {
  animation: playButtonAnimate 0.6s infinite alternate;
}

@keyframes playButtonAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.video_modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.video_modal .bg {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.video_modal .video_in {
  width: 70vw;
  height: 70vh;
  position: relative;
}
.video_modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1;
}
.video_modal .close svg {
  height: 32px;
  fill: #fff;
  transition: 0.2s;
}
.video_modal .close:hover svg {
  fill: #fab820;
}
.video_modal.open {
  display: flex;
}
.video_modal.open .content {
  animation: modalAnimate 0.5s;
}

.auth_page {
  position: relative;
}
.auth_page header {
  padding-top: 4.246vw;
}
.auth_page header .question {
  font-family: "Conv_FiraGO-Medium", "Conv_Montserrat-Medium";
  font-size: 1.025vw;
  color: #fff;
}
.auth_page .auth_bg {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.auth_page .auth_bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth_page .auth_bg:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.auth_page .auth_image {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.auth_page .auth_image .auth_form {
  width: 25.769vw;
  background-color: #fff;
  padding: 2.196vw 1.903vw;
  border-radius: 4px;
}
.auth_page .auth_image .auth_form h4 {
  font-size: 1.757vw;
  line-height: 2.05vw;
  color: #0D0D0D;
  font-family: "Conv_FiraGO-SemiBold";
  margin-bottom: 1.171vw;
}
.auth_page .auth_image .auth_form .forgot_pass {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.171vw;
}
.auth_page .auth_image .auth_form .forgot_pass span {
  color: #848484;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
.auth_page .auth_image .auth_form .forgot_pass a {
  color: #0D0D0D;
  font-size: 1.025vw;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
}
.auth_page .auth_image .auth_form .input_group {
  width: 100%;
  height: 4.1vw;
  border: 2px solid #E0E0E0;
  border-radius: 4px;
  position: relative;
  margin: 0.586vw 0;
  display: flex;
  align-items: center;
}
.auth_page .auth_image .auth_form .input_group.submit {
  border: 0;
}
.auth_page .auth_image .auth_form .input_group .phone-validation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.auth_page .auth_image .auth_form .input_group .phone-validation button {
  display: none;
  height: 100%;
  background-color: #054550;
  color: #fff;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  transition: 0.4s;
}
.auth_page .auth_image .auth_form .input_group .phone-validation button.active {
  display: block;
}
.auth_page .auth_image .auth_form .input_group .phone-validation button:hover {
  background-color: #F2A502;
}
.auth_page .auth_image .auth_form .input_group label {
  display: block;
  width: 100%;
  padding: 0 0.732vw;
  position: absolute;
  top: 0;
  left: 0;
  color: #848484;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  transition: 0.4s;
  font-size: 0.878vw;
  line-height: 1.757vw;
}
.auth_page .auth_image .auth_form .input_group input {
  background-color: transparent;
  display: block;
  width: 100%;
  font-size: 1.025vw;
  margin-top: 0.6vw;
  line-height: 3.4vw;
  padding: 0 0.732vw;
  color: #0D0D0D;
  border: 0;
}
.auth_page .auth_image .auth_form .input_group input[type=submit] {
  background-color: #054550;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.4s;
  margin-top: 0;
}
.auth_page .auth_image .auth_form .input_group input[type=submit]:hover {
  background-color: #F2A502;
}
.auth_page .auth_image .auth_form .input_group.pass svg {
  height: 1.025vw;
  position: absolute;
  right: 0.878vw;
  fill: #054550;
  cursor: pointer;
  transition: 0.4s;
}
.auth_page .auth_image .auth_form .input_group.pass svg:hover {
  fill: #F2A502;
}
.auth_page .auth_image .auth_form .input_group.fb_auth {
  transition: 0.4s;
}
.auth_page .auth_image .auth_form .input_group.fb_auth svg {
  height: 1.757vw;
  position: absolute;
  left: 0.732vw;
}
.auth_page .auth_image .auth_form .input_group.fb_auth a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: 4.1vw;
  padding: 0 0.732vw;
  font-size: 1.025vw;
  line-height: 4.1vw;
  color: #848484;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
}
.auth_page .auth_image .auth_form .input_group.fb_auth:hover {
  border: 2px solid #178df1;
}
.auth_page .auth_image .auth_form .input_group.fb_auth:hover a {
  color: #178df1;
}
.auth_page .auth_image .auth_form .or {
  color: #848484;
  font-family: "Conv_FiraGO-Regular", "Conv_Montserrat-Medium";
  font-size: 1.025vw;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.171vw 0;
}
.auth_page .auth_image .auth_form .or:before, .auth_page .auth_image .auth_form .or:after {
  content: "";
  display: inline-block;
  width: 2.928vw;
  height: 1px;
  margin: 0 0.659vw;
  background-color: #E0E0E0;
}

.colors_page {
  height: 100vh;
  position: relative;
  padding: 1.757vw;
}
.colors_page .header {
  display: flex;
  justify-content: space-between;
}
.colors_page .header .left {
  display: flex;
}
.colors_page .header .left ul {
  background-color: #fff;
  border-radius: 4px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0 0.878vw;
  margin-right: 1.757vw;
}
.colors_page .header .left ul li {
  position: relative;
}
.colors_page .header .left ul li span {
  display: inline-block;
  padding: 0.878vw;
  cursor: pointer;
  font-size: 1.171vw;
  color: #054550;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
.colors_page .header .left ul li span svg {
  fill: #054550;
  height: 1.757vw;
  transition: 0.4s;
}
.colors_page .header .left ul li span:hover {
  color: #F2A502;
}
.colors_page .header .left ul li span:hover svg {
  fill: #F2A502;
}
.colors_page .header .left ul li .dropdown {
  position: absolute;
  top: 4.832vw;
  left: 0;
  background-color: #fff;
  border-radius: 4px;
  padding: 0.732vw;
  max-width: 50vw;
  flex: 1;
  display: flex;
  overflow: auto;
  display: none;
}
.colors_page .header .left ul li .dropdown::-webkit-scrollbar {
  height: 6px;
}
.colors_page .header .left ul li .dropdown .box {
  display: flex;
}
.colors_page .header .left ul li .dropdown .image {
  width: 19.034vw;
  margin-right: 0.732vw;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
}
.colors_page .header .left ul li .dropdown .image:last-child {
  margin-right: 0;
}
.colors_page .header .left ul li .dropdown .image img {
  width: 19.034vw;
  height: 10.688vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: 0.4s;
}
.colors_page .header .left ul li .dropdown .image:hover img {
  transform: scale(1.1) translate(4px);
}
.colors_page .header .left ul li.active span {
  color: #F2A502;
}
.colors_page .header .left ul li.active .dropdown {
  display: block;
}
.colors_page .header .left ul li.rotate {
  position: relative;
}
.colors_page .header .left ul li.rotate .angles {
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 4.832vw;
  left: 50%;
  transform: translateX(-50%);
  color: #0D0D0D;
  display: none;
}
.colors_page .header .left ul li.rotate.active .angles {
  display: flex;
}
.colors_page .header .close {
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: 0.4s;
}
.colors_page .header .close svg {
  fill: #fff;
  height: 1.757vw;
}
.colors_page .header .close:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.colors_page .bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.colors_page .bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colors_page .edit_walls,
.colors_page .edit_floors {
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  position: absolute;
}
.colors_page .edit_walls svg,
.colors_page .edit_floors svg {
  fill: #054550;
  height: 1.464vw;
  transition: 0.4s;
}
.colors_page .edit_walls:hover svg,
.colors_page .edit_floors:hover svg {
  fill: #F2A502;
}
.colors_page .edit_walls {
  right: 10.249vw;
  top: 12.445vw;
}
.colors_page .edit_walls .wall_colors {
  background-color: #fff;
  border-radius: 4px;
  flex-wrap: wrap;
  width: 15vw;
  height: 20vw;
  overflow-y: auto;
  box-sizing: border-box;
  position: absolute;
  top: 4.685vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.073vw;
  display: none;
}
.colors_page .edit_walls .wall_colors span {
  display: inline-block;
  width: 3.514vw;
  height: 3.514vw;
  border-radius: 4px;
  margin: 0.073vw;
}
.colors_page .edit_walls .wall_colors span:hover {
  opacity: 0.8;
}
.colors_page .edit_walls .wall_colors.active {
  display: flex;
}
.colors_page .edit_floors {
  bottom: 5.857vw;
  left: 30.747vw;
}
.colors_page .edit_floors .floors {
  background-color: #fff;
  border-radius: 4px;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 34.407vw;
  position: absolute;
  bottom: 4.685vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.586vw;
  max-height: 30.454vw;
  overflow-y: auto;
}
.colors_page .edit_floors .floors .floor {
  margin-bottom: 0.586vw;
}
.colors_page .edit_floors .floors .floor .image {
  width: 10.688vw;
  height: 10.688vw;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.2s;
}
.colors_page .edit_floors .floors .floor .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.colors_page .edit_floors .floors .floor:hover .image {
  opacity: 0.7;
}
.colors_page .edit_floors .floors .floor h3 {
  font-size: 1.025vw;
  font-family: "Conv_Montserrat-Medium";
  color: #0D0D0D;
  width: 10.688vw;
}
.colors_page .edit_floors .floors .floor span {
  font-size: 1.025vw;
  font-family: "Conv_Montserrat-Medium";
  color: #848484;
}
.colors_page .edit_floors .floors.active {
  display: flex;
}

.categories_filters {
  margin-bottom: 1vw;
  padding: 0vw 1.171vw;
  background-color: #fff;
  border-radius: 4px;
  color: #0D0D0D;
  /* The container */
}
.categories_filters.categories_list {
  position: relative;
  z-index: 13;
}
.categories_filters h4 {
  font-family: "Conv_FiraGO-SemiBold";
  font-size: 1vw;
}
.categories_filters .checkbox {
  display: block;
  position: relative;
  padding: 0.7vw 1vw 0 0;
  cursor: pointer;
  font-size: 0.75vw;
  color: #0D0D0D;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
  text-decoration: none;
}
.categories_filters .checkbox:hover {
  color: #054550;
}
.categories_filters ul {
  list-style: none;
  position: relative;
  z-index: 16;
}
.categories_filters ul li {
  position: relative;
}
.categories_filters ul li span {
  position: absolute;
  top: 0.65vw;
  right: 0.65vw;
  transform: rotate(180deg);
}
.categories_filters ul li span svg {
  width: 0.366vw;
  height: 0.586vw;
  fill: #0D0D0D;
}
.categories_filters ul li .cat_dropdown,
.categories_filters ul li .cat_dropdown_inner {
  padding: 0 5px;
  cursor: pointer;
}
.categories_filters ul li .cat_dropdown.active,
.categories_filters ul li .cat_dropdown_inner.active {
  transform: rotate(-90deg);
}
.categories_filters ul li.active > a {
  color: #054550;
}
.categories_filters > ul > li > ul {
  margin-left: 1vw;
  display: none;
}
.categories_filters > ul > li > ul.active {
  display: block;
}
.categories_filters > ul > li > ul > li {
  position: relative;
}
.categories_filters > ul > li > ul > li > ul {
  width: 100%;
  margin-left: 1vw;
  display: none;
}
.categories_filters > ul > li > ul > li > ul.active {
  display: block;
}
.categories_filters.brends_list ul {
  max-height: 29.283vw;
  overflow-y: auto;
}
.categories_filters.properties .properties_title_clear {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.5vw;
  border-bottom: 2px solid #E0E0E0;
}
.categories_filters.properties .properties_title_clear .clear_property {
  display: flex;
  align-items: center;
  font-size: 0.7em;
  font-family: "Conv_FiraGO-Bold";
  color: #E8000D;
  cursor: pointer;
  background: none;
  border: none;
}
.categories_filters.properties .properties_title_clear .clear_property svg {
  height: 1.2em;
  margin-right: 0.1em;
  fill: #E8000D;
  vertical-align: middle;
}
.categories_filters.properties .checkbox {
  display: block;
  position: relative;
  padding: 0.3vw 1.5vw 0.3vw 1.5vw;
  cursor: pointer;
  font-size: 0.75vw;
  color: #0D0D0D;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: "Conv_FiraGO-SemiBold";
  transition: 0.4s;
}
.categories_filters.properties .checkbox.disabled {
  opacity: 0.5;
}
.categories_filters.properties .checkbox:not(.disabled):hover {
  color: #054550;
}
.categories_filters.properties .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.categories_filters.properties .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.categories_filters.properties .checkbox .checkmark {
  position: absolute;
  top: 0.3vw;
  left: 0;
  height: 1vw;
  width: 1vw;
  border: 2px solid #E0E0E0;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.categories_filters.properties .checkbox .checkmark::after {
  content: "";
  display: none;
}
.categories_filters.properties .checkbox .checkmark:after {
  width: 0.586vw;
  height: 0.586vw;
  border-radius: 2px;
  background-color: #054550;
}
.categories_filters.properties .checkbox:not(.disabled):hover input ~ .checkmark:after {
  display: block;
}
.categories_filters.properties ul li:nth-child(n+7) {
  display: none;
}
.categories_filters.properties .catgories_more, .categories_filters.properties .catgories_less {
  margin-top: 0.5vw;
  font-size: 0.75vw;
  color: #F2A502;
  font-family: "Conv_FiraGO-Bold";
  cursor: pointer;
  transition: 0.4s;
}
.categories_filters.properties .catgories_more:hover, .categories_filters.properties .catgories_less:hover {
  color: #054550;
}
.categories_filters.properties .catgories_less {
  display: none;
}
.categories_filters.properties.show ul li:nth-child(n+6) {
  display: block;
}
.categories_filters.properties.show .catgories_less {
  display: block;
}
.categories_filters.properties.show .catgories_more {
  display: none;
}

.alert {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 6.149vw;
  justify-content: center;
  align-items: center;
  display: none;
}
.alert p {
  color: #fff;
  font-size: 1.171vw;
  font-family: "Conv_FiraGO-SemiBold";
  text-align: center;
}
.alert.success {
  background-color: #00B407;
}
.alert.error {
  background-color: #E8000D;
}
.alert.active {
  display: flex;
}

.anim {
  animation-name: show;
  animation-duration: 0.4s;
}

@keyframes show {
  from {
    transform: translateY(-50%);
  }
  to {
    transform: translateY(0);
  }
}
.tabs.contact-tabs {
  margin-top: 20px;
}
.tabs.contact-tabs .nav-tabs {
  display: flex;
  margin-top: 0;
  border-bottom: solid 1px #c6c6c6;
  list-style-type: none;
}
.tabs.contact-tabs .nav-tabs li {
  width: 18vw;
  text-align: center;
  padding: 1.75vw;
  box-sizing: border-box;
  border: solid 1px #c6c6c6;
  border-right: 0;
  color: #c6c6c6;
  font-size: 1.02vw;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 0;
}
.tabs.contact-tabs .nav-tabs li:last-child {
  border-right: solid 1px #c6c6c6;
}
.tabs.contact-tabs .nav-tabs li:hover {
  color: #1c4450;
}
.tabs.contact-tabs .nav-tabs li.active {
  background-color: #fab820;
  color: #1c4450;
}
.tabs.contact-tabs .tab-content {
  padding-top: 24px;
}
.tabs.contact-tabs .tab-content .tab-panel {
  line-height: 20px;
  display: none;
}
.tabs.contact-tabs .tab-content .tab-panel.active {
  display: block;
}
.tabs.contact-tabs.b_0 {
  margin-top: 60px;
}
.tabs.contact-tabs.b_0 .nav-tabs li {
  padding: 15px 12px;
  border: 0;
  border-bottom: 1px solid #dedede;
  color: #000;
  font-family: "Bold";
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.2s;
  white-space: nowrap;
  position: relative;
}
.tabs.contact-tabs.b_0 .nav-tabs li.active {
  color: #fab820;
}
.tabs.contact-tabs.b_0 .nav-tabs li.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #fab820;
}

.branches_container {
  margin-top: 20px;
}
.branches_container h2 {
  font-size: 1.17vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  color: #1c4450;
}
.branches_container .tabs .nav-tabs {
  justify-content: space-between;
}
.branches_container .tabs .nav-tabs li {
  border: 0;
  color: #c6c6c6;
}
.branches_container .tabs .nav-tabs li.active {
  background-color: #fab820;
  color: #1c4450;
}
.branches_container .branches {
  display: flex;
  flex-wrap: wrap;
}
.branches_container .branches .branch {
  width: 19vw;
  margin-right: 1.17vw;
  position: relative;
  cursor: pointer;
  margin-bottom: 1.17vw;
}
.branches_container .branches .branch:nth-child(4n) {
  margin-right: 0;
}
.branches_container .branches .branch .branc_image {
  height: 12.9vw;
  overflow: hidden;
}
.branches_container .branches .branch .branc_image img {
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
.branches_container .branches .branch h3 {
  height: 4.75vw;
  background-color: #e8ebec;
  font-size: 1vw;
  line-height: 1.6vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Medium";
  display: flex;
  align-items: center;
  padding: 0.87vw 1.17vw;
  box-sizing: border-box;
  transition: 0.4s;
}
.branches_container .branches .branch ul {
  position: absolute;
  top: 0.58vw;
  left: 0.58vw;
}
.branches_container .branches .branch ul li {
  display: flex;
  align-items: center;
  border-radius: 20px 2px 2px 20px;
  margin-bottom: 0.58vw;
}
.branches_container .branches .branch ul li span {
  width: 2.34vw;
  height: 2.34vw;
  background-color: #143640;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.17vw;
}
.branches_container .branches .branch ul li span svg {
  fill: #fff;
}
.branches_container .branches .branch ul li a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 0;
  height: 2.34vw;
  overflow: hidden;
  transition: 0.4s;
  white-space: nowrap;
}
.branches_container .branches .branch:hover h3 {
  background-color: #fab820;
}
.branches_container .branches .branch:hover ul li {
  background-color: #1c4450;
}
.branches_container .branches .branch:hover ul li a {
  width: 11vw;
}

.international {
  display: flex;
  flex-wrap: wrap;
}
.international .icon_container {
  width: 19.9vw;
  height: 19.9vw;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: 0.4s;
  perspective: 1000px;
  background-color: transparent;
}
.international .icon_container .icon_container_inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.international .icon_container:after {
  content: "";
  display: block;
  width: 1px;
  height: 16.5vw;
  background-color: #d9d9d9;
  position: absolute;
  top: 1.6vw;
  right: 0;
}
.international .icon_container:before {
  content: "";
  display: block;
  height: 1px;
  width: 16.5vw;
  background-color: #d9d9d9;
  position: absolute;
  right: 1.6vw;
  bottom: 0;
}
.international .icon_container:nth-child(4n):after, .international .icon_container:last-child:after {
  display: none;
}
.international .icon_container:nth-last-child(-n+4)::before {
  display: none;
}
.international .icon_container .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  position: absolute;
  width: 100%;
  height: 100%;
  /* Safari */
  backface-visibility: hidden;
}
.international .icon_container .icon img {
  height: 3vw;
  max-width: 90%;
}
.international .icon_container .icon_texts {
  position: absolute;
  width: 100%;
  height: 100%;
  /* Safari */
  backface-visibility: hidden;
  top: 0;
  left: 0;
  padding: 1.17vw;
  background-color: #1c4450;
  box-sizing: border-box;
  font-size: 0.9vw;
  line-height: 1.46vw;
  color: #c6c6c6;
  font-family: "Conv_FiraGO-Regular";
  overflow-y: auto;
  transform: rotateY(180deg);
}
.international .icon_container .icon_texts h3 {
  font-size: 1.2vw;
  line-height: 2.9vw;
  color: #ffffff;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
}
.international .icon_container .icon_texts p {
  font-size: 0.9vw;
  line-height: 1.46vw;
  color: #c6c6c6;
  font-family: "Conv_FiraGO-Regular";
}
.international .icon_container:hover .icon_container_inner {
  transform: rotateY(180deg);
}

.users {
  display: flex;
  flex-wrap: wrap;
}
.users .icon {
  box-sizing: border-box;
  width: 19vw;
  height: 8.78vw;
  border-radius: 2px;
  border: solid 1px rgba(28, 68, 80, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.75vw;
  cursor: pointer;
  transition: 0.4s;
  margin-right: 1.1vw;
}
.users .icon:nth-child(4n) {
  margin-right: 0;
}
.users .icon img {
  height: 2.92vw;
}
.users .icon:hover {
  border: solid 1px #fab820;
  transform: scale(1.1);
}

.customers {
  background-color: #f7f7f7;
  position: relative;
}
.customers h2 {
  font-size: 1.8vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  color: #1c4450;
  text-align: left;
}
.customers .customers_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5vw;
}
.customers .customers_container .text {
  width: 27vw;
}
.customers .customers_container .text .text-build {
  height: 24vw;
}
.customers .customers_container .text h3 {
  margin-bottom: 2.34vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  font-size: 1.8vw;
  color: #1c4450;
}
.customers .customers_container .text p {
  width: 19vw;
  color: #696969;
  font-size: 1vw;
  font-family: "Conv_FiraGO-Regular";
  margin-bottom: 1vw;
  line-height: 1.8vw;
  overflow: hidden;
}
.customers .customers_container .text .texts_slider_navs {
  width: 100%;
  height: 3.5vw;
  display: flex;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-next {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 2px;
  background-color: #1c4450;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  z-index: 0;
  margin-top: 0;
  margin-left: 2.34vw;
  transition: 0.4s;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-next svg {
  width: 0.43vw;
  height: 0.65vw;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-next:after {
  content: "";
}
.customers .customers_container .text .texts_slider_navs .swiper-button-next:hover {
  background-color: #fab820;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-next:hover svg path {
  fill: #1c4450 !important;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-prev {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 2px;
  background-color: #1c4450;
  display: flex;
  justify-content: center;
  align-items: center;
  position: static;
  z-index: 0;
  margin-top: 0;
  transition: 0.4s;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-prev svg {
  width: 0.43vw;
  height: 0.65vw;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-prev:after {
  content: "";
}
.customers .customers_container .text .texts_slider_navs .swiper-button-prev:hover {
  background-color: #fab820;
}
.customers .customers_container .text .texts_slider_navs .swiper-button-prev:hover svg path {
  fill: #1c4450 !important;
}
.customers .customers_container .images_slider {
  width: 48vw;
  height: auto;
  border-radius: 2px;
  background-color: #1c4450;
  padding: 1.8vw 1.8vw 1.8vw 6.7vw;
  box-sizing: border-box;
  position: relative;
}
.customers .customers_container .images_slider .main_image {
  margin-bottom: 1.8vw;
  width: 542px;
  height: 24vw;
}
.customers .customers_container .images_slider .main_image .main_image_transform {
  width: 45vw;
  height: 29vw;
  position: absolute;
  top: -5vw;
  right: -3.5vw;
  z-index: 1;
  overflow: hidden;
}
.customers .customers_container .images_slider .main_image .main_image_transform img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
}
.customers .customers_container .images_slider .image {
  height: 5.8vw;
  overflow: hidden;
  cursor: pointer;
}
.customers .customers_container .images_slider .image img {
  max-width: 100%;
  min-height: 100%;
}
.customers .customers_container .images_slider:after {
  content: "";
  display: block;
  width: 1px;
  height: 19vw;
  opacity: 0.4;
  border-radius: 1px;
  background-color: #fab820;
  position: absolute;
  top: -2.9vw;
  left: 3.2vw;
}
.customers .customers_decor {
  position: absolute;
  top: 5.3vw;
  right: 0;
  z-index: 0;
  width: 18.7vw;
  height: 18.7vw;
  overflow: hidden;
}

.news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.news .title h2 {
  font-size: 1.8vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
}
.news .title a {
  display: inline-block;
  font-size: 1vw;
  color: #fff;
  border-radius: 2px;
  background-color: #1c4450;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  padding: 1.17vw 2.34vw;
  transition: 0.4s;
  text-decoration: none;
}
.news .title a:hover {
  background-color: #fab820;
  color: #1c4450;
}
.news .news_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 1s;
}
.news .news_container .news_item {
  width: calc((100% - 40px) / 3);
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: 0.4s;
}
.news .news_container .news_item:nth-child(3n) {
  margin-right: 0;
}
.news .news_container .news_item .news_image a {
  display: block;
  aspect-ratio: 1.6/1;
  overflow: hidden;
  border-radius: 2px;
}
.news .news_container .news_item .news_image a img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.news .news_container .news_item h3 {
  font-size: 1vw;
  overflow: hidden;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  line-height: 1.46vw;
  transition: 0.4s;
}
.news .news_container .news_item h3 a {
  display: inline-block;
  line-height: 1.46vw;
  height: 4.3vw;
  padding: 0.8vw 1.17vw 0.8vw;
  color: #1c4450;
  transition: 0.4s;
  text-decoration: none;
  box-sizing: content-box;
}
.news .news_container .news_item .time {
  width: 4.8vw;
  height: 2.56vw;
  border-radius: 2px;
  background-color: #fab820;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1vw;
  color: #0e252c;
  font-family: "Conv_FiraGO-Medium";
  position: absolute;
  top: 1.17vw;
  left: 1.17vw;
}
.news .news_container .news_item.main_news:nth-child(n+4) {
  display: none;
}
.news .news_container .news_item:hover h3 {
  background-color: #1c4450;
}
.news .news_container .news_item:hover h3 a {
  color: #fff;
}
.news .news_container .news_item:hover img {
  transform: scale(1.2);
}
.news .news_container.active .news_item:nth-child(n+4) {
  display: block;
}
.news.inner {
  margin-bottom: 0;
}
.news.inner .news_container {
  height: auto;
}

.main-news {
  margin-bottom: calc(50px + 1.46vw);
  padding-top: 20px;
}
.main-news .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-news .title h2 {
  font-size: 1.8vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
}
.main-news .title a {
  display: inline-block;
  font-size: 1vw;
  color: #fff;
  border-radius: 2px;
  background-color: #1c4450;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  padding: 1.17vw 2.34vw;
  transition: 0.4s;
  text-decoration: none;
}
.main-news .title a:hover {
  background-color: #fab820;
  color: #1c4450;
}
.main-news .news_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 1s;
}
.main-news .news_container .news_item {
  width: calc((100% - 2.5vw) / 5);
  background-color: #ffffff;
  position: relative;
  margin-bottom: 0.5vw;
  margin-right: 0.5vw;
  transition: 0.4s;
}
.main-news .news_container .news_item:nth-child(5n) {
  margin-right: 0;
}
.main-news .news_container .news_item .news_image a {
  display: block;
  aspect-ratio: 1.6/1;
  overflow: hidden;
  border-radius: 2px;
}
.main-news .news_container .news_item .news_image a img {
  width: 100%;
  min-height: 100%;
  transition: 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-news .news_container .news_item h3 {
  font-size: 1vw;
  overflow: hidden;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  line-height: 1.46vw;
  transition: 0.4s;
}
.main-news .news_container .news_item h3 a {
  display: inline-block;
  line-height: 1.46vw;
  height: 2.9vw;
  padding: 10px;
  color: #1c4450;
  transition: 0.4s;
  text-decoration: none;
  box-sizing: content-box;
}
.main-news .news_container .news_item .time {
  width: 4.8vw;
  height: 2.56vw;
  border-radius: 2px;
  background-color: #fab820;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1vw;
  color: #0e252c;
  font-family: "Conv_FiraGO-Medium";
  position: absolute;
  top: 1.17vw;
  left: 1.17vw;
}
.main-news .news_container .news_item.main_news:nth-child(n+6) {
  display: none;
}
.main-news .news_container .news_item:hover h3 {
  background-color: #1c4450;
}
.main-news .news_container .news_item:hover h3 a {
  color: #fff;
}
.main-news .news_container .news_item:hover img {
  transform: scale(1.2);
}
.main-news .news_container.active .news_item:nth-child(n+6) {
  display: block;
}
.main-news.inner {
  margin-bottom: 0;
}
.main-news.inner .news_container {
  height: auto;
}

.news_inner {
  padding-top: 20px;
}
.news_inner .news_inner_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.17vw;
}
.news_inner .news_inner_top .time {
  padding: 1.3vw 1.75vw;
  border-radius: 2px;
  background-color: #fab820;
  font-size: 1vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Medium";
}
.news_inner .news_info img {
  max-width: 100% !important;
  height: auto !important;
}
.news_inner .news_info h2 {
  margin: 1.75vw 0;
  font-size: 2.34vw;
  line-height: 3.5vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
}
.news_inner .news_info .news_image {
  height: 25vw;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  margin-bottom: 1.46vw;
}
.news_inner .news_info .news_image.top > img {
  position: absolute;
  top: 0;
}
.news_inner .news_info .news_image.middle > img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.news_inner .news_info .news_image.bottom > img {
  position: absolute;
  bottom: 0;
}
.news_inner .news_info .news_image > img {
  width: 100%;
  min-height: 100%;
}
.news_inner .news_info .news_image .overley {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.news_inner .news_info .news_image .overley a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_inner .news_info .news_image .overley .zoom {
  width: 4vw;
  height: 4vw;
  background-color: #fab820;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_inner .news_info .news_image .overley .zoom svg {
  fill: #fff;
}
.news_inner .news_info .news_image .overley .image_icon {
  width: 3.8vw;
  height: 3.8vw;
  border-radius: 2px;
  background-color: #e8ebec;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.75vw;
  left: 1.75vw;
  transition: 0.2s;
}
.news_inner .news_info .news_image .overley .image_icon:hover {
  background-color: #d7dadb;
}
.news_inner .news_info .news_image .overley .image_icon img {
  width: 1.2vw;
}
.news_inner .news_info .news_image .overley:hover .zoom {
  animation: playButtonAnimate 0.8s infinite alternate;
}
.news_inner .news_info p {
  font-size: 1vw;
  line-height: 1.8vw;
  color: #656565;
  margin: 1.75vw 0;
}
.news_inner .news_info .product_inner_slider {
  position: relative;
}
.news_inner .news_info .product_inner_slider .image {
  height: 12vw;
  overflow: hidden;
  position: relative;
}
.news_inner .news_info .product_inner_slider .image img {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_inner .news_info .product_inner_slider .image .overley {
  opacity: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 68, 80, 0.56);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news_inner .news_info .product_inner_slider .image .overley svg {
  fill: #fab820;
}
.news_inner .news_info .product_inner_slider .image .overley:hover svg {
  animation: playButtonAnimate 0.8s infinite alternate;
}
.news_inner .news_info .product_inner_slider .image:hover .overley {
  opacity: 1;
}
.news_inner .news_info .product_inner_slider .swiper-button-prev,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-next,
.news_inner .news_info .product_inner_slider .swiper-button-next,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-prev {
  width: 3.5vw;
  height: 3.5vw;
  border-radius: 2px;
  background-color: #e8ebec;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(50% - 0.3vw);
  transition: 0.2s;
}
.news_inner .news_info .product_inner_slider .swiper-button-prev svg,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-next svg,
.news_inner .news_info .product_inner_slider .swiper-button-next svg,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-prev svg {
  fill: #1c4450;
  width: 6px;
  height: 10px;
}
.news_inner .news_info .product_inner_slider .swiper-button-prev:after,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-next:after,
.news_inner .news_info .product_inner_slider .swiper-button-next:after,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.news_inner .news_info .product_inner_slider .swiper-button-prev:hover,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-next:hover,
.news_inner .news_info .product_inner_slider .swiper-button-next:hover,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-prev:hover {
  background-color: #fab820;
}
.news_inner .news_info .product_inner_slider .swiper-button-prev:hover svg,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-next:hover svg,
.news_inner .news_info .product_inner_slider .swiper-button-next:hover svg,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-prev:hover svg {
  fill: #1c4450;
}
.news_inner .news_info .product_inner_slider .swiper-button-prev,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-next {
  left: -1.7vw;
  right: auto;
}
.news_inner .news_info .product_inner_slider .swiper-button-next,
.news_inner .news_info .product_inner_slider .swiper-container-rtl .swiper-button-prev {
  right: -1.7vw;
  left: auto;
}

.news-share {
  width: 3.95vw;
  height: 3.95vw;
  border-radius: 50%;
  background-color: #e8ebec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c4450;
  cursor: pointer;
  transition: 0.4s;
  position: relative;
}
.news-share img {
  width: 1.46vw;
  margin-bottom: 2px;
  margin-left: 2px;
}
.news-share:hover {
  background-color: #fab820;
}

.gallery_page {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.gallery_page .gallery {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  margin-right: 20px;
}
.gallery_page .gallery:nth-child(3n) {
  margin-right: 0;
}
.gallery_page .gallery .gallery_image {
  height: 25.76vw;
  position: relative;
  overflow: hidden;
}
.gallery_page .gallery .gallery_image a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_page .gallery .gallery_image a:first-child::after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(28, 68, 80, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  color: #fff;
  font-size: 1vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  transition: 0.4s;
}
.gallery_page .gallery .gallery_image a img {
  min-width: 100%;
  min-height: 100%;
}
.gallery_page .gallery .gallery_image .read_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.27vw;
  background-color: #fab820;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
}
.gallery_page .gallery h3 {
  font-size: 1.31vw;
  line-height: 1.9vw;
  height: 2.4vw;
  overflow: hidden;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  padding: 1.17vw 0;
  transition: 0.4s;
  box-sizing: content-box;
}
.gallery_page .gallery h3 a {
  color: #5c5c5c;
  text-decoration: none;
}
.gallery_page .gallery:hover .gallery_image a:first-child::after {
  content: attr(data-count);
  background-color: rgba(28, 68, 80, 0.64);
}
.gallery_page .gallery:hover .read_more {
  opacity: 1;
}

.gallery_inner {
  padding-top: 20px;
}
.gallery_inner .gallery_inner_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.9vw;
}
.gallery_inner .gallery_inner_top h2 {
  font-size: 1.46vw;
  line-height: 2.9vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Medium";
}
.gallery_inner .gallery_images {
  display: flex;
  flex-wrap: wrap;
}
.gallery_inner .gallery_images .image {
  width: 19vw;
  height: 19vw;
  position: relative;
  margin-right: 1.17vw;
  margin-bottom: 1.17vw;
  border-radius: 2px;
  overflow: hidden;
}
.gallery_inner .gallery_images .image:nth-child(4n) {
  margin-right: 0;
}
.gallery_inner .gallery_images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_inner .gallery_images .image .overley {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(28, 68, 80, 0.72);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  opacity: 0;
  transition: 0.4s;
}
.gallery_inner .gallery_images .image .overley span {
  width: 56px;
  height: 56px;
  background-color: #fab820;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.4s;
}
.gallery_inner .gallery_images .image .overley svg {
  fill: #1c4450;
}
.gallery_inner .gallery_images .image .overley:hover {
  opacity: 1;
}
.gallery_inner .gallery_images .image .overley:hover span {
  transform: scale(1.05);
}

.video_gallery {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.video_gallery .video_cont {
  width: calc((100% - 1.17vw) / 2);
  margin-bottom: 1.17vw;
  cursor: pointer;
}
.video_gallery .video_cont:nth-child(2n+1) {
  margin-right: 1.17vw;
}
.video_gallery .video_cont .video {
  height: 21vw;
  margin-top: 0;
}
.video_gallery .video_cont h3 {
  color: #1c4450;
  font-size: 1.46vw;
  margin-top: 1.75vw;
}
.video_gallery .video_cont:hover h3 {
  color: #f7ad00;
}

.partners {
  position: relative;
  margin: 2vw auto 0;
}
.partners .title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1em;
}
.partners .title h2 {
  line-height: 2.343em;
  color: #054550;
  font-family: "Conv_FiraGO-Bold";
  text-align: left;
  padding-right: 1.8vw;
  margin-right: 1.8vw;
  border-right: 1px solid #c6c6c6;
}
.partners .title .partners_navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.partners .title .partners_navigation .nav {
  width: 6.4vw;
  display: flex;
  justify-content: space-between;
}
.partners .title .partners_navigation .swiper-button-next,
.partners .title .partners_navigation .swiper-button-prev {
  width: 1.8vw;
  height: 1.8vw;
  position: static;
  z-index: 0;
}
.partners .title .partners_navigation .swiper-button-next svg,
.partners .title .partners_navigation .swiper-button-prev svg {
  fill: #f7ad00;
  transition: 0.4s;
}
.partners .title .partners_navigation .swiper-button-next:after,
.partners .title .partners_navigation .swiper-button-prev:after {
  content: "";
}
.partners .title .partners_navigation .swiper-button-next:hover svg,
.partners .title .partners_navigation .swiper-button-prev:hover svg {
  fill: #0e252c;
}
.partners .title .partners_navigation .swiper-pagination {
  position: static;
  z-index: 0;
  width: 5em;
  font-size: 1.5em;
  color: #1c4450;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  font-weight: bold;
}
.partners .title .partners_navigation .swiper-pagination .swiper-pagination-total {
  font-size: 1.2em;
  color: #c6c6c6;
}
.partners .title .partners_navigation .swiper-pagination .swiper-pagination-current {
  font-size: 1em;
}
.partners .image a {
  height: 3.5vw;
  border-radius: 2px;
  border: solid 1px #e8ebec;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}
.partners .image a img {
  height: 50%;
  filter: grayscale(100%) opacity(30%);
  transition: 0.4s;
  max-width: 95%;
}
.partners .image a:hover {
  background-color: #e8ebec;
}
.partners .image a:hover img {
  filter: grayscale(0) opacity(100%);
}

.show_more {
  display: none;
  justify-content: center;
  align-items: center;
  color: #fab820;
  font-size: 1vw;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Conv_FiraGO-Medium";
  transition: 0.4s;
}
.show_more.show {
  display: flex;
}
.show_more svg {
  margin-right: 0.58vw;
}
.show_more:hover {
  transform: scale(1.1);
}

.show_less {
  display: none;
  justify-content: center;
  align-items: center;
  color: #0e252c;
  font-size: 1vw;
  margin-top: 20px;
  cursor: pointer;
  font-family: "Conv_FiraGO-Medium";
  transition: 0.4s;
}
.show_less.show {
  display: flex;
}
.show_less:hover {
  transform: scale(1.1);
}

.vacancies .vacancy {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-top: 1px solid #e8ebec;
  border-bottom: 1px solid #e8ebec;
  border-left: 1px solid #e8ebec;
  margin-bottom: 2.9vw;
}
.vacancies .vacancy .left {
  width: calc(100% - 5.8vw);
  padding: 1.75vw;
}
.vacancies .vacancy .left .vacancy_title {
  display: flex;
  justify-content: space-between;
}
.vacancies .vacancy .left .vacancy_title h3 {
  width: calc(100% - 80px);
  font-size: 1.17vw;
  color: #1c4450;
  margin-bottom: 1.75vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
}
.vacancies .vacancy .left .vacancy_title .time {
  font-size: 1vw;
  color: #8d8d8d;
  font-family: "Conv_FiraGO-Medium";
  white-space: nowrap;
}
.vacancies .vacancy .left p {
  font-size: 0.87vw;
  line-height: 1.6vw;
  color: #656565;
  font-family: "Conv_FiraGO-Regular";
}
.vacancies .vacancy .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.8vw;
  background-color: #fab820;
  transition: 0.4s;
}
.vacancies .vacancy .more svg {
  fill: #1c4450;
}
.vacancies .vacancy .more:hover {
  background-color: #1c4450;
}
.vacancies .vacancy .more:hover svg {
  fill: #fab820;
}

.vacancy_inner .vacancy_inner_top {
  display: flex;
  justify-content: space-between;
}
.vacancy_inner .vacancy_inner_top > .left {
  width: 59.4vw;
  margin-right: 7.9vw;
  padding-bottom: 1.75vw;
}
.vacancy_inner .vacancy_inner_top .vacancy_title {
  display: flex;
  justify-content: space-between;
}
.vacancy_inner .vacancy_inner_top .vacancy_title .time {
  font-size: 1vw;
  color: #fab820;
  font-family: "Conv_FiraGO-Medium";
}
.vacancy_inner .vacancy_inner_top .vacancy_title h2 {
  font-size: 1.17vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  color: #1c4450;
  margin-top: 1.17vw;
  margin-bottom: 1.75vw;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload {
  width: 12.2vw;
  border-radius: 2px;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form label {
  height: 7.75vw;
  background-color: #e8ebec;
  display: block;
  text-align: center;
  cursor: pointer;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form label input {
  display: none;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form label span {
  display: block;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form label span:first-child {
  color: #1c4450;
  font-size: 0.87vw;
  font-family: "Conv_FiraGO-Medium";
  padding-top: 1.46vw;
  margin-bottom: 1.83vw;
  transition: 0.4s;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form label:hover span {
  color: #fab820;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form #salary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  color: #1c4450;
  border: 0;
  background-color: #fab920;
  font-family: "Conv_FiraGO-Bold";
  text-align: center;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form #salary::-moz-placeholder {
  color: #1c4450;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form #salary::placeholder {
  color: #1c4450;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form button {
  width: 100%;
  border: 0;
  height: 3.66vw;
  background-color: #1c4450;
  color: #fff;
  font-size: 1vw;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  cursor: pointer;
}
.vacancy_inner .vacancy_inner_top .vacancy_upload form button:hover {
  background-color: #fab820;
  color: #1c4450;
}
.vacancy_inner h3,
.vacancy_inner h4,
.vacancy_inner h5,
.vacancy_inner h6 {
  font-family: "Conv_FiraGO-Medium";
  color: #5c5c5c;
  font-size: 1vw;
  margin-top: 1.75vw;
  margin-bottom: 1.17vw;
}
.vacancy_inner p {
  color: #656565;
  font-size: 0.87vw;
  line-height: 1.61vw;
  font-family: "Conv_FiraGO-Regular";
}
.vacancy_inner ul li {
  font-size: 0.87vw;
  color: #8d8d8d;
  font-family: "Conv_FiraGO-Medium";
  padding: 0.58vw 0;
  position: relative;
}
.vacancy_inner hr {
  height: 1px;
  background-color: #c6c6c6;
  border: none;
  margin-top: 1.75vw;
  margin-bottom: 1.17vw;
}
.vacancy_inner .vacancy_rules {
  color: #c6c6c6;
  font-size: 0.87vw;
  line-height: 1.61vw;
  font-family: "Conv_FiraGO-Regular";
  margin-top: 5.85vw;
}
.vacancy_inner .success {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.vacancy_inner .success p {
  color: #1c4450;
  font-family: "Conv_FiraGO-Medium";
  font-size: 1.17vw;
}
.vacancy_inner .error {
  display: flex;
  justify-content: center;
  margin: 20px 0px;
}
.vacancy_inner .error p {
  color: #a31d32;
  font-family: "Conv_FiraGO-Medium";
  font-size: 1.17vw;
}

.send_cv p {
  margin: 0 auto;
  margin-bottom: 1.46vw;
  font-size: 1vw;
  line-height: 1.6vw;
  font-family: "Conv_FiraGO-Medium";
  color: #5c5c5c;
  text-align: center;
}
.send_cv p.only_send {
  width: 56.9vw;
}
.send_cv form {
  margin: 0 auto;
}
.send_cv form.only_send {
  width: 35vw;
}
.send_cv form .input_group {
  border-bottom: 1px solid #e8ebec;
  height: 2vw;
  position: relative;
  margin-bottom: 10px;
}
.send_cv form .input_group:last-child {
  border-bottom: 0;
  height: auto;
  margin-bottom: 0;
}
.send_cv form .input_group input {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-size: 0.87vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Medium";
}
.send_cv form .input_group input:focus ~ label, .send_cv form .input_group input:active ~ label {
  top: -0.5vw;
  font-size: 1vw;
  color: #c6c6c6;
  font-family: "Conv_FiraGO-Regular";
}
.send_cv form .input_group label {
  position: absolute;
  top: 12px;
  font-size: 0.7vw;
  color: #1c4450;
  font-family: "Conv_FiraGO-Medium";
  transition: 0.4s;
}
.send_cv form .input_group .plus {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8ebec;
  color: #1c4450;
  font-size: 1vw;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: 0.4s;
}
.send_cv form .input_group .plus.only_send {
  right: -4.2vw;
}
.send_cv form .input_group .plus.not_only_send {
  right: 0;
}
.send_cv form .input_group .plus:hover {
  background-color: #fab820;
}
.send_cv form .input_group .dropdown-plus {
  width: 2vw;
  height: 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8ebec;
  color: #1c4450;
  font-size: 1vw;
  position: absolute;
  top: 0;
  cursor: pointer;
  transition: 0.4s;
}
.send_cv form .input_group .dropdown-plus.only_send {
  right: -4.2vw;
}
.send_cv form .input_group .dropdown-plus.not_only_send {
  right: 0;
}
.send_cv form .input_group .dropdown-plus:hover {
  background-color: #fab820;
}
.send_cv form .input_group button {
  margin: 0 auto;
  display: block;
  width: 50%;
  padding: 0.6vw;
  background-color: #054550;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9vw;
  color: #fff;
  font-family: "Conv_FiraGO-Bold";
  font-weight: bold;
  border: 0;
  transition: 0.4s;
  cursor: pointer;
}
.send_cv form .input_group button:hover {
  background-color: #fab820;
  color: #054550;
}
.send_cv form .input_group.active label {
  top: -0.5vw;
  font-size: 0.8vw;
  color: #c6c6c6;
  font-family: "Conv_FiraGO-Medium";
}

.datepicker-container {
  width: 15.8vw;
  background-color: #e8ebec;
  color: #1c4450;
  font-size: 1vw;
  font-family: "Conv_FiraGO-Medium";
}

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #e8ebec;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #e8ebec;
}

.datepicker-top-left:after,
.datepicker-top-right:after {
  border-bottom-color: #e8ebec;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #1c4450;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #f7ad00;
  color: #103945;
}

.datepicker-panel > ul > li {
  width: 14.2857142857%;
  background-color: #e8ebec;
  line-height: 40px;
  height: 40px;
  text-align: center;
  transition: 0.4s;
}

.send_cv .datepicker-panel > ul > li {
  line-height: 50px;
  height: 50px;
}

.datepicker-panel > ul > li:hover {
  background-color: #f7ad00;
}

.datepicker-panel > ul > li[data-view="month current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="years current"] {
  width: 71.4285714286%;
}

.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #e8ebec;
  cursor: default;
}

.datepicker-panel > ul {
  width: 100%;
}

.datepicker-dropdown {
  border: 0;
}/*# sourceMappingURL=style.css.map */