/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

a {
  color: black;
  text-decoration: none;
}
.db_mb{
	display: none !important;
}


#feedback_show_p .phone__number {
  display: inline-block !important;
  border: 1px solid #7e7e7c;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 5px;
  width: 100%;
  margin-right: 5px !important;
  margin-left: 6px !important;
  cursor: pointer;
}
#feedback_show_p .phone__number:hover{
   border: 1px solid #1a4890;
}
#feedback_show_p .phone__city {
  display: block  !important;
  width: auto  !important;
  justify-content: flex-end  !important;
  margin-right: 0px  !important;
}
#feedback_show_p .phone__icon {
  margin-right: 16px;
  margin-top: 0 !important;
  position: relative !important;
  top: 2px !important;
}
#feedback_show_p2 .phone__number {
  display: inline-block !important;
  border: 1px solid #7e7e7c;
  padding: 10px 30px;
  box-sizing: border-box;
  border-radius: 20px;
  margin-top: 5px;
  width: 100%;
  margin-right: 5px !important;
  margin-left: 6px !important;
  cursor: pointer;
}
#feedback_show_p2 .phone__number:hover{
   border: 1px solid #1a4890;
}
#feedback_show_p2 .phone__city {
  display: block  !important;
  width: auto  !important;
  justify-content: flex-end  !important;
  margin-right: 0px  !important;
}
#feedback_show_p2 .phone__icon {
  margin-right: 16px;
  margin-top: 0 !important;
  position: relative !important;
  top: 2px !important;
}


.container {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1250px) {
  .container {
    width: 80%;
  }
}

@media screen and (max-width: 550px) {
  .container {
    width: 95%;
  }
}

.container__padding {
  padding: 0 13vw;
}

.main-title {
  font-size: 30px;
  color: white;
  text-align: center;
  font-weight: 400;
  margin-bottom: 80px;
}

.main-title__span {
  font-size: 44px;
  font-weight: 700;
}

.second-title {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 45px;
  text-align: center;
}

.text {
  line-height: 23px;
}

.text_color_white {
  font-size: 16px;
  line-height: 16px;
  color: #c4c4c4;
}

.button {
  cursor: pointer;
  border-radius: 31px;
  background-color: #ed1c30;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(0, 14, 29, 0.2);
          box-shadow: 0px 5px 35px 0px rgba(0, 14, 29, 0.2);
  width: 260px;
  height: 63px;
  border: none;
  outline: none;
  color: white;
  font-size: 16px;
  margin-bottom: 22px;
}

