@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

input, textarea, button {
  outline: none;
}

textarea {
  resize: none;
}

a[href^=tel] {
  text-decoration: inherit;
  color: inherit;
}

.prefix {
  color: #8A8A8A;
}

.row {
  margin: 0 auto;
}

.row--large {
  width: 1400px;
}

.row--medium {
  width: 1200px;
}

.row--small {
  width: 960px;
}

.row--full {
  width: 100%;
}

.row--mini {
  width: 600px;
}

.row--large-right {
  width: 1660px;
  margin-left: auto;
  margin-right: 0;
}

.button {
  display: block;
  background-color: #00925B;
  color: #fff;
  /*border-radius: 4px;*/
  width: 248px;
  padding: 14px 6px;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  -webkit-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  /*font-family: 'Roboto', sans-serif;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.button:hover {
  background-color: #007B4C;
  text-decoration: underline;
}

.button img {
  margin-left: 7.5px;
  width: 15px;
}

.section-title {
  position: relative;
  font-size: 2.25em;
  font-weight: 600;
  color: #333;
  text-align: center;
}

.section-title h5 {
  font-size: 0.9em;
  font-weight: 600;
}

.section-title h6 {
  font-weight: 600;
  color: #AEAEAE;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 78px;
  height: 4px;
  background-color: #00925B;
}

.section-title--colored {
  color: #fff;
}

.section-title--colored::after {
  background-color: #EBBF2C;
}

.section-subtitle {
  display: block;
  color: #00925B;
  font-size: 0.75em;
  font-weight: 700;
  text-align: center;
}

.grey-bg {
  background-color: #F4F5F6;
}

.margin-top-sm {
  margin-top: 20px;
}

.margin-top-md {
  margin-top: 50px;
}

.margin-top-lg {
  margin-top: 100px;
}

.margin-top-xl {
  margin-top: 200px;
}

.margin-bottom-sm {
  margin-bottom: 20px;
}

.margin-bottom-md {
  margin-bottom: 50px;
}

.margin-bottom-lg {
  margin-bottom: 60px;
}

.margin-bottom-xl {
  margin-bottom: 120px;
}

.padding-sm {
  padding: 20px;
}

.padding-md {
  padding: 50px;
}

.padding-v-xl {
  padding: 240px 0;
}

.padding-v-lg {
  padding: 100px 0;
}

.padding-v-md {
  padding: 50px 0;
}

.padding-v-sm {
  padding: 20px 0;
}

.padding-v-sm-top {
  padding-top: 20px;
}

.padding-v-md-top {
  padding-top: 50px;
}

.padding-v-lg-top {
  padding-top: 100px;
}

.padding-v-xl-top {
  padding-top: 240px;
}

.padding-v-sm-bottom {
  padding-bottom: 20px;
}

.padding-v-md-bottom {
  padding-bottom: 50px;
}

.padding-v-lg-bottom {
  padding-bottom: 100px;
}

.padding-v-xl-bottom {
  padding-bottom: 240px;
}

.padding-h-right-section {
  padding-left: 260px;
}

.padding-h-right-sm {
  padding-right: 40px;
}

.padding-h-right-md {
  padding-right: 80px;
}

.padding-h-right-lg {
  padding-right: 220px;
}

.offer--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.offer--page .offer__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.filters {
  width: 300px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 2.5em 2em;
  background-color: #f5f5f5;
}

.filters__title {
  font-size: 1.4em;
  font-weight: 600;
}

.filters__subtitle {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 45px;
}

.filters__color {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  border: 1px solid #666;
  margin-right: 7.5px;
}

.filters__cancel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  color: #d63031;
  text-decoration: underline;
}

.filters__cancel img {
  width: 12px;
  margin-right: 7.5px;
}

.filters input[type="checkbox"] {
  display: none;
}

.filters input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 35px;
  margin-top: 7.5px;
  font: 14px/20px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.filters input[type="checkbox"] + label:last-child {
  margin-bottom: 0;
}

.filters input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.filters input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: calc(50% - 5px);
  left: 0;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.offer .section-title {
  margin-top: 10px;
  font-size: 2.5em;
  font-weight: 700;
}

.offer .section-title::after {
  display: none;
}

.sort {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  text-align: right;
}

.sort label {
  padding-right: 7.5px;
  font-weight: 600;
}

.sort__inner {
  display: block;
  padding: 8px 12px;
  background-color: #f5f5f5;
}

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

.offer__item {
  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;
  padding: 24px 12px 24px 12px;
  -webkit-box-shadow: 0px 2px 16px rgba(51, 51, 51, 0.12);
          box-shadow: 0px 2px 16px rgba(51, 51, 51, 0.12);
  width: calc(100%/3 - 20px);
  margin: 10px;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.offer__item:hover {
  -webkit-box-shadow: 0px 2px 19px rgba(51, 51, 51, 0.22);
          box-shadow: 0px 2px 19px rgba(51, 51, 51, 0.22);
}

.offer__item:hover .offer__image {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.offer__item .button {
  margin: 0;
  width: 80%;
}

.offer__title {
  margin: auto;
  font-size: 0.875em;
  font-weight: 600;
  color: #333;
  text-align: center;
  width: 80%;
}

.offer__discount-box {
  position: absolute;
  left: 50%;
  top: -16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 172px;
  height: 32px;
  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;
  background-color: #00925B;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.875em;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 92.5% 50%, 100% 100%, 0 100%, 7.5% 50%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 92.5% 50%, 100% 100%, 0 100%, 7.5% 50%, 0 0);
}

.offer__image {
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  width: 75%;
}

.offer__price {
  text-align: center;
}

.offer__info-label,
.offer__price__cost {
  font-family: 'Poppins', sans-serif;
}

.offer__price__cost {
  font-size: 1.125em;
  font-weight: 600;
  color: #00925B;
}

.offer__price__contact {
  font-size: 1.35rem;
}

.offer__price__discount {
  font-size: 1.25em;
  color: #AEAEAE;
  text-decoration: line-through;
}

.offer__price__info {
  font-size: 1em;
  color: #666;
  display: block;
  margin-top: -5px;
}

.offer__price__type {
  font-size: 0.75em;
  font-weight: 400;
}

.offer__info-label {
  font-size: 0.75em;
  font-weight: 400;
  color: #666;
  margin-top: 5px;
}

.advantages {
  background-color: #00925B;
}

.advantages .section-title {
  color: #fff;
}

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

.advantages__item {
  position: relative;
  width: calc(100%/4);
  text-align: center;
  padding: 0 15px;
}

.advantages__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
  padding: 50px 15px;
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.advantages__item__inner .advantages__icon .a {
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.advantages__item:nth-last-child(1)::after {
  display: none;
}

.advantages__description {
  font-size: 1rem;
  color: #fff;
  margin-left: 10px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.advantages__icon {
  width: 45px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__copyright p {
  color: #AEAEAE;
  font-size: 0.75rem;
}

.footer__menu__item {
  position: relative;
  display: inline-block;
  font-size: 0.75rem;
  margin-left: 10px;
  margin-right: 10px;
}

.footer__menu__item::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: #E5E5E5;
}

.footer__menu__item:nth-child(1)::after {
  display: none;
}

.footer__menu__item:nth-last-child(1) {
  margin-right: 0;
}

.footer__menu__item a {
  color: #666666;
}

.navigation--scrolled {
  top: 0 !important;
  width: 100vw !important;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
}

.navigation--scrolled .navigation__contact {
  display: none;
}

.navigation--scrolled .navigation__menu {
  border-top: none;
}

.navigation--scrolled .navigation__logo {
  height: 33px;
}

.navigation {
  z-index: 9999;
  position: fixed;
  top: 1.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 97.5vw;
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
}

.navigation__burger {
  display: none;
}

.navigation__inner {
  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;
}

.navigation__home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.navigation__logo {
  height: 44px;
}

.navigation__panel {
  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-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}

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

.navigation__menu {
  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;
  border-top: 1px solid #DEDEDE;
}

.navigation__contact, .navigation__menu {
  padding: 16px 20px;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-weight: 600;
  font-size: 0.8125em;
  padding-left: 20px;
}

.contact-item img {
  padding-right: 7.5px;
}

.contact-item:nth-child(1) {
  padding-left: 0;
}

.menu-item {
  position: relative;
  display: inline-block;
  padding-left: 16px;
}

.menu-item__link {
  position: relative;
  z-index: 99;
  font-size: 0.75em;
  font-weight: 700;
  color: #333;
}

.menu-item:nth-child(1) {
  padding-left: 0;
}

.menu-item--drop:hover .menu-second {
  max-height: 100%;
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.menu-second {
  max-height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding-top: 41px;
}

.menu-second__inner {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.menu-second .menu-item {
  padding: 0 10px 14px;
}

.menu-second .menu-item:nth-child(1) {
  padding-top: 10px;
}

.menu-second .menu-item__link {
  font-weight: 500;
  color: #000;
}

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

.control__cart {
  position: relative;
}

.control__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}

.control__search input {
  margin-left: auto;
  margin-right: 0;
  width: 0;
  opacity: 0;
  padding: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: 1px solid #ddd;
  -webkit-transition: .5s .25s all ease-in-out;
  transition: .5s .25s all ease-in-out;
}

.control__search svg {
  background-color: transparent;
  width: 31px;
  padding: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.control__search svg, .control__search input {
  height: 31px;
}

.control__search:hover svg {
  background-color: #00925B;
}

.control__search:hover svg path {
  fill: #fff;
}

.control__search:hover input {
  width: 80%;
  opacity: 1;
}

.amount {
  position: absolute;
  bottom: -2px;
  right: -3px;
  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;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00925B;
  color: #fff;
  font-size: 0.65em;
}

.slick-list,
.slick-track {
  height: 100%;
}

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

.slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.slick-dots li {
  cursor: pointer;
  width: 56px;
  height: 4px;
  background-color: #fff;
  opacity: 0.6;
  margin: 0 6px;
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.slick-dots button {
  display: none;
}

.slick-dots .slick-active, .slick-dots li:hover {
  opacity: 1;
}

.header {
  height: 97.5vh;
  position: relative;
}

.header__title {
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 125%;
}

.header__button {
  display: inline-block;
}

.slider {
  width: 100%;
  height: 100%;
}

.slider__item {
  z-index: 9999999;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.slider__item__inner {
  width: inherit;
  text-align: center;
}

.slider__item__inner > * {
  position: relative;
  z-index: 99;
}

.slider__item__inner::after {
  /*
                    @include overlay();
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40.41%, rgba(0, 0, 0, 0.41) 55.21%, rgba(0, 0, 0, 0.13) 90.68%, rgba(0, 0, 0, 0.32) 100%);
                */
}

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

