@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body, #container {
  height: 100%;
}

body > #container {
  height: auto;
  min-height: 100%;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  html, body, #container {
    height: auto !important;
  }
  body > #container {
    height: auto !important;
    min-height: 400px !important;
    padding-bottom: 20px !important;
  }
  .footer {
    height: auto !important;
    margin-top: 0 !important;
  }
}
.container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.col-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.col-right {
  float: left;
  width: 50%;
  padding-left: 10px;
}

.container-sidebar {
  display: flex;
  column-gap: 20px;
  flex-grow: 1;
}
.container-sidebar:after {
  display: none;
}
.container-sidebar .col-sidebar {
  flex-shrink: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.container-sidebar .col-main {
  width: calc(100% - 220px - 20px);
  padding-bottom: 20px;
  flex-grow: 1;
}
@media (max-width: 1050px) {
  .container-sidebar {
    padding: 0;
  }
  .container-sidebar .col-main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.container-right-sidebar {
  padding: 0 250px 0 0;
}
.container-right-sidebar .col-sidebar {
  float: right;
  width: 220px;
  margin: 0 -250px 0 0;
  padding: 0 0 20px 0;
}
.container-right-sidebar .col-main {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
@media (max-width: 1050px) {
  .container-right-sidebar {
    padding: 0;
  }
  .container-right-sidebar .col-sidebar,
  .container-right-sidebar .col-main {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}

.col-form {
  float: left;
  width: 370px;
}

.col-form-table {
  margin-left: 400px;
}

.row {
  position: relative;
}

.clearfix:after, .col-filter-form:after,
.container:after,
.row:after,
.form-inline:after,
.details dl:after {
  content: " ";
  display: table;
  clear: both;
}

@media (max-width: 1050px) {
  .col-form {
    float: none;
    width: auto;
  }
  .col-form-table {
    margin-left: 0;
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .col-left,
  .col-right {
    float: none;
    width: auto;
    padding: 0;
  }
  .col-sidebar,
  .col-main {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
}
.navigation-secondary {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.navigation-secondary-link {
  display: block;
  padding: 0.5em;
  border-radius: 0;
  color: #151515;
}
.navigation-secondary-link:hover {
  color: #151515;
  background-color: #D9D9D9;
}
.navigation-secondary-link.active {
  color: #0071E3;
  font-weight: 500;
}
@media (max-width: 1050px) {
  .navigation-secondary {
    display: none;
  }
}

@media (min-width: 1051px) {
  .user-navigation {
    min-width: 200px;
    margin-left: -15px;
    border-right: 1px solid #D9D9D9;
    height: 100%;
  }
  .user-navigation .navigation-secondary-link {
    padding: 1em 1.5em;
  }
  .user-navigation .sidebar-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer {
  margin-top: 80px;
  background-color: #151515;
  color: #FFFFFF;
}
.footer-bottom {
  border-top: 1px solid #5B5B5B;
  padding: 16px 0;
}
.footer-bottom-inner {
  text-align: center;
  font-size: 14px;
  color: #5B5B5B;
}
.footer-top {
  padding: 40px 0;
}
.footer-top-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-top-wrapper .divider {
  background-color: #5B5B5B;
}
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  font-size: 14px;
}
.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}
.footer-menu-title {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #5B5B5B;
}
.footer-menu-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-menu-links a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
.footer-menu-links a:hover {
  color: #FF6B00;
}
.footer-menu-contacts {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  font-size: 14px;
  color: #FAFAFA;
}
.footer-menu-contacts a {
  color: #FAFAFA;
}
.footer-menu-contacts a:hover {
  color: #FF6B00;
}
.footer-menu-contacts .contact-numbers {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.footer-menu-contacts .contact-numbers .icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.footer-menu-contacts .contact-number-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer-menu-socials {
  display: flex;
  gap: 48px;
}
.footer .socials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}
.footer .socials-list a {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: #FAFAFA;
}
.footer .socials-list a .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.footer .socials-list a:hover {
  color: #FF6B00;
}
@media (min-width: 1200px) {
  .footer .container {
    max-width: 1246px;
  }
  .footer-top-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-top-wrapper .divider {
    width: 1px;
    height: auto;
  }
  .footer-main {
    max-width: 270px;
  }
  .footer .footer-menu-contacts {
    flex-direction: row;
    column-gap: 32px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  background-color: #D9D9D9;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #999999;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #151515;
}

a {
  text-decoration: none;
  color: #0071E3;
}
a:hover, a:active {
  text-decoration: none;
  color: #0053A3;
}
a:focus {
  outline: none;
}

button .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-danger {
  color: #F8003E !important;
}

.text-success {
  color: #068851 !important;
}

.red {
  color: #F8003E !important;
  fill: #F8003E !important;
}

.orange {
  color: #FF6B00 !important;
}

.green {
  color: #068851 !important;
}

.blue {
  color: #0071E3 !important;
}

.gray {
  color: #D9D9D9 !important;
}

.black {
  color: #151515 !important;
}

.list-unstyled, .brand-list ul, .tabs, .tree-list ul, .tree-list, .side-menu > ul ul, .side-menu > ul, .side-post-list ul, .pagination, .dropdown-menu ul, .dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mb-3 {
  margin-bottom: 1.5rem;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  height: 0;
  width: 0;
  margin: 20px 0 0 0;
  transition: opacity 0.2s ease, margin 0.2s ease;
}
.dropdown-menu.dropdown-open {
  visibility: visible;
  overflow: auto;
  opacity: 1;
  z-index: 100;
  height: auto;
  width: auto;
  margin: 0;
  min-width: 160px;
  max-width: 300px;
}
.dropdown-menu li > a,
.dropdown-menu li > .text {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.dropdown-menu li > a .icon,
.dropdown-menu li > .text .icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.dropdown-menu li.caption {
  padding: 10px 15px;
  font-weight: bold;
}
.dropdown-menu ul li > a,
.dropdown-menu ul li > .text {
  padding-left: 30px;
}
.dropdown-menu .divider {
  padding: 0;
  height: 1px;
  background-color: #EDEDED;
}
@media (max-width: 600px) {
  .dropdown-menu li > a,
  .dropdown-menu li > .text,
  .dropdown-menu li.caption {
    padding: 11px 15px;
  }
}

.dropdown-toggle .caret {
  transition: transform 0.2s ease;
}

.dropdown-open .caret {
  transform: rotate(180deg);
}

.phone {
  display: inline-block;
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.phone.phone050, .phone.phone066, .phone.phone095, .phone.phone099 {
  background-image: url("images/operators/vodafone.f24b3d4c00dc.png");
}
.phone.phone067, .phone.phone096, .phone.phone097, .phone.phone098, .phone.phone068 {
  background-image: url("images/operators/kyivstar.5c282f504b6e.png");
}
.phone.phone063, .phone.phone073, .phone.phone093 {
  background-image: url("images/operators/lifecell.20a4553f763a.png");
}

.page-settings {
  position: relative;
  text-align: right;
  white-space: nowrap;
}
.page-settings ul .fa {
  font-size: 15px;
  width: 18px;
  color: #FF6B00;
}

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #3d3d3d;
}

h2 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #3d3d3d;
  text-align: center;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #3d3d3d;
  text-align: center;
}

.page-header-custom {
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}
.page-header-custom h1 {
  display: block;
  padding: 0;
  margin: 0;
}
.page-header-custom .tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 8px;
}

.page-header {
  margin: 15px 0 10px 0;
}
.page-header h1 {
  display: inline;
  padding: 0;
  margin: 0;
}
.page-header img {
  float: left;
  margin: -8px 10px 0 0;
}
.page-header .page-logo {
  float: left;
  margin: -9px 10px 0 0;
  min-width: 48px;
  min-height: 48px;
  line-height: 48px;
  text-align: center;
  vertical-align: middle;
}
.page-header .page-logo img {
  float: none;
  margin: 0;
  vertical-align: middle;
}
.page-header .catalog-groups {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .page-header {
    margin: 10px -15px;
    padding: 0 15px;
  }
  .page-header h1 {
    font-size: 18px;
  }
  .page-header > img {
    max-height: 32px;
    margin-top: -4px;
  }
  .page-header .sort-box,
  .page-header .page-settings {
    float: none;
    padding: 8px 0;
    margin: 0;
  }
  .page-header .sort-box:after,
  .page-header .page-settings:after {
    content: " ";
    display: table;
    clear: both;
  }
  .page-header .sort-box .dropdown,
  .page-header .page-settings .dropdown {
    float: right;
  }
  .page-header .sort-box .label,
  .page-header .page-settings .label {
    display: inline;
  }
}
@media (max-width: 600px) {
  .page-header h1 {
    font-size: 16px;
    font-weight: bold;
  }
}

.page-text {
  padding: 10px 0;
}

.breadcrumb {
  margin: 0 0 20px 0;
  font-size: 11px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb > li + li::before {
  content: "/ ";
  padding: 0 5px;
  font-size: 16px;
  color: #5b5b5b;
}

.pagination {
  margin: 20px 0;
}
.pagination li {
  display: inline;
}

.btn {
  display: inline-block;
  padding: 7px 8px;
  margin: 0;
  min-width: 36px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
}
.btn.btn-cart {
  padding-left: 0;
  padding-right: 0;
  width: 90px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}
.btn .hidden-caption {
  display: none;
  margin-left: 4px;
}
.btn .badge {
  margin-left: 3px;
  padding: 2px 7px;
  background: #fff;
  border-radius: 10px;
  color: #333;
}
.form-actions .btn {
  margin: 0 8px 4px 0;
  padding: 11px 15px;
}
@media (max-width: 600px) {
  .btn, .form-actions .btn {
    padding: 11px;
    min-width: 44px;
  }
}

.thumbnail {
  display: block;
  padding: 2px;
  border: 1px solid #EDEDED;
  text-align: center;
}

a.thumbnail:hover {
  border-color: #FF6B00;
}

.alert {
  position: relative;
  padding: 20px 40px;
  border-radius: 4px;
  margin: 8px;
}
.alert .close {
  display: inline-block;
  position: absolute;
  top: 17px;
  right: 15px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  font-size: 24px;
  font-weight: bold;
  color: inherit;
  background: none;
  border: none;
  opacity: 0.75;
  cursor: pointer;
}
.alert .close:hover {
  opacity: 1;
}
.alert:before {
  position: absolute;
  left: 15px;
  top: 19px;
  font: normal normal normal 21px/1 FontAwesome;
  text-rendering: auto;
  color: inherit;
}
.alert.alert-info:before {
  content: "\f05a";
}
.alert.alert-success:before {
  content: "\f00c";
}
.alert.alert-warning:before {
  content: "\f071";
}
.alert.alert-error:before {
  content: "\f06a";
}

.panel {
  border: 1px solid #EDEDED;
  margin-bottom: 10px;
}
.panel .panel-heading {
  padding: 8px 20px;
  background-color: #f5f5f5;
}
.panel .panel-heading h4 {
  padding: 0;
  margin: 0;
}
.panel .panel-body {
  padding: 10px 20px;
}

.panel-collapse .panel-heading {
  cursor: pointer;
}

.page-tools {
  padding-bottom: 4px;
}

.sort-box {
  white-space: nowrap;
}
.sort-box .dropdown-menu .fa {
  float: right;
  padding: 3px 0 0 4px;
}
.page-header .sort-box {
  float: right;
}
.page-tools .sort-box {
  float: right;
}

.dl-horizontal dt {
  float: left;
  font-weight: bold;
  width: 250px;
  margin-bottom: 8px;
}
.dl-horizontal dd {
  margin-bottom: 8px;
}

.details {
  max-width: 640px;
  color: #151515;
}
.details dl {
  clear: left;
  margin: 0;
  padding: 6px 15px;
  border-bottom: 1px solid #EDEDED;
}
.details dt {
  float: left;
  width: 160px;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.details dd {
  margin: 0;
  padding: 0 0 0 160px;
}

.post-list .row {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EDEDED;
}
.post-list .row:last-child {
  border: none;
  margin-bottom: 0;
}
.post-list .title {
  text-align: left;
  font-size: 20px;
  padding: 0 0 15px 0;
  margin: 0;
}
.post-list .image {
  float: left;
  margin-right: 15px;
}
.post-list .info {
  padding-top: 15px;
  text-align: right;
  font-size: 13px;
  color: #888;
}
.post-list .text {
  text-align: justify;
}
.post-list p {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 600px) {
  .post-list .image {
    float: none;
    margin: 0;
  }
  .post-list .image img {
    width: 100%;
  }
}

.post h1 {
  margin: 20px 0;
  padding: 0;
}
.post .info {
  padding-bottom: 15px;
  font-size: 13px;
  color: #888;
}
.post .image {
  margin-bottom: 15px;
}
.post .image img {
  width: 100%;
}
.post .text {
  margin: 0 auto;
  padding-bottom: 2em;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.post p {
  text-indent: 20px;
}

.side-post-list h3 {
  font-size: 17px;
  margin: 0;
  padding: 20px 0;
}
.side-post-list li {
  padding-bottom: 20px;
}
.side-post-list img {
  width: 100%;
}

.modal-box {
  position: relative;
  margin: 40px auto;
  padding: 15px;
  min-width: 300px;
  max-width: 480px;
  min-height: 100px;
  background: #fff;
}
.modal-box h3 {
  font-size: 16px;
  text-align: left;
  margin: 0;
  padding: 0 0 15px 0;
  color: #3d3d3d;
}
.modal-box .actions {
  padding: 20px 0;
  text-align: center;
}

.side-menu {
  position: fixed;
  width: 275px;
  height: 100%;
  left: -290px;
  top: 0;
  z-index: 1003;
  background-color: #fff;
  visibility: hidden;
  overflow: auto;
}
.side-menu.open {
  visibility: visible;
  left: 0;
  transition: left 0.2s linear;
}
.side-menu > ul a {
  display: block;
  padding: 8px 15px;
  outline: none;
}
.side-menu > ul .icon {
  width: 20px;
}
.side-menu > ul ul {
  display: none;
}
.side-menu > ul ul a {
  padding-left: 38px;
}
.side-menu > ul .caret {
  float: right;
  font-size: 18px;
  transition: 0.2s all ease;
}
.side-menu > ul .open ul {
  display: block;
}
.side-menu > ul .open .caret {
  transform: rotate(180deg);
}
.side-menu > ul .badge {
  float: right;
  padding: 1px 6px;
  margin-left: 2px;
}

.side-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.side-menu-overlay.open {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: background 0.2s linear;
}
.side-menu-overlay.open:before {
  content: "×";
  position: absolute;
  top: 2px;
  left: 280px;
  color: #f5f5f5;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

.content-loading {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100;
  cursor: progress;
}
.content-loading p {
  position: relative;
  top: 50%;
  margin: -40px 0 0 0;
  padding: 0;
  text-align: center;
}

.tree-list ul {
  display: none;
  padding-left: 20px;
}
.tree-list a {
  position: relative;
  display: inline-block;
  padding: 2px 4px 2px 20px;
}
.tree-list a:before {
  content: "\f016";
  position: absolute;
  left: 0;
  top: 4px;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  color: #0066cc;
}
.tree-list a.folder {
  color: #151515;
}
.tree-list a.folder:hover {
  color: #0053A3;
}
.tree-list a.folder:before {
  content: "\f07b";
  color: #ffcc66;
}
.tree-list .open > a:before {
  content: "\f07c";
}

.tipso_bubble {
  z-index: 10000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  text-align: left;
  font-size: 13px;
}

.tipso_style {
  border-bottom: none;
}

.tip-style {
  border-bottom: 1px dotted #333;
}

.tip-content {
  display: none;
}

.tip-details {
  font-size: 12px;
  text-align: left;
}
.tip-details h4 {
  margin: 0;
  padding: 4px 0;
  text-align: center;
}
.tip-details dl {
  clear: left;
  padding: 4px 0;
  margin: 0;
  border-bottom: 1px solid #b9b37c;
}
.tip-details dl:last-child {
  border-bottom: none;
}
.tip-details dt {
  display: inline-block;
  padding: 0 4px 0 0;
  margin: 0;
  width: 140px;
  color: #897249;
}
.tip-details dd {
  display: inline;
  padding: 0;
  margin: 0;
  color: #000;
}

#image-tip {
  position: absolute;
  border: 2px solid #FF6B00;
  background: #fff;
  display: none;
  z-index: 10000;
}
#image-tip img {
  max-width: 256px;
  max-height: 256px;
}

#scroll-top {
  display: none;
  position: fixed;
  right: 20px;
  top: 80px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  background: #999;
  opacity: 0.4;
  color: #fff;
  border-radius: 20px;
  z-index: 100;
  cursor: pointer;
}
#scroll-top:hover {
  opacity: 0.6;
}
#scroll-top .icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  text-align: center;
}

.inquiry-teaser {
  background-color: #ffff8b;
  padding: 9px 0;
}
.inquiry-teaser .close {
  float: right;
  position: relative;
  top: 4px;
  cursor: pointer;
  font-size: 18px;
  color: #999;
}
.inquiry-teaser .text1,
.inquiry-teaser .text2 {
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 18px;
}
.inquiry-teaser .text1 {
  color: #3a3a3a;
}
.inquiry-teaser .text2 {
  color: red;
}

.mfp-container {
  padding: 0 !important;
}

.mfp-title a {
  color: #f5f5f5;
  font-size: 12px;
}
.mfp-title a:hover {
  color: #fff;
}

.tabs {
  margin-bottom: 20px;
}
.tabs li {
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #EDEDED;
}
.tabs li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
.tabs a {
  font-weight: bold;
}
.tabs .active a {
  color: #151515;
}

@media (max-width: 600px) {
  #scroll-top {
    right: 10px;
  }
  .inquiry-teaser .text2 {
    display: block;
    padding-bottom: 4px;
  }
}
.box-style, .product-details, .col-sidebar .car-filter, .post, .details, .panel {
  background: #fff;
  border: 1px solid #EDEDED;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
}

select,
textarea,
input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=time] {
  background-color: #fff;
  border: solid 1px #D9D9D9;
  border-radius: 6px;
  padding: 11px 15px;
}
select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus {
  border-color: #0071E3;
  box-shadow: 0 0 3px #5FAAF2;
}
select.error, .error select,
textarea.error,
.error textarea,
input[type=text].error,
.error input[type=text],
input[type=password].error,
.error input[type=password],
input[type=number].error,
.error input[type=number],
input[type=email].error,
.error input[type=email],
input[type=date].error,
.error input[type=date],
input[type=time].error,
.error input[type=time] {
  border-color: #F8003E;
  color: #FF0040;
}
select.error:focus, .error select:focus,
textarea.error:focus,
.error textarea:focus,
input[type=text].error:focus,
.error input[type=text]:focus,
input[type=password].error:focus,
.error input[type=password]:focus,
input[type=number].error:focus,
.error input[type=number]:focus,
input[type=email].error:focus,
.error input[type=email]:focus,
input[type=date].error:focus,
.error input[type=date]:focus,
input[type=time].error:focus,
.error input[type=time]:focus {
  box-shadow: 0 0 3px #FE1A53;
  color: #333;
}

select {
  padding-right: 16px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uZ3JheXtmaWxsOiM5OTk5OTk7fTwvc3R5bGU+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIgY2xhc3M9ImdyYXkiLz48L3N2Zz4=) no-repeat center right #fff;
  background-size: auto 20px;
}
select:focus {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uZ3JheXtmaWxsOiM1NTU1NTU7fTwvc3R5bGU+PHBhdGggdHJhbnNmb3JtPSJyb3RhdGUoMTgwLCAyNCwgMjQpIiBkPSJNMTQuODMgMTYuNDJsOS4xNyA5LjE3IDkuMTctOS4xNyAyLjgzIDIuODMtMTIgMTItMTItMTJ6IiBjbGFzcz0iZ3JheSIvPjwvc3ZnPg==) no-repeat center right #fff;
  background-size: auto 20px;
}

select:disabled,
textarea:disabled,
input:disabled {
  opacity: 0.6;
  background-color: #f7f7f7;
  cursor: not-allowed;
}

.pl-3 {
  padding-left: 1.5rem !important;
}

.px-3 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.d-flex {
  display: flex !important;
}

.items-center {
  align-items: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.badge-label {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}
.badge-label.new {
  color: #FFFFFF;
  background-color: #36BC7E;
}
.badge-label.sale {
  color: #FFFFFF;
  background-color: #EC8235;
}
.badge-label.top {
  color: #FFFFFF;
  background-color: #F8003E;
}
.badge-label.promotion {
  color: #FFFFFF;
  background-color: #357EC8;
}

.btn {
  color: #333;
  border: 1px solid #d3d3d3;
  background: #f6f6f6;
  box-shadow: none;
  transition: 0.2s all ease;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  background: #eee;
  color: #111;
}
.btn.btn-primary {
  background-color: #FF6B00;
  border-color: #FF6B00;
  color: #fff !important;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background-color: #fff;
  color: #FF6B00 !important;
}
.btn.btn-primary-outline {
  background-color: #fff;
  border-color: #FF6B00;
  color: #FF6B00 !important;
}
.btn.btn-primary-outline:hover, .btn.btn-primary-outline:focus {
  background-color: #FF6B00;
  color: #fff !important;
}
.btn.btn-success {
  background-color: #068851;
  border-color: #068851;
  color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:focus {
  background-color: #fff;
  color: #068851 !important;
}
.btn.btn-success-outline {
  background-color: #fff;
  border-color: #068851;
  color: #068851 !important;
}
.btn.btn-success-outline:hover, .btn.btn-success-outline:focus {
  background-color: #068851;
  color: #fff !important;
}
.btn.btn-info {
  background-color: #0071E3;
  border-color: #0071E3;
  color: #fff !important;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  background-color: #fff;
  color: #0071E3 !important;
}
.btn.btn-danger {
  background-color: #F8003E;
  border-color: #F8003E;
  color: #fff !important;
}
.btn.btn-danger:hover, .btn.btn-danger:focus {
  background-color: #fff;
  color: #F8003E !important;
}
.btn.btn-default {
  background-color: #fff;
  border-color: currentColor;
  color: #151515;
}
.btn.btn-default:hover, .btn.btn-default:focus {
  color: #FF6B00;
}
.btn.btn-icon-round {
  padding: 0 !important;
  width: 2em;
  height: 2em;
  min-width: 1.5em !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: transparent;
  color: #5B5B5B;
  border: 1px solid currentColor;
  font-size: 10px;
}
.btn.btn-icon-round > span {
  padding: 0 !important;
  margin: 0 !important;
}
.btn.btn-icon-round:hover, .btn.btn-icon-round:focus {
  color: #0071E3;
}
.btn.btn-icon-round.active {
  color: #F8003E;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #EDEDED;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
}
.dropdown-menu li {
  border-bottom: 1px solid #f2f2f2;
}
.dropdown-menu li > a,
.dropdown-menu li > .text {
  color: #555;
  transition: 0.2s all ease;
}
.dropdown-menu li > a:hover {
  color: #111;
  background-color: #fafafa;
}
.dropdown-menu li.active > a, .dropdown-menu li.active > .text {
  color: #111;
  background-color: #fafafa;
}
.dropdown-menu li.caption {
  color: #333;
  background: #f2f2f2;
}

.breadcrumb {
  padding: 4px 0;
  color: #5B5B5B;
}
.breadcrumb li a {
  color: #5B5B5B;
}
.breadcrumb li a:hover {
  color: #FF6B00;
}
@media (max-width: 767px) {
  .breadcrumb {
    float: none !important;
  }
}

.pagination {
  margin: 20px 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pagination li a, .pagination li span {
  display: inline-block;
  position: relative;
  padding: 9px 17px;
  border: 1px solid #ddd;
  font-size: 18px;
  color: #3d3d3d;
}
.pagination li:hover a {
  border-color: #FF6B00;
  color: #FF6B00 !important;
}
.pagination li.active span {
  color: #FF6B00 !important;
}
.pagination li.disabled span {
  color: #ddd;
  border-color: #eee;
}

.panel .panel-heading h4 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.panel .panel-body {
  background: #fff;
}

.table {
  background: #fff;
}
.table thead, .table tr.heading {
  background: #F3F3F3;
}

.details {
  border: 0;
  box-shadow: none;
  background-color: rgba(217, 217, 217, 0.4);
}
.details dl {
  padding: 8px 20px;
  border: 0;
}
.details dd {
  padding-left: 165px;
}

.form {
  max-width: 380px;
}
.panel .form {
  padding: 0;
  max-width: none;
  border: none;
  box-shadow: none;
}
.form .field > label {
  font-weight: bold;
}
.form .error label {
  color: #FF0040;
}
.form .errorlist {
  color: #FF0040;
  font-size: 12px;
}
.form .form-actions {
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .form {
    max-width: none;
  }
}

.col-filter-form {
  position: relative;
  float: none;
  width: auto;
  padding-right: 100px;
}
@media (max-width: 670px) {
  .col-filter-form {
    padding-right: 0;
  }
  .col-filter-form .filter-toggle-box {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 10;
  }
}
@media (max-width: 580px) {
  .col-filter-form .filter-toggle-box {
    bottom: -48px;
  }
}

.col-filter-list {
  margin-left: 0;
  overflow: visible;
}
.col-filter-list .page-settings .dropdown {
  position: absolute;
  top: -65px;
  right: 0;
}

.spec-filter .spec {
  background-color: #f6f6f6;
  color: #3d3d3d;
}
.spec-filter .spec:hover {
  background-color: #eee;
  color: #000;
}
.spec-filter .spec .count strong {
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  background: #aaa;
  color: #fff;
}

.alert {
  background-color: #f7f7f7;
  border: 1px solid #d3d3d3;
  box-shadow: 0 0 5px 3px rgba(0, 113, 227, 0.1);
  color: #555;
  font-weight: bold;
}

.alert-info {
  background-color: #5FAAF2;
  border: 1px solid #0071E3;
  color: #fff;
}

.alert-success {
  background-color: #068851;
  border: 1px solid #006F3F;
  color: #fff;
}

.alert-warning {
  background-color: #FF6B00;
  border: 1px solid #c65200;
  color: #fff;
}

.alert-error {
  background-color: #F8003E;
  border: 1px solid #B5002D;
  color: #fff;
}

.post {
  padding: 15px;
  margin-bottom: 20px;
}

.brand-list {
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.brand-list li {
  float: left;
  width: 12.5%;
  height: 120px;
  padding-top: 15px;
  text-align: center;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.brand-list li:hover {
  box-shadow: inset 0 0 5px #EDEDED;
}
@media (max-width: 767px) {
  .brand-list li {
    width: 20%;
  }
}
@media (max-width: 580px) {
  .brand-list li {
    width: 25%;
  }
}
@media (max-width: 420px) {
  .brand-list li {
    width: 50%;
  }
}
.brand-list a {
  font-size: 12px;
}
.brand-list span {
  display: table-cell;
  width: 100%;
  height: 64px;
  vertical-align: middle;
}
.brand-list img {
  vertical-align: middle;
}
.brand-list strong {
  display: block;
  padding-top: 8px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-tile-list {
  background: #fff;
}

.product-price-table h2 {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
}
.product-price-table tr.offer td,
.product-price-table tr.more-offers td {
  border: none;
}

.product-details {
  padding: 10px;
}

.message-list .row {
  border: 1px solid #EDEDED;
}
.message-list .row .text {
  background: #fff;
}

.main-car-form {
  margin-top: 20px;
  padding: 20px 15px 10px 15px;
  background-color: #fdfdfd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}
.main-car-form h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}

.fa-skype {
  color: #00aff0 !important;
}

.SumoSelect .CaptionCont {
  background-color: #fff !important;
  border: solid 1px #ccc !important;
  border-radius: 2px !important;
}
.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  background-color: #fff !important;
  border: 1px solid #5C9DED !important;
  box-shadow: 0 0 3px #4B8CDC !important;
}
.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uZ3JheXtmaWxsOiM5OTk5OTk7fTwvc3R5bGU+PHBhdGggZD0iTTE0LjgzIDE2LjQybDkuMTcgOS4xNyA5LjE3LTkuMTcgMi44MyAyLjgzLTEyIDEyLTEyLTEyeiIgY2xhc3M9ImdyYXkiLz48L3N2Zz4=) !important;
  background-size: auto 20px;
  width: 20px !important;
  height: 20px !important;
  opacity: 1 !important;
}

#sidebar-form-open,
#sidebar-form-close {
  display: none;
}

.sidebar-form {
  padding: 10px 0;
  width: 220px;
}

@media (max-width: 1050px) {
  #sidebar-form-open,
  #sidebar-form-close {
    display: inline-block;
  }
  #sidebar-form-open.open {
    display: none;
  }
  .sidebar-form {
    position: absolute;
    left: -300px;
    overflow: hidden;
    transition: left 0.3s;
    background-color: #FFFFFF;
    z-index: 20;
    padding: 20px;
    width: 280px;
    box-shadow: 1px 1px 5px #D9D9D9;
  }
  .sidebar-form.open {
    left: -15px;
  }
}
.color-accent-green {
  color: #068851;
}

.tools-main {
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.switch-view {
  display: flex;
  border-radius: 8px;
  border: 1px solid #151515;
}
.switch-view .btn-simple {
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 32px;
  height: 32px;
  border-color: transparent;
  background-color: #ffffff;
  color: #D9D9D9;
}
.switch-view .btn-simple:hover {
  color: #151515;
}
.switch-view .btn-simple.active {
  height: 34px;
  color: #151515;
  border-color: #151515;
  background-color: #D9D9D9;
}
.switch-view .btn-simple:first-child.active {
  margin: -1px 0 -1px -1px;
}
.switch-view .btn-simple:last-child.active {
  margin: -1px -1px -1px 0;
}
.switch-view .icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

body .top-nav {
  position: sticky;
  top: 0;
}
body .main-wrapper {
  padding-top: 0 !important;
}
body #container, body .content-wrapper, body .content-wrapper > .container, body .container-sidebar {
  overflow: hidden;
}
body .content-wrapper > .container {
  padding: 0;
}
@media (min-width: 1051px) {
  body .container-sidebar .col-sidebar {
    padding-left: 16px;
  }
}
body .container-sidebar .col-main {
  overflow: auto;
  padding-right: 16px;
}
body .footer {
  padding: 10px 0;
}
body .container:after, body .container-sidebar:after {
  content: none;
}
body .col-sidebar .catalog-filter {
  height: 100%;
}

.selected-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  gap: 4px;
}

