@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 14px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  max-width: 1170px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

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

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
  padding: 30px 10px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  z-index: 9999;
}

.popup::before {
  content: "";
  background-color: #1eb8be;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  visibility: visible;
  overflow: auto;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 50px;
  width: 100%;
  max-width: 748px;
  height: 601px;
  -webkit-box-shadow: -2px 1px 36px 4px rgba(0, 0, 0, 0.13);
          box-shadow: -2px 1px 36px 4px rgba(0, 0, 0, 0.13);
  background-color: rgba(255, 255, 255, 0.83);
  padding-right: 100px;
}

.popup__phone {
  width: 598px;
  height: 58px;
  border: 1px solid #1eb8be;
  font-size: 19px;
}

.popup__text {
  width: 598px;
  height: 191px;
  border: 1px solid #1eb8be;
  margin-top: 40px;
  color: #464646;
  font-size: 21px;
  font-style: italic;
  letter-spacing: normal;
  text-align: left;
  font-weight: 400;
  padding-left: 19;
  padding-top: 19px;
}

.popup__logo {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  color: #464646;
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 50px;
  text-align: left;
}

.popup__btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  width: 263px;
  height: 36px;
  -webkit-box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
          box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #1eb8be;
  margin-top: 23px;
  display: block;
  margin-left: auto;
}

.popup form {
  margin-top: 40px;
}

.popup #text-popup {
  padding: 19px;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/

.main {
  background: url("../img/background/bg-main.svg") center center/cover no-repeat;
  width: 100%;
  height: 1700px;
  margin-top: -80px;
  z-index: 1;
}

.main__bg-bot {
  display: none;
}

.main__img {
  display: none;
}

.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.main__logo {
  margin-top: 167px;
  cursor: pointer;
  -webkit-animation: 20s image1 infinite;
          animation: 20s image1 infinite;
}

@-webkit-keyframes image1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }

  50.00000001% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes image1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
  }

  50.00000001% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.main__title {
  margin-top: 50px;
  color: #1eb8be;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}

.main__text {
  margin-top: 35px;
  color: #1eb8be;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__mark-phone {
  width: 160px;
  height: 280px;
  margin: 102px 0px 0px 349px;
  z-index: 999999;
}

.main__wrapper-text {
  margin-top: 278px;
}

.main__text-top {
  text-align: right;
  color: #474747;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.main__text-top span {
  color: #474747;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}

.main__text-bot {
  display: block;
  width: 375px;
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: justify;
  margin-left: auto;
  margin-top: 113px;
}

.main__text-footer {
  width: 375px;
  color: #2c5eb5;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-top: 27px;
}

.second {
  padding-bottom: 38px;
}

.second__discount {
  display: block;
  margin: 0 auto;
  margin-top: -59px;
  cursor: pointer;
}

.second__discount:hover {
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-animation: pulse 2s ease-in-out infinite;
          animation: pulse 2s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }

  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.second__title {
  text-align: center;
  margin-top: 22px;
  color: #1eb8be;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}

.second__text {
  width: 1004px;
  color: #474747ef;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: justify;
  margin: 0 auto;
  margin-top: 30px;
}

.second__map {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.bot__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 160px 0px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bot__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 4px;
}

.bot__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 999;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bot__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 102px;
  height: 102px;
  border-radius: 100%;
}

.bot__number {
  font-weight: 600;
  margin-top: 20px;
  font-style: normal;
  font-size: 20px;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  color: #474747;
}

.bot__number span {
  color: #474747;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.bot #cirlce-blue {
  background-color: #2c5eb5;
}

.bot #cirlce-green {
  background-color: #1eb8be;
}

.bot #cirlce-yellow {
  background-color: #c1dd51;
}

.bot #cirlce-orange {
  background-color: #faaa37;
}

.bot #bot-recede {
  margin-top: 64px;
}

.bot #bot-orange {
  margin-top: 16px;
}

.bot #bot-anim {
  cursor: pointer;
  z-index: 99;
}

.bot #bot-anim:hover {
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.device {
  background: url("../img/background/third-block.svg") center center/cover no-repeat;
  height: 621px;
  padding: 89px 0px 98px 0px;
}

.device__items {
  display: block;
  width: 390px;
  margin-left: 0;
}

