@charset 'UTF-8';

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after, .slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-loading .slick-list {
  background: #fff url(../libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../libs/slick/fonts/slick.eot);
  src: url(../libs/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(../libs/slick/fonts/slick.woff) format('woff'), url(../libs/slick/fonts/slick.ttf) format('truetype'), url(../libs/slick/fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: '←'
}

[dir=rtl] .slick-prev:before {
  content: '→'
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: '→'
}

[dir=rtl] .slick-next:before {
  content: '←'
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000
}

@font-face {
  font-family: ProximaNova;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/ProximaNova-Regular/ProximaNova-Regular.eot);
  src: url(../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Regular/ProximaNova-Regular.woff) format("woff"), url(../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf) format("truetype")
}

@font-face {
  font-family: ProximaNova;
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.eot);
  src: url(../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.woff) format("woff"), url(../fonts/ProximaNova-Extrabld/ProximaNova-Extrabld.ttf) format("truetype")
}

@font-face {
  font-family: ProximaNova;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/ProximaNova-Light/ProximaNova-Light.eot);
  src: url(../fonts/ProximaNova-Light/ProximaNova-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Light/ProximaNova-Light.woff) format("woff"), url(../fonts/ProximaNova-Light/ProximaNova-Light.ttf) format("truetype")
}

@font-face {
  font-family: ProximaNova;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/ProximaNova-Bold/ProximaNova-Bold.eot);
  src: url(../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Bold/ProximaNova-Bold.woff) format("woff"), url(../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf) format("truetype")
}

@font-face {
  font-family: ProximaNova;
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot);
  src: url(../fonts/ProximaNova-Semibold/ProximaNova-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/ProximaNova-Semibold/ProximaNova-Semibold.woff) format("woff"), url(../fonts/ProximaNova-Semibold/ProximaNova-Semibold.ttf) format("truetype")
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

::-webkit-input-placeholder {
  color: #b0b0b0
}

::-moz-placeholder {
  color: #b0b0b0
}

:-ms-input-placeholder {
  color: #b0b0b0
}

::-ms-input-placeholder {
  color: #b0b0b0
}

::placeholder {
  color: #b0b0b0
}

::-moz-selection {
  background-color: #84b157;
  color: #fff
}

::selection {
  background-color: #84b157;
  color: #fff
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: ProximaNova, sans-serif;
  overflow-x: hidden;
  color: #333
}

body input, body textarea {
  border: #666 1px solid;
  outline: 0
}

a {
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

button {
  cursor: pointer;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

button:focus {
  outline: 0
}

img {
  pointer-events: none
}

b, strong {
  font-weight: 700
}

.container {
  max-width: 1200px;
  margin: 0 auto
}

.title {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  color: #343434;
  text-align: center;
  margin-bottom: 50px
}

.title span {
  color: #84b157
}

.btn {
  display: inline-block;
  border: none;
  padding: 14px 34px;
  background-color: #84b157;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #709847
}

.footer, .header {
  padding: 30px 0
}

.footer__logo, .header__logo {
  display: block;
  width: 86px
}

.footer__logo img, .header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.footer__logo:hover, .header__logo:hover {
  opacity: .8
}

.footer__container, .header__container {
  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
}

.footer__menu, .header__menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
  text-decoration: none;
  list-style: none
}

.footer__menu li a, .header__menu li a {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #343434
}

.footer__menu li a:hover, .header__menu li a:hover {
  text-decoration: none;
  color: #84b157
}

.footer__timeWork, .header__timeWork {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #343434
}

.footer__address, .header__address {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  color: #0d0d0d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px
}

.footer__address:before, .header__address:before {
  content: "";
  width: 17px;
  height: 23px;
  background-image: url(../img/header__address.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.footer__burger, .header__burger {
  display: none;
  height: 20px;
  width: 30px;
  position: relative;
  cursor: pointer
}

.footer__burger span, .header__burger span {
  width: 100%;
  height: 2px;
  background-color: #84b157;
  position: absolute;
  top: 9px;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}

.footer__burger::before, .header__burger::before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #84b157;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}

.footer__burger::after, .header__burger::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #84b157;
  -webkit-transition: .25s all;
  -o-transition: .25s all;
  transition: .25s all
}

.footer__burger.active span, .header__burger.active span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0)
}