h1, h2, h3, h4 {
  text-align: left;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1312px;
  padding: 0 16px;
}

.top-navigation {
  padding: 16px 0;
}
.top-navigation > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 920px) {
  .top-navigation > .container {
    justify-content: flex-start;
    column-gap: 2%;
  }
}

.header-logo img {
  width: 136px;
}
@media (min-width: 1200px) {
  .header-logo img {
    width: 197px;
  }
}

.header-menu {
  margin: 0 0 0 -15px;
  padding: 0;
  list-style: none;
  height: 50px;
}
.header-menu li {
  float: left;
}
.header-menu a {
  display: block;
  padding: 0 15px;
  line-height: 50px;
  height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  color: #151515;
}
.header-menu a:hover {
  color: #FF6B00;
}
@media (max-width: 992px) {
  .header-menu a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
}

.header-languages {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.header-languages li {
  float: left;
  padding: 2px 12px;
  color: #333;
  border-right: 1px solid #ccc;
}
.header-languages li:last-child {
  border-right: none;
}
.header-languages a {
  color: #ccc;
}
.header-languages a:hover {
  color: #0053A3;
}
.header-languages .active {
  font-weight: bold;
}
@media (min-width: 920px) {
  .header-languages {
    margin-left: auto;
  }
}

.header-entry .btn {
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .header-entry .btn {
    padding: 16px 30px;
    font-size: 14px;
  }
}

.secondary-navigation {
  background-color: #0071E3;
  color: #fff;
}
.secondary-navigation .catalog-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.secondary-navigation .catalog-menu li {
  flex: 1;
  display: flex;
}
.secondary-navigation .catalog-menu li + li {
  margin-left: -1px;
}
.secondary-navigation .catalog-menu li:not(:last-child) a:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  bottom: 0;
  background: #FFFFFF;
}
.secondary-navigation .catalog-menu li a {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 13px 5px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px 4px 0 0;
  justify-content: center;
}
.secondary-navigation .catalog-menu li a:hover {
  background-color: #ffffff;
  color: #0071E3;
}

