@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Spartan", sans-serif;
  position: relative;
}

.section {
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

.required {
  position: relative;
}

.required::before {
  content: "*";
  position: absolute;
  z-index: 2;
  font-size: 26px;
  top: 7px;
  left: 10px;
}

.form-group.required .control-label:before {
  color: red;
  content: "*";
  position: absolute;
  margin-left: -15px;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 145px;
  background-color: #fdd200;
  padding: 0 30px;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-logo .logo {
  height: 100px;
  width: 119px;
}

.dropdown-custom .dropdown-menu {
  right: 0;
  border-radius: initial;
  border-width: 1px 0 1px 0;
  background-color: #f5f5f5;
}

.dropdown-custom .dropdown-menu .dropdown-item {
  font-weight: 500;
}

.dropdown-custom .dropdown-menu .dropdown-item:focus,
.dropdown-custom .dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  outline: none;
}

.dropdown-custom .dropdown-menu .dropdown-item.active,
.dropdown-custom .dropdown-menu .dropdown-item:active {
  color: inherit;
}

.dropdown-custom .dropdown-toggle::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.dropdown-custom.show .dropdown-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.dropdown-custom .btn-custom {
  width: 100%;
  font-weight: 500;
}

.dropdown-custom .btn-custom:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.lang {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.lang::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
  width: 40px;
  height: 25px;
  margin-right: 5px;
}

.lang.lang-en::before {
  background-image: url("../assets/flags/en.png");
}

.lang.lang-it::before {
  background-image: url("../assets/flags/it.png");
}

.lang.lang-de::before {
  background-image: url("../assets/flags/de.png");
}

.nav-burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hamburger-menu {
  width: 85px;
  height: 32px;
  position: relative;
  display: block;
  border: none;
  background: none;
}

.hamburger-menu .hamburger-line {
  display: block;
  background: #5168ae;
  width: 85px;
  height: 13px;
  position: absolute;
  left: 0;
  border-radius: 1.4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.hamburger-menu .hamburger-line.line-1 {
  top: 0;
}

.hamburger-menu .hamburger-line.line-2 {
  top: 50%;
}

.hamburger-menu .hamburger-line.line-3 {
  top: 100%;
}

.hamburger-menu:hover, .hamburger-menu:focus, .hamburger-menu:active {
  outline: none;
}

.hamburger-menu:hover .line-1, .hamburger-menu:focus .line-1, .hamburger-menu:active .line-1 {
  -webkit-transform: translateY(-6.5px);
          transform: translateY(-6.5px);
}

.hamburger-menu:hover .line-3, .hamburger-menu:focus .line-3, .hamburger-menu:active .line-3 {
  -webkit-transform: translateY(6.5px);
          transform: translateY(6.5px);
}

.dropdown-menu-style {
  display: none;
  z-index: 99;
  position: absolute;
  overflow: hidden;
  top: 164px;
  right: 23px;
  border-radius: 25px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-link {
  display: block;
  padding: 2px 24px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 44px;
  color: #5168ae;
  text-decoration: none;
}

.dropdown-link:hover {
  background-color: #ffe97e;
  text-decoration: none;
}

.dropdown-link.active, .dropdown-link:active {
  background-color: #e4bd00;
}

.nav-burger.show .line-1 {
  -webkit-transform: translateY(16px) translateX(0) rotate(45deg);
          transform: translateY(16px) translateX(0) rotate(45deg);
}

.nav-burger.show .line-2 {
  opacity: 0;
}

.nav-burger.show .line-3 {
  -webkit-transform: translateY(-16px) translateX(0) rotate(-45deg);
          transform: translateY(-16px) translateX(0) rotate(-45deg);
}

.nav-burger.show .dropdown-menu-style {
  display: block;
}

.sub-header-container {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.sub-header {
  margin: 0 20px;
}

.sub-header .breadcrumb {
  padding: 30px 0 20px 0;
  background: #ffffff;
  margin-bottom: 0;
}

.sub-header .breadcrumb dl,
.sub-header .breadcrumb ol,
.sub-header .breadcrumb ul {
  margin-bottom: 0;
}

.sub-header .breadcrumb .breadcrumb-item {
  color: #1d1d1b;
  font-weight: 400;
  font-size: 11px;
  line-height: 18px;
  text-transform: uppercase;
}

.sub-header .breadcrumb .breadcrumb-item a {
  color: inherit;
}

.sub-header .breadcrumb .breadcrumb-item a:hover {
  color: #2a2a27;
}

.sub-header .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
}

.sub-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #1d1d1b;
  font-weight: 400;
  content: "|";
}

.sub-header .product-search {
  margin-bottom: 30px;
}

.btn-search {
  background-color: #5168ae;
}

.main-footer {
  min-height: 300px;
  background-color: #5168ae;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-col ~ .footer-col .footer-links {
  border-top: 2px solid white;
  padding-top: 20px;
}

.footer-links {
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-links a {
  color: white;
  font-size: 1.3894rem;
  font-weight: 600;
  line-height: 31.12px;
}

.footer-links a ~ a {
  padding-top: 10px;
}

.page-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.page-navigation .form-group {
  margin-bottom: 0;
}

.page-navigation .form-group .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 69px;
  border-color: #333333;
}

.page-navigation .pagination-label,
.page-navigation .pagination-total {
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 400;
  padding: 0 5px;
  padding-top: 2px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}

.page-navigation .pagination .page-link {
  background-color: #5168ae;
  color: #ffffff;
  border-color: #5168ae;
  line-height: 18px;
  font-size: 22px;
}

.page-navigation ul {
  margin-bottom: 0;
}

.login-section {
  background-color: #fdd200;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-login {
  width: 100%;
  max-width: 854px;
  padding: 55px 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-login .invalid-feedback {
  margin-top: -45px;
  margin-bottom: 50px;
}

.form-login .form-control {
  position: relative;
  height: auto;
  padding: 10px;
  padding-left: 0;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  font-weight: 300;
  border-radius: initial;
  border: none;
  border-bottom: 1px solid #1d1d1b;
}

.form-login .form-control::-webkit-input-placeholder {
  color: #000000;
}

.form-login .form-control:-ms-input-placeholder {
  color: #000000;
}

.form-login .form-control::-ms-input-placeholder {
  color: #000000;
}

.form-login .form-control::placeholder {
  color: #000000;
}

.form-login .btn-login {
  height: 70px;
  border-radius: initial;
  background-color: #5168ae;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding-top: 11px;
}

.register-section {
  background-color: rgba(81, 104, 174, 0.68);
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-title {
  margin-top: 80px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 70px;
  color: #1d1d1b;
  font-size: 24px;
  line-height: 24px;
}

.form-register {
  width: 100%;
  padding: 0 15px;
  max-width: 1215px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1d1d1b;
}

.form-register .invalid-feedback {
  margin-top: -45px;
  margin-bottom: 50px;
}

.form-register .form-control {
  position: relative;
  height: auto;
  padding: 10px;
  padding-left: 20px;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 24px;
  color: #1d1d1b;
  font-weight: 300;
  border-radius: initial;
  border: none;
  border-bottom: 1px solid #1d1d1b;
}

.form-register .form-control::-webkit-input-placeholder {
  color: #1d1d1b;
}

.form-register .form-control:-ms-input-placeholder {
  color: #1d1d1b;
}

.form-register .form-control::-ms-input-placeholder {
  color: #1d1d1b;
}

.form-register .form-control::placeholder {
  color: #1d1d1b;
}

.form-register .file-drop-area {
  padding: 0 10px;
  padding-top: 12px;
  margin-bottom: 50px;
  border-bottom: 1px solid #1d1d1b;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 0;
}

.form-register .file-drop-area.is-active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-register .btn-custom-upload {
  background-color: #fdd200;
  font-size: 17px;
  font-weight: 500;
  line-height: 20.4px;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 10px;
  margin-left: 15px;
  position: relative;
  bottom: 12px;
}

.form-register .file-msg {
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 25px;
  color: #1d1d1b;
  font-weight: 300;
}

.form-register .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.form-register .file-input:focus {
  outline: none;
}

.form-register .form-select {
  width: 100%;
  max-width: 284px;
}

.form-register .form-select .form-control {
  border: 1px solid #1d1d1b;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  padding: 0;
  padding-top: 3px;
  padding-left: 4px;
  font-size: 15px;
  line-height: 17px;
  bottom: 1px;
}

.form-register .btn-register {
  margin-top: 100px;
  padding-top: 11px;
  height: 72px;
  width: 100%;
  max-width: 598px;
  border-radius: initial;
  background-color: #5168ae;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.form-register .btn-verifica {
  background-color: #fdd200;
  border-radius: initial;
  padding: 0 7px;
  font-size: 17px;
  line-height: 20.4px;
  font-weight: 500;
  color: #000000;
}

.form-register .form-h2 {
  font-size: 22px;
  line-height: 25px;
}

.form-register .form-subtitle {
  margin-top: 32px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.form-register .custom-radio .custom-control-label::before {
  border-radius: 0;
}

.form-register .custom-checkbox .custom-control-label::before {
  border-radius: initial;
}

.form-register .custom-control-label {
  font-size: 20px;
  line-height: 24px;
  padding-left: 3px;
}

.form-register .custom-control-label.label-spacing {
  padding-left: 25px;
}

.form-register .custom-control-label::before {
  border-color: #1d1d1b;
}

.form-register .custom-control-label::before, .form-register .custom-control-label::after {
  top: 0;
  width: 21px;
  height: 21px;
}

.form-register .custom-control-input {
  width: 21px;
  height: 21px;
}

.form-register .datetime-picker .form-control {
  margin-bottom: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0.25rem 0 0 0.25rem;
  padding-top: 15px;
  min-height: 59px;
}

.form-register .datetime-picker .form-control:hover,
.form-register .datetime-picker .form-control:focus,
.form-register .datetime-picker .form-control:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-register .datetime-picker .form-control:focus {
  border: 1px solid #34495e;
}

.form-register .datetime-picker .input-group-text {
  cursor: pointer;
}

.row-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.password-fields {
  margin-top: -1rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid #34495e;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 10px 0 0 0;
  padding: 0;
  min-width: 300px;
  max-width: 100%;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before,
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td,
.bootstrap-datetimepicker-widget.dropdown-menu table th {
  border-radius: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.old,
.bootstrap-datetimepicker-widget.dropdown-menu table td.new {
  color: #bbb;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.today:before {
  border-bottom-color: #0095ff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active {
  background-color: #0095ff;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.active.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td.active:hover.today:before,
.bootstrap-datetimepicker-widget.dropdown-menu table td span.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th {
  height: 40px;
  padding: 0;
  width: 40px;
}

.bootstrap-datetimepicker-widget.dropdown-menu table th.picker-switch {
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table tr:first-of-type th {
  border-bottom: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td.day {
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu table td span {
  border-radius: 0;
  height: 77px;
  line-height: 77px;
  margin: 0;
  width: 25%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-months tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-years tbody tr td,
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td {
  height: 27px;
  line-height: 27px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span {
  display: block;
  float: left;
  width: 50%;
  height: 46px;
  line-height: 46px !important;
  padding: 0;
}

.bootstrap-datetimepicker-widget.dropdown-menu .datepicker-decades tbody tr td span:not(.decade) {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td {
  padding: 0;
  width: 30%;
  height: 20px;
  line-height: 20px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td:nth-child(2) {
  width: 10%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  border: none;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  padding: 0;
  width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td span {
  color: #333;
  margin-top: -1px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button {
  background-color: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1.2em;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker table td button:hover {
  background-color: #eee;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td {
  border-top: 1px solid #34495e;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td a,
.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch table td span {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
}

.todayText:before {
  content: "Today's Date";
}

.profile-section {
  color: #1d1d1b;
  background-color: rgba(81, 104, 174, 0.68);
  min-height: 800px;
  padding-top: 30px;
}

.profile-section .main-body {
  padding-bottom: 30px;
}

.profile-section .card {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.profile-section .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.profile-section .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
}

.profile-section .gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.profile-section .gutters-sm > .col,
.profile-section .gutters-sm > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.profile-section .mb-3,
.profile-section .my-3 {
  margin-bottom: 1rem !important;
}

.profile-section .bg-gray-300 {
  background-color: #e2e8f0;
}

.profile-section .h-100 {
  height: 100% !important;
}

.profile-section .shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.profile-section .nav-custom {
  border: 0 solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.profile-section .review-items {
  padding-top: 40px;
}

.profile-section .file-drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 1px dashed rgba(81, 104, 174, 0.3);
  border-radius: 0.25rem;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.profile-section .file-drop-area.is-active {
  background-color: rgba(81, 104, 174, 0.1);
}

.profile-section .btn-custom-upload {
  cursor: pointer;
  background-color: #fdd200;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0.25rem;
  padding: 2px 10px;
  margin: 4px;
}

.profile-section .file-msg {
  cursor: pointer;
  padding-left: 5px;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.profile-section .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.profile-section .file-input:focus {
  outline: none;
}

.profile-section .profile-btns {
  max-width: 350px;
  margin: 0 auto;
}

.profile-section .btn-profile {
  width: 100%;
}

.profile-section .profile-checkboxes h2 {
  font-size: 24px;
}

.profile-section .profile-form .col-sm-4,
.profile-section .profile-password-change-form .col-sm-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-section .profile-form label,
.profile-section .profile-password-change-form label {
  margin-bottom: 0;
  font-weight: 500;
}

.profile-section .profile-form .invalid-feedback,
.profile-section .profile-password-change-form .invalid-feedback {
  padding: 0 15px;
}

.profile-section .profile-inputs label,
.profile-section .profile-inputs h6,
.profile-section .profile-data label,
.profile-section .profile-data h6 {
  white-space: nowrap;
}

.profile-section .btn-profile-delete {
  padding: 0;
  padding-bottom: 1px;
}

.profile-section .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
  padding-top: 6px;
}

.profile-section .badge-denied {
  color: #ffffff;
  background-color: #e54545;
}

.profile-section .badge-approved {
  color: #ffffff;
  background-color: #61b45d;
}

.profile-section .badge-waiting {
  background-color: #fdd200;
}

.home-section {
  background-color: #fdd200;
}

.logo-container {
  background-image: url("../assets/logo-container.svg");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: right bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  background-image: url("../assets/logo.svg");
  background-position: center;
  z-index: 2;
  width: 220px;
  height: 400px;
  background-repeat: no-repeat;
}

.home-section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.home-link {
  font-weight: 700;
  font-size: 2.4375rem;
  color: #5168ae;
  margin-top: 55px;
  line-height: 51px;
}

.home-link:hover {
  text-decoration: none;
}

.home-title {
  font-weight: 900;
  font-size: 3.125rem;
  margin-top: 85px;
  line-height: 57px;
  color: #000000;
}

.home-description {
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 41px;
  max-width: 560px;
  color: #000000;
}

.home-btn {
  margin-top: 20px;
  margin-bottom: 40px;
  font-weight: 900;
  padding-top: 18px;
  font-size: 3.2575rem;
  color: #5168ae;
  height: 100px;
  line-height: 1;
  max-width: 486px;
  width: 100%;
  border: 7px solid;
  border-radius: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-btn:hover, .home-btn:active, .home-btn:visited {
  background-color: #5168ae !important;
  border-color: #5168ae;
}

.contact-section {
  padding: 0 10px;
  background-color: rgba(81, 104, 174, 0.68);
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-section .contact {
  padding: 40px 20px;
}

.contact-section .mail-icon {
  color: #ffffff;
  font-size: 50px;
}

.contact-section .contact-info {
  background: #fdd200;
  padding: 40px 20px;
  border-radius: 0.5rem 0.5rem 0 0;
}

.contact-section .contact-form {
  background: #fff;
  padding: 30px 0;
  border-radius: 0 0 0.5rem 0.5rem;
}

.contact-section .contact-form label {
  font-weight: 600;
  white-space: nowrap;
}

.shopping-section {
  min-height: 800px;
  background-color: #ffffff;
  background-image: url("../assets/shopping-bg.png");
  background-size: cover;
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-header {
  background-image: url("../assets/shopping-circle.svg");
  background-repeat: no-repeat;
  height: 198px;
  width: 788px;
  background-size: 100%;
  background-position: bottom;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shopping-title {
  font-weight: 700;
  font-size: 49px;
  line-height: 67px;
  max-width: 400px;
  text-align: center;
  padding-top: 27px;
}

.shopping-box {
  background-color: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 380px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopping-box-content {
  max-width: 260px;
}

.shopping-box-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 18px;
}

.shopping-box-divider {
  width: 74px;
  height: 5px;
  background-color: #fdd200;
  margin-top: 35px;
  margin-bottom: 32px;
}

.shopping-box-btn {
  background-color: #5168ae;
  font-size: 17px;
  line-height: 21px;
  padding: 20px 0 16px 0;
}

.thank-you-section {
  min-height: 650px;
  position: relative;
}

.thank-you-logo {
  margin-top: 87px;
  margin-bottom: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thank-you-logo .logo {
  width: 270px;
  height: 230px;
}

.thank-you-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.thank-you-message h2 {
  z-index: 5;
  position: absolute;
  bottom: 120px;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}

.thank-you-message::before {
  content: "";
  background-image: url("../assets/yellow-circle.svg");
  background-repeat: no-repeat;
  height: 215px;
  width: 1920px;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: 0;
}

.thank-you-message::after {
  content: "";
  background-image: url("../assets/wave-bg.svg");
  background-repeat: no-repeat;
  height: 172px;
  min-width: 1920px;
  width: 100%;
  background-size: 100%;
  background-position: top;
  position: absolute;
  bottom: 0;
}

.wave-bg {
  background-image: url("../assets/wave-bg.svg");
  background-size: 100%;
}

.our-story-section {
  position: relative;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-story-section::before {
  content: "";
  background-color: #fdd200;
  position: absolute;
  height: 800px;
  width: 100%;
  z-index: -1;
}

.our-story-title {
  color: #050606;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin-top: 55px;
  margin-bottom: 55px;
}

.our-story-box {
  background-color: #ffffff;
  max-width: 855px;
  padding: 30px 15px;
  margin: 0 20px;
  margin-bottom: 144px;
  -webkit-box-shadow: 7px 7px 29px rgba(0, 0, 0, 0.75);
          box-shadow: 7px 7px 29px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-story-box .divider {
  background-color: #fdd200;
  width: 171px;
  height: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.our-story-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

.product-review-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0 30px;
}

.product-review-section .horizontal-divider {
  width: 100%;
  max-width: 675px;
  height: 1px;
  background-color: #5168ae;
  margin-top: 13px;
  margin-bottom: 47px;
}

.product-review-section .vertical-divider {
  width: 1px;
  height: 100%;
  max-height: 318px;
  background-color: #1d1d1b;
  margin: 0 15px;
  position: relative;
  bottom: 35px;
}

.product-review-title,
.product-review-sub-title {
  color: #1d1d1b;
  text-align: center;
}

.product-review-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 46px;
}

.product-review-sub-title {
  font-weight: 300;
  font-size: 22px;
  line-height: 28px;
}

.product-review-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 230px;
  margin-top: 87px;
}

.btn-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}

.btn-yes,
.btn-no {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 33px;
  line-height: 39px;
  text-transform: uppercase;
}

.btn-yes::before,
.btn-no::before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  height: 135px;
}

.btn-yes span,
.btn-no span {
  padding-top: 5px;
  padding-right: 6px;
}

.btn-yes {
  color: #61b45d;
}

.btn-yes span {
  padding-right: 32px;
}

.btn-yes::before {
  background-image: url("../assets/Ya.svg");
  width: 100px;
}

.btn-no {
  color: #e54545;
}

.btn-no::before {
  background-image: url("../assets/Na.svg");
  width: 87px;
}

.feedback-section {
  min-height: 800px;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 15px 96px 15px;
}

.feedback-form .custom-checkbox {
  margin-bottom: 16px;
}

.feedback-form .custom-checkbox .custom-control-label {
  cursor: pointer;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  padding-left: 8px;
}

.feedback-form .custom-checkbox .custom-control-label::before {
  border-radius: 50%;
}

.feedback-form .custom-checkbox .custom-control-label::before, .feedback-form .custom-checkbox .custom-control-label::after {
  top: 5px;
  width: 24px;
  height: 24px;
}

.feedback-form .feedback-droparea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 5px;
}

.feedback-form .feedback-droparea.is-active {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.feedback-form .btn-upload-feedback {
  background-color: #5168ae;
  width: 100%;
  min-height: 68px;
  max-width: 333px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14.11px;
  line-height: 18.45px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feedback-form .upload-message {
  color: #5168ae;
  font-weight: 400;
  font-size: 14.11px;
  line-height: 18.45px;
  margin-top: 16px;
}

.feedback-form .file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.feedback-form .file-input:focus {
  outline: none;
}

.feedback-form-title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
}

.textarea-custom {
  width: 100%;
  max-width: 547px;
  min-height: 128px;
}

.textarea-custom .form-control {
  width: 100%;
  border-color: #1d1d1b;
  border-radius: initial;
  resize: none;
  color: #1d1d1b;
  font-size: 28px;
  font-weight: 400;
  line-height: 33.49px;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.textarea-custom .form-control::-webkit-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.textarea-custom .form-control:-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.textarea-custom .form-control::-ms-input-placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.textarea-custom .form-control::placeholder {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.feedback-upload-btn {
  margin-top: 30px;
}

.feedback-info {
  width: 100%;
  max-width: 677px;
  margin: 55px 0 60px 0;
}

.feedback-info .row {
  margin-bottom: 13px;
}

.feedback-info .info-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.feedback-info label {
  margin-bottom: initial;
  font-size: 23px;
  font-weight: 500;
  line-height: 40.2px;
  color: #49494c;
}

.feedback-info .form-control {
  border-color: #1d1d1b;
  border-radius: initial;
  max-height: 27px;
}

.feedback-buttons {
  width: 100%;
}

.feedback-buttons .btn-feedback {
  min-height: 82px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}

.negative-feedback .feedback-form-title {
  color: #e54545;
}

.negative-feedback .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e54545;
  background-color: #e54545;
}

.negative-feedback .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #eb7272;
}

.negative-feedback .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #eb7272;
  border-color: #eb7272;
}

.negative-feedback .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.3rem rgba(229, 69, 69, 0.25);
          box-shadow: 0 0 0 0.3rem rgba(229, 69, 69, 0.25);
}

.negative-feedback .custom-control-label::before {
  border: 2px solid #e54545;
}

.negative-feedback .feedback-buttons .btn-feedback {
  background-color: #e54545;
  border-color: #e54545;
}

.negative-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled).active,
.negative-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled):active {
  background-color: #e22f2f;
  border-color: #d91e1e;
}

.negative-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled).active:focus,
.negative-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 69, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 69, 69, 0.5);
}

.positive-feedback .feedback-form-title {
  color: #61b45d;
}

.positive-feedback .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #61b45d;
  background-color: #61b45d;
}

.positive-feedback .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #83c480;
}

.positive-feedback .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #83c480;
  border-color: #83c480;
}

.positive-feedback .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 180, 93, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(97, 180, 93, 0.25);
}

.positive-feedback .custom-control-label::before {
  border: 2px solid #61b45d;
}

.positive-feedback .feedback-buttons .btn-feedback {
  background-color: #61b45d;
  border-color: #61b45d;
}

.positive-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled).active,
.positive-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled):active {
  background-color: #53a94e;
  border-color: #4a9846;
}

.positive-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled).active:focus,
.positive-feedback .feedback-buttons .btn-feedback:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(97, 180, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(97, 180, 93, 0.5);
}

.shopping-products-section {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto;
}

.shopping-products-section .no-products {
  min-height: 600px;
}

.product-items {
  margin: 0 20px;
}

.product-items .card {
  border: none;
  border-radius: initial;
}

.product-items .card-body {
  text-align: center;
}

.product-items .card-body a {
  color: #1d1d1b;
  font-weight: 500;
  font-size: 30px;
  line-height: 58px;
}

.product-items .image-container {
  overflow: hidden;
  border-radius: 0.25rem;
  width: 100%;
  height: 300px;
}

.product-items .image-container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.reviews-section {
  width: 100%;
  max-width: 1550px;
  padding: 0 20px;
  padding-bottom: 40px;
}

.review-item {
  margin-bottom: 40px;
}

.review-item .review-images .owl-stage-outer {
  border-radius: 0.25rem;
}

.review-item .review-images .owl-item {
  border-radius: 0.25rem;
  overflow: hidden;
}

.review-item .review-images .item {
  width: 100%;
  height: 300px;
}

.review-item .review-images .item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.review-item .review-images .owl-theme .owl-nav {
  margin-top: 17px;
  visibility: hidden;
}

.review-item .review-images .owl-theme .owl-nav [class*="owl-"] {
  color: #d6dadb;
  outline: none;
}

.review-item .review-images .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #19181a;
}

.review-item .review-images .owl-theme .owl-nav [class*="owl-"]:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.review-item .review-images .owl-theme .owl-nav [class*="owl-"]:active {
  color: #59555c;
}

.review-item .review-images .owl-theme .owl-dots .owl-dot {
  outline: none;
}

.review-item .review-images .owl-theme .owl-dots .owl-dot:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.review-item .review-images .owl-theme .owl-dots .owl-dot.active span, .review-item .review-images .owl-theme .owl-dots .owl-dot:hover span {
  background: #19181a;
}

.review-item .review-images .owl-theme .owl-dots .owl-dot:active span {
  background: #59555c;
}

.review-item .review-images .owl-theme .owl-next,
.review-item .review-images .owl-theme .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.review-item .review-images .owl-theme .owl-next {
  right: -50px;
}

.review-item .review-images .owl-theme .owl-prev {
  left: -50px;
}

.review-item .review-details {
  color: #1d1d1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review-item .review-details .product-name {
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: inherit;
}

.review-item .review-details .description {
  font-size: 24px;
  line-height: 28px;
  color: inherit;
}

.review-item .review-details .product-rating {
  font-size: 20px;
  line-height: 28px;
  color: inherit;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

.review-item .review-details .product-rating::before {
  content: "";
  position: relative;
  max-width: 45px;
  width: 100%;
  height: 28px;
  background-repeat: no-repeat;
}

.review-item .review-details .product-rating.positive::before {
  background-image: url("../assets/shape-tick.svg");
}

.review-item .review-details .product-rating.negative::before {
  left: 9px;
  background-image: url("../assets/shape-x.svg");
}

.review-item .review-details .client-comment,
.review-item .review-details .client-name {
  font-size: 18px;
  line-height: 24px;
  color: inherit;
  word-break: break-word;
}

.review-item .review-details .client-name {
  margin-top: 28px;
  font-weight: 700;
}

.review-item ~ .review-item {
  position: relative;
}

.review-item ~ .review-item::before {
  content: "";
  position: relative;
  height: 1px;
  width: 100%;
  max-width: 1440px;
  margin: 0 15px;
  margin-bottom: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}

.add-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-review .add-review-btn {
  width: 100%;
  max-width: 350px;
  padding-top: 20px;
  padding-bottom: 17px;
  text-transform: uppercase;
  background-color: rgba(81, 104, 174, 0.97);
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.add-review .description {
  margin-top: 16px;
  color: #1d1d1b;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
}

.work-section::before {
  content: "";
  position: absolute;
  background: url("../assets/work-section-shape.svg");
  background-repeat: no-repeat;
  width: 1665px;
  height: 350px;
  top: -7px;
  left: 0;
  z-index: -1;
}

.work-section-header {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

.work-section-header .title {
  margin-top: 40px;
  color: #050606;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.work-section-header .description {
  max-width: 700px;
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.work-timeline {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  margin-top: 170px;
  padding: 0 40px;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-timeline .timeline {
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.work-timeline .timeline::before {
  content: "";
  background: #5168ae;
  display: inline-block;
  position: absolute;
  top: 15px;
  bottom: 105px;
  width: 12px;
}

.work-timeline .timeline li {
  position: relative;
}

.work-timeline .timeline > li::before {
  content: "";
  background: #5168ae;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -12px;
  width: 35px;
  height: 35px;
}

.work-timeline .timeline-item {
  font-weight: 700;
  color: #5168ae;
  font-size: 30px;
  line-height: 40px;
  padding-left: 40px;
}

.work-timeline .mini {
  width: 150px;
  height: 126px;
  position: relative;
  top: -60px;
  left: 44px;
}

.work-body {
  margin: 0 auto;
  width: 100%;
  max-width: 1530px;
  padding: 0 15px;
}

.work-body .work-content {
  margin: 40px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-body .content-icon {
  min-width: 250px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.work-body .content-icon .item {
  background-color: #fdd200;
  width: 225px;
  height: 225px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work-body .content-icon .item .icon {
  background-repeat: no-repeat;
}

.work-body .content-icon .item .text {
  background-image: url("../assets/icon-text.svg");
  width: 84px;
  height: 145px;
}

.work-body .content-icon .item .mobile {
  background-image: url("../assets/icon-mobile.svg");
  width: 86px;
  height: 139px;
}

.work-body .content-icon .item .naja {
  background-image: url("../assets/icon-naja.svg");
  width: 150px;
  height: 99px;
}

.work-body .content-description {
  max-width: 1150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work-body .content-description .text {
  color: #010202;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.who-we-are-head {
  padding: 0 25px;
  background-color: #fdd200;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 800px;
}

.who-we-are-head .title-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 400px;
  min-height: 440px;
}

.who-we-are-head .title-container::before {
  content: "";
  position: absolute;
  background-image: url(../assets/bubble.svg);
  background-repeat: no-repeat;
  top: 40px;
  height: 870px;
  background-size: 100%;
  width: 100%;
  max-width: 870px;
}

.who-we-are-head .title-container .title {
  margin-top: 40px;
  z-index: 2;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  max-width: 140px;
  color: #050606;
}

.who-we-are-head .description-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 600px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.who-we-are-head .description-container .description {
  max-width: 807px;
  color: #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
}

.who-we-are-body {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.who-we-are-body .content {
  padding: 0 30px;
}

.who-we-are-body .number {
  margin-top: 50px;
  color: #fdd200;
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
}

.who-we-are-body .title {
  margin-top: 10px;
  color: #050606;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  white-space: nowrap;
}

.who-we-are-body .divider {
  margin-top: 13px;
  margin-bottom: 24px;
  width: 97px;
  height: 6px;
  background-color: #fdd200;
}

.who-we-are-body .description {
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.categories-section {
  position: relative;
}

.categories-section::before {
  content: "";
  position: absolute;
  background-image: url("../assets/shape-categories.svg");
  background-repeat: no-repeat;
  width: 706px;
  height: 370px;
  left: -300px;
  top: -35px;
}

.categories {
  padding: 0 40px;
}

.categories-head {
  padding-top: 110px;
  padding-left: 65px;
  min-height: 300px;
}

.categories-head .title {
  color: #050606;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.categories-head .description {
  color: #000000;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.categories-main {
  padding: 40px 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories-main::before {
  content: "";
  position: absolute;
  background-image: url("../assets/shape-question-small.svg");
  background-repeat: no-repeat;
  width: 116px;
  height: 194px;
  top: 50px;
  left: 0;
  z-index: -1;
}

.categories-main::after {
  content: "";
  position: absolute;
  background-image: url("../assets/shape-question-big.svg");
  background-repeat: no-repeat;
  width: 245px;
  height: 365px;
  top: 335px;
  left: 10px;
  z-index: -1;
}

.categories-main .category-list {
  list-style-type: none;
  padding-left: 15px;
}

.categories-main .category-list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 7px;
}

.categories-main .category-list li::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #fdd200;
  border-radius: 50%;
  left: -15px;
  top: 5px;
}

.categories-main .category-list li a {
  color: #010202;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}

.news-section .news {
  padding: 10px 0;
}

.news-section .news-item {
  margin-top: 40px;
}

.news-section .news-title {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: -5px;
  color: #050606;
}

.news-section .news-title a {
  color: inherit;
}

.news-section .news-title span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(5, 6, 6, 0.5);
}

.news-section .news-title strong {
  font-weight: 700;
}

.news-section .news-subtitle {
  color: #1d1d1b;
  margin-top: 30px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
}

.news-section .news-date {
  color: rgba(5, 6, 6, 0.5);
  font-size: 16px;
  font-weight: 500;
}

.news-section .news-description {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}

.news-section .news-image {
  margin-top: 30px;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.frequent-questions-section {
  max-width: 1102px;
  padding: 65px 30px;
}

.frequent-questions-section .fr-questions-title {
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 34px;
  line-height: 37px;
}

.frequent-questions-section .fr-questions-list {
  list-style-type: none;
  font-size: 18px;
  line-height: 24px;
}

.frequent-questions-section .fr-questions-list li {
  margin-bottom: 25px;
}

.frequent-questions-section .fr-questions-list h3 {
  font-size: inherit;
  font-weight: 600;
}

.frequent-questions-section .fr-questions-list h3::before {
  content: "·";
  font-weight: 600;
}

.frequent-questions-section .fr-questions-list p {
  font-size: inherit;
  font-weight: 400;
}

.terms-conditions-section .title {
  margin-top: 40px;
}

.terms-conditions-section ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.terms-conditions-section ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.terms-conditions-section ol > li:before {
  content: counters(item, ".") ". ";
  font-weight: 500;
  display: table-cell;
  padding-right: 0.6em;
}

.terms-conditions-section li ol > li {
  margin: 0;
}

.terms-conditions-section li ol > li:before {
  content: counters(item, ".") " ";
  font-weight: 500;
}

.terms-conditions-section ul {
  list-style-type: disc;
  margin-left: 1em;
}

/* MEDIA QUERIES */
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {
  .logo-container .logo {
    width: 300px;
  }
  .sub-header {
    margin: 0 30px;
  }
  .sub-header .breadcrumb .breadcrumb-item {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-section .contact-form {
    padding: 30px 40px;
  }
  .home-section-main h2 {
    margin-top: 70px;
  }
  .who-we-are-head {
    min-height: 600px;
    padding: 0 60px;
  }
  .who-we-are-head .title-container {
    min-width: 600px;
    min-height: 550px;
  }
  .who-we-are-head .title-container .title {
    margin-top: 120px;
    font-size: 80px;
    line-height: 101px;
    max-width: 275px;
  }
  .who-we-are-head .description-container {
    padding-top: 120px;
  }
  .who-we-are-head .description-container .description {
    font-size: 24px;
    line-height: 40px;
  }
  .who-we-are-body .content {
    padding: 0 40px;
  }
  .who-we-are-body .number {
    margin-top: 50px;
    font-size: 150px;
    line-height: 180px;
  }
  .who-we-are-body .title {
    margin-top: 10px;
    font-size: 40px;
    line-height: 50px;
  }
  .who-we-are-body .divider {
    margin-bottom: 28px;
  }
  .who-we-are-body .description {
    font-size: 20px;
    line-height: 34px;
  }
  .categories-section::before {
    width: 1045px;
    height: 550px;
    left: -450px;
    top: -65px;
  }
  .categories-head {
    padding-top: 140px;
    padding-left: 115px;
    min-height: 450px;
  }
  .categories-head .title {
    font-size: 50px;
    line-height: 60px;
  }
  .categories-head .description {
    font-size: 22px;
    line-height: 28px;
  }
  .categories-main {
    padding: 50px 30px;
  }
  .categories-main .category-list {
    padding-left: 30px;
  }
  .categories-main .category-list li {
    padding-left: 10px;
  }
  .categories-main .category-list li::before {
    width: 20px;
    height: 20px;
    left: -20px;
    top: 6px;
  }
  .categories-main .category-list li a {
    font-size: 28px;
    line-height: 36px;
  }
  .work-section-header {
    padding: 0 60px;
  }
  .work-section-header .title {
    margin-top: 90px;
    font-size: 50px;
    line-height: 60px;
  }
  .work-section-header .description {
    font-size: 22px;
    line-height: 28px;
  }
  .work-body {
    padding: 0 40px;
  }
  .product-items {
    margin: 0 30px;
  }
  .product-items .image-container {
    height: 400px;
  }
  .reviews-section {
    padding: 0 30px;
    padding-bottom: 50px;
  }
  .review-item .review-images {
    padding: 0 70px;
  }
  .review-item .review-images .owl-theme .owl-nav {
    visibility: visible;
  }
  .add-review .add-review-btn {
    font-size: 23px;
    line-height: 36px;
  }
  .add-review .description {
    margin-top: 26px;
    font-size: 22px;
    line-height: 28px;
  }
  .form-login {
    margin: 0 15px;
  }
  .form-register {
    margin: 0 15px;
  }
  .form-register .btn-custom-upload {
    margin-left: 75px;
    padding: 10px 47px;
  }
  .our-story-title {
    font-size: 40px;
    line-height: 50px;
  }
  .our-story-box {
    margin-left: 40px;
    margin-right: 40px;
  }
  .our-story-box p {
    font-size: 18px;
    line-height: 28px;
  }
  .product-review-section {
    padding-bottom: 144px;
  }
  .product-review-section .vertical-divider {
    margin: 0 50px;
  }
  .product-review-title {
    font-size: 55px;
    line-height: 66px;
  }
  .product-review-sub-title {
    font-size: 30px;
    line-height: 36px;
  }
  .product-review-box {
    height: 318px;
  }
  .btn-review {
    padding: 6px 12px;
  }
  .btn-yes::before,
  .btn-no::before {
    height: 221px;
  }
  .btn-yes::before {
    width: 168px;
  }
  .btn-no::before {
    width: 143px;
  }
  .feedback-form .custom-checkbox .custom-control-label {
    font-size: 43px;
    line-height: 51px;
    padding-left: 44px;
  }
  .feedback-form .custom-checkbox .custom-control-label::before, .feedback-form .custom-checkbox .custom-control-label::after {
    top: 0;
    width: 44px;
    height: 44px;
  }
  .feedback-form-title {
    font-size: 50px;
    line-height: 60px;
  }
  .feedback-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 470px;
  }
  .feedback-buttons .btn-feedback {
    width: 186px;
    margin-top: 0;
  }
  .news-section .page-navigation {
    padding: initial;
  }
  .page-navigation {
    padding: 0 15px;
  }
  .page-navigation .pagination-label,
  .page-navigation .pagination-total {
    padding: 0 10px;
    padding-top: 4px;
    font-size: 25px;
    line-height: 30px;
  }
  .page-navigation .pagination .page-link {
    line-height: 21px;
    font-size: 24px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .sub-header {
    margin: 0 40px;
  }
  .sub-header .breadcrumb {
    padding: 70px 0 20px 0;
  }
  .sub-header .breadcrumb .breadcrumb-item {
    font-size: 28px;
    line-height: 34px;
  }
  .sub-header .product-search {
    margin-bottom: 70px;
  }
  .who-we-are-head .title-container {
    min-width: 800px;
    min-height: 700px;
  }
  .product-items {
    margin: 0 40px;
  }
  .product-items .product-item {
    max-width: 430px;
  }
  .profile-reviews .review-item .review-details .product-rating {
    font-size: 20px;
    line-height: 15px;
    padding-left: 5px;
  }
  .profile-reviews .review-item .review-details .product-rating.negative::before {
    left: 2px;
  }
  .profile-reviews .review-item .review-details .product-rating::before {
    content: "";
    right: 5px;
    max-width: 38px;
    height: 30px;
  }
  .profile-reviews .review-item .review-details .client-comment,
  .profile-reviews .review-item .review-details .client-name {
    font-size: 18px;
    line-height: 24px;
  }
  .contact-section .contact-info {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  .contact-section .contact-form {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  .reviews-section {
    padding: 0 40px;
    padding-bottom: 70px;
  }
  .review-item .review-details .product-rating {
    font-size: 26px;
    line-height: 31px;
    padding-left: 10px;
  }
  .review-item .review-details .product-rating::before {
    content: "";
    right: 10px;
    max-width: 50px;
    height: 40px;
  }
  .review-item .review-details .product-rating.negative::before {
    left: 2px;
  }
  .review-item .review-details .client-comment,
  .review-item .review-details .client-name {
    font-size: 23px;
    line-height: 28px;
  }
  .add-review .description {
    font-size: 26px;
    line-height: 31px;
  }
  .categories-section::before {
    width: 1414px;
    height: 744px;
    left: -550px;
    top: -65px;
  }
  .categories-head {
    padding-top: 185px;
    padding-left: 240px;
    min-height: 645px;
    min-width: 873px;
  }
  .categories-head .title {
    font-size: 80px;
    line-height: 146px;
  }
  .categories-head .description {
    font-size: 27px;
    line-height: 40px;
  }
  .categories-main::after {
    width: 350px;
    height: 532px;
    top: 335px;
    left: -90px;
  }
  .categories-main .category-list li {
    padding-left: 24px;
  }
  .categories-main .category-list li::before {
    width: 26px;
    height: 26px;
    top: 19px;
    left: -26px;
  }
  .categories-main .category-list li a {
    font-size: 37px;
    line-height: 67px;
  }
  .work-timeline {
    height: initial;
  }
  .work-timeline .timeline {
    height: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .work-timeline .timeline::before {
    top: initial;
    bottom: 0;
    left: 110px;
    right: 110px;
    width: initial;
    height: 12px;
  }
  .work-timeline .timeline li {
    min-width: 220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: center;
  }
  .work-timeline .timeline > li::before {
    top: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -12px;
  }
  .work-timeline .timeline-item {
    padding-left: initial;
    padding-bottom: 42px;
  }
  .work-timeline .mini {
    left: initial;
  }
  .work-body {
    margin-top: 200px;
  }
  .work-body .content-description .text {
    font-size: 27px;
    line-height: 45px;
  }
  .news-section .news {
    padding: 40px 0;
  }
  .news-section .news-item {
    margin-top: 80px;
  }
  .news-section .news-title {
    font-size: 80px;
  }
  .news-section .news-title span {
    font-size: 18px;
  }
  .news-section .news-date {
    font-size: 18px;
  }
  .news-section .news-subtitle {
    margin-top: 60px;
    font-size: 55px;
    line-height: 66px;
  }
  .news-section .news-description {
    font-size: 23px;
    line-height: 40px;
  }
  .news-section .news-image {
    height: 650px;
  }
  .footer-col ~ .footer-col {
    border-left: 2px solid white;
  }
  .footer-col ~ .footer-col .footer-links {
    border-top: none;
    padding-top: initial;
  }
  .footer-links-center {
    text-align: center;
  }
  .footer-links-right {
    text-align: end;
  }
  .form-title {
    font-size: 29px;
    line-height: 27px;
  }
  .form-login .form-control {
    font-size: 26px;
    line-height: 32px;
  }
  .form-login .btn-login {
    height: 83px;
    font-size: 24px;
    line-height: 28px;
  }
  .form-register .form-h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .form-register .form-control,
  .form-register .file-msg {
    font-size: 26px;
    line-height: 32px;
  }
  .form-register .btn-register {
    font-size: 24px;
    line-height: 28px;
  }
  .frequent-questions-section .fr-questions-list {
    font-size: 23px;
    line-height: 37px;
  }
  .thank-you-section {
    min-height: 700px;
  }
  .thank-you-logo .logo {
    width: 418px;
    height: 327px;
  }
  .our-story-title {
    font-size: 80px;
    line-height: 146px;
    margin-top: 80px;
    margin-bottom: 55px;
  }
  .our-story-box {
    padding: 57px 40px;
  }
  .our-story-box .divider {
    margin-top: 62px;
    margin-bottom: 51px;
  }
  .our-story-box p {
    text-align: center;
    font-size: 23px;
    line-height: 40.4px;
    color: #000000;
  }
  .feedback-info .form-control {
    max-width: 374px;
  }
  .feedback-upload-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feedback-upload-btn ~ .feedback-upload-btn {
    margin-left: 77px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .main-header {
    padding: 0 140px;
  }
  .sub-header .breadcrumb .breadcrumb-item {
    font-size: 31px;
    line-height: 38px;
  }
  .home-link {
    margin-top: 145px;
  }
  .work-section::before {
    height: 532px;
  }
  .work-section-header .title {
    margin-top: 180px;
    font-size: 80px;
    line-height: 146px;
  }
  .work-section-header .description {
    font-size: 25px;
    line-height: 40px;
  }
  .login-section {
    min-height: 800px;
  }
  .form-login {
    min-height: 492px;
    padding: 85px;
  }
  .form-register {
    padding: 0 45px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo-container {
    height: 795px;
    max-width: 806px;
    background-position: right;
  }
  .logo-container .logo {
    width: 67.2%;
    height: 436px;
  }
  .who-we-are-head .description-container {
    height: 800px;
  }
  .who-we-are-body .content ~ .content {
    position: relative;
  }
  .who-we-are-body .content ~ .content::before {
    content: "";
    height: 100%;
    max-height: 550px;
    width: 1px;
    background-color: #4d4d4a;
    position: absolute;
    left: 0px;
    bottom: 0;
  }
  .categories-main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .work-timeline .timeline::before {
    left: 150px;
    right: 150px;
    height: 22px;
  }
  .work-timeline .timeline li {
    min-width: 320px;
  }
  .work-timeline .timeline > li::before {
    width: 58px;
    height: 58px;
    bottom: -17px;
  }
  .work-timeline .timeline-item {
    font-size: 56px;
    line-height: 102px;
    padding-bottom: 53px;
  }
  .work-timeline .mini {
    width: 277px;
    height: 232px;
    top: -94px;
  }
  .sub-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sub-header .breadcrumb {
    padding: 70px 0;
  }
  .sub-header .product-search {
    margin-bottom: 0;
  }
  .review-item ~ .review-item::before {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .review-item .review-images .owl-theme {
    max-width: 400px;
  }
  .product-items .product-item {
    max-width: initial;
  }
}

@media (min-width: 1700px) {
  .who-we-are-body .content {
    padding: 0 80px;
  }
  .who-we-are-body .content ~ .content::before {
    max-height: 680px;
  }
  .who-we-are-body .number {
    font-size: 242px;
    line-height: 334px;
  }
  .who-we-are-body .title {
    font-size: 60px;
    line-height: 146px;
  }
  .who-we-are-body .description {
    font-size: 22px;
    line-height: 40px;
  }
  .shopping-products-section {
    max-width: 1610px;
  }
  .product-items .product-item {
    max-width: initial;
    padding: 0 60px;
  }
}
/*# sourceMappingURL=style.css.map */