.device__title {
  margin: 0 auto;
  width: 171px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.form__title {
  text-align: center;
  margin-top: 81px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 18px;
}

.form__text {
  text-align: justify;
  margin-top: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.form__input {
  margin-top: 39px;
  width: 390px;
  height: 36px;
  -webkit-box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
          box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #ffffff;
  color: #8e8e8e;
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  padding-left: 9px;
}

.form__btn {
  margin-top: 35px;
  width: 263px;
  height: 36px;
  -webkit-box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
          box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #2c5eb5;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.form__btn:hover {
  color: #2c5eb5;
  background-color: #ffffff;
  border-radius: 5px;
}

.table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 64px 0px 61px;
}

.table__item-c {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  width: 195px;
  background-color: #e6e6e6;
}

.table__item-c-n {
  color: #636363;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  width: 195px;
  color: #636363;
  background-color: #e6e6e6;
}

.table__item-c-w {
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  width: 195px;
  height: 18px;
}

.table__name-0 {
  width: 244px;
  color: #636363;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: right;
  padding-top: 33px;
  border-bottom: 5px solid #1eb8be;
}

.table__name-c {
  width: 195px;
  height: 58px;
  background-color: #1eb8be;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.table__wrapper-arrow {
  display: none;
  cursor: pointer;
}

.table__btn {
  width: 195px;
  height: 58px;
  background-color: #1eb8be;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.table__btn:hover {
  color: #1eb8be;
  background-color: #ffffff;
  border: 1px solid #1eb8be;
  border-radius: 5px;
}

.table__demo {
  cursor: pointer;
  color: #959595;
  font-size: 14px;
  font-style: italic;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-decoration: underline;
}

.table__word-pdf {
  cursor: pointer;
  width: auto;
  height: 35px;
}

.table__text-footer {
  display: block;
  color: #959595;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-left: -100px;
}

.table__name-1,
.table .table__name {
  width: 244px;
  height: 58px;
  padding-left: 14px;
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  background-color: #e6e6e6;
}

.table .table__name {
  background-color: #ffffff;
  height: 18px;
}

.table table {
  border-collapse: separate;
  border-spacing: 30px 20px;
}

.table hr {
  position: absolute;
  top: 93px;
  left: 274px;
  height: 5px;
  width: 951px;
  background-color: #1eb8be;
}

.advantages {
  margin-top: 39px;
}

.advantages__title {
  color: #1eb8be;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.advantages__wrapper-all {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 66px;
}

.advantages__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 304px;
  margin-bottom: 55px;
}

.advantages__img {
  margin-right: 17px;
}

.advantages__text {
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.advantages__text span {
  font-weight: 700;
}

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

.popular__img {
  margin-right: 74px;
}

.popular__title {
  color: #1eb8be;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 48px;
}

.popular__spollers-item {
  margin-bottom: 30px;
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.popular__spollers-item span {
  color: #1eb8be;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.popular__name-2 {
  margin-left: 35px;
}

.popular__name {
  position: relative;
  cursor: pointer;
}

.popular__name::after {
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  display: block;
  position: absolute;
  background-color: #1eb8be;
  width: 18px;
  height: 5px;
  margin-left: -15px;
  top: 50%;
  margin-top: -2.5px;
  right: -33px;
  z-index: 999;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.popular__name::after._active {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popular__name::before {
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 1;
  display: block;
  position: absolute;
  background-color: #1eb8be;
  width: 5px;
  height: 19px;
  margin-left: -2.5px;
  top: 50%;
  margin-top: -9px;
  z-index: 999;
  right: -26px;
  -webkit-transition: 1s all ease;
  -o-transition: 1s all ease;
  transition: 1s all ease;
}

.popular__name._active::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popular__name._active::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.popular__text {
  width: 470px;
  border: 1px solid #1eb8be;
  background-color: #1eb9be13;
  padding: 5px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  margin-top: 10px;
}

.popular__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 14px;
  width: 263px;
  height: 36px;
  -webkit-box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
          box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #1eb8be;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 1s all ease-out;
  -o-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.popular__btn:hover {
  color: #1eb8be;
  border: 2px solid #1eb8be;
  background-color: #ffffff;
  border-radius: 5px;
}

.work__title {
  color: #1eb8be;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
}

.work__numbers {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 58px;
}

.work__wrapper-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 49px;
}

.work__wrapper {
  width: 225px;
  margin: 0 150px;
}

.work__title-item {
  color: #474747;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.work__text {
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
}

.work__bot {
  margin-right: auto;
  margin-left: 60px;
}

.work__top,
.work .work__center,
.work .work__bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.right-work {
  text-align: right;
}

.right-work-1 {
  margin-top: 81px;
}

.right-work-2 {
  margin-top: 93px;
}

.result__title {
  color: #1eb8be;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 65px;
}

.result__wrapper-all {
  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;
  margin-top: 46px;
}

.result__name {
  margin-top: 17px;
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
}

.result__name span {
  font-weight: 700;
  text-transform: uppercase;
}

.clients__title {
  color: #1eb8be;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 66px;
}

.clients__wrapper-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 33px;
}

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

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

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

.clients__img {
  width: 155px;
  height: auto;
}

.clients__arrow-right {
  cursor: pointer;
}

.clients__arrow-left {
  cursor: pointer;
}

.mos {
  margin-top: 40px;
}

.contacts__title {
  color: #1eb8be;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
}

.contacts__wrapper-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 49px;
}

.contacts__right {
  margin-left: 14px;
}

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

.left__icone-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
  width: 48px;
  height: 48px;
  border: 3px solid #1eb8be;
  border-radius: 100%;
}