.type__item {
  position: relative;
  width: calc(100%/2 - 20px);
  margin: 0 10px;
  padding: 6px;
  background-position: center;
  background-size: cover;
}

.type__item__inner {
  cursor: pointer;
  z-index: 99;
  position: relative;
  height: 360px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  /*opacity: 0;*/
  border: transparent;
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.type__item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 146, 91, 0.75);
  -webkit-transition: .33s all ease-in-out;
  transition: .33s all ease-in-out;
}

.type__item:hover .type__item__inner, .type__item--active .type__item__inner {
  border: 1px solid #fff;
  opacity: 1;
}

.type__item:hover::after, .type__item--active::after {
  opacity: 1;
}

.type__title {
  color: #fff;
  font-size: 2em;
  font-weight: 600;
  line-height: 115%;
  max-width: 168px;
  text-shadow: 2px 2px 8px #000;
}

.type__link {
  background-color: #fff;
  color: #00925B;
  margin-top: 2em;
  padding: 12px 24px;
  font-size: 0.875em;
  font-weight: 700;
}

.page-header {
  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;
  background-position: center;
  background-size: cover;
  height: 380px;
}

.page-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), color-stop(40.41%, rgba(0, 0, 0, 0.4)), color-stop(55.21%, rgba(0, 0, 0, 0.41)), color-stop(90.68%, rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.32)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.4) 40.41%, rgba(0, 0, 0, 0.41) 55.21%, rgba(0, 0, 0, 0.13) 90.68%, rgba(0, 0, 0, 0.32) 100%);
}