/* Menu */
.menu-wrapper {
  position: relative;
}
@media (min-width: 920px) {
  .menu-wrapper {
    flex-grow: 1;
    display: flex;
  }
}

.menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 80px;
  padding-top: 80px;
}
.menu.show {
  transform: translateX(0);
}
.menu .close-button {
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  background: none;
  border: none;
  transition: transform 0.3s ease;
}
.menu .close-button .icon {
  width: 1em;
  height: 1em;
}
@media (min-width: 920px) {
  .menu {
    position: static;
    transform: none !important;
    flex-direction: row;
    padding: 0;
    flex-grow: 1;
  }
  .menu .close-button {
    display: none;
  }
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  flex-direction: column;
  row-gap: 32px;
  align-items: center;
}
.menu-list a {
  font-size: 15px;
  font-weight: 500;
  color: #151515;
  text-decoration: none;
}
.menu-list a:hover {
  color: #0071E3;
}
@media (min-width: 920px) {
  .menu-list {
    flex-direction: row;
    flex-grow: 1;
    justify-content: center;
    column-gap: 2%;
  }
}
@media (min-width: 1200px) {
  .menu-list {
    column-gap: 40px;
  }
}

/* Hamburger button */
.hamburger {
  display: none;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  background: none;
  border: none;
  transition: transform 0.3s ease;
}