.left__text-1 {
  color: #585858;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
}

.left__text-2 {
  color: #585858;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.left__btn {
  margin-top: 11px;
  width: 263px;
  height: 36px;
  -webkit-box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
          box-shadow: -2px 1px 8px rgba(0, 0, 0, 0.11);
  background-color: #1eb8be;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 1s all ease-out;
  -o-transition: 1s all ease-out;
  transition: 1s all ease-out;
}

.left__btn:hover {
  color: #1eb8be;
  border: 2px solid #1eb8be;
  background-color: #ffffff;
  border-radius: 5px;
}

.left__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 66px;
}

.left__social {
  margin: 0 4px 0 0px;
}

.left__phone-bot {
  color: #585858;
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  text-transform: uppercase;
}

.wrapper-left {
  margin-top: 57px;
}

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

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (max-width: 1542px) {
  .table table {
    border-collapse: separate;
    border-spacing: 10px 20px;
  }

  .table hr {
    left: 135px;
  }

  .table__text-footer {
    margin-left: -50px;
  }
}

@media (max-width: 1402px) {
  .table__item-c,
  .table .table__item-c-n,
  .table .table__item-c-w,
  .table .table__btn,
  .table .table__name-c {
    width: 150px;
  }

  .table hr {
    left: 178px;
    width: 738px;
  }

  .table__text-footer {
    margin-left: 64px;
  }
}

@media (max-width: 1267px) {
  .clients__container {
    width: 950px;
  }
}

@media (max-width: 1250px) {
  .popular__wrapper-all {
    margin-right: 50px;
  }
}

@media (max-width: 1182px) {
  ._container {
    max-width: 970px;
  }

  .main {
    background: none;
    max-height: 645px;
  }

  .main__wrapper-header {
    background: url("../img/background/header.svg") center center/cover no-repeat;
    height: 450px;
    z-index: 99;
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }

  .main__img {
    display: block;
    position: absolute;
    height: 441px;
    margin: -50px 0px 0px -42px;
    top: 0;
  }

  .main__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .main__wrapper-bot {
    display: block;
    background-color: #bfcbd89a;
    margin-top: 389px;
    z-index: -99;
  }

  .main__wrapper-text {
    margin-top: 80px;
  }

  .main__logo {
    width: 110px;
    height: 110px;
    margin-top: 115px;
  }

  .main__title {
    font-size: 24px;
    margin-top: 17px;
  }

  .main__text {
    font-size: 20px;
    margin-top: 17px;
  }

  .main__text-top,
  .main .main__text-bot,
  .main .main__text-footer {
    text-align: center;
    margin: 0 auto;
  }

  .main__text-top {
    margin-top: 30px;
  }

  .main .main__text-bot {
    margin-top: 40px;
  }

  .main .main__text-footer {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .second__discount {
    margin-top: 70px;
  }

  .second__text {
    display: block;
    max-width: 660px;
  }

  .second__map {
    width: 800px;
    height: auto;
  }

  .bot__line {
    display: none;
  }

  .bot__wrapper {
    margin: 0;
    margin-top: 30px;
  }

  .bot__item {
    width: 240px;
    margin-bottom: 40px;
  }

  .bot #bot-recede {
    margin: 0;
  }

  .bot #bot-orange {
    margin: 0;
  }

  .table__text-footer {
    margin-left: -36px;
  }

  .popular__name {
    font-size: 15px;
  }

  .popular__text {
    width: 400px;
    font-size: 15px;
  }

  .popular__img {
    margin-right: 20px;
  }

  .work__bot {
    margin-left: 0;
  }

  .work__wrapper {
    margin-right: 130px;
    margin-left: 130px;
  }
}

