@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,400,500,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');
@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icon-font/icon-font.eot?zapzd9");
  src: url("../fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"), url("../fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"), url("../fonts/icon-font/icon-font.woff?zapzd9") format("woff"), url("../fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
  font-weight: normal;
  font-display: auto;
  font-style: normal; }

[class^="fa-"], [class*=" fa-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.top-line .fa {
	margin-right: 5px;
}
.fa-watch:before {
  content: "\e903"; }
.fa-clock:before {
  content: "\23F0"; }
.fa-truck:before {
  content: "\1F69A"; }
.fa-phone:before {
  content: "\e96b"; }

.fa-prev-arrow:before {
  content: "\e902"; }

.fa-next-arrow:before {
  content: "\e901"; }

.fa-down-arrow:before {
  content: "\e900"; }

.fa-maps:before {
  content: "\e947"; }

.fa-mail:before {
  content: "\e91f"; }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

main {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.calc-error {
	margin: 1rem auto;
	color: #fff;
	background-color: red;
	padding: 1rem;
	text-align: center;
	max-width: 500px;
}


.calc-step {
	width: 100%;
	background-color: #fbfbfb;
	margin: 15px auto;
	padding: 4% 5%;
	position: relative;
	box-shadow: -0 0 10px #a0a0a0;
	border: 1px solid #f0f0f0;
	min-height: 460px;
}
.step-num {
	position: absolute;
	right: 5%;
	top: 4%;
	font-family: Raleway;
	color: #7c7c7c;
	font-size: 145%;
}
.calc-step h3 {
	text-align: center;
	margin-bottom: 5%;
	font-size: 130%;
	font-weight: 500;
}
.nav-buttons {
	position: absolute;
	bottom: 0;
	padding: 30px 0;
	width: 100%;
	left: 0;
}
.btn.btn-next {
	background-color: red;
	color: #fff;
	padding: 3px 50px 3px 25px;
	position: absolute;
	bottom: 25px;
	right: 35px;
	font-size: 16px;
border: 1px solid #e8071d;
}
.btn.btn-next::after {
	content: '\2192';
	position: absolute;
	right: 5px;
	font-size: 130%;
	top: -2px;
}
.btn.btn-prev {
	position: absolute;
	padding: 3px 25px 3px 50px;
	background-color: #7c7c7c;
	color: #fff;
	bottom: 30px;
	left: 35px;
	font-size: 16px;
border: 1px solid #7c7c7c;
}
.btn.btn-prev::before {
	content: '\2190';
	left: 5px;
	position: absolute;
	font-size: 130%;
	top: -2px;
}
#loading img {
	margin: auto;
	display: block;
}
.defect-list {
	padding: 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 866px;
	margin: auto;
}
.defect-list li {
	flex: 1 1 50%;
	display: block;
}

	.defect-list li input{
		border: 1px solid #e8071d;
	}
.defect-list li input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.defect-list li input+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.defect-list li input+label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #e8071d;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.defect-list li input:checked+label::before {
  border-color: #e8071d;
  background-color: #e8071d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.calc-input-block, .range-input-block{
	display: flex;
	min-height: 300px;
	align-items: center;
}
.calc-input-block input {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d0d0d0;
	font-size: 16px;
	margin-right: 20px;
	display: inline-block;
	height: 45px;
}

.calc-range-value {
	font-size: 200%;
	margin: 8px;
}

input[type=range]  {
	width: calc( 100% - 30px );
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }
    input[type=range]::-webkit-slider-runnable-track {

      height: 2px;

      background-color: #333;
    }
    input[type=range]::-webkit-slider-thumb {
      background: #e8071d;

      border-radius: 50%;
      cursor: pointer;
      width:15px;
      height: 15px;
      -webkit-appearance: none;
      margin-top: -4px;
    }

    input[type=range]::-moz-range-track {

        height: 2px;
    	background-color: #333;
    }
   input[type=range]::-moz-range-thumb {
    	background: #e8071d;

        border-radius: 50%;
    	cursor: pointer;
    }