.page-title {
  position: relative;
  font-size: 2.5em;
  font-weight: 700;
  color: #fff;
  margin-top: 110px;
  padding: 0 16px;
}

.page-title--effect > * {
  position: relative;
  z-index: 99;
}

.page-title--effect::before {
  content: url(../assets/category_blur.svg);
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1560px) {
  body {
    font-size: 14px;
  }
  .padding-v-lg {
    padding: 70px 0;
  }
  .row--large {
    width: 1300px;
  }
  .row--small {
    width: 1100px;
  }
  .padding-h-right-section {
    padding-left: 80px;
  }
  .padding-h-right-sm {
    padding-right: 20px;
  }
  .padding-h-right-md {
    padding-right: 40px;
  }
  .padding-h-right-lg {
    padding-right: 80px;
  }
  .info-bar__text {
    width: 59%;
  }
  .header__circle {
    width: 120px;
    height: 120px;
  }
  .header__intro {
    width: 34%;
  }
  .header__picture {
    width: 66%;
  }
  .car-advantage__list-item {
    margin: 17.5px 0;
  }
}

@media (max-width: 1320px) {
  .padding-v-lg {
    padding: 60px 0;
  }
  .row--large {
    width: 95%;
  }
  .row--small {
    width: 87.5%;
  }
  .car-advantage {
    width: 800px !important;
  }
  .car-advantage__title, .car-advantage__description {
    width: 160px;
  }
  .header__picture img {
    width: 97.5%;
  }
}