@media (max-width: 1177px) {

  .table__btn {
    font-size: 12px;
    height: 40px;
    margin-top: 0;
  }

  .table__name-c {
    font-size: 12px;
  }

  .table__word-pdf {
    height: 26px;
  }

  .table__name-0 {
    padding-top: 21px;
  }

  .table__demo {
    font-size: 12px;
  }

  .table__item-c,
  .table .table__item-c-n,
  .table .table__item-c-w,
  .table .table__btn,
  .table .table__name-c {
    width: 100px;
    height: 40px;
    font-size: 12px;
  }

  .table .table,
  .table .table__name,
  .table .table__name-1,
  .table .table__name-0 {
    font-size: 12px;
    height: 40px;
  }

  .table hr {
    left: 190px;
    top: 55px;
    width: 588px;
  }

  .table table {
    border-collapse: separate;
    border-spacing: 10px 0px;
  }

  .table__text-footer {
    margin-left: 85px;
    font-size: 12px;
  }
}

@media (max-width: 1098px) {
  .clients__container {
    width: 730px;
  }
}

@media (max-width: 1000px) {
  .popup__body {
    max-width: 460px;
    height: 460px;
    padding: 20px;
  }

  .popup__logo {
    width: 80px;
    height: auto;
  }

  .popup__phone {
    width: 416px;
    height: 48px;
    font-size: 16px;
  }

  .popup__text {
    width: 416px;
    height: 150px;
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }

  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .second__map {
    width: 700px;
  }

  .bot {
    padding-bottom: 50px;
  }

  .bot__item {
    width: 251px;
  }

  .table__text-footer {
    margin-left: -24px;
  }

  .advantages__text {
    font-size: 12px;
  }

  .advantages__wrapper {
    width: 201px;
    margin-bottom: 30px;
  }

  .popular__title {
    margin-top: 30px;
  }

  .popular__wrapper-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .popular__wrapper-all {
    margin-right: 0;
  }

  .popular__img {
    margin-right: 0;
  }

  .work__title {
    margin-top: 40px;
  }

  .work__wrapper {
    margin-right: 75px;
    margin-left: 75px;
  }

  .result__img {
    width: 150px;
    height: auto;
  }

  .result__name {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .table hr {
    left: 97px;
  }
}

@media (max-width: 896px) {
  .table__wrapper-arrow {
    display: block;
    cursor: pointer;
    z-index: 9999;
  }

  .table__arrow {
    display: block;
    width: 10px;
    height: auto;
    position: absolute;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
  }

  .table__name-0,
  .table .table__name-1,
  .table .table__name {
    width: 201px;
  }

  .table hr {
    display: none;
  }

  .table #last {
    display: none;
  }

  .table .four {
    display: none;
  }

  .table .free {
    display: none;
  }

  .table #click-2 {
    display: none;
  }

  .table__text-footer {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 885px) {
  .clients__container {
    width: 590px;
  }
}

@media (max-width: 768px) {
  .work__wrapper {
    margin: 0;
    margin-bottom: 40px;
  }

  .work__numbers {
    display: none;
  }

  .work__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .work__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .work__bot {
    margin: 0 auto;
  }

  .work__text {
    text-align: center;
    font-size: 14px;
  }

  .work__title-item {
    text-align: center;
    font-size: 16px;
  }

  .right-work {
    text-align: center;
  }

  .result__img {
    margin-top: 20px;
  }

  .result__title {
    margin-top: 0px;
  }

  .result__wrapper-all {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .contacts__wrapper-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }

  .contacts__right {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .contacts__title {
    margin-top: 40px;
  }

  .left__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  .left__text-1 {
    font-size: 16px;
  }

  .left__text-2 {
    font-size: 14px;
  }

  .left__icone-wrapper {
    width: 38px;
    height: 38px;
  }

  .left__icone {
    width: 18px;
    height: auto;
  }

  .left__btn {
    width: 216px;
    height: 33px;
    font-size: 13px;
  }

  .wrapper-left {
    margin-top: 30px;
  }
}

@media (max-width: 750px) {
  .main {
    height: 800px;
  }

  .main__logo {
    width: 90px;
    height: 90px;
    margin-top: 100px;
  }

  .main__title {
    font-size: 20px;
    margin-top: 17px;
  }
}

@media (max-width: 719px) {
  .second__discount {
    width: 444px;
    height: auto;
    margin-top: 55px;
  }

  .second__title {
    font-size: 16px;
  }

  .second__text {
    width: 500px;
    font-size: 16px;
  }

  .second__map {
    width: 500px;
  }

  .bot__wrapper {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .bot__item {
    width: 150px;
    margin-bottom: 20px;
  }

  .bot #bot-recede {
    margin-bottom: 20px;
  }

  .device {
    height: 460px;
    padding: 45px 0px 45px 0px;
  }

  .device__items {
    margin: 0 auto;
  }

  .form__title {
    font-size: 16px;
    margin-top: 40px;
  }

  .form__text {
    margin-top: 20px;
  }

  .form__input {
    margin-top: 29px;
  }

  .form__btn {
    margin-top: 25px;
  }
}

@media (max-width: 660px) {
  .clients__container {
    width: 220px;
  }
}

@media (max-width: 627px) {
  .advantages__img {
    margin-right: 0;
  }

  .advantages__text {
    text-align: center;
    margin-top: 10px;
  }

  .advantages__wrapper {
    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;
    width: 128px;
  }

  .advantages__wrapper-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 23px;
  }

  .popular {
    margin-top: 20px;
  }

  .popular__img {
    width: 300px;
    height: auto;
  }
}