.footer__burger.active::after, .header__burger.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px
}

.footer__burger.active::before, .header__burger.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px
}

.footer__company {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #343434
}

.mobile__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  overflow-y: auto
}

.mobile__menuContainer {
  max-width: 350px;
  margin: 0 auto;
  padding: 50px 0;
  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;
  gap: 30px
}

.mobile__menuContainer ul {
  -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
}

.mobile__menuContainer ul li a {
  border-bottom: none;
  font-size: 20px
}

.mobile__menuContainer .header__info {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7
}

.mobile__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  z-index: 2
}

.mobile__close:after, .mobile__close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #84b157;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.mobile__close:after:hover, .mobile__close:before:hover {
  opacity: .8
}

.mobile__close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg)
}

.mobile__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg)
}

.promo {
  padding: 65px 0;
  background-image: url(../img/promo__bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.promo__container {
  display: grid;
  grid-template-columns: 1fr 375px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 200px
}

.promo__title {
  max-width: 585px;
  font-size: 39px;
  line-height: 1.2;
  font-weight: 800;
  color: #343434
}

.promo__title span {
  color: #84b157
}

.promo__pretitle {
  margin-top: 30px;
  font-size: 23px;
  line-height: 31px;
  font-weight: 400;
  color: #343434
}

.promo__text {
  max-width: 507px;
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: #343434
}

.promo__form {
  padding: 30px 50px;
  background-color: #fff;
  border-radius: 10px
}

.promo__form input {
  width: 100%;
  height: 47px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  color: #000
}

.promo__form input+* {
  margin-top: 10px
}

.promo__formTitle {
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 800;
  color: #343434
}

.promo__formPolit {
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  color: #b0b0b0;
  margin-top: 15px
}

.promo__btn {
  display: block;
  margin: 10px auto 0
}

.products {
  margin: 100px 0
}

.products__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px
}

.products__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  border-radius: 4px;
  overflow: hidden
}

.products__itemImg {
  display: block;
  width: 100%
}

.products__itemImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1
}

.products__itemBottom {
  padding: 25px 20px
}

.products__itemTitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #343434
}

.products__itemText {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  color: #343434
}

.advantages {
  margin: 100px 0;
  padding-top: 100px;
  position: relative
}

.advantages:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 30px);
  background-image: url(../img/advantages__bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}

.advantages .container {
  position: relative;
  z-index: 2
}

.advantages__list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px
}

.advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px;
  gap: 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  border-radius: 10px
}