@media (max-width: 1000px) {
  .header__intro {
    width: 45%;
  }
  .header__picture {
    width: 55%;
  }
}

@media (max-width: 960px) {
  .navigation__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 25px;
    height: 15px;
  }
  .navigation__burger::before, .navigation__burger::after {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 3px;
    background-color: #007B4C;
    -webkit-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
  }
  .navigation__burger::after {
    bottom: 0;
  }
  .navigation__burger .middle-line {
    opacity: 1;
    width: 25px;
    height: 3px;
    background-color: #007B4C;
    -webkit-transition: .15s all ease-in-out;
    transition: .15s all ease-in-out;
    margin-top: 6px;
  }
  .navigation__burger--active::after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navigation__burger--active::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navigation__burger--active .middle-line {
    opacity: 0;
  }
  .navigation--active .navigation__panel {
    pointer-events: visible;
    opacity: 1;
    max-height: 400px;
  }
  .navigation--active .navigation__burger .middle-line {
    display: none;
  }
  .navigation--active .navigation__burger::before {
    -webkit-transform: rotate(-45deg) translateY(8px);
            transform: rotate(-45deg) translateY(8px);
  }
  .navigation--active .navigation__burger::after {
    -webkit-transform: rotate(45deg) translateY(-8px);
            transform: rotate(45deg) translateY(-8px);
  }
  .navigation {
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  }
  .navigation__inner {
    padding: 0 10px;
  }
  .navigation__wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation__panel {
    width: 100%;
    pointer-events: none;
    opacity: 0;
    max-height: 0;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
  }
  .navigation__home {
    padding-right: 0;
  }
  .navigation__logo {
    height: 30px;
  }
  .navigation__contact, .navigation__menu {
    border-left: none;
    border-right: none;
  }
  .navigation__contact {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
  }
  .navigation__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .menu-item {
    padding: 5px 0;
  }
  .menu-item__link {
    font-size: 0.9em;
  }
  .menu-item:nth-child(1) {
    padding-top: 0;
  }
  .menu-second {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  .menu-second__inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .menu-second .menu-item {
    width: 100%;
  }
  .control {
    margin-top: 16px;
  }
  .control__search {
    padding-left: 0;
  }
  .header {
    height: 80vh;
  }
}

