/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
h1 {
  font-size: 50px;
}
html {
  background-color: #282828;
}
body {
  font-size: 15px;
  line-height: 16px;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 400;
  color: #000;
  font-style: normal;
  background-color: #fff;
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
img {
  max-width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
img[data-src] {
  opacity: 0;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3 {
  margin: 0;
}
input {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 200px;
  font-size: 15px;
  line-height: 16px;
  font-family: Roboto, arial, sans-serif;
  letter-spacing: -0.05;
  margin-top: 10px;
  padding: 10px;
  border: #fab500 solid 3px;
  border-radius: 16px;
  outline: none;
}
.btn {
  display: block;
  font-family: Roboto, arial, sans-serif;
  font-weight: bold;
  background-color: #fab500;
  color: black;
  font-size: 15px;
  line-height: 16px;
  border: #fab500 solid 3px;
  border-radius: 16px;
  padding: 10px;
  cursor: pointer;
}
.btn-submit {
  text-transform: uppercase;
  font-size: 14px;
  width: 200px;
  font-weight: 500;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  outline: none;
}
form {
  margin: 0px;
}
.block-title {
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.05;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-left: 42px;
}
.block-title::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 47px;
  background-image: url(../img/leaf.png);
}
a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}
#overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.go__ontop {
  position: fixed;
  bottom: 250;
  left: 50%;
  margin-left: 650px;
  width: 32px;
  height: 32px;
  z-index: 200;
  display: block;
}
.go__ontop svg {
  fill: #000;
  -webkit-transition: fill 0.5s;
  transition: fill 0.5s;
}
.go__ontop svg:hover {
  fill: #fab500;
}
.results {
  display: block;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
}
.main-header {
  overflow: hidden;
  background-image: url(../img/header-pic1.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 480px;
  color: white;
}
.container {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.main-nav {
  margin-top: 19px;
  font-weight: 500;
  letter-spacing: 0.25;
  text-transform: uppercase;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-nav__logo {
  position: relative;
  font-size: 18px;
  letter-spacing: 0.25;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}
.main-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-preferred-size: 470px;
      flex-basis: 470px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
}
.main-nav__tel {
  font-size: 22px;
  -ms-flex-preferred-size: 210px;
      flex-basis: 210px;
}
.main-nav__item a:hover {
  text-decoration: underline;
}
.main-nav__item a {
  color: #FFF;
}
.main-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-header__title {
  font-size: 44px;
  line-height: 36px;
  margin: 0;
}
.main-header__description {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
  margin-right: auto;
}
.main-header__description span {
  display: block;
  width: 315px;
  font-size: 21px;
  line-height: 23px;
  padding-left: 65px;
  margin-top: 15px;
  position: relative;
}
.main-header__description span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -3px;
  background-image: url(../img/header-tree.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.main-header__form {
  width: 230px;
  height: 215px;
  background-color: #fff;
  border-radius: 10px;
  color: black;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding-top: 10px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.main-header__form b {
  display: block;
}
.main-header__form span {
  display: block;
  margin-top: 3px;
  color: #8f8f8f;
}
.main-header__form input[id="tel-field"] {
  margin-top: 5px;
}
.services {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.services .block-title {
  width: 100px;
}
.services__items {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services__item {
  -ms-flex-preferred-size: 262px;
      flex-basis: 262px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.services__item h3 {
  text-align: center;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0.005em;
}
.services__item a {
  color: #8f8f8f;
}
.services__item a:hover {
  text-decoration: underline;
}
.services__item a img:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.services__modal-window {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  -ms-flex-preferred-size: 960px;
      flex-basis: 960px;
  position: absolute;
  top: 500px;
  left: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -430px;
  background-color: white;
  padding: 40px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  line-height: 18px;
  z-index: 3;
}
.services__modal-window-close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  cursor: pointer;
}
.services__modal-window-close::after,
.services__modal-window-close::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 5px;
  width: 20px;
  height: 4px;
  background-color: #000;
}
.services__modal-window-close::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.services__modal-window-close::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.services__modal-gallery {
  -ms-flex-preferred-size: 450px;
      flex-basis: 450px;
  margin-right: 35px;
}
.services__modal-textblock {
  -ms-flex-preferred-size: 500px;
      flex-basis: 500px;
}
.services__modal-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.services__modal-items li {
  -ms-flex-preferred-size: 120px;
      flex-basis: 120px;
  min-height: 90px;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}
.services__modal-items img {
  position: relative;
  z-index: 1;
}
.services__modal-textblock ul {
  list-style: disc;
  padding-left: 20px;
}
.services__modal-items li::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50px;
  background-image: url(../img/increase.png);
  width: 32px;
  height: 32px;
  z-index: 2;
}
.services__modal-window--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price-list {
  margin-top: 100px;
  background-color: #fafaf8;
  min-height: 215px;
}
.price-list__wrapper {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.price-list__left h2 {
  padding-top: 44px;
  margin-left: 20px;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.005em;
  font-weight: 500;
}
.price-list__left button {
  margin-top: 50px;
  margin-left: 115px;
}
.price-list__right {
  background-image: url(../img/bg-price.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 405px;
  height: 293px;
  position: absolute;
  top: -37px;
  right: 0;
}
.gallery .block-title {
  width: 190px;
}
.gallery {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
.gallery__nav {
  margin-top: 30px;
  font-weight: 700;
  letter-spacing: 0.005em;
}
.gallery__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.gallery__nav-item--active {
  background-color: #fab500;
  border: #fab500 solid 3px;
  border-radius: 16px;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.gallery__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 2px dotted #8f8f8f;
}
.gallery__images:nth-of-type(2),
.gallery__images:nth-of-type(3),
.gallery__images:nth-of-type(4) {
  margin-top: 0px;
  border-top: 2px dotted #8f8f8f;
  display: none;
}
.gallery__more-works {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  padding: 7px;
  border: 1px solid #8f8f8f;
  border-radius: 10px;
  width: 180px;
  color: #8f8f8f;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1;
  font-weight: 700;
  text-align: center;
}
.gallery__images--show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.gallery__image {
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  height: 180px;
  margin-top: 20px;
  cursor: pointer;
}
.gallery__nav-item a {
  color: black;
}
.gallery__nav-item a:hover {
  text-decoration: underline;
}
.gallery__nav-item--active {
  background-color: #fab500;
  border: #fab500 solid 3px;
  border-radius: 16px;
  padding: 5px;
}
.gallery__nav-item--active a:hover {
  text-decoration: none;
}
.work-scheme {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
.work-scheme .block-title {
  width: 140px;
  margin-bottom: 55px;
}
.work-scheme__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 80px;
}
.work-scheme__item {
  width: 220px;
  padding: 0 20px;
}
.work-scheme__item h3 {
  margin-top: 23px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.005em;
  font-weight: 700;
  text-align: center;
}
.work-scheme__item p {
  font-weight: 700;
  line-height: 18px;
  color: #8f8f8f;
  text-align: center;
  margin: 5px 0;
}
.work-scheme__item .btn {
  padding: 10px 20px;
  margin: 0 auto;
  cursor: default;
}
.work-scheme__item-img {
  display: block;
  width: 120px;
  min-height: 105px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.work-scheme__item-img--call {
  background-image: url(../img/phone.png);
}
.work-scheme__item-img--dep {
  background-image: url(../img/car.png);
}
.work-scheme__item-img--design {
  background-image: url(../img/ruler.png);
}
.work-scheme__item-img--contract {
  background-image: url(../img/briefcase.png);
}
.work-scheme__item-img--landscaping {
  background-image: url(../img/wheelbarrow.png);
}
.work-scheme__item-img--gardening {
  background-image: url(../img/watering_can.png);
}
.send-form {
  background-color: #fafaf8;
  min-height: 230px;
}
.send-form__wrapper {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.send-form__left {
  width: 295px;
  margin-left: 30px;
}
.send-form__left h2 {
  padding-top: 10px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.005em;
  font-weight: 500;
  text-align: center;
}
.send-form__left p {
  color: #8f8f8f;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin: 5 0 0 0 ;
}
.send-form__left .btn-submit {
  margin-top: 10px;
}
.send-form__left input[name="name"] {
  margin-top: 7px;
}
.send-form__right {
  background-image: url(../img/bg-send-form.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 405px;
  height: 293px;
  position: absolute;
  top: -37px;
  right: 0;
}
.contacts {
  margin-top: 60px;
  min-height: 300px;
  background-color: #fafaf8;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.contacts .block-title {
  padding-top: 10px;
}
.contacts__adress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25 0 0 35;
  width: 395px;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 235px;
  background-color: rgba(250, 250, 248, 0.7);
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.005em;
  font-weight: 700;
}
.contacts__adress p {
  margin: 30 20 10 20;
}
.contacts__adress-tel,
.contacts__adress-mail {
  margin-left: 20px;
}
.contacts__adress-mail {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}
.main-footer {
  background-color: #285603;
  margin-top: 10px;
  min-height: 210px;
}
.main-footer__wrapper {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer__left {
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.025em;
  color: #fff;
}
.main-footer__logo {
  margin-top: 35px;
  width: 100px;
  position: relative;
}
.main-footer__logo img {
  display: block;
}
.main-footer__logo-name {
  display: block;
  position: absolute;
  top: 8;
  right: 0;
  text-transform: uppercase;
  width: 70px;
}
.main-footer__copyright {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-top: 105px;
  margin-left: 83px;
}
.main-footer__right {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin-top: 50px;
}
.main-footer__social-items {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 172px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-footer__social-item {
  width: 44px;
  height: 44px;
  margin-top: auto;
}
.main-footer__social-item svg {
  fill: #285603;
  -webkit-transition: fill 200ms;
  transition: fill 200ms;
}
.main-footer__social-item svg:hover {
  fill: #fab500;
}