/* Mobile styles */
@media (max-width: 919px) {
  .hamburger {
    display: block;
  }
  .hamburger.d-none {
    display: none;
  }
}
.home-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.header,
.footer {
  flex-shrink: 0;
}

.main {
  flex-grow: 1;
}

.banner {
  margin-bottom: 80px;
  position: relative;
  width: 100%;
  height: 705px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text {
  position: relative;
  max-width: 600px;
}
.banner-text h1.title {
  margin: 0;
  margin-bottom: 16px;
  color: #FFFFFF;
  font-style: italic;
  font-weight: 700;
  font-size: 36px;
}
@media (min-width: 1200px) {
  .banner-text h1.title {
    font-size: 40px;
  }
}
.banner-text .subtitle {
  margin: 0;
  margin-bottom: 48px;
  color: #FFFFFF;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .banner {
    margin-bottom: 120px;
  }
}

.section-title {
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: #0071E3;
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 44px;
  }
}

.section-subtitle {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.section-about {
  margin-bottom: 80px;
}
.section-about > .container {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 40px;
}
.section-about .about {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}
.section-about .about-description {
  padding: 44px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.section-about .about-description .title {
  font-size: 24px;
  margin: 0 0 16px 0;
}
.section-about .about-description p {
  font-size: 14px;
  margin: 0 0 16px 0;
}
.section-about .slider {
  height: 100% !important;
}
.section-about .slider .slide {
  height: 100%;
}
.section-about .slider .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.section-about .lSSlideWrapper {
  height: 100%;
}
@media (min-width: 1200px) {
  .section-about {
    margin-bottom: 90px;
  }
  .section-about > .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .section-about .lSPager {
    position: absolute;
    left: 25%;
  }
  .section-about .lSPager.lSpg > li a {
    width: 10px;
    height: 10px;
    border: 1px solid #D9D9D9;
    background: transparent;
  }
  .section-about .lSPager.lSpg > li:hover a {
    background: #FF6B00;
  }
  .section-about .lSPager.lSpg > li.active a {
    background: #FF6B00;
    border-color: #FF6B00;
  }
}

.section-vision {
  background-color: #151515;
  color: #FFFFFF;
  border-radius: 8px;
  margin-bottom: 60px;
}
.section-vision .vision-list {
  display: flex;
  flex-direction: column;
  padding: 80px 0;
  row-gap: 91px;
}
.section-vision .vision-list .divider {
  width: 100%;
  height: 1px;
  background-color: #0071E3;
}
.section-vision .vision-list-item {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 0 26px;
}
.section-vision .vision-list-header {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.section-vision .vision-list-header img {
  flex-shrink: 0;
}
.section-vision .vision-list-header .title {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.section-vision .vision-list-text {
  font-size: 14px;
}
.section-vision .vision-list-text ul {
  margin: 0;
}
@media (min-width: 1200px) {
  .section-vision .vision-list {
    flex-direction: row;
    column-gap: 91px;
  }
  .section-vision .vision-list .divider {
    width: 1px;
    height: auto;
  }
  .section-vision .vision-list-item {
    flex: 1;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .section-vision {
    margin-bottom: 120px;
  }
}

.section-numbers {
  margin-bottom: 80px;
}
.section-numbers .numbers-list {
  display: flex;
  flex-direction: column;
}
.section-numbers .numbers-list-item {
  padding: 50px 0;
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.section-numbers .numbers-list-item .image {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
}
.section-numbers .numbers-list-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-numbers .numbers-list-item .description {
  display: flex;
  flex-direction: column;
}
.section-numbers .numbers-list-item .description .number {
  font-size: 32px;
  font-weight: 700;
  font-style: italic;
  color: #0071E3;
}
.section-numbers .numbers-list-item .description .text {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .section-numbers {
    margin-bottom: 120px;
  }
  .section-numbers .numbers-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 100px;
  }
  .section-numbers .numbers-list-item {
    width: 50%;
    padding: 0;
  }
  .section-numbers .numbers-list-item .image {
    width: 206px;
    height: 206px;
  }
  .section-numbers .numbers-list-item .description .number {
    font-size: 44px;
  }
  .section-numbers .numbers-list-item .description .text {
    font-size: 24px;
  }
}

.section-assortment {
  margin-bottom: 80px;
}
.section-assortment .section-header {
  margin-bottom: 40px;
}
.section-assortment .section-header .section-title {
  margin-bottom: 16px;
}
.section-assortment .assortment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
}
.section-assortment .assortment-grid-item {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}
.section-assortment .assortment-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .section-assortment {
    margin-bottom: 120px;
  }
  .section-assortment .assortment-grid {
    gap: 57px;
  }
  .section-assortment .assortment-grid-item {
    width: 110px;
    height: 110px;
  }
}

.section-promotion {
  margin-bottom: 80px;
}
.section-promotion .section-header {
  margin-bottom: 40px;
}
.section-promotion .promotion-grid {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.section-promotion .promotion-card {
  position: relative;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.section-promotion .promotion-card > a {
  display: block;
  width: 100%;
}
.section-promotion .promotion-card > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.section-promotion .promotion-card.grey-dark {
  background-color: #5B5B5B;
  color: #FFFFFF;
}
.section-promotion .promotion-card.blue-light {
  background-color: #C7E3FF;
  color: #5B5B5B;
}
.section-promotion .promotion-card.grey-light {
  background-color: #DCDCDC;
  color: #5B5B5B;
}
.section-promotion .promotion-image {
  width: 30%;
}
.section-promotion .promotion-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-promotion .promotion-body .category {
  font-size: 14px;
}
.section-promotion .promotion-body .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.section-promotion .promotion-body .label {
  margin-top: 40px;
  display: inline-block;
  border-radius: 8px;
  background-color: #fff;
  padding: 19px 34px;
  font-size: 21px;
  font-weight: 900;
  color: #FF6B00;
}
.section-promotion .promotion-controls {
  margin-bottom: 34px;
}
.section-promotion .link-brand {
  color: #FF6B00;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.section-promotion .link-brand:hover {
  color: #9b4000;
}
@media (min-width: 1200px) {
  .section-promotion {
    margin-bottom: 120px;
  }
  .section-promotion .promotion-grid {
    display: grid;
    grid-template-columns: 0.65fr 0.35fr;
    grid-template-rows: 0.5fr 0.5fr;
    column-gap: 20px;
    row-gap: 12px;
  }
  .section-promotion .promotion-grid .promotion-card:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .section-promotion .promotion-grid .promotion-card:first-child .title {
    font-size: 32px;
  }
  .section-promotion .promotion-image {
    width: auto;
    max-width: 50%;
  }
  .section-promotion .promotion-body .category {
    font-size: 18px;
  }
  .section-promotion .promotion-body .title {
    font-size: 24px;
  }
}

.section-career {
  margin-bottom: 80px;
}
.section-career .header-two-cols {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.section-career .section-title {
  margin-bottom: 16px;
}
.section-career .section-subtitle-small {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}
.section-career .link {
  color: #0071E3;
  text-decoration: underline;
}
.section-career .career-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1200px) {
  .section-career {
    margin-bottom: 120px;
  }
  .section-career .header-two-cols {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
  .section-career .career-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.career-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
  border-radius: 8px;
  padding: 20px;
  background-color: #F5F5F5;
  justify-content: space-between;
}
.career-card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.career-card-header > .title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
}
.career-card-header > .subtitle {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.career-card-body {
  display: flex;
  justify-content: space-between;
}
.career-card-body .details {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.career-card-body .details-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.career-card-body .details-item > .icon {
  width: 18px;
  height: 18px;
  fill: #0071E3;
}

.divider-margin {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .divider-margin {
    margin-bottom: 120px;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}

.divider-brand {
  width: 100%;
  height: 1px;
  background-color: #FF6B00;
}

.section-partner {
  margin-bottom: 80px;
}
.section-partner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-partner .section-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-partner .section-header > .section-subtitle {
  font-size: 16px;
  font-weight: 400;
}
.section-partner .section-header > img {
  max-width: 630px;
  border-radius: 8px;
}
.section-partner .form {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  background-color: #FAFAFA;
  padding: 20px;
}
.section-partner .form-title {
  margin: 0 0 32px 0;
  font-size: 24px;
  color: #5B5B5B;
}
.section-partner .form-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-partner .block-captcha {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-partner .block-captcha .captcha-image {
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  overflow: hidden;
}
.section-partner .block-captcha .captcha-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .section-partner .block-captcha {
    flex-direction: row;
  }
  .section-partner .block-captcha .captcha-image {
    width: 197px;
  }
}
.section-partner .form-controls {
  margin-top: 20px;
}
.section-partner .form-controls .btn {
  width: 100%;
}
@media (min-width: 1200px) {
  .section-partner .form-controls .btn {
    width: auto;
  }
}
.section-partner .form-control {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 12px 24px;
  font-size: 16px;
}
.section-partner .form-control:focus, .section-partner .form-control:focus-visible {
  border-color: #FF6B00;
  box-shadow: none;
  outline: none;
}
@media (min-width: 1200px) {
  .section-partner {
    margin-bottom: 120px;
  }
  .section-partner-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* Modal background */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: flex-start;
  transition: background 0.3s ease-in-out;
  overflow-y: auto;
  padding: 20vh 16px;
}

/* Modal content */
.modal-content {
  background: #F5F5F5;
  padding: 24px;
  border-radius: 8px;
  width: 90%;
  max-width: 1280px;
  position: relative;
  transform: scale(0.8);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.modal.show {
  background: rgba(21, 21, 21, 0.75);
}

.modal.show .modal-content {
  opacity: 1;
  transform: scale(1);
}

.close-modal-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
}

.modal-career-body {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .modal-career-body {
    flex-direction: row;
  }
}

.modal-career-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.modal-career-card-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-career-card-header > .title {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
}
.modal-career-card-header > .subtitle {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}
.modal-career-card > .details {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.modal-career-card > .details .details-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.modal-career-card > .details .details-item > .icon {
  width: 18px;
  height: 18px;
  fill: #0071E3;
}
@media (min-width: 992px) {
  .modal-career-card {
    justify-content: space-between;
    flex-shrink: 0;
  }
}

.modal-career-description {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
.modal-career-description .content > .list-title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.modal-career-description .content > .list {
  margin-top: 0;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .modal-career-description .content {
    column-count: 2;
    column-gap: 24px;
  }
}

.section-team {
  margin: 80px 0;
}
.section-team .section-header {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section-team {
    margin: 120px 0;
  }
}

.team-card {
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  border-bottom: 1px solid #D9D9D9;
}
.team-card .card-header {
  display: flex;
  gap: 20px;
  align-items: center;
}
.team-card .card-header > .image {
  flex-shrink: 0;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  overflow: hidden;
  background-color: #D9D9D9;
}
.team-card .card-header > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card .card-header > .title {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.team-card .card-body {
  font-size: 14px;
}
.team-card .card-body a {
  display: block;
  color: #0071E3;
}
.team-card .card-body a.color-inherit {
  color: inherit;
}
.team-card .card-body a:hover {
  color: #FF6B00;
}
@media (min-width: 1200px) {
  .team-card {
    max-width: 305px;
  }
}

.team-top > .title {
  margin: 0 0 24px 0;
  font-size: 24px;
  font-weight: 500;
}
.team-top-grid {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1200px) {
  .team-top-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}

.team-slider > .title {
  margin: 0 0 24px 0;
  font-size: 24px;
  font-weight: 500;
}
.team-slider .slide {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  max-width: 330px;
}
@media (min-width: 1200px) {
  .team-slider .slide {
    max-width: 100%;
  }
  .team-slider .slider {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}