@media (max-width: 566px) {
  .table__item-c,
  .table .table__item-c-n,
  .table .table__item-c-w,
  .table .table__btn,
  .table .table__name-c {
    font-size: 9px;
  }

  .table .table,
  .table .table__name,
  .table .table__name-1,
  .table .table__name-0 {
    font-size: 9px;
  }

  .table .table__name-0,
  .table .table__name-1,
  .table .table__name {
    text-align: center;
    padding-left: 0;
    padding: 2px 5px;
  }

  .table .table__item-c img,
  .table .table__item-c-w img {
    width: 19px;
    height: auto;
  }

  .table table {
    border-collapse: separate;
    border-spacing: 5px 0px;
  }

  .table__text-footer {
    font-size: 10px;
  }
}

@media (max-width: 530px) {
  .second__discount {
    width: 290px;
    margin-top: 35px;
  }

  .second__text {
    width: 300px;
    margin-top: 20px;
  }

  .second__map {
    width: 300px;
  }

  .bot__number {
    font-size: 16px;
    margin-top: 10px;
  }

  .bot__number span {
    font-size: 18px;
  }

  .bot__img {
    width: 40px;
    height: 40px;
  }

  .bot__circle {
    width: 85px;
    height: 85px;
  }
}

@media (max-width: 499px) {
  .popup__body {
    max-width: 300px;
    height: 360px;
    padding: 10px;
  }

  .popup__logo {
    width: 60px;
    height: auto;
  }

  .popup__phone {
    width: 280px;
    height: 38px;
    font-size: 11px;
    padding-left: 10px;
  }

  .popup__text {
    width: 280px;
    height: 100px;
    font-size: 12px;
  }

  .popup__btn {
    margin: 0 auto;
    margin-top: 20px;
  }

  .popup #text-popup {
    padding: 10px;
  }
}

@media (max-width: 489px) {
  .second__discount {
    margin-top: 75px;
  }
}

@media (max-width: 474px) {
  .popular__btn {
    width: 180px;
    height: 30px;
    font-size: 12px;
    margin-top: 10px;
  }

  .popular__text {
    width: 270px;
    border: none;
    text-align: center;
    font-size: 12px;
  }

  .popular__title {
    margin-bottom: 20px;
  }

  .popular__img {
    width: 300px;
    height: auto;
  }

  .popular__name {
    font-size: 11px;
  }

  .popular__name span {
    margin-right: 2px;
  }

  .popular__name::after {
    right: -14.5px;
    width: 12px;
    height: 3px;
    margin-left: -6px;
  }

  .popular__name::before {
    right: -10px;
    width: 3px;
    height: 12px;
    margin-top: -7px;
  }

  .popular__name-2 {
    margin-left: 19px;
  }

  .work__title {
    margin-top: 20px;
  }

  .work__wrapper-all {
    margin-top: 20px;
  }

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

@media (max-width: 450px) {
  .device__items {
    width: 300px;
  }

  .form__input {
    width: 300px;
  }
}

@media (max-width: 414px) {
  .left__text-1 {
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }

  .left__text-2 {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    text-align: center;
  }

  .left__icone-wrapper {
    display: none;
  }

  .left__right-items {
    margin: 0 auto;
  }

  .left__social {
    width: 25px;
    height: auto;
  }

  .left__btn {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }

  .left__phone-bot {
    font-size: 14px;
  }

  #map_789247632 {
    width: 290px;
  }
}

@media (max-width: 412px) {
  .second__discount {
    margin-top: 105px;
  }

  .table__text-footer {
    margin-top: 20px;
  }
}

@media (max-width: 390px) {
  .main {
    height: 558px;
  }

  .main__text-top {
    font-size: 14px;
  }

  .main__text-top span {
    font-size: 19px;
  }

  .main__text-bot {
    width: 315px;
    font-size: 14px;
  }

  .main__text-footer {
    width: 315px;
    font-size: 13px;
  }

  .second__discount {
    margin-top: 35px;
  }
}