@media (max-width: 900px) {
  .car-advantage {
    width: 95vw !important;
  }
  .car-advantage__inner {
    display: none;
  }
  .car-advantage-phone__inner {
    display: block;
  }
  .car-advantage-phone__wrapper {
    height: 500px;
  }
  .navigation__inner {
    -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;
  }
  .navigation__home {
    display: block;
  }
  .navigation__logo {
    margin-right: 0;
  }
  .navigation__items {
    pointer-events: none;
    height: 0;
    margin-top: -10px;
    opacity: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navigation__items--active {
    pointer-events: all;
    height: auto;
    margin-top: 20px;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
  }
  .navigation__items--unactive {
    height: 0;
    margin-top: -10px;
    opacity: 0;
    -webkit-transition: .3s margin ease-in-out;
    transition: .3s margin ease-in-out;
  }
  .navigation__item {
    display: block;
    margin: 7.5px 0;
    font-size: 1.2em;
  }
  .navigation__contact {
    margin-top: 30px;
    display: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .navigation__contact__item {
    margin-right: 15px;
  }
  .navigation__contact__item p {
    font-size: 0.8em;
  }
  .navigation__contact__item img {
    width: 16px;
  }
  .navigation__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .navigation__burger {
    display: block;
  }
  .padding-v-lg {
    padding: 60px 0;
  }
  .padding-v-lg-top {
    padding-top: 60px;
  }
  .padding-h-right-section {
    padding-left: 40px;
  }
  .button {
    width: 200px;
  }
  .row--large {
    width: 95%;
  }
  .row--small {
    width: 87.5%;
  }
  .offer__price__cost {
    font-size: 1.65em;
  }
  .offer__item {
    width: calc(100% / 2 - 20px);
  }
  .advantages__item {
    padding: 0 20px;
    width: calc(100%/2);
  }
  .advantages__item__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
  }
  .advantages__inner {
    padding: 50px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .advantages__description {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .offer__item {
    width: calc(100% - 20px);
  }
}

@media (max-width: 640px) {
  .advantages__item__inner img {
    width: 52px;
  }
  .padding-h-right-section {
    padding-left: 0;
  }
  .padding-v-lg {
    padding: 60px 0;
  }
  .padding-v-lg-top {
    padding-top: 60px;
  }
  .padding-v-lg-bottom {
    padding-bottom: 60px;
  }
  .padding-v-md-top {
    padding-top: 30px;
  }
  .padding-v-md-bottom {
    padding-bottom: 30px;
  }
  .margin-top-md {
    margin-top: 20px;
  }
  .row--large {
    width: 93.5vw;
  }
  .row--small {
    width: 90vw;
  }
  .row--mini {
    width: 85vw;
  }
  .row--padding-v-big {
    padding: 60px 0;
  }
  .row--padding-v-small {
    padding: 20px 0;
  }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header__circle {
    width: 100px;
    height: 100px;
    font-size: 0.8em;
    left: 7%;
    top: 38%;
  }
  .header__circle::before {
    width: 100px;
    height: 100px;
  }
  .header__intro {
    width: 100%;
    padding: 45px 20px;
  }
  .header__picture {
    width: 100%;
    height: auto;
    -webkit-clip-path: unset;
    clip-path: unset;
  }
  .header__scroll-down {
    bottom: 3%;
  }
  .filters {
    width: 100%;
    margin-right: 0;
  }
  .filters__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border: 2px solid #333;
    padding: 1em 2em;
    text-align: center;
    font-size: 0.95em;
  }
  .filters__title::after {
    content: url(../assets/arrow-icon.svg);
  }
  .filters__inner {
    display: none;
  }
  .filters__cancel {
    margin-top: 35px;
  }
  .filters--active .filters__inner {
    display: block;
  }
  .sort {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sort__inner {
    width: 100%;
    text-align: center;
  }
  .offer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .offer__item {
    width: 87.5%;
    margin: 15px auto;
  }
  .advantages__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0;
  }
  .advantages__description {
    font-size: 1em;
  }
  .advantages__icon {
    width: 37.5px;
  }
  .advantages__item {
    width: calc(100%/2);
    padding: 0 10px;
    margin: 0;
  }
  .advantages__item::after {
    height: 65%;
  }
  .advantages__item:nth-child(2)::after {
    display: none;
  }
  .advantages__item__inner {
    padding: 20px 5px;
  }
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
  }
  .footer__menu {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .type__item {
    width: 100%;
    margin: 10px;
  }
  .type__item:nth-child(1) {
    margin-top: 0;
  }
  .type__item__inner {
    height: 280px;
  }
  .page-title {
    text-align: center;
    margin-top: 60px;
  }
  .page-title::before {
    display: none;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-8-24 20:13:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=root.css.map */