@media screen and (max-width: 680px) {
.defect-list {
flex-direction: column; /* Располагаем элементы на вертикальной оси */
}
.defect-list li {
flex: 1 1 100%; /* Устанавливаем 100% ширину для элементов */
max-width: 100%;
margin: 10px 0; /* Добавляем отступы только сверху и снизу */
}
}
.header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }





  .header-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px; }
    .header-nav ul a {
      display: block;
      padding: 23px 30px;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .header-nav ul a:hover {
        background-color: #e8071d;
        color: #fff; }

.header-nav-custom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

 .header-nav-custom ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 17px; }
    .header-nav-custom ul a {
      display: block;
      padding: 23px 30px;
      -webkit-transition: .3s linear;
      -o-transition: .3s linear;
      transition: .3s linear; }
      .header-nav-custom ul a:hover {
        background-color: #e8071d;
        color: #fff; }



.list-menu {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .list-menu::after {
    content: '';
    border: 5px solid transparent;
    border-top: 5px solid #010101;
    margin-top: 3px;
    margin-left: 10px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear; }
  .list-menu:hover::after {
    border-top-color: #fff; }

.call-back__number {

  display: inline;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: 500 18px "Fira Sans", sans-serif; }
  .call-back__number img {
    margin: 0 10px; }
    .call-back__number img:last-child {
      margin: 0; }
  .call-back__number i {
    font-size: 12px;
    margin-right: 10px; }
  .call-back__number:hover {
    color: #e8071d; }

.call-back__order {
  font-size: 15px;
  color: #e8071d; }
  .call-back__order::after {
    content: '';
    width: 0%;
    height: 1px;
    display: block;
    background-color: #e8071d;
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .call-back__order:hover::after {
    width: 100%; }

.header-sub-menu {
  padding: 10px 0;
  font-size: 15px;
  background-color: #e8071d; }
  .header-sub-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-sub-menu li {
    margin: 0 25px; }
  .header-sub-menu a {
    color: #fff; }
    .header-sub-menu a::after {
      content: '';
      width: 0%;
      height: 1px;
      display: block;
      background-color: #fff;
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .header-sub-menu a:hover::after {
      width: 100%; }

.repairs {
  background: url("../images/bg/repairs-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 70px 0; }

.repairs-stir {
  background: url("../images/bg/washing-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 70px 0; }

.repairs-posud {
  background: url("../images/bg/Liebherr-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 70px 0; }

.repairs-kond {
  background: url("../images/bg/remont-konditsionerov-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0; 
	
}
.repairs-kofemachine {
  background: url("../images/bg/remont_kofemashin.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0; 
	
}
.repairs-duhshaf {
  background: url("../images/bg/duhovka_bg.png") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 70px 0; 
	
}
.repairs-info {
  max-width: 690px; }
  .repairs-info img {
    margin: 40px 0; }

.repairs-description h1 {
  width: 122%;
  font: 500 40px "Fira Sans", sans-serif;
  text-transform: uppercase; }
  .repairs-description h1 span {
    color: #e8071d; }

.repairs-description h2 {
  font-size: 27px;
  margin: 45px 0; }

.repairs-description h3 {
  font: 500 20px "Fira Sans", sans-serif; }

.repairs-description p {
  font-size: 20px;
  margin-bottom: 35px; }

.repairs-description span {
  color: #e8071d; }

.main__repairs-description {
  max-width: 650px; }
  .main__repairs-description h1 {
    width: 100%;
    font-size: 48px;
    margin-bottom: 0px;}
  .main__repairs-description h2 {
    font-size: 30px;
    margin: 20px 0 20px; }
  .main__repairs-description p {
    font-size: 28px;
    max-width: 560px;
    line-height: 36px;
    margin-bottom: 0; }
  .main__repairs-description img {
    margin: 25px 0; }

.main-page {
  padding: 136px 0;
  background: url("../images/bg/main-page-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.info-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
	margin-top:2em;
	width: 80%;
	}
  .info-master a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 45px;
    color: #fff;
    background-color: #e8071d;
    border: 1px solid #e8071d;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .info-master a:hover {
      background-color: transparent;
      color: #e8071d; }
	.back-to-price-btn {
	 cursor:pointer;
	 text-align:center;
	 color:red;
	 background:#fff;
	 padding:5px 10px;
	 border: 1px solid red;
	 margin-top:20px;
	 display:block;
	 width:47%;
 }
 @media screen and (max-width: 740px) {
.back-to-price-btn {
	width:auto;
	}
	.ul-brand-header li {
	margin-bottom:1em;
	}
 }
.info-master-description {
  max-width: 215px;
  font-size: 16px; }

.time-master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 35px;
  border: 1px dashed #e8071d;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #e8071d; }
  .time-master p {
    font-size: 30px; }
    .time-master p span {
      font-size: 14px; }
  .time-master i {
    font-size: 26px;
    margin-right: 10px; }

.repairs-price {
  padding: 10px 0 60px;
  background: url("../images/bg/repairs-price-bg.jpg") left top no-repeat; }

.advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-transform: uppercase; }

.advantages-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .advantages-item img {
    margin-right: 15px; }
  .advantages-item p {
    max-width: 150px;
    font: 500 16px "Fira Sans", sans-serif; }

.repairs-price__info {
  margin-top: 100px; }

.repairs-price-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: 50px; }

.repairs-price-item {
  width: 25%;
  padding: 25px;
  padding-bottom: 100px;
  border-left: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  .repairs-price-item:nth-child(4) {
    border: none; }
  .repairs-price-item h3 {
    font: 500 16px "Fira Sans", sans-serif;
    margin-bottom: 15px; }
  .repairs-price-item ul {
    font-size: 14px; }
  .repairs-price-item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .repairs-price-item li::before {
      content: '';
      width: 4px;
      height: 4px;
      display: block;
      background-color: #000;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 5px;
      margin-top: 8px; }

.price-item-border {
  border-bottom: 1px solid #d0d0d0; }

.price-item-about {
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0; }
  .price-item-about span {
    font: 500 13px "Fira Sans", sans-serif;
    color: #e8071d;
    margin-right: 3px; }
  .price-item-about p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    padding: 5px 23px;
    background-color: #e8071d;
    font: 500 16px "Fira Sans", sans-serif;
    color: #fff;
    margin-left: auto; }

.price-item-type {
  width: 50%;
  padding: 25px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #d0d0d0; }
  .price-item-type h3 {
    width: 100%;
    font: 500 16px "Fira Sans", sans-serif;
    margin-bottom: 15px; }

.item-type {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px; }
  .item-type p {
    font: 500 10px "Fira Sans", sans-serif; }
  .item-type img {
    margin-right: 10px; }

.work-stages {
  padding: 60px 0 90px;
  background: url("../images/bg/work-stages-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.work-stages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }

.stage-arrow {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  position: absolute;
  right: -50px;
  top: 20px;
  z-index: 2; }

.work-stages-item {
  width: 24%;
  padding: 15px;
  padding-top: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  position: relative; }
  .work-stages-item:first-child {
    padding-top: 15px; }
    .work-stages-item:first-child img {
      -webkit-transform: translate(-15px, -15px);
          -ms-transform: translate(-15px, -15px);
              transform: translate(-15px, -15px); }
  .work-stages-item:nth-child(even) {
    margin-top: auto; }
    .work-stages-item:nth-child(even) .stage-arrow {
      top: auto;
      bottom: 20px; }
  .work-stages-item img {
    -webkit-transform: translateX(-15px);
        -ms-transform: translateX(-15px);
            transform: translateX(-15px); }
  .work-stages-item p {
    line-height: 20px; }
    .work-stages-item p span {
      font-weight: 500;
      color: #e8071d; }
  .work-stages-item a {
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    background-color: #e8071d;
    margin-top: 20px;
    margin-bottom: 10px; }

.mark {
  padding: 60px 0 0px; }

.mark-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
margin-bottom: 90px}

.mark-item {
  width: 12%;
  margin-bottom: 20px; }
  .mark-item img {
    width: 65%;
    margin: 0 auto;
    display: block; }

.mark-item-inactive {
  display: none; }

.see-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e8071d; }
  .see-all p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer; }
    .see-all p::after {
      content: '';
      width: 0%;
      height: 1px;
      display: block;
      background-color: #e8071d;
      -webkit-transform: translateY(-3px);
          -ms-transform: translateY(-3px);
              transform: translateY(-3px);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .see-all p:hover::after {
      width: 100%; }
  .see-all i {
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.mark-advantages {
  margin-top: 60px;
  /* margin-bottom: 70px;   */
}

.see-all-active i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.renouncement {
  font-size: 16px;
  margin-top: 20px; }
  .renouncement span {
    color: #e8071d; }

.mark-advantages-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px; }

.mark-advantages-item {
  width: 27%;
  margin-bottom:50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .mark-advantages-item h3 {
    font: 500 16px "Fira Sans", sans-serif;
    color: #e8071d;
    margin-bottom: 5px; }
  .mark-advantages-item p {
    font-size: 16px;
    line-height: 20px; }
  .mark-advantages-item img {
	min-width:40px;
	max-width:40px;
    margin-right: 20px; }
  .mark-advantages-item:nth-child(2) img {
    margin-right: 33px; }

.right-now {
  padding: 45px 0 30px;
  background: url("../images/bg/right-now-bg.jpg") center no-repeat; }

.right-now-title {
  max-width: 450px;
  font: 500 26px "Fira Sans", sans-serif;
  text-transform: uppercase; }
  .right-now-title span {
    position: relative;
    color: #e8071d; }
    .right-now-title span::after {
      content: '';
      width: 93px;
      height: 3px;
      display: block;
      background-color: #e8071d;
      position: absolute;
      margin-top: 2px;
      right: 0; }

.page-form {
  margin-top: 40px; }
  .page-form input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

.form-input {
  width: 285px;
  padding: 10px 12px;
  border: 1px solid #d0d0d0;
  font-size: 16px;
  color: #a1a1a1;
  margin-right: 20px; }

.form-sub {
  width: 190px;
  height: 40px;
  font-size: 16px;
  background-color: #e8071d;
  border: 1px solid #e8071d;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-left: 20px; }
  .form-sub:hover {
    background-color: transparent;
    color: #e8071d; }

.our-warranties {
  padding: 50px 0 25px;
  background: url("../images/bg/our-warranties-bg.jpg") right top no-repeat; }

.our-warranties-wrapp {
  width: 428px; }

.our-warranties-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fafafa;
  border-top: 50px solid #dbdbdb;
  padding: 65px 110px;
  margin-top: 50px; }

.our-warranties-list {
  margin-top: 40px; }

.our-warranties-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }
  .our-warranties-item:last-child {
    margin-bottom: 0; }
  .our-warranties-item img {
    margin-right: 20px; }
  .our-warranties-item p {
    max-width: 350px;
    font: 500 16px "Fira Sans", sans-serif; }

.warranties-sldie {
  outline: none; }

.our-warranties-btn {
  display: inline-block;
  padding: 10px 45px;
  background-color: #e8071d;
  border: 1px solid #e8071d;
  color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .our-warranties-btn:hover {
    color: #e8071d;
    background-color: transparent; }

.our-warranties-wrapp {
  position: relative; }

.warranties-arrow {
  width: -webkit-calc(100% + 36px);
  width: calc(100% + 36px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: -webkit-calc(50% - 18px);
  top: calc(50% - 18px);
  position: absolute;
  left: -18px; }
  .warranties-arrow a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c9c9c9;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff; }
    .warranties-arrow a:hover {
      background-color: #e8071d; }

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px; }
  .slick-dots button {
    display: none; }
  .slick-dots li {
    width: 10px;
    height: 10px;
    display: block;
    background-color: #e8e8e8;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    margin: 0 4px;
    cursor: pointer; }
  .slick-dots .slick-active {
    background-color: #e8071d; }

.our-masters {
  padding: 25px 0 75px; }

.our-masters-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 16px;
  line-height: 20px;
  margin-top: 50px; }

.masters-description-item {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .masters-description-item img {
    margin-right: 20px; }

.masters-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  text-align: center; }
  .masters-list img {
    margin-bottom: 10px; }
  .masters-list h3 {
    font-weight: 500; }
  .masters-list p {
    font: 400 16px "Fira Sans", sans-serif; }

.masters-certificates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px; }

.masters-certificates-info {
  max-width: 315px; }
  .masters-certificates-info h3 {
    font: 500 24px "Fira Sans", sans-serif;
    margin-bottom: 15px; }
    .masters-certificates-info h3 span {
      display: block;
      color: #e8071d; }

.masters-certificates-list img {
  margin-right: 70px; }
  .masters-certificates-list img:last-child {
    margin-right: 0; }

.invite-repairman-box {
  position: relative; }

.invite-repairman {
  padding: 60px 0;
  background: url("../images/bg/invite-repairman-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.invite-repairman-title {
  font: 500 22px "Fira Sans", sans-serif;
  color: #e8071d; }

.invite-repairman-info {
  max-width: 305px;
  font-size: 15px;
  margin-top: 15px;
  line-height: 20px; }

.invite-preview {
  position: absolute;
  right: 0;
  top: -72px; }

.reviews {
  padding: 60px 0;
  background: url("../images/bg/reviews-bg.jpg") left bottom no-repeat;
  padding-bottom: 110px; }

.reviews-wrapp {
  max-width: 1100px;
  position: relative;
  margin: 20px auto 0; }
  .reviews-wrapp .slick-dots {
    margin-top: 0;
    bottom: 50px;
    left: 47%;
    position: absolute; }

.flipster__container {
  height: 400px !important; }

.reviews-slide {
  max-width: 540px;
  height: auto;
  padding: 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  outline: none;
  margin-top: 60px; }
  .reviews-slide p {
    font-size: 16px;
    line-height: 20px;
    margin-top: 35px; }

.reviews-slider {
  height: 350px; }
  .reviews-slider .slick-current {
    position: relative;
    margin-left: -35px;
    margin-right: -35px; }
  .reviews-slider .slick-active {
    background-color: #fff;
    padding-bottom: 90px;
    margin-top: 30px;
    opacity: 1;
    position: relative;
    z-index: 10; }
  .reviews-slider .slick-track {
    height: 350px; }

.reviews-arrow {
  width: 580px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: -webkit-calc(50% - 18px);
  top: calc(50% - 18px);
  left: -webkit-calc(50% - 290px);
  left: calc(50% - 290px);
  position: absolute; }
  .reviews-arrow a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #c9c9c9;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    color: #fff; }
    .reviews-arrow a:hover {
      background-color: #e8071d; }

.reviews-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .reviews-name img {
    margin-right: 25px; }
  .reviews-name h3 {
    font: 500 20px "Fira Sans", sans-serif; }

.faq {
  margin-top: 40px; }

.faq-list {
  margin-top: 50px; }

.faq-item {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 15px; }
  .faq-item:hover .faq-question {
    background-color: #f0f0f0;
    color: #e8071d; }

.faq-question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 20px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.answer {
  max-height: 0;
  font-size: 16px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  background-color: #fff; }
  .answer p {
    padding: 15px 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }

.faq-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .faq-icon::before, .faq-icon::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #a5a5a5; }
  .faq-icon::before {
    width: 1px;
    height: 15px; }
  .faq-icon::after {
    width: 15px;
    height: 1px; }

.faq-active .faq-question {
  background-color: #f0f0f0;
  color: #e8071d; }

.faq-active .answer {
  max-height: 2000px;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear; }

.faq-active .faq-icon {
  border-color: #e8071d; }
  .faq-active .faq-icon::before {
    display: none; }
  .faq-active .faq-icon::after {
    background-color: #e8071d; }

.faq-repairman {
  background: url("../images/bg/faq-repairman-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.faq-repairman-box {
  padding: 40px 0;
  position: relative; }

.faq-preview {
  position: absolute;
  right: 0;
  bottom: 0; }

.contact {
  padding: 60px 0 20px;
  background: url("../images/bg/map-bg.jpg") left 50px top 0px no-repeat; }

.map-box {
  margin-top: 40px;
  position: relative; }
  .map-box h3 {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    font: 500 17px "Fira Sans", sans-serif;
    color: #e8071d;
    background-color: #f0f0f0; }

#map {
  height: 415px; }

.city-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px; }

.city-item {
  width: 15.3%;
  margin-bottom: 3px;
  margin-bottom: 55px; }

.city-item-border {
  border-right: 2px solid #e8071d; }

.map-contact {
  max-width: 300px;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 100px;
  border-bottom: 5px solid #e8071d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 100px;
  top: 100px; }
  .map-contact h4 {
    font-weight: 500;
    margin-bottom: 20px; }
  .map-contact i {
    color: #e8071d;
    margin-right: 15px; }
  .map-contact a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .map-contact a:hover {
      color: #e8071d; }
    .map-contact a:last-child {
      margin-bottom: 0; }

.map-coll a {
  font: 500 20px "Fira Sans", sans-serif;
  margin-bottom: 10px; }

.map-coll i {
  font-size: 14px; }

.map-coll-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  margin-bottom: 15px; }
  .map-coll-box img {
    margin-right: 30px; }
    .map-coll-box img:last-child {
      margin-right: 0; }

.about-company-info {
  max-width: 960px;
  margin: 40px auto 0; }
  .about-company-info p {
    font-size: 16px;
    text-align: center; }
  .about-company-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    margin: 20px 0; }
  .about-company-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .about-company-info li::before {
      content: '';
      width: 6px;
      height: 6px;
      display: block;
      background-color: #e8071d;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-right: 15px;
      margin-top: 8px; }

.about-company-add {
  width: 180px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #e8071d;
  border: 1px solid #e8071d;
  margin: 30px auto 0; }

.footer {
  padding: 15px 0;
  background-color: #e8e8e8;
  margin-top: 40px; }

.footer-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
text-align: center;
font: 400 12px/24px "Fira Sans", sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
 }


.footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-info .call-back {
    margin-top: 0;
    margin-left: auto; }

.footer-politics {
  font-size: 16px;
  text-align: right;
  margin-left: 50px; }
  .footer-politics a {
    display: inline-block; }
    .footer-politics a::after {
      content: '';
      width: 0%;
      height: 1px;
      display: block;
      background-color: #868686;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px); }
    .footer-politics a:hover::after {
      width: 100%; }

.mob-menu {
  display: none; }

.mob-burger {
  width: 35px; }
  .mob-burger span {
    width: 100%;
    height: 3px;
    display: block;
    background-color: #e8071d;
    margin-bottom: 5px; }
    .mob-burger span:last-child {
      margin-bottom: 0; }

.burger-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 10px;
  z-index: 21; }
  .burger-active span {
    position: absolute;
    background-color: #fff; }
    .burger-active span:nth-child(1) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .burger-active span:nth-child(2) {
      display: none; }
    .burger-active span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.mob-menu-active .mob-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.repairs-price-brend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 80px; }

.brend-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1); }

.repairs-price-info {
  max-width: 855px;
  font-size: 16px;
  line-height: 20px; }
  .repairs-price-info span {
    color: #fd0841; }

.liebherr-page {
  background: url("../images/bg/Liebherr-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.washing-page {
  background: url("../images/bg/washing-bg.webp") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }



.washing-liebher {
  background: url("../images/bg/washing-liebherr-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.Liebherr-page {
  background: url("../images/bg/liebherr-bg.png") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.liebherr-type .item-type {
  width: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .liebherr-type .item-type p {
    margin-top: 15px; }
  .liebherr-type .item-type img {
    margin-right: 0; }

.we-repairing {
  padding: 60px 0;
  background: url("../images/bg/repairs-price-bg.jpg") left top no-repeat; }

.we-repairing-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px; }

.we-repairing-item {
  width: 23.5%;
  display: block;
  position: relative;
  margin-bottom: 30px; }
  .we-repairing-item::before {
    content: '';
    width: 97px;
    height: 3px;
    display: block;
    background-color: #e8071d;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .we-repairing-item img {
    width: 100%;
    display: block; }
  .we-repairing-item:hover .we-repairing-item__hover {
    opacity: 1; }
  .we-repairing-item:hover .we-repairing-info {
    opacity: 0; }
  .we-repairing-item:hover::before {
    opacity: 0; }

.we-repairing-info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #e8071d;
  font-size: 17px;
  bottom: 0;
  opacity: 1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .we-repairing-info img {
    width: auto;
    margin-right: 17px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.we-repairing-item__hover {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(232, 7, 29, 0.75);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .we-repairing-item__hover img {
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .we-repairing-item__hover p {
    margin-top: 10px;
    color: #fff; }

.faq-main-page {
  padding: 60px 0;
  background: url(../images/bg/reviews-bg.jpg) left bottom no-repeat;
  margin-top: 0;
  padding-top: 20px; }

.reviews-main-page {
  background: none;
  padding-bottom: 0; }

.work-stages-main {
  background: none;
  padding-bottom: 0;
  background: url(../images/bg/doth-statistics.jpg) center right no-repeat; }
  .work-stages-main .work-stages-item {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08); }

.statistics {
  padding: 50px 0;
  background: url(../images/bg/statistics-bg.jpg) center no-repeat;
  margin-top: 50px; }

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

.statistics-item {
  width: 185px; }
  .statistics-item h3 {
    font: 700 30px "Fira Sans", sans-serif;
    color: #d80536;
    opacity: 0.6; }
    .statistics-item h3 span {
      font-size: 80px;
      margin-right: 5px; }
  .statistics-item p {
    font-size: 16px;
    border-top: 3px solid #e8071d;
    padding-top: 10px; }

.page-contact {
  background: url("../images/bg/contact-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.contact-page {
  padding: 20px 0; }

.map-box-frame {
  margin-top: 0; }

.contant-info {
  max-width: 500px;
  margin: 50px auto 10px; }
  .contant-info h2 {
    text-align: center;
    font: 500 26px "Fira Sans", sans-serif;
    margin-bottom: 25px; }
  .contant-info ul {
    margin-bottom: 20px; }
  .contant-info li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 15px; }
    .contant-info li:last-child {
      margin-bottom: 0; }
    .contant-info li::before {
      content: '';
      width: 6px;
      height: 6px;
      display: block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background-color: #e8071d;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-top: 5px;
      margin-right: 10px; }
  .contant-info a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font: 500 24px "Fira Sans", sans-serif;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .contant-info a:hover {
      color: #e8071d; }
    .contant-info a:last-child {
      margin-bottom: 0; }
  .contant-info i {
    font-size: 18px;
    margin-right: 5px;
    color: #e8071d; }

.page-advantages {
  background: url("../images/bg/advantages-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.advantages-frame {
  padding: 60px 0;
  background: url(../images/bg/repairs-price-bg.jpg) left top no-repeat; }

.section-advantages {
  max-width: 960px;
  margin: 0 auto; }

.advantages-sub-title {
  max-width: 960px;
  margin: 25px auto 0;
  font-size: 17px;
  text-align: center; }

.text-na-glav {
  max-width: 1200px;
  font-size: 17px;
  text-align: justify;
	margin: 0 auto; }

.advantages-frame__list {
  margin-top: 50px; }

.advantages-frame__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }
  .advantages-frame__item:last-child {
    margin-bottom: 0; }
  .advantages-frame__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

.advantages-frame__info {
  width: 65%; }
  .advantages-frame__info h3 {
    font: 500 22px "Fira Sans", sans-serif;
    color: #fd0841; }
  .advantages-frame__info p {
    margin-top: 20px;
    font-size: 17px; }

.advantages__right-now {
  margin: 30px 0; }

.page-reviews {
  background: url("../images/bg/reviews-main-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.reviews-frame {
  padding: 60px 0;
  background: url("../images/bg/repairs-price-bg.jpg") left top no-repeat, url("../images/bg/reviews-page-bg.jpg") right bottom no-repeat; }

.reviews-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 50px; }

.reviews-item {
  width: 49%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 40px; }
  .reviews-item p {
    font-size: 15px;
    line-height: 18px;
    margin-top: 15px; }

.reviews-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .reviews-info h3 {
    font: 500 20px "Fira Sans", sans-serif;
    margin-left: 25px; }

.reviews-all {
  width: 190px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: 1px solid #e8071d;
  font-size: 16px;
  color: #e8071d;
  margin: 0 auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .reviews-all:hover {
    color: #fff;
    background-color: #e8071d; }

.reviews-item-inactive {
  display: none; }

.reviews-comments {
  margin-top: 50px; }

.reviews-add {
  max-width: 1040px;
  margin: 40px auto 0; }
  .reviews-add textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: #000;
    border: 1px solid #e8e8e8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    resize: none;
    outline: none;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .reviews-add textarea::-webkit-input-placeholder {
      color: #000; }
    .reviews-add textarea::-moz-placeholder {
      color: #000; }
    .reviews-add textarea:-moz-placeholder {
      color: #000; }
    .reviews-add textarea:-ms-input-placeholder {
      color: #000; }

.reviews-sub {
  width: 190px;
  height: 40px;
  display: block;
  background-color: #e8071d;
  border: 1px solid #e8071d;
  font-size: 16px;
  color: #fff;
  margin: 30px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .reviews-sub:hover {
    background-color: transparent;
    color: #e8071d; }

.page-about {
  background: url("../images/bg/about-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.about-info {
  padding: 100px 110px;
  background: url("../images/bg/about-doth.jpg") left top no-repeat; }
  .about-info h2 {
    max-width: 980px;
    font-size: 17px;
    text-align: left;
    margin: 0 auto; }

.page-work {
  background: url("../images/bg/work-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.work {
  padding: 60px 0;
  background: url(../images/bg/repairs-price-bg.jpg) left top no-repeat; }

.work-description {
  font-size: 17px;
  margin-bottom: 20px; }
  .work-description:last-child {
    margin-bottom: 0; }

.work-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px; }

.work-requirements {
  width: 48%;
  padding: 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .work-requirements h3 {
    font: 500 24px "Fira Sans", sans-serif;
    color: #fd0841;
    margin-bottom: 20px; }
  .work-requirements ul {
    font-size: 16px;
    margin: 15px 0 25px; }
  .work-requirements li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .work-requirements li::before {
      content: '';
      width: 6px;
      height: 6px;
      display: block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background-color: #fd0841;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      margin-top: 9px;
      margin-right: 12px; }
    .work-requirements li:last-child {
      margin-bottom: 0; }
  .work-requirements p {
    font-size: 16px;
    line-height: 20px; }

.call-popup {
  max-width: 365px;
  padding: 35px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 5px solid #fd0841; }
  .call-popup h3 {
    font: 500 30px "Fira Sans", sans-serif;
    text-align: center;
    color: #fd0841; }

.call-form {
  margin-top: 35px; }

.call-form__input {
  width: 100%;
  padding: 0 15px;
  height: 40px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }

.call-form__sub {
  width: 190px;
  height: 40px;
  display: block;
  background-color: #fd0841;
  border: 1px solid #fd0841;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 10px auto 0; }
  .call-form__sub:hover {
    background-color: transparent;
    color: #fd0841; }

.page-price {
  background: url("../images/bg/advantages-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.page-price-holod {
  background: url("../images/bg/price-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }

.page-price-posuda {
  background: url("../images/bg/work-bg.jpg") center no-repeat;
  -webkit-background-size: cover;
          background-size: cover; }


.price-page {
  padding: 30px 0 50px;
  /*background: url(../images/bg/repairs-price-bg.jpg) left top no-repeat;*/
  }


.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.price-list {
  max-width: 230px;
  border: 4px solid #e8071d;
  background-color: #fff;
  margin-right: 80px; }
  .price-list p {
    font: 500 17px "Fira Sans", sans-serif; }
  .price-list ul {
    font: 400 15px "Fira Sans", sans-serif;
    padding: 10px 15px; }
  .price-list li {
    margin-bottom: 3px;
    cursor: pointer; }
    .price-list li:hover {
      color: #e8071d; }

.price-item-tab {
  padding: 20px 15px;
  border-bottom: 1px solid #e8e8e8;
  cursor: pointer; }
  .price-item-tab:hover {
    color: #e8071d; }

.price-tabs {
  width: 100%; }

.list-table h2 {
  font: 500 20px "Fira Sans", sans-serif;
  color: #e8071d; }

.price-table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse; }
  .price-table tr {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8; }
  .price-table td {
    padding: 8px 0; }
  .price-table .price-table-btn {
    padding-left: 45px; }

.price-table-name {
  font-size: 17px; }

.price-table-price {
  text-align: right; }

.price-table-price {
  font-weight: 500;
  color: #e8071d; }

.price-table-btn {
  width: 142px;
  text-align: right; }
  .price-table-btn a {
    width: 140px;
    height: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #e8071d;
    font-size: 16px;
    color: #e8071d; }
    .price-table-btn a:hover {
      background-color: #e8071d;
      color: #fff; }

.tab-active {
  color: #e8071d; }

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

.model-description {
  max-width: 430px; }
  .model-description h3 {
    font: 500 38px "Fira Sans", sans-serif;
    color: #e8071d; }
  .model-description p {
    margin-top: 30px;
    line-height: 22px; }

.model-photo {
  position: relative;
  margin-top: 40px;
  margin-right: 60px; }

.model-icon {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  left: -80px;
  top: -20px; }

.model-consultation {
  max-width: 890px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 35px 40px;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.model-input h3 {
  font: 500 20px "Fira Sans", sans-serif;
  margin-bottom: 20px; }

.model-input-text {
  width: 385px;
  height: 40px;
  display: block;
  padding: 0 10px;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px; }
  .model-input-text:last-child {
    margin-bottom: 0; }

.model-sub {
  width: 188px;
  height: 40px;
  border: 1px solid #e8071d;
  background-color: #e8071d;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .model-sub:hover {
    background-color: transparent;
    color: #e8071d; }

.model-sentence {
  max-width: 370px;
  border: 4px solid #e8071d; }

.model-sentence__price {
  text-align: center;
  padding: 25px 80px 20px; }
  .model-sentence__price h3 {
    font: 500 34px "Fira Sans", sans-serif;
    color: #e8071d;
    margin-top: 10px; }

.model-sentence__info {
  text-align: center;
  padding: 25px 40px;
  background-color: #e8071d;
  color: #fff; }

.model-logo {
  max-width: 890px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px; }
  .model-logo h3 {
    width: 100%;
    font: 500 30px "Fira Sans", sans-serif;
    margin-bottom: 40px; }

.model-logo-item {
  width: 14%;
  margin-bottom: 40px; }
  .model-logo-item img {
    width: 77px;
    display: block;
    margin: 0 auto; }

.modal-logo-all {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
  .modal-logo-all a {
    display: inline-block;
    font-size: 16px;
    color: #e8071d; }
    .modal-logo-all a::after {
      content: '';
      width: 0%;
      height: 1px;
      display: block;
      background-color: #e8071d;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .modal-logo-all i {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: 5px;
    color: #e8071d; }
  .modal-logo-all:hover a::after {
    width: 100%; }

.modal-logo-all-active i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.price-advantages {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.price-advantages-item {
  width: 31.5%;
  padding: 20px;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  margin: 0 10px 45px; }
  .price-advantages-item p {
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px; }
  .price-advantages-item:nth-child(3) h3 {
    left: 33%; }

.price-advantages__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .price-advantages__title img {
    -webkit-transform: translate(-20px, 0px);
        -ms-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px); }
  .price-advantages__title h3 {
    font-weight: 500;
    position: absolute;
    right: 0;
    top: 45px;
    color: #fd0841; }

body {
  min-width: 320px;
  color: #010101;
  font: 400 18px/24px "Fira Sans", sans-serif; }

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

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  color: #010101; }

form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

input {
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

select, option {
  outline: none;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

label {
  cursor: pointer;
  margin-bottom: 0;
}

.section-frame {
  max-width: 1200px;
  margin: 0 auto; }

  .page-title h1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 26px "Fira Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 auto; }
  .page-title h1::after {
    content: '';
    width: 93px;
    height: 3px;
    display: block;
    background-color: #e8071d;
    margin-left: auto;
    margin-top: 2px; }

.page-title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 26px "Fira Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 auto; }
  .page-title h2::after {
    content: '';
    width: 93px;
    height: 3px;
    display: block;
    background-color: #e8071d;
    margin-left: auto;
    margin-top: 2px; }

.footer-page {
  margin-top: 0; }

.page-preview {
  min-height: 495px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .page-preview h1 {
    font: 500 40px "Fira Sans", sans-serif; }
  .page-preview p {
    font: 500 24px "Fira Sans", sans-serif;
    margin-top: 25px; }

.popup-frame {
  width: 100%;
  height: 100vh;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0; }

.popup {
  display: none;
  position: relative; }

.close-popup {
  width: 15px;
  height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px; }
  .close-popup::before, .close-popup::after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    background-color: #fe4c75; }
  .close-popup::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .close-popup::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.page-sub-menu ul {
  max-width: 1150px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto; }

.page-sub-menu li {
  margin: 0; }

.mark-link-item {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 10px; }
  .mark-link-item:hover {
    color: #e8071d; }

.drop-menu ul {
  display: none !important; }

.drop-menu-active {
  margin-bottom: 0; }
  .drop-menu-active ul {
    display: block !important; }

.top-alert{top:0;width:100%;background:#7081D1;position:fixed;padding:20px 0;z-index:9;}
.top-alert p {color:#fff;font-size: 15px;text-align: center;}
@media screen and (max-width: 1200px) {

	.top-alert{height:50px;padding:3px 0;}
	.top-alert p {font-size:11px;line-height: 12px;}
  .section-frame {
    padding: 0 10px; }
  .header-nav ul a {
    padding: 23px 15px; }
   .header-nav-custom ul a {
    padding: 23px 15px; }
  .our-warranties-box {
    padding: 45px 35px; }
  .invite-preview {
    display: none; }
  .reviews .section-frame {
    padding: 0; }
  .faq-preview {
    display: none; }
  .repairs-price-info {
    max-width: 600px; }
  .price-advantages-item {
    width: 39%; }
  .model-sentence {
    max-width: 340px; }
  .model-input-text {
    width: 300px; }
  .work-stages-main {
    background: none; } }

@media screen and (max-width: 1000px) {
  .header-nav ul {
    display: none; }
  .header-nav .call-back {
    display: none; }

  .header-nav-custom ul {
    display: none; }
  .header-nav-custom .call-back {
    display: none; }

  .header-sub-menu li {
    margin: 0 15px; }
  .mark-item {
    width: 14%; }
  .repairs-info {
    margin-top: 0; }
  .repairs-description h2 {
    margin: 20px 0; }
  .advantages-item {
    width: 23%; }
    .advantages-item p {
      font-size: 14px; }
  .repairs-price__info {
    margin-top: 50px; }
  .item-type {
    width: 47%; }
  .price-item-type {
    padding: 15px; }
  .repairs-price-item {
    padding: 15px;
    padding-bottom: 40px; }
  .work-stages {
    padding: 65px 0; }
  .mark {
    padding: 45px 0;
  margin-bottom: 90px}
  .mark-advantages-item {
    width: 47%;
    margin-bottom: 20px; }
  .form-input {
    width: 215px; }
  .our-warranties {
    padding: 45px 0 20px; }
  .our-warranties-box {
    margin-top: 30px; }
  .our-warranties-list {
    margin-left: 30px; }
  .our-warranties-item p {
    font-size: 14px; }
  .our-warranties-btn {
    padding: 10px 37px; }
  .masters-description-item {
    width: 45%; }
  .masters-item {
    width: 45%;
    margin-bottom: 30px; }
  .masters-certificates {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .masters-certificates-info {
    max-width: 670px; }
    .masters-certificates-info h3 span {
      display: inline-block; }
  .masters-certificates-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    .masters-certificates-list img {
      margin-right: 0; }
  .reviews {
    padding: 45px 0; }
  .faq-list {
    padding: 0 10px; }
  .faq-item {
    margin-bottom: 10px; }
  .faq-repairman-box {
    padding: 40px 10px; }
  .contact {
    padding: 45px 0; }
  .city-item {
    width: 23%;
    border-right: 2px solid #e8071d; }
  .mob-menu {
    display: block; }
  .contact {
    background: none; }
  .repairs-price-info {
    max-width: 500px; }
  .liebherr-type .item-type {
    width: 46%; }
  .page-preview h1 {
    font-size: 32px; }
  .page-preview p {
    font-size: 18px; }
  .advantages-frame {
    padding: 40px 0; }
  .section-advantages {
    padding: 0 10px; }
  .reviews-item {
    width: 100%;
    margin-bottom: 30px; }
  .reviews-frame {
    background: none; }
  .work {
    background: none;
    padding: 40px 0; }
  .work-requirements {
    width: 100%;
    margin-bottom: 20px; }
  .work-application {
    margin-top: 15px; }
  .price-advantages {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .price-advantages-item {
    width: 48%;
    margin: 0;
    margin-bottom: 30px; }
  .price-advantages__title h3 {
    font-size: 16px; }
  .price-page {
    background: none; }
  .price {
    display: block; }
  .price-list {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 0;
    margin-bottom: 30px; }
    .price-list ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .price-list p {
      font-size: 14px; }
    .price-list li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
  .price-item-tab {
    width: 25%;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .repairs-description h1 {
    width: 100%;}
  .we-repairing-item {
    width: 49%; }
  .statistics-item {
    width: 19%; }
    .statistics-item h3 span {
      font-size: 44px; }
    .statistics-item p {
      font-size: 14px;
      line-height: 20px; } }

	.page-title {
	margin:30px 0;
	}
	.page-title p {text-align:center;}
	
.page-title h2 i {
    color: #e8071d;
    font-style: normal;
}	

@media screen and (max-width: 740px) {
  .page-title h2 {
    font-size: 18px; }
  .header-sub-menu {
    display: none; }
  .repairs {
    padding: 25px 0; }
  .repairs-description h1 {
    font-size: 24px; }
  .repairs-description h2 {
    font-size: 18px;
    margin: 12px 0; }
  .repairs-description p {
    font-size: 14px;
    margin-bottom: 20px; }
  .call-back__number:hover {
    color: #fff; }
  .repairs-info img {
    width: 150px;
    margin: 20px 0; }
  .info-master {
    display: block; }
    .info-master a {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .info-master-description {
    max-width: 100%;
    margin: 15px 0; }
  .time-master {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .advantages-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .advantages-item {
    width: 47%;
    margin-bottom: 20px; }
    .advantages-item img {
      width: 40px;
      margin-right: 5px; }
    .advantages-item p {
      font-size: 12px; }
  .repairs-price__info {
    margin-top: 15px; }
  .repairs-price-list {
    margin-top: 30px; }
  .price-item-type {
    width: 100%; }
  .item-type {
    width: 100%; }
  .repairs-price-list {
    border: 1px solid #d0d0d0;
    border-bottom: none; }
  .repairs-price-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d0d0d0; }
    .repairs-price-item:nth-child(4) {
      border-bottom: 1px solid #d0d0d0; }
  .work-stages {
    padding: 30px 0; }
  .work-stages-list {
    margin-top: 30px; }
  .work-stages-item {
    width: 100%;
    margin-bottom: 15px; }
    .work-stages-item:last-child {
      margin-bottom: 0; }
  .stage-arrow {
    display: none; }
  .mark {
    padding-bottom: 0; }
  .mark-item {
    width: 33%; }
  .mark-advantages {
    margin-top: 35px; }
  .mark-advantages-list {
    margin-top: 25px; }
  .mark-advantages-item {
    width: 100%; }

.zag-na-glav h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 20px "Fira Sans", sans-serif;
  text-transform: uppercase;
  margin: 0 auto; }
  .page-title h3::after {
    content: '';
    width: 93px;
    height: 3px;
    display: block;
    background-color: #e8071d;
    margin-left: auto;
    margin-top: 2px; }

.right-now {
    -webkit-background-size: cover;
            background-size: cover; }
  .right-now-title {
    font-size: 18px; }
  .page-form {
    margin-top: 20px; }
  .form-input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px; }
  .form-sub {
    width: 100%;
    margin-left: 0; }
  .our-warranties {
    padding: 20px 0; }
  .our-warranties-box {
    padding: 10px; }
  .our-warranties-box {
    display: block; }
  .our-warranties-wrapp {
    width: 100%; }
  .our-warranties-list {
    width: 100%;
    margin-left: 0; }
  .warranties-sldie img {
    width: 100%; }
  .warranties-arrow a {
    width: 30px;
    height: 30px;
    font-size: 12px; }
  .our-warranties-btn {
    display: block;
    text-align: center; }
  .our-warranties-btn {
    margin-top: 30px; }
  .masters-description-item {
    width: 100%;
    margin-bottom: 15px; }
    .masters-description-item:last-child {
      margin-bottom: 0; }
  .masters-list {
    margin-top: 25px; }
  .masters-item {
    width: 100%; }
  .masters-certificates {
    margin-top: 0; }
  .masters-certificates-info h3 {
    font-size: 18px;
    text-align: center; }
  .masters-certificates-info p {
    font-size: 16px; }
  .masters-certificates-list {
    display: block; }
    .masters-certificates-list img {
      display: block;
      margin: 15px auto 0; }
      .masters-certificates-list img:last-child {
        margin: 15px auto 0; }
  .our-masters {
    padding: 25px 0; }
  .invite-repairman {
    padding: 30px 0; }
  .invite-repairman-title {
    font-size: 18px;
    text-align: center; }
  .reviews {
    padding: 15px 0; }
  .reviews-wrapp {
    margin: 15px auto 0; }
  .reviews-slider {
    height: auto;
    padding: 0 10px; }
  .reviews-slider .slick-current {
    background-color: #fff;
    opacity: 1;
    padding-bottom: 90px;
    margin: 0; }
  .reviews-slider .slick-track {
    height: 350px; }
  .reviews-slider .slick-dots {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .reviews-slide {
    width: 95%;
    background-color: #fff;
    opacity: 1;
    padding-bottom: 90px;
    margin: 0; }
  .reviews-arrow {
    width: 100%;
    left: 0; }
    .reviews-arrow a {
      width: 30px;
      height: 30px;
      font-size: 12px; }
  .faq-question p {
    font-size: 16px; }
  .answer p {
    font-size: 14px; }
  .faq-repairman-box {
    padding: 25px 10px; }
  .map-box h3 {
    padding: 10px;
    font-size: 15px; }
  .map-contact {
    padding: 10px;
    position: static;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-bottom: 30px; }
  .city-list {
    margin-top: 30px; }
  .city-item {
    width: 45%; }
  .contact {
    padding-bottom: 0; }
  .about-company-info {
    margin-top: 25px; }
  .footer-info {
    display: block;
    text-align: center; }
  .call-back__number {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .footer-politics {
    margin: 10px auto 0;
    text-align: center; }
    .footer-politics p {
      display: inline-block; }
  .mob-menu-active {
    overflow-y: scroll;
  }
  .mob-box {
    width: 100%;
    height: 100vh;
    padding: 70px 0 40px;
    display: none;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    overflow-y: scroll;
    background-color: #e8071d;
    z-index: 20; }
    .mob-box ul {
      display: block;
      text-align: center;
      margin-bottom: 50px; }
      .mob-box ul a {
        padding: 5px 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 30px; }
    .mob-box * {
      color: #fff; }
    .mob-box .call-back {
      display: block; }
      .mob-box .call-back a {
        display: block;
        text-align: center;
        margin-bottom: 10px; }
        .mob-box .call-back a:last-child {
          margin-bottom: 0; }
    .mob-menu-phone {
            text-align: center;
    }
  .list-menu::after {
    border-top: 5px solid #fff; }


  .repairs-price-brend {
    margin-top: 30px; }
  .brend-logo {
    margin-bottom: 25px; }
  .page-preview {
    min-height: 200px; }
    .page-preview h1 {
      font-size: 24px; }
    .page-preview p {
      font-size: 14px;
      margin-top: 15px; }
  .contant-info {
    padding: 0 10px;
    margin: 20px auto 10px; }
    .contant-info h2 {
      font-size: 20px;
      margin-bottom: 10px; }
    .contant-info ul {
      margin-bottom: 15px; }
    .contant-info li {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 10px; }
    .contant-info a {
      font-size: 18px; }
      .contant-info a i {
        font-size: 16px; }
  .contact-page {
    padding: 20px 0; }
  .advantages-frame {
    padding: 20px 0;
    background: none; }
    .advantages-frame h2 {
      text-align: center; }
      .advantages-frame h2::after {
        margin: 0 auto; }
  .advantages-frame__list {
    margin-top: 25px; }
  .advantages-frame__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .advantages-frame__item:nth-child(even) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .advantages-frame__info {
    width: 100%;
    margin-bottom: 10px; }
    .advantages-frame__info p {
      margin-top: 10px; }
  .advantages__right-now {
    margin: 0; }
  .reviews-frame {
    padding: 30px 0; }
  .reviews-item {
    padding: 15px;
    margin-bottom: 15px; }
    .reviews-item p {
      font-size: 14px; }
  .reviews-comments {
    margin-top: 25px; }
  .reviews-add {
    margin-top: 20px; }
    .reviews-add textarea {
      font-size: 14px; }
  .reviews-sub {
    margin: 15px auto 0; }
  .about-info {
    padding: 40px 10px;
    background: none; }
  .work-description {
    font-size: 16px; }
  .work-requirements {
    padding: 15px; }
    .work-requirements h3 {
      font-size: 22px; }
  .work-popup {
    max-width: 300px;
    padding: 35px 20px; }
  .price-advantages-item {
    width: 100%; }
  .price-advantages__title h3 {
    font-size: 14px; }
  .price-list {
    position: relative; }
    .price-list::before {
      content: '';
      width: 1px;
      height: 100%;
      display: block;
      position: absolute;
      background-color: #e8e8e8;
      left: 50%; }
    .price-list ul {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 0; }
    .price-list li {
      width: 50%;
      padding: 15px 10px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-bottom: 1px solid #e8e8e8;
      margin: 0; }
  .price-item-tab {
    width: 50%; }
  .model-description h3 {
    font-size: 24px;
    text-align: center; }
  .model-description p {
    margin-top: 15px;
    font-size: 16px; }
  .model-photo {
    display: none; }
  .model-consultation {
    padding: 20px 10px;
    text-align: center;
    display: block; }
  .model-input-text {
    width: 100%;
    font-size: 16px; }
  .model-sub {
    width: 100%; }
  .model-sentence {
    margin-top: 20px; }
  .model-sentence__price {
    padding: 20px; }
  .model-sentence__info {
    padding: 15px; }
    .model-sentence__info p {
      font-size: 16px; }
  .model-logo h3 {
    font-size: 24px;
    text-align: center; }
  .model-logo-item {
    width: 27%; }
  .price-table {
    padding: 4px 0; }
    .price-table .price-table-btn {
      padding-left: 10px; }
  .price-table-price {
    white-space: nowrap; }
  .price-table-btn {
    width: 70px; }
    .price-table-btn a {
      width: 70px;
      font-size: 12px;
      margin-left: auto; }
  .repairs {
    background: #f4f4f4; }
  .price-item-type {
    display: none; }
  .mark-item-mob-hide {
    display: none; }
  .we-repairing {
    background: none;
    padding: 30px 0; }
  .we-repairing-list {
    margin-top: 25px; }
  .we-repairing-item {
    width: 100%;
    margin-bottom: 20px; }
    .we-repairing-item:last-child {
      margin-bottom: 0; }
  .faq-main-page {
    padding: 30px 0;
    background: none; }
  .statistics {
    -webkit-background-size: cover;
            background-size: cover; }
  .statistics-item {
    width: 45%; } }

.form-check {
    margin-right: 10px;
}

label.request-policy {
    font-size: 13px;
}


body.modal-open {height: 100vh;overflow: hidden;}

.social-a{
    display: flex;
    float:left;
    padding: 0 65px;
    }

a.a-1{
    margin-left: 5px;
    margin-right: 5px;
}
 @media screen and (min-width: 740px) {
	.mobBr {display:none;}
 }
/*Animation*/
@keyframes right-left {
    from {
        margin-left: 50px;
    }
    to {
        margin-left: 0;
    }
}
/*
.slideUpCheck1 {

  animation:  right-left 0.7s linear;
}
.slideUpCheck2 {
animation-delay:0.7s;
  animation:  right-left 0.8s linear;
}
.slideUpCheck3 {
animation-delay:0.6s;
  animation:  right-left 0.9s linear;
}
*/
.slideUpCheck1,.slideUpCheck2,.slideUpCheck3,.slideUpCheck4 {display:none;}

.ul-brand-header li {
	background: url(/bitrix/templates/new/images/icon/check.png) no-repeat;
	padding-left:40px;
	height: 40px;
}
#brBlock {height:170px;display:block;}
.alledit {    margin: 0px 5px;
    margin-top: 70px;}

table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
	table.iksweb th{font-weight:normal;font-size:18px; color:#ffffff;background-color:#9e9999;}
	table.iksweb td{font-size:15px;color:#000000;}
	table.iksweb td,table.iksweb th{white-space:pre-wrap;padding:10px 5px;line-height:15px;vertical-align: middle;border: 1px solid #ffffff;}	table.iksweb tr:hover{background-color:#cffffe}
	table.iksweb tr:hover td{color:#000000;cursor:default;}
	.mobile-table{width: 100%; max-width: 100%; overflow-x: auto;}
.video-schema-meta{display: none;}