.slider {
  background: #F8F8F8;
  min-width: 320px;
  max-width: 1120px;
  margin: 0 auto;
}

.slider__title {
  border-top: 2px solid #D9FFF5;
  margin: 0;
  padding: 20px 35px 20px 35px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  background: linear-gradient(90deg, #F8F8F8 0%, #FFFFFF 98.61%);
}

.slide {
  justify-content: space-around;
  border: 2px solid #EAEAEA;
  border-radius: 6px;
  background-color: white;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.brands__slide {
  min-width: 224px;
  min-height: 72px;
  max-height: 72px;
}

.prices__slide {
  color: black;
  font-family: TT Lakes, sans-serif;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.tech__slide {
  min-height: 160px;
  max-height: 160px;
  max-width: 240px;
  padding: 16px;
  position: relative;
  font-weight: bold;
  color: black;
}

.slide__logo-img {
  margin-right: auto;
  margin-left: 10px;
}

.tech__description {
  position: absolute;
  left: 5%;
}

.goto {
  margin-right: 10px;
}

.goto:hover {
  transition: transform 1.5s;
  transform: scale(1.1);
  cursor: pointer;
}

.show-all {
  margin-left: 32px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: TTLakes, sans-serif;
  margin-bottom: 16px;
}

.show-all:focus,
.goto:focus {
  outline: none;
}

.show-all__img {
  margin-right: 10px;
}

.brands__wrapper {
  height: 160px;
}

.tech__wrapper {
  height: 160px;
}

.prices__wrap {
  max-width: 90%;
  margin: 10px auto 0 auto;
}

.brands__container,
.tech__container {
  margin-top: 10px;
}

.prices__item,
.prices__head {
  display: flex;
  width: 100%;
  padding: 0 12px;
  max-height: 10px;
}

.tech__goto {
  position: absolute;
  bottom: 5%;
  right: 2%;
}

.prices__head {
  padding-bottom: 5px;
  color: #7E7E82;
}

@media (max-width: 767px) {
  .brands__container {
    width: 90%;
    height: 72px;
  }

  .tech__container {
    width: 90%;
  }

  .brands__slide {
    max-width: 224px;
  }

  .tech__slide {
    min-width: 240px;
  }

  .prices__slide {
    color: black;
    font-family: TT Lakes, sans-serif;
    flex-shrink: 0;
    width: 260px;
    height: 200px;
    position: relative;
  }

  .service__title,
.price__title,
.time__title {
    margin-top: 15px;
    color: #7E7E82;
  }

  .tech__goto,
.prices__goto {
    position: absolute;
    bottom: 5%;
    right: 2%;
  }

  .prices__wrap {
    margin: 0 auto;
  }

  .prices__item {
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    justify-content: space-between;
  }

  .slider__wrapper {
    padding-top: 20px;
  }

  .slider__title {
    padding-left: 20px;
  }

  .swiper-pagination {
    position: relative !important;
    display: flex;
    justify-content: center;
  }

  .swiper-pagination-bullet {
    margin: 15px 5px;
    padding: 5px;
  }

  .show-all {
    display: none;
  }

  .description__link {
    display: block;
  }

  .prices__head,
.slide--hidden {
    display: none;
  }

  .slide:nth-child(-n+8) {
    display: flex !important;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  .swiper-pagination {
    display: none;
  }

  .slider__title {
    padding-left: 24px;
  }

  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .prices__head {
    margin-top: 20px;
  }

  .slide {
    margin: 0 12px 10px 12px;
  }

  .prices__service {
    flex: 1 1 320px;
    align-self: center;
  }

  .service__title,
.price__title,
.time__title {
    display: none;
  }

  .prices__wrapper {
    background-color: white;
    border-radius: 6px;
  }

  .prices__price {
    flex: 1 1 80px;
    align-self: center;
  }

  .prices__time {
    flex: 1 1 110px;
    align-self: center;
  }

  .prices__goto {
    flex: 1 1 20px;
    align-self: center;
  }

  .prices__slide {
    margin: 0 12px 0px 12px;
    min-width: 100%;
    border: none;
    border-radius: 0px;
  }

  .prices__head {
    min-height: 40px;
  }

  .prices__item {
    min-height: 64px;
    padding: 23px 24px;
    border: 1px solid #F8F8F8;
    color: #1B1C21;
  }

  .brands__slide {
    max-width: 224px;
  }

  .tech__slide {
    min-width: 224px;
    max-width: 224px;
  }
}
@media screen and (min-width: 1120px) {
  .swiper-pagination {
    display: none;
  }

  .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .prices__head {
    margin-top: 20px;
  }

  .slide {
    margin: 0 12px 10px 12px;
  }

  .prices__service {
    flex: 1 1 320px;
    align-self: center;
  }

  .service__title,
.price__title,
.time__title {
    display: none;
  }

  .prices__wrapper {
    background-color: white;
    border-radius: 6px;
  }

  .prices__price {
    flex: 1 1 80px;
    align-self: center;
  }

  .prices__time {
    flex: 1 1 110px;
    align-self: center;
  }

  .prices__goto {
    flex: 1 1 20px;
    align-self: center;
  }

  .prices__slide {
    margin: 0 12px 0px 12px;
    min-width: 100%;
    border: none;
  }

  .prices__head {
    min-height: 40px;
  }

  .prices__item {
    min-height: 64px;
    padding: 23px 24px;
    border: 1px solid #F8F8F8;
    font-family: TTLakes, sans-serif;
  }

  .brands__slide {
    max-width: 240px;
  }

  .show-all {
    margin-top: 10px;
    margin-left: 39px;
  }
}
* {
  box-sizing: border-box;
}

html, body {
  font-family: TTLakes, sans-serif;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  min-width: 320px;
}

button {
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}

.button:hover {
  filter: brightness(150%);
}

.sidebar {
  position: fixed;
  min-width: 320px;
  max-width: 320px;
  min-height: 1024px;
  height: 100vh;
  background-color: white;
  z-index: 3;
  top: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
}

.sidebar__content {
  min-height: 768px;
  max-height: 1024px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar__main {
  margin-bottom: 0;
}

.sidebar__header {
  height: 100px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-left: 20px;
  margin-right: 10px;
}

.sidebar__top button,
.sidebar__top img,
.sidebar__top a {
  flex-grow: 1;
}

.close-button img:hover {
  transition: transform 2s;
  transform: rotate(360deg);
}

.search-button:hover {
  transition: transform 2s;
  transform: scale(1.1);
}

.hide {
  visibility: hidden;
}

.sidebar__list {
  display: flex;
  flex-direction: column;
  margin-block-start: 0;
  margin-block-end: 0;
}

.sidebar__item {
  list-style: none;
  margin-bottom: 12%;
  font-weight: bold;
  font-size: 16px;
  margin-left: -10px;
}

.sidebar__list a:link,
.sidebar__list a:visited,
.sidebar__list a:active {
  text-decoration: none;
  color: #000;
  position: relative;
}

.sidebar__item a:hover {
  color: #7E7E82;
}

.sidebar__item a::after {
  position: absolute;
  content: "";
  top: 120%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #B8FFEC;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
  transform: translateY(5px);
}

.sidebar__item a:hover::after {
  opacity: 1;
  transform: translateY(0px);
}

.sidebar__item--selected {
  color: #7E7E82 !important;
}

.sidebar__item--selected::before {
  content: url("../img/highlight.svg");
  margin-left: -30px;
  margin-top: -10px;
  max-height: 22px;
  float: left;
}

.sidebar__footer {
  margin-left: 25px;
  font-size: 16px;
  font-weight: bold;
  justify-content: flex-end;
  height: 200px;
}

.sidebar__footer img {
  margin-right: 15px;
}

.sidebar__email {
  margin-top: 10px;
  letter-spacing: -0.2px;
}

.sidebar__phone {
  margin-top: 10px;
  font-family: TT Lakes;
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 32px;
}

.sidebar__email a,
.sidebar__phone a {
  text-decoration: none;
  color: black;
}

.sidebar__switch-lang {
  margin-top: 40px;
}

.sidebar__switch-lang a {
  margin-right: 8px;
  text-decoration: none;
  color: black;
}

.lang--selected {
  color: #7E7E82 !important;
}

/** sidebar responsiveness **/
@media (max-height: 1023px) {
  .sidebar {
    min-height: 768px;
  }
}
@media (max-width: 1119px) {
  .sidebar {
    background-color: white;
    position: fixed;
    left: -340px;
    top: 0;
    transition: all ease-out 0.5s;
    z-index: 3;
  }
}
@media (min-width: 1120px) {
  .sidebar__close-button {
    display: none;
  }

  .sidebar__top-button {
    display: none;
  }

  .group-logo {
    margin-right: auto;
  }

  .sidebar__header {
    margin: 0 30px;
  }
}
@media (max-height: 767px) {
  .sidebar__item {
    margin-bottom: 8%;
  }

  .sidebar__content {
    min-height: 0;
    height: 700px;
  }

  .sidebar__footer {
    height: 300px;
  }
}
@media (max-height: 630px) {
  .sidebar__item {
    margin-bottom: 6%;
  }
}
@media (max-height: 590px) {
  .sidebar__item {
    margin-bottom: 5%;
  }
}
@media (max-width: 1119px) {
  .sidebar {
    box-shadow: 2px 0 40px 0 lightgrey;
  }
}
.feedback {
  background-color: white;
  min-width: 320px;
  max-width: 440px;
  height: 100%;
  position: fixed;
  right: -460px;
  top: 0;
  transform: translateX(460px);
  transition: all ease-out 0.5s;
  z-index: 5;
}

.feedback__main {
  padding: 24px 0 0 16px;
}

.feedback__close-button {
  margin-left: 4px;
}

.feedback__title {
  white-space: nowrap;
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 24px;
}
.feedback__title::before {
  content: url("../img/highlight.svg");
  margin-left: -16px;
  margin-top: 0px;
  max-height: 22px;
  float: left;
}

.feedback__content {
  margin-top: 24px;
  position: relative;
  padding-bottom: 126px;
}

.input {
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 16px;
  width: 90%;
  height: 48px;
}

.input:nth-child(4) {
  min-height: 102px;
}

input {
  border: none;
  position: relative;
}
input:focus {
  outline: none;
}

.input__inner {
  margin-top: 2px;
  margin-left: 2px;
  padding: 15px 15px 15px 16px;
  width: 90%;
  height: 90%;
}

.input__message {
  padding-bottom: 80px;
}

.input__inner::placeholder {
  color: #B5B6BC;
}

.feedback__agreement {
  margin-bottom: 19px;
}

.feedback__order {
  position: absolute;
  right: 5%;
}

.call {
  background-color: white;
  min-width: 320px;
  max-width: 440px;
  height: 100%;
  position: fixed;
  right: -460px;
  top: 0;
  transition: all ease-out 0.5s;
  z-index: 5;
}

.call__main {
  padding: 24px 0 0 16px;
}

.call__close-button {
  margin-left: 4px;
}

.call__title {
  white-space: nowrap;
  margin-top: 0px;
  padding-top: 20px;
  margin-bottom: 24px;
}
.call__title::before {
  content: url("../img/highlight.svg");
  margin-left: -16px;
  margin-top: 0px;
  max-height: 22px;
  float: left;
}

.call__content {
  margin-top: 24px;
  position: relative;
  padding-bottom: 126px;
}

.call__agreement {
  margin-bottom: 19px;
}

.call__order {
  position: absolute;
  right: 5%;
}

.feedback {
  box-shadow: 2px 0 40px 0 lightgrey;
}

.call {
  box-shadow: 2px 0 40px 0 lightgrey;
}

@media (min-width: 1120px) {
  .feedback__close-button {
    position: absolute;
  }

  .call__close-button {
    position: absolute;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "TTLakes";
  src: url("../font/TTLakes-Regular.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "TT Lakes";
  src: url("../font/TTLakes-Bold.woff") format("woff");
  font-weight: bold;
}
* {
  box-sizing: border-box;
}

.content {
  margin: 0 auto;
  max-width: 1440px;
}

.hidden {
  opacity: 0;
}

.blurred-space {
  position: fixed;
  display: none;
  opacity: 0.9;
  height: 100vh;
  width: 100vw;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: white;
}

html, body {
  font-family: TTLakes, sans-serif;
  width: 100%;
  height: 100%;
  background-color: #F8F8F8;
  min-width: 320px;
}

.main {
  background-color: #F8F8F8;
  min-width: 320px;
  max-width: 1120px;
}

.uppermenu__mobile {
  background-color: white;
}

button {
  padding: 0px;
  border: none;
  background: none;
  cursor: pointer;
  font-family: TTLakes, sans-serif;
}

.button:hover {
  filter: brightness(150%);
}
.button:active {
  border: none;
}

a:hover,
button:hover {
  color: #7E7E82;
}

.uppermenu__service-title,
.service-title--mobile,
.slider__title {
  cursor: default;
}

.uppermenu__mobile {
  display: flex;
}

.uppermenu__service-title, .main__service-title {
  padding: 0 30px;
}

.navigation__button {
  margin: 0 5px;
  line-height: 24px;
  display: flex;
  color: #7E7E82;
  border: 2px solid #F8F8F8;
  padding: 8px 10px 8px 16px;
  border-radius: 6px;
  background-color: #F8F8F8;
  font-size: 16px;
  text-decoration: none;
  justify-content: center;
}
.navigation__button:hover {
  border: 2px solid #B8FFEC;
  padding: 8px 10px 8px 16px;
  box-sizing: border-box;
  border-radius: 6px;
  background-color: white;
}

.main__description {
  margin: 15px 0 10px 30px;
  padding-right: 3%;
}

.description {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 18px;
}

.description__text {
  flex: 1 1 100%;
  padding-right: 5%;
}

.description__img {
  flex: 1 1 100%;
}

.description__img img {
  max-width: 100%;
}

.description__link {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  margin-left: 15px;
}
.description__link:link, .description__link:visited, .description__link:active {
  color: black;
}

.get-offer {
  padding: 20px 35px;
  max-width: 550px;
}

.get-offer__text {
  margin-top: 30px;
  margin-bottom: 47px;
  display: inline-block;
}

.get-offer__link {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
.get-offer__link:link, .get-offer__link:visited, .get-offer__link:active {
  color: black;
}
.get-offer__link:hover {
  color: #7E7E82;
}

.get-offer__link::after {
  content: url("../img/line.svg");
  padding-left: 10px;
  float: right;
}

.le_footer {
  display: flex;
  justify-content: space-around;
  margin: 0px 16px;
  padding-top: 16px;
  border-top: 2px solid #D9FFF5;
}

.le_footer__text {
  max-width: 33%;
  margin: 0 auto;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .uppermenu__mobile {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto 0px;
    min-width: 320px;
    border-bottom: 2px solid #B8FFEC;
  }

  .divider--mobile, .uppermenu__buttons > .button__call, .uppermenu__buttons > .button__chat, .uppermenu__buttons > .button__profile {
    display: none;
  }

  .uppermenu__left {
    width: 350px;
    display: flex;
    justify-content: flex-start;
    min-height: 88px;
    margin-left: 15px;
  }

  .uppermenu__right {
    width: 350px;
    display: flex;
    justify-content: flex-end;
    min-height: 88px;
  }

  .uppermenu__buttons {
    max-width: 200px;
    min-width: 120px;
    display: flex;
    justify-content: space-evenly;
    flex: 1;
    margin: auto 0 auto 0;
    align-items: center;
  }

  .main__service-title {
    white-space: nowrap;
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .main__service-title::before {
    content: url("../img/highlight.svg");
    margin-left: -30px;
    margin-top: 0px;
    max-height: 22px;
    float: left;
  }

  .navigation {
    overflow-x: scroll;
    padding: 15px 30px 0 28px;
    display: flex;
    white-space: nowrap;
    -ms-overflow-style: none;
    margin-right: 10px;
    max-width: 1400px;
  }

  .navigation__button:last-child {
    margin-right: 8%;
  }

  .navigation::-webkit-scrollbar, .uppermenu__desktop {
    display: none;
  }

  .main__description {
    flex-direction: column;
    margin-left: 30px;
    margin-right: 30px;
  }

  .description__text--full, .description__text--tabletplus, .description__text--all {
    display: none;
  }

  .description__text {
    flex-wrap: wrap;
  }

  .description__img {
    align-self: center;
    min-width: 90%;
    height: 100%;
    margin-top: 10px;
    max-width: 250px;
    display: flex;
  }
  .description__img img {
    max-width: 100%;
    margin: 0 auto;
  }

  .le_footer {
    flex-direction: column;
  }

  .le_footer__text {
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1119px) {
  .uppermenu__mobile {
    width: 100%;
    height: 88px;
    border-bottom: 2px solid #B8FFEC;
    display: flex;
  }

  .uppermenu__desktop {
    display: none;
  }

  .uppermenu__left {
    width: 200px;
    display: flex;
    justify-content: flex-start;
    margin-right: auto;
  }

  .uppermenu__right {
    width: 400px;
    display: flex;
    justify-content: flex-end;
  }

  .uppermenu__buttons {
    max-width: 300px;
    min-width: 200px;
    display: flex;
    justify-content: space-around;
    flex: 1;
    margin: auto 30px;
    align-items: center;
  }

  .uppermenu__left:first-child {
    max-width: 200px;
  }

  main {
    width: 100%;
    min-height: 450px;
  }

  .main__service-title {
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 0px;
  }
  .main__service-title::before {
    content: url("../img/highlight.svg");
    margin-left: -30px;
    margin-top: 0px;
    max-height: 22px;
    float: left;
  }

  .navigation {
    overflow-x: scroll;
    display: flex;
    white-space: nowrap;
    -ms-overflow-style: none;
  }

  .main__navigation {
    padding: 15px 30px 0 15px;
  }

  .navigation__button:last-child {
    margin-right: 8%;
  }

  .navigation::-webkit-scrollbar {
    display: none;
  }

  .main__description {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .description__text {
    margin-left: 5px;
    max-width: 50%;
    justify-content: flex-start;
  }

  .description__img img {
    max-width: 100%;
    justify-content: flex-end;
  }

  .description__text--full, .description__text--all {
    display: none;
  }

  .le_footer__text:last-child {
    text-align: right;
  }
}
@media screen and (min-width: 1120px) {
  .uppermenu__mobile, .main__service-title, .description__text--all {
    display: none;
  }

  .title {
    margin-top: 0;
    padding-top: 40px;
  }

  .uppermenu {
    max-width: 1120px;
  }

  .uppermenu__desktop {
    padding: 42px 0 10px 0;
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
  }

  .uppermenu__service-title {
    margin: 0px;
    padding-left: 40px;
    float: left;
    margin-right: auto;
  }
  .uppermenu__service-title::before {
    content: url("../img/highlight.svg");
    margin-left: -40px;
    margin-top: 0px;
    max-height: 22px;
    float: left;
  }

  .uppermenu__buttons {
    font-weight: bold;
    display: flex;
  }
  .uppermenu__buttons button {
    text-decoration: none;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 30px;
  }
  .uppermenu__buttons button:hover {
    color: #7E7E82;
  }
  .uppermenu__buttons img {
    position: relative;
    padding-left: 15px;
  }

  .main {
    min-height: 500px;
    margin-left: 320px;
  }

  .navigation {
    display: flex;
    flex-wrap: wrap;
  }

  .main__navigation {
    padding: 10px 30px 0 28px;
  }

  .navigation__button {
    white-space: nowrap;
  }

  .description__text {
    justify-content: flex-start;
    max-width: 750px;
  }

  .description__img {
    padding-top: 15px;
  }

  .main__description {
    flex-wrap: nowrap;
    justify-content: space-around;
    padding-right: 3%;
  }

  .le_footer__text:last-child {
    text-align: right;
  }
}