.button:hover {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #101010), color-stop(50%, #101010));
  background: -webkit-linear-gradient(left, #101010 50%, #101010 50%);
  background: linear-gradient(to right, #101010 50%, #101010 50%);
  -webkit-transition: background 1000ms linear;
  background-size: 200% 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-position: left bottom;
}

.button_inline {
  background: none;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background-color: white;
  border: 1px solid gray;
  color: gray;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 174px;
  height: 46px;
}

.button_inline:hover {
  background: none;
  border: 1px solid #265296;
}

.button_orange {
  background-color: #ed8b00;
}

.button_dark-blue {
  background-color: #121f50;
}

.checkbox__mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #898989;
  border-radius: 2px;
  margin-right: 3px;
}

.checkbox__mark:after {
  display: none;
  content: "";
  background: url(../img/general/checkbox__marked.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 1px;
  top: -3px;
  width: 15px;
  height: 15px;
}

.checkbox__input {
  display: none;
}

.checkbox__input:checked ~ .checkbox__mark:after {
  display: block;
}

.Rectangle_1114_copy_5 {
  border-width: 1px;
  border-color: #898989;
  border-style: solid;
  border-radius: 2px;
  background-color: white;
  position: absolute;
  left: 838px;
  top: 118px;
  z-index: 70;
}

.counters {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1250px) {
  .counters {
    height: auto;
    padding-top: 100px;
    -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;
  }
}

.counters__left {
  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;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  position: relative;
}

@media screen and (max-width: 1250px) {
  .counters__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 45px;
  }
}

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

@media screen and (max-width: 1250px) {
  .counters__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1250px) {
  .counters__arrow {
    display: none;
  }
}

.counters__item {
  position: absolute;
  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;
}

@media screen and (max-width: 1250px) {
  .counters__item_big {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1250px) {
  .counters__item {
    position: static;
  }
}

.counters__number {
  margin-bottom: 15px;
  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;
  font-size: 36px;
  position: relative;
  width: 190px;
  height: 184px;
}

.counters__number:not(.counters__number_big):hover:before {
  -webkit-animation: rotate 0.3s linear;
          animation: rotate 0.3s linear;
}

.counters__number:before {
  position: absolute;
  content: '';
  width: 190px;
  height: 184px;
  background: url("../img/general/counter__background.png");
  background-repeat: no-repeat;
}

.counters__number_big {
  border: none;
  color: white;
  font-size: 57px;
  font-weight: 700;
  width: 232px;
  height: 205px;
  background: 0;
}

.counters__number_big:before {
  content: "";
  background: url(../img/general/counters__lines.png);
  width: 426px;
  height: 408px;
  position: absolute;
  top: -147px;
  left: -153px;
}

@media screen and (max-width: 1250px) {
  .counters__number_big:before {
    background: none;
  }
}

.counters__number_big:after {
  z-index: -1;
  content: "";
  background: url(../img/general/counter_big__background.png);
  width: 275px;
  height: 271px;
  position: absolute;
  top: -30px;
  left: -17px;
  background-repeat: no-repeat;
}

.counters__item:nth-of-type(1) {
  bottom: 121px;
  left: 19px;
}

.counters__item:nth-of-type(2) {
  top: 125px;
}

.counters__item:nth-of-type(3) {
  right: -148px;
  top: 42px;
}

.counters__item:nth-of-type(4) {
  right: -115px;
  bottom: 94px;
}

.counters__subtitle {
  color: #323d4e;
  font-size: 45px;
}

@media screen and (max-width: 1250px) {
  .counters__subtitle {
    text-align: center;
  }
}

.counters__subtitle span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 43px;
  color: white;
  background-color: #fca72b;
  padding: 5px 20px 5px 15px;
}

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

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

.footer {
  padding-top: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__text {
  margin-bottom: 35px;
}

.popup {
  display: none;
  background: white;
  padding: 60px;
  padding-bottom: 0;
  border: 13px solid #1a4890;
}

@media screen and (max-width: 650px) {
  .popup {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.popup_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup__close {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 35px;
  cursor: pointer;
}

.popup__close:hover {
  color: #1a4890;
}

@media screen and (max-width: 850px) {
  .popup__img {
    display: none;
  }
}

.fixed {
  position: fixed;
}

.feedback-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 405px;
  margin-left: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 650px) {
  .feedback-form {
    width: auto;
    margin-left: none;
  }
}

.feedback-form__title {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}

.feedback-form__text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.feedback-form__input_text {
  position: relative;
  font-size: 16px;
  border-radius: 31px;
  -webkit-box-shadow: inset 0px 1px 4px 0px rgba(78, 78, 78, 0.8);
          box-shadow: inset 0px 1px 4px 0px rgba(78, 78, 78, 0.8);
  width: 300px;
  height: 52px;
  outline: none;
  border: none;
  padding-left: 45px;
  margin-bottom: 30px;
}

.feedback-form__label {
  text-align: center;
}

.feedback-form__input_check {
  margin-right: 10px;
}

.feedback-form__label_pseudo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedback-form__label_pseudo:before {
  z-index: 2;
  position: absolute;
  left: 18px;
  content: "";
  background: url(../img/general/man-user.png);
  width: 20px;
  height: 21px;
  background-repeat: no-repeat;
  top: 16px;
}

.feedback-form__button {
  width: 300px;
}

.type-chose {
  width: 900px;
}

@media screen and (max-width: 1100px) {
  .type-chose {
    width: 70vw;
  }
}

.type-chose__title {
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}

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

.phone-type {
  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;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 30px;
}

.feedback-reponse {
  display: none;
}

.feedback-reponse_active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 100px 0 100px;
  -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;
}

.feedback-reponse__title {
  font-size: 30px;
}

.recycling {
  background: url("../img/general/Android.jpg");
  background-size: cover;
  height: 500px;
  padding-top: 197px;
}

.mobie_te{
	display: none;
}
.pcc_te{
	display: block;
}
.popup_te a {
	width: 250px;
	padding: 10px 10px;
	display: inline-block !important;
	font-size: 15px !important;
	border: 1px solid #7e7e7c;
	box-sizing: border-box;
	border-radius: 20px;
	margin-top: 5px;
	margin-right: 0px !important;
	margin-left: 0px !important;
	cursor: pointer;
}
.popup_te .phone__city {
	display: block;
	width: auto;
	justify-content: flex-end;
	margin-right: 0px;
}
.popup_te .phone__icon {
	margin-right: 20px;
	margin-top: 0px;
	position: relative;
	top: 2px;
	width: auto;
	height: auto;
	display: inline-block;
}

@media screen and (max-width: 950px) {
  .recycling {
    background: none;
    height: auto;
  }
}

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

.recycling__left {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 1250px) {
  .recycling__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 950px) {
  .recycling__left {
    background: none;
  }
  .recycling__left:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: '';
    width: 100%;
    background: url("../img/general/recycling_mobile.png");
    background-repeat: no-repeat;
    height: 382px;
  }
}

.recycling__title {
  text-align: left;
  margin-bottom: 22px;
}

.line-filter {
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 6, 12, 0.33);
          box-shadow: 0px 3px 5px -3px rgba(0, 6, 12, 0.33);
}