.advantages__itemIcon {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.advantages__itemTitle {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 400;
  color: #343434
}

.about {
  margin: 100px 0;
  position: relative
}

.about:before {
  content: "";
  width: 228px;
  height: 322px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/about__dec1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.about__container {
  display: grid;
  grid-template-columns: 1fr 590px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  position: relative
}

.about__container:before {
  content: "";
  width: 427px;
  height: 279px;
  position: absolute;
  right: -240px;
  bottom: -130px;
  background-image: url(../img/about__dec2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}

.about__title {
  font-size: 44px;
  text-align: left
}

.about__text {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
  color: #343434
}

.about__text p {
  margin-bottom: 0
}

.about__text p+* {
  margin-top: 20px
}

.about__small {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #343434;
  margin-top: 20px
}

.about__img {
  width: 100%;
  position: relative
}

.about__img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.4;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px
}

.about__imgTitle {
  position: absolute;
  left: -20px;
  bottom: 65px;
  max-width: 345px;
  padding: 20px 30px;
  background-color: #84b157;
  border-radius: 10px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff
}

.rewards {
  margin: 100px 0;
  position: relative;
  z-index: 2;
  padding: 10px 0
}

.rewards:before {
  content: "";
  background-color: #f4f4f4;
  height: 100%;
  width: 75%;
  position: absolute;
  right: 0;
  top: 0
}

.rewards__container {
  display: grid;
  grid-template-columns: 274px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 150px;
  position: relative;
  z-index: 3
}

.rewards__content .title {
  text-align: left;
  margin-bottom: 22px;
  position: relative
}

.rewards__content .title:before {
  content: "";
  width: 123px;
  height: 90px;
  background-image: url(../img/rewards__quote.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.rewards__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #343434
}

.rewards__text p {
  margin-bottom: 0
}

.rewards__text p+* {
  margin-top: 20px
}

.gallery {
  margin: 80px 0 50px
}

.gallery__list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 65px 35px
}

.gallery__itemImg {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  border-radius: 4px;
  overflow: hidden
}

.gallery__itemImg img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: .83;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

.gallery__itemImg:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

.gallery__itemTitle {
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  color: #343434;
  display: block;
  text-align: center;
  margin-top: 30px
}

.gallery__itemTitle:hover {
  text-decoration: none;
  color: #84b157
}

.gallery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px
}

.map {
  height: 650px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.map iframe {
  height: 100%
}

.location {
  position: relative
}

.location__container {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 0
}

.location .container {
  position: relative
}

.location__block {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  box-shadow: 0 0 8px 0 rgba(102, 102, 102, .25);
  border-radius: 10px;
  padding: 60px 50px;
  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;
  max-width: 400px
}

.location__blockTitle {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: #343434
}

.location__blockTime {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  color: #343434;
  margin-top: 5px
}

.location__blockAddress {
  font-size: 17px;
  line-height: 27px;
  font-weight: 600;
  color: #0d0d0d;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px
}

.location__blockAddress:before {
  content: "";
  width: 17px;
  height: 23px;
  background-image: url(../img/header__address.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}

.location__blockLink {
  margin-top: 30px;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  border-bottom: 1px solid #343434;
  color: #343434
}

.location__blockLink:hover {
  text-decoration: none;
  color: #84b157;
  border-bottom-color: #84b157
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 50px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 10px
}

.form-title {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase
}

.form-title span {
  color: #84b157
}

.form__polit {
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  color: #b0b0b0;
  margin-top: 10px
}

.form form input {
  width: 100%;
  height: 47px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #f5f5f5;
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 300;
  color: #000
}

.form form input+* {
  margin-top: 10px
}

.form form button {
  width: 100%;
  display: block;
  margin: 10px auto 0
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
  opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0
}

.my-mfp-slide-bottom {
  opacity: 0;
  opacity--webkit-transition: opacity .3s ease-out;
  opacity--moz-transition: opacity .3s ease-out;
  opacity--o-transition: opacity .3s ease-out;
  opacity-transition: opacity .3s ease-out
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0
}

@media (max-width:1700px) {
  .about__container:before {
    right: 0
  }
}

@media (max-width:1260px) {
  .container {
    max-width: 960px
  }

  .promo__container {
    grid-gap: 80px
  }

  .promo__title {
    font-size: 42px
  }

  .promo__pretitle {
    font-size: 22px
  }

  .promo__text {
    max-width: 430px
  }

  .products__list {
    gap: 30px
  }

  .products__itemBottom {
    padding: 25px 30px
  }

  .products__list {
    margin-top: 60px;
    grid-template-columns: repeat(3, 1fr)
  }

  .products__itemTitle {
    font-size: 23px
  }

  .advantages__itemTitle {
    font-size: 18px
  }

  .advantages__item {
    padding: 30px 20px
  }

  .advantages__list {
    margin-top: 60px
  }

  .about__container {
    grid-template-columns: 1fr 460px
  }

  .about__title {
    font-size: 38px;
    margin-bottom: 30px
  }

  .about__imgTitle {
    font-size: 23px
  }

  .about__imgTitle {
    padding: 16px 20px
  }

  .about__container:before {
    display: none
  }

  .gallery__list {
    grid-gap: 55px 25px
  }

  .gallery__itemTitle {
    font-size: 18px;
    margin-top: 20px
  }

  .gallery__bottom {
    margin-top: 60px
  }

  .footer__menu, .header__menu {
    gap: 20px
  }
}

@media (max-width:991px) {
  .container {
    max-width: 720px
  }

  .promo__container {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px
  }

  .promo__title {
    font-size: 32px
  }

  .promo__pretitle {
    font-size: 20px;
    margin-top: 10px
  }

  .promo__text {
    margin-top: 20px;
    font-size: 16px
  }

  .promo__form {
    padding: 30px 40px
  }

  .promo__formTitle {
    font-size: 22px
  }

  .products__itemBottom {
    padding: 25px 20px
  }

  .products__itemTitle {
    font-size: 20px
  }

  .products__itemText {
    font-size: 14px
  }

  .products__list {
    gap: 15px
  }

  .advantages__list {
    grid-template-columns: 1fr 1fr 1fr
  }

  .about__container {
    grid-template-columns: 1fr;
    gap: 40px
  }

  .about:before {
    display: none
  }

  .about__title, .location__blockTitle, .title {
    font-size: 34px
  }

  .rewards {
    background-color: #f4f4f4;
    padding: 60px 0
  }

  .rewards__container {
    grid-template-columns: 1fr
  }

  .rewards__img {
    width: 274px;
    margin: 0 auto
  }

  .rewards:before {
    display: none
  }

  .rewards__content .title:before {
    width: 85px;
    height: 62px
  }

  .gallery__list {
    grid-template-columns: 1fr 1fr 1fr
  }

  .map {
    height: 500px
  }

  .footer .footer__menu, .header .header__menu {
    display: none
  }

  .header__burger {
    display: block
  }

  .footer__address, .header__address {
    gap: 10px
  }

  body.lock {
    overflow: hidden;
    height: 100vh
  }

  .mobile__menu.open {
    right: 0
  }
}

@media (max-width:767px) {
  .container {
    max-width: 540px
  }

  .promo__container {
    grid-template-columns: 1fr
  }

  .promo__content {
    text-align: center
  }

  .promo__text {
    margin: 20px auto 0
  }

  .promo__form {
    max-width: 360px;
    margin: 0 auto
  }

  .products {
    margin: 70px 0
  }

  .about__title, .location__blockTitle, .title {
    font-size: 32px
  }

  .title {
    margin-bottom: 40px
  }

  .products__list {
    margin-top: 40px
  }

  .products__list {
    grid-template-columns: 1fr 1fr
  }

  .advantages {
    padding-top: 70px;
    margin: 70px 0
  }

  .about {
    margin: 70px 0
  }

  .about__imgTitle {
    font-size: 20px;
    max-width: 270px
  }

  .rewards {
    margin: 70px 0
  }

  .gallery {
    margin: 70px 0
  }

  .gallery__itemTitle {
    font-size: 14px;
    margin-top: 10px
  }

  .gallery__list {
    gap: 30px 15px;
    margin-top: 40px
  }

  .location__container {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: auto
  }

  .location__block {
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset
  }

  .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px
  }

  .map {
    height: 400px
  }

  .advantages__list {
    margin-top: 40px
  }

  .header .header__timeWork {
    display: none
  }

  .footer__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
  }

  .footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .footer__company {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .footer__address {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    justify-self: flex-end
  }

  .footer__call {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    justify-self: flex-end
  }
}

@media (max-width:575px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }

  .advantages__list {
    grid-template-columns: 1fr
  }

  .promo__title {
    font-size: 28px
  }

  .promo__pretitle {
    font-size: 18px
  }

  .promo__form {
    padding: 30px 20px
  }

  .about__title, .location__blockTitle, .title {
    font-size: 28px
  }

  .products__list {
    grid-template-columns: 1fr
  }

  .advantages__item {
    gap: 20px
  }

  .about__imgTitle {
    font-size: 14px;
    max-width: 190px;
    padding: 12px 15px;
    left: -10px;
    bottom: 20px
  }

  .rewards__content .title:before {
    left: -10px;
    width: 60px;
    height: 44px
  }

  .gallery__list {
    grid-template-columns: 1fr 1fr
  }

  .gallery__bottom {
    margin-top: 40px
  }

  .header .header__address {
    display: none
  }

  .header .header__call {
    display: none
  }

  .header__logo {
    width: 60px
  }

  .header {
    padding: 10px 0
  }

  .white-popup {
    padding: 50px 20px
  }
}

@media (max-width:470px) {
  .footer__container {
    grid-template-columns: 1fr;
    gap: 25px
  }

  .footer__logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    justify-self: center
  }

  .footer__company {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    justify-self: center;
    text-align: center
  }

  .footer__address {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    justify-self: center
  }

  .footer__call {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    justify-self: center
  }
}

@media (max-width:370px) {
  .map {
    height: 350px
  }
}