.line-filter__inner {
  border-top: 1px solid #cccccc;
}

.line-filter__row {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.line-filter__item {
  margin-right: 30px;
  width: 15%;
}

.header {
  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;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media screen and (max-width: 500px) {
  .header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.logo__subtitle {
  color: #161718;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 0.857;
  letter-spacing: 1.96px;
}
.service-card__button_n{
		display: none;
	}
.aaa_form{
	display: block
}
@media screen and (max-width: 500px) {
	/*WP*/
	.service-card__button_n{
		display: block;
	}
	.aaa_form{
		display: none
	}
	.feedback-form{
		display: none;
	}
	.mobie_te {
		display: block;
	}
	.pc_popup {
		height: 250px !important;
		overflow-y: auto;
	}
	.popup_te a{
		width: 250px;
		padding: 10px 10px;
	}
	.dn_pc{
		display: none !important;
	}
	.db_mb{
		display: block !important;
	}
	.phone__number {
		display: inline-block !important;
		font-size: 15px !important;
		border: 1px solid #7e7e7c;
		padding: 6px 10px;
		box-sizing: border-box;
		border-radius: 20px;
		margin-top: 5px;
		margin-right: 5px !important;
		margin-left: 6px !important;
		cursor: pointer;
	}
	.phone__city {
		display: block  !important;
		width: auto  !important;
		justify-content: flex-end  !important;
		margin-right: 0px  !important;
	}
	.phone__icon {
		margin-right: 16px;
		margin-top: 0 !important;
		position: relative !important;
		top: 2px !important;
	}

	/*WP*/
  .logo__img {
    width: 130px;
    margin-bottom: 10px;
  }
}

.phone {
  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;
  font-size: 18px;
  color: #2c3030;
}

.phone__icon {
  margin-right: 16px;
  margin-top: -6px;
}

.phone__number {
  margin-top: -10px;
}

.phone__number_big {
  font-size: 23px;
}
@media screen and (max-width: 360px){
		/*WP*/
		.feedback-form{
			display: none;
		}
		.mobie_te {
			display: block;
		}
	.pc_popup {
		height: 250px !important;
		overflow-y: auto;
	}
	.popup_te a{
		width: 250px;
		padding: 10px 10px;
	}
	.dn_pc{
		display: none !important;
	}
	.db_mb{
		display: block !important;
	}
	.phone__number {
		display: inline-block !important;
		font-size: 15px !important;
		border: 1px solid #7e7e7c;
		padding: 6px 10px;
		box-sizing: border-box;
		border-radius: 20px;
		margin-top: 5px;
		margin-right: 3px !important;
		margin-left: 3px !important;
		cursor: pointer;
	}
	.phone__city {
		display: block  !important;
		width: auto  !important;
		justify-content: flex-end  !important;
		margin-right: 0px  !important;
	}
	.phone__icon {
		margin-right: 16px;
		margin-top: 0 !important;
		position: relative !important;
		top: 2px !important;
	}

	/*WP*/
}
@media screen and (max-width: 340px){
		/*WP*/
		.feedback-form{
			display: none;
		}
		.mobie_te {
			display: block;
		}
	.pc_popup {
		height: 250px !important;
		overflow-y: auto;
	}
	.popup_te a{
		width: 250px;
		padding: 10px 10px;
	}
	.dn_pc{
		display: none !important;
	}
	.db_mb{
		display: block !important;
	}
	.phone__number {
		display: inline-block !important;
		font-size: 15px !important;
		border: 1px solid #7e7e7c;
		padding: 6px 10px;
		box-sizing: border-box;
		border-radius: 20px;
		margin-top: 5px;
		margin-right: 3px !important;
		margin-left: 3px !important;
		cursor: pointer;
	}
	.phone__city {
		display: block  !important;
		width: auto  !important;
		justify-content: flex-end  !important;
		margin-right: 0px  !important;
	}
	.phone__icon {
		margin-right: 16px;
		margin-top: 0 !important;
		position: relative !important;
		top: 2px !important;
	}

	/*WP*/
}
@media screen and (max-width: 320px){
		/*WP*/
		.feedback-form{
			display: none;
		}
		.mobie_te {
			display: block;
		}
	.pc_popup {
			height: 200px !important;
			overflow-y: auto;
	}
	.popup_te a{
			width: 200px;
			padding: 10px 10px;
	}
	.dn_pc{
		display: none !important;
	}
	.db_mb{
		display: block !important;
	}
	.phone__number {
		display: inline-block !important;
		font-size: 15px !important;
		border: 1px solid #7e7e7c;
		padding: 6px 5px;
		box-sizing: border-box;
		border-radius: 20px;
		margin-top: 5px;
		margin-right: 0px !important;
		margin-left: 0px !important;
		cursor: pointer;
	}
	.phone__city {
		display: block  !important;
		width: auto  !important;
		justify-content: flex-end  !important;
		margin-right: 0px  !important;
	}
	.phone__icon {
		margin-right: 16px;
		margin-top: 0 !important;
		position: relative !important;
		top: 2px !important;
	}

	/*WP*/
}
@media screen and (max-width: 500px) {
  .phone__number_big {
    font-size: 18px;
  }
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 700px) {
  .contacts {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts__logo {
  margin-right: 20px;
  width: 105px;
  height: 17px;
}

@media screen and (max-width: 1250px) {
  .contacts__logo {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .contacts__phone {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contacts__facebook {
  margin-right: 25px;
}

.maps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 73px;
  padding-bottom: 30px;
}

.maps__title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.maps__item {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media screen and (max-width: 1000px) {
  .maps__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}

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

.contacts-card__photo {
  width: 100%;
  margin-bottom: 20px;
}

.contacts-card__map {
  width: 100%;
  margin-bottom: 20px;
}

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

.contacts-card__pin {
  margin-right: 5px;
}

.offer {
  padding-top: 70px;
  padding-bottom: 86px;
  background: url("../img/general/offer_background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  .offer {
    padding-top: 15px;
  }
}

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

.offer__left {
  -ms-flex-preferred-size: 38.5%;
      flex-basis: 38.5%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 800px) {
  .offer__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.offer__right {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}

@media screen and (max-width: 800px) {
  .offer__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media screen and (max-width: 500px) {
  .offer__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .offer__title {
    margin-bottom: 20px;
  }
}

.slider {
  position: relative;
}

.slider__item {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

.slider__nav {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.nav__label {
  cursor: pointer;
  border: 1px solid white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px;
  width: 16px;
  height: 16px;
}

.nav__dot {
  display: none;
  background: white;
}

.nav__dot_active {
  display: block;
  width: 10px;
  height: 10px;
}

.nav__input {
  display: none;
}

.repair-types {
  background-color: #fafbfd;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 75px;
}

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

.repair-types__other {
  margin-top: 140px;
}

@media screen and (max-width: 920px) {
  .repair-types__other {
    margin-top: 0;
  }
}

.repair-type {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  padding: 25px 0px 25px 0px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 500px) {
  .repair-type {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.repair-type:hover {
  background-color: white;
  -webkit-box-shadow: 0px 45px 35px 0px rgba(0, 14, 29, 0.2);
          box-shadow: 0px 45px 35px 0px rgba(0, 14, 29, 0.2);
}

.repair-type__img {
  margin-bottom: 20px;
/* width: 100%;  Ширина области */
 height: 200px; /* Высота области */
 margin: 0; /* Обнуляем отступы */

}

.repair-type__title {
  font-size: 18px;
}

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

.repair-other__title {
  margin-top: 80px;
}

.repair-other__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  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;
}

@media screen and (max-width: 920px) {
  .repair-other__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.repair-other__right {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
}

@media screen and (max-width: 920px) {
  .repair-other__right {
    display: none;
  }
}

.repair-other__text {
  margin-bottom: 60px;
  text-align: center;
}

.service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
}

.service-card__left {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}

@media screen and (max-width: 1000px) {
  .service-card__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.service-card__breadcrumbs {
  margin-bottom: 20px;
}

.service-card__right {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  padding-top: 58px;
}

@media screen and (max-width: 1000px) {
  .service-card__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.service-card__title {
  font-size: 26px;
  text-align: start;
  margin-bottom: 38px;
}

.service-card__video {
  width: 100%;
}

.service-card__price {
  margin-bottom: 30px;
}

.service-card__button {
  width: 300px;
}

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

.price__title {
  margin-right: 10px;
}

.price__value {
  font-size: 25px;
  color: #b1b1b1;
}

.price__value_sale {
  color: #e20a0a;
}

.reviews {
  padding-bottom: 37px;
  padding-top: 57px;
}

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

.review__title {
  text-align: center;
  margin-top: 60px;
}

.review__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1250px) {
  .review__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
  }
}

.review__right {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
}

@media screen and (max-width: 1250px) {
  .review__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.review__right img {
  width: 100%;
}

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

.review__nav {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
  font-size: 71px;
  margin-top: 34px;
}

.review__task {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin-top: 25px;
}

@media screen and (max-width: 1250px) {
  .review__task {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
}

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

.person__name {
  font-size: 18px;
  font-weight: 700;
  color: #2c3030;
  margin-bottom: 5px;
}

.person__desc {
  font-size: 16px;
  color: #2c3030;
}

.person__photo {
  width: 90px;
  height: 90px;
  border-radius: 50px;
  margin-bottom: 10px;
}

.terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.terms dt {
  margin-right: 10px;
  color: #afafaf;
}

.terms dd {
  text-align: right;
  font-size: 16px;
}

.specs {
  padding-top: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.specs__left {
  -ms-flex-preferred-size: 43%;
      flex-basis: 43%;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .specs__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.specs__left:after {
  content: '';
  position: absolute;
  background: url(../img/general/specs__img_back.png);
  width: 346px;
  height: 376px;
  top: -69px;
  right: -87px;
  z-index: -1;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
  .specs__left:after {
    content: '';
    background: none;
  }
}

.specs__right {
  -ms-flex-preferred-size: 42.5%;
      flex-basis: 42.5%;
}

@media screen and (max-width: 1100px) {
  .specs__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.specs__title {
  text-align: left;
  margin-bottom: 25px;
}

.specs__img {
  width: 100%;
}

.sertificate {
  padding-top: 83px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(90deg, #d5d9d9 0%, #f2f4f4 32%);
  background-image: -ms-linear-gradient(90deg, #d5d9d9 0%, #f2f4f4 32%);
}

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

.sertificate__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-top: 46px;
}

@media screen and (max-width: 1100px) {
  .sertificate__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 30px;
  }
}

.sertificate__right {
  -ms-flex-preferred-size: 44%;
      flex-basis: 44%;
}

@media screen and (max-width: 1100px) {
  .sertificate__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sertificate__title {
  text-align: left;
}

.sertificate__img {
  width: 100%;
}

/*# sourceMappingURL=main.css.map */
html,
body {
	max-width: 100vw!important;
	overflow-x: hidden!important;
}